@syncfusion/ej2-navigations 20.3.60 → 20.4.38

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 (226) hide show
  1. package/.eslintrc.json +16 -1
  2. package/CHANGELOG.md +17 -0
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +253 -205
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +250 -202
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +11 -11
  14. package/src/accordion/accordion.js +20 -19
  15. package/src/appbar/appbar-model.d.ts +15 -15
  16. package/src/appbar/appbar.d.ts +15 -15
  17. package/src/appbar/appbar.js +3 -3
  18. package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
  19. package/src/breadcrumb/breadcrumb.js +10 -5
  20. package/src/carousel/carousel.js +10 -10
  21. package/src/common/menu-base.js +9 -5
  22. package/src/menu/menu.js +2 -2
  23. package/src/sidebar/sidebar.d.ts +1 -0
  24. package/src/sidebar/sidebar.js +6 -2
  25. package/src/tab/tab-model.d.ts +9 -0
  26. package/src/tab/tab.d.ts +9 -0
  27. package/src/tab/tab.js +28 -18
  28. package/src/toolbar/toolbar-model.d.ts +9 -0
  29. package/src/toolbar/toolbar.d.ts +11 -0
  30. package/src/toolbar/toolbar.js +132 -123
  31. package/src/treeview/treeview-model.d.ts +133 -45
  32. package/src/treeview/treeview.d.ts +135 -48
  33. package/src/treeview/treeview.js +30 -14
  34. package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
  35. package/styles/accordion/_bootstrap-definition.scss +100 -0
  36. package/styles/accordion/_bootstrap4-definition.scss +95 -1
  37. package/styles/accordion/_bootstrap5-definition.scss +99 -3
  38. package/styles/accordion/_fabric-dark-definition.scss +100 -0
  39. package/styles/accordion/_fabric-definition.scss +100 -0
  40. package/styles/accordion/_fluent-definition.scss +98 -2
  41. package/styles/accordion/_fusionnew-definition.scss +99 -3
  42. package/styles/accordion/_highcontrast-definition.scss +98 -3
  43. package/styles/accordion/_highcontrast-light-definition.scss +98 -3
  44. package/styles/accordion/_layout.scss +25 -91
  45. package/styles/accordion/_material-dark-definition.scss +100 -0
  46. package/styles/accordion/_material-definition.scss +100 -0
  47. package/styles/accordion/_material3-definition.scss +99 -3
  48. package/styles/accordion/_tailwind-definition.scss +99 -2
  49. package/styles/accordion/_theme.scss +184 -345
  50. package/styles/accordion/bootstrap-dark.css +202 -16
  51. package/styles/accordion/bootstrap.css +202 -16
  52. package/styles/accordion/bootstrap4.css +171 -17
  53. package/styles/accordion/bootstrap5-dark.css +202 -13
  54. package/styles/accordion/bootstrap5.css +202 -13
  55. package/styles/accordion/fabric-dark.css +209 -11
  56. package/styles/accordion/fabric.css +209 -11
  57. package/styles/accordion/fluent-dark.css +217 -5
  58. package/styles/accordion/fluent.css +217 -5
  59. package/styles/accordion/highcontrast-light.css +186 -52
  60. package/styles/accordion/highcontrast.css +186 -52
  61. package/styles/accordion/material-dark.css +210 -16
  62. package/styles/accordion/material.css +209 -15
  63. package/styles/accordion/tailwind-dark.css +199 -8
  64. package/styles/accordion/tailwind.css +199 -8
  65. package/styles/bootstrap-dark.css +999 -145
  66. package/styles/bootstrap.css +986 -132
  67. package/styles/bootstrap4.css +888 -167
  68. package/styles/bootstrap5-dark.css +949 -179
  69. package/styles/bootstrap5.css +949 -179
  70. package/styles/context-menu/_layout.scss +0 -3
  71. package/styles/context-menu/bootstrap5-dark.css +0 -1
  72. package/styles/context-menu/bootstrap5.css +0 -1
  73. package/styles/context-menu/fluent-dark.css +0 -1
  74. package/styles/context-menu/fluent.css +0 -1
  75. package/styles/context-menu/tailwind-dark.css +0 -1
  76. package/styles/context-menu/tailwind.css +0 -1
  77. package/styles/fabric-dark.css +1068 -232
  78. package/styles/fabric.css +1067 -231
  79. package/styles/fluent-dark.css +1014 -123
  80. package/styles/fluent.css +1012 -121
  81. package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
  82. package/styles/h-scroll/_bootstrap-definition.scss +8 -0
  83. package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
  84. package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
  85. package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
  86. package/styles/h-scroll/_fabric-definition.scss +8 -0
  87. package/styles/h-scroll/_fluent-definition.scss +8 -0
  88. package/styles/h-scroll/_fusionnew-definition.scss +8 -0
  89. package/styles/h-scroll/_highcontrast-definition.scss +6 -1
  90. package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
  91. package/styles/h-scroll/_layout.scss +1 -4
  92. package/styles/h-scroll/_material-dark-definition.scss +8 -0
  93. package/styles/h-scroll/_material-definition.scss +8 -0
  94. package/styles/h-scroll/_material3-definition.scss +8 -0
  95. package/styles/h-scroll/_tailwind-definition.scss +8 -0
  96. package/styles/h-scroll/_theme.scss +12 -40
  97. package/styles/h-scroll/bootstrap-dark.css +13 -0
  98. package/styles/h-scroll/bootstrap.css +13 -0
  99. package/styles/h-scroll/bootstrap4.css +7 -0
  100. package/styles/h-scroll/bootstrap5-dark.css +12 -0
  101. package/styles/h-scroll/bootstrap5.css +12 -0
  102. package/styles/h-scroll/fabric-dark.css +15 -2
  103. package/styles/h-scroll/fabric.css +15 -2
  104. package/styles/h-scroll/fluent-dark.css +13 -0
  105. package/styles/h-scroll/fluent.css +13 -0
  106. package/styles/h-scroll/highcontrast-light.css +8 -7
  107. package/styles/h-scroll/highcontrast.css +10 -9
  108. package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
  109. package/styles/h-scroll/icons/_fabric.scss +2 -2
  110. package/styles/h-scroll/icons/_highcontrast.scss +2 -2
  111. package/styles/h-scroll/material-dark.css +13 -2
  112. package/styles/h-scroll/material.css +13 -2
  113. package/styles/h-scroll/tailwind-dark.css +12 -0
  114. package/styles/h-scroll/tailwind.css +12 -0
  115. package/styles/highcontrast-light.css +918 -369
  116. package/styles/highcontrast.css +925 -370
  117. package/styles/material-dark.css +1184 -114
  118. package/styles/material.css +1162 -92
  119. package/styles/menu/_theme.scss +1 -1
  120. package/styles/menu/fluent-dark.css +1 -1
  121. package/styles/menu/fluent.css +1 -1
  122. package/styles/tab/_bootstrap-dark-definition.scss +271 -15
  123. package/styles/tab/_bootstrap-definition.scss +266 -9
  124. package/styles/tab/_bootstrap4-definition.scss +266 -9
  125. package/styles/tab/_bootstrap5-definition.scss +270 -13
  126. package/styles/tab/_fabric-dark-definition.scss +270 -13
  127. package/styles/tab/_fabric-definition.scss +270 -13
  128. package/styles/tab/_fluent-definition.scss +269 -12
  129. package/styles/tab/_fusionnew-definition.scss +268 -11
  130. package/styles/tab/_highcontrast-definition.scss +271 -14
  131. package/styles/tab/_highcontrast-light-definition.scss +271 -14
  132. package/styles/tab/_layout.scss +295 -988
  133. package/styles/tab/_material-dark-definition.scss +266 -9
  134. package/styles/tab/_material-definition.scss +266 -9
  135. package/styles/tab/_material3-definition.scss +268 -11
  136. package/styles/tab/_tailwind-definition.scss +267 -10
  137. package/styles/tab/_theme.scss +305 -843
  138. package/styles/tab/bootstrap-dark.css +587 -109
  139. package/styles/tab/bootstrap.css +574 -96
  140. package/styles/tab/bootstrap4.css +546 -114
  141. package/styles/tab/bootstrap5-dark.css +523 -134
  142. package/styles/tab/bootstrap5.css +523 -134
  143. package/styles/tab/fabric-dark.css +614 -199
  144. package/styles/tab/fabric.css +612 -197
  145. package/styles/tab/fluent-dark.css +546 -102
  146. package/styles/tab/fluent.css +546 -102
  147. package/styles/tab/highcontrast-light.css +520 -250
  148. package/styles/tab/highcontrast.css +520 -244
  149. package/styles/tab/icons/_bootstrap-dark.scss +0 -33
  150. package/styles/tab/icons/_bootstrap.scss +0 -33
  151. package/styles/tab/icons/_bootstrap4.scss +0 -26
  152. package/styles/tab/icons/_bootstrap5.scss +0 -37
  153. package/styles/tab/icons/_fabric-dark.scss +0 -33
  154. package/styles/tab/icons/_fabric.scss +0 -33
  155. package/styles/tab/icons/_fluent.scss +0 -33
  156. package/styles/tab/icons/_fusionnew.scss +0 -37
  157. package/styles/tab/icons/_highcontrast-light.scss +0 -37
  158. package/styles/tab/icons/_highcontrast.scss +0 -26
  159. package/styles/tab/icons/_material-dark.scss +0 -37
  160. package/styles/tab/icons/_material.scss +0 -37
  161. package/styles/tab/icons/_material3.scss +0 -37
  162. package/styles/tab/icons/_tailwind.scss +0 -37
  163. package/styles/tab/material-dark.css +705 -54
  164. package/styles/tab/material.css +705 -54
  165. package/styles/tab/tailwind-dark.css +706 -71
  166. package/styles/tab/tailwind.css +706 -71
  167. package/styles/tailwind-dark.css +1145 -99
  168. package/styles/tailwind.css +1144 -98
  169. package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
  170. package/styles/toolbar/_bootstrap-definition.scss +93 -0
  171. package/styles/toolbar/_bootstrap4-definition.scss +94 -1
  172. package/styles/toolbar/_bootstrap5-definition.scss +94 -8
  173. package/styles/toolbar/_fabric-dark-definition.scss +92 -3
  174. package/styles/toolbar/_fabric-definition.scss +92 -3
  175. package/styles/toolbar/_fluent-definition.scss +96 -8
  176. package/styles/toolbar/_fusionnew-definition.scss +94 -8
  177. package/styles/toolbar/_highcontrast-definition.scss +93 -4
  178. package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
  179. package/styles/toolbar/_layout.scss +48 -177
  180. package/styles/toolbar/_material-dark-definition.scss +93 -0
  181. package/styles/toolbar/_material-definition.scss +93 -0
  182. package/styles/toolbar/_material3-definition.scss +94 -8
  183. package/styles/toolbar/_tailwind-definition.scss +94 -6
  184. package/styles/toolbar/_theme.scss +169 -278
  185. package/styles/toolbar/bootstrap-dark.css +196 -19
  186. package/styles/toolbar/bootstrap.css +196 -19
  187. package/styles/toolbar/bootstrap4.css +164 -36
  188. package/styles/toolbar/bootstrap5-dark.css +210 -29
  189. package/styles/toolbar/bootstrap5.css +210 -29
  190. package/styles/toolbar/fabric-dark.css +219 -9
  191. package/styles/toolbar/fabric.css +220 -10
  192. package/styles/toolbar/fluent-dark.css +233 -10
  193. package/styles/toolbar/fluent.css +233 -10
  194. package/styles/toolbar/highcontrast-light.css +199 -43
  195. package/styles/toolbar/highcontrast.css +200 -44
  196. package/styles/toolbar/material-dark.css +233 -19
  197. package/styles/toolbar/material.css +233 -19
  198. package/styles/toolbar/tailwind-dark.css +224 -15
  199. package/styles/toolbar/tailwind.css +223 -14
  200. package/styles/treeview/_material-definition.scss +1 -1
  201. package/styles/treeview/_theme.scss +11 -1
  202. package/styles/treeview/fluent-dark.css +2 -2
  203. package/styles/treeview/material.css +2 -2
  204. package/styles/treeview/tailwind.css +2 -2
  205. package/styles/v-scroll/_highcontrast-definition.scss +0 -1
  206. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
  207. package/styles/v-scroll/_theme.scss +0 -26
  208. package/styles/v-scroll/bootstrap5-dark.css +2 -2
  209. package/styles/v-scroll/bootstrap5.css +2 -2
  210. package/styles/v-scroll/fabric-dark.css +2 -2
  211. package/styles/v-scroll/fabric.css +2 -2
  212. package/styles/v-scroll/fluent-dark.css +2 -2
  213. package/styles/v-scroll/fluent.css +2 -2
  214. package/styles/v-scroll/highcontrast-light.css +2 -14
  215. package/styles/v-scroll/highcontrast.css +2 -14
  216. package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
  217. package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
  218. package/styles/v-scroll/icons/_fabric.scss +2 -2
  219. package/styles/v-scroll/icons/_fluent.scss +2 -2
  220. package/styles/v-scroll/icons/_fusionnew.scss +2 -2
  221. package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
  222. package/styles/v-scroll/icons/_highcontrast.scss +2 -2
  223. package/styles/v-scroll/icons/_material3.scss +2 -2
  224. package/styles/v-scroll/icons/_tailwind.scss +2 -2
  225. package/styles/v-scroll/tailwind-dark.css +2 -2
  226. package/styles/v-scroll/tailwind.css +2 -2
