Project

General

Profile

1
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');
2

    
3
body {
4
  font: 400 14px/19px 'Open Sans';
5
}
6

    
7
h1, h2, h3, h4, h5, h6 {
8
  font-family: 'Open Sans', sans-serif;
9
}
10

    
11
.uk-container-large {
12
  max-width: 1600px;
13
}
14

    
15
.uk-container-expand {
16
  max-width: none;
17
}
18

    
19
.uk-container-center {
20
  margin-left: auto;
21
  margin-right: auto;
22
}
23

    
24
#sect-overview, #sect-tabs {
25
  padding: 20px 0;
26
}
27

    
28
.greySection {
29
  /*background-color: #F0F0F0;*/
30
  background-color: #EBEBEC;
31
}
32

    
33
a {
34
  color: #006e5f;
35
}
36

    
37
a:hover, a:focus, a:active {
38
  color: #005549;
39
}
40

    
41
.mapContainer {
42
  /*background: #F7F7F7 0% 0% no-repeat padding-box;*/
43
  /*border: 1px solid #E0E0E0;*/
44
  /*opacity: 0.4;*/
45
  /*padding: 15px;*/
46
  position: relative;
47
  height: 100%;
48
}
49

    
50
.mapContainerEmbed {
51
  height: 100%;
52
}
53

    
54
.map {
55
  /*height: 398px;*/
56
  border: 1px solid #707070;
57
  /*margin: 15px;*/
58
  position: absolute;
59
  height: 88%;
60
  width: 100%;
61
}
62

    
63
.mapControls {
64
  position: absolute;
65
  bottom: 20px;
66
}
67

    
68
.uk-nav-label {
69
  width: 12px;
70
  height: 12px;
71
  display: inline-block;
72
  vertical-align: -1px;
73
  margin-right: 8px;
74
}
75

    
76
.uk-nav-horizontal li {
77
  display: inline-block;
78
}
79

    
80
.uk-nav > li > a {
81
  padding: 5px 15px;
82
}
83

    
84
.uk-nav-side > li > a {
85
  color: #444;
86
}
87

    
88
.mapControls .text {
89
  opacity: 0.5;
90
}
91

    
92
.mapControls .text.active {
93
  opacity: 1;
94
}
95

    
96
.dark-blue-box {
97
  background: #002D60 0% 0% no-repeat padding-box;
98
  border: 1px solid #707070;
99
  border-radius: 2px;
100
  opacity: 1;
101
  color: #fff;
102
}
103

    
104
.dark-blue-box a, .dark-blue-box a:hover, .dark-blue-box a:focus {
105
  color: #fff;
106
}
107

    
108
.dark-grey-box {
109
  background: #2A2D34 0% 0% no-repeat padding-box;
110
  border: 1px solid #707070;
111
  border-radius: 2px;
112
  opacity: 1;
113
  color: #fff;
114
}
115

    
116
.dark-grey-box h3 {
117
  color: #fff;
118
}
119

    
120
.dark-grey-box a, .dark-grey-box a:hover, .dark-grey-box a:focus {
121
  color: #fff;
122
}
123

    
124
.openaire-symbol-wrapper {
125
  background-color: #fff;
126
  border-radius: 50%;
127
  padding: 12px 10px 17px 13px;
128
}
129

    
130

    
131
.infoBox {
132
  font-weight: 300;
133
  font-size: 15px;
134
}
135

    
136
.infoBox h3 {
137
  font-weight: bold;
138
}
139

    
140
.infoBox ul {
141
  padding-left: 18px;
142
}
143

    
144
.infoBox ul li {
145
  margin-bottom: 20px;
146
  letter-spacing: 0px;
147
  line-height: 27px;
148
}
149

    
150
.dark-blue-box h3 {
151
  color: #fff;
152
}
153

    
154
a.backToOriginalInfoBox, a.backToOriginalInfoBox:hover, a.backToOriginalInfoBox:focus  {
155
  color: #fff;
156
}
157

    
158
.greyBoldDivider {
159
  border: 1px solid #707070;
160
}
161

    
162
.numbers .number {
163
  font-size: 28px;
164
}
165

    
166
.indicatorCards .md-card {
167
  box-shadow: 0px 2px 6px #00000038;
168
}
169

    
170
/********* Mock chart for country **********/
171
.epc_chart {
172
  display: block;
173
  position: relative;
174
}
175

    
176
.epc_chart_text {
177
  position: absolute;
178
  top: 0;
179
  left: 0;
180
  right: 0;
181
  bottom: 0;
182
  text-align: center;
183
  font: 400 20px/110px Roboto,sans-serif;
184
}
185

    
186
/********************************************/
187

    
188
/*.md-btn-primary {*/
189
  /*background: #1F73F7 0% 0% no-repeat padding-box;*/
