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
ul.user-actions > li{
605
    margin-bottom: 10px;
606
}
607

    
608
/* theme */
609
.uk-subnav-line li:hover .home-icon svg #home {
610
    fill: #05007A !important;
611

    
612
}
613

    
614
svg #home {
615
    fill: white !important;
616

    
617
}
618

    
619
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a {
620
    display: block;
621
    color: #d4d4d4 !important;
622
}
623

    
624
.tm-toolbar .uk-subnav-line li:hover {
625
    display: block;
626
}
627

    
628
/* remove the others*/
629

    
630
.helper-grid > * {
631
    padding-left: 25px !important;
632
}
633

    
634
.cite-this-button {
635
    font-size: 14px;
636
    padding: 3px;
637
}
638

    
639
.link-to-button {
640
    font-size: 12px;
641
    padding: 3px;
642
}
643

    
644
.dropBasket {
645
    border-top: 1px solid #ccc;
646
    border-bottom: 1px solid #ccc;
647
}
648

    
649
.basket-title {
650

    
651
    padding-top: 20px;
652
    padding-bottom: 20px;
653
    cursor: pointer;
654

    
655
}
656

    
657
.basket-title::after {
658
    background-image: none !important;
659
}
660

    
661
.basket-badge {
662
    position: relative;
663
    right: 16px;
664
    top: -16px;
665
    text-align: center;
666
    border-radius: 90%;
667
    border-radius: 90%;
668

    
669
}
670

    
671

    
672
dd {
673
    margin-top: 10px;
674
    border-bottom: 1px solid #e8e8e8;
675
    padding-bottom: 5px;
676
}
677

    
678
dd:last-child {
679
    border-bottom: none;
680
}
681

    
682
.advancedSearchFormBackground {
683
    background-repeat: no-repeat !important;
684
    background-size: 100% 320px;
685
    height: auto !important;
686
}
687

    
688
.advancedSearchForm {
689
    /*box-shadow: 0 1px 10px #444444;*/
690
    background-color: white;
691
    border: 1px solid #ccc;
692
}
693

    
694
.advancedSearchForm .uk-icon-button {
695

    
696
    fill: #296EE9 !important;
697

    
698
}
699

    
700
.search-results li {
701
    padding-top: 15px !important;
702
}
703

    
704
.cursor-not-allowed {
705
    cursor: not-allowed !important;
706
}
707

    
708
.uk-badge, .badge, a.badge {
709
    border-radius: 2px;
710
}
711

    
712
.loading-gif, .loading-gif:before, .loading-gif:after {
713
    background: url("./loading.gif") no-repeat;
714
    height: 65px;
715
    margin-left: auto;
716
    margin-right: auto;
717
    width: 65px;
718

    
719
}
720

    
721
/* h2, .uk-h2 {
722
    font-size: 28px !important;
723
} */
724
/*body{*/
725
/*  !* line-height: 1.4; *!*/
726
/*  Font-size:14px;*/
727
/*  Color: #333;*/
728
/*}*/
729

    
730
#footer\#8 .el-link {
731

    
732
    color: #fff;
733
    font-weigth: 300;