@@ -948,22 +948,34 @@
948
948
  border: 0;
949
949
  color: #6c757d;
950
950
  }
951
+ .e-hscroll.e-rtl .e-scroll-nav:hover:active {
952
+ background: #dee2e6;
953
+ }
951
954
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
952
955
  background: #dee2e6;
953
956
  border: 0;
954
957
  color: #6c757d;
955
958
  }
959
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
960
+ color: #6c757d;
961
+ }
956
962
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
957
963
  background: #dee2e6;
958
964
  border: 0;
959
965
  color: #6c757d;
960
966
  }
967
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
968
+ color: #6c757d;
969
+ }
961
970
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
962
971
  background: #e9ecef;
963
972
  border: 0;
964
973
  box-shadow: none;
965
974
  color: #495057;
966
975
  }
976
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
977
+ color: #6c757d;
978
+ }
967
979
  .e-hscroll .e-scroll-nav {
968
980
  background: #e9ecef;
969
981
  }
@@ -1000,11 +1012,11 @@
1000
1012
  content: "\e734";
1001
1013
  }
1002
1014
  .e-vscroll .e-nav-up-arrow::before {
1003
- content: "\e7dd";
1015
+ content: "\e776";
1004
1016
  line-height: normal;
1005
1017
  }
1006
1018
  .e-vscroll .e-nav-down-arrow::before {
1007
- content: "\e734";
1019
+ content: "\e729";
1008
1020
  line-height: normal;
1009
1021
  }
1010
1022
 
@@ -1223,10 +1235,18 @@
1223
1235
  height: 46px;
1224
1236
  min-height: 46px;
1225
1237
  }
1238
+ .e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
1239
+ .e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
1240
+ font-size: 16px;
1241
+ }
1226
1242
  .e-bigger .e-toolbar .e-tbar-btn .e-icons,
1227
1243
  .e-toolbar.e-bigger .e-tbar-btn .e-icons {
1228
1244
  font-size: 20px;
1229
1245
  }
1246
+ .e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
1247
+ .e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
1248
+ font-size: 18px;
1249
+ }
1230
1250
  .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1231
1251
  .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1232
1252
  border-bottom: 0;
@@ -1297,12 +1317,14 @@
1297
1317
  line-height: 18px;
1298
1318
  min-height: 18px;
1299
1319
  min-width: 13px;
1300
- padding-bottom: 4px;
1301
1320
  }
1302
1321
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
1303
1322
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1304
1323
  line-height: inherit;
1305
- font-size: 16px;
1324
+ }
1325
+ .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
1326
+ .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
1327
+ height: 38px;
1306
1328
  }
1307
1329
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
1308
1330
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
@@ -1318,6 +1340,7 @@
1318
1340
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1319
1341
  min-height: 46px;
1320
1342
  padding: 8px 18px;
1343
+ line-height: 24px;
1321
1344
  }
1322
1345
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1323
1346
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
@@ -1339,6 +1362,10 @@
1339
1362
  margin-right: 12.5px;
1340
1363
  white-space: normal;
1341
1364
  }
1365
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1366
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1367
+ margin: 0;
1368
+ }
1342
1369
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1343
1370
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
1344
1371
  .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
@@ -1401,7 +1428,7 @@
1401
1428
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
1402
1429
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1403
1430
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
1404
- padding-bottom: 3px;
1431
+ padding: 4px 6px 3px 6px;
1405
1432
  }
1406
1433
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1407
1434
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
@@ -1412,6 +1439,19 @@
1412
1439
  min-height: 38px;
1413
1440
  min-width: 38px;
1414
1441
  padding: 0 8px;
1442
+ line-height: 24px;
1443
+ }
1444
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1445
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1446
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1447
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1448
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1449
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1450
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1451
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1452
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1453
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1454
+ padding: 0 8px;
1415
1455
  }
1416
1456
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1417
1457
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
@@ -1438,7 +1478,6 @@
1438
1478
  padding-left: 12px;
1439
1479
  padding-right: 12px;
1440
1480
  padding-top: 0;
1441
- margin-left: -1px;
1442
1481
  }
1443
1482
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
1444
1483
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
@@ -1460,6 +1499,7 @@
1460
1499
  }
1461
1500
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1462
1501
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1502
+ margin: 0;
1463
1503
  min-width: 49px;
1464
1504
  padding: 4px;
1465
1505
  }
@@ -1501,6 +1541,18 @@
1501
1541
  min-width: 38px;
1502
1542
  padding: 0 8px;
1503
1543
  }
1544
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
1545
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1546
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1547
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1548
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
1549
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
1550
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
1551
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1552
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1553
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1554
+ padding: 0 8px;
1555
+ }
1504
1556
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1505
1557
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1506
1558
  line-height: 24px;
@@ -1525,7 +1577,6 @@
1525
1577
  .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1526
1578
  .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1527
1579
  padding-right: 12px;
1528
- margin-left: 0;
1529
1580
  }
1530
1581
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
1531
1582
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
@@ -1622,6 +1673,7 @@
1622
1673
  white-space: normal;
1623
1674
  }
1624
1675
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1676
+ margin: 0;
1625
1677
  height: 100%;
1626
1678
  min-width: 28px;
1627
1679
  padding: 4px;
@@ -1668,6 +1720,9 @@
1668
1720
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1669
1721
  line-height: 22px;
1670
1722
  }
1723
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
1724
+ padding: 0 4px;
1725
+ }
1671
1726
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1672
1727
  margin: 5px 10px;
1673
1728
  min-height: 16px;
@@ -1678,9 +1733,8 @@
1678
1733
  line-height: 16px;
1679
1734
  min-height: 16px;
1680
1735
  min-width: 12px;
1681
- padding: 0;
1682
- font-size: 16px;
1683
1736
  padding: 5px 6px;
1737
+ font-size: 16px;
1684
1738
  }
1685
1739
  .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1686
1740
  display: -ms-inline-flexbox;
@@ -1753,6 +1807,9 @@
1753
1807
  justify-content: flex-start;
1754
1808
  min-height: 38px;
1755
1809
  padding: 6px 12px;
1810
+ border: none;
1811
+ border-radius: 4px;
1812
+ margin: 0;
1756
1813
  }
1757
1814
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1758
1815
  margin: 0;
@@ -1922,6 +1979,9 @@
1922
1979
  margin-right: 10px;
1923
1980
  white-space: normal;
1924
1981
  }
1982
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1983
+ margin: 0;
1984
+ }
1925
1985
  .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1926
1986
  .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1927
1987
  display: none;
@@ -2043,7 +2103,7 @@
2043
2103
  height: auto;
2044
2104
  }
2045
2105
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
2046
- padding-bottom: 5px;
2106
+ padding: 4px 4px 5px 4px;
2047
2107
  }
2048
2108
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2049
2109
  height: calc(100% - 10px);
@@ -2052,6 +2112,13 @@
2052
2112
  min-width: 32px;
2053
2113
  padding: 0 4px;
2054
2114
  border-radius: 4px;
2115
+ line-height: 22px;
2116
+ }
2117
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
2118
+ padding: 0 4px;
2119
+ }
2120
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
2121
+ outline: 0;
2055
2122
  }
2056
2123
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
2057
2124
  padding: 4px;
