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
.curator-photo {
1373
    border: #eee 10px solid;
1374
    object-fit: cover;
1375
    width: 80px;
1376
    height: 80px;
1377
}
1378

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

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

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

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

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

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

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

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

    
1423
}
1424

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

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

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

    
1453
/* Natalia's suggestion for recentyears (range buttons) */
1454
ul.recentyears {
1455
    padding-left: 0 !important;
1456
    display: inline-flex;
1457
    vertical-align: middle;
1458
    flex-wrap: nowrap;
1459
}
1460
.recentyears.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
1461
    margin-right: 10px !important;
1462
    border-left: 1px solid var(--portal-main-color); !important;
1463
}
1464
.recentyears.uk-subnav>* {
1465
    padding-left: 10px;
1466
    flex: inherit;
1467
}
1468

    
1469
.recentyears.uk-subnav>*:nth-child(1) {
1470
    padding-left: 0 !important;
1471
}
1472
/* End of Natalia's suggestion */
1473

    
1474

    
1475

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

    
1486
.title-section .under-curation {
1487
    background-image: url("./under_curation.svg");
1488
    height: 17px;
1489
    width: 13px;
1490
    display: inline-block;
1491
}
1492

    
1493
/* theme */
1494
.uk-modal .title-section h1, .feedback-page .title-section h1 {
1495
    font-size: 18px;
1496
    font-family: "Open Sans";
1497
    font-weight: 400;
1498
}
1499

    
1500
.landing ul li {
1501
    margin-bottom: 6px;
1502
}
1503

    
1504
/* Landing Download from section*/
1505
.landing .download-from > div {
1506
    padding: 10px;
1507
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
1508
}
1509

    
1510
.landing .download-from > div:last-child {
1511
    border-bottom: none;
1512
}
1513

    
1514
.landing .download-from > div:hover {
1515
    background-color: #F0F0F0;
1516
    border-radius: 4px;
1517
}
1518

    
1519
.landing .download-from > div .title {
1520
    color: black;
1521
    font-weight: 700;
1522
}
1523

    
1524
.landing .download-from > div a.title:hover {
1525
    text-decoration: underline;
1526
}
1527

    
1528
.landing .download-from .provider > a {
1529
    color: #666;
1530
    text-decoration: underline;
1531
}
1532

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

    
1542
.landing .simple-buttons > div:hover {
1543
    background-color: #F0F0F0;
1544
    box-shadow: 0 1px 6px #00000033;
1545
}
1546

    
1547
.landing .advanced-buttons > div > div {
1548
    border-radius: 4px;
1549
    font-size: 16px;
1550
    border: 1px solid #DEDEDE;
1551
}
1552

    
1553
.landing .advanced-buttons > div > div:hover {
1554
    box-shadow: 0 1px 6px #00000033;
1555
}
1556

    
1557
.landing .advanced-buttons > div > div .header {
1558
    padding: 15px;
1559
    min-height: 60px;
1560
    color: var(--portal-main-color);
1561
    text-overflow: ellipsis;
1562
}
1563

    
1564
.landing .advanced-buttons > div > div .icon {
1565
    z-index: 1;
1566
    color: var(--portal-main-color);
1567
}
1568

    
1569
.landing .advanced-buttons > div > div .icon > svg {
1570
    width: 40px;
1571
    height: 40px;
1572
}
1573

    
1574
.landing .advanced-buttons > div > div .footer {
1575
    padding: 15px;
1576
    min-height: 60px;
1577
    background-color: #F0F0F0;
1578
    font-size: 24px;
1579
    color: #666;
1580
}
1581

    
1582
.landing .advanced-buttons > div > div:hover .footer {
1583
    color: black;
1584
}
1585

    
1586
.landing .left-border {
1587
    border-left: 3px solid #EBEBEB;
1588
    padding-left: 20px;
1589
}
1590

    
1591
.landing #feedback-pos {
1592
    position: -webkit-sticky;
1593
    position: sticky;
1594
    bottom: 20px;