734

    
735
}
736

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

    
744
.custom-tab-content .uk-pagination > * > * {
745
    min-width: 20px;
746
    line-height: 1.4;
747
    font-size: 14px;
748

    
749
}
750

    
751
.box-content {
752
    border: 1px dashed #666666;
753
    margin-top: 4px;
754
    background: #EFEFEF;
755
}
756

    
757
.citation-accordion .uk-accordion-title {
758
    font-family: Raleway;
759
}
760

    
761
.uk-notification.uk-notification-top-center {
762
    top: 45% !important;
763
}
764

    
765
.no-selected-message {
766
    background: white;
767
}
768

    
769
.textOverflowEllipsis {
770
    overflow: hidden;
771
    text-overflow: ellipsis;
772
    white-space: nowrap;
773
}
774

    
775
.multi-line-ellipsis p {
776
    display: -webkit-box;
777
    -webkit-box-orient: vertical;
778
    overflow: hidden;
779
    text-overflow: ellipsis;
780
}
781

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

    
786
.multi-line-ellipsis.lines-10 p {
787
    -webkit-line-clamp: 10;
788
}
789

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

    
801

    
802
}
803

    
804
.custom-accordion .uk-accordion-title::after {
805
    float: none;;
806
    padding: 12px;
807
}
808

    
809
.custom-accordion {
810
    /*border: gray solid 1px;*/
811
    border-top: 0px;
812
}
813

    
814
.custom-accordion .uk-accordion-content {
815
    margin: 0px;
816
    border: #eee 1px solid;
817
    border-top: none;
818
    padding: 12px;
819
}
820

    
821
.darkBackground {
822
    background-color: rgba(0, 0, 0, 0.5);
823
    z-index: 0;
824
    color: white !important;
825
    font-family: Roboto !important;
826
}
827

    
828
.whiteText {
829
    color: white !important;
830
    font-family: Roboto !important;
831
}
832

    
833
.shadowBox {
834
    box-shadow: 0 1px 3px #444444;
835
    /*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
836
}
837

    
838
.icon-button-small {
839
    width: 22px !important;
840
    height: 22px !important;
841
    /*color: #666 !important;*/
842
    /*background: #f7f7fa !important;*/
843
}
844

    
845
.icon-button-small:focus, .icon-button-small:hover {
846

    
847
    border-color: #666 !important;
848
}
849

    
850
.searchFilterTitle {
851

    
852
    /* text-decoration-color: var(--portal-main-color);
853
    text-decoration: underline; */
854
    border-bottom: 1px solid var(--portal-main-color) !important;
855
    padding: 5px 0px;
856
    color: var(--portal-main-color);
857
}
858

    
859
.sideInfoTitle {
860
    font-weight: normal !important;
861
    border-radius: 4px;
862
    background-color: #F0F0F0;
863
    color: #666;
864
    padding: 12px;
865
    font-size: 12px;
866
}
867

    
868
/* theme */
869
.uk-navbar-container {
870
    padding-top: 0px !important;
871
    padding-bottom: 0px !important;
872
}
873

    
874
/* theme */
875
.uk-input {
876
    background-color: rgba(255, 255, 255, 1.0) !important;
877
}
878

    
879
/* theme */
880
.uk-accordion > :nth-child(n+2) {
881
    border-top: 0px solid #ededed !important;
882
    margin-top: 0px !important;
883
}
884

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

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

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

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

    
907
.portal-background-color * {
908
    color: var(--portal-main-contrast);
909
}
910

    
911
.portal-button, .portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus {
912

    
913
    background-color: var(--portal-main-color);
914
    color: var(--portal-main-contrast);
915
    border: 1px solid var(--portal-main-color);
916
    background-image: none;
917

    
918
}
919

    
920
.portal-button:hover, .portal-button:active, .portal-button:focus {
921
    background-color: var(--portal-dark-color);
922
    color: var(--portal-main-contrast);
923
    border: 1px solid var(--portal-dark-color);
924
    background-image: none;
925

    
926
}
927

    
928
.portal-button-reverse {
929
    background-color: var(--portal-main-contrast);;
930
    color: var(--portal-main-color);
931
    border: 1px solid var(--portal-main-color);
932
    background-image: none;
933
}
934

    
935
.portal-link {
936
    color: var(--portal-main-color) !important;
937
    /*text-decoration: underline !important;*/
938
    /*font-weight: bold;*/
939
}
940

    
941
.portal-link:hover {
942
    text-decoration: underline !important;
943
    /*color:var(--portal-dark-color)  !important;*/
944
}
945

    
946
.portal-box {
947
    background-color: var(--portal-main-color) !important;
948
    color: var(--portal-main-contrast) !important;
949
    border: 1px solid var(--portal-main-color);
950
    height: 18px;
951
}
952

    
953
.uk-pagination .uk-icon {
954
    color: var(--portal-main-color) !important;
955
}
956

    
957
.paging-hr {
958
    border-bottom: 1px solid #E5E5E5 !important;
959
    /*padding-bottom: 5px !important;*/
960
}
961

    
962
.widget-box {
963
    background: white;
964
}
965

    
966
.developlink {
967
    text-transform: none !important;
968
    color: #fff !important;
969
    background: var(--develop-portal-color) !important;
970
    font-weight: 600;
971
    border: 2px solid var(--develop-portal-color) !important;
972
    background-image: none !important;
973
}
974

    
975
.providelink {
976
    text-transform: none !important;
977
    color: #fff !important;
978
    background: var(--provide-portal-color) !important;
979
    font-weight: 600;
980
    border: 2px solid var(--provide-portal-color) !important;
981
    background-image: none !important;
982
}
983

    
984
.connectlink {
985
    background-color: var(--connect-portal-color) !important;
986
    font-weight: 600;
987
    color: #fff !important;
988
    border: 2px solid var(--connect-portal-color) !important;
989
    background-image: none !important;
990
}
991

    
992
.monitorlink {
993
    background-color: var(--monitor-portal-color) !important;
994
    font-weight: 600;
995
    color: #fff !important;
996
    border: 2px solid var(--monitor-portal-color) !important;
997
    background-image: none !important;
998
}
999

    
1000
.explorelink {
1001
    background-color: var(--explore-portal-color) !important;
1002
    font-weight: 600;
1003
    color: #fff !important;
1004
    border: 2px solid var(--explore-portal-color) !important;
1005
    background-image: none !important;
1006
}
1007

    
1008
showTitle h2 {
1009
    text-transform: unset !important;
1010
}
1011

    
1012
/* toCheck: */
1013
/* embargo end date */
1014
.highlight, mark {
1015
    background: rgba(34, 32, 128, .5);
1016
    color: #222080;
1017
}
1018

    
1019
/* advanced autocomplete */
1020
.custom-autocomplete .uk-dropdown {
1021
    background: white;
1022
    /* color: rgba(255,255,255,.7); */
1023
}
1024

    
1025
.explore-heading-bullet::before {
1026
    border-left-color: var(--explore-portal-color) !important;
1027
}
1028

    
1029
.provide-heading-bullet::before {
1030
    border-left-color: var(--provide-portal-color) !important;
1031
}
1032

    
1033
.connect-heading-bullet::before {
1034
    border-left-color: var(--connect-portal-color) !important;
1035
}
1036

    
1037
.develop-heading-bullet::before {
1038
    border-left-color: var(--develop-portal-color) !important;
1039
}
1040

    
1041
.monitor-heading-bullet::before {
1042
    border-left-color: var(--monitor-portal-color) !important;
1043
}
1044

    
1045

    
1046
.explore .uk-h4 {
1047
    color: var(--explore-portal-color);
1048
    font-weight: bold;
1049
}
1050

    
1051
.explore .el-content {
1052
    font-size: 18px;
1053
}
1054

    
1055
.explore a {
1056
    background-color: var(--explore-portal-color) !important;
1057
    color: #fff !important;
1058
    font-weight: bold !important;
1059
    border-color: var(--explore-portal-color) !important;
1060
}
1061

    
1062
.explore a:hover, .explore a:active, .explore a:focus {
1063
    background-color: var(--explore-portal-lower-tone) !important;
1064
    border-color: var(--explore-portal-lower-tone) !important;
1065
}
1066

    
1067
.provide .uk-h4 {
1068
    color: var(--provide-portal-color);
1069
    font-weight: bold;
1070
}
1071

    
1072
.provide .el-content {
1073
    font-size: 18px;
1074
}
1075

    
1076
.provide a {
1077
    background-color: var(--provide-portal-color) !important;
1078
    color: #fff !important;
1079
    font-weight: bold !important;
1080
    border-color: var(--provide-portal-color) !important;
1081
}
1082

    
1083
.provide a:hover, .provide a:active, .provide a:focus {
1084
    background-color: var(--provide-portal-lower-tone) !important;
1085
    border-color: var(--provide-portal-lower-tone) !important;
1086
}
1087

    
1088
.monitor .uk-h4 {
1089
    color: var(--monitor-portal-color);
1090
    font-weight: bold;
1091
}
1092

    
1093
.monitor .el-content {
1094
    font-size: 18px;
1095
}
1096

    
1097
.monitor a {
1098
    background-color: var(--monitor-portal-color) !important;
1099
    color: #fff !important;
1100
    font-weight: bold !important;
1101
    border-color: var(--monitor-portal-color) !important;
1102
}
1103

    
1104
.monitor a:hover, .monitor a:active, .monitor a:focus {
1105
    background-color: var(--monitor-portal-lower-tone) !important;
1106
    border-color: var(--monitor-portal-lower-tone) !important;
1107
}
1108

    
1109
.connect-default-button {
1110
    background-color: var(--connect-portal-color) !important;
1111
    color: var(--portal-main-contrast) !important;
1112
    border: 2px solid var(--connect-portal-color) !important;
1113
    background-image: none !important;
1114
}
1115

    
1116
.connect .uk-h4 {
1117
    color: var(--connect-portal-color);
1118
    font-weight: bold;
1119
}
1120

    
1121
.connect .el-content {
1122
    font-size: 18px;
1123
}
1124

    
1125
.connect a {
1126
    background-color: var(--connect-portal-color) !important;
1127
    color: #fff !important;
1128
    font-weight: bold !important;
1129
    border-color: var(--connect-portal-color) !important;
1130
}
1131

    
1132

    
1133
.connect a:hover, .connect a:active, .connect a:focus {
1134
    background-color: var(--connect-portal-lower-tone) !important;
1135
    border-color: var(--connect-portal-lower-tone) !important;
1136

    
1137
}
1138

    
1139
.develop .uk-h4 {
1140
    color: var(--develop-portal-color);
1141
    font-weight: bold;
1142
}
1143

    
1144
.develop .el-content {
1145
    font-size: 18px;
1146
}
1147

    
1148
.develop a {
1149
    background-color: var(--develop-portal-color) !important;
1150
    color: #fff !important;
1151
    font-weight: bold !important;
1152
    border-color: var(--develop-portal-color) !important;
1153
}
1154

    
1155
.develop a:hover, .develop a:active, .develop a:focus {
1156
    background-color: var(--develop-portal-lower-tone) !important;
1157
    border-color: var(--develop-portal-lower-tone) !important;
1158
}
1159

    
1160
.portal-hr {
1161
    border-bottom: 1px solid var(--portal-main-color) !important;
1162
    padding: 5px 0;
1163
}
1164

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

    
1169
.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 {
1170
    background: var(--portal-main-color) !important;
1171
    color: white !important;
1172
}
1173

    
1174
.loginLink {
1175
    text-transform: uppercase !important;
1176
}
1177

    
1178
#footer\#9 a, #footer\#11 a, #footer\#13 a {
1179
    color: #dedede;
