@syncfusion/ej2-angular-navigations 25.2.6 → 26.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 (300) hide show
  1. package/CHANGELOG.md +2463 -0
  2. package/esm2020/public_api.mjs +1 -2
  3. package/esm2020/src/breadcrumb/items.directive.mjs +3 -3
  4. package/esm2020/src/stepper/stepper.component.mjs +1 -1
  5. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +2 -4
  6. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  7. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +2 -4
  8. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  9. package/package.json +9 -9
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/src/breadcrumb/items.directive.d.ts +6 -1
  13. package/src/stepper/stepper.component.d.ts +6 -0
  14. package/styles/accordion/bootstrap-dark.css +540 -1
  15. package/styles/accordion/bootstrap.css +540 -1
  16. package/styles/accordion/bootstrap4.css +540 -1
  17. package/styles/accordion/bootstrap5-dark.css +540 -1
  18. package/styles/accordion/bootstrap5.css +540 -1
  19. package/styles/accordion/fabric-dark.css +540 -1
  20. package/styles/accordion/fabric.css +540 -1
  21. package/styles/accordion/fluent-dark.css +540 -1
  22. package/styles/accordion/fluent.css +540 -1
  23. package/styles/accordion/fluent2.css +1574 -0
  24. package/styles/accordion/fluent2.scss +1 -0
  25. package/styles/accordion/highcontrast-light.css +540 -1
  26. package/styles/accordion/highcontrast.css +540 -1
  27. package/styles/accordion/material-dark.css +540 -1
  28. package/styles/accordion/material.css +540 -1
  29. package/styles/accordion/material3-dark.css +653 -1
  30. package/styles/accordion/material3.css +765 -1
  31. package/styles/accordion/tailwind-dark.css +540 -1
  32. package/styles/accordion/tailwind.css +540 -1
  33. package/styles/appbar/bootstrap-dark.css +280 -1
  34. package/styles/appbar/bootstrap.css +280 -1
  35. package/styles/appbar/bootstrap4.css +280 -1
  36. package/styles/appbar/bootstrap5-dark.css +280 -1
  37. package/styles/appbar/bootstrap5.css +280 -1
  38. package/styles/appbar/fabric-dark.css +280 -1
  39. package/styles/appbar/fabric.css +280 -1
  40. package/styles/appbar/fluent-dark.css +280 -1
  41. package/styles/appbar/fluent.css +280 -1
  42. package/styles/appbar/fluent2.css +1332 -0
  43. package/styles/appbar/fluent2.scss +1 -0
  44. package/styles/appbar/highcontrast-light.css +280 -1
  45. package/styles/appbar/highcontrast.css +280 -1
  46. package/styles/appbar/material-dark.css +280 -1
  47. package/styles/appbar/material.css +280 -1
  48. package/styles/appbar/material3-dark.css +397 -1
  49. package/styles/appbar/material3.css +509 -1
  50. package/styles/appbar/tailwind-dark.css +280 -1
  51. package/styles/appbar/tailwind.css +280 -1
  52. package/styles/bootstrap-dark.css +11310 -1
  53. package/styles/bootstrap.css +11327 -1
  54. package/styles/bootstrap4.css +11445 -1
  55. package/styles/bootstrap5-dark.css +11499 -1
  56. package/styles/bootstrap5.css +11499 -1
  57. package/styles/breadcrumb/bootstrap-dark.css +410 -1
  58. package/styles/breadcrumb/bootstrap.css +410 -1
  59. package/styles/breadcrumb/bootstrap4.css +410 -1
  60. package/styles/breadcrumb/bootstrap5-dark.css +424 -1
  61. package/styles/breadcrumb/bootstrap5.css +424 -1
  62. package/styles/breadcrumb/fabric-dark.css +410 -1
  63. package/styles/breadcrumb/fabric.css +410 -1
  64. package/styles/breadcrumb/fluent-dark.css +386 -1
  65. package/styles/breadcrumb/fluent.css +386 -1
  66. package/styles/breadcrumb/fluent2.css +1489 -0
  67. package/styles/breadcrumb/fluent2.scss +1 -0
  68. package/styles/breadcrumb/highcontrast-light.css +417 -1
  69. package/styles/breadcrumb/highcontrast.css +417 -1
  70. package/styles/breadcrumb/material-dark.css +393 -1
  71. package/styles/breadcrumb/material.css +393 -1
  72. package/styles/breadcrumb/material3-dark.css +494 -1
  73. package/styles/breadcrumb/material3.css +606 -1
  74. package/styles/breadcrumb/tailwind-dark.css +416 -1
  75. package/styles/breadcrumb/tailwind.css +416 -1
  76. package/styles/carousel/bootstrap-dark.css +363 -1
  77. package/styles/carousel/bootstrap.css +363 -1
  78. package/styles/carousel/bootstrap4.css +363 -1
  79. package/styles/carousel/bootstrap5-dark.css +363 -1
  80. package/styles/carousel/bootstrap5.css +363 -1
  81. package/styles/carousel/fabric-dark.css +363 -1
  82. package/styles/carousel/fabric.css +363 -1
  83. package/styles/carousel/fluent-dark.css +363 -1
  84. package/styles/carousel/fluent.css +363 -1
  85. package/styles/carousel/fluent2.css +1405 -0
  86. package/styles/carousel/fluent2.scss +1 -0
  87. package/styles/carousel/highcontrast-light.css +363 -1
  88. package/styles/carousel/highcontrast.css +363 -1
  89. package/styles/carousel/material-dark.css +363 -1
  90. package/styles/carousel/material.css +363 -1
  91. package/styles/carousel/material3-dark.css +476 -1
  92. package/styles/carousel/material3.css +588 -1
  93. package/styles/carousel/tailwind-dark.css +363 -1
  94. package/styles/carousel/tailwind.css +363 -1
  95. package/styles/context-menu/bootstrap-dark.css +380 -1
  96. package/styles/context-menu/bootstrap.css +382 -1
  97. package/styles/context-menu/bootstrap4.css +382 -1
  98. package/styles/context-menu/bootstrap5-dark.css +383 -1
  99. package/styles/context-menu/bootstrap5.css +383 -1
  100. package/styles/context-menu/fabric-dark.css +380 -1
  101. package/styles/context-menu/fabric.css +381 -1
  102. package/styles/context-menu/fluent-dark.css +391 -1
  103. package/styles/context-menu/fluent.css +391 -1
  104. package/styles/context-menu/fluent2.css +1497 -0
  105. package/styles/context-menu/fluent2.scss +1 -0
  106. package/styles/context-menu/highcontrast-light.css +380 -1
  107. package/styles/context-menu/highcontrast.css +381 -1
  108. package/styles/context-menu/material-dark.css +424 -1
  109. package/styles/context-menu/material.css +426 -1
  110. package/styles/context-menu/material3-dark.css +518 -1
  111. package/styles/context-menu/material3.css +630 -1
  112. package/styles/context-menu/tailwind-dark.css +407 -1
  113. package/styles/context-menu/tailwind.css +407 -1
  114. package/styles/fabric-dark.css +11310 -1
  115. package/styles/fabric.css +11315 -1
  116. package/styles/fluent-dark.css +11472 -1
  117. package/styles/fluent.css +11472 -1
  118. package/styles/fluent2.css +26486 -0
  119. package/styles/fluent2.scss +14 -0
  120. package/styles/h-scroll/bootstrap-dark.css +271 -1
  121. package/styles/h-scroll/bootstrap.css +272 -1
  122. package/styles/h-scroll/bootstrap4.css +272 -1
  123. package/styles/h-scroll/bootstrap5-dark.css +307 -1
  124. package/styles/h-scroll/bootstrap5.css +307 -1
  125. package/styles/h-scroll/fabric-dark.css +271 -1
  126. package/styles/h-scroll/fabric.css +271 -1
  127. package/styles/h-scroll/fluent-dark.css +307 -1
  128. package/styles/h-scroll/fluent.css +307 -1
  129. package/styles/h-scroll/fluent2.css +1341 -0
  130. package/styles/h-scroll/fluent2.scss +1 -0
  131. package/styles/h-scroll/highcontrast-light.css +271 -1
  132. package/styles/h-scroll/highcontrast.css +271 -1
  133. package/styles/h-scroll/material-dark.css +306 -1
  134. package/styles/h-scroll/material.css +307 -1
  135. package/styles/h-scroll/material3-dark.css +419 -1
  136. package/styles/h-scroll/material3.css +531 -1
  137. package/styles/h-scroll/tailwind-dark.css +307 -1
  138. package/styles/h-scroll/tailwind.css +307 -1
  139. package/styles/highcontrast-light.css +11311 -1
  140. package/styles/highcontrast.css +11350 -1
  141. package/styles/material-dark.css +11545 -1
  142. package/styles/material.css +11567 -1
  143. package/styles/material3-dark.css +13101 -1
  144. package/styles/material3.css +14669 -1
  145. package/styles/menu/bootstrap-dark.css +1098 -1
  146. package/styles/menu/bootstrap.css +1100 -1
  147. package/styles/menu/bootstrap4.css +1134 -1
  148. package/styles/menu/bootstrap5-dark.css +1107 -1
  149. package/styles/menu/bootstrap5.css +1107 -1
  150. package/styles/menu/fabric-dark.css +1098 -1
  151. package/styles/menu/fabric.css +1099 -1
  152. package/styles/menu/fluent-dark.css +1127 -1
  153. package/styles/menu/fluent.css +1127 -1
  154. package/styles/menu/fluent2.css +2226 -0
  155. package/styles/menu/fluent2.scss +1 -0
  156. package/styles/menu/highcontrast-light.css +1098 -1
  157. package/styles/menu/highcontrast.css +1099 -1
  158. package/styles/menu/material-dark.css +1142 -1
  159. package/styles/menu/material.css +1144 -1
  160. package/styles/menu/material3-dark.css +1238 -1
  161. package/styles/menu/material3.css +1350 -1
  162. package/styles/menu/tailwind-dark.css +1125 -1
  163. package/styles/menu/tailwind.css +1125 -1
  164. package/styles/pager/bootstrap-dark.css +781 -1
  165. package/styles/pager/bootstrap.css +781 -1
  166. package/styles/pager/bootstrap4.css +781 -1
  167. package/styles/pager/bootstrap5-dark.css +807 -1
  168. package/styles/pager/bootstrap5.css +807 -1
  169. package/styles/pager/fabric-dark.css +781 -1
  170. package/styles/pager/fabric.css +781 -1
  171. package/styles/pager/fluent-dark.css +783 -1
  172. package/styles/pager/fluent.css +783 -1
  173. package/styles/pager/fluent2.css +1862 -0
  174. package/styles/pager/fluent2.scss +1 -0
  175. package/styles/pager/highcontrast-light.css +781 -1
  176. package/styles/pager/highcontrast.css +781 -1
  177. package/styles/pager/material-dark.css +781 -1
  178. package/styles/pager/material.css +781 -1
  179. package/styles/pager/material3-dark.css +929 -1
  180. package/styles/pager/material3.css +1041 -1
  181. package/styles/pager/tailwind-dark.css +890 -1
  182. package/styles/pager/tailwind.css +890 -1
  183. package/styles/sidebar/bootstrap-dark.css +224 -1
  184. package/styles/sidebar/bootstrap.css +224 -1
  185. package/styles/sidebar/bootstrap4.css +224 -1
  186. package/styles/sidebar/bootstrap5-dark.css +222 -1
  187. package/styles/sidebar/bootstrap5.css +222 -1
  188. package/styles/sidebar/fabric-dark.css +224 -1
  189. package/styles/sidebar/fabric.css +224 -1
  190. package/styles/sidebar/fluent-dark.css +222 -1
  191. package/styles/sidebar/fluent.css +222 -1
  192. package/styles/sidebar/fluent2.css +1263 -0
  193. package/styles/sidebar/fluent2.scss +1 -0
  194. package/styles/sidebar/highcontrast-light.css +224 -1
  195. package/styles/sidebar/highcontrast.css +224 -1
  196. package/styles/sidebar/material-dark.css +224 -1
  197. package/styles/sidebar/material.css +226 -1
  198. package/styles/sidebar/material3-dark.css +334 -1
  199. package/styles/sidebar/material3.css +446 -1
  200. package/styles/sidebar/tailwind-dark.css +222 -1
  201. package/styles/sidebar/tailwind.css +222 -1
  202. package/styles/stepper/bootstrap-dark.css +708 -1
  203. package/styles/stepper/bootstrap.css +708 -1
  204. package/styles/stepper/bootstrap4.css +708 -1
  205. package/styles/stepper/bootstrap5-dark.css +708 -1
  206. package/styles/stepper/bootstrap5.css +708 -1
  207. package/styles/stepper/fabric-dark.css +708 -1
  208. package/styles/stepper/fabric.css +708 -1
  209. package/styles/stepper/fluent-dark.css +708 -1
  210. package/styles/stepper/fluent.css +708 -1
  211. package/styles/stepper/fluent2.css +1742 -0
  212. package/styles/stepper/fluent2.scss +1 -0
  213. package/styles/stepper/highcontrast-light.css +708 -1
  214. package/styles/stepper/highcontrast.css +708 -1
  215. package/styles/stepper/material-dark.css +708 -1
  216. package/styles/stepper/material.css +708 -1
  217. package/styles/stepper/material3-dark.css +822 -1
  218. package/styles/stepper/material3.css +934 -1
  219. package/styles/stepper/tailwind-dark.css +708 -1
  220. package/styles/stepper/tailwind.css +708 -1
  221. package/styles/tab/bootstrap-dark.css +4134 -1
  222. package/styles/tab/bootstrap.css +4134 -1
  223. package/styles/tab/bootstrap4.css +4134 -1
  224. package/styles/tab/bootstrap5-dark.css +4129 -1
  225. package/styles/tab/bootstrap5.css +4129 -1
  226. package/styles/tab/fabric-dark.css +4134 -1
  227. package/styles/tab/fabric.css +4134 -1
  228. package/styles/tab/fluent-dark.css +4134 -1
  229. package/styles/tab/fluent.css +4134 -1
  230. package/styles/tab/fluent2.css +5251 -0
  231. package/styles/tab/fluent2.scss +1 -0
  232. package/styles/tab/highcontrast-light.css +4128 -1
  233. package/styles/tab/highcontrast.css +4134 -1
  234. package/styles/tab/material-dark.css +4210 -1
  235. package/styles/tab/material.css +4210 -1
  236. package/styles/tab/material3-dark.css +4252 -1
  237. package/styles/tab/material3.css +4364 -1
  238. package/styles/tab/tailwind-dark.css +4188 -1
  239. package/styles/tab/tailwind.css +4188 -1
  240. package/styles/tailwind-dark.css +11664 -1
  241. package/styles/tailwind.css +11664 -1
  242. package/styles/toolbar/bootstrap-dark.css +1132 -1
  243. package/styles/toolbar/bootstrap.css +1134 -1
  244. package/styles/toolbar/bootstrap4.css +1134 -1
  245. package/styles/toolbar/bootstrap5-dark.css +1160 -1
  246. package/styles/toolbar/bootstrap5.css +1160 -1
  247. package/styles/toolbar/fabric-dark.css +1132 -1
  248. package/styles/toolbar/fabric.css +1133 -1
  249. package/styles/toolbar/fluent-dark.css +1157 -1
  250. package/styles/toolbar/fluent.css +1157 -1
  251. package/styles/toolbar/fluent2.css +2224 -0
  252. package/styles/toolbar/fluent2.scss +1 -0
  253. package/styles/toolbar/highcontrast-light.css +1132 -1
  254. package/styles/toolbar/highcontrast.css +1133 -1
  255. package/styles/toolbar/material-dark.css +1211 -1
  256. package/styles/toolbar/material.css +1213 -1
  257. package/styles/toolbar/material3-dark.css +1279 -1
  258. package/styles/toolbar/material3.css +1391 -1
  259. package/styles/toolbar/tailwind-dark.css +1157 -1
  260. package/styles/toolbar/tailwind.css +1157 -1
  261. package/styles/treeview/bootstrap-dark.css +763 -1
  262. package/styles/treeview/bootstrap.css +772 -1
  263. package/styles/treeview/bootstrap4.css +856 -1
  264. package/styles/treeview/bootstrap5-dark.css +875 -1
  265. package/styles/treeview/bootstrap5.css +875 -1
  266. package/styles/treeview/fabric-dark.css +763 -1
  267. package/styles/treeview/fabric.css +764 -1
  268. package/styles/treeview/fluent-dark.css +880 -1
  269. package/styles/treeview/fluent.css +880 -1
  270. package/styles/treeview/fluent2.css +2052 -0
  271. package/styles/treeview/fluent2.scss +1 -0
  272. package/styles/treeview/highcontrast-light.css +763 -1
  273. package/styles/treeview/highcontrast.css +792 -1
  274. package/styles/treeview/material-dark.css +777 -1
  275. package/styles/treeview/material.css +791 -1
  276. package/styles/treeview/material3-dark.css +984 -1
  277. package/styles/treeview/material3.css +1096 -1
  278. package/styles/treeview/tailwind-dark.css +866 -1
  279. package/styles/treeview/tailwind.css +866 -1
  280. package/styles/v-scroll/bootstrap-dark.css +213 -1
  281. package/styles/v-scroll/bootstrap.css +214 -1
  282. package/styles/v-scroll/bootstrap4.css +214 -1
  283. package/styles/v-scroll/bootstrap5-dark.css +214 -1
  284. package/styles/v-scroll/bootstrap5.css +214 -1
  285. package/styles/v-scroll/fabric-dark.css +213 -1
  286. package/styles/v-scroll/fabric.css +214 -1
  287. package/styles/v-scroll/fluent-dark.css +214 -1
  288. package/styles/v-scroll/fluent.css +214 -1
  289. package/styles/v-scroll/fluent2.css +1248 -0
  290. package/styles/v-scroll/fluent2.scss +1 -0
  291. package/styles/v-scroll/highcontrast-light.css +213 -1
  292. package/styles/v-scroll/highcontrast.css +214 -1
  293. package/styles/v-scroll/material-dark.css +248 -1
  294. package/styles/v-scroll/material.css +249 -1
  295. package/styles/v-scroll/material3-dark.css +326 -1
  296. package/styles/v-scroll/material3.css +438 -1
  297. package/styles/v-scroll/tailwind-dark.css +214 -1
  298. package/styles/v-scroll/tailwind.css +214 -1
  299. package/license +0 -10
  300. package/postinstall/tagchange.js +0 -18
