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
    border: 1px solid var(--portal-main-color);
946
    height: 18px;
947
}
948

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

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

    
958
.widget-box {
959
    background: white;
960
}
961

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

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

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

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

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

    
1004
showTitle h2 {
1005
    text-transform: unset !important;
1006
}
1007

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

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

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

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

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

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

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

    
1041

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

    
1047
.explore .el-content {
1048
    font-size: 18px;
1049
}
1050

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

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

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

    
1068
.provide .el-content {
1069
    font-size: 18px;
1070
}
1071

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

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

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

    
1089
.monitor .el-content {
1090
    font-size: 18px;
1091
}
1092

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

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

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

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

    
1117
.connect .el-content {
1118
    font-size: 18px;
1119
}
1120

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

    
1128

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

    
1133
}
1134

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

    
1140
.develop .el-content {
1141
    font-size: 18px;
1142
}
1143

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

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

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

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

    
1165
.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 {
1166
    background: var(--portal-main-color) !important;
1167
    color: white !important;
1168
}
1169

    
1170
.loginLink {
1171
    text-transform: uppercase !important;
1172
}
1173

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

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

    
1184
@media all and (min-width: 640px) {
1185

    
1186
    #footer\#3 {
1187
        margin-right: 280px;
1188
    }
1189

    
1190
}
1191

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

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

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

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

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

    
1223

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

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

    
1238
.inherit-color {
1239
    color: inherit;
1240
}
1241

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

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

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

    
1260

    
1261
/*linksBasket*/
1262

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

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

    
1278
.linksBasketSubtitles {
1279
    font-size: 12px !important;
1280
}
1281

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

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

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

    
1300
}
1301

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

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

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

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

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

    
1328
.warningBorder {
1329
    border-color: #f70;
1330
}
1331

    
1332
.dangerBorder {
1333
    border-color: #ff4000;
1334
}
1335

    
1336
.linkingToolbar {
1337
    background-color: #EDEDED;
1338
}
1339

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

    
1347
.linkingToolbar .back:hover {
1348
    color: #444444 !important;
1349
}
1350

    
1351

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

    
1358
textarea {
1359
    resize: none;
1360
}
1361

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

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

    
1371
.cursor-default {
1372
    cursor: default;
1373
}
1374
.curator-photo {
1375
    border: #eee 4px solid;
1376
    object-fit: cover;
1377
    width: 80px;
1378
    height: 80px;
1379
}
1380

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

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

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

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

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

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

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

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

    
1425
}
1426

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

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

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

    
1462
.recentyears.uk-subnav>*:nth-child(1) {
1463
    padding-left: 0 !important;
1464
}
1465
/* End of Natalia's suggestion */
1466

    
1467

    
1468

    
1469
/* Landing gradient title section*/
1470
.title-section h1 {
1471
    font-size: 28px;
1472
    font-weight: 400;
1473
}
1474

    
1475
.title-section .under-curation {
1476
    color: #DE8366;
1477
}
1478

    
1479
/* theme */
1480
.uk-modal .title-section h1, .feedback-page .title-section h1 {
1481
    font-size: 18px;
1482
    font-weight: 400;
1483
}
1484

    
1485
/*.landing ul li {*/
1486
/*    margin-bottom: 6px;*/
1487
/*}*/
1488

    
1489
/* Landing Download from section*/
1490
.landing .download-from > div {
1491
    padding: 10px;
1492
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
1493
}
1494

    
1495
.landing .download-from > div:last-child {
1496
    border-bottom: none;
1497
}
1498

    
1499
.landing .download-from > div:hover {
1500
    background-color: #F0F0F0;
1501
    border-radius: 4px;
1502
}
1503

    
1504
.landing .download-from > div .title {
1505
    color: black;
1506
    font-weight: 700;
1507
}
1508

    
1509
.landing .download-from > div a.title:hover {
1510
    text-decoration: underline;
1511
}
1512

    
1513
.landing .download-from .provider > a {
1514
    color: #666;
1515
    text-decoration: underline;
1516
}
1517

    
1518
/* Landing Relations section*/
1519
.landing .simple-buttons > div {
1520
    font-size: 16px;
1521
    padding: 15px 30px;
1522
    border-radius: 4px;
1523
    background-color: white;
1524
    border: 1px solid #DEDEDE;
1525
}
1526

    
1527
.landing .simple-buttons > div:hover {
1528
    background-color: #F0F0F0;
1529
    box-shadow: 0 1px 6px #00000033;
1530
}
1531

    
1532
.landing .advanced-buttons > div > div {
1533
    border-radius: 4px;
1534
    font-size: 16px;
1535
    border: 1px solid #DEDEDE;
1536
}
1537

    
1538
.landing .advanced-buttons > div > div:hover {
1539
    box-shadow: 0 1px 6px #00000033;
1540
}
1541

    
1542
.landing .advanced-buttons > div > div .header {
1543
    padding: 15px;
1544
    min-height: 60px;
1545
    color: var(--portal-main-color);
1546
    text-overflow: ellipsis;
1547
}
1548

    
1549
.landing .advanced-buttons > div > div .icon {
1550
    z-index: 1;
1551
    color: var(--portal-main-color);
1552
}
1553

    
1554
.landing .advanced-buttons > div > div .icon > svg {
1555
    width: 40px;
1556
    height: 40px;
1557
}
1558

    
1559
.landing .advanced-buttons > div > div .footer {
1560
    padding: 15px;
1561
    min-height: 60px;
1562
    background-color: #F0F0F0;
1563
    font-size: 24px;
1564
    color: #666;
1565
}
1566

    
1567
.landing .advanced-buttons > div > div:hover .footer {
1568
    color: black;
1569
}
1570

    
1571
.landing .left-border {
1572
    border-left: 3px solid #EBEBEB;
1573
    padding-left: 20px;
1574
}
1575

    
1576
.landing #feedback-pos {
1577
    position: -webkit-sticky;
