Project

General

Profile

1
/* theme */
2
body {
3
    overflow: unset !important;
4
}
5

    
6
.custom-footer {
7
    position: relative;
8
    bottom: 0;
9
    width: 100%;
10
}
11

    
12
#tm-main {
13
    min-height: 80vh;
14
}
15

    
16
.custom-external {
17
    background: rgba(0, 0, 0, 0) url("./external-link.svg") no-repeat scroll left 10%;
18
    min-height: 15px;
19
    background-size: 15px 15px;
20
    padding-left: 16px;
21
}
22

    
23
h2 .custom-external {
24
    min-height: 20px;
25
    background-size: 20px 20px;
26
    padding-left: 21px;
27
    background: rgba(0, 0, 0, 0) url("./external-link.svg") no-repeat scroll left center;
28

    
29
}
30

    
31
.pseudo-external {
32
    padding-left: 16px;
33
    /*margin-bottom: 5px;*/
34
}
35

    
36
.custom-navbar-toggle-icon, .custom-user-mini-panel {
37
    color: #444 !important
38
}
39

    
40
.custom-user-mini-panel a {
41
    color: rgb(36, 91, 204);
42
}
43

    
44
.custom-main-content {
45
    min-height: 550px;
46
}
47

    
48
.custom-autocomplete .uk-nav-autocomplete > li > a:hover {
49
    background: #00a8e6 none repeat scroll 0 0;
50
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
51
    color: #FFF;
52
    outline: medium none;
53
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
54
}
55

    
56
.custom-autocomplete .uk-nav-navbar > li > a {
57
    color: #444;
58
}
59

    
60
.custom-description-list-horizontal {
61
    line-height: 200%
62
}
63

    
64
/* theme */
65
.uk-alert-default {
66
    background: #fff none repeat scroll 0 0;
67
    border: 1px solid #ddd;
68
    border-radius: 4px;
69
    color: #444;
70
    min-height: 30px;
71
    max-width: 100%;
72
    padding: 4px 6px;
73

    
74
}
75

    
76
.custom-hidden-dropdown-menu {
77
    position: static !important;
78
}
79

    
80
.searchFilterBoxValues {
81
    overflow: auto;
82
    max-height: 200px;
83
}
84

    
85
.selected-filters-box {
86
    margin: 5px;
87
    background-color: #F8F8F8;
88
}
89

    
90
.search-form {
91
    margin: 5px;
92
}
93

    
94
.clickable {
95
    cursor: pointer;
96
    user-select: none;
97
}
98

    
99
.search-filters .uk-accordion-title {
100
    font-size: 14px;
101
    line-height: 18px;
102
}
103

    
104
.search-results {
105
    min-height: 600px;
106
}
107

    
108
.searchPaging {
109
    min-height: 46px;
110
}
111

    
112
.searchFormMinHeight {
113
    min-height: 400px;
114
}
115

    
116
.helper-left-right {
117
    /* margin-top: 75px; */
118
    max-width: 20%;
119
}
120

    
121
.errors-in-searchTableView {
122
    margin-top: 75px;
123
}
124

    
125
@media (min-width: 960px) {
126
    .float-children-right-at-medium > * {
127
        float: right;
128
    }
129
}
130

    
131
@media (max-width: 959px) {
132
    .margin-small-top-at-small {
133
        margin-top: 10px !important;
134
    }
135
}
136

    
137
.other-results {
138
    min-height: 300px;
139
}
140

    
141
/* "OPEN SOURCE" INCLUDED */
142
.OPEN, .OPENSOURCE {
143
    background: rgba(0, 0, 0, 0) url("./unlock.svg") no-repeat scroll right top;
144
    padding-right: 25px;
145
    min-height: 20px;
146
    background-size: 20px 20px;
147
    font-weight: 400;
148
    text-transform: none;
149
}
150

    
151

    
152
.EMBARGO, .CLOSED, .RESTRICTED {
153
    background: rgba(0, 0, 0, 0) url("./lock.svg") no-repeat scroll right top;
154
    padding-right: 25px;
155
    min-height: 20px;
156
    background-size: 20px 20px;
157
    font-weight: 400;
158
    text-transform: none;
159
}
160

    
161
.UNKNOWN {
162

    
163
    background: rgba(0, 0, 0, 0) url("./question.svg") no-repeat scroll right top;
164
    padding-right: 25px;
165
    min-height: 20px;
166
    background-size: 20px 20px;
167
    font-weight: 400;
168
    text-transform: none;
169

    
170
}
171

    
172
.sc39 {
173
    background: rgba(0, 0, 0, 0) url("./sc39.png") no-repeat scroll right center;
174
    padding-right: 24px;
175
}
176

    
177
.projectIcon {
178
    display: inline-table;
179
}
180

    
181
.dateFilter .mydp {
182
    margin-top: 5px;
183
}
184

    
185

    
186
/*.tooltip {
187
    max-width: none;
188
    background: rgba(100, 100, 100, 1);
189
}*/
190
.tooltip-custom-font-size {
191
    font-size: 120%;
192
}
193

    
194
/* theme */
195
.uk-tooltip {
196
    background: #666;
197
}
198

    
199
.custom-select-mini {
200
    max-width: 170px !important;
201
}
202

    
203
.custom-icon {
204
    line-height: unset;
205
}
206

    
207
/*.custom-tab-content-large{
208
    min-height: 800px;
209
}
210
 */