1180
    line-height: 22px;
1181
    padding: 2px 0;
1182
}
1183

    
1184
#footer\#9 a:hover, #footer\#11 a:hover, #footer\#13 a:hover {
1185
    color: rgba(255, 255, 255, 0.5);
1186
}
1187

    
1188
@media all and (min-width: 640px) {
1189

    
1190
    #footer\#3 {
1191
        margin-right: 280px;
1192
    }
1193

    
1194
}
1195

    
1196
.portal-card {
1197
    background-color: var(--portal-main-color);
1198
    color: #fff !important;
1199
}
1200

    
1201
.portal-card a {
1202
    color: #fff !important;
1203
    /*text-decoration: underline;*/
1204
}
1205

    
1206
.portal-card a:hover {
1207
    color: rgba(255, 255, 255, 0.8) !important;
1208
}
1209

    
1210
.badges {
1211
    position: absolute;
1212
    top: 0;
1213
    left: -3px;
1214
    padding-left: 0 !important;
1215
    width: 70px;
1216
}
1217

    
1218
.badges .portal-card-badge {
1219
    background-color: var(--portal-main-color);
1220
    color: #fff !important;
1221
    font-size: 10px;
1222
    border-radius: 3px;
1223
    padding: 2px 3px;
1224
    margin-bottom: 5px;
1225
}
1226

    
1227

    
1228
.badges .private-card-badge {
1229
    background-color: #A4A4A4;
1230
    color: #fff !important;
1231
    font-size: 10px;
1232
    border-radius: 3px;
1233
    padding: 2px 3px;
1234
}
1235

    
1236
.portal-icon-button, .portal-icon-button:hover {
1237
    background: var(--portal-main-color) !important;
1238
    color: var(--portal-main-contrast) !important;
1239
    border: 1px solid var(--portal-main-color) !important;
1240
}
1241

    
1242
.inherit-color {
1243
    color: inherit;
1244
}
1245

    
1246
/* theme */
1247
.uk-label {
1248
    border-radius: 15px;
1249
    line-height: 15px;
1250
    padding: 3px 10px;
1251
    text-transform: uppercase;
1252
}
1253

    
1254
a:hover, .uk-link:hover, .uk-link:hover, a:hover {
1255
    color: var(--portal-main-color);
1256
}
1257

    
1258
.portal-icon-button, .portal-icon-button:hover {
1259
    background: var(--portal-main-color) !important;
1260
    color: var(--portal-main-contrast) !important;
1261
    border: 1px solid var(--portal-main-color) !important;
1262
}
1263

    
1264

    
1265
/*linksBasket*/
1266

    
1267
.linksbasket {
1268
    /* background-color:#F5F5F5; */
1269
    border: 1px solid #DEDEDE;
1270
    font-size: 12px !important;
1271
    line-height: 18px;
1272
    /* height:512px; */
1273
}
1274

    
1275
.linksbaskettitles {
1276
    /* height:75px; */
1277
    cursor: pointer;
1278
    background-color: #F5F5F5;
1279
    border: 1px solid #DEDEDE;
1280
}
1281

    
1282
.linksBasketSubtitles {
1283
    font-size: 12px !important;
1284
}
1285

    
1286
.linkInlineEntity {
1287
    /* height:75px; */
1288
    background-color: #A4A4A4;
1289
    color: white !important;
1290
    /*border: 1px solid #DEDEDE;*/
1291
}
1292

    
1293
.linksbaskettitlesPortalColor, .linksbaskettitlesPortalColor div {
1294
    background: var(--portal-main-color) !important;
1295
    color: var(--portal-main-contrast) !important;
1296
    border: 1px solid var(--portal-main-color) !important;
1297
}
1298

    
1299
.contextlabelSelected, .contextlabelSelected:hover, .contextlabelSelected a, .contextlabelSelected:hover a {
1300
    background-color: var(--portal-main-color) !important;
1301
    color: var(--portal-main-contrast) !important;
1302
    border: 1px solid var(--portal-main-color) !important;
1303

    
1304
}
1305

    
1306
.contextlabelNotSelected, .contextlabelNotSelected:hover {
1307
    color: var(--portal-main-color) !important;
1308
    border: 1px solid var(--portal-main-color) !important;
1309
}
1310

    
1311
.contextlabelNotSelected a, .contextlabelNotSelected:hover a {
1312
    color: var(--portal-main-color) !important;
1313
}
1314

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

    
1321
.researchResultTypeNotSelected {
1322
    color: #222080 !important;
1323
    background-color: #fff !important;
1324
    border: 1px solid #222080 !important;
1325
}
1326

    
1327
.fadeOut {
1328
    opacity: 0.3;
1329
    /* background-color: rgba(red(var(--portal-main-color)), green(var(--portal-main-color)), blue(var(--portal-main-color)), 0.3); */
1330
}
1331

    
1332
.warningBorder {
1333
    border-color: #f70;
1334
}
1335

    
1336
.dangerBorder {
1337
    border-color: #ff4000;
1338
}
1339

    
1340
.linkingToolbar {
1341
    background-color: #EDEDED;
1342
}
1343

    
1344
.linkingToolbar .back {
1345
    color: #999999 !important;
1346
    cursor: pointer;
1347
    -webkit-transition: color 0.3s;
1348
    transition: color 0.3s;
1349
}
1350

    
1351
.linkingToolbar .back:hover {
1352
    color: #444444 !important;
1353
}
1354

    
1355

    
1356
.linkInlineEntityLabel {
1357
    color: #EAEAEA;
1358
    background-color: #B5B5B5;
1359
    border-color: #EAEAEA;
1360
}
1361

    
1362
textarea {
1363
    resize: none;
1364
}
1365

    
1366
.default-dropdown {
1367
    background: white;
1368
    max-width: 500px;
1369
}
1370

    
1371
[class*="uk-animation-"] {
1372
    animation-fill-mode: none !important;
1373
}
1374

    
1375
.cursor-default {
1376
    cursor: default;
1377
}
1378
.curator-photo {
1379
    border: #eee 4px solid;
1380
    object-fit: cover;
1381
    width: 80px;
1382
    height: 80px;
1383
}
1384

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

    
1390
/* theme */
1391
.uk-modal {
1392
    z-index: 10000;
1393
}
1394

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

    
1401
@media only screen and (min-width: 1200px) {
1402
    .image-front-topbar {
1403
        margin-top: -136px;
1404
    }
1405
}
1406

    
1407
/* theme */
1408
/*Adding shadow to the main menu dropdowns*/
1409
.uk-navbar-dropdown {
1410
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
1411
}
1412

    
1413
.small-beta-indication {
1414
    height: 60px;
1415
}
1416

    
1417
.large-beta-indication {
1418
    height: 104px;
1419
    position: absolute;
1420
    top: 0;
1421
    left: 0;
1422
    z-index: 10000;
1423
}
1424

    
1425
.uk-navbar-sticky .beta-indication-sticky {
1426
    position: fixed !important;
1427
    display: block;
1428

    
1429
}
1430

    
1431
.beta-indication-sticky {
1432
    height: 102px;
1433
    position: fixed;
1434
    top: 0;
1435
    left: 0;
1436
    display: none;
1437
    z-index: 10000;
1438
}
1439

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

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

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

    
1471

    
1472

    
1473
/* Landing gradient title section*/
1474
.title-section h1 {
1475
    font-size: 28px;
1476
    font-weight: 400;
1477
}
1478

    
1479
.title-section .under-curation {
1480
    color: #DE8366;
1481
}
1482

    
1483
/* theme */
1484
.uk-modal .title-section h1, .feedback-page .title-section h1 {
1485
    font-size: 18px;
1486
    font-weight: 400;
1487
}
1488

    
1489
.landing ul.basic-info li {
1490
    margin-bottom: 6px;
1491
}
1492
/* Landing Related Organizations*/
1493
.landing ul.organizations > li {
1494
    border: 1px solid #E8E8E8;
1495
    border-radius: 2px;
1496
    font-size: 12px;
1497
    color: #A4A4A4;
1498
    padding: 10px;
1499
    width: 100%;
1500
}
1501

    
1502
.landing ul.organizations > li .title {
1503
    color: #000000;
1504
    font-weight: 700;
1505
}
1506

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

    
1513
.landing .download-from > div:last-child {
1514
    border-bottom: none;
1515
}
1516

    
1517
.landing .download-from > div:hover {
1518
    background-color: #F0F0F0;
1519
    border-radius: 4px;
1520
}
1521

    
1522
.landing .download-from > div .title {
1523
    color: black;
1524
    word-wrap: break-word;
1525
    font-weight: 700;
1526
}
1527

    
1528
.landing .download-from > div a.title:hover {
1529
    text-decoration: underline;
1530
}
1531

    
1532
.landing .download-from .provider > a {
1533
    color: #666;
1534
    text-decoration: underline;
1535
}
1536

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

    
1546
.landing .simple-buttons > div:hover {
1547
    background-color: #F0F0F0;
1548
    box-shadow: 0 1px 6px #00000033;
1549
}
1550

    
1551
.landing .advanced-buttons > div > div {
1552
    border-radius: 4px;
1553
    font-size: 16px;
1554
    border: 1px solid #DEDEDE;
1555
}
1556

    
1557
.landing .advanced-buttons > div > div:hover {
1558
    box-shadow: 0 1px 6px #00000033;
1559
}
1560

    
1561
.landing .advanced-buttons > div > div .header {
1562
    padding: 15px;
1563
    min-height: 60px;
1564
    color: var(--portal-main-color);
1565
    text-overflow: ellipsis;
1566
}
1567

    
1568
.landing .advanced-buttons > div > div .icon {
1569
    z-index: 1;
1570
    color: var(--portal-main-color);
1571
}
1572

    
1573
.landing .advanced-buttons > div > div .icon > svg {
1574
    width: 40px;
1575
    height: 40px;
1576
}
1577

    
1578
.landing .advanced-buttons > div > div .footer {
1579
    padding: 15px;
1580
    min-height: 60px;
1581
    background-color: #F0F0F0;
1582
    font-size: 24px;
1583
    color: #666;
1584
}
1585

    
1586
.landing .advanced-buttons > div > div:hover .footer {
1587
    color: black;
1588
}
1589

    
1590
.landing .left-border {
1591
    border-left: 3px solid #EBEBEB;
1592
    padding-left: 20px;
1593
}
1594

    
1595
.matSelection .mat-select-value, .matSelection .mat-select-arrow {
1596
    color: inherit !important;
1597
}
1598

    
1599
.matSelection.mat-select {
1600
    padding-bottom: 4px;
1601
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
1602
}
1603

    
1604
.matSelection.mat-select:focus {
1605
    border-color: #222080;
1606
}
1607

    
1608
.matSelectionFormField .mat-form-field-underline, .matSelectionFormField .mat-form-field-ripple {
1609
    height: 0 !important;
1610
}
1611

    
1612
.portal-progress.uk-progress, .green-progress.uk-progress {
1613
    background-color: #F0F0F0;
1614
    height: 10px;
1615
}
1616

    
1617
/*firefox*/
1618
.portal-progress.uk-progress::-moz-progress-bar {
1619
    background-color: var(--portal-main-color);
1620
}
1621

    
1622
.green-progress.uk-progress::-moz-progress-bar {
1623
    background-color: #9ADC83 !important;
1624
}
1625

    
1626
/*chrome*/
1627
.portal-progress.uk-progress::-webkit-progress-value {
1628
    background-color: var(--portal-main-color);
1629
}
1630

    
1631
.green-progress.uk-progress::-webkit-progress-value {
1632
    background-color: #9ADC83 !important;
1633
}
1634

    
1635
/*internet explore & edge*/
1636
.portal-progress.uk-progress::-ms-fill {
1637
    background-color: var(--portal-main-color);
1638
}
1639

    
1640
.green-progress.uk-progress::-ms-fill {
1641
    background-color: #9ADC83 !important;
1642
}
1643

    
1644
svg #statistics-bars {
1645
    fill: var(--portal-main-color);