1578
    position: sticky;
1579
    bottom: 20px;
1580
}
1581

    
1582
.landing .feedback {
1583
    border-radius: 4px;
1584
    border: 1px solid #DCDCDC;
1585
    box-shadow: 0 2px 4px #0000001A;
1586
    background-color: white;
1587
    padding: 5px 15px;
1588
    font-size: 12px;
1589
    z-index: 1;
1590
}
1591

    
1592
.matSelection .mat-select-value, .matSelection .mat-select-arrow {
1593
    color: inherit !important;
1594
}
1595

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

    
1601
.matSelection.mat-select:focus {
1602
    border-color: #222080;
1603
}
1604

    
1605
.matSelectionFormField .mat-form-field-underline, .matSelectionFormField .mat-form-field-ripple {
1606
    height: 0 !important;
1607
}
1608

    
1609
.portal-progress.uk-progress, .green-progress.uk-progress {
1610
    background-color: #F0F0F0;
1611
    height: 10px;
1612
}
1613

    
1614
/*firefox*/
1615
.portal-progress.uk-progress::-moz-progress-bar {
1616
    background-color: var(--portal-main-color);
1617
}
1618

    
1619
.green-progress.uk-progress::-moz-progress-bar {
1620
    background-color: #9ADC83 !important;
1621
}
1622

    
1623
/*chrome*/
1624
.portal-progress.uk-progress::-webkit-progress-value {
1625
    background-color: var(--portal-main-color);
1626
}
1627

    
1628
.green-progress.uk-progress::-webkit-progress-value {
1629
    background-color: #9ADC83 !important;
1630
}
1631

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

    
1637
.green-progress.uk-progress::-ms-fill {
1638
    background-color: #9ADC83 !important;
1639
}
1640

    
1641
svg #statistics-bars {
1642
    fill: var(--portal-main-color);
