Project

General

Profile

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

    
3
html {
4
  color: #292929;
5
}
6

    
7
body {
8
  font: 400 14px/19px 'Open Sans';
9
}
10

    
11
h1, h2, h3, h4, h5, h6 {
12
  font-family: 'Open Sans', sans-serif;
13
}
14

    
15
h3 {
16
  font-weight: 600;
17
  font-size: 24px;
18
}
19

    
20
.uk-flex-space-between {
21
  justify-content: space-between;
22
}
23

    
24
.uk-container-large {
25
  max-width: 1600px;
26
}
27

    
28
.uk-container-expand {
29
  max-width: none;
30
}
31

    
32
.uk-container-center {
33
  margin-left: auto;
34
  margin-right: auto;
35
}
36

    
37
.uk-navbar-nav > li > a, .uk-navbar-nav > li.uk-active > a {
38
  font-size: 14px;
39
  font-weight: bold;
40
  letter-spacing: 0px;
41
  color: #000;
42
}
43

    
44
/*#sect-overview, #sect-tabs {*/
45
  /*padding: 20px 0;*/
46
/*}*/
47

    
48
.greySection {
49
  /*background-color: #F0F0F0;*/
50
  background-color: #F9FBFC;
51
}
52

    
53
a {
54
  color: #EC4386;
55
}
56

    
57
a:hover, a:focus, a:active {
58
  color: #CA4D9A;
59
}
60

    
61
.mapContainer {
62
  /*background: #F7F7F7 0% 0% no-repeat padding-box;*/
63
  /*border: 1px solid #E0E0E0;*/
64
  /*opacity: 0.4;*/
65
  /*padding: 15px;*/
66
  position: relative;
67
  height: 100%;
68
}
69

    
70
.mapContainerEmbed {
71
  height: 100%;
72
}
73

    
74
.map {
75
  /*height: 398px;*/
76
  /*border: 1px solid #707070;*/
77
  /*margin: 15px;*/
78
  position: absolute;
79
  height: 88%;
80
  width: 100%;
81
}
82

    
83
.mapControls {
84
  /*position: absolute;*/
85
  bottom: 20px;
86
}
87

    
88
.uk-nav-label {
89
  width: 12px;
90
  height: 12px;
91
  display: inline-block;
92
  vertical-align: -1px;
93
  margin-right: 8px;
94
  border-radius: 50%;
95
}
96

    
97
.uk-nav-horizontal li {
98
  display: inline-block;
99
}
100

    
101
.uk-nav > li > a {
102
  padding: 5px 15px;
103
}
104

    
105
.uk-nav-side > li > a {
106
  color: #444;
107
}
108

    
109
.mapControls .text {
110
  opacity: 0.5;
111
}
112

    
113
.mapControls .text.active {
114
  opacity: 1;
115
}
116

    
117
.dark-blue-box {
118
  background: #002D60 0% 0% no-repeat padding-box;
119
  border: 1px solid #707070;
120
  border-radius: 2px;
121
  opacity: 1;
122
  color: #fff;
123
}
124

    
125
.dark-blue-box a, .dark-blue-box a:hover, .dark-blue-box a:focus {
126
  color: #fff;
127
}
128

    
129
.dark-grey-box {
130
  background: #2A2D34 0% 0% no-repeat padding-box;
131
  border: 1px solid #707070;
132
  border-radius: 2px;
133
  opacity: 1;
134
  color: #fff;
135
}
136

    
137
.dark-grey-box h3 {
138
  color: #fff;
139
}
140

    
141
.dark-grey-box a, .dark-grey-box a:hover, .dark-grey-box a:focus {
142
  color: #fff;
143
}
144

    
145
.openaire-symbol-wrapper {
146
  background-color: #fff;
147
  border-radius: 50%;
148
  padding: 12px 10px 17px 13px;
149
}
150

    
151

    
152
.infoBox {
153
  /*font-weight: 300;*/
154
  /*font-size: 15px;*/
155

    
156
  background: #FFFFFF 0% 0% no-repeat padding-box;
157
  box-shadow: 0px 2px 6px #00000038;
158
  border-radius: 3px;
159
  opacity: 1;
160
}
161

    
162
.infoBox h3 {
163
  font-weight: bold;
164
}
165

    
166
.infoBox ul {
167
  padding-left: 18px;
168
}
169

    
170
.infoBox ul li {
171
  margin-bottom: 20px;
172
  letter-spacing: 0px;
173
  line-height: 27px;
174
}
175

    
176
.dark-blue-box h3 {
177
  color: #fff;
178
}
179

    
180
a.backToOriginalInfoBox, a.backToOriginalInfoBox:hover, a.backToOriginalInfoBox:focus  {
181
  color: #fff;
182
}
183

    
184
.greyBoldDivider {
185
  border: 1px solid #707070;
186
}
187

    
188
.numbers .number {
189
  font-size: 16px;
190
}
191

    
192
div.indicator {
193
  display: flex;
194
}
195

    
196
div.indicator span {
197
  padding-right: 10px;
198
}
199

    
200
.primary {
201
  color: #EC4386;
202
}
203

    
204
.publications {
205
  color: #F17AA9;
206
}
207

    
208
.datasets {
209
  color: #A98BD4;
210
}
211

    
212
.software {
213
  color: #C2155A;
214
}
215

    
216
.other {
217
  color: #00CCCC;
218
}
219

    
220
.repositories {
221
  color: #708AA5;
222
}
223

    
224
.journals {
225
  color: #FFCE4E;
226
}
227

    
228
.policies {
229
  color: #639C66;
230
}
231

    
232
.indicatorCards {
233
  font-size: 13px;
234
}
235

    
236
.indicatorCards .md-card {
237
  box-shadow: 0px 2px 6px #00000038;
238
  border: 1px solid #E0E0E0;
239
  border-radius: 3px;
240
}
241

    
242
/********* Mock chart for country **********/
243
.epc_chart {
244
  display: block;
245
  position: relative;
246
}
247

    
248
.epc_chart_text {
249
  position: absolute;
250
  top: 0;
251
  left: 0;
252
  right: 0;
253
  bottom: 0;
254
  text-align: center;
255
  font: 400 20px/110px Roboto,sans-serif;
256
}
257

    
258
/********************************************/
259

    
260
/*.md-btn-primary {*/
261
  /*background: #1F73F7 0% 0% no-repeat padding-box;*/