1646
}
1647

    
1648
.bioentities-buttons > div > * {
1649
    border-radius: 4px;
1650
    font-size: 16px;
1651
    font-weight: 700;
1652
    border: 1px solid #DEDEDE;
1653
    padding: 40px 0;
1654
    width: 100%;
1655
    display: inline-block;
1656
    text-align: center;
1657
    text-transform: uppercase;
1658
    color: #666;
1659
}
1660

    
1661
.bioentities-buttons > div > a:hover {
1662
    background-color: #F0F0F0;
1663
    color: black;
1664
    box-shadow: 0 1px 6px #00000033;
1665
}
1666

    
1667
/* Feedback page*/
1668
.feedback-page .title-section {
1669
    background-image: linear-gradient(to right, var(--portal-main-color), #F37A53);
1670
    padding: 15px 0;
1671
    border-radius: 4px;
1672
}
1673

    
1674
.feedback-page .uk-text-muted {
1675
    color: rgba(255, 255, 255, 0.7) !important;
1676
}
1677

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

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

    
1693
.feedback-sent * {
1694
    color: white;
1695
}
1696

    
1697
.space {
1698
    margin-left: 4px;
1699
}
1700

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

    
1706
.uk-tooltip.under-curation-tooltip {
1707
    background-color: white;
1708
    display: block;
1709
    border-radius: 4px;
1710
    padding: 15px 15px 0;
1711
    border: 1px solid #DEDEDE;
1712
    color: #6c6c6c;
1713
    z-index: 10000;
1714
}
1715

    
1716
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.portalTabs.uk-tab > * > a:hover {
1717
    color: var(--portal-main-color) !important;
1718
    border-color: var(--portal-main-color) !important;
1719
    /*font-family: Roboto, sans-serif !important;*/
1720
}
1721

    
1722
ul.portalTabs.uk-tab > .uk-active > a {
1723
    font-weight: bold;
1724
}
1725

    
1726
ul.portalTabs.uk-tab::before {
1727
    border-bottom: 1px solid var(--portal-main-color);
1728
}
1729

    
1730
.quickSelectionsBox {
1731
    border: 1px solid #E6E6E6;
1732
    border-top: 0;
1733
    background-color: white;
1734
}
1735

    
1736
.selectedFilterLabel {
1737
    background-color: #E5E5E5;
1738
    border-color: #E5E5E5;
1739
    border-radius: 2px;
1740
    color: inherit;
1741
    line-height: 15px;
1742
    padding: 6px 10px;
1743
}
1744

    
1745
.searchFilterItem {
1746
    margin-bottom: 5px;
1747
}
1748

    
1749
.portal-box .mat-select-value, .portal-box .mat-select-arrow {
1750
    color: var(--portal-main-contrast) !important;
1751

    
1752
}
1753

    
1754
.entitiesSelection {
1755
    width: 150px;
1756
    padding: 10px;
1757
    display: inline-block
1758
}
1759

    
1760
.text-input-box{
1761
    border: 1px solid #DFE1E5 !important;
1762
}
1763

    
1764
/* theme */
1765
.uk-input, .uk-textarea {
1766
    border: 1px solid rgba(0, 0, 0, 0.40) !important;
1767
}
1768

    
1769
.uk-select {
1770
    border-bottom: 1px solid rgba(0, 0, 0, 0.40) !important;
1771
}
1772

    
1773
/* theme */
1774
.uk-text-muted {
1775
    color: #666 !important;
1776
}
1777

    
1778
/* theme */
1779
.uk-card-default {
1780
    color: #333 !important;
1781
}
1782

    
1783
/* theme */
1784
html {
1785
    color: #1d1d1d !important;
1786
}
1787

    
1788
.b2note ul {
1789
    color: #1D3454;
1790
}
1791

    
1792
.b2note button {
1793
    border-radius: 500px;
1794
    border: 1px solid #DEDEDE;
1795
    line-height: 17px;
1796
    background-color: #DEDEDE;
1797
    color: #515151;
1798
    padding: 5px 15px;
1799
    text-transform: uppercase;
1800
    font-size: 12px;
1801
}
1802

    
1803
.b2note button:hover {
1804
    box-shadow: 0 1px 6px #00000033;
1805
}
1806

    
1807
.b2note button:focus {
1808
    outline-color: transparent;
1809
}
1810

    
1811
.b2note ul > li > .semantic {
1812
    background-color: #22356E;
1813
    border-radius: 4px;
1814
    color: white;
1815
    font-size: 12px;
1816
    padding: 1px 9px;
1817
    text-transform: uppercase;
1818
}
1819

    
1820
.b2note ul > li > .keyword {
1821
    background-color: #596FB5;
1822
    border-radius: 4px;
1823
    color: white;
1824
    font-size: 12px;
1825
    padding: 1px 9px;
1826
    text-transform: uppercase;
1827
}
1828

    
1829
.b2note ul > li > .comment {
1830
    background-color: #AFB3D4;
1831
    border-radius: 4px;
1832
    color: white;
1833
    font-size: 12px;
1834
    padding: 1px 9px;
1835
    text-transform: uppercase;
1836
}
1837

    
1838

    
1839
.offcanvas-white {
1840
    background: white !important;
1841
    color: inherit !important;
1842
}
1843

    
1844
.offcanvas-white .uk-close, offcanvas-white .uk-close:hover,
1845
.offcanvas-white a:not([class*="portal-link"]) {
1846
    color: inherit !important;
1847
}
1848

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

    
1853
.offcanvas-white h5 {
1854
    font-size: 18px !important;;
1855
    line-height: 1.4 !important;;
1856
    color: #1a1a1a !important;;
1857
    font-family: 'Open Sans', sans-serif !important;;
1858
}
1859

    
1860
.offcanvas-white .uk-text-muted {
1861
    color: #bfbfbf !important;
1862
}
1863

    
1864
.offcanvas-white .uk-input:not(.text-input-box) {
1865
    border-bottom: 1px solid #ededed !important;
1866
    background: #fff !important;
1867
    color: #666 !important;
1868
}
1869
.offcanvas-white .text-input-box{
1870
    border: 1px solid #ededed !important;
1871
    background: #fff !important;
1872
    color: #666 !important;
1873
}
1874

    
1875
.offcanvas-white .uk-input::placeholder {
1876
    color: #bfbfbf !important;
1877
}
1878

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

    
1888
.offcanvas-white .uk-input:focus, .offcanvas-white .uk-select:not([multiple]):not([size]):focus {
1889
    background-color: #fff !important;
1890
    color: #666 !important;
1891
    border-color: #222080 !important;
1892
}
1893

    
1894
.offcanvas-white .uk-radio:checked, .offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
1895
    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;;
1896
}
1897

    
1898
.offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
1899
    background-color: #222080 !important;;