1643
}
1644

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

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

    
1664
/* Feedback page*/
1665
.feedback-page .title-section {
1666
    background-image: linear-gradient(to right, var(--portal-main-color), #F37A53);
1667
}
1668

    
1669
.feedback-page .form {
1670
    margin-top: 5px;
1671
    border-radius: 4px;
1672
    border: 1px solid rgba(0, 0, 0, 0.2);
1673
    padding: 25px 25px 15px;
1674
}
1675

    
1676
.feedback-sent {
1677
    border-radius: 4px;
1678
    background-color: var(--portal-main-color);
1679
    color: white;
1680
    padding: 50px 100px;
1681
    text-align: center;
1682
}
1683

    
1684
.feedback-sent * {
1685
    color: white;
1686
}
1687

    
1688
.space {
1689
    margin-left: 4px;
1690
}
1691

    
1692
/* theme */
1693
.uk-modal .uk-modal-dialog {
1694
    border-radius: 4px;
1695
}
1696

    
1697
.uk-modal .portal-link {
1698
    color: black !important;
1699
}
1700

    
1701
.uk-tooltip.under-curation-tooltip {
1702
    background-color: white;
1703
    display: block;
1704
    border-radius: 4px;
1705
    padding: 15px 15px 0;
1706
    border: 1px solid #DEDEDE;
1707
    color: #6c6c6c;
1708
    z-index: 10000;
1709
}
1710

    
1711
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.portalTabs.uk-tab > * > a:hover {
1712
    color: var(--portal-main-color) !important;
1713
    border-color: var(--portal-main-color) !important;
1714
    /*font-family: Roboto, sans-serif !important;*/
1715
}
1716

    
1717
ul.portalTabs.uk-tab > .uk-active > a {
1718
    font-weight: bold;
1719
}
1720

    
1721
ul.portalTabs.uk-tab::before {
1722
    border-bottom: 1px solid var(--portal-main-color);
1723
}
1724

    
1725
.quickSelectionsBox {
1726
    border: 1px solid #E6E6E6;
1727
    border-top: 0;
1728
    background-color: white;
1729
}
1730

    
1731
.selectedFilterLabel {
1732
    background-color: #E5E5E5;
1733
    border-color: #E5E5E5;
1734
    border-radius: 2px;
1735
    color: inherit;
1736
    line-height: 15px;
1737
    padding: 6px 10px;
1738
}
1739

    
1740
.searchFilterItem {
1741
    margin-bottom: 5px;
1742
}
1743

    
1744
.portal-box .mat-select-value, .portal-box .mat-select-arrow {
1745
    color: var(--portal-main-contrast) !important;
1746

    
1747
}
1748

    
1749
.entitiesSelection {
1750
    width: 150px;
1751
    padding: 10px;
1752
    display: inline-block
1753
}
1754

    
1755
.text-input-box{
1756
    border: 1px solid #DFE1E5 !important;
1757
}
1758

    
1759
/* theme */
1760
.uk-input, .uk-textarea {
1761
    border: 1px solid rgba(0, 0, 0, 0.40) !important;
1762
}
1763

    
1764
.uk-select {
1765
    border-bottom: 1px solid rgba(0, 0, 0, 0.40) !important;
1766
}
1767

    
1768
/* theme */
1769
.uk-text-muted {
1770
    color: #666 !important;
1771
}
1772

    
1773
/* theme */
1774
.uk-card-default {
1775
    color: #333 !important;
1776
}
1777

    
1778
/* theme */
1779
html {
1780
    color: #1d1d1d !important;
1781
}
1782

    
1783
.b2note ul {
1784
    color: #1D3454;
1785
}
1786

    
1787
.b2note button {
1788
    border-radius: 500px;
1789
    border: 1px solid #DEDEDE;
1790
    line-height: 17px;
1791
    background-color: #DEDEDE;
1792
    color: #515151;
1793
    padding: 5px 15px;
1794
    text-transform: uppercase;
1795
    font-size: 12px;
1796
}
1797

    
1798
.b2note button:hover {
1799
    box-shadow: 0 1px 6px #00000033;
1800
}
1801

    
1802
.b2note button:focus {
1803
    outline-color: transparent;
1804
}
1805

    
1806
.b2note ul > li > .semantic {
1807
    background-color: #22356E;
1808
    border-radius: 4px;
1809
    color: white;
1810
    font-size: 12px;
1811
    padding: 1px 9px;
1812
    text-transform: uppercase;
1813
}
1814

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

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

    
1833

    
1834
.offcanvas-white {
1835
    background: white !important;
1836
    color: inherit !important;
1837
}
1838

    
1839
.offcanvas-white .uk-close, offcanvas-white .uk-close:hover,
1840
.offcanvas-white a:not([class*="portal-link"]) {
1841
    color: inherit !important;
1842
}
1843

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

    
1848
.offcanvas-white h5 {
1849
    font-size: 18px !important;;
1850
    line-height: 1.4 !important;;
1851
    color: #1a1a1a !important;;
1852
    font-family: 'Open Sans', sans-serif !important;;
1853
}
1854

    
1855
.offcanvas-white .uk-text-muted {
1856
    color: #bfbfbf !important;
1857
}
1858

    
1859
.offcanvas-white .uk-input:not(.text-input-box) {
1860
    border-bottom: 1px solid #ededed !important;
1861
    background: #fff !important;
1862
    color: #666 !important;
1863
}
1864
.offcanvas-white .text-input-box{
1865
    border: 1px solid #ededed !important;
1866
    background: #fff !important;
1867
    color: #666 !important;
1868
}
1869

    
1870
.offcanvas-white .uk-input::placeholder {
1871
    color: #bfbfbf !important;
1872
}
1873

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

    
1883
.offcanvas-white .uk-input:focus, .offcanvas-white .uk-select:not([multiple]):not([size]):focus {
1884
    background-color: #fff !important;
1885
    color: #666 !important;
1886
    border-color: #222080 !important;
1887
}
1888

    
1889
.offcanvas-white .uk-radio:checked, .offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
1890
    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;;
1891
}
1892

    
1893
.offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
1894
    background-color: #222080 !important;;