211
.custom-tab-content {
212
    min-height: 250px;
213
}
214

    
215
.custom-dataTable-content {
216
    min-height: 600px;
217
}
218

    
219
.custom-html-table-height {
220
    height: 500px;
221
}
222

    
223

    
224
/*.filterItem span {*/
225
/*display: inline-flex;*/
226
/*}*/
227
/*.filterItem .filterName {*/
228
/*max-width: 71%;*/
229

    
230
/*}*/
231
/*.browseFilters .filterItem .filterName {*/
232
/*max-width: 68%;*/
233
/*}*/
234

    
235
/*.filterItem .filterNumber {*/
236
/*width: 20%;*/
237
/*}*/
238
/*.filterItem span {*/
239

    
240
/*white-space: nowrap;*/
241
/*}*/
242
/*.browseFilters .filterItem span div {*/
243
/*  !*min-width: 45px;*!*/
244
/*}*/
245
/*.filterItem span div {*/
246
/*overflow: hidden;*/
247
/*text-overflow: ellipsis;*/
248
/*!*min-width: 81px;*!*/
249
/*}*/
250
/*.filterItem{*/
251
/*  margin-bottom: 5px !important;*/
252
/*}*/
253

    
254
.browseFilters {
255
    overflow-y: auto;
256
    overflow-x: hidden;
257
    max-height: 265px;
258
}
259

    
260

    
261
.custom-offcanvas-close {
262
    position: relative;
263
    right: 0;
264
    top: 0;
265
}
266

    
267
/* .uk-link{
268
  color: #292C3D !important;
269
} */
270
/*.uk-breadcrumb > :last-child > * {*/
271
/*    color:#cbcbcb !important;*/
272
/*}*/
273
/*.uk-breadcrumb .uk-active a{*/
274
/*    color: #767779  !important;*/
275
/*}*/
276

    
277

    
278
.entityTitleIcon {
279
    background-repeat: no-repeat;
280
    content: '';
281
    display: inline-block;
282
    height: 36px;
283
    width: 42px;
284
    vertical-align: middle;
285
}
286

    
287
.entityIcon {
288
    height: 15px;
289
    width: 20px;
290

    
291
}
292

    
293
/*.uk-tab{
294
  border-bottom: 1px #cbcbcb solid;
295
}*/
296
.label-classified {
297
    border-radius: 4px;
298
    padding: 1px 8px;
299
    background-color: #ABABAB;
300
    color: white;
301
    text-transform: uppercase;
302
    margin-bottom: 5px;
303
    margin-right: 5px;
304
}
305

    
306
.label-blue, .label-compatibility {
307
    background: #d4f3ff;
308
    color: #00a0de
309
}
310

    
311
.label-green, .label-open {
312
    background: #8AD15E;
313
    border-color: #8AD15E;
314
    color: white;
315
}
316

    
317
.label-yellow, .label-underCuration {
318
    background: #fef5d2;
319
    color: #cca607
320
}
321

    
322
.label-red, .label-funder {
323
    background: #fef0ef;
324
    color: #f54f43
325
}
326

    
327
.label-grey, .label-language {
328
    background: #f8f8f8;
329
    color: #666;
330
}
331

    
332
.label-country {
333
    background: #d4f3ff;
334
    color: #00a0de;
335
}
336

    
337
.label-publication {
338
    background: #4687E6;
339
    color: #fff
340
}
341

    
342
.label-dataset {
343
    background: #1e906c;
344
    color: #fff
345
}
346

    
347
.label-software {
348
    background: #b737ff;
349
    color: #fff
350
}
351

    
352
.label-orp, .label-other {
353
    background: #f54f43;
354
    color: #414141 !important;
355
}
356

    
357
.label-project {
358
    background: #d0307f;
359
    color: #fff
360
}
361

    
362
.label-dataprovider {
363
    background: #00a0de;
364
    color: #fff
365
}
366

    
367
.label-organization {
368
    background: #fbcd0d;
369
    color: #414141
370
}
371

    
372
.label-unknown, .label-funder,
373
.label-compatibility,
374
.label-underCuration,
375
.label-funder,
376
.label-language,
377
.label-country,
378
.label-type,
379
.label-orange, .label-sc39,
380
.label-language, .label-publication,
381
.label-publication,
382
.label-dataset,
383
.label-software,
384
.label-orp, .label-other, .label-project, .label-dataprovider, .label-organization,
385
.label-grey, .label-success, .label-community {
386
    background: white !important;
387
    color: #666666 !important;
388
    border: 1px solid #666666 !important;
389
}
390

    
391
/*.label-open {
392
    background: var(--portal-main-color) !important;
393
    color: #ffffff !important;
394
    border: 1px solid var(--portal-main-color) !important;
395
}*/
396

    
397
.label-closed {
398
    background: #EBEBEB !important;
399
    color: #6B6B6B !important;
400
    border: 1px solid #DEDEDE !important;
401
}
402

    
403
.label-danger {
404
    color: #ff4000 !important;
405
    border: 1px solid #666666 !important;
406
}
407

    
408
.li-disabled .label-compatibility, .li-disabled .label-dataprovider {
409
    background: white !important;
410
    color: #A9A9A9 !important;
411
    border: 1px solid #A9A9A9 !important;
412
}
413

    
414
/* theme */
415
.uk-tab {
416
    display: -ms-flexbox;
417
    display: -webkit-flex;
418
    display: flex;
419
    -ms-flex-wrap: wrap;
420
    -webkit-flex-wrap: wrap;
421
    flex-wrap: wrap;
422
    margin-left: -20px;
423
    padding: 0;
424
    list-style: none;
425
    position: relative;
426
}
427

    
428
/* theme */
429
.uk-tab::before {
430
    content: "";
431
    position: absolute;
432
    bottom: 0;
433
    left: 20px;
434
    right: 0;
435
    border-bottom: 1px solid #e5e5e5;
436
}
437

    
438
/* theme */
439
.uk-tab-left::before {
440
    border-bottom: none !important;
441
}
442

    
443

    
444
.searchForm, .generalSearchForm {
445
    background: url('./search_general.jpg');
446
    box-sizing: border-box;
447
    height: 320px;
448
}
449

    
450
.publicationsSearchForm {
451
    background: url('./search_pubs_1.jpg');
452
    box-sizing: border-box;
453
    height: 320px;
454
}
455

    
456
.projectsSearchForm, .projectsTableSearchForm {
457
    background: url('./projects_search.jpg');
458
    box-sizing: border-box;
459
    height: 320px;
460
}
461

    
462
.organizationsSearchForm {
463
    background: url('./search_organizations.jpg');
464
    box-sizing: border-box;
465
    height: 320px;
466
}
467

    
468
.datasetsSearchForm {
469
    background: url('./search_data.jpg');
470
    box-sizing: border-box;
471
    height: 320px;
472
}
473

    
474
.softwareSearchForm {
475
    background: url('./search_software.jpg');
476
    box-sizing: border-box;
477
    height: 320px;
478
}
479

    
480
.orpsSearchForm {
481
    background: url('./search_other.jpg');
482
    box-sizing: border-box;
483
    height: 320px;
484
}
485

    
486
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm {
487
    background: url('./providers_search.jpg');
488
    box-sizing: border-box;
489
    height: 320px;
490
}
491

    
492
.journalsSearchForm, .journalsTableSearchForm {
493
    background: url('./search_journals.jpg');
494
    box-sizing: border-box;
495
    height: 320px;
496
}
497

    
498
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
499
    background: url('./search_registries.jpg');
500
    box-sizing: border-box;
501
    height: 320px;
502
}
503

    
504
.divider-table tbody td, .uk-table th {
505
    border-bottom: 1px solid #E5E5E5;
506
}
507

    
508
#feedback {
509
    float: left;
510
    position: fixed;
511
    top: calc(50% - 47px);
512
    right: 0;
513
    z-index: 100;
514
    display: block;
515

    
516
}
517

    
518
#feedback a {
519
    background: #666 !important;
520
    border-radius: 5px 0 0 5px;
521
    box-shadow: none;
522
    border: none !important;
523
    display: block;
524
    padding: 20px 12px;
525
    transition: all .2s ease-in-out;
526
    opacity: 0.5;
527

    
528
}
529

    
530
#feedback a:hover {
531
    padding-right: 20px;
532
}
533

    
534
.descriptionText {
535
    /* Padding-left: 25px !important;
536
    Border-left: 10px solid #fafafa; */
537
    display: inline-block;
538
    position: relative;
539
    top: calc(-0.1 * 1em);
540
    vertical-align: middle;
541
    margin-right: 10px;
542
    /* border-left: 8px solid #e5e5e5; */
543
    margin-top: 8px;
544
    color: #666666 !important;
545
    line-height: 22px !important;
546

    
547
}
548

    
549

    
550
.custom-offcanvas-bar {
551
    background: grey !important;
552
    width: 100% !important;
553

    
554
}
555

    
556
.custom-offcanvas-bar .filtersModal {
557
    color: grey !important;
558

    
559
}
560

    
561
.list-horizontal {
562
    display: flex;
563
}
564

    
565
.list-horizontal span {
566
    margin-right: 5px;
567
    padding-left: 0px !important;
568

    
569
}
570

    
571
.list-horizontal-line span {
572
    margin-right: 5px;
573
    border-right: 1px solid #f1f1f1;
574
    padding-right: 5px;
575

    
576
}
577

    
578
.list-horizontal-line > span:last-child {
579
    border-right: none;
580
}
581

    
582
h2, h4 {
583
    text-transform: none !important;
584
}
585

    
586
.linkdropdown {
587
    min-width: 250px;
588
}
589

    
590
/* theme */
591
.uk-button-action {
592
    background-color: #D6352B;
593
    color: #fff
594
}
595

    
596
/* h2, .uk-h2{
597
  font-size:28px !important;
598
} */
599
.app-box {
600
    border: #DFDFF0 solid 1px;
601
    background-color: #FAFBFF;
602
}
603

    
604
/* theme */
605
.uk-subnav-line li:hover .home-icon svg #home {
606
    fill: #05007A !important;