190
  /*box-shadow: 0px 3px 6px #00000029;*/
191
  /*border-radius: 26px;*/
192
  /*opacity: 1;*/
193
  /*text-align: left;*/
194
  /*font: 14px/19px Open Sans;*/
195
  /*font-weight: 400;*/
196
  /*letter-spacing: 0;*/
197
  /*color: #FFFFFF;*/
198
  /*text-transform: none;*/
199
  /*!*padding: 10px 30px;*!*/
200
/*}*/
201

    
202
.md-btn-primary {
203
  background: #019A85 0% 0% no-repeat padding-box;
204
  box-shadow: 0px 3px 6px #00000029;
205
  border-radius: 26px;
206
  opacity: 1;
207
  text-align: left;
208
  font: 14px/19px Open Sans;
209
  font-weight: 400;
210
  letter-spacing: 0;
211
  color: #FFFFFF;
212
  text-transform: none;
213
  /*padding: 10px 30px;*/
214
}
215

    
216
.md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
217
  background: #006e5f 0% 0% no-repeat padding-box;
218
}
219

    
220
.md-btn-secondary {
221
  background: #034DA1 0% 0% no-repeat padding-box;
222
  box-shadow: 0px 2px 6px #00000038;
223
  border-radius: 23px;
224
  opacity: 1;
225
  opacity: 1;
226
  text-align: left;
227
  font: 14px/19px Open Sans;
228
  font-weight: 400;
229
  letter-spacing: 0;
230
  color: #FFFFFF;
231
  text-transform: none;
232
  /*padding: 7px 30px;*/
233
}
234

    
235
.number {
236
  font-weight: bold;
237
}
238

    
239
#sect-tabs .uk-tab > li > a {
240
  text-transform: none;
241
}
242

    
243
.uk-tab > li.uk-active > a {
244
  border-bottom-color: #019A85;
245
}
246

    
247
#team_tabbed {
248
  background: #FBFBFB 0% 0% no-repeat padding-box;
249
  border: 1px solid #E0E0E0;
250
}
251

    
252
.tabContent {
253
  padding: 30px 50px;
254
}
255

    
256
.uk-tab {
257
  display: flex;
258
}
259

    
260
.uk-tab > li.uk-active > a {
261
  font-weight: bold;
262
}
263
/*.uk-tab-center.uk-tab {*/
264

    
265
  /*position: relative;*/
266
  /*right: 50%;*/
267
  /*border: none;*/
268
  /*float: right;*/
269

    
270
/*}*/
271

    
272
.uk-subnav-pill > .uk-active > a {
273
  /*background: #1F73F7;*/
274
  background: #2A2D34;
275
}
276

    
277
.dataView.uk-subnav-pill > * > * {
278
  padding: 6px 10px;
279
  border-radius: 50%;
280
  border: 1px solid;
281
}
282

    
283
.tabContent hr {
284
  margin: 30px 0;
285
}
286

    
287
.dataContent {
288
  background-color: #FFFFFF;
289
  border: 1px solid #E0E0E0;
290
  padding: 30px;
291
}
292

    
293
.actionButtons {
294
  margin-top: -50px;
295
}
296

    
297

    
298

    
299
.md-card .md-card-toolbar {
300
  height: 48px;
301
}
302

    
303
.md-card .md-card-toolbar .md-card-toolbar-actions {
304
  padding-top: 15px;
305
}
306

    
307
/*.uk-table td {*/
308
  /*border-bottom: 1px solid #e0e0e0;*/