1895
    border-color: transparent !important;;
1896
}
1897

    
1898
.offcanvas-white .uk-radio, .offcanvas-white input[type="radio"]:not([class*="uk-"]) {
1899
    border: 1px solid #d4d4d4 !important;;
1900
}
1901

    
1902
.offcanvas-white .uk-button-default:not(:disabled) {
1903
    background-color: #fff !important;
1904
    color: #222080 !important;
1905
    border: 1px solid #222080 !important;
1906
}
1907

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

    
1914
.offcanvas-white .uk-button-default:disabled {
1915
    color: #bfbfbf !important;
1916
    border: 1px solid #ededed !important;
1917
}
1918

    
1919
/*CONNECT REDESIGN*/
1920

    
1921
.main-tabs .tab-header {
1922
    font-size: 12px;
1923
    text-transform: uppercase;
1924
    transition: color .1s ease-in-out;
1925
    line-height: 20px;
1926
}
1927

    
1928
.main-tabs > li {
1929
    background-color: #F2F2F2;
1930
    border: 1px solid #DEDEDE;
1931
    z-index: 2;
1932
    max-width: 150px;
1933
}
1934

    
1935
.main-tabs > li.uk-active {
1936
    background-color: white !important;
1937
    border-bottom: 1px solid white;
1938
    border-top: 3px solid var(--portal-main-color);
1939
}
1940

    
1941
.main-tabs > li > a {
1942
    text-transform: capitalize;
1943
    text-align: left;
1944
    color: #7A7A7A;
1945
    border: none;
1946
}
1947

    
1948
.main-tabs > li:not(.uk-active):not(:hover) > a > .number {
1949
    color: #666666;
1950
}
1951

    
1952
.main-tabs > li > a > .number {
1953
    font-size: 18px;
1954
    line-height: 1.4;
1955
    font-family: Heebo;
1956
    font-weight: 800;
1957
}
1958

    
1959
.main-tabs.uk-tab > .uk-active > a, .main-tabs.uk-tab > li:hover:not(.statistics) > a {
1960
    /*border: none !important;*/
1961
    color: var(--portal-main-color) !important;
1962
}
1963

    
1964
.main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > a,
1965
.main-tabs > li.statistics svg #statistics-bars, .main-tabs > .uk-active.statistics svg #statistics-bars {
1966
    fill: #FE4A49 !important;
1967
    color: #FE4A49 !important;