@@ -2210,43 +2277,63 @@
2210
2277
  background: #f8f9fa;
2211
2278
  box-shadow: none;
2212
2279
  color: #212529;
2280
+ border: none;
2213
2281
  }
2214
2282
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
2215
2283
  color: #212529;
2216
2284
  }
2217
2285
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2218
2286
  background: #5c636a;
2219
- border-color: #6c757d;
2220
2287
  border-radius: 0;
2221
2288
  color: #6c757d;
2289
+ border-color: #6c757d;
2290
+ border-style: solid;
2291
+ border-width: 0;
2292
+ box-shadow: none;
2222
2293
  }
2223
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-toolbar-item .e-tbar-btn-text,
2224
2294
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2225
2295
  color: #fff;
2226
2296
  }
2297
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2298
+ color: #fff;
2299
+ }
2227
2300
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2228
2301
  background: #5c636a;
2229
- border-color: #6c757d;
2230
2302
  border-radius: 0;
2231
2303
  color: #6c757d;
2304
+ border-color: #6c757d;
2305
+ border-style: solid;
2306
+ border-width: 0;
2307
+ }
2308
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2309
+ color: #fff;
2310
+ }
2311
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2312
+ color: #fff;
2232
2313
  }
2233
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-toolbar-item .e-tbar-btn-text,
2234
2314
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2235
2315
  color: #fff;
2236
2316
  }
2317
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2318
+ color: #fff;
2319
+ }
2237
2320
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2238
2321
  background: #565e64;
2239
- border-color: #dee2e6;
2240
2322
  border-radius: 0;
2241
2323
  box-shadow: none;
2242
2324
  color: #495057;
2325
+ border-color: #dee2e6;
2326
+ border-style: solid;
2327
+ border-width: 0;
2243
2328
  }
2244
2329
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
2245
2330
  color: #fff;
2246
2331
  }
2332
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2333
+ color: #495057;
2334
+ }
2247
2335
  .e-toolbar .e-tbar-btn.e-btn .e-icons {
2248
2336
  color: #6c757d;
2249
- padding-bottom: 4px;
2250
2337
  }
2251
2338
  .e-toolbar .e-toolbar-pop {
2252
2339
  background: #fff;
@@ -2256,11 +2343,50 @@
2256
2343
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2257
2344
  background: transparent;
2258
2345
  }
2259
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2346
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2260
2347
  background: #5c636a;
2348
+ box-shadow: none;
2349
+ color: #6c757d;
2350
+ border-color: #6c757d;
2351
+ border-style: solid;
2352
+ border-width: 0;
2261
2353
  }
2262
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2354
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
2355
+ color: #fff;
2356
+ }
2357
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2358
+ color: #fff;
2359
+ }
2360
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2361
+ background: transparent;
2362
+ box-shadow: none;
2363
+ color: #495057;
2364
+ border-color: #dee2e6;
2365
+ border-style: solid;
2366
+ border-width: 0;
2367
+ }
2368
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
2369
+ color: #6c757d;
2370
+ }
2371
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2372
+ color: #495057;
2373
+ }
2374
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2263
2375
  background: #5c636a;
2376
+ box-shadow: none;
2377
+ color: #6c757d;
2378
+ border-color: #6c757d;
2379
+ border-style: solid;
2380
+ border-width: 0;
2381
+ }
2382
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
2383
+ color: #fff;
2384
+ }
2385
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2386
+ color: #fff;
2387
+ }
2388
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2389
+ outline: 0;
2264
2390
  }
2265
2391
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2266
2392
  background: transparent;
@@ -2271,46 +2397,60 @@
2271
2397
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2272
2398
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2273
2399
  background: #5c636a;
2274
- border: 0;
2275
2400
  box-shadow: none;
2276
- border-left: 0 #dee2e6 #5c636a;
2401
+ border-color: #5c636a;
2402
+ border-style: solid;
2403
+ border-width: 0;
2404
+ }
2405
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2406
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2407
+ border-color: #5c636a;
2408
+ border-style: solid;
2409
+ border-width: 0;
2277
2410
  }
2278
2411
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2279
2412
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2280
2413
  color: #fff;
2281
2414
  }
2415
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2416
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2417
+ color: #fff;
2418
+ }
2282
2419
  .e-toolbar .e-tbar-btn {
2283
2420
  background: #f8f9fa;
2284
2421
  box-shadow: none;
2285
2422
  color: #212529;
2423
+ border: none;
2286
2424
  }
2287
2425
  .e-toolbar .e-tbar-btn:focus {
2288
2426
  background: #5c636a;
2289
- border-color: #6c757d;
2290
2427
  border-radius: 0;
2291
2428
  color: #6c757d;
2429
+ border-color: #6c757d;
2430
+ border-style: solid;
2431
+ border-width: 0;
2432
+ box-shadow: none;
2433
+ }
2434
+ .e-toolbar .e-tbar-btn:focus .e-icons {
2435
+ color: #fff;
2292
2436
  }
2293
- .e-toolbar .e-tbar-btn:focus .e-icons,
2294
2437
  .e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
2295
2438
  color: #fff;
2296
- padding-bottom: 4px;
2297
2439
  }
2298
2440
  .e-toolbar .e-tbar-btn:hover {
2299
2441
  background: #5c636a;
2300
2442
  border-color: #6c757d;
2443
+ border-style: solid;
2444
+ border-width: 0;
2301
2445
  border-radius: 0;
2302
2446
  color: #6c757d;
2303
2447
  }
2304
- .e-toolbar .e-tbar-btn:hover .e-icons,
2305
- .e-toolbar .e-tbar-btn:hover .e-tbar-btn-text {
2306
- color: #fff;
2307
- padding-bottom: 4px;
2308
- }
2309
2448
  .e-toolbar .e-toolbar-items {
2310
2449
  background: #f8f9fa;
2311
2450
  }
2312
2451
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
2313
2452
  background: #f8f9fa;
2453
+ opacity: 0.5;
2314
2454
  }
2315
2455
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
2316
2456
  color: #495057;
@@ -2318,6 +2458,33 @@
2318
2458
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
2319
2459
  color: #495057;
2320
2460
  }
2461
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2462
+ color: #212529;
2463
+ }
2464
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2465
+ color: #fff;
2466
+ }
2467
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2468
+ box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
2469
+ }
2470
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
2471
+ color: #fff;
2472
+ }
2473
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2474
+ color: #fff;
2475
+ }
2476
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2477
+ color: #fff;
2478
+ }
2479
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2480
+ color: #fff;
2481
+ }
2482
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
2483
+ color: #fff;
2484
+ }
2485
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2486
+ color: #fff;
2487
+ }
2321
2488
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2322
2489
  border: solid #dee2e6;
2323
2490
  border-width: 0 1px 0 0;
@@ -2340,10 +2507,17 @@
2340
2507
  .e-toolbar .e-hor-nav::after {
2341
2508
  content: "";
2342
2509
  }
2510
+ .e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
2511
+ border-bottom-right-radius: 0;
2512
+ }
2343
2513
  .e-toolbar .e-hor-nav:active {
2344
2514
  border: 0;
2345
2515
  box-shadow: none;
2346
2516
  color: #495057;
2517
+ background: #f8f9fa;
2518
+ }
2519
+ .e-toolbar .e-hor-nav:active .e-icons {
2520
+ color: #6c757d;
2347
2521
  }
2348
2522
  .e-toolbar .e-hor-nav:active::after {
2349
2523
  content: "";
@@ -2356,23 +2530,42 @@
2356
2530
  .e-toolbar .e-hor-nav:hover .e-icons {
2357
2531
  color: inherit;
2358
2532
  }
2533
+ .e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
2534
+ border-color: #dee2e6;
2535
+ border-style: solid;
2536
+ border-width: 0;
2537
+ }
2538
+ .e-toolbar .e-hor-nav:hover:active {
2539
+ background: #5c636a;
2540
+ border-color: #dee2e6;
2541
+ border-style: solid;
2542
+ border-width: 0;
2543
+ }
2359
2544
  .e-toolbar .e-hor-nav:focus {
2360
2545
  background: #5c636a;
2361
- border-left: 0;
2362
- border-color: #6c757d;
2363
2546
  color: #fff;
2547
+ border-color: #6c757d;
2548
+ border-style: solid;
2549
+ border-width: 0;
2364
2550
  }
2365
2551
  .e-toolbar .e-hor-nav:focus .e-icons {
2366
2552
  color: inherit;
2367
2553
  }
2368
2554
  .e-toolbar .e-tbar-btn:active {
2369
- background: #e9ecef;
2370
2555
  background: #565e64;
2371
2556
  border-color: #dee2e6;
2557
+ border-style: solid;
2558
+ border-width: 0;
2372
2559
  border-radius: 0;
2373
2560
  box-shadow: none;
2374
2561
  color: #495057;
2375
2562
  }
2563
+ .e-toolbar .e-tbar-btn:active .e-icons {
2564
+ color: #6c757d;
2565
+ }
2566
+ .e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
2567
+ color: #495057;
2568
+ }
2376
2569
 
2377
2570
  /*! Accordion's bootstrap5 theme wise override definitions and variables */
2378
2571
  /* stylelint-disable */
@@ -2388,6 +2581,7 @@
2388
2581
  .e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
2389
2582
  .e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
2390
2583
  font-size: 16px;
2584
+ vertical-align: middle;
2391
2585
  }
2392
2586
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
2393
2587
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
@@ -2442,11 +2636,12 @@
2442
2636
  }
2443
2637
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
2444
2638
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
2445
- font-size: 20px;
2639
+ font-size: 22px;
2446
2640
  }
2447
2641
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
2448
2642
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
2449
2643
  padding: 16px;
2644
+ font-size: 16px;
2450
2645
  }
2451
2646
  .e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content,
2452
2647
  .e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
@@ -2482,6 +2677,23 @@
2482
2677
  display: block;
2483
2678
  position: relative;
2484
2679
  }
2680
+ .e-accordion .e-acrdn-item {
2681
+ border-radius: 0;
2682
+ margin-top: 0;
2683
+ }
2684
+ .e-accordion .e-acrdn-item.e-select.e-selected:first-child {
2685
+ border-top: 1px none #dee2e6;
2686
+ }
2687
+ .e-accordion .e-acrdn-item.e-select.e-selected:last-child {
2688
+ border-bottom: 1px solid #dee2e6;
2689
+ }
2690
+ .e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
2691
+ margin-bottom: 0;
2692
+ margin-top: 0;
2693
+ }
2694
+ .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
2695
+ margin: 0;
2696
+ }
2485
2697
  .e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