262
  /*box-shadow: 0px 3px 6px #00000029;*/
263
  /*border-radius: 26px;*/
264
  /*opacity: 1;*/
265
  /*text-align: left;*/
266
  /*font: 14px/19px Open Sans;*/
267
  /*font-weight: 400;*/
268
  /*letter-spacing: 0;*/
269
  /*color: #FFFFFF;*/
270
  /*text-transform: none;*/
271
  /*!*padding: 10px 30px;*!*/
272
/*}*/
273

    
274
.md-btn {
275
  border-radius: 23px;
276
  padding: 7px 25px;
277
  font: 500 14px / 31px 'Open Sans', sans-serif !important;
278
}
279

    
280
.md-btn-primary {
281
  background: #EC4386 0% 0% no-repeat padding-box;
282
  box-shadow: 0px 3px 6px #00000029;
283
  border-radius: 23px;
284
  opacity: 1;
285
  text-align: left;
286
  font: 14px/19px Open Sans;
287
  font-weight: 400;
288
  letter-spacing: 0;
289
  color: #FFFFFF;
290
  text-transform: none;
291
  /*padding: 10px 30px;*/
292
}
293

    
294
.md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
295
  background: #CA4D9A 0% 0% no-repeat padding-box;
296
}
297

    
298
.md-btn-secondary {
299
  background: #CA4D9A 0% 0% no-repeat padding-box;
300
  box-shadow: 0px 2px 6px #00000038;
301
  border-radius: 23px;
302
  opacity: 1;
303
  opacity: 1;
304
  text-align: left;
305
  font: 14px/19px Open Sans;
306
  font-weight: 400;
307
  letter-spacing: 0;
308
  color: #FFFFFF;
309
  text-transform: none;
310
  /*padding: 7px 30px;*/
311
}
312

    
313
.number {
314
  font-weight: bold;
315
}
316

    
317
#sect-tabs .uk-tab > li > a {
318
  text-transform: none;