607

    
608
}
609

    
610
svg #home {
611
    fill: white !important;
612

    
613
}
614

    
615
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a {
616
    display: block;
617
    color: #d4d4d4 !important;
618
}
619

    
620
.tm-toolbar .uk-subnav-line li:hover {
621
    display: block;
622
}
623

    
624
/* remove the others*/
625

    
626
.helper-grid > * {
627
    padding-left: 25px !important;
628
}
629

    
630
.cite-this-button {
631
    font-size: 14px;
632
    padding: 3px;
633
}
634

    
635
.link-to-button {
636
    font-size: 12px;
637
    padding: 3px;
638
}
639

    
640
.dropBasket {
641
    border-top: 1px solid #ccc;
642
    border-bottom: 1px solid #ccc;
643
}
644

    
645
.basket-title {
646

    
647
    padding-top: 20px;
648
    padding-bottom: 20px;
649
    cursor: pointer;
650

    
651
}
652

    
653
.basket-title::after {
654
    background-image: none !important;
655
}
656

    
657
.basket-badge {
658
    position: relative;
659
    right: 16px;
660
    top: -16px;
661
    text-align: center;
662
    border-radius: 90%;
663
    border-radius: 90%;
664

    
665
}
666

    
667

    
668
dd {
669
    margin-top: 10px;
670
    border-bottom: 1px solid #e8e8e8;
671
    padding-bottom: 5px;
672
}
673

    
674
dd:last-child {
675
    border-bottom: none;
676
}
677

    
678
.advancedSearchFormBackground {
679
    background-repeat: no-repeat !important;
680
    background-size: 100% 320px;
681
    height: auto !important;
682
}
683

    
684
.advancedSearchForm {
685
    /*box-shadow: 0 1px 10px #444444;*/
686
    background-color: white;
687
    border: 1px solid #ccc;
688
}
689

    
690
.advancedSearchForm .uk-icon-button {
691

    
692
    fill: #296EE9 !important;
693

    
694
}
695

    
696
.search-results li {
697
    padding-top: 15px !important;
698
}
699

    
700
.cursor-not-allowed {
701
    cursor: not-allowed !important;
702
}
703

    
704
.uk-badge, .badge, a.badge {
705
    border-radius: 2px;
706
}
707

    
708
.loading-gif, .loading-gif:before, .loading-gif:after {
709
    background: url("./loading.gif") no-repeat;
710
    height: 65px;
711
    margin-left: auto;
712
    margin-right: auto;
713
    width: 65px;
714

    
715
}
716

    
717
/* h2, .uk-h2 {
718
    font-size: 28px !important;
719
} */
720
/*body{*/
721
/*  !* line-height: 1.4; *!*/
722
/*  Font-size:14px;*/
723
/*  Color: #333;*/
724
/*}*/
725

    
726
#footer\#8 .el-link {
727

    
728
    color: #fff;
729
    font-weigth: 300;
