Project

General

Profile

1
/* You can add global styles to this file, and also import other style files */
2
@import "assets/common-assets/common/theme.css";
3
@import "assets/common-assets/common/custom.css";
4
@import "assets/common-assets/library.css";
5

    
6
:root {
7
  --portal-main-color: #EE2540;
8
  --portal-main-contrast: white;
9
  --portal-dark-color: #E63946;
10
}
11

    
12
.graphApp {
13
  background-color: #FAFAFA;
14
  color: #1A1A1A;
15
}
16

    
17
.image-front-topbar {
18
  margin-top: -100px;
19
  padding-top: 100px;
20
}
21

    
22
main {
23
  min-height: calc(100vh - 100px);
24
  line-height: 25px;
25
  letter-spacing: 0.16px;
26
  font-size: 16px;
27
  font-family: "Open Sans", sans-serif;
28
}
29

    
30
.uk-text-large {
31
  font-size: 18px;
32
}
33

    
34
.uk-text-small {
35
  font-size: 14px;
36
  line-height: 20px;
37
  letter-spacing: 0;
38
}
39
/* Unordered list*/
40
ul.portal-circle {
41
  list-style: none;
42
  padding-left: 30px;
43
}
44

    
45
ul.portal-circle li {
46
  margin: 0 0 15px 0;
47
  position: relative;
48
}
49

    
50
ul.portal-circle.small li {
51
  margin: 0 0 5px 0;
52
  position: relative;
53
}
54

    
55
ul.portal-circle li:before {
56
  content: "";
57
  border: 5px var(--portal-main-color) solid !important;
58
  border-radius: 50px;
59
  line-height: 30px;
60
  margin-left: -20px;
61
  position: absolute;
62
  top: 10px;
63
}
64

    
65
ul.uk-text-small.portal-circle li:before {
66
  top: 6px;
67
}
68

    
69
.footer,
70
.footer .uk-section-primary {
71
  background-color: #ffffff;
72
  color: #000000 !important;
73
  font-family: "Open Sans", sans-serif !important;
74
  font-size: 14px !important;
75
  font-weight: 400!important;
76
}
77

    
78
.footer svg .stroke_line {
79
  stroke: #000000 !important;
80
}
81

    
82
.footer svg .fill_text {
83
  fill: #000000 !important;
84
}
85

    
86
.footer .uk-h6:not(.ignoreFooter),
87
.footer .uk-h5:not(.ignoreFooter),
88
.footer .uk-h4:not(.ignoreFooter),
89
.footer .uk-h3:not(.ignoreFooter),
90
.footer .uk-h2:not(.ignoreFooter),
91
.footer .uk-h1:not(.ignoreFooter) {
92
  color: #000000 !important;
93
}
94

    
95
.footer .uk-link:not(.ignoreFooter),
96
.footer a:not(.uk-button):not(.uk-button-text):not(.ignoreFooter) {
97
  color: #000000 !important;
98
  font-family: "Open Sans", sans-serif !important;
99
  font-size: 14px !important;
100
}
101

    
102
.footer .uk-icon-button {
103
  border-color: rgba(0, 0, 0, 0.5);
104
}
105

    
106
.footer .uk-totop {
107
  background-color: #ffffff;
108
}
109

    
110
.footer .uk-totop svg {
111
  color: rgba(0, 0, 0, 0.5);
112
}
113

    
114
.footer .uk-totop:hover svg {
115
  color: black;
116
}
117

    
118
.footer .uk-link:not(.ignoreFooter):hover,
119
.footer a:not(.uk-button):not(.uk-button-text):not(.ignoreFooter):hover {
120
  color: #000000 !important;
121
}
122

    
123

    
124
.footer .uk-label:not(.ignoreFooter) a {
125
  border-color: #000000;
126
  border-bottom: 1px solid;
127
}
128

    
129
.footer .uk-label:not(.ignoreFooter) a:hover {
130
  border-color: rgba(0, 0, 0, 0.5);
131
}
132

    
133

    
134
.footer .uk-button:not(.ignoreFooter) {
135
  background-color: #ffffff !important;
136
  color: black !important;
137
  border-color: #ffffff !important;
138
  border-style: solid !important;
139
  border-width: 1px !important;
140
}
141

    
142
.footer .uk-button:not(.ignoreFooter):hover {
143
  background-color: #eeeeee !important;
144
  /*color: var(--portal-main-color) !important;*/
145
  color: black !important;
146
  border-color: #eeeeee !important;
147
}
148

    
149
.numbers-background {
150
  background: transparent url('assets/graph-assets/home/5.svg') repeat-x center bottom;
151
}
152

    
153
.number {
154
  color: #1a1a1a;
155
}
156

    
157
a.number:hover, a.number:focus, a.number:active {
158
  color: #4687e6;
159
}
(9-9/13)