1900
    border-color: transparent !important;;
1901
}
1902

    
1903
.offcanvas-white .uk-radio, .offcanvas-white input[type="radio"]:not([class*="uk-"]) {
1904
    border: 1px solid #d4d4d4 !important;;
1905
}
1906

    
1907
.offcanvas-white .uk-button-default:not(:disabled) {
1908
    background-color: #fff !important;
1909
    color: #222080 !important;
1910
    border: 1px solid #222080 !important;
1911
}
1912

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

    
1919
.offcanvas-white .uk-button-default:disabled {
1920
    color: #bfbfbf !important;
1921
    border: 1px solid #ededed !important;
1922
}
1923

    
1924
/*CONNECT REDESIGN*/
1925

    
1926
.main-tabs .tab-header {
1927
    font-size: 12px;
1928
    text-transform: uppercase;
1929
    transition: color .1s ease-in-out;
1930
    line-height: 20px;
1931
    user-select: none;
1932
}
1933

    
1934
.main-tabs > li {
1935
    background-color: #F2F2F2;
1936
    border: 1px solid #DEDEDE;
1937
    z-index: 2;
1938
    max-width: 150px;
1939
}
1940

    
1941
.main-tabs > li.uk-active {
1942
    background-color: white !important;
1943
    border-bottom: 1px solid white;
1944
    border-top: 3px solid var(--portal-main-color);
1945
}
1946

    
1947
.main-tabs > li > a {
1948
    text-transform: capitalize;
1949
    text-align: left;
1950
    color: #7A7A7A;
1951
    border: none;
1952
}
1953

    
1954
.main-tabs > li:not(.uk-active):not(:hover) > a > .number {
1955
    color: #666666;
1956
}
1957

    
1958
.main-tabs > li > a > .number {
1959
    font-size: 18px;
1960
    line-height: 1.4;
1961
    font-family: Heebo;
1962
    font-weight: 800;
1963
}
1964

    
1965
.main-tabs.uk-tab > .uk-active > a, .main-tabs.uk-tab > li:hover:not(.statistics) > a {
1966
    /*border: none !important;*/
1967
    color: var(--portal-main-color) !important;
1968
}
1969

    
1970
.main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > a,
1971
.main-tabs > li.statistics svg #statistics-bars, .main-tabs > .uk-active.statistics svg #statistics-bars {
1972
    fill: #FE4A49 !important;
