Project

General

Profile

1

    
2
.custom-footer {
3
  position: relative;
4
  bottom: 0;
5
  width: 100%;
6
}
7
#tm-main {
8
    min-height: 80vh;
9
}
10
.custom-external {
11
    background: rgba(0, 0, 0, 0) url("./external-link.svg") no-repeat scroll left 10%;
12
    min-height: 15px;
13
    background-size: 15px 15px;
14
    padding-left: 16px;
15
}
16
h2 .custom-external {
17
     min-height: 20px;
18
    background-size: 20px 20px;
19
    padding-left: 21px;
20
    background: rgba(0, 0, 0, 0) url("./external-link.svg") no-repeat scroll left center;
21

    
22
}
23

    
24
.pseudo-external{
25
  padding-left: 16px;
26
  /*margin-bottom: 5px;*/
27
}
28

    
29
.custom-navbar-toggle-icon, .custom-user-mini-panel{
30
  color:#444 !important
31
}
32
.custom-user-mini-panel a{
33
  color:rgb(36, 91, 204);
34
}
35
.custom-main-content{
36
  min-height: 550px;
37
}
38

    
39
.custom-autocomplete .uk-nav-autocomplete > li > a:hover {
40
    background: #00a8e6 none repeat scroll 0 0;
41
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
42
    color: #FFF;
43
    outline: medium none;
44
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
45
}
46

    
47
.custom-autocomplete .uk-nav-navbar > li > a {
48
    color: #444;
49
}
50
.custom-description-list-horizontal{ line-height:200%}
51
.uk-alert-default {
52
  background: #fff none repeat scroll 0 0;
53
    border: 1px solid #ddd;
54
    border-radius: 4px;
55
    color: #444;
56
    height: 30px;
57
    max-width: 100%;
58
    padding: 4px 6px;
59

    
60
}
61
.custom-hidden-dropdown-menu {position:static !important;}
62
.searchFilterBoxValues {overflow:auto; max-height:200px; }
63
.selected-filters-box {margin:5px; background-color:#F8F8F8; }
64
.search-form {margin:5px;  }
65
.clickable { cursor:pointer; }
66
.search-filters .uk-accordion-title{
67
  font-size: 14px;
68
  line-height: 18px;
69
}
70
.search-results {
71
  min-height: 600px;
72
}
73
.searchPaging {
74
  min-height: 46px;
75
}
76

    
77
.searchFormMinHeight {
78
    min-height: 400px;
79
}
80

    
81
.helper-left-right {
82
  /* margin-top: 75px; */
83
  max-width: 20%;
84
}
85

    
86
.errors-in-searchTableView{
87
  margin-top: 75px;
88
}
89

    
90
@media (min-width: 960px) {
91
    .float-children-right-at-medium > * {
92
        float: right;
93
    }
94
}
95

    
96
@media (max-width: 959px) {
97
  .margin-small-top-at-small  {
98
    margin-top: 10px !important;
99
  }
100
}
101

    
102
.other-results {
103
  min-height: 300px;
104
}
105

    
106
/* "OPEN SOURCE" INCLUDED */
107
.OPEN, .OPENSOURCE{
108
    background: rgba(0, 0, 0, 0) url("./unlock.svg") no-repeat scroll right top;
109
    padding-right: 25px;
110
    min-height: 20px;
111
    background-size: 20px 20px;
112
    font-weight: 400;
113
    text-transform: none;
114
}
115

    
116

    
117
.EMBARGO, .CLOSED, .RESTRICTED {
118
    background: rgba(0, 0, 0, 0) url("./lock.svg") no-repeat scroll right top;
119
    padding-right: 25px;
120
    min-height: 20px;
121
    background-size: 20px 20px;
122
    font-weight: 400;
123
    text-transform: none;
124
}
125

    
126
.UNKNOWN {
127

    
128
    background: rgba(0, 0, 0, 0) url("./question.svg") no-repeat scroll right top;
129
    padding-right: 25px;
130
    min-height: 20px;
131
    background-size: 20px 20px;
132
    font-weight: 400;
133
    text-transform: none;
134

    
135
}
136

    
137
.sc39 {
138
    background: rgba(0, 0, 0, 0) url("./sc39.png") no-repeat scroll right center;
139
    padding-right: 24px;
140
}
141

    
142
.projectIcon {
143
    display: inline-table;
144
}
145

    
146
.dateFilter .mydp{
147
  margin-top:5px;
148
}
149

    
150

    
151
/*.tooltip {
152
    max-width: none;
153
    background: rgba(100, 100, 100, 1);
154
}*/
155
.tooltip-custom-font-size {
156
    font-size: 120%;
157
}
158

    
159
.uk-tooltip {
160
    background: #666;
161
}
162

    
163
.custom-select-mini{
164
  max-width:170px !important;
165
}
166
.custom-icon {
167
    line-height: unset;
168
}
169
/*.custom-tab-content-large{
170
    min-height: 800px;
171
}
172
 */
173
.custom-tab-content {
174
    min-height: 250px;
175
}
176

    
177
.custom-dataTable-content {
178
    min-height: 600px;
179
}
180

    
181
.custom-html-table-height {
182
  height: 500px;
183
}
184

    
185

    
186

    
187

    
188
/*.filterItem span {*/
189
/*display: inline-flex;*/
190
/*}*/
191
/*.filterItem .filterName {*/
192
/*max-width: 71%;*/
193

    
194
/*}*/
195
/*.browseFilters .filterItem .filterName {*/
196
/*max-width: 68%;*/
197
/*}*/
198

    
199
/*.filterItem .filterNumber {*/
200
/*width: 20%;*/
201
/*}*/
202
/*.filterItem span {*/
203

    
204
/*white-space: nowrap;*/
205
/*}*/
206
/*.browseFilters .filterItem span div {*/
207
/*  !*min-width: 45px;*!*/
208
/*}*/
209
/*.filterItem span div {*/
210
/*overflow: hidden;*/
211
/*text-overflow: ellipsis;*/
212
/*!*min-width: 81px;*!*/
213
/*}*/
214
/*.filterItem{*/
215
/*  margin-bottom: 5px !important;*/
216
/*}*/
217

    
218
.browseFilters{
219
overflow-y: auto;
220
overflow-x: hidden;
221
max-height:265px;
222
}
223

    
224

    
225

    
226
.custom-offcanvas-close {
227
    position: relative;
228
    right: 0;
229
    top: 0;
230
}
231
/* .uk-link{
232
  color: #292C3D !important;
233
} */
234
/*.uk-breadcrumb > :last-child > * {*/
235
/*    color:#cbcbcb !important;*/
236
/*}*/
237
/*.uk-breadcrumb .uk-active a{*/
238
/*    color: #767779  !important;*/
239
/*}*/
240

    
241

    
242
.entityTitleIcon{
243
  background-repeat: no-repeat;
244
  content: '';
245
  display: inline-block;
246
  height: 36px;
247
  width: 42px;
248
  vertical-align: middle;
249
}
250
.entityIcon{
251
  height: 15px;
252
  width: 20px;
253

    
254
}
255
/*.uk-tab{
256
  border-bottom: 1px #cbcbcb solid;
257
}*/
258

    
259

    
260
.label-blue, .label-compatibility {
261
 background:#d4f3ff;
262
 color:#00a0de
263
}
264
.label-green, .label-openaccessmandate {
265
 background:#d1f6e8;
266
 color:#01a566
267
}
268
.label-yellow, .label-underCuration {
269
 background:#fef5d2;
270
 color:#cca607
271
}
272
.label-red, .label-funder {
273
 background:#fef0ef;
274
 color:#f54f43
275
}
276
.label-grey, .label-language{
277
  background: #f8f8f8;
278
  color: #666;
279
}
280
.label-country {
281
  background : #d4f3ff;
282
  color: #00a0de;
283
}
284
.label-orange, .label-sc39{
285
  background: #fef5d2;
286
  color: #f0506e;
287
}
288

    
289
.label-OPEN, .label-OPENSOURCE, .label-open {
290
background: #F25F2F;
291
color: #fff;
292
}
293
.label-CLOSED, .label-EMBARGO, .label-RESTRICTED, .label-closed {
294
  background: #0F0F0F;
295
  color: #fff
296
}
297

    
298
.label-publication{
299
   background: #4687E6;
300
   color: #fff
301
 }
302
.label-dataset{
303
  background: #1e906c;
304
  color: #fff
305
}
306
.label-software{
307
  background: #b737ff;
308
  color: #fff
309
}
310
.label-orp, .label-other{
311
  background: #f54f43;
312
  color: #414141 !important;
313
}
314

    
315
.label-project
316
{ background: #d0307f;
317
color: #fff}
318

    
319
.label-dataprovider
320
{ background: #00a0de;
321
color: #fff}
322

    
323
.label-organization
324
{ background: #fbcd0d;
325
color: #414141}
326

    
327
.label-UNKNOWN,.label-funder,
328
.label-compatibility ,
329
.label-openaccessmandate,
330
.label-underCuration,
331
.label-funder,
332
  .label-language,
333
.label-country,
334
.label-orange, .label-sc39,
335
.label-OPEN, .label-OPENSOURCE, .label-open,.label-language, .label-publication,
336
.label-publication,
337
.label-dataset,
338
.label-software,
339
.label-orp, .label-other, .label-project, .label-dataprovider, .label-organization,
340
.label-grey, .label-success, .label-community
341
{
342
  background:white !important;
343
  color:#666666  !important;
344
  border: 1px solid #666666 !important;
345
}
346
.label-CLOSED, .label-EMBARGO, .label-RESTRICTED, .label-closed {
347

    
348

    
349
  background:#CACACA !important;
350
  color:#666666  !important;
351
  border: 1px solid #666666 !important;
352
}
353

    
354
.label-danger {
355
    color:#ff4000  !important;
356
    border: 1px solid #666666 !important;
357
}
358

    
359
.li-disabled .label-compatibility , .li-disabled .label-dataprovider{
360
  background:white !important;
361
  color:#A9A9A9  !important;
362
  border: 1px solid #A9A9A9 !important;
363
}
364

    
365

    
366

    
367

    
368
.uk-tab {
369
	display: -ms-flexbox;
370
	display: -webkit-flex;
371
	display: flex;
372
	-ms-flex-wrap: wrap;
373
	-webkit-flex-wrap: wrap;
374
	flex-wrap: wrap;
375
	margin-left: -20px;
376
	padding: 0;
377
	list-style: none;
378
	position: relative;
379
}
380
.uk-tab::before {
381
    content: "";
382
    position: absolute;
383
    bottom: 0;
384
    left: 20px;
385
    right: 0;
386
    border-bottom: 1px solid #e5e5e5;
387
}
388
.uk-tab-left::before {
389
    border-bottom: none !important;
390
}
391

    
392

    
393
.searchForm, .generalSearchForm{
394
  background: url('./search_general.jpg'); box-sizing: border-box; height: 320px;
395
}
396
.publicationsSearchForm{
397
  background: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 320px;
398
}
399
.projectsSearchForm, .projectsTableSearchForm{
400
  background: url('./projects_search.jpg'); box-sizing: border-box; height: 320px;
401
}
402
.organizationsSearchForm{
403
  background: url('./search_organizations.jpg'); box-sizing: border-box; height: 320px;
404
}
405
.datasetsSearchForm{
406
  background: url('./search_data.jpg'); box-sizing: border-box; height: 320px;
407
}
408
.softwareSearchForm{
409
  background: url('./search_software.jpg'); box-sizing: border-box; height: 320px;
410
}
411
.orpsSearchForm{
412
  background: url('./search_other.jpg'); box-sizing: border-box; height: 320px;
413
}
414
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm{
415
  background: url('./providers_search.jpg'); box-sizing: border-box; height: 320px;
416
}
417
 .journalsSearchForm, .journalsTableSearchForm{
418
  background: url('./search_journals.jpg'); box-sizing: border-box; height: 320px;
419
}
420
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
421
  background: url('./search_registries.jpg'); box-sizing: border-box; height: 320px;
422
}
423

    
424
.divider-table tbody td, .uk-table th {
425
    border-bottom: 1px solid #E5E5E5;
426
  }
427

    
428
  #feedback {
429
  	float: left;
430
  	position: fixed;
431
  	top: calc(50% - 47px);
432
  	right: 0;
433
    z-index: 100;
434
    display: block;
435

    
436
  }
437

    
438
  #feedback a {
439
  	background: #666 !important;
440
  	border-radius: 5px 0 0 5px;
441
  	box-shadow:none;
442
  	border: none!important;
443
  	display: block;
444
  	padding: 20px 12px;
445
  	transition: all .2s ease-in-out;
446
    opacity:0.5;
447

    
448
  }
449

    
450
  #feedback a:hover {
451
  	padding-right: 20px;
452
  }