730

    
731
}
732

    
733
.custom-article-title {
734
    font-size: 32px;
735
    Margin-bottom: 10px;
736
    font-family: 'Open Sans', sans-serif;
737
    color: #1F257B !important;
738
}
739

    
740
.custom-tab-content .uk-pagination > * > * {
741
    min-width: 20px;
742
    line-height: 1.4;
743
    font-size: 14px;
744

    
745
}
746

    
747
.box-content {
748
    border: 1px dashed #666666;
749
    margin-top: 4px;
750
    background: #EFEFEF;
751
}
752

    
753
.citation-accordion .uk-accordion-title {
754
    font-family: Raleway;
755
}
756

    
757
.uk-notification.uk-notification-top-center {
758
    top: 45% !important;
759
}
760

    
761
.no-selected-message {
762
    background: white;
763
}
764

    
765
.textOverflowEllipsis {
766
    overflow: hidden;
767
    text-overflow: ellipsis;
768
    white-space: nowrap;
769
}
770

    
771
.multi-line-ellipsis p {
772
    display: -webkit-box;
773
    -webkit-box-orient: vertical;
774
    overflow: hidden;
775
    text-overflow: ellipsis;
776
}
777

    
778
.multi-line-ellipsis.lines-3 p {
779
    -webkit-line-clamp: 3;
780
}
781

    
782
.multi-line-ellipsis.lines-10 p {
783
    -webkit-line-clamp: 10;
784
}
785

    
786
.custom-accordion .uk-accordion-title {
787
    text-align: left;
788
    /* background: #f8f8fe; */
789
    padding: 4px;
790
    /* color: #3055ba !important; */
791
    font-size: 14px;
792
    text-transform: initial !important;
793
    font-weight: inherit !important;
794
    /*border-top: gray solid 1px;*/
795
    border-bottom: var(--portal-main-color) solid 1px;
796

    
797

    
798
}
799

    
800
.custom-accordion .uk-accordion-title::after {
801
    float: none;;
802
    padding: 12px;
803
}
804

    
805
.custom-accordion {
806
    /*border: gray solid 1px;*/
807
    border-top: 0px;
808
}
809

    
810
.custom-accordion .uk-accordion-content {
811
    margin: 0px;
812
    border: #eee 1px solid;
813
    border-top: none;
814
    padding: 12px;
815
}
816

    
817
.darkBackground {
818
    background-color: rgba(0, 0, 0, 0.5);
819
    z-index: 0;
820
    color: white !important;
821
    font-family: Roboto !important;
822
}
823

    
824
.whiteText {
825
    color: white !important;
826
    font-family: Roboto !important;
827
}
828

    
829
.shadowBox {
830
    box-shadow: 0 1px 3px #444444;
831
    /*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
832
}
833

    
834
.icon-button-small {
835
    width: 22px !important;
836
    height: 22px !important;
837
    /*color: #666 !important;*/
838
    /*background: #f7f7fa !important;*/
839
}
840

    
841
.icon-button-small:focus, .icon-button-small:hover {
842

    
843
    border-color: #666 !important;
844
}
845

    
846
.searchFilterTitle {
847

    
848
    /* text-decoration-color: var(--portal-main-color);
849
    text-decoration: underline; */
850
    border-bottom: 1px solid var(--portal-main-color) !important;
851
    padding: 5px 0px;
852
    color: var(--portal-main-color);
853
}
854

    
855
.sideInfoTitle {
856
    font-weight: normal !important;
857
    border-radius: 4px;
858
    background-color: #F0F0F0;
859
    color: #666;
860
    padding: 5px 12px;
861
    font-size: 12px;
862
}
863

    
864
/* theme */
865
.uk-navbar-container {
866
    padding-top: 0px !important;
867
    padding-bottom: 0px !important;
868
}
869

    
870
/* theme */
871
.uk-input {
872
    background-color: rgba(255, 255, 255, 1.0) !important;
873
}
874

    
875
/* theme */
876
.uk-accordion > :nth-child(n+2) {
877
    border-top: 0px solid #ededed !important;
878
    margin-top: 0px !important;
879
}
880

    
881
/* theme */
882
.uk-pagination > .uk-active > * {
883
    background-color: var(--portal-main-color) !important;
884
    color: var(--portal-main-contrast) !important;
885
    border-color: var(--portal-main-color) !important;
886
    border-bottom-color: var(--portal-main-color) !important;
887
    border-radius: 500px;
888
    line-height: 12px !important;
889
}
890

    
891
.portal-color {
892
    color: var(--portal-main-color) !important;
893
}
894

    
895
.portal-secondary-color {
896
    color: var(--portal-dark-color) !important;
897
}
898

    
899
.portal-background-color {
900
    background-color: var(--portal-main-color) !important;
901
}
902

    
903
.portal-background-color * {
904
    color: var(--portal-main-contrast);
905
}
906

    
907
.portal-button, .portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus {
908

    
909
    background-color: var(--portal-main-color);
910
    color: var(--portal-main-contrast);
911
    border: 1px solid var(--portal-main-color);
912
    background-image: none;
913

    
914
}
915

    
916
.portal-button:hover, .portal-button:active, .portal-button:focus {
917
    background-color: var(--portal-dark-color);
918
    color: var(--portal-main-contrast);
919
    border: 1px solid var(--portal-dark-color);
920
    background-image: none;
921

    
922
}
923

    
924
.portal-button-reverse {
925
    background-color: var(--portal-main-contrast);;
926
    color: var(--portal-main-color);
927
    border: 1px solid var(--portal-main-color);
928
    background-image: none;
929
}
930

    
931
.portal-link {
932
    color: var(--portal-main-color) !important;
933
    /*text-decoration: underline !important;*/
934
    /*font-weight: bold;*/
935
}
936

    
937
.portal-link:hover {
938
    text-decoration: underline !important;
939
    /*color:var(--portal-dark-color)  !important;*/
940
}
941

    
942
.portal-box {
943
    background-color: var(--portal-main-color) !important;
944
    color: var(--portal-main-contrast) !important;
945
}
946

    
947
.uk-pagination .uk-icon {
948
    color: var(--portal-main-color) !important;
949
}
950

    
951
.paging-hr {
952
    border-bottom: 1px solid #E5E5E5 !important;
953
    /*padding-bottom: 5px !important;*/
954
}
955

    
956
.widget-box {
957
    background: white;
958
}
959

    
960
.developlink {
961
    text-transform: none !important;
962
    color: #fff !important;
963
    background: var(--develop-portal-color) !important;
964
    font-weight: 600;
965
    border: 2px solid var(--develop-portal-color) !important;
966
    background-image: none !important;
967
}
968

    
969
.providelink {
970
    text-transform: none !important;
971
    color: #fff !important;
972
    background: var(--provide-portal-color) !important;
973
    font-weight: 600;
974
    border: 2px solid var(--provide-portal-color) !important;
975
    background-image: none !important;
976
}
977

    
978
.connectlink {
979
    background-color: var(--connect-portal-color) !important;
980
    font-weight: 600;
981
    color: #fff !important;
982
    border: 2px solid var(--connect-portal-color) !important;
983
    background-image: none !important;
984
}
985

    
986
.monitorlink {
987
    background-color: var(--monitor-portal-color) !important;
988
    font-weight: 600;
989
    color: #fff !important;
990
    border: 2px solid var(--monitor-portal-color) !important;
991
    background-image: none !important;
992
}
993

    
994
.explorelink {
995
    background-color: var(--explore-portal-color) !important;
996
    font-weight: 600;
997
    color: #fff !important;
998
    border: 2px solid var(--explore-portal-color) !important;
999
    background-image: none !important;
1000
}
1001

    
1002
showTitle h2 {
1003
    text-transform: unset !important;
1004
}
1005

    
1006
/* toCheck: */
1007
/* embargo end date */
1008
.highlight, mark {
1009
    background: rgba(34, 32, 128, .5);
1010
    color: #222080;
1011
}
1012

    
1013
/* advanced autocomplete */
1014
.custom-autocomplete .uk-dropdown {
1015
    background: white;
1016
    /* color: rgba(255,255,255,.7); */
1017
}
1018

    
1019
.explore-heading-bullet::before {
1020
    border-left-color: var(--explore-portal-color) !important;
1021
}
1022

    
1023
.provide-heading-bullet::before {
1024
    border-left-color: var(--provide-portal-color) !important;
1025
}
1026

    
1027
.connect-heading-bullet::before {
1028
    border-left-color: var(--connect-portal-color) !important;
1029
}
1030

    
1031
.develop-heading-bullet::before {
1032
    border-left-color: var(--develop-portal-color) !important;
1033
}
1034

    
1035
.monitor-heading-bullet::before {
1036
    border-left-color: var(--monitor-portal-color) !important;
1037
}
1038

    
1039

    
1040
.explore .uk-h4 {
1041
    color: var(--explore-portal-color);
1042
    font-weight: bold;
1043
}
1044

    
1045
.explore .el-content {
1046
    font-size: 18px;
1047
}
1048

    
1049
.explore a {
1050
    background-color: var(--explore-portal-color) !important;
1051
    color: #fff !important;
1052
    font-weight: bold !important;
1053
    border-color: var(--explore-portal-color) !important;
1054
}
1055

    
1056
.explore a:hover, .explore a:active, .explore a:focus {
1057
    background-color: var(--explore-portal-lower-tone) !important;
1058
    border-color: var(--explore-portal-lower-tone) !important;
1059
}
1060

    
1061
.provide .uk-h4 {
1062
    color: var(--provide-portal-color);
1063
    font-weight: bold;
1064
}
1065

    
1066
.provide .el-content {
1067
    font-size: 18px;
1068
}
1069

    
1070
.provide a {
1071
    background-color: var(--provide-portal-color) !important;
1072
    color: #fff !important;
1073
    font-weight: bold !important;
1074
    border-color: var(--provide-portal-color) !important;
1075
}
1076

    
1077
.provide a:hover, .provide a:active, .provide a:focus {
1078
    background-color: var(--provide-portal-lower-tone) !important;
1079
    border-color: var(--provide-portal-lower-tone) !important;
1080
}
1081

    
1082
.monitor .uk-h4 {
1083
    color: var(--monitor-portal-color);
1084
    font-weight: bold;
1085
}
1086

    
1087
.monitor .el-content {
1088
    font-size: 18px;
1089
}
1090

    
1091
.monitor a {
1092
    background-color: var(--monitor-portal-color) !important;
1093
    color: #fff !important;
1094
    font-weight: bold !important;
1095
    border-color: var(--monitor-portal-color) !important;
1096
}
1097

    
1098
.monitor a:hover, .monitor a:active, .monitor a:focus {
1099
    background-color: var(--monitor-portal-lower-tone) !important;
1100
    border-color: var(--monitor-portal-lower-tone) !important;
1101
}
1102

    
1103
.connect-default-button {
1104
    background-color: var(--connect-portal-color) !important;
1105
    color: var(--portal-main-contrast) !important;
1106
    border: 2px solid var(--connect-portal-color) !important;
1107
    background-image: none !important;
1108
}
1109

    
1110
.connect .uk-h4 {
1111
    color: var(--connect-portal-color);
1112
    font-weight: bold;
1113
}
1114

    
1115
.connect .el-content {
1116
    font-size: 18px;
1117
}
1118

    
1119
.connect a {
1120
    background-color: var(--connect-portal-color) !important;
1121
    color: #fff !important;
1122
    font-weight: bold !important;
1123
    border-color: var(--connect-portal-color) !important;
1124
}
1125

    
1126

    
1127
.connect a:hover, .connect a:active, .connect a:focus {
1128
    background-color: var(--connect-portal-lower-tone) !important;
1129
    border-color: var(--connect-portal-lower-tone) !important;
1130

    
1131
}
1132

    
1133
.develop .uk-h4 {
1134
    color: var(--develop-portal-color);
1135
    font-weight: bold;
1136
}
1137

    
1138
.develop .el-content {
1139
    font-size: 18px;
1140
}
1141

    
1142
.develop a {
1143
    background-color: var(--develop-portal-color) !important;
1144
    color: #fff !important;
1145
    font-weight: bold !important;
1146
    border-color: var(--develop-portal-color) !important;
1147
}
1148

    
1149
.develop a:hover, .develop a:active, .develop a:focus {
1150
    background-color: var(--develop-portal-lower-tone) !important;
1151
    border-color: var(--develop-portal-lower-tone) !important;
1152
}
1153

    
1154
.portal-hr {
1155
    border-bottom: 1px solid var(--portal-main-color) !important;
1156
    padding: 5px 0;
1157
}
1158

    
1159
.tm-toolbar .uk-subnav-line li:hover, .tm-toolbar .uk-subnav li:hover {
1160
    background: var(--portal-main-color) !important;
1161
}
1162

    
1163
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav li a:hover, .tm-toolbar .uk-subnav-line li:hover a, .tm-toolbar .uk-subnav li:hover a {
1164
    background: var(--portal-main-color) !important;
1165
    color: white !important;
1166
}
1167

    
1168
.loginLink {
1169
    text-transform: uppercase !important;
1170
}
1171

    
1172
#footer\#9 a, #footer\#11 a, #footer\#13 a {
1173
    color: #dedede;