319
}
320

    
321
.uk-tab > li.uk-active > a {
322
  border-bottom-color: #EC4386;
323
}
324

    
325
.uk-tab > li > a:hover, .uk-tab > li > a:focus {
326
  background: none;
327
  color: #212121;
328
  border-bottom-color: #CA4D9A;
329
}
330

    
331
.uk-tab::before {
332
  border-bottom: none;
333
}
334

    
335
.dataContainer {
336
  background: #F9fbfc 0% 0% no-repeat padding-box;
337
  border: 1px solid #E0E0E0;
338
}
339

    
340
.tabContent {
341
  padding: 30px 50px;
342
}
343

    
344
.uk-tab {
345
  display: flex;
346
}
347

    
348
.uk-tab > li.uk-active > a {
349
  font-weight: bold;
350
}
351
/*.uk-tab-center.uk-tab {*/
352

    
353
  /*position: relative;*/
354
  /*right: 50%;*/
355
  /*border: none;*/
356
  /*float: right;*/
357

    
358
/*}*/
359

    
360
.uk-subnav-pill > .uk-active > a {
361
  /*background: #1F73F7;*/
362
  background: #EC4386;
363
}
364

    
365
.dataView.uk-subnav-pill > * > * {
366
  padding: 6px 10px;
367
  border-radius: 50%;
368
  border: 1px solid;
369
}
370

    
371
.tabContent hr {
372
  margin: 30px 0;
373
}
374

    
375
.dataContent {
376
  background-color: #FFFFFF;
377
  border: 1px solid #E0E0E0;
378
  padding: 30px;
379
}
380

    
381
.goToDetailedViewLink {
382
  margin-top: -50px;
383
}
384

    
385
.actionButtons a, .actionButtonsCountryPage a {
386
  color: #000000;
387
}
388

    
389
.actionButtons a i, .actionButtonsCountryPage a i {
390
  color: #EC4386;
391
}
392

    
393
.md-card .md-card-toolbar {
394
  /*height: 48px;*/
395
}
396

    
397
.infoBox.md-card .md-card-toolbar {
398
  /*height: 48px;*/
399
  background: transparent linear-gradient(115deg, #EC4386 0%, #C94D9B 100%) 0% 0% no-repeat padding-box;
400
  border-radius: 3px 3px 0px 0px;
401
  opacity: 1;
402
  padding: 16px 25px 0;
403
  color: #292929;
404
}
405

    
406
.infoBox.md-card .md-card-toolbar h3 {
407
  color: #fff;
408
  font-size: 16px;
409
}
410

    
411
.md-card .md-card-toolbar .md-card-toolbar-actions {
412
  padding-top: 15px;
413
}
414

    
415
.md-card .md-card-content {
416
  padding: 20px;
417
}
418

    
419
/*.uk-table td {*/
420
  /*border-bottom: 1px solid #e0e0e0;*/
421
/*}*/
422

    
423
.uk-table th {
424
  text-transform: none;
425
}
426

    
427

    
428
/**************** HEADER ****************/
429

    
430
/*.tm-header .uk-navbar-container {*/
431
  /*padding-top: 10px;*/
432
  /*padding-bottom: 15px;*/
433
/*}*/
434

    
435
.tm-header .uk-navbar-left {
436
  position: relative;
437
  z-index: 9999 !important;
438
}
439

    
440
.navbar .brand, .uk-logo {
441
  font-size: 24px;
442
  font-family: 'Open Sans';
443
  color: #666;
444
  text-decoration: none;
445
}
446

    
447
.tm-header .uk-logo {
448
  position: relative;
449
  z-index: 1000 !important;
450
  /*padding-left: 100px;*/
451
}
452

    
453
.uk-logo > img {
454
  max-height: 70px;
455
}
456

    
457
/********************************************/
458

    
459
/**************** FOOTER ****************/
460

    
461
.footerLink {
462
  color: #000;
463
  text-decoration: underline;
464
}
465

    
466
.footerImage {
467
  opacity: 0.8;
468
  float: left;
469
  margin-top: 7px;
470
}
471

    
472
/********************************************/
473

    
474

    
475
#sidebar_main {
476
  position: fixed;
477
  right: 0;
478
  top:0;
479
  bottom:0;
480
  overflow-x: hidden;
481
  overflow-y: auto;
482
  /*background-color: #222;*/
483
  /*width: 260px;*/
484
  width: 20%;
485
  z-index:1;
486
}
487

    
488
#left-col {
489
  position: fixed;
490
  left: 0;
491
  top:0;
492
  bottom:0;