453

    
454
.descriptionText{
455
  /* Padding-left: 25px !important;
456
  Border-left: 10px solid #fafafa; */
457
  display: inline-block;
458
          position: relative;
459
          top: calc(-0.1 * 1em);
460
          vertical-align: middle;
461
          margin-right: 10px;
462
          /* border-left: 8px solid #e5e5e5; */
463
          margin-top: 8px;
464
          color: #666666 !important;
465
          line-height: 22px !important;
466

    
467
}
468

    
469

    
470
.custom-offcanvas-bar{
471
  background: grey !important;
472
  width:100% !important;
473

    
474
}
475
.custom-offcanvas-bar .filtersModal{
476
  color:grey !important;
477

    
478
}
479
.list-horizontal{
480
  display: flex;
481
  }
482
.list-horizontal span{
483
  margin-right:5px;
484
  padding-left: 0px !important;
485

    
486
}
487
.list-horizontal-line span {
488
  margin-right: 5px;
489
  border-right: 1px solid #f1f1f1;
490
  padding-right: 5px;
491

    
492
}
493

    
494
.list-horizontal-line > span:last-child {
495
  border-right:none;
496
}
497
/* body {
498
  font-family: Raleway, Arial, sans-serif !important;
499
} */
500
/*html {*/
501
/*  color: #444 !important;*/
502
/*}*/
503

    
504
h2, h4{
505
    text-transform: none !important;
506
}
507
.linkdropdown{
508
  min-width:250px;
509
}
510
.uk-button-action{
511
   background-color: #D6352B;
512
   color: #fff
513
}
514
/* h2, .uk-h2{
515
  font-size:28px !important;
516
} */
517
.app-box {
518
  border: #e5e5e5 solid 1px;
519
}
520

    
521
.uk-subnav-line li:hover .home-icon  svg  #home{
522
   fill: #05007A !important;