2486
2698
  font-weight: 400;
2487
2699
  }
@@ -2495,6 +2707,7 @@
2495
2707
  height: auto;
2496
2708
  }
2497
2709
  .e-accordion .e-acrdn-item {
2710
+ overflow: visible;
2498
2711
  padding-top: 0;
2499
2712
  position: relative;
2500
2713
  }
@@ -2507,7 +2720,11 @@
2507
2720
  .e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
2508
2721
  cursor: pointer;
2509
2722
  }
2723
+ .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
2724
+ text-decoration: none;
2725
+ }
2510
2726
  .e-accordion .e-acrdn-item .e-acrdn-header {
2727
+ border-radius: 0;
2511
2728
  line-height: 22px;
2512
2729
  min-height: 38px;
2513
2730
  overflow: hidden;
@@ -2520,6 +2737,9 @@
2520
2737
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
2521
2738
  display: inline-block;
2522
2739
  }
2740
+ .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
2741
+ line-height: 22px;
2742
+ }
2523
2743
  .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
2524
2744
  display: table;
2525
2745
  font-size: 18px;
@@ -2629,7 +2849,14 @@
2629
2849
  background: #fff;
2630
2850
  }
2631
2851
  .e-accordion .e-acrdn-item {
2632
- border-bottom: 1px solid #dee2e6;
2852
+ border-color: #dee2e6;
2853
+ border-style: solid;
2854
+ border-width: 0 0 1px 0;
2855
+ border-radius: 0;
2856
+ }
2857
+ .e-accordion .e-acrdn-item.e-select:last-child {
2858
+ border-bottom: 0;
2859
+ border-radius: 0;
2633
2860
  }
2634
2861
  .e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
2635
2862
  border-radius: 4px 4px 0 0;
@@ -2643,8 +2870,53 @@
2643
2870
  .e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
2644
2871
  border-radius: 0;
2645
2872
  }
2873
+ .e-accordion .e-acrdn-item.e-item-focus {
2874
+ border-color: #dee2e6;
2875
+ border-style: solid;
2876
+ border-width: 0 0 1px 0;
2877
+ }
2878
+ .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
2879
+ border-top: 1px none #dee2e6;
2880
+ }
2881
+ .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
2882
+ border-color: #dee2e6;
2883
+ border-style: solid;
2884
+ border-width: 0 0 1px 0;
2885
+ }
2886
+ .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
2887
+ background: #e7f1ff;
2888
+ }
2889
+ .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
2890
+ color: #0d6efd;
2891
+ }
2892
+ .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
2893
+ color: #0d6efd;
2894
+ }
2895
+ .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-icon .e-icons {
2896
+ color: #6c757d;
2897
+ }
2898
+ .e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
2899
+ border-color: #dee2e6;
2900
+ }
2901
+ .e-accordion .e-acrdn-item.e-expand-state.e-select {
2902
+ border-color: #dee2e6;
2903
+ border-style: solid;
2904
+ border-width: 0 0 1px 0;
2905
+ }
2906
+ .e-accordion .e-acrdn-item .e-acrdn-header {
2907
+ border: 0;
2908
+ }
2909
+ .e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
2910
+ .e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
2911
+ color: #adb5bd;
2912
+ }
2646
2913
  .e-accordion .e-acrdn-item.e-overlay {
2647
2914
  background: #fff;
2915
+ opacity: 0.5;
2916
+ }
2917
+ .e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
2918
+ .e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
2919
+ color: #212529;
2648
2920
  }
2649
2921
  .e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
2650
2922
  color: #adb5bd;
@@ -2653,16 +2925,36 @@
2653
2925
  color: #adb5bd;
2654
2926
  }
2655
2927
  .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
2928
+ border-color: #dee2e6;
2929
+ border-style: solid;
2930
+ border-width: 0 0 1px 0;
2931
+ background: #e7f1ff;
2932
+ }
2933
+ .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
2934
+ background: #e7f1ff;
2935
+ }
2936
+ .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
2656
2937
  background: #e7f1ff;
2657
2938
  }
2939
+ .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
2940
+ color: #212529;
2941
+ }
2658
2942
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
2659
2943
  border-bottom: 1px none #dee2e6;
2660
2944
  }
2661
2945
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
2662
2946
  color: #212529;
2663
2947
  }
2948
+ .e-accordion .e-acrdn-item.e-select {
2949
+ background: none;
2950
+ border-color: #dee2e6;
2951
+ border-style: solid;
2952
+ border-width: 0 0 1px 0;
2953
+ }
2664
2954
  .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
2665
2955
  color: #212529;
2956
+ background: none;
2957
+ border-top: 0;
2666
2958
  }
2667
2959
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
2668
2960
  color: #212529;
@@ -2670,36 +2962,126 @@
2670
2962
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2671
2963
  color: #6c757d;
2672
2964
  }
2965
+ .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2966
+ background: none;
2967
+ border: 0;
2968
+ border-color: initial;
2969
+ }
2970
+ .e-accordion .e-acrdn-item .e-acrdn-header:hover {
2971
+ border: 0;
2972
+ background: none;
2973
+ border-color: initial;
2974
+ }
2673
2975
  .e-accordion .e-acrdn-item .e-acrdn-header:active {
2976
+ border: 0;
2977
+ border-color: initial;
2674
2978
  background: #e7f1ff;
2675
2979
  }
2676
2980
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2981
+ border: 0;
2677
2982
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2983
+ background: none;
2984
+ }
2985
+ .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2986
+ .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
2987
+ .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
2988
+ color: #212529;
2989
+ }
2990
+ .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
2991
+ color: #0d6efd;
2992
+ }
2993
+ .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
2994
+ color: #0d6efd;
2995
+ }
2996
+ .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
2997
+ color: #0d6efd;
2998
+ }
2999
+ .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
3000
+ color: #212529;
3001
+ }
3002
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
3003
+ border-color: #dee2e6;
3004
+ border-style: solid;
3005
+ border-width: 0 0 1px 0;
3006
+ background: #e7f1ff;
3007
+ }
3008
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
3009
+ color: #0d6efd;
3010
+ }
3011
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons {
3012
+ color: #6c757d;
3013
+ }
3014
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
3015
+ color: #0d6efd;
3016
+ }
3017
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content {
3018
+ color: #0d6efd;
3019
+ }
3020
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon {
3021
+ color: #6c757d;
3022
+ }
3023
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
3024
+ border-color: #dee2e6;
3025
+ }
3026
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
3027
+ color: #0d6efd;
3028
+ }
3029
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
3030
+ .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
3031
+ .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
3032
+ color: #0d6efd;
3033
+ }
3034
+ .e-accordion .e-acrdn-item.e-select.e-item-focus {
3035
+ border-color: #dee2e6;
3036
+ }
3037
+ .e-accordion .e-acrdn-item.e-selected {
3038
+ border-color: #dee2e6;
3039
+ border-style: solid;
3040
+ border-width: 0 0 1px 0;
2678
3041
  }
2679
3042
  .e-accordion .e-acrdn-item.e-selected.e-select {
2680
- border-bottom: 1px none #dee2e6;
2681
- border-top: 1px none #dee2e6;
2682
- border-bottom: 1px solid #dee2e6;
3043
+ border-color: #dee2e6;
3044
+ border-style: solid;
3045
+ border-width: 0 0 1px 0;
3046
+ }
3047
+ .e-accordion .e-acrdn-item.e-selected.e-select.e-active {
3048
+ background: #fff;
2683
3049
  }
2684
3050
  .e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
2685
3051
  border-bottom: 1px none #dee2e6;
2686
3052
  }
2687
- .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
2688
- background: #e7f1ff;
2689
- border-bottom: 1px solid #dee2e6;
2690
- }
2691
- .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon,
2692
3053
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
2693
3054
  color: #0d6efd;
2694
3055
  }
3056
+ .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
3057
+ color: #0d6efd;
3058
+ }
2695
3059
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
2696
3060
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2697
3061
  }
2698
3062
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
2699
- border-top: 1px none #dee2e6;
3063
+ border-color: #dee2e6;
3064
+ border-style: solid;
3065
+ border-width: 0 0 1px 0;
2700
3066
  }
2701
- .e-accordion .e-acrdn-item.e-selected .e-selected:last-child {
2702
- border-bottom: 1px none #dee2e6;
3067
+ .e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
3068
+ color: #0d6efd;
3069
+ }
3070
+ .e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
3071
+ color: #212529;
3072
+ }
3073
+ .e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
3074
+ background: #e7f1ff;
3075
+ border-radius: 0;
3076
+ border-color: #dee2e6;
3077
+ border-style: solid;
3078
+ border-width: 0 0 1px 0;
3079
+ }
3080
+ .e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
3081
+ background: none;
3082
+ }
3083
+ .e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
3084
+ border-color: #dee2e6;
2703
3085
  }
2704
3086
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
2705
3087
  color: #212529;
@@ -3230,7 +3612,6 @@
3230
3612
  .e-bigger.e-contextmenu-container ul .e-menu-item {
3231
3613
  height: 32px;
3232
3614
  line-height: 32px;
3233
- padding: 0 16px;
3234
3615
  }
3235
3616
  .e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
3236
3617
  .e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
@@ -3364,33 +3745,15 @@
3364
3745
  /*! Bootstrap specific themes definition's */
3365
3746
  /*! Vertical Tab */
3366
3747
  /*! tab icons */
3367
- .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
3368
- content: "\e748";
3369
- }
3370
- .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
3371
- content: "\e765";
3372
- }
3373
- .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
3374
- content: "\e765";
3375
- }
3376
- .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
3377
- content: "\e748";
3378
- }
3379
3748
  .e-tab .e-tab-header .e-close-icon::before {
3380
3749
  content: "\e7e7";
3381
3750
  position: relative;
3382
3751
  }
3383
- .e-tab .e-tab-header .e-popup-up-icon::before {
3384
- content: "\e776";
3385
- }
3386
3752
  @media screen and (max-width: 480px) {
3387
3753
  .e-tab .e-tab-header .e-popup-up-icon::before {
3388
3754
  content: "\e770";
3389
3755
  }
3390
3756
  }