1174
    line-height: 22px;
1175
    padding: 2px 0;
1176
}
1177

    
1178
#footer\#9 a:hover, #footer\#11 a:hover, #footer\#13 a:hover {
1179
    color: rgba(255, 255, 255, 0.5);
1180
}
1181

    
1182
@media all and (min-width: 640px) {
1183

    
1184
    #footer\#3 {
1185
        margin-right: 280px;
1186
    }
1187

    
1188
}
1189

    
1190
.portal-card {
1191
    background-color: var(--portal-main-color);
1192
    color: #fff !important;
1193
}
1194

    
1195
.portal-card a {
1196
    color: #fff !important;
1197
    /*text-decoration: underline;*/
1198
}
1199

    
1200
.portal-card a:hover {
1201
    color: rgba(255, 255, 255, 0.8) !important;
1202
}
1203

    
1204
.badges {
1205
    position: absolute;
1206
    top: 0;
1207
    left: -3px;
1208
    padding-left: 0 !important;
1209
    width: 70px;
1210
}
1211

    
1212
.badges .portal-card-badge {
1213
    background-color: var(--portal-main-color);
1214
    color: #fff !important;
1215
    font-size: 10px;
1216
    border-radius: 3px;
1217
    padding: 2px 3px;
1218
    margin-bottom: 5px;
1219
}
1220

    
1221

    
1222
.badges .private-card-badge {
1223
    background-color: #A4A4A4;
1224
    color: #fff !important;
1225
    font-size: 10px;
1226
    border-radius: 3px;
1227
    padding: 2px 3px;
1228
}
1229

    
1230
.portal-icon-button, .portal-icon-button:hover {
1231
    background: var(--portal-main-color) !important;
1232
    color: var(--portal-main-contrast) !important;
1233
    border: 1px solid var(--portal-main-color) !important;
1234
}
1235

    
1236
.inherit-color {
1237
    color: inherit;
1238
}
1239

    
1240
/* theme */
1241
.uk-label {
1242
    border-radius: 15px;
1243
    line-height: 15px;
1244
    padding: 3px 10px;
1245
    text-transform: uppercase;
1246
}
1247

    
1248
a:hover, .uk-link:hover, .uk-link:hover, a:hover {
1249
    color: var(--portal-main-color);
1250
}
1251

    
1252
.portal-icon-button, .portal-icon-button:hover {
1253
    background: var(--portal-main-color) !important;
1254
    color: var(--portal-main-contrast) !important;
1255
    border: 1px solid var(--portal-main-color) !important;
1256
}
1257

    
1258

    
1259
/*linksBasket*/
1260

    
1261
.linksbasket {
1262
    /* background-color:#F5F5F5; */
1263
    border: 1px solid #DEDEDE;
1264
    font-size: 12px !important;
1265
    line-height: 18px;
1266
    /* height:512px; */
1267
}
1268

    
1269
.linksbaskettitles {
1270
    /* height:75px; */
1271
    cursor: pointer;
1272
    background-color: #F5F5F5;
1273
    border: 1px solid #DEDEDE;
1274
}
1275

    
1276
.linksBasketSubtitles {
1277
    font-size: 12px !important;
1278
}
1279

    
1280
.linkInlineEntity {
1281
    /* height:75px; */
1282
    background-color: #A4A4A4;
1283
    color: white !important;
1284
    /*border: 1px solid #DEDEDE;*/
1285
}
1286

    
1287
.linksbaskettitlesPortalColor, .linksbaskettitlesPortalColor div {
1288
    background: var(--portal-main-color) !important;
1289
    color: var(--portal-main-contrast) !important;
1290
    border: 1px solid var(--portal-main-color) !important;
1291
}
1292

    
1293
.contextlabelSelected, .contextlabelSelected:hover, .contextlabelSelected a, .contextlabelSelected:hover a {
1294
    background-color: var(--portal-main-color) !important;
1295
    color: var(--portal-main-contrast) !important;
1296
    border: 1px solid var(--portal-main-color) !important;
1297

    
1298
}
1299

    
1300
.contextlabelNotSelected, .contextlabelNotSelected:hover {
1301
    color: var(--portal-main-color) !important;
1302
    border: 1px solid var(--portal-main-color) !important;
1303
}
1304

    
1305
.contextlabelNotSelected a, .contextlabelNotSelected:hover a {
1306
    color: var(--portal-main-color) !important;
1307
}
1308

    
1309
.researchResultTypeSelected, .researchResultTypeNotSelected:hover {
1310
    color: #fff !important;
1311
    background-color: #222080 !important;
1312
    border: 1px solid #222080 !important;
1313
}
1314

    
1315
.researchResultTypeNotSelected {
1316
    color: #222080 !important;
1317
    background-color: #fff !important;
1318
    border: 1px solid #222080 !important;
1319
}
1320

    
1321
.fadeOut {
1322
    opacity: 0.3;
1323
    /* background-color: rgba(red(var(--portal-main-color)), green(var(--portal-main-color)), blue(var(--portal-main-color)), 0.3); */
1324
}
1325

    
1326
.warningBorder {
1327
    border-color: #f70;
1328
}
1329

    
1330
.dangerBorder {
1331
    border-color: #ff4000;
1332
}
1333

    
1334
.linkingToolbar {
1335
    background-color: #EDEDED;
1336
}
1337

    
1338
.linkingToolbar .back {
1339
    color: #999999 !important;
1340
    cursor: pointer;
1341
    -webkit-transition: color 0.3s;
1342
    transition: color 0.3s;
1343
}
1344

    
1345
.linkingToolbar .back:hover {
1346
    color: #444444 !important;
1347
}
1348

    
1349

    
1350
.linkInlineEntityLabel {
1351
    color: #EAEAEA;
1352
    background-color: #B5B5B5;
1353
    border-color: #EAEAEA;
1354
}
1355

    
1356
textarea {
1357
    resize: none;
1358
}
1359

    
1360
.default-dropdown {
1361
    background: white;
1362
    max-width: 500px;
1363
}
1364

    
1365
[class*="uk-animation-"] {
1366
    animation-fill-mode: none !important;
1367
}
1368

    
1369
.cursor-default {
1370
    cursor: default;
1371
}
1372

    
1373
.curator-photo {
1374
    border: gray 1px solid;
1375
    object-fit: cover;
1376
    width: 80px;
1377
    height: 80px;
1378
}
1379

    
1380
/* theme */
1381
.uk-navbar {
1382
    z-index: 980;
1383
}
1384

    
1385
/* theme */
1386
.uk-modal {
1387
    z-index: 10000;
1388
}
1389

    
1390
@media only screen and (min-width: 992px) {
1391
    .image-front-topbar {
1392
        margin-top: -136px;
1393
    }
1394
}
1395

    
1396
@media only screen and (min-width: 1200px) {
1397
    .image-front-topbar {
1398
        margin-top: -136px;
1399
    }
1400
}
1401

    
1402
/* theme */
1403
/*Adding shadow to the main menu dropdowns*/
1404
.uk-navbar-dropdown {
1405
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
1406
}
1407

    
1408
.small-beta-indication {
1409
    height: 60px;
1410
}
1411

    
1412
.large-beta-indication {
1413
    height: 104px;
1414
    position: absolute;
1415
    top: 0;
1416
    left: 0;
1417
    z-index: 10000;
1418
}
1419

    
1420
.uk-navbar-sticky .beta-indication-sticky {
1421
    position: fixed !important;
1422
    display: block;
1423

    
1424
}
1425

    
1426
.beta-indication-sticky {
1427
    height: 102px;
1428
    position: fixed;
1429
    top: 0;
1430
    left: 0;
1431
    display: none;
1432
    z-index: 10000;
1433
}
1434

    
1435
input[name="code"] {
1436
    font-family: Consolas, monaco, monospace;
1437
    font-size: .875rem;
1438
    color: #222080;
1439
    white-space: nowrap;
1440
    background: #f9f9f9;
1441
    border: 1px solid #ededed;
1442
    border-radius: 1px;
1443
}
1444

    
1445
.selectedFilterLabel {
1446
    background-color: #E5E5E5;
1447
    border-color: #E5E5E5;
1448
    border-radius: 2px;
1449
    color: inherit;
1450
    line-height: 15px;
1451
    padding: 3px 10px;
1452
}
1453

    
1454
.range-button > button {
1455
    padding: 5px 10px;
1456
    text-transform: none;
1457
}
1458

    
1459
/*.range-button > a:not(.first-col) {*/
1460
/*    border-left: 1px solid #C4C4C4  !important;*/
1461
/*}*/
1462

    
1463
.range-button.uk-grid-divider>:not(.uk-first-column)::before {
1464
    border-left: 1px solid #C4C4C4  !important;
1465
}
1466

    
1467
.range-button {
1468
    max-width: 330px;
1469
}
1470

    
1471

    
1472
/* Landing gradient title section*/
1473
.title-section {
1474
    background-image: linear-gradient(to right, #FFFFFF, #F0F0F0);
1475
    padding-right: 10px;
1476
    padding-top: 5px;
1477
    padding-bottom: 5px;
1478
    border-radius: 4px;
1479
    position: relative;
1480
}
1481

    
1482
.title-section .under-curation {
1483
    background-image: url("./under_curation.svg");
1484
    height: 17px;
1485
    width: 13px;
1486
    display: inline-block;
1487
}
1488

    
1489
/* theme */
1490
.uk-modal .title-section h1, .feedback-page .title-section h1 {
1491
    font-size: 18px;
1492
    font-family: "Open Sans";
1493
    font-weight: 400;
1494
}
1495

    
1496
.landing ul li {
1497
    margin-bottom: 6px;
1498
}
1499

    
1500
/* Landing Download from section*/
1501
.landing .download-from > div {
1502
    padding: 10px;
1503
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
1504
}
1505

    
1506
.landing .download-from > div:last-child {
1507
    border-bottom: none;
1508
}
1509

    
1510
.landing .download-from > div:hover {
1511
    background-color: #F0F0F0;
1512
    border-radius: 4px;
1513
}
1514

    
1515
.landing .download-from > div .title {
1516
    color: black;
1517
    font-weight: 700;
1518
}
1519

    
1520
.landing .download-from > div a.title:hover {
1521
    text-decoration: underline;
1522
}
1523

    
1524
.landing .download-from .provider > a {
1525
    color: #666;
1526
    text-decoration: underline;
1527
}
1528

    
1529
/* Landing Relations section*/
1530
.landing .simple-buttons > div {
1531
    font-size: 16px;
1532
    padding: 15px 30px;
1533
    border-radius: 4px;
1534
    background-color: white;
1535
    border: 1px solid #DEDEDE;
1536
}
1537

    
1538
.landing .simple-buttons > div:hover {
1539
    background-color: #F0F0F0;
1540
    box-shadow: 0 1px 6px #00000033;
1541
}
1542

    
1543
.landing .advanced-buttons > div > div {
1544
    border-radius: 4px;
1545
    font-size: 16px;
1546
    border: 1px solid #DEDEDE;
1547
}
1548

    
1549
.landing .advanced-buttons > div > div:hover {
1550
    box-shadow: 0 1px 6px #00000033;
1551
}
1552

    
1553
.landing .advanced-buttons > div > div .header {
1554
    padding: 15px;
1555
    min-height: 60px;
1556
    color: var(--portal-main-color);
1557
    text-overflow: ellipsis;
1558
}
1559

    
1560
.landing .advanced-buttons > div > div .icon {
1561
    z-index: 1;
1562
    color: var(--portal-main-color);
1563
}
1564

    
1565
.landing .advanced-buttons > div > div .icon > svg {
1566
    width: 40px;
1567
    height: 40px;
1568
}
1569

    
1570
.landing .advanced-buttons > div > div .footer {
1571
    padding: 15px;
1572
    min-height: 60px;
1573
    background-color: #F0F0F0;
1574
    font-size: 24px;
1575
    color: #666;
1576
}
1577

    
1578
.landing .advanced-buttons > div > div:hover .footer {
1579
    color: black;
1580
}
1581

    
1582
.landing .left-border {
1583
    border-left: 3px solid #EBEBEB;
1584
    padding-left: 20px;
1585
}
1586

    
1587
.landing #feedback-pos {
1588
    position: -webkit-sticky;
1589
    position: sticky;
1590
    bottom: 20px;
1591
}
1592

    
1593
.landing .feedback {
1594
    border-radius: 4px;
1595
    border: 1px solid #DCDCDC;
1596
    box-shadow: 0 2px 4px #0000001A;
1597
    background-color: white;
1598
    padding: 5px 15px;
1599
    font-size: 12px;
1600
    z-index: 1;
1601
}
1602

    
1603
.matSelection .mat-select-value, .matSelection .mat-select-arrow {
1604
    color: inherit !important;
1605
}
1606

    
1607
.matSelection.mat-select {
1608
    padding-bottom: 4px;
1609
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
1610
}
1611

    
1612
.matSelection.mat-select:focus {
1613
    border-color: #222080;
1614
}
1615

    
1616
.matSelectionFormField .mat-form-field-underline, .matSelectionFormField .mat-form-field-ripple {
1617
    height: 0 !important;
1618
}
1619

    
1620
.portal-progress.uk-progress, .green-progress.uk-progress {
1621
    background-color: #F0F0F0;
1622
    height: 10px;
1623
}
1624

    
1625
/*firefox*/
1626
.portal-progress.uk-progress::-moz-progress-bar {
1627
    background-color: var(--portal-main-color);
1628
}
1629

    
1630
.green-progress.uk-progress::-moz-progress-bar {
1631
    background-color: #9ADC83 !important;
1632
}
1633

    
1634
/*chrome*/
1635
.portal-progress.uk-progress::-webkit-progress-value {
1636
    background-color: var(--portal-main-color);
1637
}
1638

    
1639
.green-progress.uk-progress::-webkit-progress-value {
1640
    background-color: #9ADC83 !important;
1641
}
1642

    
1643
/*internet explore & edge*/
1644
.portal-progress.uk-progress::-ms-fill {
1645
    background-color: var(--portal-main-color);
1646
}
1647

    
1648
.green-progress.uk-progress::-ms-fill {
1649
    background-color: #9ADC83 !important;
1650
}
1651

    
1652
svg #statistics-bars {
1653
    fill: var(--portal-main-color);