1973
    color: #FE4A49 !important;
1974
}
1975

    
1976
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) > a,
1977
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) svg #statistics-bars {
1978
    fill: #FF052B !important;
1979
    color: #FF052B !important;
1980
}
1981

    
1982
.main-tabs.uk-tab > .uk-active.statistics > a {
1983
    background-color: #FFE6E6 !important;
1984
}
1985

    
1986
.main-tabs > li.uk-active.statistics {
1987
    border-top: 3px solid #FE4A49 !important;
1988
    border-bottom: 1px solid #FFE6E6;
1989
}
1990

    
1991
.main-tabs-content {
1992
    border: 1px solid #DEDEDE;
1993
    margin-top: -1px;
1994
    z-index: 1;
1995
    background-color: white;
1996
}
1997

    
1998
.main-tabs-content .uk-overflow-auto {
1999
    max-height: 700px;
2000
}
2001

    
2002
.main-tabs-content .right-column {
2003
    border-left: 1px solid #DEDEDE;
2004
}
2005

    
2006
.main-tabs-content .tab-header {
2007
    font-size: 20px;
2008
    text-transform: capitalize;
2009
    color: #707070;
2010
}
2011

    
2012
.white-box-with-border {
2013
    border: 1px solid #DEDEDE;
2014
    background-color: white;
2015
}
2016

    
2017
.white-box-with-border.uk-grid > div:not(.uk-first-column) {
2018
    border-left: 1px solid #DEDEDE;
2019
}
2020

    
2021
/*END OF CONNECT REDESIGN*/
2022

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

    
2033
.footer-light-background{
2034
    color:black;
2035
    background-color: white;
2036
}
2037
.footer-light-background a, .footer-light-background a:not(.uk-button):hover, .footer-light-background  a:not(.uk-button){
2038
    color:black;
2039
}
2040

    
2041
.footer-light-background .uk-icon-button:hover,.footer-light-background a:not(.license):hover {
2042
    color:black;
2043
    border-color:black;
2044
    text-decoration: underline;
2045
}
2046

    
2047
.uk-breadcrumb.uk-light > * > *,
2048
.uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before {
2049
    color: white !important;
2050
}
2051

    
2052
.uk-breadcrumb > * > * {
2053
    color: rgba(0, 0, 0, 0.60) !important;
2054
    vertical-align: top;
2055
    line-height: 25px;
2056
}
2057

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

    
2066
.uk-breadcrumb > :last-child > * {
2067
    font-weight: 700;
2068
    color: rgba(0, 0, 0, 0.60);
2069
}
2070

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

    
2082
.uk-text-normal{
2083
    font-weight: 400;
2084
}
2085

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

    
2098
/*login*/
2099
.login {
2100
    color: white;
2101
    font-weight: 400 !important;
2102
}
2103

    
2104
.login  circle, .login svg,
2105
.login  svg svg *, .login svg *  {
2106
    fill: var(--portal-main-color);
2107
}
2108

    
2109
.login:hover circle {
2110
    fill: var(--portal-dark-color);
2111
}
2112

    
2113
.login text {
2114
    stroke: white;
2115
    fill: white;
2116
}
2117

    
2118
.connect-admin-menu .login {
2119
    color: var(--portal-main-color);
2120
    font-weight: 400 !important;
2121
}
2122

    
2123
.connect-admin-menu .login  circle, .connect-admin-menu .login svg,
2124
.connect-admin-menu .login  svg svg *,.connect-admin-menu  .login svg *  {
2125
    fill: white;
2126
}
2127

    
2128
.connect-admin-menu .login text {
2129
    stroke: var(--portal-main-color);
2130
    fill: var(--portal-main-color);
2131
}
2132

    
2133
/*mat-select-panel*/
2134
div.cdk-overlay-container {
2135
    z-index: 4 !important;
2136
}
2137

    
2138
div.cdk-overlay-container.modal-select {
2139
    z-index: 10001 !important;
2140
}
2141

    
2142
@keyframes opacity {
2143
    from {opacity: 0;}
2144
    to {opacity: 1;}
2145
}
2146

    
2147
/* Set an animation for 750ms to avoid flickering on z-index change*/
2148
.cdk-overlay-pane {
2149
    animation: linear 750ms opacity;
2150
}
2151

    
2152
.landing-modal-header {
2153
    background: transparent linear-gradient(35deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
2154
    padding: 20px 40px;
2155
}
2156

    
2157
.landing-modal .modal-title {
2158
    font-weight: bold;
2159
    font-size: 22px;
2160
    margin: 0;
2161
}
2162

    
2163
.square-button {
2164
    border-radius: 0;
2165
}
2166

    
2167
.title-grey-background {
2168
    background: transparent linear-gradient(17deg, #FFFFFF 0%, #F0F0F0 100%) no-repeat padding-box;
2169
    padding: 15px 0;
2170
    border-radius: 4px;
2171
}
(16-16/43)