523

    
524
}
525
 svg  #home{
526
   fill: white !important;
527

    
528
}
529
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a{
530
  display: block;
531
  color: #d4d4d4 !important;
532
}
533

    
534
.tm-toolbar .uk-subnav-line li:hover {display: block;} /* remove the others*/
535

    
536
.helper-grid>*{
537
    padding-left: 25px !important;
538
}
539
.cite-this-button{
540
  font-size: 14px;
541
  padding: 3px;
542
}
543
.link-to-button{
544
  font-size: 12px;
545
  padding: 3px;
546
}
547
.dropBasket{
548
  border-top: 1px solid #ccc;
549
  border-bottom: 1px solid #ccc;
550
}
551
.basket-title {
552

    
553
    padding-top: 20px;
554
    padding-bottom: 20px;
555
    cursor: pointer;
556

    
557
}
558
.basket-title::after {
559
    background-image: none !important;
560
}
561
.basket-badge {
562
  position: relative;
563
  right: 16px;
564
  top: -16px;
565
  text-align: center;
566
  border-radius: 90%;
567
    border-radius: 90%;
568

    
569
}
570

    
571

    
572

    
573
dd{
574
    margin-top: 10px;
575
    border-bottom: 1px solid #e8e8e8;
576
    padding-bottom: 5px;
577
}
578

    
579
dd:last-child {
580
    border-bottom: none;
581
}
582
.advancedSearchFormBackground {
583
    background-repeat: no-repeat !important;
584
    background-size: 100% 320px;
585
    height: auto !important;
586
}
587
.advancedSearchForm {
588
    /*box-shadow: 0 1px 10px #444444;*/
589
    background-color: white;
590
    border: 1px solid #ccc;
591
}
592
.advancedSearchForm .uk-icon-button {
593

    
594
    fill: #296EE9 !important;
595

    
596
}
597

    
598
.search-results li {
599

    
600
    margin-bottom: 30px !important;
601
    padding-top: 15px !important;
602

    
603
}
604

    
605
.cursor-not-allowed {
606
    cursor: not-allowed !important;
607
}
608

    
609
.uk-badge, .badge, a.badge {
610
    border-radius: 2px;
611
}
612
.loading-gif, .loading-gif:before, .loading-gif:after {
613
  background: url("./loading.gif") no-repeat;
614
  height: 65px;
615
  margin-left: auto;
616
  margin-right: auto;
617
  width: 65px;
618

    
619
}
620

    
621
/* h2, .uk-h2 {
622
    font-size: 28px !important;
623
} */
624
/*body{*/
625
/*  !* line-height: 1.4; *!*/
626
/*  Font-size:14px;*/
627
/*  Color: #333;*/
628
/*}*/
629

    
630
#footer\#8 .el-link {
631

    
632
    color: #fff;