1654
}
1655

    
1656
.bioentities-buttons > div > * {
1657
    border-radius: 4px;
1658
    font-size: 16px;
1659
    font-weight: 700;
1660
    border: 1px solid #DEDEDE;
1661
    padding: 40px 0;
1662
    width: 100%;
1663
    display: inline-block;
1664
    text-align: center;
1665
    text-transform: uppercase;
1666
    color: #666;
1667
}
1668

    
1669
.bioentities-buttons > div > a:hover {
1670
    background-color: #F0F0F0;
1671
    color: black;
1672
    box-shadow: 0 1px 6px #00000033;
1673
}
1674

    
1675
/* Feedback page*/
1676
.feedback-page .title-section {
1677
    background-image: linear-gradient(to right, var(--portal-main-color), #F37A53);
1678
}
1679

    
1680
.feedback-page .form {
1681
    margin-top: 5px;
1682
    border-radius: 4px;
1683
    border: 1px solid rgba(0, 0, 0, 0.2);
1684
    padding: 25px 25px 15px;
1685
}
1686

    
1687
.feedback-sent {
1688
    border-radius: 4px;
1689
    background-color: var(--portal-main-color);
1690
    color: white;
1691
    padding: 50px 100px;
1692
    text-align: center;
1693
}
1694

    
1695
.feedback-sent * {
1696
    color: white;
1697
}
1698

    
1699
.space {
1700
    margin-left: 4px;
1701
}
1702

    
1703
/* theme */
1704
.uk-modal .uk-modal-dialog {
1705
    border-radius: 4px;
1706
}
1707

    
1708
.uk-modal .portal-link {
1709
    color: black !important;
1710
}
1711

    
1712
.uk-tooltip.under-curation-tooltip {
1713
    background-color: white;
1714
    display: block;
1715
    border-radius: 4px;
1716
    padding: 15px 15px 0;
1717
    border: 1px solid #DEDEDE;
1718
    color: #6c6c6c;
1719
    z-index: 10000;
1720
}
1721

    
1722
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.portalTabs.uk-tab > * > a:hover {
1723
    color: var(--portal-main-color) !important;
1724
    border-color: var(--portal-main-color) !important;
1725
    /*font-family: Roboto, sans-serif !important;*/
1726
}
1727

    
1728
ul.portalTabs.uk-tab > .uk-active > a {
1729
    font-weight: bold;
1730
}
1731

    
1732
ul.portalTabs.uk-tab::before {
1733
    border-bottom: 1px solid var(--portal-main-color);
1734
}
1735

    
1736
.quickSelectionsBox {
1737
    border: 1px solid #E6E6E6;
1738
    border-top: 0px;
1739
    background-color: white;
1740
}
1741

    
1742
.selectedFilterLabel {
1743
    background-color: #E5E5E5 !important;
1744
    border-color: #E5E5E5 !important;
1745
    border-radius: 2px !important;
1746
    color: inherit !important;
1747
    line-height: 15px !important;
1748
    padding: 3px 10px !important;
1749
}
1750

    
1751
.searchFilterItem {
1752
    margin-bottom: 5px;
1753
}
1754

    
1755
.range-button > button {
1756
    padding: 5px 10px !important;
1757
    text-transform: none !important;
1758
}
1759

    
1760
.portal-box .mat-select-value, .portal-box .mat-select-arrow {
1761
    color: var(--portal-main-contrast) !important;
1762

    
1763
}
1764

    
1765
.entitiesSelection {
1766
    width: 150px;
1767
    padding: 10px;
1768
    display: inline-block
1769
}
1770
.text-input-box{
1771
    border: 1px solid #DFE1E5 !important;
1772
}
1773

    
1774
/* theme */
1775
.uk-input, .uk-select {
1776
    border-bottom: 1px solid rgba(0, 0, 0, 0.42) ;
1777
}
1778

    
1779
/* theme */
1780
.uk-textarea {
1781
    border: 1px solid rgba(0, 0, 0, 0.42) !important;
1782
}
1783

    
1784
/* theme */
1785
.uk-text-muted {
1786
    color: #aaa !important;
1787
}
1788

    
1789
/* theme */
1790
html {
1791
    color: #1d1d1d !important;
1792
}
1793

    
1794
.b2note ul {
1795
    color: #1D3454;
1796
}
1797

    
1798
.b2note button {
1799
    border-radius: 500px;
1800
    border: 1px solid #DEDEDE;
1801
    line-height: 17px;
1802
    background-color: #DEDEDE;
1803
    color: #515151;
1804
    padding: 5px 15px;
1805
    text-transform: uppercase;
1806
    font-size: 12px;
1807
}
1808

    
1809
.b2note button:hover {
1810
    box-shadow: 0 1px 6px #00000033;
1811
}
1812

    
1813
.b2note button:focus {
1814
    outline-color: transparent;
1815
}
1816

    
1817
.b2note ul > li > .semantic {
1818
    background-color: #22356E;
1819
    border-radius: 4px;
1820
    color: white;
1821
    font-size: 12px;
1822
    padding: 1px 9px;
1823
    text-transform: uppercase;
1824
}
1825

    
1826
.b2note ul > li > .keyword {
1827
    background-color: #596FB5;
1828
    border-radius: 4px;
1829
    color: white;
1830
    font-size: 12px;
1831
    padding: 1px 9px;
1832
    text-transform: uppercase;
1833
}
1834

    
1835
.b2note ul > li > .comment {
1836
    background-color: #AFB3D4;
1837
    border-radius: 4px;
1838
    color: white;
1839
    font-size: 12px;
1840
    padding: 1px 9px;
1841
    text-transform: uppercase;
1842
}
1843

    
1844

    
1845
.offcanvas-white {
1846
    background: white !important;
1847
    color: inherit !important;
1848
}
1849

    
1850
.offcanvas-white .uk-close, offcanvas-white .uk-close:hover,
1851
.offcanvas-white a:not([class*="portal-link"]) {
1852
    color: inherit !important;
1853
}
1854

    
1855
.offcanvas-white a:not([class*="portal-link"]):hover {
1856
    color: #222080 !important;;
1857
}
1858

    
1859
.offcanvas-white h5 {
1860
    font-size: 18px !important;;
1861
    line-height: 1.4 !important;;
1862
    color: #1a1a1a !important;;
1863
    font-family: 'Open Sans', sans-serif !important;;
1864
}
1865

    
1866
.offcanvas-white .uk-text-muted {
1867
    color: #bfbfbf !important;
1868
}
1869

    
1870
.offcanvas-white .uk-input:not(.text-input-box) {
1871
    border-bottom: 1px solid #ededed !important;
1872
    background: #fff !important;
1873
    color: #666 !important;
1874
}
1875
.offcanvas-white .text-input-box{
1876
    border: 1px solid #ededed !important;
1877
    background: #fff !important;
1878
    color: #666 !important;
1879
}
1880

    
1881
.offcanvas-white .uk-input::placeholder {
1882
    color: #bfbfbf !important;
1883
}
1884

    
1885
.offcanvas-white .uk-select:not([multiple]):not([size]) {
1886
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important;
1887
    background-repeat: no-repeat !important;
1888
    background-position: 100% 50% !important;
1889
    border-bottom: 1px solid !important;;
1890
    border-color: #ededed !important;
1891
    color: #666 !important;
1892
}
1893

    
1894
.offcanvas-white .uk-input:focus, .offcanvas-white .uk-select:not([multiple]):not([size]):focus {
1895
    background-color: #fff !important;
1896
    color: #666 !important;
1897
    border-color: #222080 !important;
1898
}
1899

    
1900
.offcanvas-white .uk-radio:checked, .offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
1901
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;;
1902
}
1903

    
1904
.offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
1905
    background-color: #222080 !important;;