@@ -1 +1,4134 @@
1
- @import '@syncfusion/ej2-navigations/styles/tab/highcontrast.css';
1
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
2
+ content: "\e219";
3
+ }
4
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
5
+ content: "\e98f";
6
+ }
7
+ .e-tab .e-tab-header .e-close-icon::before {
8
+ content: "\e7fc";
9
+ position: relative;
10
+ }
11
+ @media screen and (max-width: 480px) {
12
+ .e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
13
+ content: "\e85e";
14
+ }
15
+ .e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon::before {
16
+ content: "\e84f";
17
+ }
18
+ }
19
+ .e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
20
+ content: "More";
21
+ }
22
+ .e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after {
23
+ content: "\e85e";
24
+ }
25
+ .e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before {
26
+ content: "More";
27
+ }
28
+ .e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after {
29
+ content: "\e84f";
30
+ }
31
+ .e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before {
32
+ content: "";
33
+ }
34
+ .e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::after {
35
+ content: "\ebb7";
36
+ }
37
+ .e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::before {
38
+ content: "";
39
+ }
40
+ .e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::after {
41
+ content: "\ebb7";
42
+ }
43
+
44
+ .e-tab-clone-element .e-close-icon::before {
45
+ content: "\e7fc";
46
+ position: relative;
47
+ }
48
+
49
+ .e-bigger .e-tab .e-tab-header,
50
+ .e-tab.e-bigger .e-tab-header {
51
+ height: 50px;
52
+ min-height: 50px;
53
+ }
54
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items,
55
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items {
56
+ height: auto;
57
+ min-height: auto;
58
+ }
59
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
60
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
61
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
62
+ margin: 0 14px 0 0;
63
+ }
64
+ @media screen and (max-width: 480px) {
65
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
66
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
67
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
68
+ margin: 0 8px 0 0;
69
+ }
70
+ }
71
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
72
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
73
+ padding-bottom: 0;
74
+ }
75
+ @media screen and (max-width: 480px) {
76
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
77
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
78
+ margin: 0;
79
+ }
80
+ }
81
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
82
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
83
+ margin: 0 14px 0 0;
84
+ }
85
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
86
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
87
+ margin: 0;
88
+ }
89
+ @media screen and (max-width: 480px) {
90
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
91
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
92
+ margin: 0;
93
+ }
94
+ }
95
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
96
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
97
+ margin: 0;
98
+ }
99
+ .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
100
+ .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
101
+ width: 50px;
102
+ }
103
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
104
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
105
+ height: 50px;
106
+ margin: 0 14px 0 0;
107
+ min-height: 50px;
108
+ min-width: auto;
109
+ padding: 0;
110
+ }
111
+ @media screen and (max-width: 480px) {
112
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
113
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
114
+ margin: 0 8px 0 0;
115
+ }
116
+ }
117
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,
118
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,
119
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom {
120
+ height: 72px;
121
+ min-height: 72px;
122
+ }
123
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
124
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
125
+ height: 50px;
126
+ padding: 0 8px;
127
+ }
128
+ @media screen and (max-width: 480px) {
129
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
130
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
131
+ padding: 0 8px;
132
+ }
133
+ }
134
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,
135
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap {
136
+ height: 46px;
137
+ }
138
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
139
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
140
+ font-size: 15px;
141
+ margin-bottom: 0;
142
+ }
143
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
144
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
145
+ position: relative;
146
+ top: 0;
147
+ }
148
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
149
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
150
+ margin: 0 14px 0 0;
151
+ padding-bottom: 0;
152
+ }
153
+ @media screen and (max-width: 480px) {
154
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
155
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
156
+ margin: 0 8px 0 0;
157
+ }
158
+ }
159
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
160
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
161
+ position: relative;
162
+ top: 0;
163
+ }
164
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
165
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
166
+ height: 46px;
167
+ margin-top: 0;
168
+ }
169
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
170
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
171
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
172
+ height: 46px;
173
+ }
174
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
175
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
176
+ cursor: pointer;
177
+ margin: 0 0 0 8px;
178
+ }
179
+ @media screen and (max-width: 480px) {
180
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
181
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
182
+ margin: 0 0 0 8px;
183
+ }
184
+ }
185
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
186
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
187
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
188
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
189
+ font-size: 12px;
190
+ }
191
+ @media screen and (max-width: 480px) {
192
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
193
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
194
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
195
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
196
+ font-size: 12px;
197
+ }
198
+ }
199
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon,
200
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
201
+ height: 20px;
202
+ min-width: 20px;
203
+ width: 20px;
204
+ line-height: 1;
205
+ }
206
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
207
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
208
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon,
209
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon::before {
210
+ font-size: 20px;
211
+ }
212
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap,
213
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
214
+ padding: 0 8px;
215
+ }
216
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
217
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
218
+ margin: 0 0 0 12px;
219
+ }
220
+ @media screen and (max-width: 480px) {
221
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
222
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
223
+ margin: 0;
224
+ }
225
+ }
226
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
227
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
228
+ margin: 0 0 0 8px;
229
+ }
230
+ @media screen and (max-width: 480px) {
231
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
232
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
233
+ margin: 0 0 0 8px;
234
+ }
235
+ }
236
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom,
237
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop,
238
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom {
239
+ height: 72px;
240
+ }
241
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,
242
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
243
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
244
+ height: 72px;
245
+ }
246
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
247
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
248
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
249
+ height: auto;
250
+ }
251
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap,
252
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,
253
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap {
254
+ height: 72px;
255
+ }
256
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,
257
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,
258
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
259
+ height: auto;
260
+ }
261
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon,
262
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-close-icon,
263
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
264
+ right: 8px;
265
+ }
266
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,
267
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
268
+ margin: 10px 0 0;
269
+ }
270
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text,
271
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text {
272
+ margin: 0 0 10px;
273
+ }
274
+ .e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
275
+ .e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,
276
+ .e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
277
+ .e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
278
+ margin-right: 22px;
279
+ }
280
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item,
281
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item {
282
+ height: 45px;
283
+ min-height: 45px;
284
+ }
285
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
286
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
287
+ height: 45px;
288
+ padding: 0 16px;
289
+ }
290
+ @media screen and (max-width: 480px) {
291
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
292
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
293
+ padding: 0 12px;
294
+ }
295
+ }
296
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap,
297
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
298
+ height: 41px;
299
+ }
300
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
301
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
302
+ padding-right: 8px;
303
+ }
304
+ @media screen and (max-width: 480px) {
305
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
306
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
307
+ padding-right: 0;
308
+ }
309
+ }
310
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
311
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
312
+ margin: 0 0 0 8px;
313
+ }
314
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
315
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
316
+ top: 1px;
317
+ }
318
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,
319
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,
320
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
321
+ right: 16px;
322
+ }
323
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),
324
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
325
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
326
+ min-height: 50px;
327
+ }
328
+ @media screen and (max-width: 480px) {
329
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),
330
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
331
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
332
+ min-height: 50px;
333
+ }
334
+ }
335
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,
336
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
337
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
338
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
339
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
340
+ height: 50px;
341
+ }
342
+ @media screen and (max-width: 480px) {
343
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,
344
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
345
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
346
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
347
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
348
+ height: 50px;
349
+ }
350
+ }
351
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
352
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
353
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
354
+ margin: 0;
355
+ padding-left: 0;
356
+ padding-right: 12px;
357
+ }
358
+ @media screen and (max-width: 480px) {
359
+ .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
360
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
361
+ .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
362
+ margin: 0;
363
+ padding-left: 0;
364
+ padding-right: 0;
365
+ }
366
+ }
367
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav,
368
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav {
369
+ height: 50px;
370
+ min-height: 50px;
371
+ padding: 0 10px;
372
+ }
373
+ @media screen and (max-width: 480px) {
374
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav,
375
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav {
376
+ padding: 0 8px;
377
+ }
378
+ }
379
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav,
380
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-right-nav {
381
+ padding: 0 10px;
382
+ }
383
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav,
384
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav {
385
+ padding: 0 10px;
386
+ }
387
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
388
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
389
+ font-size: 14px;
390
+ height: 32px;
391
+ line-height: 32px;
392
+ width: 32px;
393
+ }
394
+ @media screen and (max-width: 480px) {
395
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
396
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
397
+ font-size: 14px;
398
+ height: 32px;
399
+ line-height: 32px;
400
+ width: 32px;
401
+ }
402
+ }
403
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
404
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before,
405
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
406
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
407
+ font-size: 14px;
408
+ line-height: 32px;
409
+ top: -2px;
410
+ vertical-align: initial;
411
+ }
412
+ .e-bigger .e-tab .e-tab-header .e-hor-nav,
413
+ .e-tab.e-bigger .e-tab-header .e-hor-nav {
414
+ height: 50px;
415
+ min-height: 50px;
416
+ padding: 0 10px;
417
+ }
418
+ @media screen and (max-width: 480px) {
419
+ .e-bigger .e-tab .e-tab-header .e-hor-nav,
420
+ .e-tab.e-bigger .e-tab-header .e-hor-nav {
421
+ padding: 0 8px;
422
+ }
423
+ }
424
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
425
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
426
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
427
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
428
+ font-size: 14px;
429
+ height: 32px;
430
+ line-height: 32px;
431
+ width: 32px;
432
+ }
433
+ @media screen and (max-width: 480px) {
434
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
435
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
436
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
437
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
438
+ font-size: 14px;
439
+ height: 32px;
440
+ line-height: 32px;
441
+ width: 32px;
442
+ }
443
+ }
444
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
445
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
446
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
447
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
448
+ font-size: 14px;
449
+ line-height: 32px;
450
+ top: 0;
451
+ vertical-align: initial;
452
+ }
453
+ @media screen and (max-width: 480px) {
454
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
455
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
456
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
457
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
458
+ font-size: 16px;
459
+ }
460
+ }
461
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
462
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
463
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
464
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
465
+ line-height: 32px;
466
+ }
467
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
468
+ .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
469
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
470
+ .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
471
+ line-height: 32px;
472
+ top: 0;
473
+ }
474
+ .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
475
+ .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
476
+ .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
477
+ .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
478
+ line-height: 32px;
479
+ }
480
+ .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
481
+ .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
482
+ .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
483
+ .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
484
+ line-height: 32px;
485
+ top: 0;
486
+ }
487
+ .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
488
+ .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
489
+ .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
490
+ .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
491
+ line-height: 32px;
492
+ top: 0;
493
+ }
494
+ .e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
495
+ .e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
496
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
497
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,
498
+ .e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
499
+ .e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
500
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
501
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
502
+ line-height: 20px;
503
+ }
504
+ .e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
505
+ .e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
506
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
507
+ .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,
508
+ .e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
509
+ .e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
510
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
511
+ .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
512
+ line-height: 17px;
513
+ }
514
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
515
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
516
+ margin: 0;
517
+ }
518
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
519
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
520
+ margin: 0 14px 0 0;
521
+ padding-bottom: 0;
522
+ }
523
+ @media screen and (max-width: 480px) {
524
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
525
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
526
+ margin: 0 8px 0 0;
527
+ }
528
+ }
529
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text,
530
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
531
+ padding-top: 0;
532
+ }
533
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,
534
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
535
+ top: 1px;
536
+ }
537
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before,
538
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
539
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
540
+ top: 1px;
541
+ }
542
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
543
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
544
+ margin: 0;
545
+ padding-bottom: 0;
546
+ }
547
+ @media screen and (max-width: 480px) {
548
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
549
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
550
+ margin: 0;
551
+ }
552
+ }
553
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,
554
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text {
555
+ padding-top: 0;
556
+ }
557
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,
558
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before {
559
+ top: 1px;
560
+ }
561
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom,
562
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
563
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
564
+ padding-bottom: 0;
565
+ padding-top: 0;
566
+ }
567
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap,
568
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap {
569
+ margin: 0;
570
+ }
571
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
572
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
573
+ height: 46px;
574
+ padding: 0;
575
+ }
576
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,
577
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
578
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
579
+ height: initial;
580
+ }
581
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
582
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
583
+ height: 46px;
584
+ }
585
+ .e-bigger .e-tab .e-tab-header.e-vertical,
586
+ .e-tab.e-bigger .e-tab-header.e-vertical {
587
+ max-width: 150px;
588
+ }
589
+ .e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
590
+ .e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
591
+ bottom: 23px;
592
+ top: 23px;
593
+ }
594
+ @media screen and (max-width: 480px) {
595
+ .e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
596
+ .e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
597
+ bottom: 0;
598
+ top: 0;
599
+ }
600
+ }
601
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items,
602
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items {
603
+ height: inherit;
604
+ }
605
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
606
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
607
+ margin: 0;
608
+ }
609
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device),
610
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
611
+ padding: 24px 0;
612
+ }
613
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap,
614
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap {
615
+ padding: 0 8px;
616
+ }
617
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,
618
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,
619
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
620
+ right: -22px;
621
+ }
622
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
623
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
624
+ min-height: 50px;
625
+ min-width: 50px;
626
+ }
627
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
628
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
629
+ height: 24px;
630
+ min-height: 24px;
631
+ }
632
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow,
633
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
634
+ font-size: 12px;
635
+ height: 24px;
636
+ line-height: 24px;
637
+ width: 24px;
638
+ }
639
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav,
640
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav {
641
+ padding: 0 8px;
642
+ }
643
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
644
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before,
645
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
646
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
647
+ line-height: 48px;
648
+ }
649
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
650
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after,
651
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
652
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
653
+ font-size: 15px;
654
+ line-height: 48px;
655
+ margin: 0 0 0 8px;
656
+ }
657
+ .e-bigger .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items,
658
+ .e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
659
+ height: auto;
660
+ }
661
+ .e-bigger .e-tab.e-vertical-icon > .e-tab-header,
662
+ .e-tab.e-bigger.e-vertical-icon > .e-tab-header {
663
+ height: 72px;
664
+ min-height: 72px;
665
+ }
666
+ .e-bigger .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items,
667
+ .e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
668
+ height: 72px;
669
+ }
670
+ .e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
671
+ .e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
672
+ height: 72px;
673
+ }
674
+ .e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav,
675
+ .e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav {
676
+ height: 72px;
677
+ }
678
+ @media screen and (max-width: 480px) {
679
+ .e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
680
+ .e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before,
681
+ .e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
682
+ .e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
683
+ font-size: 12px;
684
+ }
685
+ }
686
+ .e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
687
+ .e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
688
+ height: inherit;
689
+ }
690
+ .e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav,
691
+ .e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav {
692
+ height: 24px;
693
+ }
694
+ .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,
695
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
696
+ height: 50px;
697
+ }
698
+ .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
699
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
700
+ height: 46px;
701
+ }
702
+ .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
703
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
704
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
705
+ height: 71px;
706
+ }
707
+ .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
708
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
709
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
710
+ height: auto;
711
+ }
712
+ .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,
713
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,
714
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
715
+ height: auto;
716
+ }
717
+ .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus,
718
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus {
719
+ height: 45px;
720
+ }
721
+ .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
722
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
723
+ height: 41px;
724
+ }
725
+ .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
726
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,
727
+ .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
728
+ height: 50px;
729
+ }
730
+ .e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
731
+ .e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
732
+ height: 46px;
733
+ padding: 0;
734
+ }
735
+ .e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
736
+ .e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
737
+ height: 46px;
738
+ }
739
+ .e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
740
+ .e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
741
+ .e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
742
+ .e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,
743
+ .e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
744
+ .e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
745
+ .e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
746
+ .e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
747
+ line-height: 20px;
748
+ }
749
+ .e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
750
+ .e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
751
+ .e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
752
+ .e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,
753
+ .e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
754
+ .e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
755
+ .e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
756
+ .e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
757
+ line-height: 17px;
758
+ }
759
+ .e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
760
+ .e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
761
+ .e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
762
+ .e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,
763
+ .e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
764
+ .e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
765
+ .e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
766
+ .e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
767
+ line-height: 18px;
768
+ }
769
+ .e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
770
+ .e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
771
+ .e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
772
+ .e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,
773
+ .e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
774
+ .e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
775
+ .e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
776
+ .e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
777
+ line-height: 13px;
778
+ }
779
+ .e-bigger .e-tab.e-safari .e-tab-header .e-close-icon::before,
780
+ .e-tab.e-bigger.e-safari .e-tab-header .e-close-icon::before {
781
+ top: -1px;
782
+ }
783
+ .e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before,
784
+ .e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before,
785
+ .e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,
786
+ .e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before,
787
+ .e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before,
788
+ .e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before,
789
+ .e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,
790
+ .e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before {
791
+ top: 0;
792
+ }
793
+ .e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before,
794
+ .e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before,
795
+ .e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
796
+ .e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before,
797
+ .e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before,
798
+ .e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before,
799
+ .e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
800
+ .e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
801
+ top: 0;
802
+ }
803
+ .e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator),
804
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
805
+ margin: 0 0 0 14px;
806
+ }
807
+ .e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active,
808
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active {
809
+ margin: 0;
810
+ }
811
+ .e-bigger .e-tab.e-fill .e-tab-header,
812
+ .e-tab.e-bigger.e-fill .e-tab-header {
813
+ height: 48px;
814
+ min-height: 48px;
815
+ }
816
+ @media screen and (max-width: 480px) {
817
+ .e-bigger .e-tab.e-fill .e-tab-header,
818
+ .e-tab.e-bigger.e-fill .e-tab-header {
819
+ height: 48px;
820
+ min-height: 48px;
821
+ }
822
+ }
823
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
824
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
825
+ height: auto;
826
+ min-height: 48px;
827
+ }
828
+ @media screen and (max-width: 480px) {
829
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
830
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
831
+ min-height: 48px;
832
+ }
833
+ }
834
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
835
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
836
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
837
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
838
+ margin: 0;
839
+ padding: 0;
840
+ }
841
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
842
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
843
+ height: 48px;
844
+ margin: 0;
845
+ min-height: 48px;
846
+ padding: 0;
847
+ }
848
+ @media screen and (max-width: 480px) {
849
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
850
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
851
+ height: 48px;
852
+ min-height: 48px;
853
+ }
854
+ }
855
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,
856
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,
857
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom {
858
+ height: 70px;
859
+ min-height: 70px;
860
+ }
861
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
862
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
863
+ height: 48px;
864
+ padding: 0 10px;
865
+ }
866
+ @media screen and (max-width: 480px) {
867
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
868
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
869
+ height: 48px;
870
+ padding: 0 10px;
871
+ }
872
+ }
873
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
874
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
875
+ height: 44px;
876
+ }
877
+ @media screen and (max-width: 480px) {
878
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
879
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
880
+ height: 48px;
881
+ }
882
+ }
883
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active,
884
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active {
885
+ padding: 0;
886
+ }
887
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
888
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
889
+ margin-bottom: 0;
890
+ }
891
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
892
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
893
+ height: 44px;
894
+ }
895
+ @media screen and (max-width: 480px) {
896
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
897
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
898
+ height: 48px;
899
+ }
900
+ }
901
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
902
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
903
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
904
+ height: 44px;
905
+ }
906
+ @media screen and (max-width: 480px) {
907
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
908
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
909
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
910
+ height: 48px;
911
+ }
912
+ }
913
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,
914
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
915
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
916
+ height: 70px;
917
+ }
918
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
919
+ .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),
920
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
921
+ .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
922
+ height: auto;
923
+ }
924
+ .e-bigger .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
925
+ .e-tab.e-bigger.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
926
+ padding: 0 8px;
927
+ }
928
+ .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
929
+ .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
930
+ height: 44px;
931
+ }
932
+ .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,
933
+ .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,
934
+ .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,
935
+ .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
936
+ height: auto;
937
+ }
938
+ .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
939
+ .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
940
+ .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
941
+ .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
942
+ height: 50px;
943
+ }
944
+ .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,
945
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
946
+ height: 48px;
947
+ }
948
+ .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
949
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
950
+ height: 44px;
951
+ }
952
+ .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
953
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
954
+ height: 44px;
955
+ }
956
+ .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
957
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
958
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
959
+ height: 69px;
960
+ }
961
+ .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
962
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
963
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
964
+ height: auto;
965
+ }
966
+ @media screen and (max-width: 480px) {
967
+ .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
968
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
969
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
970
+ height: auto;
971
+ }
972
+ }
973
+ .e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
974
+ .e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
975
+ margin: 0;
976
+ }
977
+ .e-bigger .e-tab.e-fill.e-vertical-icon > .e-tab-header,
978
+ .e-tab.e-bigger.e-fill.e-vertical-icon > .e-tab-header {
979
+ height: 70px;
980
+ min-height: 70px;
981
+ }
982
+ .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
983
+ .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
984
+ .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
985
+ .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
986
+ margin: 0;
987
+ padding: 0;
988
+ }
989
+ .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
990
+ .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
991
+ padding: 0;
992
+ }
993
+ .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
994
+ .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
995
+ padding: 0 12px;
996
+ }
997
+ @media screen and (max-width: 480px) {
998
+ .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
999
+ .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
1000
+ padding: 0 12px;
1001
+ }
1002
+ }
1003
+ .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active,
1004
+ .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active {
1005
+ padding: 0;
1006
+ }
1007
+ .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
1008
+ .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
1009
+ margin-bottom: 0;
1010
+ }
1011
+ .e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
1012
+ .e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
1013
+ padding: 0 8px;
1014
+ }
1015
+ .e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
1016
+ .e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
1017
+ margin: 0;
1018
+ }
1019
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1020
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1021
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1022
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1023
+ margin: 0 0 0 14px;
1024
+ }
1025
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
1026
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
1027
+ margin: 0 0 0 14px;
1028
+ }
1029
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
1030
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
1031
+ margin: 0;
1032
+ }
1033
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
1034
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
1035
+ margin: 0 8px 0 0;
1036
+ }
1037
+ @media screen and (max-width: 480px) {
1038
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
1039
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
1040
+ margin: 0 8px 0 0;
1041
+ }
1042
+ }
1043
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
1044
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
1045
+ margin: 0 8px 0 0;
1046
+ }
1047
+ @media screen and (max-width: 480px) {
1048
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
1049
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
1050
+ margin: 0 8px 0 0;
1051
+ }
1052
+ }
1053
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon,
1054
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,
1055
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon {
1056
+ left: 8px;
1057
+ right: auto;
1058
+ }
1059
+ .e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
1060
+ .e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,
1061
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
1062
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
1063
+ margin-left: 22px;
1064
+ margin-right: 0;
1065
+ }
1066
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item,
1067
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
1068
+ margin: 0;
1069
+ }
1070
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
1071
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
1072
+ padding-left: 8px;
1073
+ padding-right: 0;
1074
+ }
1075
+ @media screen and (max-width: 480px) {
1076
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
1077
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
1078
+ padding-left: 0;
1079
+ }
1080
+ }
1081
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon,
1082
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon {
1083
+ margin: 0;
1084
+ }
1085
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,
1086
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,
1087
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
1088
+ left: 16px;
1089
+ right: auto;
1090
+ }
1091
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
1092
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
1093
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
1094
+ margin: 0;
1095
+ padding-left: 12px;
1096
+ padding-right: 0;
1097
+ }
1098
+ @media screen and (max-width: 480px) {
1099
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
1100
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
1101
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
1102
+ margin: 0;
1103
+ padding-left: 0;
1104
+ padding-right: 0;
1105
+ }
1106
+ }
1107
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-hor-nav,
1108
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-right-nav,
1109
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-hor-nav,
1110
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-right-nav {
1111
+ padding: 0 10px;
1112
+ }
1113
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav,
1114
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav {
1115
+ padding: 0 10px;
1116
+ }
1117
+ .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator),
1118
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) {
1119
+ margin: 0;
1120
+ }
1121
+ .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,
1122
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,
1123
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
1124
+ left: -22px;
1125
+ }
1126
+ .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav,
1127
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav {
1128
+ padding: 0 8px;
1129
+ }
1130
+ .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after,
1131
+ .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after,
1132
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after,
1133
+ .e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after {
1134
+ margin: 0 8px 0 0;
1135
+ }
1136
+
1137
+ .e-tab {
1138
+ display: block;
1139
+ position: relative;
1140
+ }
1141
+ .e-tab.e-hidden {
1142
+ display: none;
1143
+ }
1144
+ .e-tab.e-fill-mode .e-content, .e-tab.e-fill-mode .e-content .e-item, .e-tab.e-fill-mode .e-content .e-item > div, .e-tab.e-fill-mode .e-content .e-item > div > .e-blazor-template {
1145
+ height: 100%;
1146
+ }
1147
+ .e-tab .e-tab-header {
1148
+ height: 40px;
1149
+ min-height: 40px;
1150
+ }
1151
+ @media screen and (max-width: 480px) {
1152
+ .e-tab .e-tab-header {
1153
+ height: 50px;
1154
+ min-height: 50px;
1155
+ }
1156
+ }
1157
+ .e-tab .e-tab-header::before {
1158
+ content: "";
1159
+ position: absolute;
1160
+ display: unset;
1161
+ }
1162
+ .e-tab .e-tab-header:not(.e-vertical)::before {
1163
+ bottom: 0;
1164
+ top: 0;
1165
+ width: 100%;
1166
+ }
1167
+ .e-tab .e-tab-header .e-toolbar-items {
1168
+ height: auto;
1169
+ margin: 0;
1170
+ min-height: 40px;
1171
+ position: relative;
1172
+ }
1173
+ @media screen and (max-width: 480px) {
1174
+ .e-tab .e-tab-header .e-toolbar-items {
1175
+ min-height: 50px;
1176
+ }
1177
+ }
1178
+ .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1179
+ margin: 0 8px 0 0;
1180
+ }
1181
+ .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1182
+ margin: 0;
1183
+ padding-bottom: 0;
1184
+ }
1185
+ @media screen and (max-width: 480px) {
1186
+ .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1187
+ margin: 0;
1188
+ }
1189
+ }
1190
+ .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
1191
+ position: unset;
1192
+ }
1193
+ .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
1194
+ left: unset;
1195
+ right: unset;
1196
+ }
1197
+ .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
1198
+ background-color: unset;
1199
+ bottom: unset;
1200
+ content: unset;
1201
+ height: unset;
1202
+ left: unset;
1203
+ position: unset;
1204
+ right: unset;
1205
+ -webkit-transition: unset;
1206
+ transition: unset;
1207
+ }
1208
+ .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
1209
+ color: unset;
1210
+ content: unset;
1211
+ display: unset;
1212
+ font-weight: unset;
1213
+ height: unset;
1214
+ overflow: unset;
1215
+ visibility: unset;
1216
+ }
1217
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
1218
+ padding: 0;
1219
+ }
1220
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
1221
+ display: none;
1222
+ }
1223
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
1224
+ padding: 0 1px;
1225
+ }
1226
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
1227
+ width: 40px;
1228
+ border-radius: 0;
1229
+ }
1230
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
1231
+ margin: 0;
1232
+ }
1233
+ @media screen and (max-width: 480px) {
1234
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
1235
+ margin: 0;
1236
+ }
1237
+ }
1238
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
1239
+ margin: 0;
1240
+ }
1241
+ .e-tab .e-tab-header .e-hscroll-bar {
1242
+ overflow: hidden;
1243
+ }
1244
+ .e-tab .e-tab-header .e-indicator {
1245
+ display: none;
1246
+ position: absolute;
1247
+ }
1248
+ .e-tab .e-tab-header .e-indicator.e-hidden {
1249
+ display: none;
1250
+ }
1251
+ .e-tab .e-tab-header:not(.e-vertical) .e-indicator {
1252
+ bottom: 0;
1253
+ height: 2px;
1254
+ left: 0;
1255
+ right: 0;
1256
+ border-radius: 0;
1257
+ -webkit-transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
1258
+ transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
1259
+ }
1260
+ .e-tab .e-tab-header .e-toolbar-item.e-hidden {
1261
+ display: none;
1262
+ }
1263
+ .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
1264
+ height: 40px;
1265
+ margin: 0 8px 0 0;
1266
+ min-height: 40px;
1267
+ min-width: auto;
1268
+ padding: 0;
1269
+ }
1270
+ @media screen and (max-width: 480px) {
1271
+ .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
1272
+ height: 50px;
1273
+ min-height: 50px;
1274
+ }
1275
+ }
1276
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1277
+ height: 40px;
1278
+ padding: 0 8px;
1279
+ width: 100%;
1280
+ }
1281
+ @media screen and (max-width: 480px) {
1282
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1283
+ height: 50px;
1284
+ padding: 0 8px;
1285
+ }
1286
+ }
1287
+ .e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
1288
+ -ms-flex-line-pack: center;
1289
+ align-content: center;
1290
+ -webkit-box-align: center;
1291
+ -ms-flex-align: center;
1292
+ align-items: center;
1293
+ display: -webkit-inline-box;
1294
+ display: -ms-inline-flexbox;
1295
+ display: inline-flex;
1296
+ height: 36px;
1297
+ }
1298
+ @media screen and (max-width: 480px) {
1299
+ .e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
1300
+ height: 50px;
1301
+ }
1302
+ }
1303
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
1304
+ display: inherit;
1305
+ font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
1306
+ font-size: 14px;
1307
+ font-weight: 400;
1308
+ text-transform: capitalize;
1309
+ -ms-flex-item-align: auto;
1310
+ align-self: auto;
1311
+ margin-bottom: 0;
1312
+ }
1313
+ @media screen and (max-width: 480px) {
1314
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
1315
+ font-size: 15px;
1316
+ }
1317
+ }
1318
+ .e-tab .e-tab-header .e-toolbar-item.e-active {
1319
+ margin: 0 8px 0 0;
1320
+ padding-bottom: 0;
1321
+ }
1322
+ @media screen and (max-width: 480px) {
1323
+ .e-tab .e-tab-header .e-toolbar-item.e-active {
1324
+ margin: 0 8px 0 0;
1325
+ }
1326
+ }
1327
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
1328
+ height: 36px;
1329
+ margin-top: 0;
1330
+ }
1331
+ @media screen and (max-width: 480px) {
1332
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
1333
+ height: 46px;
1334
+ }
1335
+ }
1336
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
1337
+ margin-bottom: 0;
1338
+ }
1339
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
1340
+ font-weight: 400;
1341
+ }
1342
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
1343
+ top: 2px;
1344
+ left: 0;
1345
+ }
1346
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
1347
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
1348
+ left: 0;
1349
+ }
1350
+ .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
1351
+ height: 36px;
1352
+ padding: 0;
1353
+ }
1354
+ @media screen and (max-width: 480px) {
1355
+ .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
1356
+ height: 50px;
1357
+ }
1358
+ }
1359
+ .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
1360
+ display: none;
1361
+ margin: 0 0 0 8px;
1362
+ min-width: 10px;
1363
+ }
1364
+ @media screen and (max-width: 480px) {
1365
+ .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
1366
+ margin: 0 0 0 8px;
1367
+ }
1368
+ }
1369
+ .e-tab .e-tab-header .e-toolbar-item .e-close-icon,
1370
+ .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
1371
+ font-size: 10px;
1372
+ }
1373
+ @media screen and (max-width: 480px) {
1374
+ .e-tab .e-tab-header .e-toolbar-item .e-close-icon,
1375
+ .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
1376
+ font-size: 12px;
1377
+ }
1378
+ }
1379
+ .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
1380
+ top: 1px;
1381
+ }
1382
+ .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
1383
+ display: -webkit-inline-box;
1384
+ display: -ms-inline-flexbox;
1385
+ display: inline-flex;
1386
+ height: 20px;
1387
+ min-width: 20px;
1388
+ width: 20px;
1389
+ line-height: 1;
1390
+ }
1391
+ @media screen and (max-width: 480px) {
1392
+ .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
1393
+ height: 20px;
1394
+ width: 20px;
1395
+ }
1396
+ }
1397
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
1398
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
1399
+ font-size: 18px;
1400
+ }
1401
+ @media screen and (max-width: 480px) {
1402
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
1403
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
1404
+ font-size: 20px;
1405
+ }
1406
+ }
1407
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
1408
+ position: relative;
1409
+ top: 2px;
1410
+ left: 0;
1411
+ }
1412
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
1413
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
1414
+ left: 0;
1415
+ }
1416
+ .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
1417
+ -webkit-box-pack: center;
1418
+ -ms-flex-pack: center;
1419
+ justify-content: center;
1420
+ padding: 0 8px;
1421
+ }
1422
+ @media screen and (max-width: 480px) {
1423
+ .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
1424
+ padding: 0 8px;
1425
+ }
1426
+ }
1427
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-right {
1428
+ margin: 0 0 0 8px;
1429
+ }
1430
+ @media screen and (max-width: 480px) {
1431
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-right {
1432
+ margin: 0;
1433
+ }
1434
+ }
1435
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
1436
+ margin: 0 0 0 6px;
1437
+ }
1438
+ @media screen and (max-width: 480px) {
1439
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
1440
+ margin: 0 0 0 8px;
1441
+ }
1442
+ }
1443
+ .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
1444
+ height: 62px;
1445
+ }
1446
+ @media screen and (max-width: 480px) {
1447
+ .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
1448
+ height: 62px;
1449
+ }
1450
+ }
1451
+ .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
1452
+ -webkit-box-align: center;
1453
+ -ms-flex-align: center;
1454
+ align-items: center;
1455
+ display: -webkit-box;
1456
+ display: -ms-flexbox;
1457
+ display: flex;
1458
+ height: 62px;
1459
+ position: relative;
1460
+ }
1461
+ @media screen and (max-width: 480px) {
1462
+ .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
1463
+ height: 62px;
1464
+ }
1465
+ }
1466
+ .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
1467
+ height: auto;
1468
+ }
1469
+ .e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
1470
+ display: block;
1471
+ height: auto;
1472
+ }
1473
+ .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
1474
+ height: auto;
1475
+ }
1476
+ .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap {
1477
+ height: auto;
1478
+ }
1479
+ .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
1480
+ position: absolute;
1481
+ right: 8px;
1482
+ top: calc(50% - 6px);
1483
+ }
1484
+ @media screen and (max-width: 480px) {
1485
+ .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
1486
+ right: 8px;
1487
+ }
1488
+ }
1489
+ .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
1490
+ margin: 8px 0 0;
1491
+ }
1492
+ @media screen and (max-width: 480px) {
1493
+ .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
1494
+ margin: 10px 0 0;
1495
+ }
1496
+ }
1497
+ .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text {
1498
+ margin: 0 0 8px;
1499
+ }
1500
+ @media screen and (max-width: 480px) {
1501
+ .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text {
1502
+ margin: 0 0 10px;
1503
+ }
1504
+ }
1505
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,
1506
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom {
1507
+ -webkit-box-align: center;
1508
+ -ms-flex-align: center;
1509
+ align-items: center;
1510
+ display: -webkit-box;
1511
+ display: -ms-flexbox;
1512
+ display: flex;
1513
+ -webkit-box-orient: vertical;
1514
+ -webkit-box-direction: normal;
1515
+ -ms-flex-direction: column;
1516
+ flex-direction: column;
1517
+ -webkit-box-pack: center;
1518
+ -ms-flex-pack: center;
1519
+ justify-content: center;
1520
+ margin: auto;
1521
+ }
1522
+ .e-tab .e-tab-header .e-toolbar-pop {
1523
+ overflow-y: auto;
1524
+ padding: 0;
1525
+ }
1526
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item {
1527
+ height: 36px;
1528
+ min-height: 36px;
1529
+ min-width: auto;
1530
+ }
1531
+ @media screen and (max-width: 480px) {
1532
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item {
1533
+ height: 45px;
1534
+ min-height: 45px;
1535
+ }
1536
+ }
1537
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1538
+ margin: 0;
1539
+ padding: 0;
1540
+ }
1541
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
1542
+ height: 36px;
1543
+ padding: 0 16px;
1544
+ text-align: initial;
1545
+ }
1546
+ @media screen and (max-width: 480px) {
1547
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
1548
+ height: 45px;
1549
+ padding: 0 12px;
1550
+ }
1551
+ }
1552
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
1553
+ height: 32px;
1554
+ width: 100%;
1555
+ }
1556
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
1557
+ display: -webkit-inline-box;
1558
+ display: -ms-inline-flexbox;
1559
+ display: inline-flex;
1560
+ width: 100%;
1561
+ }
1562
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
1563
+ margin: 0 0 0 8px;
1564
+ }
1565
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
1566
+ top: 1px;
1567
+ }
1568
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
1569
+ padding-right: 8px;
1570
+ }
1571
+ @media screen and (max-width: 480px) {
1572
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
1573
+ padding-right: 0;
1574
+ }
1575
+ }
1576
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom {
1577
+ height: 40px;
1578
+ }
1579
+ @media screen and (max-width: 480px) {
1580
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom {
1581
+ height: 50px;
1582
+ }
1583
+ }
1584
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
1585
+ min-height: 40px;
1586
+ }
1587
+ @media screen and (max-width: 480px) {
1588
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
1589
+ min-height: 50px;
1590
+ }
1591
+ }
1592
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
1593
+ height: 40px;
1594
+ }
1595
+ @media screen and (max-width: 480px) {
1596
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
1597
+ height: 50px;
1598
+ }
1599
+ }
1600
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap {
1601
+ display: -webkit-inline-box;
1602
+ display: -ms-inline-flexbox;
1603
+ display: inline-flex;
1604
+ height: auto;
1605
+ }
1606
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
1607
+ display: block;
1608
+ -webkit-box-pack: center;
1609
+ -ms-flex-pack: center;
1610
+ justify-content: center;
1611
+ margin: 0 0 0 10px;
1612
+ padding-left: 0;
1613
+ padding-right: 10px;
1614
+ }
1615
+ @media screen and (max-width: 480px) {
1616
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
1617
+ -webkit-box-pack: center;
1618
+ -ms-flex-pack: center;
1619
+ justify-content: center;
1620
+ margin: 0 0 0 12px;
1621
+ padding-left: 0;
1622
+ padding-right: 0;
1623
+ }
1624
+ }
1625
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
1626
+ right: 16px;
1627
+ top: initial;
1628
+ }
1629
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
1630
+ margin: 0;
1631
+ }
1632
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,
1633
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom {
1634
+ display: -webkit-inline-box;
1635
+ display: -ms-inline-flexbox;
1636
+ display: inline-flex;
1637
+ }
1638
+ .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
1639
+ -webkit-box-align: center;
1640
+ -ms-flex-align: center;
1641
+ align-items: center;
1642
+ -ms-flex-item-align: center;
1643
+ align-self: center;
1644
+ display: -webkit-inline-box;
1645
+ display: -ms-inline-flexbox;
1646
+ display: inline-flex;
1647
+ }
1648
+ @media screen and (max-width: 480px) {
1649
+ .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
1650
+ display: none;
1651
+ }
1652
+ }
1653
+ @media screen and (max-width: 480px) {
1654
+ .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon {
1655
+ display: -webkit-inline-box;
1656
+ display: -ms-inline-flexbox;
1657
+ display: inline-flex;
1658
+ }
1659
+ }
1660
+ .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
1661
+ .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
1662
+ margin-right: 20px;
1663
+ }
1664
+ .e-tab .e-tab-header .e-scroll-nav {
1665
+ height: 40px;
1666
+ min-height: 40px;
1667
+ min-width: auto;
1668
+ width: auto;
1669
+ }
1670
+ @media screen and (max-width: 480px) {
1671
+ .e-tab .e-tab-header .e-scroll-nav {
1672
+ height: 50px;
1673
+ min-height: 50px;
1674
+ }
1675
+ }
1676
+ .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav {
1677
+ padding: 0 10px;
1678
+ }
1679
+ .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav {
1680
+ padding: 0 10px;
1681
+ }
1682
+ @media screen and (max-width: 480px) {
1683
+ .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav {
1684
+ padding: 0 8px;
1685
+ }
1686
+ }
1687
+ .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
1688
+ .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
1689
+ font-size: 12px;
1690
+ line-height: 24px;
1691
+ position: relative;
1692
+ top: -2px;
1693
+ vertical-align: initial;
1694
+ }
1695
+ .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
1696
+ font-size: 12px;
1697
+ height: 24px;
1698
+ line-height: 24px;
1699
+ width: 24px;
1700
+ }
1701
+ @media screen and (max-width: 480px) {
1702
+ .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
1703
+ font-size: 14px;
1704
+ height: 32px;
1705
+ line-height: 32px;
1706
+ width: 32px;
1707
+ }
1708
+ }
1709
+ .e-tab .e-tab-header .e-hor-nav {
1710
+ height: 40px;
1711
+ min-height: 40px;
1712
+ min-width: auto;
1713
+ padding: 0 10px;
1714
+ width: auto;
1715
+ }
1716
+ @media screen and (max-width: 480px) {
1717
+ .e-tab .e-tab-header .e-hor-nav {
1718
+ height: 50px;
1719
+ min-height: 50px;
1720
+ padding: 0 8px;
1721
+ }
1722
+ }
1723
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
1724
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
1725
+ font-size: 12px;
1726
+ height: 24px;
1727
+ line-height: 24px;
1728
+ width: 24px;
1729
+ }
1730
+ @media screen and (max-width: 480px) {
1731
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
1732
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
1733
+ font-size: 14px;
1734
+ height: 32px;
1735
+ line-height: 32px;
1736
+ width: 32px;
1737
+ }
1738
+ }
1739
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
1740
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
1741
+ font-size: 12px;
1742
+ line-height: 24px;
1743
+ position: relative;
1744
+ top: 0;
1745
+ vertical-align: initial;
1746
+ }
1747
+ @media screen and (max-width: 480px) {
1748
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
1749
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
1750
+ font-size: 16px;
1751
+ }
1752
+ }
1753
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
1754
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
1755
+ line-height: 24px;
1756
+ }
1757
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
1758
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
1759
+ line-height: 24px;
1760
+ top: 0;
1761
+ }
1762
+ @media screen and (max-width: 480px) {
1763
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
1764
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
1765
+ line-height: 24px;
1766
+ }
1767
+ }
1768
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
1769
+ -webkit-transform: rotate(0deg);
1770
+ transform: rotate(0deg);
1771
+ -webkit-transition: none;
1772
+ transition: none;
1773
+ }
1774
+ @media screen and (max-width: 480px) {
1775
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
1776
+ -webkit-transform: none;
1777
+ transform: none;
1778
+ -webkit-transition: none;
1779
+ transition: none;
1780
+ }
1781
+ }
1782
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
1783
+ -webkit-transform: rotate(0deg);
1784
+ transform: rotate(0deg);
1785
+ -webkit-transition: none;
1786
+ transition: none;
1787
+ }
1788
+ @media screen and (max-width: 480px) {
1789
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
1790
+ -webkit-transform: none;
1791
+ transform: none;
1792
+ -webkit-transition: none;
1793
+ transition: none;
1794
+ }
1795
+ }
1796
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
1797
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
1798
+ line-height: 24px;
1799
+ }
1800
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
1801
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
1802
+ line-height: 24px;
1803
+ top: 0;
1804
+ }
1805
+ @media screen and (max-width: 480px) {
1806
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
1807
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
1808
+ line-height: 24px;
1809
+ }
1810
+ }
1811
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
1812
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
1813
+ line-height: 24px;
1814
+ top: 0;
1815
+ }
1816
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
1817
+ position: unset;
1818
+ }
1819
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
1820
+ left: unset;
1821
+ right: unset;
1822
+ }
1823
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
1824
+ background-color: unset;
1825
+ content: unset;
1826
+ height: unset;
1827
+ left: unset;
1828
+ position: unset;
1829
+ right: unset;
1830
+ top: unset;
1831
+ -webkit-transition: unset;
1832
+ transition: unset;
1833
+ }
1834
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
1835
+ color: unset;
1836
+ content: unset;
1837
+ display: unset;
1838
+ font-weight: unset;
1839
+ height: unset;
1840
+ overflow: unset;
1841
+ visibility: unset;
1842
+ }
1843
+ .e-tab .e-tab-header.e-horizontal-bottom::before {
1844
+ bottom: auto;
1845
+ }
1846
+ .e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
1847
+ margin-top: 0;
1848
+ }
1849
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1850
+ margin: 0;
1851
+ padding-bottom: 0;
1852
+ padding-top: 0;
1853
+ }
1854
+ @media screen and (max-width: 480px) {
1855
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1856
+ margin: 0;
1857
+ }
1858
+ }
1859
+ .e-tab .e-tab-header.e-horizontal-bottom .e-indicator {
1860
+ bottom: auto;
1861
+ top: 0;
1862
+ }
1863
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
1864
+ margin: 0 8px 0 0;
1865
+ padding-bottom: 0;
1866
+ padding-top: 0;
1867
+ }
1868
+ @media screen and (max-width: 480px) {
1869
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
1870
+ margin: 0 8px 0 0;
1871
+ }
1872
+ }
1873
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
1874
+ height: 36px;
1875
+ padding: 0;
1876
+ }
1877
+ @media screen and (max-width: 480px) {
1878
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
1879
+ height: 46px;
1880
+ }
1881
+ }
1882
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
1883
+ top: 0;
1884
+ }
1885
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
1886
+ top: 0;
1887
+ }
1888
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
1889
+ height: initial;
1890
+ }
1891
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
1892
+ height: initial;
1893
+ padding: 0;
1894
+ }
1895
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap::before {
1896
+ bottom: auto;
1897
+ top: 0;
1898
+ }
1899
+ .e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
1900
+ display: none;
1901
+ }
1902
+ .e-tab .e-tab-header.e-vertical {
1903
+ max-width: 150px;
1904
+ z-index: 1;
1905
+ }
1906
+ .e-tab .e-tab-header.e-vertical::before {
1907
+ bottom: 0;
1908
+ height: 100%;
1909
+ left: 0;
1910
+ top: 0;
1911
+ }
1912
+ .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
1913
+ bottom: 15px;
1914
+ height: auto;
1915
+ top: 15px;
1916
+ }
1917
+ @media screen and (max-width: 480px) {
1918
+ .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
1919
+ bottom: 0;
1920
+ top: 0;
1921
+ }
1922
+ }
1923
+ .e-tab .e-tab-header.e-vertical .e-indicator {
1924
+ display: block;
1925
+ -webkit-transition: initial;
1926
+ transition: initial;
1927
+ width: 2px;
1928
+ }
1929
+ .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1930
+ height: inherit;
1931
+ -webkit-box-orient: vertical;
1932
+ -webkit-box-direction: normal;
1933
+ -ms-flex-direction: column;
1934
+ flex-direction: column;
1935
+ -webkit-box-align: normal;
1936
+ -ms-flex-align: normal;
1937
+ align-items: normal;
1938
+ }
1939
+ .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1940
+ padding: 16px 0;
1941
+ }
1942
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item:last-child {
1943
+ margin: 0;
1944
+ }
1945
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) {
1946
+ margin: 0;
1947
+ }
1948
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap {
1949
+ padding: 0 8px;
1950
+ }
1951
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap {
1952
+ position: relative;
1953
+ width: 100%;
1954
+ }
1955
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text,
1956
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon::before {
1957
+ text-align: center;
1958
+ width: 100%;
1959
+ }
1960
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text {
1961
+ overflow: hidden;
1962
+ text-overflow: ellipsis;
1963
+ white-space: nowrap;
1964
+ }
1965
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
1966
+ display: none;
1967
+ }
1968
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
1969
+ min-height: 40px;
1970
+ min-width: 40px;
1971
+ }
1972
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
1973
+ margin: auto;
1974
+ }
1975
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
1976
+ right: -20px;
1977
+ }
1978
+ .e-tab .e-tab-header.e-vertical .e-toolbar-pop {
1979
+ top: initial !important; /* stylelint-disable-line declaration-no-important */
1980
+ }
1981
+ .e-tab .e-tab-header.e-vertical.e-vertical-left {
1982
+ float: left;
1983
+ }
1984
+ .e-tab .e-tab-header.e-vertical.e-vertical-left::before {
1985
+ right: 0;
1986
+ }
1987
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator {
1988
+ left: auto;
1989
+ right: 0;
1990
+ }
1991
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
1992
+ bottom: unset;
1993
+ height: unset;
1994
+ }
1995
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
1996
+ background-color: unset;
1997
+ bottom: unset;
1998
+ content: unset;
1999
+ height: unset;
2000
+ left: unset;
2001
+ position: unset;
2002
+ right: unset;
2003
+ -webkit-transition: unset;
2004
+ transition: unset;
2005
+ width: unset;
2006
+ }
2007
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
2008
+ color: unset;
2009
+ content: unset;
2010
+ display: unset;
2011
+ font-weight: unset;
2012
+ height: unset;
2013
+ overflow: unset;
2014
+ visibility: unset;
2015
+ }
2016
+ .e-tab .e-tab-header.e-vertical.e-vertical-right {
2017
+ float: right;
2018
+ }
2019
+ .e-tab .e-tab-header.e-vertical.e-vertical-right::before {
2020
+ right: auto;
2021
+ }
2022
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator {
2023
+ left: 0;
2024
+ right: auto;
2025
+ }
2026
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap {
2027
+ text-align: right;
2028
+ }
2029
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
2030
+ width: auto;
2031
+ }
2032
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
2033
+ bottom: unset;
2034
+ height: unset;
2035
+ }
2036
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
2037
+ background-color: unset;
2038
+ bottom: unset;
2039
+ content: unset;
2040
+ height: unset;
2041
+ left: unset;
2042
+ position: unset;
2043
+ right: unset;
2044
+ -webkit-transition: unset;
2045
+ transition: unset;
2046
+ width: unset;
2047
+ }
2048
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
2049
+ color: unset;
2050
+ content: unset;
2051
+ display: unset;
2052
+ font-weight: unset;
2053
+ height: unset;
2054
+ overflow: unset;
2055
+ visibility: unset;
2056
+ }
2057
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav {
2058
+ height: 16px;
2059
+ -webkit-box-pack: center;
2060
+ -ms-flex-pack: center;
2061
+ justify-content: center;
2062
+ min-height: 16px;
2063
+ width: 100%;
2064
+ }
2065
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
2066
+ font-size: 10px;
2067
+ height: 16px;
2068
+ line-height: 16px;
2069
+ margin: 0 auto;
2070
+ width: 16px;
2071
+ }
2072
+ .e-tab .e-tab-header.e-vertical .e-hor-nav {
2073
+ padding: 0 8px;
2074
+ width: 100%;
2075
+ }
2076
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
2077
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
2078
+ height: 100%;
2079
+ -webkit-transform: none;
2080
+ transform: none;
2081
+ -webkit-transition: none;
2082
+ transition: none;
2083
+ width: 100%;
2084
+ }
2085
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
2086
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
2087
+ float: left;
2088
+ font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
2089
+ font-size: 14px;
2090
+ font-weight: 400;
2091
+ line-height: 36px;
2092
+ text-align: left;
2093
+ text-transform: capitalize;
2094
+ -webkit-transform: none;
2095
+ transform: none;
2096
+ -webkit-transition: none;
2097
+ transition: none;
2098
+ }
2099
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
2100
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
2101
+ float: left;
2102
+ font-size: 12px;
2103
+ line-height: 36px;
2104
+ margin: 0 0 0 8px;
2105
+ vertical-align: initial;
2106
+ }
2107
+ @media screen and (max-width: 480px) {
2108
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
2109
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
2110
+ font-size: 15px;
2111
+ }
2112
+ }
2113
+ .e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav,
2114
+ .e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay {
2115
+ display: none;
2116
+ }
2117
+ .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
2118
+ height: auto;
2119
+ }
2120
+ .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2121
+ margin: 0;
2122
+ }
2123
+ .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) {
2124
+ margin: 0;
2125
+ }
2126
+ .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon {
2127
+ left: -20px;
2128
+ }
2129
+ .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav {
2130
+ padding: 0 8px;
2131
+ }
2132
+ .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
2133
+ .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
2134
+ float: right;
2135
+ }
2136
+ .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
2137
+ .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
2138
+ float: right;
2139
+ margin: 0 8px 0 0;
2140
+ }
2141
+ .e-tab .e-content {
2142
+ position: relative;
2143
+ }
2144
+ .e-tab .e-content .e-item.e-view {
2145
+ bottom: 0;
2146
+ left: 0;
2147
+ overflow: hidden;
2148
+ position: absolute;
2149
+ right: 0;
2150
+ top: 0;
2151
+ }
2152
+ .e-tab .e-content > .e-item {
2153
+ display: none;
2154
+ }
2155
+ .e-tab .e-content > .e-item.e-active {
2156
+ background: inherit;
2157
+ display: block;
2158
+ }
2159
+ .e-tab .e-content.e-progress {
2160
+ overflow: hidden;
2161
+ }
2162
+ .e-tab.e-vertical-tab .e-content {
2163
+ display: -webkit-box;
2164
+ display: -ms-flexbox;
2165
+ display: flex;
2166
+ }
2167
+ .e-tab.e-vertical-tab .e-content .e-item.e-active {
2168
+ display: -webkit-box;
2169
+ display: -ms-flexbox;
2170
+ display: flex;
2171
+ -webkit-box-flex: 0;
2172
+ -ms-flex: none;
2173
+ flex: none;
2174
+ }
2175
+ .e-tab.e-vertical-tab .e-content .e-item,
2176
+ .e-tab.e-vertical-tab .e-content .e-item > :first-child {
2177
+ width: 100%;
2178
+ }
2179
+ .e-tab.e-vertical-icon > .e-tab-header {
2180
+ height: 62px;
2181
+ min-height: 62px;
2182
+ }
2183
+ .e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
2184
+ .e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2185
+ display: none;
2186
+ }
2187
+ .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
2188
+ height: 62px;
2189
+ }
2190
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
2191
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
2192
+ position: static;
2193
+ }
2194
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
2195
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
2196
+ border: 1px solid #ffd939;
2197
+ content: "";
2198
+ display: none;
2199
+ position: absolute;
2200
+ top: 95%;
2201
+ width: 100%;
2202
+ }
2203
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
2204
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2205
+ content: "";
2206
+ display: block;
2207
+ position: absolute;
2208
+ top: 96%;
2209
+ width: calc(100% - 16px);
2210
+ border: 1px solid #ffd939;
2211
+ }
2212
+ .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
2213
+ height: 62px;
2214
+ }
2215
+ .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav {
2216
+ height: 62px;
2217
+ }
2218
+ @media screen and (max-width: 480px) {
2219
+ .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
2220
+ .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
2221
+ font-size: 12px;
2222
+ }
2223
+ }
2224
+ .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
2225
+ width: 3px;
2226
+ }
2227
+ .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
2228
+ .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2229
+ display: none;
2230
+ }
2231
+ .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
2232
+ .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
2233
+ position: relative;
2234
+ }
2235
+ .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
2236
+ height: 16px;
2237
+ }
2238
+ .e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
2239
+ .e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2240
+ top: 0;
2241
+ }
2242
+ .e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
2243
+ margin: 0 0 0 8px;
2244
+ }
2245
+ .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
2246
+ height: inherit;
2247
+ }
2248
+ .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
2249
+ height: 40px;
2250
+ }
2251
+ .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
2252
+ height: 36px;
2253
+ }
2254
+ .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
2255
+ height: 62px;
2256
+ }
2257
+ .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
2258
+ height: auto;
2259
+ }
2260
+ .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
2261
+ height: auto;
2262
+ }
2263
+ .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus {
2264
+ height: 36px;
2265
+ }
2266
+ .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
2267
+ height: 32px;
2268
+ }
2269
+ .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
2270
+ height: 40px;
2271
+ }
2272
+ .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
2273
+ height: 36px;
2274
+ padding: 0;
2275
+ }
2276
+ .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
2277
+ height: auto;
2278
+ }
2279
+ .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
2280
+ height: auto;
2281
+ }
2282
+ .e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
2283
+ .e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
2284
+ display: inherit;
2285
+ }
2286
+ .e-tab.e-template .e-content > .e-item {
2287
+ display: none;
2288
+ }
2289
+ .e-tab.e-template .e-content > .e-item.e-active {
2290
+ background: inherit;
2291
+ display: block;
2292
+ }
2293
+ .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align,
2294
+ .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align {
2295
+ display: -webkit-box;
2296
+ display: -ms-flexbox;
2297
+ display: flex;
2298
+ }
2299
+ .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
2300
+ .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
2301
+ .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
2302
+ .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
2303
+ display: block;
2304
+ line-height: 15px;
2305
+ }
2306
+ .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
2307
+ .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
2308
+ .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
2309
+ .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
2310
+ display: block;
2311
+ line-height: 15px;
2312
+ }
2313
+ .e-tab.e-ie .e-tab-header .e-popup-up-icon,
2314
+ .e-tab.e-ie .e-tab-header .e-popup-down-icon {
2315
+ -webkit-transform: none;
2316
+ transform: none;
2317
+ -webkit-transition: none;
2318
+ transition: none;
2319
+ }
2320
+ .e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
2321
+ -webkit-transform: rotate(0deg);
2322
+ transform: rotate(0deg);
2323
+ -webkit-transition: none;
2324
+ transition: none;
2325
+ }
2326
+ @media screen and (max-width: 480px) {
2327
+ .e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
2328
+ -webkit-transform: none;
2329
+ transform: none;
2330
+ -webkit-transition: none;
2331
+ transition: none;
2332
+ }
2333
+ }
2334
+ .e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
2335
+ -webkit-transform: rotate(0deg);
2336
+ transform: rotate(0deg);
2337
+ -webkit-transition: none;
2338
+ transition: none;
2339
+ }
2340
+ @media screen and (max-width: 480px) {
2341
+ .e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
2342
+ -webkit-transform: none;
2343
+ transform: none;
2344
+ -webkit-transition: none;
2345
+ transition: none;
2346
+ }
2347
+ }
2348
+ .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align,
2349
+ .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align {
2350
+ display: -webkit-box;
2351
+ display: -ms-flexbox;
2352
+ display: flex;
2353
+ }
2354
+ .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
2355
+ .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
2356
+ .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
2357
+ .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
2358
+ display: block;
2359
+ line-height: 14px;
2360
+ position: relative;
2361
+ }
2362
+ .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
2363
+ .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
2364
+ .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
2365
+ .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
2366
+ display: block;
2367
+ line-height: 12px;
2368
+ position: relative;
2369
+ }
2370
+ .e-tab.e-edge .e-tab-header .e-popup-up-icon {
2371
+ -webkit-transform: rotate(0deg);
2372
+ transform: rotate(0deg);
2373
+ -webkit-transition: none;
2374
+ transition: none;
2375
+ }
2376
+ @media screen and (max-width: 480px) {
2377
+ .e-tab.e-edge .e-tab-header .e-popup-up-icon {
2378
+ -webkit-transform: none;
2379
+ transform: none;
2380
+ -webkit-transition: none;
2381
+ transition: none;
2382
+ }
2383
+ }
2384
+ .e-tab.e-edge .e-tab-header .e-popup-down-icon {
2385
+ -webkit-transform: rotate(0deg);
2386
+ transform: rotate(0deg);
2387
+ -webkit-transition: none;
2388
+ transition: none;
2389
+ }
2390
+ @media screen and (max-width: 480px) {
2391
+ .e-tab.e-edge .e-tab-header .e-popup-down-icon {
2392
+ -webkit-transform: none;
2393
+ transform: none;
2394
+ -webkit-transition: none;
2395
+ transition: none;
2396
+ }
2397
+ }
2398
+ @media screen and (max-width: 480px) and (max-width: 480px) {
2399
+ .e-tab.e-edge .e-tab-header .e-popup-down-icon {
2400
+ -webkit-transform: none;
2401
+ transform: none;
2402
+ -webkit-transition: none;
2403
+ transition: none;
2404
+ }
2405
+ }
2406
+ .e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
2407
+ -webkit-transform: rotate(0deg);
2408
+ transform: rotate(0deg);
2409
+ -webkit-transition: none;
2410
+ transition: none;
2411
+ }
2412
+ @media screen and (max-width: 480px) {
2413
+ .e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
2414
+ -webkit-transform: none;
2415
+ transform: none;
2416
+ -webkit-transition: none;
2417
+ transition: none;
2418
+ }
2419
+ }
2420
+ .e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
2421
+ -webkit-transform: rotate(0deg);
2422
+ transform: rotate(0deg);
2423
+ -webkit-transition: none;
2424
+ transition: none;
2425
+ }
2426
+ @media screen and (max-width: 480px) {
2427
+ .e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
2428
+ -webkit-transform: none;
2429
+ transform: none;
2430
+ -webkit-transition: none;
2431
+ transition: none;
2432
+ }
2433
+ }
2434
+ .e-tab.e-safari .e-tab-header .e-close-icon::before {
2435
+ top: -1px;
2436
+ }
2437
+ .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before,
2438
+ .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before,
2439
+ .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,
2440
+ .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before {
2441
+ top: 0;
2442
+ }
2443
+ .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before,
2444
+ .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before,
2445
+ .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
2446
+ .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
2447
+ top: 0;
2448
+ }
2449
+ .e-tab.e-disable {
2450
+ pointer-events: none;
2451
+ }
2452
+ .e-tab.e-fill .e-tab-header {
2453
+ height: 38px;
2454
+ min-height: 38px;
2455
+ }
2456
+ @media screen and (max-width: 480px) {
2457
+ .e-tab.e-fill .e-tab-header {
2458
+ height: 48px;
2459
+ min-height: 48px;
2460
+ }
2461
+ }
2462
+ .e-tab.e-fill .e-tab-header .e-indicator {
2463
+ display: none;
2464
+ }
2465
+ .e-tab.e-fill .e-tab-header .e-toolbar-items {
2466
+ height: auto;
2467
+ min-height: 38px;
2468
+ }
2469
+ @media screen and (max-width: 480px) {
2470
+ .e-tab.e-fill .e-tab-header .e-toolbar-items {
2471
+ min-height: 48px;
2472
+ }
2473
+ }
2474
+ .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2475
+ margin: 0;
2476
+ padding: 0;
2477
+ }
2478
+ .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
2479
+ height: 38px;
2480
+ margin: 0;
2481
+ min-height: 38px;
2482
+ padding: 0;
2483
+ }
2484
+ @media screen and (max-width: 480px) {
2485
+ .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
2486
+ height: 48px;
2487
+ min-height: 48px;
2488
+ }
2489
+ }
2490
+ .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom {
2491
+ height: 60px;
2492
+ min-height: 60px;
2493
+ }
2494
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
2495
+ height: 38px;
2496
+ padding: 0 10px;
2497
+ }
2498
+ @media screen and (max-width: 480px) {
2499
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
2500
+ height: 48px;
2501
+ padding: 0 10px;
2502
+ }
2503
+ }
2504
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
2505
+ height: 34px;
2506
+ }
2507
+ @media screen and (max-width: 480px) {
2508
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
2509
+ height: 48px;
2510
+ }
2511
+ }
2512
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
2513
+ padding: 0;
2514
+ }
2515
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
2516
+ margin-bottom: 0;
2517
+ }
2518
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
2519
+ height: 34px;
2520
+ }
2521
+ @media screen and (max-width: 480px) {
2522
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
2523
+ height: 48px;
2524
+ }
2525
+ }
2526
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
2527
+ font-weight: 400;
2528
+ }
2529
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
2530
+ height: 34px;
2531
+ }
2532
+ @media screen and (max-width: 480px) {
2533
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
2534
+ height: 48px;
2535
+ }
2536
+ }
2537
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
2538
+ height: 60px;
2539
+ }
2540
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
2541
+ height: auto;
2542
+ }
2543
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
2544
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
2545
+ height: auto;
2546
+ }
2547
+ .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
2548
+ padding: 0;
2549
+ }
2550
+ .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop {
2551
+ padding-top: 0;
2552
+ }
2553
+ .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
2554
+ margin-right: 0;
2555
+ padding: 0;
2556
+ }
2557
+ .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
2558
+ height: 34px;
2559
+ }
2560
+ @media screen and (max-width: 480px) {
2561
+ .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
2562
+ height: 48px;
2563
+ }
2564
+ }
2565
+ .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
2566
+ height: 44px;
2567
+ }
2568
+ .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
2569
+ height: auto;
2570
+ }
2571
+ .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items {
2572
+ height: inherit;
2573
+ }
2574
+ .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
2575
+ padding: 0 8px;
2576
+ }
2577
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
2578
+ height: 38px;
2579
+ }
2580
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
2581
+ height: 34px;
2582
+ }
2583
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
2584
+ height: 34px;
2585
+ }
2586
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
2587
+ height: 59px;
2588
+ }
2589
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
2590
+ height: auto;
2591
+ }
2592
+ @media screen and (max-width: 480px) {
2593
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
2594
+ height: auto;
2595
+ }
2596
+ }
2597
+ .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
2598
+ margin: 0;
2599
+ }
2600
+ .e-tab.e-fill.e-vertical-icon > .e-tab-header {
2601
+ height: 60px;
2602
+ min-height: 60px;
2603
+ }
2604
+ .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2605
+ .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2606
+ margin: 0;
2607
+ padding: 0;
2608
+ }
2609
+ .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
2610
+ margin: 0;
2611
+ padding: 0;
2612
+ }
2613
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
2614
+ padding: 0 10px;
2615
+ }
2616
+ @media screen and (max-width: 480px) {
2617
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
2618
+ padding: 0 10px;
2619
+ }
2620
+ }
2621
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
2622
+ padding: 0;
2623
+ }
2624
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
2625
+ margin-bottom: 0;
2626
+ }
2627
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
2628
+ font-weight: 400;
2629
+ }
2630
+ .e-tab.e-background .e-tab-header.e-vertical .e-indicator {
2631
+ display: none;
2632
+ }
2633
+ .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
2634
+ padding: 0 8px;
2635
+ }
2636
+ .e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,
2637
+ .e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
2638
+ padding: 0;
2639
+ }
2640
+ .e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
2641
+ margin: 0;
2642
+ padding: 0;
2643
+ }
2644
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap {
2645
+ height: 32px;
2646
+ }
2647
+ .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
2648
+ margin: 0;
2649
+ }
2650
+ .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2651
+ .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2652
+ margin: 0 0 0 8px;
2653
+ }
2654
+ .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
2655
+ margin: 0 0 0 8px;
2656
+ }
2657
+ .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
2658
+ margin: 0;
2659
+ }
2660
+ .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
2661
+ margin: 0 6px 0 0;
2662
+ }
2663
+ .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
2664
+ margin: 0 8px 0 0;
2665
+ }
2666
+ .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon {
2667
+ left: 8px;
2668
+ right: auto;
2669
+ }
2670
+ .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
2671
+ .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
2672
+ margin-left: 20px;
2673
+ margin-right: 0;
2674
+ }
2675
+ .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
2676
+ margin: 0 0 0 8px;
2677
+ }
2678
+ .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
2679
+ margin: 0;
2680
+ }
2681
+ .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
2682
+ padding-left: 8px;
2683
+ padding-right: 0;
2684
+ }
2685
+ @media screen and (max-width: 480px) {
2686
+ .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
2687
+ padding-left: 0;
2688
+ }
2689
+ }
2690
+ .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon {
2691
+ margin: 0;
2692
+ }
2693
+ .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
2694
+ left: 16px;
2695
+ right: auto;
2696
+ }
2697
+ .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
2698
+ left: 16px;
2699
+ right: auto;
2700
+ }
2701
+ .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
2702
+ margin: 0;
2703
+ padding-left: 10px;
2704
+ padding-right: 0;
2705
+ }
2706
+ @media screen and (max-width: 480px) {
2707
+ .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
2708
+ margin: 0;
2709
+ padding-left: 10px;
2710
+ padding-right: 0;
2711
+ }
2712
+ }
2713
+ .e-tab.e-rtl .e-tab-header .e-hor-nav,
2714
+ .e-tab.e-rtl .e-tab-header .e-scroll-right-nav {
2715
+ padding: 0 10px;
2716
+ }
2717
+ .e-tab.e-rtl .e-tab-header .e-scroll-left-nav {
2718
+ padding: 0 10px;
2719
+ }
2720
+ .e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
2721
+ .e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
2722
+ display: none;
2723
+ }
2724
+ .e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
2725
+ .e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
2726
+ margin: 0;
2727
+ width: 100%;
2728
+ }
2729
+
2730
+ .e-tab-clone-element {
2731
+ overflow: visible;
2732
+ z-index: 10000;
2733
+ }
2734
+ .e-tab-clone-element:not(.e-separator) {
2735
+ height: 40px;
2736
+ margin: 0 8px 0 0;
2737
+ min-height: 40px;
2738
+ min-width: auto;
2739
+ padding: 0;
2740
+ }
2741
+ @media screen and (max-width: 480px) {
2742
+ .e-tab-clone-element:not(.e-separator) {
2743
+ height: 50px;
2744
+ min-height: 50px;
2745
+ }
2746
+ }
2747
+ .e-tab-clone-element .e-tab-wrap {
2748
+ height: 40px;
2749
+ padding: 0 8px;
2750
+ width: 100%;
2751
+ }
2752
+ @media screen and (max-width: 480px) {
2753
+ .e-tab-clone-element .e-tab-wrap {
2754
+ height: 50px;
2755
+ padding: 0 8px;
2756
+ }
2757
+ }
2758
+ .e-tab-clone-element .e-text-wrap {
2759
+ -ms-flex-line-pack: center;
2760
+ align-content: center;
2761
+ -webkit-box-align: center;
2762
+ -ms-flex-align: center;
2763
+ align-items: center;
2764
+ display: -webkit-inline-box;
2765
+ display: -ms-inline-flexbox;
2766
+ display: inline-flex;
2767
+ height: 36px;
2768
+ }
2769
+ @media screen and (max-width: 480px) {
2770
+ .e-tab-clone-element .e-text-wrap {
2771
+ height: 50px;
2772
+ }
2773
+ }
2774
+ .e-tab-clone-element .e-tab-text {
2775
+ display: inherit;
2776
+ font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
2777
+ font-size: 14px;
2778
+ font-weight: 400;
2779
+ text-transform: capitalize;
2780
+ -ms-flex-item-align: auto;
2781
+ align-self: auto;
2782
+ }
2783
+ @media screen and (max-width: 480px) {
2784
+ .e-tab-clone-element .e-tab-text {
2785
+ font-size: 15px;
2786
+ }
2787
+ }
2788
+ .e-tab-clone-element .e-icons.e-close-icon {
2789
+ display: none;
2790
+ }
2791
+ .e-tab-clone-element .e-close-icon,
2792
+ .e-tab-clone-element .e-close-icon::before {
2793
+ font-size: 10px;
2794
+ }
2795
+ @media screen and (max-width: 480px) {
2796
+ .e-tab-clone-element .e-close-icon,
2797
+ .e-tab-clone-element .e-close-icon::before {
2798
+ font-size: 12px;
2799
+ }
2800
+ }
2801
+ .e-tab-clone-element .e-close-icon::before {
2802
+ top: 1px;
2803
+ }
2804
+ .e-tab-clone-element .e-icons.e-tab-icon {
2805
+ display: -webkit-inline-box;
2806
+ display: -ms-inline-flexbox;
2807
+ display: inline-flex;
2808
+ height: 20px;
2809
+ min-width: 20px;
2810
+ width: 20px;
2811
+ line-height: 1;
2812
+ }
2813
+ @media screen and (max-width: 480px) {
2814
+ .e-tab-clone-element .e-icons.e-tab-icon {
2815
+ height: 20px;
2816
+ width: 20px;
2817
+ }
2818
+ }
2819
+ .e-tab-clone-element .e-tab-icon,
2820
+ .e-tab-clone-element .e-tab-icon::before {
2821
+ font-size: 18px;
2822
+ }
2823
+ @media screen and (max-width: 480px) {
2824
+ .e-tab-clone-element .e-tab-icon,
2825
+ .e-tab-clone-element .e-tab-icon::before {
2826
+ font-size: 20px;
2827
+ }
2828
+ }
2829
+ .e-tab-clone-element.e-icon .e-tab-wrap {
2830
+ -webkit-box-pack: center;
2831
+ -ms-flex-pack: center;
2832
+ justify-content: center;
2833
+ padding: 0 8px;
2834
+ }
2835
+ @media screen and (max-width: 480px) {
2836
+ .e-tab-clone-element.e-icon .e-tab-wrap {
2837
+ padding: 0 8px;
2838
+ }
2839
+ }
2840
+ .e-tab-clone-element .e-icon-right {
2841
+ margin: 0 0 0 8px;
2842
+ }
2843
+ @media screen and (max-width: 480px) {
2844
+ .e-tab-clone-element .e-icon-right {
2845
+ margin: 0;
2846
+ }
2847
+ }
2848
+ .e-tab-clone-element .e-icon-left + .e-tab-text {
2849
+ margin: 0 0 0 6px;
2850
+ }
2851
+ @media screen and (max-width: 480px) {
2852
+ .e-tab-clone-element .e-icon-left + .e-tab-text {
2853
+ margin: 0 0 0 8px;
2854
+ }
2855
+ }
2856
+ .e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
2857
+ height: 62px;
2858
+ }
2859
+ @media screen and (max-width: 480px) {
2860
+ .e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
2861
+ height: 62px;
2862
+ }
2863
+ }
2864
+ .e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
2865
+ -webkit-box-align: center;
2866
+ -ms-flex-align: center;
2867
+ align-items: center;
2868
+ display: -webkit-box;
2869
+ display: -ms-flexbox;
2870
+ display: flex;
2871
+ height: 62px;
2872
+ position: relative;
2873
+ }
2874
+ @media screen and (max-width: 480px) {
2875
+ .e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
2876
+ height: 62px;
2877
+ }
2878
+ }
2879
+ .e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap {
2880
+ height: auto;
2881
+ }
2882
+ .e-tab-clone-element.e-itop .e-text-wrap, .e-tab-clone-element.e-ibottom .e-text-wrap {
2883
+ display: block;
2884
+ height: auto;
2885
+ }
2886
+ .e-tab-clone-element.e-itop .e-close-icon, .e-tab-clone-element.e-ibottom .e-close-icon {
2887
+ position: absolute;
2888
+ right: 8px;
2889
+ top: calc(50% - 6px);
2890
+ }
2891
+ @media screen and (max-width: 480px) {
2892
+ .e-tab-clone-element.e-itop .e-close-icon, .e-tab-clone-element.e-ibottom .e-close-icon {
2893
+ right: 8px;
2894
+ }
2895
+ }
2896
+ .e-tab-clone-element.e-itop .e-tab-text {
2897
+ margin: 8px 0 0;
2898
+ }
2899
+ @media screen and (max-width: 480px) {
2900
+ .e-tab-clone-element.e-itop .e-tab-text {
2901
+ margin: 10px 0 0;
2902
+ }
2903
+ }
2904
+ .e-tab-clone-element.e-ibottom .e-tab-text {
2905
+ margin: 0 0 8px;
2906
+ }
2907
+ @media screen and (max-width: 480px) {
2908
+ .e-tab-clone-element.e-ibottom .e-tab-text {
2909
+ margin: 0 0 10px;
2910
+ }
2911
+ }
2912
+ .e-tab-clone-element .e-tab-icon.e-icon-top,
2913
+ .e-tab-clone-element .e-tab-icon.e-icon-bottom {
2914
+ -webkit-box-align: center;
2915
+ -ms-flex-align: center;
2916
+ align-items: center;
2917
+ display: -webkit-box;
2918
+ display: -ms-flexbox;
2919
+ display: flex;
2920
+ -webkit-box-orient: vertical;
2921
+ -webkit-box-direction: normal;
2922
+ -ms-flex-direction: column;
2923
+ flex-direction: column;
2924
+ -webkit-box-pack: center;
2925
+ -ms-flex-pack: center;
2926
+ justify-content: center;
2927
+ margin: auto;
2928
+ }
2929
+ .e-tab-clone-element.e-close-show .e-icons.e-close-icon {
2930
+ -webkit-box-align: center;
2931
+ -ms-flex-align: center;
2932
+ align-items: center;
2933
+ -ms-flex-item-align: center;
2934
+ align-self: center;
2935
+ display: -webkit-inline-box;
2936
+ display: -ms-inline-flexbox;
2937
+ display: inline-flex;
2938
+ }
2939
+ @media screen and (max-width: 480px) {
2940
+ .e-tab-clone-element.e-close-show .e-icons.e-close-icon {
2941
+ display: none;
2942
+ }
2943
+ }
2944
+ .e-tab-clone-element.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
2945
+ .e-tab-clone-element.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
2946
+ margin-right: 20px;
2947
+ }
2948
+
2949
+ .e-bigger .e-tab-clone-element:not(.e-separator) {
2950
+ height: 50px;
2951
+ margin: 0 14px 0 0;
2952
+ min-height: 50px;
2953
+ min-width: auto;
2954
+ padding: 0;
2955
+ }
2956
+ @media screen and (max-width: 480px) {
2957
+ .e-bigger .e-tab-clone-element:not(.e-separator) {
2958
+ margin: 0 8px 0 0;
2959
+ }
2960
+ }
2961
+ .e-bigger .e-tab-clone-element:not(.e-separator).e-itop, .e-bigger .e-tab-clone-element:not(.e-separator).e-ibottom {
2962
+ height: 72px;
2963
+ min-height: 72px;
2964
+ }
2965
+ .e-bigger .e-tab-clone-element .e-tab-wrap {
2966
+ height: 50px;
2967
+ padding: 0 8px;
2968
+ }
2969
+ @media screen and (max-width: 480px) {
2970
+ .e-bigger .e-tab-clone-element .e-tab-wrap {
2971
+ padding: 0 8px;
2972
+ }
2973
+ }
2974
+ .e-bigger .e-tab-clone-element .e-text-wrap {
2975
+ height: 46px;
2976
+ }
2977
+ .e-bigger .e-tab-clone-element .e-tab-text {
2978
+ font-size: 15px;
2979
+ -ms-flex-item-align: auto;
2980
+ align-self: auto;
2981
+ }
2982
+ .e-bigger .e-tab-clone-element .e-icons.e-close-icon {
2983
+ cursor: pointer;
2984
+ margin: 0 0 0 8px;
2985
+ }
2986
+ @media screen and (max-width: 480px) {
2987
+ .e-bigger .e-tab-clone-element .e-icons.e-close-icon {
2988
+ margin: 0 0 0 8px;
2989
+ }
2990
+ }
2991
+ .e-bigger .e-tab-clone-element .e-icons.e-close-icon,
2992
+ .e-bigger .e-tab-clone-element .e-close-icon::before {
2993
+ font-size: 12px;
2994
+ }
2995
+ @media screen and (max-width: 480px) {
2996
+ .e-bigger .e-tab-clone-element .e-icons.e-close-icon,
2997
+ .e-bigger .e-tab-clone-element .e-close-icon::before {
2998
+ font-size: 12px;
2999
+ }
3000
+ }
3001
+ .e-bigger .e-tab-clone-element .e-icons.e-tab-icon {
3002
+ height: 20px;
3003
+ min-width: 20px;
3004
+ width: 20px;
3005
+ line-height: 1;
3006
+ }
3007
+ .e-bigger .e-tab-clone-element .e-tab-icon,
3008
+ .e-bigger .e-tab-clone-element .e-tab-icon::before {
3009
+ font-size: 20px;
3010
+ }
3011
+ .e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
3012
+ padding: 0 8px;
3013
+ }
3014
+ .e-bigger .e-tab-clone-element .e-icon-right {
3015
+ margin: 0 0 0 12px;
3016
+ }
3017
+ @media screen and (max-width: 480px) {
3018
+ .e-bigger .e-tab-clone-element .e-icon-right {
3019
+ margin: 0;
3020
+ }
3021
+ }
3022
+ .e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
3023
+ margin: 0 0 0 8px;
3024
+ }
3025
+ @media screen and (max-width: 480px) {
3026
+ .e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
3027
+ margin: 0 0 0 8px;
3028
+ }
3029
+ }
3030
+ .e-bigger .e-tab-clone-element.e-itop, .e-bigger .e-tab-clone-element.e-ibottom {
3031
+ height: 72px;
3032
+ }
3033
+ .e-bigger .e-tab-clone-element.e-itop .e-tab-wrap, .e-bigger .e-tab-clone-element.e-ibottom .e-tab-wrap {
3034
+ height: 72px;
3035
+ }
3036
+ .e-bigger .e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap {
3037
+ height: auto;
3038
+ }
3039
+ .e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap {
3040
+ height: 72px;
3041
+ }
3042
+ .e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
3043
+ height: auto;
3044
+ }
3045
+ .e-bigger .e-tab-clone-element.e-itop .e-close-icon, .e-bigger .e-tab-clone-element.e-ibottom .e-close-icon {
3046
+ right: 8px;
3047
+ }
3048
+ .e-bigger .e-tab-clone-element.e-itop .e-tab-text {
3049
+ margin: 10px 0 0;
3050
+ }
3051
+ .e-bigger .e-tab-clone-element.e-ibottom .e-tab-text {
3052
+ margin: 0 0 10px;
3053
+ }
3054
+
3055
+ .e-tab {
3056
+ background: transparent;
3057
+ border: 1px solid #969696;
3058
+ }
3059
+ .e-tab .e-tab-header {
3060
+ background: inherit;
3061
+ border: 0;
3062
+ border-radius: 0;
3063
+ -webkit-box-shadow: none;
3064
+ box-shadow: none;
3065
+ font-weight: normal;
3066
+ border-bottom: 0;
3067
+ }
3068
+ .e-tab .e-tab-header::before {
3069
+ border-color: unset;
3070
+ border-style: solid;
3071
+ }
3072
+ .e-tab .e-tab-header:not(.e-vertical)::before {
3073
+ border-width: 0;
3074
+ }
3075
+ .e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
3076
+ border-bottom: initial;
3077
+ margin-bottom: 0;
3078
+ }
3079
+ .e-tab .e-tab-header .e-toolbar-items {
3080
+ background: inherit;
3081
+ }
3082
+ .e-tab .e-tab-header .e-indicator {
3083
+ background: #ffd939;
3084
+ }
3085
+ .e-tab .e-tab-header .e-toolbar-item {
3086
+ background: inherit;
3087
+ border: none;
3088
+ }
3089
+ .e-tab .e-tab-header .e-toolbar-item:hover {
3090
+ background: #685708;
3091
+ }
3092
+ .e-tab .e-tab-header .e-toolbar-item.e-active:hover {
3093
+ background: #685708;
3094
+ }
3095
+ .e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
3096
+ background: rgba(0, 0, 0, 0);
3097
+ }
3098
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
3099
+ border-radius: 0;
3100
+ color: #fff;
3101
+ border: 2px solid #000;
3102
+ }
3103
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
3104
+ color: #fff;
3105
+ }
3106
+ @media screen and (max-width: 480px) {
3107
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
3108
+ color: #fff;
3109
+ }
3110
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
3111
+ color: #fff;
3112
+ }
3113
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
3114
+ color: #fff;
3115
+ }
3116
+ }
3117
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
3118
+ background: inherit;
3119
+ border: 2px solid #000;
3120
+ border-radius: 0;
3121
+ }
3122
+ @media screen and (max-width: 480px) {
3123
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
3124
+ background: inherit;
3125
+ }
3126
+ }
3127
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
3128
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
3129
+ color: #fff;
3130
+ }
3131
+ .e-tab .e-tab-header .e-toolbar-item.e-active {
3132
+ border: 0;
3133
+ border-radius: 0;
3134
+ }
3135
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
3136
+ border: 2px solid #000;
3137
+ }
3138
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
3139
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
3140
+ color: #fff;
3141
+ }
3142
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
3143
+ position: relative;
3144
+ }
3145
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
3146
+ border: 1px solid #ffd939;
3147
+ content: "";
3148
+ display: block;
3149
+ position: absolute;
3150
+ width: 100%;
3151
+ top: 95%;
3152
+ }
3153
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
3154
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
3155
+ color: #fff;
3156
+ }
3157
+ .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon {
3158
+ color: #fff;
3159
+ }
3160
+ .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
3161
+ color: #fff;
3162
+ }
3163
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
3164
+ color: #fff;
3165
+ }
3166
+ .e-tab .e-tab-header .e-toolbar-item .e-close-icon {
3167
+ color: #fff;
3168
+ }
3169
+ .e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
3170
+ color: #ffd939;
3171
+ }
3172
+ .e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
3173
+ color: #ffd939;
3174
+ }
3175
+ .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay {
3176
+ background: inherit;
3177
+ opacity: 1;
3178
+ pointer-events: none;
3179
+ }
3180
+ .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text,
3181
+ .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
3182
+ color: #757575;
3183
+ }
3184
+ .e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
3185
+ border: initial;
3186
+ }
3187
+ .e-tab .e-tab-header .e-toolbar-pop {
3188
+ background: #000;
3189
+ border: 1px solid #969696;
3190
+ border-radius: 0;
3191
+ -webkit-box-shadow: none;
3192
+ box-shadow: none;
3193
+ overflow-y: auto;
3194
+ }
3195
+ .e-tab .e-tab-header .e-toolbar-pop[e-animate=true] {
3196
+ overflow-y: hidden;
3197
+ }
3198
+ @media screen and (max-width: 480px) {
3199
+ .e-tab .e-tab-header .e-toolbar-pop {
3200
+ -webkit-box-shadow: none;
3201
+ box-shadow: none;
3202
+ }
3203
+ }
3204
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
3205
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon {
3206
+ color: #fff;
3207
+ }
3208
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
3209
+ background: #685708;
3210
+ border: 2px solid #fff;
3211
+ border-radius: 0;
3212
+ }
3213
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
3214
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
3215
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
3216
+ color: #fff;
3217
+ }
3218
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
3219
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
3220
+ color: #fff;
3221
+ }
3222
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
3223
+ background: #ffd939;
3224
+ border-color: #ffd939;
3225
+ }
3226
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
3227
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
3228
+ color: #000;
3229
+ }
3230
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
3231
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
3232
+ color: #fff;
3233
+ }
3234
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
3235
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
3236
+ color: #757575;
3237
+ }
3238
+ .e-tab .e-tab-header .e-scroll-nav,
3239
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav {
3240
+ background: inherit;
3241
+ border: 0;
3242
+ }
3243
+ .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
3244
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
3245
+ color: #fff;
3246
+ border: 2px solid #000;
3247
+ }
3248
+ .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
3249
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
3250
+ background: #685708;
3251
+ color: #fff;
3252
+ border: 2px solid #fff;
3253
+ }
3254
+ .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
3255
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
3256
+ -webkit-box-shadow: none;
3257
+ box-shadow: none;
3258
+ border: 2px solid #000;
3259
+ }
3260
+ .e-tab .e-tab-header .e-scroll-nav:focus,
3261
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
3262
+ background: inherit;
3263
+ }
3264
+ .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
3265
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
3266
+ background: transparent;
3267
+ color: #fff;
3268
+ border: 2px solid #fff;
3269
+ }
3270
+ .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
3271
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
3272
+ background: #685708;
3273
+ color: #fff;
3274
+ }
3275
+ .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
3276
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
3277
+ background: #ffd939;
3278
+ border-color: #ffd939;
3279
+ color: #000;
3280
+ }
3281
+ .e-tab .e-tab-header .e-scroll-nav:active,
3282
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
3283
+ -webkit-box-shadow: none;
3284
+ box-shadow: none;
3285
+ background: inherit;
3286
+ border: 0;
3287
+ }
3288
+ .e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
3289
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
3290
+ color: #fff;
3291
+ }
3292
+ .e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
3293
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
3294
+ color: #fff;
3295
+ background: transparent;
3296
+ border-color: transparent;
3297
+ }
3298
+ .e-tab .e-tab-header .e-hor-nav,
3299
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
3300
+ background: transparent;
3301
+ border: 0;
3302
+ }
3303
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
3304
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
3305
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
3306
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
3307
+ color: #fff;
3308
+ border: 2px solid #000;
3309
+ }
3310
+ .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
3311
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
3312
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
3313
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
3314
+ background: #685708;
3315
+ border: 2px solid #fff;
3316
+ border-radius: 0;
3317
+ }
3318
+ .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
3319
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
3320
+ color: #fff;
3321
+ }
3322
+ .e-tab .e-tab-header .e-hor-nav:focus,
3323
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
3324
+ background: transparent;
3325
+ }
3326
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3327
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
3328
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
3329
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon {
3330
+ background: transparent;
3331
+ border: 2px solid #fff;
3332
+ border-radius: 0;
3333
+ color: #fff;
3334
+ }
3335
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
3336
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
3337
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
3338
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
3339
+ background: #685708;
3340
+ border: 2px solid #fff;
3341
+ border-radius: 0;
3342
+ }
3343
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
3344
+ .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,
3345
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
3346
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
3347
+ background: #ffd939;
3348
+ color: #000;
3349
+ border: 1px solid #ffd939;
3350
+ border-radius: 0;
3351
+ -webkit-box-shadow: none;
3352
+ box-shadow: none;
3353
+ }
3354
+ .e-tab .e-tab-header .e-hor-nav:hover,
3355
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
3356
+ border: 0;
3357
+ background: transparent;
3358
+ }
3359
+ .e-tab .e-tab-header .e-hor-nav:hover:active,
3360
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
3361
+ background: transparent;
3362
+ }
3363
+ .e-tab .e-tab-header .e-hor-nav:active,
3364
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
3365
+ -webkit-box-shadow: none;
3366
+ box-shadow: none;
3367
+ background: transparent;
3368
+ }
3369
+ .e-tab .e-tab-header .e-hor-nav.e-nav-active,
3370
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
3371
+ background: inherit;
3372
+ border: 0;
3373
+ -webkit-box-shadow: none;
3374
+ box-shadow: none;
3375
+ border-radius: 0;
3376
+ }
3377
+ .e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
3378
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
3379
+ color: #fff;
3380
+ }
3381
+ .e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
3382
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
3383
+ border: 0;
3384
+ }
3385
+ .e-tab .e-tab-header.e-horizontal-bottom {
3386
+ border-color: unset;
3387
+ border-style: solid;
3388
+ border-width: 0;
3389
+ }
3390
+ .e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
3391
+ border-color: unset;
3392
+ border-style: solid;
3393
+ border-width: 0;
3394
+ }
3395
+ .e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
3396
+ border-color: unset;
3397
+ border-style: solid;
3398
+ border-width: 0;
3399
+ }
3400
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
3401
+ border-radius: 0;
3402
+ }
3403
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
3404
+ border-color: inherit unset unset;
3405
+ border-style: solid;
3406
+ border-width: 0;
3407
+ margin-top: 0;
3408
+ border-radius: 0;
3409
+ }
3410
+ .e-tab .e-tab-header.e-vertical {
3411
+ border-bottom: 0;
3412
+ }
3413
+ .e-tab .e-tab-header.e-vertical::before {
3414
+ border-width: 0;
3415
+ }
3416
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
3417
+ border-bottom: 0;
3418
+ border-top: 0;
3419
+ }
3420
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
3421
+ border-radius: 0;
3422
+ }
3423
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
3424
+ border-radius: 0;
3425
+ border-right: initial;
3426
+ }
3427
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
3428
+ border-radius: 0;
3429
+ }
3430
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
3431
+ border-left: initial;
3432
+ border-radius: 0;
3433
+ }
3434
+ .e-tab .e-tab-header.e-vertical .e-toolbar-pop {
3435
+ -webkit-box-shadow: none;
3436
+ box-shadow: none;
3437
+ }
3438
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav {
3439
+ background: inherit;
3440
+ border: 1px solid transparent;
3441
+ }
3442
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav {
3443
+ border-bottom-color: #fff;
3444
+ }
3445
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav {
3446
+ border-top-color: #fff;
3447
+ }
3448
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
3449
+ border: 0;
3450
+ }
3451
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow:hover {
3452
+ background: none;
3453
+ }
3454
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
3455
+ background: #685708;
3456
+ border-color: #fff;
3457
+ }
3458
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
3459
+ background: #ffd939;
3460
+ }
3461
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
3462
+ color: #fff;
3463
+ }
3464
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover {
3465
+ background: none;
3466
+ }
3467
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
3468
+ background: transparent;
3469
+ }
3470
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
3471
+ color: #000;
3472
+ }
3473
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3474
+ background: none;
3475
+ }
3476
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover {
3477
+ background: none;
3478
+ border: 0;
3479
+ }
3480
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3481
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3482
+ border: 0;
3483
+ }
3484
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,
3485
+ .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
3486
+ background: inherit;
3487
+ border: 0;
3488
+ color: #fff;
3489
+ }
3490
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
3491
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
3492
+ background: inherit;
3493
+ border: 0;
3494
+ }
3495
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover,
3496
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover,
3497
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active,
3498
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover {
3499
+ background: inherit;
3500
+ border: 0;
3501
+ -webkit-box-shadow: none;
3502
+ box-shadow: none;
3503
+ }
3504
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
3505
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
3506
+ color: #fff;
3507
+ }
3508
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
3509
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
3510
+ border: 0;
3511
+ }
3512
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
3513
+ background: initial;
3514
+ border: 2px solid #fff;
3515
+ }
3516
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3517
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
3518
+ color: #fff;
3519
+ }
3520
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
3521
+ color: #fff;
3522
+ }
3523
+ .e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3524
+ color: #fff;
3525
+ }
3526
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3527
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3528
+ color: #fff;
3529
+ background: inherit;
3530
+ border: 2px solid #fff;
3531
+ }
3532
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
3533
+ border-color: #fff;
3534
+ }
3535
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3536
+ border: 0;
3537
+ }
3538
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3539
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3540
+ border: 0;
3541
+ }
3542
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
3543
+ outline: 1.5px solid #fff;
3544
+ }
3545
+ .e-tab.e-disable {
3546
+ pointer-events: none;
3547
+ }
3548
+ .e-tab.e-disable .e-tab-header .e-indicator {
3549
+ background: #757575;
3550
+ }
3551
+ .e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
3552
+ color: #757575;
3553
+ }
3554
+ .e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text,
3555
+ .e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
3556
+ color: #757575;
3557
+ }
3558
+ .e-tab.e-disable .e-content {
3559
+ opacity: 0.38;
3560
+ }
3561
+ .e-tab.e-fill .e-tab-header {
3562
+ border-bottom: 2px Solid #ffd939;
3563
+ }
3564
+ .e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
3565
+ border: 0;
3566
+ }
3567
+ .e-tab.e-fill .e-tab-header .e-toolbar-item {
3568
+ border: 0;
3569
+ }
3570
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element {
3571
+ background: rgba(0, 0, 0, 0);
3572
+ }
3573
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
3574
+ color: #fff;
3575
+ }
3576
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
3577
+ color: #fff;
3578
+ }
3579
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
3580
+ color: #fff;
3581
+ }
3582
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
3583
+ margin-top: 0;
3584
+ }
3585
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
3586
+ border: 0;
3587
+ }
3588
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
3589
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
3590
+ color: #757575;
3591
+ }
3592
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
3593
+ background: #ffd939;
3594
+ border-radius: 0;
3595
+ border-color: #ffd939;
3596
+ }
3597
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
3598
+ color: #000;
3599
+ }
3600
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
3601
+ margin-top: 0;
3602
+ }
3603
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
3604
+ border: 0;
3605
+ }
3606
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
3607
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
3608
+ color: #000;
3609
+ }
3610
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon {
3611
+ color: rgba(0, 0, 0, 0.6);
3612
+ }
3613
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
3614
+ color: #000;
3615
+ }
3616
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
3617
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
3618
+ color: #000;
3619
+ }
3620
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
3621
+ background: #685708;
3622
+ }
3623
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
3624
+ color: #fff;
3625
+ }
3626
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
3627
+ color: #fff;
3628
+ }
3629
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
3630
+ color: #fff;
3631
+ }
3632
+ .e-tab.e-fill .e-tab-header.e-horizontal-bottom {
3633
+ border-bottom: 0;
3634
+ border-top: 2px Solid #ffd939;
3635
+ }
3636
+ .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
3637
+ margin-top: 0;
3638
+ }
3639
+ .e-tab.e-fill .e-tab-header.e-vertical {
3640
+ border-bottom: 0;
3641
+ }
3642
+ .e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left {
3643
+ border-right: 2px Solid #ffd939;
3644
+ }
3645
+ .e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right {
3646
+ border-left: 2px Solid #ffd939;
3647
+ }
3648
+ .e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
3649
+ border-radius: 3px 3px 0 0;
3650
+ }
3651
+ .e-tab.e-fill.e-corner .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
3652
+ border-radius: 0 0 3px 3px;
3653
+ }
3654
+ .e-tab.e-fill.e-disable .e-tab-header {
3655
+ border-bottom: 2px Solid #757575;
3656
+ }
3657
+ .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
3658
+ color: #757575;
3659
+ }
3660
+ .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active {
3661
+ opacity: 1;
3662
+ }
3663
+ .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
3664
+ .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
3665
+ background: #757575;
3666
+ }
3667
+ .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
3668
+ .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
3669
+ .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
3670
+ .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
3671
+ color: #969696;
3672
+ }
3673
+ .e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom {
3674
+ border-bottom: 0;
3675
+ border-top: 2px Solid #757575;
3676
+ }
3677
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3678
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
3679
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
3680
+ color: #fff;
3681
+ }
3682
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
3683
+ background: #ffd939;
3684
+ border-color: #fff;
3685
+ }
3686
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
3687
+ color: #000;
3688
+ }
3689
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
3690
+ color: #fff;
3691
+ }
3692
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
3693
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
3694
+ color: #000;
3695
+ }
3696
+ .e-tab.e-background .e-tab-header {
3697
+ background: #333;
3698
+ border: 0;
3699
+ }
3700
+ .e-tab.e-background .e-tab-header .e-toolbar-items {
3701
+ background: #333;
3702
+ }
3703
+ .e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
3704
+ border: 0;
3705
+ }
3706
+ .e-tab.e-background .e-tab-header .e-indicator {
3707
+ background: #ffd939;
3708
+ bottom: 0;
3709
+ }
3710
+ .e-tab.e-background .e-tab-header .e-toolbar-item {
3711
+ border: 0;
3712
+ }
3713
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element {
3714
+ background: rgba(0, 0, 0, 0);
3715
+ }
3716
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
3717
+ background: #333;
3718
+ border-color: #333;
3719
+ }
3720
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
3721
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
3722
+ color: #fff;
3723
+ }
3724
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
3725
+ color: #fff;
3726
+ }
3727
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
3728
+ color: #fff;
3729
+ }
3730
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
3731
+ background: inherit;
3732
+ background-color: #685708;
3733
+ border-color: #fff;
3734
+ }
3735
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
3736
+ color: #fff;
3737
+ }
3738
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
3739
+ color: #fff;
3740
+ }
3741
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
3742
+ color: #fff;
3743
+ }
3744
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active {
3745
+ color: #ffd939;
3746
+ }
3747
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
3748
+ border: 0;
3749
+ margin: 0;
3750
+ background: inherit;
3751
+ }
3752
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
3753
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
3754
+ color: #757575;
3755
+ }
3756
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
3757
+ background: #ffd939;
3758
+ border-color: #ffd939;
3759
+ border-radius: 0;
3760
+ border-style: solid;
3761
+ border-width: 2px;
3762
+ }
3763
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
3764
+ color: #000;
3765
+ }
3766
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
3767
+ color: #000;
3768
+ }
3769
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
3770
+ color: rgba(0, 0, 0, 0.6);
3771
+ }
3772
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
3773
+ background: #685708;
3774
+ border-color: #fff;
3775
+ }
3776
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
3777
+ color: #fff;
3778
+ }
3779
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
3780
+ color: #fff;
3781
+ }
3782
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
3783
+ color: #fff;
3784
+ }
3785
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
3786
+ color: #ffd939;
3787
+ }
3788
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
3789
+ color: #ffd939;
3790
+ }
3791
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
3792
+ background: #685708;
3793
+ }
3794
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
3795
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
3796
+ color: #fff;
3797
+ }
3798
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
3799
+ background: #ffd939;
3800
+ }
3801
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
3802
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
3803
+ color: #000;
3804
+ }
3805
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
3806
+ color: #fff;
3807
+ }
3808
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
3809
+ color: #fff;
3810
+ }
3811
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
3812
+ border: 0;
3813
+ }
3814
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
3815
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
3816
+ color: #000;
3817
+ }
3818
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
3819
+ color: rgba(0, 0, 0, 0.6);
3820
+ }
3821
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
3822
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
3823
+ color: #000;
3824
+ }
3825
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
3826
+ background: #ffd939;
3827
+ }
3828
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text,
3829
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon,
3830
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon {
3831
+ color: #757575;
3832
+ }
3833
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item {
3834
+ background: #333;
3835
+ }
3836
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
3837
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
3838
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
3839
+ color: #fff;
3840
+ }
3841
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
3842
+ background: #685708;
3843
+ }
3844
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
3845
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
3846
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
3847
+ color: #fff;
3848
+ }
3849
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
3850
+ color: #000;
3851
+ }
3852
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
3853
+ color: #fff;
3854
+ }
3855
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
3856
+ color: #000;
3857
+ }
3858
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
3859
+ .e-tab.e-background .e-tab-header .e-scroll-nav {
3860
+ background: inherit;
3861
+ }
3862
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
3863
+ .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
3864
+ color: #fff;
3865
+ border: 2px solid #333;
3866
+ }
3867
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
3868
+ .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
3869
+ background: #685708;
3870
+ color: #fff;
3871
+ border-color: #fff;
3872
+ }
3873
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
3874
+ .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
3875
+ background: #ffd939;
3876
+ color: #000;
3877
+ }
3878
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
3879
+ .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3880
+ color: #fff;
3881
+ border: 2px solid #fff;
3882
+ background: transparent;
3883
+ }
3884
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
3885
+ .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
3886
+ background: #685708;
3887
+ color: #fff;
3888
+ }
3889
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
3890
+ .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
3891
+ background: #ffd939;
3892
+ border-color: #ffd939;
3893
+ color: #000;
3894
+ }
3895
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
3896
+ .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
3897
+ -webkit-animation: none;
3898
+ animation: none;
3899
+ }
3900
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
3901
+ .e-tab.e-background .e-tab-header .e-hor-nav {
3902
+ background: transparent;
3903
+ }
3904
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
3905
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
3906
+ .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
3907
+ .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
3908
+ color: #fff;
3909
+ border: 2px solid #333;
3910
+ }
3911
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
3912
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
3913
+ .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
3914
+ .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
3915
+ background: #685708;
3916
+ border-color: #fff;
3917
+ color: #fff;
3918
+ }
3919
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
3920
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
3921
+ .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
3922
+ .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
3923
+ background: #ffd939;
3924
+ color: #000;
3925
+ }
3926
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
3927
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
3928
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3929
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3930
+ color: #fff;
3931
+ background: transparent;
3932
+ border: 2px solid #fff;
3933
+ }
3934
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
3935
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
3936
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
3937
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
3938
+ background: #685708;
3939
+ }
3940
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
3941
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
3942
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
3943
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
3944
+ background: #ffd939;
3945
+ border-color: #ffd939;
3946
+ color: #000;
3947
+ }
3948
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
3949
+ .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
3950
+ -webkit-animation: none;
3951
+ animation: none;
3952
+ }
3953
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
3954
+ .e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
3955
+ color: #fff;
3956
+ }
3957
+ .e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
3958
+ border: 0;
3959
+ margin: 0;
3960
+ }
3961
+ .e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
3962
+ border-color: #ffd939;
3963
+ border-radius: 0;
3964
+ border-style: solid;
3965
+ border-width: 2px;
3966
+ }
3967
+ .e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
3968
+ border-color: unset;
3969
+ border-style: solid;
3970
+ border-width: 0;
3971
+ margin: 0;
3972
+ }
3973
+ .e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
3974
+ border-color: #ffd939;
3975
+ border-radius: 0;
3976
+ border-style: solid;
3977
+ border-width: 2px;
3978
+ }
3979
+ .e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
3980
+ border-color: unset;
3981
+ border-style: solid;
3982
+ border-width: 0;
3983
+ margin: 0;
3984
+ }
3985
+ .e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
3986
+ border-color: #ffd939;
3987
+ border-radius: 0;
3988
+ border-style: solid;
3989
+ border-width: 2px;
3990
+ }
3991
+ .e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
3992
+ border: 0;
3993
+ }
3994
+ .e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3995
+ border: 0;
3996
+ }
3997
+ .e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover {
3998
+ background: none;
3999
+ }
4000
+ .e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
4001
+ color: #fff;
4002
+ }
4003
+ .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
4004
+ .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
4005
+ background: inherit;
4006
+ border-color: transparent;
4007
+ }
4008
+ .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover,
4009
+ .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover {
4010
+ background: inherit;
4011
+ border-color: transparent;
4012
+ }
4013
+ .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,
4014
+ .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
4015
+ background: inherit;
4016
+ border-color: transparent;
4017
+ }
4018
+ .e-tab.e-background.e-disable .e-tab-header .e-indicator {
4019
+ background: #757575;
4020
+ }
4021
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
4022
+ color: #757575;
4023
+ }
4024
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
4025
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
4026
+ color: #757575;
4027
+ }
4028
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
4029
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
4030
+ color: #757575;
4031
+ }
4032
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active {
4033
+ opacity: 1;
4034
+ }
4035
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
4036
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
4037
+ background: #757575;
4038
+ color: #969696;
4039
+ }
4040
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
4041
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
4042
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
4043
+ .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
4044
+ color: #969696;
4045
+ }
4046
+ .e-tab.e-background.e-accent .e-tab-header .e-indicator {
4047
+ background: #ffd939;
4048
+ }
4049
+ .e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
4050
+ background: #757575;
4051
+ }
4052
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
4053
+ background: initial;
4054
+ border-color: #fff;
4055
+ }
4056
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
4057
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
4058
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
4059
+ color: #fff;
4060
+ }
4061
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
4062
+ background: #ffd939;
4063
+ border-color: #fff;
4064
+ }
4065
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
4066
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
4067
+ color: #000;
4068
+ }
4069
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
4070
+ background: #685708;
4071
+ border: 2px solid #000;
4072
+ border-radius: 0;
4073
+ }
4074
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
4075
+ color: #000;
4076
+ }
4077
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
4078
+ color: #000;
4079
+ }
4080
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
4081
+ color: #fff;
4082
+ }
4083
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
4084
+ color: #fff;
4085
+ }
4086
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
4087
+ color: #fff;
4088
+ }
4089
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
4090
+ color: #fff;
4091
+ }
4092
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
4093
+ color: #000;
4094
+ }
4095
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
4096
+ color: #fff;
4097
+ }
4098
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
4099
+ background: #ffd939;
4100
+ }
4101
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus {
4102
+ background: transparent;
4103
+ }
4104
+ .e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
4105
+ color: #fff;
4106
+ }
4107
+ .e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
4108
+ .e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
4109
+ color: #fff;
4110
+ }
4111
+ .e-tab.e-rtl .e-tab-header .e-hscroll.e-rtl .e-scroll-nav {
4112
+ border: 0;
4113
+ }
4114
+ .e-tab .e-content {
4115
+ background: inherit;
4116
+ }
4117
+ .e-tab .e-content .e-item {
4118
+ background: inherit;
4119
+ color: #fff;
4120
+ font-size: 14px;
4121
+ }
4122
+
4123
+ .e-tab-clone-element {
4124
+ background: #000;
4125
+ color: #fff;
4126
+ }
4127
+ .e-tab-clone-element .e-tab-wrap {
4128
+ border-radius: 0;
4129
+ color: #fff;
4130
+ border: 2px #000;
4131
+ }
4132
+ .e-tab-clone-element .e-tab-wrap .e-tab-icon {
4133
+ color: #fff;
4134
+ }