493
  overflow-x: hidden;
494
  overflow-y: auto;
495
  background-color: #222;
496
  width: 260px;
497
  z-index:1;
498
}
499
.bar-wrap {
500
  padding: 2rem;
501
}
502
#right-col {
503
  margin-left: 260px;
504
}
505

    
506

    
507

    
508
/*#sc-sidebar-main {*/
509

    
510
  /*position: fixed;*/
511
  /*top: 48px;*/
512
  /*left: 0;*/
513
  /*bottom: 0;*/
514
  /*-webkit-box-sizing: border-box;*/
515
  /*box-sizing: border-box;*/
516
  /*width: 260px;*/
517
  /*z-index: 1300;*/
518
  /*border-right: 1px solid*/
519

    
520
  /*rgba(0,0,0,.08);*/
521

    
522
  /*background:*/
523

    
524
    /*#fff;*/
525
  /*display: -webkit-box;*/
526
  /*display: -ms-flexbox;*/
527
  /*display: flex;*/
528
  /*-webkit-box-orient: vertical;*/
529
  /*-webkit-box-direction: normal;*/
530
  /*-ms-flex-direction: column;*/
531
  /*flex-direction: column;*/
532

    
533
/*}*/
534

    
535
/*#sc-sidebar-main .uk-offcanvas-bar {*/
536

    
537
  /*padding: 0;*/
538

    
539
/*}*/
540

    
541
/*#sc-sidebar-main .uk-offcanvas-bar {*/
542

    
543
  /*top: 0;*/
544
  /*display: -webkit-box;*/
545
  /*display: -ms-flexbox;*/
546
  /*display: flex;*/
547
  /*-webkit-box-orient: vertical;*/
548
  /*-webkit-box-direction: normal;*/
549
  /*-ms-flex-direction: column;*/
550
  /*flex-direction: column;*/
551
  /*position: static;*/
552
  /*background: 0 0;*/
553
  /*-webkit-box-shadow: none;*/
554
  /*box-shadow: none;*/
555
  /*-webkit-transform: none;*/
556
  /*transform: none;*/
557
  /*overflow-x: hidden;*/
558
  /*overflow-y: visible;*/
559
  /*height: 100%;*/
560
  /*width: 260px;*/
561

    
562
/*}*/
563

    
564
/*#sc-page-wrapper {*/
565

    
566
  /*height: calc(100% - 48px);*/
567
  /*-webkit-box-flex: 1;*/
568
  /*-ms-flex: 1;*/
569
  /*flex: 1;*/
570

    
571
/*}*/
572

    
573
/*#sc-page-wrapper {*/
574

    
575
  /*padding-left: 260px;*/
576
  /*-webkit-transition: padding 140ms ease-out;*/
577
  /*transition: padding 140ms ease-out;*/
578

    
579
/*}*/
580

    
581

    
582

    
583

    
584
/********************************************/
585

    
586
/*.contentSectionContainer .md-card-content {*/
587
  /*max-height: 300px;*/
588
/*}*/
589

    
590
.contentSectionContainer .md-card-content img {
591
  height:  350px;
592
  width: 100%;
593
}
594

    
595
/*.contentSectionContainer .md-card-content {*/
596
  /*text-align: center;*/