1906
    border-color: transparent !important;;
1907
}
1908

    
1909
.offcanvas-white .uk-radio, .offcanvas-white input[type="radio"]:not([class*="uk-"]) {
1910
    border: 1px solid #d4d4d4 !important;;
1911
}
1912

    
1913
.offcanvas-white .uk-button-default:not(:disabled) {
1914
    background-color: #fff !important;
1915
    color: #222080 !important;
1916
    border: 1px solid #222080 !important;
1917
}
1918

    
1919
.offcanvas-white .uk-button-default:hover:not(:disabled) {
1920
    background-color: #222080 !important;
1921
    color: #fff !important;
1922
    border-color: #222080 !important;
1923
}
1924

    
1925
.offcanvas-white .uk-button-default:disabled {
1926
    color: #bfbfbf !important;
1927
    border: 1px solid #ededed !important;
1928
}
1929

    
1930
/*CONNECT REDESIGN*/
1931

    
1932
.main-tabs .tab-header {
1933
    font-size: 12px;
1934
    text-transform: uppercase;
1935
    transition: color .1s ease-in-out;
1936
    line-height: 20px;
1937
}
1938

    
1939
.main-tabs > li {
1940
    background-color: #F2F2F2;
1941
    border: 1px solid #DEDEDE;
1942
    z-index: 2;
1943
    max-width: 150px;
1944
}
1945

    
1946
.main-tabs > li.uk-active {
1947
    background-color: white !important;
1948
    border-bottom: 1px solid white;
1949
    border-top: 3px solid var(--portal-main-color);
1950
}
1951

    
1952
.main-tabs > li > a {
1953
    text-transform: capitalize;
1954
    text-align: left;
1955
    color: #7A7A7A;
1956
    border: none;
1957
}
1958

    
1959
.main-tabs > li:not(.uk-active):not(:hover) > a > .number {
1960
    color: #666666;
1961
}
1962

    
1963
.main-tabs > li > a > .number {
1964
    font-size: 18px;
1965
    line-height: 1.4;
1966
    font-family: Heebo;
1967
    font-weight: 800;
1968
}
1969

    
1970
.main-tabs.uk-tab > .uk-active > a, .main-tabs.uk-tab > li:hover:not(.statistics) > a {
1971
    /*border: none !important;*/
1972
    color: var(--portal-main-color) !important;
1973
}
1974

    
1975
.main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > a,
1976
.main-tabs > li.statistics svg #statistics-bars, .main-tabs > .uk-active.statistics svg #statistics-bars {
1977
    fill: #FE4A49 !important;