3391
- .e-tab .e-tab-header .e-popup-down-icon::before {
3392
- content: "\e729";
3393
- }
3394
3757
  @media screen and (max-width: 480px) {
3395
3758
  .e-tab .e-tab-header .e-popup-down-icon::before {
3396
3759
  content: "\e770";
@@ -3404,12 +3767,6 @@
3404
3767
  content: "\e729";
3405
3768
  }
3406
3769
  }
3407
- .e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
3408
- content: "\e776";
3409
- }
3410
- .e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
3411
- content: "\e729";
3412
- }
3413
3770
  .e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
3414
3771
  content: "More";
3415
3772
  }
@@ -3493,8 +3850,6 @@
3493
3850
  }
3494
3851
  .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
3495
3852
  .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
3496
- width: 50px;
3497
- border-radius: 4px;
3498
3853
  width: 38px;
3499
3854
  }
3500
3855
  .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
@@ -3535,10 +3890,16 @@
3535
3890
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
3536
3891
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
3537
3892
  font-size: 16px;
3893
+ margin-bottom: 0;
3894
+ }
3895
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
3896
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
3897
+ position: relative;
3898
+ top: 0;
3538
3899
  }
3539
3900
  .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
3540
3901
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
3541
- margin: 0 2px 0 0;
3902
+ margin: 0;
3542
3903
  padding-bottom: 0;
3543
3904
  }
3544
3905
  @media screen and (max-width: 480px) {
@@ -3550,7 +3911,7 @@
3550
3911
  .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
3551
3912
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
3552
3913
  position: relative;
3553
- top: -0.5px;
3914
+ top: 0;
3554
3915
  }
3555
3916
  .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
3556
3917
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
@@ -3562,10 +3923,6 @@
3562
3923
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
3563
3924
  height: 42px;
3564
3925
  }
3565
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
3566
- .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
3567
- padding: 0;
3568
- }
3569
3926
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
3570
3927
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
3571
3928
  cursor: pointer;
@@ -3608,6 +3965,16 @@
3608
3965
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
3609
3966
  padding: 0 20px;
3610
3967
  }
3968
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
3969
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
3970
+ margin: 0 0 0 12px;
3971
+ }
3972
+ @media screen and (max-width: 480px) {
3973
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
3974
+ .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
3975
+ margin: 0;
3976
+ }
3977
+ }
3611
3978
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
3612
3979
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
3613
3980
  margin: 0 0 0 8px;
@@ -3853,7 +4220,6 @@
3853
4220
  .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
3854
4221
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
3855
4222
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
3856
- top: 0;
3857
4223
  line-height: 38px;
3858
4224
  top: 0.5px;
3859
4225
  }
@@ -3867,8 +4233,8 @@
3867
4233
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
3868
4234
  .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
3869
4235
  .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
3870
- top: 0;
3871
4236
  line-height: 38px;
4237
+ top: 0;
3872
4238
  }
3873
4239
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
3874
4240
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
@@ -3920,11 +4286,6 @@
3920
4286
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
3921
4287
  top: 0.5px;
3922
4288
  }
3923
- .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,
3924
- .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
3925
- .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
3926
- height: initial;
3927
- }
3928
4289
  .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,
3929
4290
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
3930
4291
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
@@ -3964,16 +4325,15 @@
3964
4325
  height: 42px;
3965
4326
  padding: 0;
3966
4327
  }
3967
- .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,
3968
- .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
3969
- .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
3970
- height: 42px;
3971
- }
3972
4328
  .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,
3973
4329
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
3974
4330
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
3975
4331
  height: initial;
3976
4332
  }
4333
+ .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
4334
+ .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
4335
+ height: 42px;
4336
+ }
3977
4337
  .e-bigger .e-tab .e-tab-header.e-vertical,
3978
4338
  .e-tab.e-bigger .e-tab-header.e-vertical {
3979
4339
  max-width: 150px;
@@ -4011,6 +4371,11 @@
4011
4371
  .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
4012
4372
  right: -20px;
4013
4373
  }
4374
+ .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
4375
+ .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
4376
+ min-height: 38px;
4377
+ min-width: auto;
4378
+ }
4014
4379
  .e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
4015
4380
  .e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
4016
4381
  height: 24px;
@@ -4070,10 +4435,6 @@
4070
4435
  font-size: 12px;
4071
4436
  }
4072
4437
  }
4073
- .e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
4074
- .e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
4075
- margin: 0 0 0 2px;
4076
- }
4077
4438
  .e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
4078
4439
  .e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
4079
4440
  height: inherit;
@@ -4123,6 +4484,10 @@
4123
4484
  height: 42px;
4124
4485
  padding: 0;
4125
4486
  }
4487
+ .e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
4488
+ .e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
4489
+ height: 42px;
4490
+ }
4126
4491
  .e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
4127
4492
  .e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
4128
4493
  .e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
@@ -4187,10 +4552,6 @@
4187
4552
  .e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
4188
4553
  top: 0;
4189
4554
  }
4190
- .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
4191
- .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
4192
- margin: 0;
4193
- }
4194
4555
  .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),
4195
4556
  .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) {
4196
4557
  margin: 0 0 0 2px;
@@ -4234,6 +4595,7 @@
4234
4595
  height: 42px;
4235
4596
  margin: 0 2px 0 0;
4236
4597
  min-height: 42px;
4598
+ padding: 0;
4237
4599
  }
4238
4600
  @media screen and (max-width: 480px) {
4239
4601
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
@@ -4339,6 +4701,10 @@
4339
4701
  .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
4340
4702
  height: 42px;
4341
4703
  }
4704
+ .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
4705
+ .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
4706
+ height: 42px;
4707
+ }
4342
4708
  .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,
4343
4709
  .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
4344
4710
  .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
@@ -4372,6 +4738,10 @@
4372
4738
  margin: 0;
4373
4739
  padding: 0;
4374
4740
  }
4741
+ .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
4742
+ .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
4743
+ padding: 0;
4744
+ }
4375
4745
  .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
4376
4746
  .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
4377
4747
  padding: 0 20px;
@@ -4390,10 +4760,6 @@
4390
4760
  .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
4391
4761
  margin-bottom: 0;
4392
4762
  }
4393
- .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
4394
- .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
4395
- height: 42px;
4396
- }
4397
4763
  .e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
4398
4764
  .e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
4399
4765
  padding: 0 16px;
@@ -4412,6 +4778,10 @@
4412
4778
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
4413
4779
  margin: 0;
4414
4780
  }
4781
+ .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
4782
+ .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
4783
+ margin: 0;
4784
+ }
4415
4785
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
4416
4786
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
4417
4787
  margin: 0 10px 0 0;
@@ -4569,19 +4939,44 @@
4569
4939
  margin: 0 2px 0 0;
4570
4940
  }
4571
4941
  }
4942
+ .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
4943
+ position: unset;
4944
+ }
4945
+ .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
4946
+ left: unset;
4947
+ right: unset;
4948
+ }
4949
+ .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
4950
+ background-color: unset;
4951
+ bottom: unset;
4952
+ content: unset;
4953
+ height: unset;
4954
+ left: unset;
4955
+ position: unset;
4956
+ right: unset;
4957
+ transition: unset;
4958
+ }
4959
+ .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
4960
+ color: unset;
4961
+ content: unset;
4962
+ display: unset;
4963
+ font-weight: unset;
4964
+ height: unset;
4965
+ overflow: unset;
4966
+ visibility: unset;
4967
+ }
4572
4968
  .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
4573
4969
  padding: 0;
4574
4970
  }
4575
4971
  .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
4576
4972
  display: none;
4577
4973
  }
4578
- .e-tab .e-tab-header .e-toolbar-items.e-hscroll[style*="overflow: hidden"] .e-toolbar-item:not(.e-separator).e-active {
4579
- margin-bottom: 0;
4974
+ .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
4975
+ padding: 0;
4580
4976
  }
4581
4977
  .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
4582
- width: 40px;
4583
- border-radius: 4px;
4584
4978
  width: 32px;
4979
+ border-radius: 4px;
4585
4980
  }
4586
4981
  .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
4587
4982
  margin: 0 2px 0 0;
@@ -4609,6 +5004,7 @@
4609
5004
  height: 2px;
4610
5005
  left: 0;
4611
5006
  right: 0;
5007
+ border-radius: 0;
4612
5008
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
4613
5009
  }
4614
5010
  .e-tab .e-tab-header .e-toolbar-item.e-hidden {
@@ -4658,6 +5054,10 @@
4658
5054
  font-size: 14px;
4659
5055
  font-weight: 400;
4660
5056
  text-transform: capitalize;
5057
+ -ms-flex-item-align: auto;
5058
+ -ms-grid-row-align: auto;
5059
+ align-self: auto;
5060
+ margin-bottom: 0;
4661
5061
  }
4662
5062
  @media screen and (max-width: 480px) {
4663
5063
  .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
@@ -4665,7 +5065,7 @@
4665
5065
  }
4666
5066
  }
4667
5067
  .e-tab .e-tab-header .e-toolbar-item.e-active {
4668
- margin: 0 2px 0 0;
5068
+ margin: 0;
4669
5069
  padding-bottom: 0;
4670
5070
  }
4671
5071
  @media screen and (max-width: 480px) {
@@ -4685,14 +5085,16 @@
4685
5085
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
4686
5086
  margin-bottom: 0;
4687
5087
  }
4688
- .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
4689
- border: 0;
4690
- }
4691
5088
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
4692
5089
  font-weight: 400;
4693
5090
  }
4694
5091
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
4695
- top: -1px;
5092
+ top: 1px;
5093
+ left: 5px;
5094
+ }
5095
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
5096
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
5097
+ left: 0;
4696
5098
  }
4697
5099
  .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 {
4698
5100
  height: 32px;
@@ -4724,7 +5126,7 @@
4724
5126
  }
4725
5127
  }
4726
5128
  .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
4727
- top: 0;
5129
+ top: 1px;
4728
5130
  }
4729
5131
  .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
4730
5132
  display: -ms-inline-flexbox;
@@ -4750,6 +5152,15 @@
4750
5152
  font-size: 20px;
4751
5153
  }
4752
5154
  }
5155
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
5156
+ position: relative;
5157
+ top: 1px;
5158
+ left: 5px;
5159
+ }
5160
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
5161
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
5162
+ left: 0;
5163
+ }
4753
5164
  .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
4754
5165
  -ms-flex-pack: center;
4755
5166
  justify-content: center;
