Project

General

Profile

1
.main-tabs .tab-header {
2
  font-size: 12px;
3
  text-transform: uppercase;
4
  transition: color .1s ease-in-out;
5
  line-height: 20px;
6
  user-select: none;
7
}
8

    
9
.main-tabs > li {
10
  background-color: #F2F2F2;
11
  border: 1px solid #DEDEDE;
12
  z-index: 2;
13
  max-width: 150px;
14
}
15

    
16
.main-tabs > li.uk-active:not(.fake-tab) {
17
  background-color: white !important;
18
  border-bottom: 1px solid white;
19
  border-top: 3px solid var(--portal-main-color);
20
}
21

    
22
.main-tabs > li > a {
23
  text-transform: capitalize;
24
  text-align: left;
25
  color: #7A7A7A;
26
  border: none;
27
}
28

    
29
.main-tabs > li:not(.uk-active):not(:hover) > a > .number {
30
  color: #666666;
31
}
32

    
33
.main-tabs > li > a > .number {
34
  font-size: 18px;
35
  line-height: 1.4;
36
  font-family: Heebo;
37
  font-weight: 800;
38
}
39

    
40
.main-tabs.uk-tab > .uk-active > a, .main-tabs.uk-tab > li:hover:not(.statistics) > a {
41
  /*border: none !important;*/
42
  color: var(--portal-main-color) !important;
43
}
44
.main-tabs > li.portalTab > a, .main-tabs > .uk-active.portalTab > a,
45
.main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > a,
46
.main-tabs > li.statistics svg #statistics-bars, .main-tabs > .uk-active.statistics svg #statistics-bars {
47
  fill: #FE4A49 !important;
48
  color: #FE4A49 !important;
49
}
50

    
51
.main-tabs.uk-tab > li:hover.portalTab:not(.uk-active) > a,
52
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) > a,
53
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) svg #statistics-bars {
54
  fill: #FF052B !important;
55
  color: #FF052B !important;
56
}
57

    
58
.main-tabs.uk-tab > .uk-active.statistics > a,.main-tabs.uk-tab > .uk-active.portalTab > a {
59
  background-color: #FFE6E6 !important;
60
}
61

    
62
.main-tabs > li.uk-active.statistics, .main-tabs > li.uk-active.portalTab {
63
  border-top: 3px solid #FE4A49 !important;
64
  border-bottom: 1px solid #FFE6E6;
65
}
66

    
67
.main-tabs-content {
68
  border: 1px solid #DEDEDE;
69
  margin-top: -1px;
70
  z-index: 1;
71
  background-color: white;
72
}
73

    
74
.main-tabs-content .content-overflow.uk-overflow-auto {
75
  max-height: 700px;
76
}
77

    
78
@media (min-width:960px) {
79
  .main-tabs-content .right-column {
80
    border-left: 1px solid #DEDEDE;
81
  }
82
}
83

    
84
.main-tabs-content .tab-header {
85
  font-size: 20px;
86
  text-transform: capitalize;
87
  color: #707070;
88
}
89

    
90
.white-box-with-border {
91
  border: 1px solid #DEDEDE;
92
  background-color: white;
93
}
94

    
95
.white-box-with-border.uk-grid > div:not(.uk-first-column) {
96
  border-left: 1px solid #DEDEDE;
97
}
(17-17/20)