633
    font-weigth: 300;
634

    
635
}
636
.custom-article-title {
637
  font-size: 32px;
638
  Margin-bottom: 10px;
639
  font-family: 'Open Sans', sans-serif;
640
  color: #1F257B !important;
641
}
642

    
643
.custom-tab-content .uk-pagination>*>* {
644
   min-width: 20px;
645
   line-height: 1.4;
646
   font-size: 14px;
647

    
648
}
649
.box-content{
650
   border: 1px dashed #666666;
651
   margin-top: 4px;
652
   background: #EFEFEF;
653
}
654

    
655
.citation-accordion .uk-accordion-title {
656
  font-family: Raleway;
657
}
658
.uk-notification.uk-notification-top-center  {
659
    top: 45% !important;
660
}
661
.no-selected-message{
662
  background :white;
663
}
664

    
665
.textOverflowEllipsis {
666
overflow: hidden;
667
text-overflow: ellipsis;
668
white-space: nowrap;
669
}
670

    
671
.multi-line-ellipsis {
672
  display: -webkit-box;
673
  -webkit-box-orient: vertical;
674
  overflow: hidden;
675
  text-overflow: ellipsis;
676
}
677

    
678
.multi-line-ellipsis.lines-11 {
679
  -webkit-line-clamp: 11;
680
}
681

    
682
.custom-accordion .uk-accordion-title{
683
    text-align: left;
684
    /* background: #f8f8fe; */
685
    padding: 4px;
686
    /* color: #3055ba !important; */
687
    font-size: 14px;
688
    text-transform: initial !important;
689
    font-weight: inherit !important;
690
    /*border-top: gray solid 1px;*/
691
    border-bottom: var(--portal-main-color) solid 1px;
692

    
693

    
694
}
695

    
696
.custom-accordion  .uk-accordion-title::after {
697
    float: none;;
698
    padding: 12px;
699
}
700

    
701
.custom-accordion{
702
  /*border: gray solid 1px;*/
703
  border-top: 0px;
704
}
705

    
706
.custom-accordion .uk-accordion-content{
707
    margin: 0px;
708
    border: #eee 1px solid;
709
    border-top: none;
710
    padding: 12px;
711
}
712
.darkBackground{
713
    background-color:rgb(0,0,0,0.5);
714
    z-index:0;
715
    color:white !important;
716
    font-family: Roboto !important;
717
}
718

    
719
.whiteText{
720
    color:white !important;
721
    font-family: Roboto !important;
722
}
723
.shadowBox{
724
 box-shadow: 0 1px 3px #444444;
725
 /*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
726
 }
727
.icon-button-small{
728
  width:22px !important;
729
  height:22px !important;
730
  /*color: #666 !important;*/
731
  /*background: #f7f7fa !important;*/
732
}
733
.icon-button-small:focus, .icon-button-small:hover {
734

    
735
    border-color: #666 !important;
736
}
737
.searchFilterTitle{
738

    
739
    /* text-decoration-color: var(--portal-main-color);
740
    text-decoration: underline; */
741
  border-bottom: 1px solid var(--portal-main-color) !important;
742
  padding: 5px 0px;
743
  color: var(--portal-main-color);
744
}
745

    
746
.sideInfoTitle{
747

    
748
  font-weight: 500;
749
 border-bottom: 1px solid var(--portal-main-color);
750
  /* background-color: var(--portal-main-color); */
751
  /* color:var(--portal-main-contrast) !important; */
752
 padding-top: 5px;
753
 padding-left: 3px;
754

    
755
}
756
/*.linkButtonsBox{
757
  background: white !important;
758
box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
759
}*/
760

    
761
.uk-navbar-container {
762
    padding-top: 0px !important;
763
    padding-bottom: 0px !important;
764
}
765

    
766
.uk-input{
767
  background-color: rgba(255, 255, 255, 1.0) !important;
768
}
769
.uk-accordion > :nth-child(n+2) {
770
    border-top: 0px solid #ededed !important;
771
    margin-top: 0px !important;
772
}
773

    
774

    
775
  .uk-pagination > .uk-active > * {
776
     background-color: var(--portal-main-color) !important;
777
     color: var(--portal-main-contrast) !important;
778
     border-color:var(--portal-main-color) !important;
779
     border-bottom-color: var(--portal-main-color) !important;
780
     border-radius: 500px;
781
     line-height: 12px !important;
782
   }