1968
}
1969

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

    
1976
.main-tabs.uk-tab > .uk-active.statistics > a {
1977
    background-color: #FFE6E6 !important;
1978
}
1979

    
1980
.main-tabs > li.uk-active.statistics {
1981
    border-top: 3px solid #FE4A49 !important;
1982
    border-bottom: 1px solid #FFE6E6;
1983
}
1984

    
1985
.main-tabs-content {
1986
    border: 1px solid #DEDEDE;
1987
    margin-top: -1px;
1988
    z-index: 1;
1989
    background-color: white;
1990
}
1991

    
1992
.main-tabs-content .uk-overflow-auto {
1993
    max-height: 700px;
1994
}
1995

    
1996
.main-tabs-content .right-column {
1997
    border-left: 1px solid #DEDEDE;
1998
}
1999

    
2000
.main-tabs-content .tab-header {
2001
    font-size: 20px;
2002
    text-transform: capitalize;
2003
    color: #707070;
2004
}
2005

    
2006
.white-box-with-border {
2007
    border: 1px solid #DEDEDE;
2008
    background-color: white;
2009
}
2010

    
2011
.white-box-with-border.uk-grid > div:not(.uk-first-column) {
2012
    border-left: 1px solid #DEDEDE;
2013
}
2014

    
2015
/*END OF CONNECT REDESIGN*/
2016

    
2017
search-bar .entitiesSelection{
2018
    max-width:115px;
2019
    border: solid 1px var(--portal-main-color) !important;
2020
    background: white !important;
2021
    color:  var(--portal-main-color);
2022
}
2023
search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-bar .entitiesSelection  .mat-select-arrow, search-bar .entitiesSelection .mat-select-value{
2024
    color:  var(--portal-main-color) !important;
2025
}
2026

    
2027
.footer-light-background{
2028
    color:black;
2029
    background-color: white;
2030
}
2031
.footer-light-background a, .footer-light-background a:not(.uk-button):hover, .footer-light-background  a:not(.uk-button){
2032
    color:black;
2033
}
2034

    
2035
.footer-light-background .uk-icon-button:hover,.footer-light-background a:not(.license):hover {
2036
    color:black;
2037
    border-color:black;
2038
    text-decoration: underline;
2039
}
2040

    
2041
.uk-breadcrumb.uk-light > * > *,
2042
.uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before {
2043
    color: white !important;
2044
}
2045

    
2046
.uk-breadcrumb > * > * {
2047
    color: rgba(0, 0, 0, 0.60) !important;
2048
    vertical-align: top;
2049
    line-height: 25px;
2050
}
2051

    
2052
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
2053
    content: "›";
2054
    color: rgba(0, 0, 0, 0.60);
2055
    font-weight: 200;
2056
    font-size: 25px;
2057
    margin: -9px 10px;
2058
}
2059

    
2060
.uk-breadcrumb > :last-child > * {
2061
    font-weight: 700;
2062
    color: rgba(0, 0, 0, 0.60);
2063
}
2064

    
2065
.zenodoButton, .zenodoButton:hover{
2066
    background-image:linear-gradient(to right, #0F4DA1, #0078E1) ;
2067
    color: white !important;
2068
    border-color: transparent !important;
2069
    border-style: solid !important;
2070
    border-width: 1px !important;
2071
    box-shadow: 0px 4px 10px #00000029;
2072
    border-radius: 2px;
2073
    opacity: 1;
2074
}
2075

    
2076
.uk-text-normal{
2077
    font-weight: 400;
2078
}
2079

    
2080
/*
2081
Impact Factor -  ATHENA CODE */
2082
.popularity-A svg .a, .influence-A svg .a{
2083
    fill:#d51717;
2084
}
2085
.popularity-B  svg .a, .influence-B svg  .a {
2086
    fill: #e1920a;
2087
}
2088
.popularity-C svg  .a, .influence-C svg .a {
2089
    fill: #444;
2090
}
2091

    
2092
/*login*/
2093
.login {
2094
    color: white;
2095
    font-weight: 400 !important;
2096
}
2097

    
2098
.login  circle, .login svg,
2099
.login  svg svg *, .login svg *  {
2100
    fill: var(--portal-main-color);
2101
}
2102

    
2103
.login:hover circle {
2104
    fill: var(--portal-dark-color);
2105
}
2106

    
2107
.login text {
2108
    stroke: white;
2109
    fill: white;
2110
}
2111

    
2112
.connect-admin-menu .login {
2113
    color: var(--portal-main-color);
2114
    font-weight: 400 !important;
2115
}
2116

    
2117
.connect-admin-menu .login  circle, .connect-admin-menu .login svg,
2118
.connect-admin-menu .login  svg svg *,.connect-admin-menu  .login svg *  {
2119
    fill: white;
2120
}
2121

    
2122
.connect-admin-menu .login text {
2123
    stroke: var(--portal-main-color);
2124
    fill: var(--portal-main-color);
2125
}
2126

    
2127
/*mat-select-panel*/
2128
div.cdk-overlay-container {
2129
    z-index: 10001 !important;
2130
}
(15-15/42)