309
/*}*/
310

    
311
.uk-table th {
312
  text-transform: none;
313
}
314

    
315

    
316
/**************** HEADER ****************/
317

    
318
/*.tm-header .uk-navbar-container {*/
319
  /*padding-top: 10px;*/
320
  /*padding-bottom: 15px;*/
321
/*}*/
322

    
323
.tm-header .uk-navbar-left {
324
  position: relative;
325
  z-index: 9999 !important;
326
}
327

    
328
.navbar .brand, .uk-logo {
329
  font-size: 24px;
330
  font-family: 'Open Sans';
331
  color: #666;
332
  text-decoration: none;
333
}
334

    
335
.tm-header .uk-logo {
336
  position: relative;
337
  z-index: 1000 !important;
338
  padding-left: 100px;
339
}
340

    
341
.uk-logo > img {
342
  max-height: 70px;
343
}
344

    
345
/********************************************/
346

    
347
#sidebar_main {
348
  position: fixed;
349
  right: 0;
350
  top:0;
351
  bottom:0;
352
  overflow-x: hidden;
353
  overflow-y: auto;
354
  /*background-color: #222;*/
355
  /*width: 260px;*/
356
  width: 20%;
357
  z-index:1;
358
}
359

    
360
#left-col {
361
  position: fixed;
362
  left: 0;
363
  top:0;
364
  bottom:0;
365
  overflow-x: hidden;
366
  overflow-y: auto;
367
  background-color: #222;
368
  width: 260px;
369
  z-index:1;
370
}
371
.bar-wrap {
372
  padding: 2rem;
373
}
374
#right-col {
375
  margin-left: 260px;
376
}
377

    
378

    
379

    
380
/*#sc-sidebar-main {*/
381

    
382
  /*position: fixed;*/
383
  /*top: 48px;*/
384
  /*left: 0;*/
385
  /*bottom: 0;*/
386
  /*-webkit-box-sizing: border-box;*/
387
  /*box-sizing: border-box;*/
388
  /*width: 260px;*/
389
  /*z-index: 1300;*/
390
  /*border-right: 1px solid*/
391

    
392
  /*rgba(0,0,0,.08);*/
393

    
394
  /*background:*/
395

    
396
    /*#fff;*/
397
  /*display: -webkit-box;*/
398
  /*display: -ms-flexbox;*/
399
  /*display: flex;*/
400
  /*-webkit-box-orient: vertical;*/
401
  /*-webkit-box-direction: normal;*/
402
  /*-ms-flex-direction: column;*/
403
  /*flex-direction: column;*/
404

    
405
/*}*/
406

    
407
/*#sc-sidebar-main .uk-offcanvas-bar {*/
408

    
409
  /*padding: 0;*/
410

    
411
/*}*/
412

    
413
/*#sc-sidebar-main .uk-offcanvas-bar {*/
414

    
415
  /*top: 0;*/
416
  /*display: -webkit-box;*/
417
  /*display: -ms-flexbox;*/
418
  /*display: flex;*/
419
  /*-webkit-box-orient: vertical;*/
420
  /*-webkit-box-direction: normal;*/
421
  /*-ms-flex-direction: column;*/
422
  /*flex-direction: column;*/
423
  /*position: static;*/
424
  /*background: 0 0;*/
425
  /*-webkit-box-shadow: none;*/
426
  /*box-shadow: none;*/
427
  /*-webkit-transform: none;*/
428
  /*transform: none;*/
429
  /*overflow-x: hidden;*/
430
  /*overflow-y: visible;*/
431
  /*height: 100%;*/
432
  /*width: 260px;*/
433

    
434
/*}*/
435

    
436
/*#sc-page-wrapper {*/
437

    
438
  /*height: calc(100% - 48px);*/
439
  /*-webkit-box-flex: 1;*/
440
  /*-ms-flex: 1;*/
441
  /*flex: 1;*/