783
.portal-color{
784
  color: var(--portal-main-color) !important;
785
}
786
.portal-secondary-color{
787
    color: var(--portal-dark-color) !important;
788
}
789

    
790
.portal-background-color{
791
  background-color: var(--portal-main-color) !important;
792
  color:var(--portal-main-contrast) !important;
793
}
794
.portal-button {
795

    
796
  background-color: var(--portal-main-color);
797
  color:var(--portal-main-contrast) ;
798
    border: 1px solid var(--portal-main-color) ;
799
    background-image:  none ;
800

    
801
}
802
.portal-button:hover, .portal-button:active, .portal-button:focus {
803
    background-color: var(--portal-dark-color) ;
804
    color:var(--portal-main-contrast) ;
805
    border: 1px solid var(--portal-dark-color) ;
806
    background-image:  none ;
807

    
808
}
809
.portal-link {
810
  color:var(--portal-main-color)  !important;
811
  /*text-decoration: underline !important;*/
812
  /*font-weight: bold;*/
813
}
814
.portal-link:hover {
815
    color:var(--portal-dark-color)  !important;
816
}
817
.portal-box{
818
  background-color: var(--portal-main-color) !important;
819
  color:var(--portal-main-contrast) !important;
820
}
821

    
822
.uk-pagination .uk-icon{
823
  color: var(--portal-main-color) !important;
824
}
825

    
826
 .search-results > li:nth-child(2) {
827

    
828
  border-top-color:var(--portal-main-color) !important;
829

    
830
}
831
.search-results > li:last-child{
832
  border-bottom:1px solid var(--portal-main-color) !important;
833
  padding-bottom: 10px !important;
834
}
835

    
836
.widget-box {
837
  background: white;
838
}
839

    
840
.developlink{
841
  text-transform: none !important;
842
  color: #fff !important;
843
  background: var(--develop-portal-color) !important;
844
  font-weight: 600;
845
  border: 2px solid var(--develop-portal-color) !important;
846
  background-image:none !important;
847
}
848
.providelink{
849
  text-transform: none !important;
850
  color: #fff !important;
851
  background: var(--provide-portal-color) !important;
852
  font-weight: 600;
853
  border: 2px solid var(--provide-portal-color) !important;
854
  background-image:none !important;
855
}
856
.connectlink{
857
  background-color: var(--connect-portal-color) !important;
858
  font-weight: 600;
859
  color: #fff !important;
860
  border: 2px solid var(--connect-portal-color) !important;
861
  background-image:none !important;
862
}
863
.monitorlink{
864
  background-color: var(--monitor-portal-color) !important;
865
  font-weight: 600;
866
  color: #fff !important;
867
  border: 2px solid var(--monitor-portal-color) !important;
868
  background-image:none !important;
869
}
870
.explorelink{
871
  background-color: var(--explore-portal-color) !important;
872
  font-weight: 600;
873
  color: #fff !important;
874
  border: 2px solid var(--explore-portal-color) !important;
875
  background-image:none !important;
876
}
877
showTitle h2{
878
  text-transform: unset !important;
879
}
880

    
881
/* toCheck: */
882
/* embargo end date */
883
.highlight, mark {
884
    background: rgba(34,32,128,.5);
885
    color: #222080;
886
}
887
/* advanced autocomplete */
888
.custom-autocomplete .uk-dropdown {
889
    background: white;
890
    /* color: rgba(255,255,255,.7); */
891
}
892
.explore-heading-bullet::before {
893
    border-left-color: var(--explore-portal-color) !important;
894
}
895
.provide-heading-bullet::before {
896
    border-left-color: var(--provide-portal-color) !important;
897
}
898
.connect-heading-bullet::before {
899
    border-left-color: var(--connect-portal-color) !important;
900
}
901
.develop-heading-bullet::before {
902
    border-left-color: var(--develop-portal-color) !important;
903
}
904
.monitor-heading-bullet::before {
905
    border-left-color: var(--monitor-portal-color) !important;
906
}
907

    
908

    
909
.explore .uk-h4 {
910
  color: var(--explore-portal-color);
911
  font-weight: bold;
912
}
913

    
914
.explore .el-content {
915
  font-size: 18px;
916
}
917

    
918
.explore a{
919
  background-color: var(--explore-portal-color) !important;
920
  color: #fff !important;
921
  font-weight: bold !important;
922
  border-color: var(--explore-portal-color) !important;
923
}
924

    
925
.explore a:hover, .explore a:active, .explore a:focus {
926
  background-color: var(--explore-portal-lower-tone) !important;
927
  border-color: var(--explore-portal-lower-tone) !important;
928
}
929
.provide .uk-h4 {
930
  color: var(--provide-portal-color);
931
  font-weight: bold;
932
}
933

    
934
.provide .el-content {
935
  font-size: 18px;
936
}
937

    
938
.provide a{
939
  background-color: var(--provide-portal-color) !important;
940
  color: #fff !important;
941
  font-weight: bold !important;
942
  border-color: var(--provide-portal-color) !important;
943
}
944

    
945
.provide a:hover, .provide a:active, .provide a:focus {
946
  background-color: var(--provide-portal-lower-tone) !important;
947
  border-color: var(--provide-portal-lower-tone) !important;
948
}
949

    
950
.monitor .uk-h4 {
951
  color: var(--monitor-portal-color);
952
  font-weight: bold;
953
}
954

    
955
.monitor .el-content {
956
  font-size: 18px;
957
}
958

    
959
.monitor a{
960
  background-color: var(--monitor-portal-color) !important;
961
  color: #fff !important;
962
  font-weight: bold !important;
963
  border-color: var(--monitor-portal-color)  !important;
964
}
965

    
966
.monitor a:hover, .monitor a:active, .monitor a:focus {
967
  background-color: var(--monitor-portal-lower-tone) !important;
968
  border-color: var(--monitor-portal-lower-tone) !important;
969
}
970

    
971
.connect-default-button {
972
    background-color: var(--connect-portal-color) !important;
973
    color:var(--portal-main-contrast) !important;
974
    border: 2px solid var(--connect-portal-color) !important;
975
    background-image:  none !important;
976
}
977

    
978
.connect .uk-h4 {
979
  color: var(--connect-portal-color);
980
  font-weight: bold;
981
}
982

    
983
.connect .el-content {
984
  font-size: 18px;
985
}
986

    
987
.connect a {
988
  background-color: var(--connect-portal-color) !important;
989
  color: #fff !important;
990
  font-weight: bold !important;
991
    border-color: var(--connect-portal-color)  !important;
992
}
993

    
994

    
995
.connect a:hover, .connect a:active, .connect a:focus  {
996
  background-color: var(--connect-portal-lower-tone) !important;
997
  border-color: var(--connect-portal-lower-tone) !important;
998

    
999
}
1000

    
1001
.develop .uk-h4 {
1002
  color: var(--develop-portal-color);
1003
  font-weight: bold;
1004
}
1005

    
1006
.develop .el-content {
1007
  font-size: 18px;
1008
}
1009

    
1010
.develop a  {
1011
  background-color: var(--develop-portal-color) !important;
1012
  color: #fff !important;
1013
  font-weight: bold !important;
1014
    border-color: var(--develop-portal-color)  !important;
1015
}
1016

    
1017
.develop a:hover, .develop a:active, .develop a:focus {
1018
  background-color: var(--develop-portal-lower-tone) !important;
1019
  border-color: var(--develop-portal-lower-tone) !important;
1020
}
1021

    
1022
.portal-hr{
1023
  border-bottom: 1px solid var(--portal-main-color) !important;
1024
  padding: 5px 0px;
1025
}
1026

    
1027
.tm-toolbar .uk-subnav-line li:hover, .tm-toolbar .uk-subnav li:hover {
1028
    background:  var(--portal-main-color) !important;
1029
}
1030

    
1031
.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 {
1032
  background:  var(--portal-main-color) !important;
1033
  color:white !important;
1034
}
1035

    
1036
.loginLink {
1037
    text-transform: uppercase !important;
1038
}
1039

    
1040
#footer\#9 a,  #footer\#11 a,  #footer\#13 a {
1041
  color: #dedede;