@@ -4760,6 +5171,14 @@
4760
5171
  padding: 0 16px;
4761
5172
  }
4762
5173
  }
5174
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-right {
5175
+ margin: 0 0 0 8px;
5176
+ }
5177
+ @media screen and (max-width: 480px) {
5178
+ .e-tab .e-tab-header .e-toolbar-item .e-icon-right {
5179
+ margin: 0;
5180
+ }
5181
+ }
4763
5182
  .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
4764
5183
  margin: 0 0 0 8px;
4765
5184
  }
@@ -4857,6 +5276,7 @@
4857
5276
  }
4858
5277
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
4859
5278
  margin: 0;
5279
+ padding: 0;
4860
5280
  }
4861
5281
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
4862
5282
  height: 26px;
@@ -5068,7 +5488,6 @@
5068
5488
  }
5069
5489
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
5070
5490
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
5071
- top: 0;
5072
5491
  line-height: 32px;
5073
5492
  top: 0;
5074
5493
  }
@@ -5104,7 +5523,6 @@
5104
5523
  }
5105
5524
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
5106
5525
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
5107
- top: 0;
5108
5526
  line-height: 32px;
5109
5527
  top: 0;
5110
5528
  }
@@ -5119,6 +5537,32 @@
5119
5537
  line-height: 32px;
5120
5538
  top: -0.5px;
5121
5539
  }
5540
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
5541
+ position: unset;
5542
+ }
5543
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
5544
+ left: unset;
5545
+ right: unset;
5546
+ }
5547
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
5548
+ background-color: unset;
5549
+ content: unset;
5550
+ height: unset;
5551
+ left: unset;
5552
+ position: unset;
5553
+ right: unset;
5554
+ top: unset;
5555
+ transition: unset;
5556
+ }
5557
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
5558
+ color: unset;
5559
+ content: unset;
5560
+ display: unset;
5561
+ font-weight: unset;
5562
+ height: unset;
5563
+ overflow: unset;
5564
+ visibility: unset;
5565
+ }
5122
5566
  .e-tab .e-tab-header.e-horizontal-bottom::before {
5123
5567
  bottom: auto;
5124
5568
  }
@@ -5153,6 +5597,12 @@
5153
5597
  height: 32px;
5154
5598
  padding: 0;
5155
5599
  }
5600
+ .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 {
5601
+ top: unset;
5602
+ }
5603
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
5604
+ top: 0;
5605
+ }
5156
5606
  .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 {
5157
5607
  height: initial;
5158
5608
  }
@@ -5225,6 +5675,13 @@
5225
5675
  .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
5226
5676
  display: none;
5227
5677
  }
5678
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
5679
+ min-height: 32px;
5680
+ min-width: 33px;
5681
+ }
5682
+ .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
5683
+ margin: 0;
5684
+ }
5228
5685
  .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 {
5229
5686
  right: -15px;
5230
5687
  }
@@ -5241,6 +5698,30 @@
5241
5698
  left: auto;
5242
5699
  right: 0;
5243
5700
  }
5701
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
5702
+ bottom: unset;
5703
+ height: unset;
5704
+ }
5705
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
5706
+ background-color: unset;
5707
+ bottom: unset;
5708
+ content: unset;
5709
+ height: unset;
5710
+ left: unset;
5711
+ position: unset;
5712
+ right: unset;
5713
+ transition: unset;
5714
+ width: unset;
5715
+ }
5716
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
5717
+ color: unset;
5718
+ content: unset;
5719
+ display: unset;
5720
+ font-weight: unset;
5721
+ height: unset;
5722
+ overflow: unset;
5723
+ visibility: unset;
5724
+ }
5244
5725
  .e-tab .e-tab-header.e-vertical.e-vertical-right {
5245
5726
  float: right;
5246
5727
  }
@@ -5257,6 +5738,30 @@
5257
5738
  .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
5258
5739
  width: auto;
5259
5740
  }
5741
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
5742
+ bottom: unset;
5743
+ height: unset;
5744
+ }
5745
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
5746
+ background-color: unset;
5747
+ bottom: unset;
5748
+ content: unset;
5749
+ height: unset;
5750
+ left: unset;
5751
+ position: unset;
5752
+ right: unset;
5753
+ transition: unset;
5754
+ width: unset;
5755
+ }
5756
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
5757
+ color: unset;
5758
+ content: unset;
5759
+ display: unset;
5760
+ font-weight: unset;
5761
+ height: unset;
5762
+ overflow: unset;
5763
+ visibility: unset;
5764
+ }
5260
5765
  .e-tab .e-tab-header.e-vertical .e-scroll-nav {
5261
5766
  height: 16px;
5262
5767
  -ms-flex-pack: center;
@@ -5382,6 +5887,28 @@
5382
5887
  .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
5383
5888
  height: 62px;
5384
5889
  }
5890
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
5891
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
5892
+ position: unset;
5893
+ }
5894
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
5895
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
5896
+ border: unset;
5897
+ content: unset;
5898
+ display: none;
5899
+ position: unset;
5900
+ top: unset;
5901
+ width: unset;
5902
+ }
5903
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
5904
+ .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
5905
+ content: unset;
5906
+ display: unset;
5907
+ position: unset;
5908
+ top: unset;
5909
+ width: unset;
5910
+ border: unset;
5911
+ }
5385
5912
  .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
5386
5913
  height: 62px;
5387
5914
  }
@@ -5394,6 +5921,9 @@
5394
5921
  font-size: 12px;
5395
5922
  }
5396
5923
  }
5924
+ .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
5925
+ width: 2px;
5926
+ }
5397
5927
  .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
5398
5928
  .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
5399
5929
  display: none;
@@ -5405,6 +5935,10 @@
5405
5935
  .e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
5406
5936
  height: 16px;
5407
5937
  }
5938
+ .e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
5939
+ .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 {
5940
+ top: unset;
5941
+ }
5408
5942
  .e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
5409
5943
  margin: 0 0 0 2px;
5410
5944
  }
@@ -5591,9 +6125,6 @@
5591
6125
  min-height: 42px;
5592
6126
  }
5593
6127
  }
5594
- .e-tab.e-fill .e-tab-header::before {
5595
- display: none;
5596
- }
5597
6128
  .e-tab.e-fill .e-tab-header .e-indicator {
5598
6129
  display: none;
5599
6130
  }
@@ -5614,6 +6145,7 @@
5614
6145
  height: 32px;
5615
6146
  margin: 0 2px 0 0;
5616
6147
  min-height: 32px;
6148
+ padding: 0;
5617
6149
  }
5618
6150
  @media screen and (max-width: 480px) {
5619
6151
  .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
@@ -5714,6 +6246,9 @@
5714
6246
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
5715
6247
  height: 32px;
5716
6248
  }
6249
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
6250
+ height: 32px;
6251
+ }
5717
6252
  .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 {
5718
6253
  height: 62px;
5719
6254
  }
@@ -5732,16 +6267,14 @@
5732
6267
  height: 60px;
5733
6268
  min-height: 60px;
5734
6269
  }
5735
- .e-tab.e-background .e-tab-header::before {
5736
- display: none;
5737
- }
5738
6270
  .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
5739
6271
  .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
5740
6272
  margin: 0;
5741
6273
  padding: 0;
5742
6274
  }
5743
6275
  .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
5744
- margin: 0 2px 0 0;
6276
+ margin: 0;
6277
+ padding: 0;
5745
6278
  }
5746
6279
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
5747
6280
  padding: 0 15px;
@@ -5757,12 +6290,12 @@
5757
6290
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
5758
6291
  margin-bottom: 0;
5759
6292
  }
5760
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
5761
- height: 32px;
5762
- }
5763
6293
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
5764
6294
  font-weight: 400;
5765
6295
  }
6296
+ .e-tab.e-background .e-tab-header.e-vertical .e-indicator {
6297
+ display: none;
6298
+ }
5766
6299
  .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
5767
6300
  padding: 0 12px;
5768
6301
  }
@@ -5784,10 +6317,10 @@
5784
6317
  .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
5785
6318
  margin: 0;
5786
6319
  }
5787
- .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
6320
+ .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
5788
6321
  margin: 0;
5789
6322
  }
5790
- .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
6323
+ .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
5791
6324
  margin: 0;
5792
6325
  }
5793
6326
  .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
@@ -5808,12 +6341,6 @@
5808
6341
  .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
5809
6342
  margin: 0 0 0 2px;
5810
6343
  }
5811
- .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 {
5812
- margin: 0 0 0 2px;
5813
- }
5814
- .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 .e-tab-text {
5815
- margin-bottom: 0;
5816
- }
5817
6344
  .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
5818
6345
  margin: 0;
5819
6346
  }
@@ -5914,6 +6441,9 @@
5914
6441
  font-size: 14px;
5915
6442
  font-weight: 400;
5916
6443
  text-transform: capitalize;
6444
+ -ms-flex-item-align: auto;
6445
+ -ms-grid-row-align: auto;
6446
+ align-self: auto;
5917
6447
  }
5918
6448
  @media screen and (max-width: 480px) {
5919
6449
  .e-tab-clone-element .e-tab-text {
@@ -5934,7 +6464,7 @@
5934
6464
  }
5935
6465
  }
5936
6466
  .e-tab-clone-element .e-close-icon::before {
5937
- top: 0;
6467
+ top: 1px;
5938
6468
  }
5939
6469
  .e-tab-clone-element .e-icons.e-tab-icon {
5940
6470
  display: -ms-inline-flexbox;
@@ -5970,6 +6500,14 @@
5970
6500
  padding: 0 16px;
5971
6501
  }
5972
6502
  }
6503
+ .e-tab-clone-element .e-icon-right {
6504
+ margin: 0 0 0 8px;
6505
+ }
6506
+ @media screen and (max-width: 480px) {
6507
+ .e-tab-clone-element .e-icon-right {
6508
+ margin: 0;
6509
+ }
6510
+ }
5973
6511
  .e-tab-clone-element .e-icon-left + .e-tab-text {
5974
6512
  margin: 0 0 0 8px;
5975
6513
  }
@@ -6092,6 +6630,9 @@
6092
6630
  }
6093
6631
  .e-bigger .e-tab-clone-element .e-tab-text {
6094
6632
  font-size: 16px;
6633
+ -ms-flex-item-align: auto;
6634
+ -ms-grid-row-align: auto;
6635
+ align-self: auto;
6095
6636
  }