442

    
443
/*}*/
444

    
445
/*#sc-page-wrapper {*/
446

    
447
  /*padding-left: 260px;*/
448
  /*-webkit-transition: padding 140ms ease-out;*/
449
  /*transition: padding 140ms ease-out;*/
450

    
451
/*}*/
452

    
453

    
454

    
455

    
456
/********************************************/
457

    
458
/*.contentSectionContainer .md-card-content {*/
459
  /*max-height: 300px;*/
460
/*}*/
461

    
462
.contentSectionContainer .md-card-content img {
463
  height:  250px;
464
  width: 100%;
465
}
466

    
467
/*.contentSectionContainer .md-card-content {*/
468
  /*text-align: center;*/
469
/*}*/
470

    
471

    
472
/*progress {*/
473
  /*border: none;*/
474
  /*width: 400px;*/
475
  /*height: 60px;*/
476
  /*background: crimson;*/
477
/*}*/
478

    
479
/*progress {*/
480
  /*color: lightblue;*/
481
/*}*/
482

    
483
/*progress::-webkit-progress-value {*/
484
  /*background: lightblue;*/
485
/*}*/
486

    
487
/*progress::-moz-progress-bar {*/
488
  /*background: lightcolor;*/
489
/*}*/
490

    
491
/*progress::-webkit-progress-value {*/
492
  /*background: red;*/
493
/*}*/
494

    
495
/*progress::-webkit-progress-bar {*/
496
  /*background: blue;*/
497
/*}*/
498

    
499
/*progress[value]::-webkit-progress-bar {*/
500
  /*background-color: #eee;*/
501
  /*border-radius: 2px;*/
502
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;*/
503
/*}*/
504

    
505

    
506
/*progress[value] {*/
507
  /*-webkit-appearance: none;*/
508
  /*appearance: none;*/
509
/*}*/
510

    
511
/*progress[value]::-webkit-progress-bar {*/
512
  /*background-color: 'green';*/
513
/*}*/
514

    
515
/*progress[value] {*/
516
  /*-moz-appearance: none;*/
517
  /*appearance: none;*/
518
  /*border: none;                !* Firefox also renders a border *!*/
519
/*}*/
520

    
521
/*progress[value]::-moz-appearance {*/
522
  /*background-color: 'green';*/
523
/*}*/
524

    
525
.progress {
526
  height: 20px;
527
  /*margin-bottom: 20px;*/
528
  overflow: hidden;
529
  background-color: #f5f5f5;
530
  border-radius: 4px;
531
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
532
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
533
}
534

    
535
.progress {
536
  height: 12px;
537
  background-color: #e9ecee;
538
  background-image: none;
539
  box-shadow: none;
540
  filter: none;
541
}
542

    
543
.progress {
544
  /*margin-bottom: 10px;*/
545
}
546

    
547
.progress {
548
  margin-top: 3px;
549
  width: 85px;
550
  display: inline-block;
551
}
552

    
553
.progress-bar {
554

    
555
  float: left;
556
  width: 0;
557
  height: 100%;
558
  font-size: 12px;
559
  line-height: 20px;
560
  color: #fff;
561
  text-align: center;
562
  background-color: #337ab7;
563
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
564
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
565
  -webkit-transition: width .6s ease;
566
  -o-transition: width .6s ease;
567
  transition: width .6s ease;
568

    
569
}
570

    
571
.progress-bar {
572

    
573
  box-shadow: none;
574
  border-radius: 3px;
575
  background-color: #0090D9;
576
  background-image: none;
577
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
578
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
579
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
580
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
581
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
582
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
583
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
584
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
585
  float: left;
586
  filter: none;
587

    
588
}
589

    
590
.progress-bar-publications {
591
  background-color: #19647E;
592
  background-image: none;
593
}
594

    
595
.progress-bar-datasets {
596
  background-color: #019A85;
597
  background-image: none;
598
}
599

    
600
.progress-bar-software {
601
  background-color: #F88306;
602
  background-image: none;
603
}
604

    
605
.progress-bar-otherProducts {
606
  background-color: #987CD6;
607
  background-image: none;
608
}
(3-3/4)