1595
}
1596

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

    
1607
.matSelection .mat-select-value, .matSelection .mat-select-arrow {
1608
    color: inherit !important;
1609
}
1610

    
1611
.matSelection.mat-select {
1612
    padding-bottom: 4px;
1613
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
1614
}
1615

    
1616
.matSelection.mat-select:focus {
1617
    border-color: #222080;
1618
}
1619

    
1620
.matSelectionFormField .mat-form-field-underline, .matSelectionFormField .mat-form-field-ripple {
1621
    height: 0 !important;
1622
}
1623

    
1624
.portal-progress.uk-progress, .green-progress.uk-progress {
1625
    background-color: #F0F0F0;
1626
    height: 10px;
1627
}
1628

    
1629
/*firefox*/
1630
.portal-progress.uk-progress::-moz-progress-bar {
1631
    background-color: var(--portal-main-color);
1632
}
1633

    
1634
.green-progress.uk-progress::-moz-progress-bar {
1635
    background-color: #9ADC83 !important;
1636
}
1637

    
1638
/*chrome*/
1639
.portal-progress.uk-progress::-webkit-progress-value {
1640
    background-color: var(--portal-main-color);
1641
}
1642

    
1643
.green-progress.uk-progress::-webkit-progress-value {
1644
    background-color: #9ADC83 !important;
1645
}
1646

    
1647
/*internet explore & edge*/
1648
.portal-progress.uk-progress::-ms-fill {
1649
    background-color: var(--portal-main-color);
1650
}
1651

    
1652
.green-progress.uk-progress::-ms-fill {
1653
    background-color: #9ADC83 !important;
1654
}
1655

    
1656
svg #statistics-bars {
1657
    fill: var(--portal-main-color);
1658
}
1659

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

    
1673
.bioentities-buttons > div > a:hover {
1674
    background-color: #F0F0F0;
1675
    color: black;
1676
    box-shadow: 0 1px 6px #00000033;
1677
}
1678

    
1679
/* Feedback page*/
1680
.feedback-page .title-section {
1681
    background-image: linear-gradient(to right, var(--portal-main-color), #F37A53);
1682
}
1683

    
1684
.feedback-page .form {
1685
    margin-top: 5px;
1686
    border-radius: 4px;
1687
    border: 1px solid rgba(0, 0, 0, 0.2);
1688
    padding: 25px 25px 15px;
1689
}
1690

    
1691
.feedback-sent {
1692
    border-radius: 4px;
1693
    background-color: var(--portal-main-color);
1694
    color: white;
1695
    padding: 50px 100px;
1696
    text-align: center;
1697
}
1698

    
1699
.feedback-sent * {
1700
    color: white;
1701
}
1702

    
1703
.space {
1704
    margin-left: 4px;
1705
}
1706

    
1707
/* theme */
1708
.uk-modal .uk-modal-dialog {
1709
    border-radius: 4px;
1710
}
1711

    
1712
.uk-modal .portal-link {
1713
    color: black !important;
1714
}
1715

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

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

    
1732
ul.portalTabs.uk-tab > .uk-active > a {
1733
    font-weight: bold;
1734
}
1735

    
1736
ul.portalTabs.uk-tab::before {
1737
    border-bottom: 1px solid var(--portal-main-color);
1738
}
1739

    
1740
.quickSelectionsBox {
1741
    border: 1px solid #E6E6E6;
1742
    border-top: 0px;
1743
    background-color: white;
1744
}
1745

    
1746
.selectedFilterLabel {
1747
    background-color: #E5E5E5 !important;
1748
    border-color: #E5E5E5 !important;
1749
    border-radius: 2px !important;
1750
    color: inherit !important;
1751
    line-height: 15px !important;
1752
    padding: 3px 10px !important;
1753
}
1754

    
1755
.searchFilterItem {
1756
    margin-bottom: 5px;
1757
}
1758

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

    
1762
}
1763

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

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

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

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

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

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

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

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

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

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

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

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

    
1843

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

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

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

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

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

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

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

    
1884
.offcanvas-white .uk-select:not([multiple]):not([size]) {
1885
    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;
1886
    background-repeat: no-repeat !important;
1887
    background-position: 100% 50% !important;
1888
    border-bottom: 1px solid !important;;
1889
    border-color: #ededed !important;
1890
    color: #666 !important;
1891
}
1892

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

    
1899
.offcanvas-white .uk-radio:checked, .offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
1900
    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;;
1901
}
1902

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

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

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

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

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

    
1929
/*CONNECT REDESIGN*/
1930

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
2025
/*END OF CONNECT REDESIGN*/
2026

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

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

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

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

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

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

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

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

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

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

    
2102
/*login*/
2103
.login {
2104
    color: white;
2105
    font-weight: 400 !important;
2106
}
2107

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

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

    
2117
.login text {
2118
    stroke: white;
2119
    fill: white;
2120
}
2121

    
2122
.connect-admin-menu .login {
2123
    color: var(--portal-main-color);
2124
    font-weight: 400 !important;
2125
}
2126

    
2127
.connect-admin-menu .login  circle, .connect-admin-menu .login svg,
2128
.connect-admin-menu .login  svg svg *,.connect-admin-menu  .login svg *  {
2129
    fill: white;
2130
}
2131

    
2132
.connect-admin-menu .login text {
2133
    stroke: var(--portal-main-color);
2134
    fill: var(--portal-main-color);
2135
}
(15-15/42)