6096
6637
  .e-bigger .e-tab-clone-element .e-icons.e-close-icon {
6097
6638
  cursor: pointer;
@@ -6125,6 +6666,14 @@
6125
6666
  .e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
6126
6667
  padding: 0 20px;
6127
6668
  }
6669
+ .e-bigger .e-tab-clone-element .e-icon-right {
6670
+ margin: 0 0 0 12px;
6671
+ }
6672
+ @media screen and (max-width: 480px) {
6673
+ .e-bigger .e-tab-clone-element .e-icon-right {
6674
+ margin: 0;
6675
+ }
6676
+ }
6128
6677
  .e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
6129
6678
  margin: 0 0 0 8px;
6130
6679
  }
@@ -6167,6 +6716,9 @@
6167
6716
  background: inherit;
6168
6717
  border: 0;
6169
6718
  border-radius: 0;
6719
+ box-shadow: none;
6720
+ font-weight: 400;
6721
+ border-bottom: 0;
6170
6722
  }
6171
6723
  .e-tab .e-tab-header::before {
6172
6724
  border-color: #dee2e6;
@@ -6175,11 +6727,9 @@
6175
6727
  .e-tab .e-tab-header:not(.e-vertical)::before {
6176
6728
  border-width: 0 0 1px;
6177
6729
  }
6178
- .e-tab .e-tab-header[style*="overflow: hidden"] {
6179
- border: 0;
6180
- }
6181
6730
  .e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
6182
6731
  border-bottom: 1px solid #fff;
6732
+ margin-bottom: 0;
6183
6733
  }
6184
6734
  .e-tab .e-tab-header .e-toolbar-items {
6185
6735
  background: inherit;
@@ -6191,6 +6741,9 @@
6191
6741
  background: inherit;
6192
6742
  border: 1px solid transparent;
6193
6743
  }
6744
+ .e-tab .e-tab-header .e-toolbar-item:hover {
6745
+ background: inherit;
6746
+ }
6194
6747
  .e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
6195
6748
  background: rgba(0, 0, 0, 0.12);
6196
6749
  }
@@ -6232,12 +6785,23 @@
6232
6785
  border-radius: 4px 4px 0 0;
6233
6786
  }
6234
6787
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
6235
- border: 0;
6788
+ border: 1px solid transparent;
6236
6789
  }
6237
6790
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
6238
6791
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
6239
6792
  color: #495057;
6240
6793
  }
6794
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
6795
+ position: unset;
6796
+ }
6797
+ .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
6798
+ border: unset;
6799
+ content: unset;
6800
+ display: unset;
6801
+ position: unset;
6802
+ top: unset;
6803
+ width: unset;
6804
+ }
6241
6805
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
6242
6806
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
6243
6807
  color: #495057;
@@ -6298,8 +6862,13 @@
6298
6862
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
6299
6863
  color: #0a58ca;
6300
6864
  }
6865
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
6866
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
6867
+ color: #0a58ca;
6868
+ }
6301
6869
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
6302
6870
  background: #e9ecef;
6871
+ border-color: transparent;
6303
6872
  }
6304
6873
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
6305
6874
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
@@ -6321,28 +6890,44 @@
6321
6890
  .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
6322
6891
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
6323
6892
  color: #6c757d;
6893
+ border: 0;
6324
6894
  }
6325
6895
  .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
6326
6896
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
6327
6897
  background: #dee2e6;
6328
6898
  color: #0a58ca;
6899
+ border: 0;
6329
6900
  }
6330
6901
  .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
6331
6902
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
6332
6903
  box-shadow: none;
6904
+ border: 0;
6905
+ }
6906
+ .e-tab .e-tab-header .e-scroll-nav:focus,
6907
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
6908
+ background: inherit;
6333
6909
  }
6334
6910
  .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
6335
6911
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
6336
6912
  background: #e9ecef;
6337
6913
  color: #6c757d;
6914
+ border: 0;
6338
6915
  }
6339
6916
  .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
6340
6917
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
6341
6918
  background: #dee2e6;
6342
6919
  color: #0a58ca;
6343
6920
  }
6921
+ .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
6922
+ .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
6923
+ background: #e9ecef;
6924
+ border-color: unset;
6925
+ color: #6c757d;
6926
+ }
6344
6927
  .e-tab .e-tab-header .e-scroll-nav:active,
6345
6928
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
6929
+ box-shadow: none;
6930
+ background: inherit;
6346
6931
  border: 3px solid #adb5bd;
6347
6932
  }
6348
6933
  .e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
@@ -6352,6 +6937,8 @@
6352
6937
  .e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
6353
6938
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
6354
6939
  color: #495057;
6940
+ background: #dee2e6;
6941
+ border-color: unset;
6355
6942
  }
6356
6943
  .e-tab .e-tab-header .e-hor-nav,
6357
6944
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
@@ -6376,7 +6963,10 @@
6376
6963
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
6377
6964
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
6378
6965
  color: #0a58ca;
6379
- border: 0;
6966
+ }
6967
+ .e-tab .e-tab-header .e-hor-nav:focus,
6968
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
6969
+ background: transparent;
6380
6970
  }
6381
6971
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
6382
6972
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
@@ -6400,6 +6990,7 @@
6400
6990
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
6401
6991
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
6402
6992
  background: #dee2e6;
6993
+ color: #6c757d;
6403
6994
  border: 0;
6404
6995
  border-radius: 4px;
6405
6996
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -6407,32 +6998,59 @@
6407
6998
  .e-tab .e-tab-header .e-hor-nav:hover,
6408
6999
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
6409
7000
  border: 0;
7001
+ background: transparent;
6410
7002
  }
6411
7003
  .e-tab .e-tab-header .e-hor-nav:hover:active,
6412
7004
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
6413
7005
  background: transparent;
6414
7006
  }
7007
+ .e-tab .e-tab-header .e-hor-nav:active,
7008
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
7009
+ box-shadow: none;
7010
+ background: transparent;
7011
+ }
6415
7012
  .e-tab .e-tab-header .e-hor-nav.e-nav-active,
6416
7013
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
6417
- background: inherit;
6418
- border: 0;
6419
- box-shadow: none;
6420
7014
  background: #e9ecef;
6421
7015
  border: 3px solid #adb5bd;
7016
+ box-shadow: none;
6422
7017
  border-radius: 4px;
6423
7018
  }
7019
+ .e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
7020
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
7021
+ color: #fff;
7022
+ }
7023
+ .e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
7024
+ .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
7025
+ border: 3px solid #adb5bd;
7026
+ }
7027
+ .e-tab .e-tab-header.e-horizontal-bottom {
7028
+ border-color: unset;
7029
+ border-style: solid;
7030
+ border-width: 0;
7031
+ }
6424
7032
  .e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
6425
- border: 0;
7033
+ border-color: unset;
7034
+ border-style: solid;
7035
+ border-width: 0;
6426
7036
  }
6427
7037
  .e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
6428
- border-bottom: 0;
6429
- border-top: 1px solid #fff;
7038
+ border-color: #fff;
7039
+ border-style: solid;
7040
+ border-width: 1px 0 0;
7041
+ }
7042
+ .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
7043
+ border-radius: 0 0 4px 4px;
6430
7044
  }
6431
7045
  .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
6432
- border-bottom: 1px solid #dee2e6;
7046
+ border-color: #fff #dee2e6 #dee2e6;
7047
+ border-style: solid;
7048
+ border-width: 1px;
7049
+ margin-top: 0;
6433
7050
  border-radius: 0 0 4px 4px;
6434
- border-top: 1px solid #fff;
6435
- border-top-color: #fff;
7051
+ }
7052
+ .e-tab .e-tab-header.e-vertical {
7053
+ border-bottom: 0;
6436
7054
  }
6437
7055
  .e-tab .e-tab-header.e-vertical::before {
6438
7056
  border-width: 0 1px 0 0;
@@ -6441,10 +7059,16 @@
6441
7059
  border-bottom: 1px solid #dee2e6;
6442
7060
  border-top: 1px solid #dee2e6;
6443
7061
  }
7062
+ .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
7063
+ border-radius: 4px 0 0 4px;
7064
+ }
6444
7065
  .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
6445
7066
  border-radius: 4px 0 0 4px;
6446
7067
  border-right: 1px solid #fff;
6447
7068
  }
7069
+ .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
7070
+ border-radius: 0 4px 4px 0;
7071
+ }
6448
7072
  .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
6449
7073
  border-left: 1px solid #fff;
6450
7074
  border-radius: 0 4px 4px 0;
@@ -6470,6 +7094,10 @@
6470
7094
  }
6471
7095
  .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
6472
7096
  background: rgba(233, 236, 239, 0.12);
7097
+ border-color: rgba(222, 226, 230, 0.12) transparent transparent;
7098
+ }
7099
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
7100
+ background: rgba(233, 236, 239, 0.12);
6473
7101
  }
6474
7102
  .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
6475
7103
  color: #0a58ca;
@@ -6480,6 +7108,9 @@
6480
7108
  .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
6481
7109
  background: rgba(233, 236, 239, 0.12);
6482
7110
  }
7111
+ .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
7112
+ color: none;
7113
+ }
6483
7114
  .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
6484
7115
  background: none;
6485
7116
  }
@@ -6510,6 +7141,10 @@
6510
7141
  border: 0;
6511
7142
  box-shadow: none;
6512
7143
  }
7144
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
7145
+ .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
7146
+ color: #6c757d;
7147
+ }
6513
7148
  .e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
6514
7149
  .e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
6515
7150
  border: 0;
@@ -6531,6 +7166,11 @@
6531
7166
  .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
6532
7167
  .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
6533
7168
  color: #6c757d;
7169
+ background: #e9ecef;
7170
+ border: 0;
7171
+ }
7172
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
7173
+ border-color: rgba(222, 226, 230, 0.12) transparent transparent;
6534
7174
  }
6535
7175
  .e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
6536
7176
  border: 0;
@@ -6576,6 +7216,9 @@
6576
7216
  .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 {
6577
7217
  color: #0a58ca;
6578
7218
  }
7219
+ .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
7220
+ color: #0a58ca;
7221
+ }
6579
7222
  .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
6580
7223
  margin-top: 0;
6581
7224
  }
@@ -6585,6 +7228,7 @@
6585
7228
  .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
6586
7229
  background: #0d6efd;
6587
7230
  border-radius: 4px;