597
/*}*/
598

    
599

    
600

    
601
.progress {
602
  height: 20px;
603
  /*margin-bottom: 20px;*/
604
  overflow: hidden;
605
  background-color: #f5f5f5;
606
  border-radius: 4px;
607
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
608
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
609
}
610

    
611
.progress {
612
  height: 12px;
613
  background-color: #e9ecee;
614
  background-image: none;
615
  box-shadow: none;
616
  filter: none;
617
}
618

    
619
.progress {
620
  /*margin-bottom: 10px;*/
621
}
622

    
623
.progress {
624
  /*margin-top: 3px;*/
625
  /*width: 85px;*/
626
  /*display: inline-block;*/
627
  width: 50%;
628
}
629

    
630
.progress-bar {
631

    
632
  float: left;
633
  width: 0;
634
  height: 100%;
635
  font-size: 12px;
636
  line-height: 20px;
637
  color: #fff;
638
  text-align: center;
639
  background-color: #337ab7;
640
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
641
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
642
  -webkit-transition: width .6s ease;
643
  -o-transition: width .6s ease;
644
  transition: width .6s ease;
645

    
646
}
647

    
648
.progress-bar {
649

    
650
  box-shadow: none;
651
  border-radius: 3px;
652
  background-color: #0090D9;
653
  background-image: none;
654
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
655
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
656
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
657
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
658
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
659
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
660
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
661
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
662
  float: left;
663
  filter: none;
664

    
665
}
666

    
667
.progress-bar-publications {
668
  background-color: #F6C4D8;
669
  background-image: none;
670
}
671

    
672
.progress-bar-datasets {
673
  background-color: #D6CBEB;
674
  background-image: none;
675
}
676

    
677
.progress-bar-repositories {
678
  background-color: #ADD3E0;
679
  background-image: none;
680
}
681

    
682
.progress-bar-journals {
683
  background-color: #FBE8B1;
684
  background-image: none;
685
}
686

    
687

    
688
.progress-bar-software {
689
  background-color: #F88306;
690
  background-image: none;
691
}
692

    
693
.progress-bar-otherProducts {
694
  background-color: #987CD6;
695
  background-image: none;
696
}
697

    
698

    
699
/**************** BREADCRUMB ****************/
700

    
701
.uk-breadcrumb > :last-child > * {
702
  color: #EC4386;
703
}
704

    
705
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
706
  content: ">";
707
}
708

    
709
/********************************************/
710

    
711
.small-flag-image {
712
  border: 2px solid #eee;
713
  border-radius: 100px;
714
}
715

    
716
.flag-image {
717
  border: 10px solid #eee;
718
  border-radius: 100px;
719
}
720

    
721

    
722
.demo-chart {
723
  /*max-height: 600px;*/
724
  height: 65vh;
725
}
726

    
727
/********* LOADERS *********/
728

    
729
.loader {
730
  color: #EC4386;
731
  margin: 25% auto;
732
}
733

    
734
.whiteFilm {
735
  background: #ffffff;
736
  z-index: 105;
737
  width: 100%;
738
  height: 100%;
739
  opacity: 0.7;
740
  position: absolute;
741
  top: 0;
742
  left: 0;
743

    
744
  display: flex;
745
  align-items: center;
746
}
747

    
748
.transparentFilm {
749
  background: transparent;
750
  z-index: 105;
751
  width: 100%;
752
  height: 100%;
753
  opacity: 0.7;
754
  position: absolute;
755
  top: 0;
756
  left: 0;
757

    
758
  display: flex;
759
  align-items: center;
760
}
761
/**************************/
762

    
763
.lastUpdateInfo {
764
  opacity: 0.4;
765
  color: #000;
766
  letter-spacing: 0px;
767
}
768

    
769
.entitiesContainer {
770
  height: 300px;
771
  display: flex;
772
  align-items: flex-end;
773
}
774

    
775
.publicationsColumn {
776
  background-color: #f181ae;
777
  box-shadow: 3px 3px 6px #00000029;
778
  opacity: 1;
779
  z-index: 10;
780
}
781

    
782
.publicationsDot {
783
  background-color: #f181ae;
784
  width: 50px;
785
  height: 33px;
786
  border-radius: 50%;
787
}
788

    
789
.datasetsColumn {
790
  background-color: #ae91d6;
791
  box-shadow: 3px 3px 6px #00000029;
792
  opacity: 1;
793
  z-index: 8;
794
}
795

    
796
.datasetsDot {
797
  background-color: #ae91d6;
798
  width: 50px;
799
  height: 33px;
800
  border-radius: 50%;
801
}
802

    
803
.softwareColumn {
804
  background-color: #8f1043;
805
  box-shadow: 3px 3px 6px #00000029;
806
  opacity: 1;
807
  z-index: 6;
808
}
809

    
810
.softwareDot {
811
  background-color: #8f1043;
812
  width: 50px;
813
  height: 33px;
814
  border-radius: 50%;
815
}
816

    
817
.otherColumn {
818
  background-color: #00a1c2;
819
  box-shadow: 3px 3px 6px #00000029;
820
  opacity: 1;
821
  z-index: 4;
822
}
823

    
824
.otherDot {
825
  background-color: #00a1c2;
826
  width: 50px;
827
  height: 33px;
828
  border-radius: 50%;
829
}
830

    
831
.entityColumnContent {
832
  color: #fff;
833
  width: 100%;
834
  height: 100%;
835
  display: flex;
836
  flex-direction: column;
837
  justify-content: center;
838
  text-align: center;
839
}
840

    
841
hr.entitiesDivider {
842
  border: 2px solid #B4B4B4;
843
  margin-left: -90px;
844
  margin-right: -50px;
845
  margin-top: 0px;
846
}
847

    
848
.entityLegendContent {
849
  display: flex;
850
  padding-right: 40px;
851

    
852
}
853

    
854

    
855

    
856

    
857
.countryPageHeader {
858
  display: flex;
859
  justify-content: space-between;
860
}
861

    
862

    
863
.chartCard.md-card {
864
  box-shadow: 1px 10px 12 px #00000026;
865
  border: 1px solid #E0E0E0;
866
  border-radius: 5px;
867
}
868

    
869

    
870

    
871

    
872

    
873
/********* MOBILE ********/
874
@media only screen and (max-width: 960px) {
875

    
876
  body {
877
    background: #F9FBFC;
878
  }
879

    
880
  ::-webkit-scrollbar {
881
    width: 0px;
882
    background: transparent; /* make scrollbar transparent */
883
  }
884

    
885
  .uk-navbar-container:not(.uk-navbar-transparent) {
886
    background: #F9FBFC;
887
  }
888

    
889
  .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
890
    min-height: 60px;
891
  }