1042
  line-height: 22px;
1043
  padding: 2px 0;
1044
}
1045

    
1046
#footer\#9 a:hover,#footer\#11 a:hover, #footer\#13 a:hover {
1047
    color: rgba(255, 255, 255, 0.5);
1048
}
1049

    
1050
@media all and (min-width: 640px) {
1051

    
1052
  #footer\#3 {
1053
      margin-right: 280px;
1054
  }
1055

    
1056
}
1057

    
1058
.portal-card {
1059
    background-color: var(--portal-main-color);
1060
    color: #fff !important;
1061
}
1062
.portal-card a {
1063
    color: #fff !important;
1064
    /*text-decoration: underline;*/
1065
}
1066
.portal-card a:hover {
1067
    color:rgba(255,255,255,0.8) !important;
1068
}
1069

    
1070
.portal-card-badge {
1071
    background-color: var(--portal-main-color);
1072
    color: #fff !important;
1073
    font-size: small;
1074
    border-radius: 3px;
1075
}
1076

    
1077

    
1078
.private-card-badge {
1079
    background-color: #000;
1080
    color: #fff !important;
1081
    font-size: small;
1082
    border-radius: 3px;
1083
}
1084

    
1085
.portal-icon-button, .portal-icon-button:hover  {
1086
  background: var(--portal-main-color) !important;
1087
  color: var(--portal-main-contrast) !important;
1088
  border: 1px solid var(--portal-main-color) !important;
1089
}
1090

    
1091
.inherit-color {
1092
    color: inherit;
1093
}
1094

    
1095
.uk-label {
1096
  border-radius: 15px;
1097
  line-height: 15px;
1098
  padding: 3px 10px;
1099
  text-transform: uppercase;
1100
}
1101

    
1102
a:hover, .uk-link:hover , .uk-link:hover, a:hover {
1103
    color: var(--portal-main-color);
1104
}
1105

    
1106
.portal-icon-button, .portal-icon-button:hover  {
1107
    background: var(--portal-main-color) !important;
1108
    color: var(--portal-main-contrast) !important;
1109
    border: 1px solid var(--portal-main-color) !important;
1110
}
1111

    
1112

    
1113
/*linksBasket*/
1114

    
1115
.linksbasket{
1116
  /* background-color:#F5F5F5; */
1117
  border: 1px solid #DEDEDE;
1118
  font-size: 12px !important;
1119
  line-height: 18px;
1120
  /* height:512px; */
1121
}
1122

    
1123
.linksbaskettitles{
1124
  /* height:75px; */
1125
  cursor:pointer;
1126
  background-color:#F5F5F5;
1127
  border: 1px solid #DEDEDE;
1128
}
1129
.linksBasketSubtitles{
1130
    font-size: 12px !important;
1131
}
1132
.linkInlineEntity {
1133
    /* height:75px; */
1134
    background-color:#A4A4A4;
1135
    color:white !important;
1136
    /*border: 1px solid #DEDEDE;*/
1137
}
1138
.linksbaskettitlesPortalColor, .linksbaskettitlesPortalColor div{
1139
    background: var(--portal-main-color) !important;
1140
    color: var(--portal-main-contrast) !important;
1141
    border: 1px solid var(--portal-main-color) !important;
1142
}
1143

    
1144
.contextlabelSelected, .contextlabelSelected:hover, .contextlabelSelected a, .contextlabelSelected:hover a{
1145
  background-color: var(--portal-main-color) !important;
1146
  color: var(--portal-main-contrast) !important;
1147
  border: 1px solid var(--portal-main-color) !important;
1148

    
1149
}
1150
.contextlabelNotSelected, .contextlabelNotSelected:hover{
1151
  color: var(--portal-main-color) !important;
1152
  border: 1px solid var(--portal-main-color) !important;
1153
}
1154

    
1155
 .contextlabelNotSelected a, .contextlabelNotSelected:hover a{
1156
  color: var(--portal-main-color) !important;
1157
}
1158

    
1159
.fadeOut{
1160
  opacity:0.3;
1161
  /* background-color: rgba(red(var(--portal-main-color)), green(var(--portal-main-color)), blue(var(--portal-main-color)), 0.3); */
1162
}
1163

    
1164
.warningBorder{
1165
    border-color: #f70;
1166
}
1167
.dangerBorder{
1168
    border-color: #ff4000;
1169
}
1170
.linkingToolbar{
1171
    background-color: #EDEDED;
1172
}
1173
.linkingToolbar .back{
1174
    color: #999999 !important;
1175
    cursor: pointer;
1176
    -webkit-transition: color  0.3s;
1177
    transition: color 0.3s;
1178
}
1179
.linkingToolbar .back:hover{
1180
    color: #444444 !important;
1181
}
1182

    
1183

    
1184
.linkInlineEntityLabel{
1185
    color:#EAEAEA;
1186
    background-color: #B5B5B5;
1187
    border-color: #EAEAEA;
1188
}
1189

    
1190
textarea {
1191
    resize: none;
1192
}
1193
.default-dropdown {
1194
    background: white;
1195
}
1196

    
1197
[class*="uk-animation-"] {
1198
    animation-fill-mode: none !important;
1199
}
1200

    
1201
.cursor-default {
1202
    cursor: default;
1203
}
1204

    
1205
.curator-photo {
1206
    border: gray 1px solid;
1207
    object-fit: cover;
1208
    width: 80px;
1209
    height: 80px;
1210
}
1211

    
1212
.uk-navbar{
1213
    z-index: 9999;
1214
}
1215
.uk-modal{
1216
    z-index: 10000;
1217
}
1218

    
1219
@media only screen and (min-width: 992px) {
1220
    .image-front-topbar {margin-top:-136px;}
1221
}
1222
@media only screen and (min-width: 1200px) {
1223
    .image-front-topbar {margin-top:-136px;}
1224
}
1225
/*Adding shadow to the main menu dropdowns*/
1226
.uk-navbar-dropdown{
1227
     box-shadow: 0 5px 12px rgba(0,0,0,.15);
1228
}
1229

    
1230
.small-beta-indication {
1231
    height: 60px;
1232
}
1233

    
1234
.large-beta-indication {
1235
    height: 104px;
1236
    position: absolute;
1237
    top: 0;
1238
    left: 0;
1239
    z-index: 1;
1240
}
1241
.uk-navbar-sticky .beta-indication-sticky {
1242
    position: fixed !important;
1243
    display: block;
1244

    
1245
}
1246
.beta-indication-sticky {
1247
    height: 102px;
1248
    position: fixed;
1249
    top: 0;
1250
    left: 0;
1251
    display: none;
1252
}
(13-13/36)