7231
+ border-color: unset;
6588
7232
  }
6589
7233
  .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 {
6590
7234
  color: #fff;
@@ -6592,6 +7236,9 @@
6592
7236
  .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
6593
7237
  margin-top: 0;
6594
7238
  }
7239
+ .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
7240
+ border: unset;
7241
+ }
6595
7242
  .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
6596
7243
  .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
6597
7244
  color: #fff;
@@ -6600,14 +7247,21 @@
6600
7247
  color: #fff;
6601
7248
  }
6602
7249
  .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
6603
- color: #0d6efd;
6604
7250
  color: #fff;
6605
7251
  }
7252
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
7253
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
7254
+ color: #212529;
7255
+ }
6606
7256
  .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
6607
7257
  background: #e9ecef;
6608
7258
  }
6609
- .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text,
6610
- .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon,
7259
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
7260
+ color: #fff;
7261
+ }
7262
+ .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
7263
+ color: #fff;
7264
+ }
6611
7265
  .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
6612
7266
  color: #fff;
6613
7267
  }
@@ -6663,8 +7317,11 @@
6663
7317
  }
6664
7318
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
6665
7319
  background: rgba(233, 236, 239, 0.8);
7320
+ border-color: #6c757d;
7321
+ }
7322
+ .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
7323
+ color: #adb5bd;
6666
7324
  }
6667
- .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
6668
7325
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
6669
7326
  color: #adb5bd;
6670
7327
  }
@@ -6684,82 +7341,117 @@
6684
7341
  }
6685
7342
  .e-tab.e-background .e-tab-header .e-indicator {
6686
7343
  background: #fff;
7344
+ bottom: 0;
6687
7345
  }
6688
7346
  .e-tab.e-background .e-tab-header .e-toolbar-item {
6689
7347
  border: 0;
6690
- margin: 0;
6691
7348
  }
6692
7349
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element {
6693
7350
  background: rgba(0, 0, 0, 0.1);
6694
7351
  }
6695
7352
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
6696
7353
  background: inherit;
7354
+ border-color: transparent;
6697
7355
  }
6698
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
6699
7356
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
6700
7357
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
6701
7358
  color: #e7f1ff;
6702
7359
  }
7360
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
7361
+ color: #e7f1ff;
7362
+ }
6703
7363
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
6704
7364
  color: #fff;
6705
7365
  }
6706
7366
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
6707
7367
  background: transparent;
7368
+ background-color: transparent;
7369
+ border-color: #dee2e6;
7370
+ }
7371
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
7372
+ color: #fff;
6708
7373
  }
6709
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
6710
7374
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
6711
7375
  color: #fff;
6712
7376
  }
6713
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
6714
7377
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
6715
7378
  color: #fff;
6716
7379
  }
7380
+ .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 {
7381
+ color: #fff;
7382
+ }
6717
7383
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
6718
7384
  border: 0;
6719
7385
  margin: 0;
7386
+ background: inherit;
6720
7387
  }
6721
7388
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
6722
7389
  background: #fff;
6723
7390
  border-color: #0d6efd;
6724
7391
  border-radius: 4px 4px 0 0;
6725
7392
  border-style: solid;
6726
- border-width: 2px 2px 0;
7393
+ border-width: 1px 1px 0;
7394
+ }
7395
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
7396
+ color: #495057;
7397
+ }
7398
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
7399
+ color: #6c757d;
7400
+ }
7401
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
7402
+ color: #495057;
7403
+ }
7404
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
7405
+ background: #fff;
7406
+ border-color: #0d6efd;
7407
+ }
7408
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
7409
+ color: #495057;
6727
7410
  }
6728
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
6729
7411
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
6730
- color: #fff;
7412
+ color: #6c757d;
6731
7413
  }
6732
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
6733
7414
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
6734
7415
  color: #495057;
6735
7416
  }
7417
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
7418
+ color: #495057;
7419
+ }
7420
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
7421
+ color: #495057;
7422
+ }
7423
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
7424
+ background: #fff;
7425
+ }
7426
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
7427
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
7428
+ color: #495057;
7429
+ }
6736
7430
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
6737
- background: #0b5ed7;
6738
- background-color: #fff;
7431
+ background: #fff;
6739
7432
  }
6740
7433
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
6741
7434
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
6742
- color: #fff;
6743
7435
  color: #495057;
6744
7436
  }
6745
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text,
7437
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
7438
+ color: #495057;
7439
+ }
6746
7440
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
6747
7441
  color: #495057;
6748
7442
  }
7443
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
7444
+ border: unset;
7445
+ }
6749
7446
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
6750
7447
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
6751
- color: #fff;
7448
+ color: #6c757d;
6752
7449
  }
6753
7450
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
6754
7451
  color: #fff;
6755
7452
  }
6756
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
6757
- color: #0d6efd;
6758
- }
6759
7453
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
6760
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover,
6761
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon,
6762
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
7454
+ .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
6763
7455
  color: #495057;
6764
7456
  }
6765
7457
  .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 {
@@ -6774,11 +7466,11 @@
6774
7466
  background: inherit;
6775
7467
  }
6776
7468
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
6777
- .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon {
7469
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
7470
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
6778
7471
  color: #e7f1ff;
6779
7472
  }
6780
7473
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
6781
- background: #0b5ed7;
6782
7474
  background: #e9ecef;
6783
7475
  }
6784
7476
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
@@ -6786,48 +7478,103 @@
6786
7478
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
6787
7479
  color: #fff;
6788
7480
  }
7481
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
7482
+ color: #e7f1ff;
7483
+ }
7484
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
7485
+ color: #e7f1ff;
7486
+ }
7487
+ .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
7488
+ color: #e7f1ff;
7489
+ }
7490
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
7491
+ .e-tab.e-background .e-tab-header .e-scroll-nav {
7492
+ background: inherit;
7493
+ }
6789
7494
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
6790
7495
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
6791
7496
  color: #e7f1ff;
7497
+ border: 0;
6792
7498
  }
6793
7499
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
6794
7500
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
6795
7501
  background: inherit;
6796
7502
  color: #6c757d;
7503
+ border-color: unset;
7504
+ }
7505
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
7506
+ .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
7507
+ background: unset;
7508
+ color: #e7f1ff;
6797
7509
  }
6798
7510
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
6799
7511
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
6800
7512
  color: #6c757d;
7513
+ border: 0;
7514
+ background: #e9ecef;
6801
7515
  }
6802
7516
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
6803
7517
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
6804
7518
  background: inherit;
6805
7519
  color: #6c757d;
6806
7520
  }
7521
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
7522
+ .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
7523
+ background: #e9ecef;
7524
+ border-color: unset;
7525
+ color: #6c757d;
7526
+ }
6807
7527
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
6808
7528
  .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
6809
7529
  animation: none;
6810
7530
  }
7531
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
7532
+ .e-tab.e-background .e-tab-header .e-hor-nav {
7533
+ background: transparent;
7534
+ }
6811
7535
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
6812
7536
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
6813
7537
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
6814
7538
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
6815
7539
  color: #e7f1ff;
7540
+ border: 0;
6816
7541
  }
6817
7542
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
6818
7543
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
6819
7544
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
6820
7545
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
6821
- background: inherit;
7546
+ background: #dee2e6;
7547
+ border-color: unset;
6822
7548
  color: #6c757d;
6823
- background: #6c757d;
7549
+ }
7550
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
7551
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
7552
+ .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
7553
+ .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
6824
7554
  background: #dee2e6;
7555
+ color: #6c757d;
6825
7556
  }
6826
7557
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
6827
7558
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
6828
7559
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
6829
7560
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
6830
7561
  color: #6c757d;
7562
+ background: #e9ecef;
7563
+ border: 0;
7564
+ }
7565
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
7566
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
7567
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
7568
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
7569
+ background: #dee2e6;
7570
+ }
7571
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
7572
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
7573
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
7574
+ .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
7575
+ background: #dee2e6;
7576
+ border-color: unset;
7577
+ color: #6c757d;
6831
7578
  }
6832
7579
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
6833
7580
  .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
@@ -6848,7 +7595,9 @@
6848
7595
  border-width: 0 2px 2px;
6849
7596
  }
6850
7597
  .e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
6851
- border: 0;
7598
+ border-color: unset;
7599
+ border-style: solid;
7600
+ border-width: 0;
6852
7601
  margin: 0;
6853
7602
  }
6854
7603
  .e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
@@ -6858,7 +7607,9 @@
6858
7607
  border-width: 2px 0 2px 2px;
6859
7608
  }
6860
7609
  .e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
6861
- border: 0;
7610
+ border-color: unset;
7611
+ border-style: solid;
7612
+ border-width: 0;
6862
7613
  margin: 0;
6863
7614
  }
6864
7615
  .e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
@@ -6930,6 +7681,7 @@
6930
7681
  }
6931
7682
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
6932
7683
  background: #e9ecef;
7684
+ border-color: #6c757d;
6933
7685
  }
6934
7686
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
6935
7687
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
@@ -6938,22 +7690,38 @@
6938
7690
  }
6939
7691
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
6940
7692
  background: rgba(13, 110, 253, 0.12);
7693
+ border-color: #0d6efd;
6941
7694
  }
6942
7695
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
6943
7696
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
6944
7697
  color: #495057;
6945
7698
  }
6946
7699
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
7700
+ background: #fff;
6947
7701
  border: 1px solid #dee2e6;
6948
7702
  border-radius: 4px 4px 0 0;
6949
7703
  }
6950
- .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
6951
- .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon,
6952
- .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
7704
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
7705
+ color: #495057;
7706
+ }
7707
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
7708
+ color: #495057;
7709
+ }
7710
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
7711
+ color: #495057;
7712
+ }
7713
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
7714
+ color: #495057;
7715
+ }
7716
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
7717
+ color: #6c757d;
7718
+ }
6953
7719
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
6954
7720
  color: #495057;
6955
7721
  }
6956
- .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text,
7722
+ .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
7723
+ color: #495057;
7724
+ }
6957
7725
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
6958
7726
  color: #495057;
6959
7727
  }
@@ -6979,6 +7747,8 @@
6979
7747
  .e-tab .e-content .e-item {
6980
7748
  background: inherit;
6981
7749
  color: #212529;
7750
+ font-size: 12px;
7751
+ line-height: 18px;
6982
7752
  }
6983
7753
 
6984
7754
  .e-tab-clone-element {