892

    
893
  .uk-logo > img {
894
    max-height: 125px;
895
  }
896

    
897
  .uk-navbar-toggle-icon {
898
    color: #EC4386;
899
  }
900

    
901
  .searchForCountry.uk-search.uk-search-default {
902
    width: 100%;
903
    background: #FFFFFF 0% 0% no-repeat padding-box;
904
    border: 1px solid #C7C7C7;
905
    border-radius: 4px;
906
  }
907

    
908
  .searchForCountry.uk-search .uk-search-icon {
909
    color: #4687f4;
910
  }
911

    
912
  .progress {
913
    width: 100%;
914
  }
915

    
916
  .overviewMobile .number.big {
917
    font-size: 24px;
918
  }
919

    
920
  .overviewMobile {
921
    font-size: 12px;
922
  }
923

    
924
  .goToDetailedViewLink {
925
    text-align: center;
926
    margin-top: 0px;
927
  }
928

    
929
  .leadingOpenScienceCard {
930
    font-size: 10px;
931
  }
932

    
933
  .leadingOpenScienceCard .number {
934
    font-size: 14px;
935
  }
936

    
937
  .leadingOpenScienceCard .countryName {
938
    font-size: 16px;
939
    font-weight: bold;
940
  }
941

    
942
  .footerSection {
943
    text-align: center;
944
    background-color: #fff;
945
  }
946

    
947
  .footerImage {
948
    opacity: 0.8;
949
    float: none;
950
    margin-top: 0px;
951
  }
952

    
953
  [class*="uk-navbar-dropdown-bottom"] {
954
    margin-top: -5px;
955
    left: 200px !important;
956
  }
957

    
958
  .tm-header-mobile .uk-nav-divider {
959
    margin: 15px 0;
960
  }
961

    
962
  .tm-header-mobile .smallHeader {
963
    background: #FFFFFF 0% 0% no-repeat padding-box;
964
    box-shadow: 0px 3px 6px #00000029;
965
    opacity: 1;
966
  }
967

    
968
  .continentPageEntitiesOverview .number.big {
969
    font-size: 24px;
970
  }
971

    
972
  .continentPageEntitiesOverview .entityName {
973
    font-size: 16px;
974
    font-weight: 600;
975
  }
976

    
977
  .uk-tab {
978
    flex-wrap: nowrap;
979
    overflow-x: auto;
980
    background: #fff;
981
    padding-bottom: 15px;
982
    padding-top: 10px;
983
    margin-right: -20px;
984
  }
985

    
986
  .entitiesContainer {
987
    margin-left: 0px;
988
    height: 200px;
989
  }
990

    
991
  hr.entitiesDivider {
992
    margin-left: -15px;
993
    margin-right: -15px;
994
  }
995

    
996
  .dataContainer {
997
    border: none;
998
  }
999

    
1000
  .tabContent {
1001
    padding: 30px 0px;
1002
  }
1003
}
1004

    
(3-3/4)