1978
    color: #FE4A49 !important;
1979
}
1980

    
1981
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) > a,
1982
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) svg #statistics-bars {
1983
    fill: #FF052B !important;
1984
    color: #FF052B !important;
1985
}
1986

    
1987
.main-tabs.uk-tab > .uk-active.statistics > a {
1988
    background-color: #FFE6E6 !important;
1989
}
1990

    
1991
.main-tabs > li.uk-active.statistics {
1992
    border-top: 3px solid #FE4A49 !important;
1993
    border-bottom: 1px solid #FFE6E6;
1994
}
1995

    
1996
.main-tabs-content {
1997
    border: 1px solid #DEDEDE;
1998
    margin-top: -1px;
1999
    z-index: 1;
2000
    background-color: white;
2001
}
2002

    
2003
.main-tabs-content .uk-overflow-auto {
2004
    max-height: 700px;
2005
}
2006

    
2007
.main-tabs-content .right-column {
2008
    border-left: 1px solid #DEDEDE;
2009
}
2010

    
2011
.main-tabs-content .tab-header {
2012
    font-size: 20px;
2013
    text-transform: capitalize;
2014
    color: #707070;
2015
}
2016

    
2017
.white-box-with-border {
2018
    border: 1px solid #DEDEDE;
2019
    background-color: white;
2020
}
2021

    
2022
.white-box-with-border.uk-grid > div:not(.uk-first-column) {
2023
    border-left: 1px solid #DEDEDE;
2024
}
2025

    
2026
/*END OF CONNECT REDESIGN*/
2027

    
2028
search-bar .entitiesSelection{
2029
    max-width:115px;
2030
    border: solid 1px var(--portal-main-color) !important;
2031
    background: white !important;
2032
    color:  var(--portal-main-color);
2033
}
2034
search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-bar .entitiesSelection  .mat-select-arrow, search-bar .entitiesSelection .mat-select-value{
2035
    color:  var(--portal-main-color) !important;
2036
}
2037

    
2038
.footer-light-background{
2039
    color:black;
2040
    background-color: white;
2041
}
2042
.footer-light-background a, .footer-light-background a:not(.uk-button):hover, .footer-light-background  a:not(.uk-button){
2043
    color:black;
2044
}
2045

    
2046
.footer-light-background .uk-icon-button:hover,.footer-light-background a:not(.license):hover {
2047
    color:black;
2048
    border-color:black;
2049
    text-decoration: underline;
2050
}
2051

    
2052
.uk-breadcrumb.uk-light > * > *,
2053
.uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before {
2054
    color: white !important;
2055
}
2056

    
2057
.uk-breadcrumb > * > * {
2058
    color: rgba(0, 0, 0, 0.60) !important;
2059
    vertical-align: top;
2060
    line-height: 25px;
2061
}
2062

    
2063
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
2064
    content: "›";
2065
    color: rgba(0, 0, 0, 0.60);
2066
    font-weight: 200;
2067
    font-size: 25px;
2068
    margin: -9px 10px;
2069
}
2070

    
2071
.uk-breadcrumb > :last-child > * {
2072
    font-weight: 700;
2073
    color: rgba(0, 0, 0, 0.60);
2074
}
2075

    
2076
.zenodoButton, .zenodoButton:hover{
2077
    background-image:linear-gradient(to right, #0F4DA1, #0078E1) ;
2078
    color: white !important;
2079
    border-color: transparent !important;
2080
    border-style: solid !important;
2081
    border-width: 1px !important;
2082
    box-shadow: 0px 4px 10px #00000029;
2083
    border-radius: 2px;
2084
    opacity: 1;
2085
}
2086

    
2087
.uk-text-normal{
2088
    font-weight: 400;
2089
}
2090

    
2091
/*
2092
Impact Factor -  ATHENA CODE */
2093
.popularity-A svg .a, .influence-A svg .a{
2094
    fill:#d51717;
2095
}
2096
.popularity-B  svg .a, .influence-B svg  .a {
2097
    fill: #e1920a;
2098
}
2099
.popularity-C svg  .a, .influence-C svg .a {
2100
    fill: #444;
2101
}
2102

    
2103
/*login*/
2104
.login {
2105
    color: white;
2106
    font-weight: bold;
2107
}
2108

    
2109
.login  circle, .login svg,
2110
.login  svg svg *, .login svg *  {
2111
    stroke: white;
2112
    fill: var(--portal-main-color);
2113
}
2114

    
2115
.login:hover circle {
2116
    fill: var(--portal-dark-color);
2117
}
2118

    
2119
.login text {
2120
    stroke: white;
2121
    fill: white;
2122
}
(15-15/42)