Project

General

Profile

1 59059 k.triantaf
@import "library-css/library.scss";
2
3 58322 k.triantaf
/* theme */
4 58274 k.triantaf
body {
5
    overflow: unset !important;
6
}
7 53352 argiro.kok
8 52161 argiro.kok
.custom-footer {
9 58054 k.triantaf
    position: relative;
10
    bottom: 0;
11
    width: 100%;
12 52002 argiro.kok
}
13 58054 k.triantaf
14 52161 argiro.kok
#tm-main {
15
    min-height: 80vh;
16
}
17 58054 k.triantaf
18
.pseudo-external {
19
    padding-left: 16px;
20
    /*margin-bottom: 5px;*/
21 52002 argiro.kok
}
22
23 58054 k.triantaf
.custom-navbar-toggle-icon, .custom-user-mini-panel {
24
    color: #444 !important
25 52002 argiro.kok
}
26 58054 k.triantaf
27
.custom-user-mini-panel a {
28
    color: rgb(36, 91, 204);
29 52002 argiro.kok
}
30 58054 k.triantaf
31
.custom-main-content {
32
    min-height: 550px;
33 52002 argiro.kok
}
34
35 58054 k.triantaf
.custom-description-list-horizontal {
36
    line-height: 200%
37
}
38
39
.custom-hidden-dropdown-menu {
40
    position: static !important;
41 52002 argiro.kok
}
42 58054 k.triantaf
43
.searchFilterBoxValues {
44
    overflow: auto;
45
    max-height: 200px;
46
}
47
48
.selected-filters-box {
49
    margin: 5px;
50
    background-color: #F8F8F8;
51
}
52
53
.search-form {
54
    margin: 5px;
55
}
56
57
.clickable {
58
    cursor: pointer;
59 58274 k.triantaf
    user-select: none;
60 58054 k.triantaf
}
61
62 52002 argiro.kok
.helper-left-right {
63 58054 k.triantaf
    /* margin-top: 75px; */
64
    max-width: 20%;
65 52002 argiro.kok
}
66
67 58054 k.triantaf
.errors-in-searchTableView {
68
    margin-top: 75px;
69 52002 argiro.kok
}
70
71
.sc39 {
72
    background: rgba(0, 0, 0, 0) url("./sc39.png") no-repeat scroll right center;
73
    padding-right: 24px;
74
}
75
76
.projectIcon {
77
    display: inline-table;
78
}
79
80
.tooltip-custom-font-size {
81
    font-size: 120%;
82
}
83 58356 k.triantaf
84 58322 k.triantaf
/* theme */
85 57329 konstantin
.uk-tooltip {
86
    background: #666;
87
}
88
89 58054 k.triantaf
.custom-select-mini {
90
    max-width: 170px !important;
91 52002 argiro.kok
}
92 58054 k.triantaf
93 52002 argiro.kok
/*.custom-tab-content-large{
94
    min-height: 800px;
95
}
96
 */
97
.custom-tab-content {
98
    min-height: 250px;
99
}
100
101
.custom-dataTable-content {
102
    min-height: 600px;
103
}
104
105
.custom-html-table-height {
106 58054 k.triantaf
    height: 500px;
107 52002 argiro.kok
}
108
109 58054 k.triantaf
.browseFilters {
110
    overflow-y: auto;
111
    overflow-x: hidden;
112
    max-height: 265px;
113 52002 argiro.kok
}
114
115
116
.custom-offcanvas-close {
117
    position: relative;
118
    right: 0;
119
    top: 0;
120
}
121 58054 k.triantaf
122
.entityTitleIcon {
123
    background-repeat: no-repeat;
124
    content: '';
125
    display: inline-block;
126
    height: 36px;
127
    width: 42px;
128
    vertical-align: middle;
129 52002 argiro.kok
}
130
131 58054 k.triantaf
.entityIcon {
132
    height: 15px;
133
    width: 20px;
134
135 52002 argiro.kok
}
136 58054 k.triantaf
137 58322 k.triantaf
/* theme */
138 52002 argiro.kok
.uk-tab {
139 58054 k.triantaf
    display: -ms-flexbox;
140
    display: -webkit-flex;
141
    display: flex;
142
    -ms-flex-wrap: wrap;
143
    -webkit-flex-wrap: wrap;
144
    flex-wrap: wrap;
145
    margin-left: -20px;
146
    padding: 0;
147
    list-style: none;
148
    position: relative;
149 52002 argiro.kok
}
150 58054 k.triantaf
151 58322 k.triantaf
/* theme */
152 52002 argiro.kok
.uk-tab::before {
153
    content: "";
154
    position: absolute;
155
    bottom: 0;
156
    left: 20px;
157
    right: 0;
158
    border-bottom: 1px solid #e5e5e5;
159
}
160 58054 k.triantaf
161 58322 k.triantaf
/* theme */
162 52002 argiro.kok
.uk-tab-left::before {
163
    border-bottom: none !important;
164
}
165
166
167 58054 k.triantaf
.searchForm, .generalSearchForm {
168
    background: url('./search_general.jpg');
169
    box-sizing: border-box;
170
    height: 320px;
171 52002 argiro.kok
}
172 58054 k.triantaf
173
.publicationsSearchForm {
174
    background: url('./search_pubs_1.jpg');
175
    box-sizing: border-box;
176
    height: 320px;
177 52002 argiro.kok
}
178 58054 k.triantaf
179
.projectsSearchForm, .projectsTableSearchForm {
180
    background: url('./projects_search.jpg');
181
    box-sizing: border-box;
182
    height: 320px;
183 52002 argiro.kok
}
184 58054 k.triantaf
185
.organizationsSearchForm {
186
    background: url('./search_organizations.jpg');
187
    box-sizing: border-box;
188
    height: 320px;
189 52002 argiro.kok
}
190 58054 k.triantaf
191
.datasetsSearchForm {
192
    background: url('./search_data.jpg');
193
    box-sizing: border-box;
194
    height: 320px;
195 52002 argiro.kok
}
196 58054 k.triantaf
197
.softwareSearchForm {
198
    background: url('./search_software.jpg');
199
    box-sizing: border-box;
200
    height: 320px;
201 52002 argiro.kok
}
202 58054 k.triantaf
203
.orpsSearchForm {
204
    background: url('./search_other.jpg');
205
    box-sizing: border-box;
206
    height: 320px;
207 52818 konstantin
}
208 58054 k.triantaf
209
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm {
210
    background: url('./providers_search.jpg');
211
    box-sizing: border-box;
212
    height: 320px;
213 52002 argiro.kok
}
214 58054 k.triantaf
215
.journalsSearchForm, .journalsTableSearchForm {
216
    background: url('./search_journals.jpg');
217
    box-sizing: border-box;
218
    height: 320px;
219 52002 argiro.kok
}
220 58054 k.triantaf
221 52002 argiro.kok
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
222 58054 k.triantaf
    background: url('./search_registries.jpg');
223
    box-sizing: border-box;
224
    height: 320px;
225 52002 argiro.kok
}
226
227
.divider-table tbody td, .uk-table th {
228
    border-bottom: 1px solid #E5E5E5;
229 58054 k.triantaf
}
230 52002 argiro.kok
231 58054 k.triantaf
.descriptionText {
232
    /* Padding-left: 25px !important;
233
    Border-left: 10px solid #fafafa; */
234
    display: inline-block;
235
    position: relative;
236
    top: calc(-0.1 * 1em);
237
    vertical-align: middle;
238
    margin-right: 10px;
239
    /* border-left: 8px solid #e5e5e5; */
240
    margin-top: 8px;
241
    color: #666666 !important;
242
    line-height: 22px !important;
243 52002 argiro.kok
244
}
245
246
247 58054 k.triantaf
.custom-offcanvas-bar {
248
    background: grey !important;
249
    width: 100% !important;
250 52002 argiro.kok
251
}
252
253 58054 k.triantaf
.custom-offcanvas-bar .filtersModal {
254
    color: grey !important;
255
256 52002 argiro.kok
}
257
258 58054 k.triantaf
.list-horizontal {
259
    display: flex;
260 52002 argiro.kok
}
261 58054 k.triantaf
262
.list-horizontal span {
263
    margin-right: 5px;
264
    padding-left: 0px !important;
265
266
}
267
268 52002 argiro.kok
.list-horizontal-line span {
269 58054 k.triantaf
    margin-right: 5px;
270
    border-right: 1px solid #f1f1f1;
271
    padding-right: 5px;
272 52002 argiro.kok
273
}
274
275
.list-horizontal-line > span:last-child {
276 58054 k.triantaf
    border-right: none;
277 52002 argiro.kok
}
278 58054 k.triantaf
279
h2, h4 {
280 53378 argiro.kok
    text-transform: none !important;
281 52002 argiro.kok
}
282 58054 k.triantaf
283
.linkdropdown {
284
    min-width: 250px;
285 52002 argiro.kok
}
286 58054 k.triantaf
287 58322 k.triantaf
/* theme */
288 58054 k.triantaf
.uk-button-action {
289
    background-color: #D6352B;
290
    color: #fff
291 52002 argiro.kok
}
292 58054 k.triantaf
293 53378 argiro.kok
/* h2, .uk-h2{
294 52002 argiro.kok
  font-size:28px !important;
295 53378 argiro.kok
} */
296 52002 argiro.kok
.app-box {
297 57853 konstantin
    border: #DFDFF0 solid 1px;
298
    background-color: #FAFBFF;
299 52002 argiro.kok
}
300
301 58721 konstantin
ul.user-actions > li{
302
    margin-bottom: 10px;
303
}
304
305 58322 k.triantaf
/* theme */
306 58054 k.triantaf
.uk-subnav-line li:hover .home-icon svg #home {
307
    fill: #05007A !important;
308 52002 argiro.kok
309
}
310
311 58054 k.triantaf
svg #home {
312
    fill: white !important;
313
314 52002 argiro.kok
}
315 58054 k.triantaf
316
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a {
317
    display: block;
318
    color: #d4d4d4 !important;
319 52002 argiro.kok
}
320
321 58054 k.triantaf
.tm-toolbar .uk-subnav-line li:hover {
322
    display: block;
323
}
324 52002 argiro.kok
325 58054 k.triantaf
/* remove the others*/
326
327
.helper-grid > * {
328 52002 argiro.kok
    padding-left: 25px !important;
329
}
330 58054 k.triantaf
331
.cite-this-button {
332
    font-size: 14px;
333
    padding: 3px;
334 52002 argiro.kok
}
335 58054 k.triantaf
336
.link-to-button {
337
    font-size: 12px;
338
    padding: 3px;
339 52002 argiro.kok
}
340 58054 k.triantaf
341
.dropBasket {
342
    border-top: 1px solid #ccc;
343
    border-bottom: 1px solid #ccc;
344 52002 argiro.kok
}
345 58054 k.triantaf
346 52002 argiro.kok
.basket-title {
347
348 52428 argiro.kok
    padding-top: 20px;
349 52822 argiro.kok
    padding-bottom: 20px;
350
    cursor: pointer;
351 52002 argiro.kok
352
}
353 58054 k.triantaf
354 52822 argiro.kok
.basket-title::after {
355
    background-image: none !important;
356
}
357 58054 k.triantaf
358 52002 argiro.kok
.basket-badge {
359 58054 k.triantaf
    position: relative;
360
    right: 16px;
361
    top: -16px;
362
    text-align: center;
363 52002 argiro.kok
    border-radius: 90%;
364 58054 k.triantaf
    border-radius: 90%;
365 52002 argiro.kok
366
}
367
368
369 58054 k.triantaf
dd {
370 52002 argiro.kok
    margin-top: 10px;
371
    border-bottom: 1px solid #e8e8e8;
372
    padding-bottom: 5px;
373
}
374
375
dd:last-child {
376
    border-bottom: none;
377
}
378 58054 k.triantaf
379 53225 konstantin
.cursor-not-allowed {
380 53452 konstantin
    cursor: not-allowed !important;
381 53225 konstantin
}
382
383 52002 argiro.kok
.uk-badge, .badge, a.badge {
384
    border-radius: 2px;
385
}
386 58054 k.triantaf
387 52003 argiro.kok
.loading-gif, .loading-gif:before, .loading-gif:after {
388 58054 k.triantaf
    background: url("./loading.gif") no-repeat;
389
    height: 65px;
390
    margin-left: auto;
391
    margin-right: auto;
392
    width: 65px;
393 52066 argiro.kok
394 52003 argiro.kok
}
395 52310 argiro.kok
396 53378 argiro.kok
/* h2, .uk-h2 {
397 52310 argiro.kok
    font-size: 28px !important;
398 53378 argiro.kok
} */
399 56675 argiro.kok
/*body{*/
400
/*  !* line-height: 1.4; *!*/
401
/*  Font-size:14px;*/
402
/*  Color: #333;*/
403
/*}*/
404 52310 argiro.kok
405
#footer\#8 .el-link {
406
407
    color: #fff;
408
    font-weigth: 300;
409
410
}
411 58054 k.triantaf
412 52310 argiro.kok
.custom-article-title {
413 58054 k.triantaf
    font-size: 32px;
414
    Margin-bottom: 10px;
415
    font-family: 'Open Sans', sans-serif;
416
    color: #1F257B !important;
417 52310 argiro.kok
}
418
419 58054 k.triantaf
.custom-tab-content .uk-pagination > * > * {
420
    min-width: 20px;
421
    line-height: 1.4;
422
    font-size: 14px;
423 52310 argiro.kok
424
}
425 58054 k.triantaf
426
.box-content {
427
    border: 1px dashed #666666;
428
    margin-top: 4px;
429
    background: #EFEFEF;
430 52310 argiro.kok
}
431
432
.citation-accordion .uk-accordion-title {
433 58054 k.triantaf
    font-family: Raleway;
434 52310 argiro.kok
}
435 58054 k.triantaf
436
.uk-notification.uk-notification-top-center {
437 52428 argiro.kok
    top: 45% !important;
438
}
439 58054 k.triantaf
440
.no-selected-message {
441
    background: white;
442 52428 argiro.kok
}
443 52373 argiro.kok
444
.textOverflowEllipsis {
445 58054 k.triantaf
    overflow: hidden;
446
    text-overflow: ellipsis;
447
    white-space: nowrap;
448 52373 argiro.kok
}
449
450 58054 k.triantaf
.custom-accordion .uk-accordion-title {
451 52373 argiro.kok
    text-align: left;
452 53352 argiro.kok
    /* background: #f8f8fe; */
453 52373 argiro.kok
    padding: 4px;
454 53352 argiro.kok
    /* color: #3055ba !important; */
455 52373 argiro.kok
    font-size: 14px;
456
    text-transform: initial !important;
457
    font-weight: inherit !important;
458
    /*border-top: gray solid 1px;*/
459 53352 argiro.kok
    border-bottom: var(--portal-main-color) solid 1px;
460 52373 argiro.kok
461 53352 argiro.kok
462 52373 argiro.kok
}
463
464 58054 k.triantaf
.custom-accordion .uk-accordion-title::after {
465 52373 argiro.kok
    float: none;;
466
    padding: 12px;
467
}
468
469 58054 k.triantaf
.custom-accordion {
470
    /*border: gray solid 1px;*/
471
    border-top: 0px;
472 52373 argiro.kok
}
473
474 58054 k.triantaf
.custom-accordion .uk-accordion-content {
475 52771 argiro.kok
    margin: 0px;
476
    border: #eee 1px solid;
477
    border-top: none;
478
    padding: 12px;
479 52373 argiro.kok
}
480 58054 k.triantaf
481
.darkBackground {
482
    background-color: rgba(0, 0, 0, 0.5);
483
    z-index: 0;
484
    color: white !important;
485 52771 argiro.kok
    font-family: Roboto !important;
486
}
487
488 58054 k.triantaf
.whiteText {
489
    color: white !important;
490 52771 argiro.kok
    font-family: Roboto !important;
491
}
492 58054 k.triantaf
493
.shadowBox {
494
    box-shadow: 0 1px 3px #444444;
495
    /*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
496 52771 argiro.kok
}
497 58054 k.triantaf
498
.icon-button-small {
499
    width: 22px !important;
500
    height: 22px !important;
501
    /*color: #666 !important;*/
502
    /*background: #f7f7fa !important;*/
503
}
504
505 59692 argiro.kok
.icon-button-small:focus:not(.portal-icon-button), .icon-button-small:hover:not(.portal-icon-button) {
506 53378 argiro.kok
507
    border-color: #666 !important;
508
}
509 53352 argiro.kok
510 58322 k.triantaf
/* theme */
511 53352 argiro.kok
.uk-navbar-container {
512
    padding-top: 0px !important;
513
    padding-bottom: 0px !important;
514
}
515
516 58322 k.triantaf
/* theme */
517 58054 k.triantaf
.uk-input {
518
    background-color: rgba(255, 255, 255, 1.0) !important;
519 53352 argiro.kok
}
520 58054 k.triantaf
521 58322 k.triantaf
/* theme */
522 53352 argiro.kok
.uk-accordion > :nth-child(n+2) {
523
    border-top: 0px solid #ededed !important;
524
    margin-top: 0px !important;
525
}
526
527
.widget-box {
528 58054 k.triantaf
    background: white;
529 53352 argiro.kok
}
530 53378 argiro.kok
531 58054 k.triantaf
.developlink {
532
    text-transform: none !important;
533
    color: #fff !important;
534
    background: var(--develop-portal-color) !important;
535
    font-weight: 600;
536
    border: 2px solid var(--develop-portal-color) !important;
537
    background-image: none !important;
538 53378 argiro.kok
}
539 58054 k.triantaf
540
.providelink {
541
    text-transform: none !important;
542
    color: #fff !important;
543
    background: var(--provide-portal-color) !important;
544
    font-weight: 600;
545
    border: 2px solid var(--provide-portal-color) !important;
546
    background-image: none !important;
547 53378 argiro.kok
}
548 58054 k.triantaf
549
.connectlink {
550
    background-color: var(--connect-portal-color) !important;
551
    font-weight: 600;
552
    color: #fff !important;
553
    border: 2px solid var(--connect-portal-color) !important;
554
    background-image: none !important;
555 53378 argiro.kok
}
556 58054 k.triantaf
557
.monitorlink {
558
    background-color: var(--monitor-portal-color) !important;
559
    font-weight: 600;
560
    color: #fff !important;
561
    border: 2px solid var(--monitor-portal-color) !important;
562
    background-image: none !important;
563 53378 argiro.kok
}
564 58054 k.triantaf
565
.explorelink {
566
    background-color: var(--explore-portal-color) !important;
567
    font-weight: 600;
568
    color: #fff !important;
569
    border: 2px solid var(--explore-portal-color) !important;
570
    background-image: none !important;
571 53378 argiro.kok
}
572 58054 k.triantaf
573 53378 argiro.kok
/* toCheck: */
574
/* embargo end date */
575
.highlight, mark {
576 58054 k.triantaf
    background: rgba(34, 32, 128, .5);
577 53378 argiro.kok
    color: #222080;
578
}
579 58054 k.triantaf
580 53378 argiro.kok
/* advanced autocomplete */
581
.custom-autocomplete .uk-dropdown {
582
    background: white;
583
    /* color: rgba(255,255,255,.7); */
584
}
585 58054 k.triantaf
586 53378 argiro.kok
.explore-heading-bullet::before {
587
    border-left-color: var(--explore-portal-color) !important;
588
}
589 58054 k.triantaf
590 53378 argiro.kok
.provide-heading-bullet::before {
591
    border-left-color: var(--provide-portal-color) !important;
592
}
593 58054 k.triantaf
594 53378 argiro.kok
.connect-heading-bullet::before {
595
    border-left-color: var(--connect-portal-color) !important;
596
}
597 58054 k.triantaf
598 53378 argiro.kok
.develop-heading-bullet::before {
599
    border-left-color: var(--develop-portal-color) !important;
600
}
601 58054 k.triantaf
602 53378 argiro.kok
.monitor-heading-bullet::before {
603
    border-left-color: var(--monitor-portal-color) !important;
604
}
605 53382 argiro.kok
606
607
.explore .uk-h4 {
608 58054 k.triantaf
    color: var(--explore-portal-color);
609
    font-weight: bold;
610 53382 argiro.kok
}
611
612
.explore .el-content {
613 58054 k.triantaf
    font-size: 18px;
614 53382 argiro.kok
}
615
616 58054 k.triantaf
.explore a {
617
    background-color: var(--explore-portal-color) !important;
618
    color: #fff !important;
619
    font-weight: bold !important;
620
    border-color: var(--explore-portal-color) !important;
621 53382 argiro.kok
}
622
623 54461 argiro.kok
.explore a:hover, .explore a:active, .explore a:focus {
624 58054 k.triantaf
    background-color: var(--explore-portal-lower-tone) !important;
625
    border-color: var(--explore-portal-lower-tone) !important;
626 53382 argiro.kok
}
627 58054 k.triantaf
628 53382 argiro.kok
.provide .uk-h4 {
629 58054 k.triantaf
    color: var(--provide-portal-color);
630
    font-weight: bold;
631 53382 argiro.kok
}
632
633
.provide .el-content {
634 58054 k.triantaf
    font-size: 18px;
635 53382 argiro.kok
}
636
637 58054 k.triantaf
.provide a {
638
    background-color: var(--provide-portal-color) !important;
639
    color: #fff !important;
640
    font-weight: bold !important;
641
    border-color: var(--provide-portal-color) !important;
642 53382 argiro.kok
}
643
644 54461 argiro.kok
.provide a:hover, .provide a:active, .provide a:focus {
645 58054 k.triantaf
    background-color: var(--provide-portal-lower-tone) !important;
646
    border-color: var(--provide-portal-lower-tone) !important;
647 53382 argiro.kok
}
648
649
.monitor .uk-h4 {
650 58054 k.triantaf
    color: var(--monitor-portal-color);
651
    font-weight: bold;
652 53382 argiro.kok
}
653
654
.monitor .el-content {
655 58054 k.triantaf
    font-size: 18px;
656 53382 argiro.kok
}
657
658 58054 k.triantaf
.monitor a {
659
    background-color: var(--monitor-portal-color) !important;
660
    color: #fff !important;
661
    font-weight: bold !important;
662
    border-color: var(--monitor-portal-color) !important;
663 53382 argiro.kok
}
664
665 54461 argiro.kok
.monitor a:hover, .monitor a:active, .monitor a:focus {
666 58054 k.triantaf
    background-color: var(--monitor-portal-lower-tone) !important;
667
    border-color: var(--monitor-portal-lower-tone) !important;
668 53382 argiro.kok
}
669
670 54999 k.triantaf
.connect-default-button {
671 55004 k.triantaf
    background-color: var(--connect-portal-color) !important;
672 58054 k.triantaf
    color: var(--portal-main-contrast) !important;
673 55004 k.triantaf
    border: 2px solid var(--connect-portal-color) !important;
674 58054 k.triantaf
    background-image: none !important;
675 54999 k.triantaf
}
676
677 53382 argiro.kok
.connect .uk-h4 {
678 58054 k.triantaf
    color: var(--connect-portal-color);
679
    font-weight: bold;
680 53382 argiro.kok
}
681
682
.connect .el-content {
683 58054 k.triantaf
    font-size: 18px;
684 53382 argiro.kok
}
685
686 54461 argiro.kok
.connect a {
687 58054 k.triantaf
    background-color: var(--connect-portal-color) !important;
688
    color: #fff !important;
689
    font-weight: bold !important;
690
    border-color: var(--connect-portal-color) !important;
691 53382 argiro.kok
}
692
693 54461 argiro.kok
694 58054 k.triantaf
.connect a:hover, .connect a:active, .connect a:focus {
695
    background-color: var(--connect-portal-lower-tone) !important;
696
    border-color: var(--connect-portal-lower-tone) !important;
697 53382 argiro.kok
698
}
699
700
.develop .uk-h4 {
701 58054 k.triantaf
    color: var(--develop-portal-color);
702
    font-weight: bold;
703 53382 argiro.kok
}
704
705
.develop .el-content {
706 58054 k.triantaf
    font-size: 18px;
707 53382 argiro.kok
}
708
709 58054 k.triantaf
.develop a {
710
    background-color: var(--develop-portal-color) !important;
711
    color: #fff !important;
712
    font-weight: bold !important;
713
    border-color: var(--develop-portal-color) !important;
714 53382 argiro.kok
}
715
716 54461 argiro.kok
.develop a:hover, .develop a:active, .develop a:focus {
717 58054 k.triantaf
    background-color: var(--develop-portal-lower-tone) !important;
718
    border-color: var(--develop-portal-lower-tone) !important;
719 53389 argiro.kok
}
720 53382 argiro.kok
721 58054 k.triantaf
.portal-hr {
722
    border-bottom: 1px solid var(--portal-main-color) !important;
723 58274 k.triantaf
    padding: 5px 0;
724 53382 argiro.kok
}
725 53389 argiro.kok
726
.tm-toolbar .uk-subnav-line li:hover, .tm-toolbar .uk-subnav li:hover {
727 58054 k.triantaf
    background: var(--portal-main-color) !important;
728 53389 argiro.kok
}
729
730
.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 {
731 58054 k.triantaf
    background: var(--portal-main-color) !important;
732
    color: white !important;
733 53389 argiro.kok
}
734 53490 argiro.kok
735
.loginLink {
736
    text-transform: uppercase !important;
737
}
738 53549 argiro.kok
739 58054 k.triantaf
#footer\#9 a, #footer\#11 a, #footer\#13 a {
740
    color: #dedede;
741
    line-height: 22px;
742
    padding: 2px 0;
743 53549 argiro.kok
}
744 53550 argiro.kok
745 58054 k.triantaf
#footer\#9 a:hover, #footer\#11 a:hover, #footer\#13 a:hover {
746 53550 argiro.kok
    color: rgba(255, 255, 255, 0.5);
747
}
748
749 53549 argiro.kok
@media all and (min-width: 640px) {
750
751 58054 k.triantaf
    #footer\#3 {
752
        margin-right: 280px;
753
    }
754 53549 argiro.kok
755
}
756 53557 argiro.kok
757
.portal-card {
758
    background-color: var(--portal-main-color);
759
    color: #fff !important;
760
}
761 58054 k.triantaf
762 53557 argiro.kok
.portal-card a {
763
    color: #fff !important;
764 56675 argiro.kok
    /*text-decoration: underline;*/
765 53557 argiro.kok
}
766 58054 k.triantaf
767 56675 argiro.kok
.portal-card a:hover {
768 58054 k.triantaf
    color: rgba(255, 255, 255, 0.8) !important;
769 56675 argiro.kok
}
770 53613 konstantin
771 58840 k.triantaf
.portalSearchCard {
772
    box-shadow: 0 1px 3px #00000029;
773
    border-radius: 2px;
774
    padding: 20px;
775
    position: relative;
776
    background-color: white;
777
}
778
779 58546 k.triantaf
.badges {
780
    position: absolute;
781
    top: 0;
782
    left: -3px;
783
    padding-left: 0 !important;
784
    width: 70px;
785
}
786
787
.badges .portal-card-badge {
788 55208 k.triantaf
    background-color: var(--portal-main-color);
789 60007 konstantin
    color: #1a1a1a !important;
790 58546 k.triantaf
    font-size: 10px;
791 55286 k.triantaf
    border-radius: 3px;
792 58546 k.triantaf
    padding: 2px 3px;
793
    margin-bottom: 5px;
794 55208 k.triantaf
}
795
796 55286 k.triantaf
797 58546 k.triantaf
.badges .private-card-badge {
798
    background-color: #A4A4A4;
799 60007 konstantin
    color: #1a1a1a !important;
800 58546 k.triantaf
    font-size: 10px;
801 55286 k.triantaf
    border-radius: 3px;
802 58546 k.triantaf
    padding: 2px 3px;
803 55250 k.triantaf
}
804
805 53613 konstantin
.inherit-color {
806
    color: inherit;
807
}
808 54738 argiro.kok
809 59553 argiro.kok
a:hover, .uk-link:hover, a.uk-link-text:hover {
810 54738 argiro.kok
    color: var(--portal-main-color);
811
}
812 55368 k.triantaf
813 56713 argiro.kok
/*linksBasket*/
814
815 58054 k.triantaf
.linksbasket {
816
    /* background-color:#F5F5F5; */
817
    border: 1px solid #DEDEDE;
818
    font-size: 12px !important;
819
    line-height: 18px;
820
    /* height:512px; */
821 56713 argiro.kok
}
822
823 58054 k.triantaf
.linksbaskettitles {
824
    /* height:75px; */
825
    cursor: pointer;
826
    background-color: #F5F5F5;
827
    border: 1px solid #DEDEDE;
828 56713 argiro.kok
}
829 58054 k.triantaf
830
.linksBasketSubtitles {
831 56713 argiro.kok
    font-size: 12px !important;
832
}
833 58054 k.triantaf
834 56713 argiro.kok
.linkInlineEntity {
835
    /* height:75px; */
836 58054 k.triantaf
    background-color: #A4A4A4;
837
    color: white !important;
838 56713 argiro.kok
    /*border: 1px solid #DEDEDE;*/
839
}
840 58054 k.triantaf
841
.linksbaskettitlesPortalColor, .linksbaskettitlesPortalColor div {
842 56713 argiro.kok
    background: var(--portal-main-color) !important;
843
    color: var(--portal-main-contrast) !important;
844 59264 argiro.kok
    border: 0 solid var(--portal-main-color) !important;
845 56713 argiro.kok
}
846
847 58054 k.triantaf
.contextlabelSelected, .contextlabelSelected:hover, .contextlabelSelected a, .contextlabelSelected:hover a {
848
    background-color: var(--portal-main-color) !important;
849
    color: var(--portal-main-contrast) !important;
850 59264 argiro.kok
    border: 0 solid var(--portal-main-color) !important;
851 56713 argiro.kok
852
}
853 58054 k.triantaf
854
.contextlabelNotSelected, .contextlabelNotSelected:hover {
855
    color: var(--portal-main-color) !important;
856
    border: 1px solid var(--portal-main-color) !important;
857 56713 argiro.kok
}
858
859 58054 k.triantaf
.contextlabelNotSelected a, .contextlabelNotSelected:hover a {
860
    color: var(--portal-main-color) !important;
861 56713 argiro.kok
}
862
863 58054 k.triantaf
.researchResultTypeSelected, .researchResultTypeNotSelected:hover {
864 57853 konstantin
    color: #fff !important;
865
    background-color: #222080 !important;
866
    border: 1px solid #222080 !important;
867
}
868 58054 k.triantaf
869
.researchResultTypeNotSelected {
870 57977 konstantin
    color: #222080 !important;
871
    background-color: #fff !important;
872 57853 konstantin
    border: 1px solid #222080 !important;
873
}
874
875 58054 k.triantaf
.fadeOut {
876
    opacity: 0.3;
877
    /* background-color: rgba(red(var(--portal-main-color)), green(var(--portal-main-color)), blue(var(--portal-main-color)), 0.3); */
878 56713 argiro.kok
}
879
880 58054 k.triantaf
.warningBorder {
881 56713 argiro.kok
    border-color: #f70;
882
}
883 58054 k.triantaf
884
.dangerBorder {
885 56713 argiro.kok
    border-color: #ff4000;
886
}
887 58054 k.triantaf
888
.linkingToolbar {
889 56713 argiro.kok
    background-color: #EDEDED;
890
}
891 58054 k.triantaf
892
.linkingToolbar .back {
893 56713 argiro.kok
    color: #999999 !important;
894
    cursor: pointer;
895 58054 k.triantaf
    -webkit-transition: color 0.3s;
896 56713 argiro.kok
    transition: color 0.3s;
897
}
898 58054 k.triantaf
899
.linkingToolbar .back:hover {
900 56713 argiro.kok
    color: #444444 !important;
901
}
902
903
904 58054 k.triantaf
.linkInlineEntityLabel {
905
    color: #EAEAEA;
906 56713 argiro.kok
    background-color: #B5B5B5;
907
    border-color: #EAEAEA;
908
}
909
910 55368 k.triantaf
textarea {
911
    resize: none;
912
}
913 58054 k.triantaf
914 55897 konstantin
.default-dropdown {
915
    background: white;
916 58274 k.triantaf
    max-width: 500px;
917 55897 konstantin
}
918
919
[class*="uk-animation-"] {
920
    animation-fill-mode: none !important;
921 56342 k.triantaf
}
922 56513 konstantin
923
.cursor-default {
924
    cursor: default;
925
}
926 56675 argiro.kok
.curator-photo {
927 58645 k.triantaf
    border: #eee 4px solid;
928 56675 argiro.kok
    object-fit: cover;
929
    width: 80px;
930
    height: 80px;
931
}
932
933 58322 k.triantaf
/* theme */
934 58054 k.triantaf
.uk-navbar {
935 58522 argiro.kok
    z-index: 980;
936 56675 argiro.kok
}
937 58054 k.triantaf
938 58322 k.triantaf
/* theme */
939 58054 k.triantaf
.uk-modal {
940 56713 argiro.kok
    z-index: 10000;
941
}
942 56675 argiro.kok
943
@media only screen and (min-width: 992px) {
944 58054 k.triantaf
    .image-front-topbar {
945 59679 k.triantaf
        margin-top: -130px;
946
        padding-top: 130px;
947 58054 k.triantaf
    }
948 56675 argiro.kok
}
949 58054 k.triantaf
950 58322 k.triantaf
/* theme */
951 56675 argiro.kok
/*Adding shadow to the main menu dropdowns*/
952 58054 k.triantaf
.uk-navbar-dropdown {
953
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
954 56675 argiro.kok
}
955 57237 konstantin
956
.small-beta-indication {
957
    height: 60px;
958
}
959
960
.large-beta-indication {
961 57255 konstantin
    height: 104px;
962 57412 argiro.kok
    position: absolute;
963 57237 konstantin
    top: 0;
964
    left: 0;
965 58367 argiro.kok
    z-index: 10000;
966 57237 konstantin
}
967 58054 k.triantaf
968 57412 argiro.kok
.uk-navbar-sticky .beta-indication-sticky {
969
    position: fixed !important;
970
    display: block;
971 57402 argiro.kok
972 57412 argiro.kok
}
973 58054 k.triantaf
974 57402 argiro.kok
.beta-indication-sticky {
975 57412 argiro.kok
    height: 102px;
976 57402 argiro.kok
    position: fixed;
977 57412 argiro.kok
    top: 0;
978
    left: 0;
979
    display: none;
980 58522 argiro.kok
    z-index: 10000;
981 57402 argiro.kok
}
982 58026 k.triantaf
983 58322 k.triantaf
/* theme */
984 58274 k.triantaf
.uk-modal .uk-modal-dialog {
985
    border-radius: 4px;
986
}
987
988 58356 k.triantaf
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.portalTabs.uk-tab > * > a:hover {
989 58274 k.triantaf
    color: var(--portal-main-color) !important;
990
    border-color: var(--portal-main-color) !important;
991
    /*font-family: Roboto, sans-serif !important;*/
992
}
993 58356 k.triantaf
994
ul.portalTabs.uk-tab > .uk-active > a {
995
    font-weight: bold;
996 58274 k.triantaf
}
997
998
ul.portalTabs.uk-tab::before {
999 59134 argiro.kok
    /*border-bottom: 1px solid var(--portal-main-color);*/
1000 58274 k.triantaf
}
1001
1002 58322 k.triantaf
/* theme */
1003 59617 k.triantaf
.uk-input:not(.uk-form-danger), .uk-textarea:not(.uk-form-danger) {
1004 58663 k.triantaf
    border: 1px solid rgba(0, 0, 0, 0.40) !important;
1005 58261 konstantin
}
1006
1007 59790 k.triantaf
.uk-input.uk-form-danger, .uk-textarea.uk-form-danger {
1008
    border: 1px solid #ff4000 !important;
1009
}
1010
1011 58664 k.triantaf
.uk-select {
1012
    border-bottom: 1px solid rgba(0, 0, 0, 0.40) !important;
1013
}
1014
1015 58322 k.triantaf
/* theme */
1016 58663 k.triantaf
.uk-text-muted {
1017
    color: #666 !important;
1018 58320 k.triantaf
}
1019
1020 58322 k.triantaf
/* theme */
1021 58663 k.triantaf
.uk-card-default {
1022
    color: #333 !important;
1023 58320 k.triantaf
}
1024
1025 58322 k.triantaf
/* theme */
1026 58320 k.triantaf
html {
1027
    color: #1d1d1d !important;
1028 58356 k.triantaf
}
1029
1030 59553 argiro.kok
.footer-light-background, .footer-light-background .uk-totop{
1031 58529 argiro.kok
    color:black;
1032
    background-color: white;
1033
}
1034
.footer-light-background a, .footer-light-background a:not(.uk-button):hover, .footer-light-background  a:not(.uk-button){
1035
    color:black;
1036
}
1037
1038
.footer-light-background .uk-icon-button:hover,.footer-light-background a:not(.license):hover {
1039
    color:black;
1040
    border-color:black;
1041
    text-decoration: underline;
1042
}
1043 58533 k.triantaf
1044 59820 argiro.kok
./*zenodoButton, .zenodoButton:hover{
1045 58564 argiro.kok
    background-image:linear-gradient(to right, #0F4DA1, #0078E1) ;
1046
    color: white !important;
1047
    border-color: transparent !important;
1048
    border-style: solid !important;
1049
    border-width: 1px !important;
1050
    box-shadow: 0px 4px 10px #00000029;
1051
    border-radius: 2px;
1052
    opacity: 1;
1053 59820 argiro.kok
}*/
1054 58564 argiro.kok
1055
.uk-text-normal{
1056
    font-weight: 400;
1057
}
1058 58591 argiro.kok
1059
/*
1060
Impact Factor -  ATHENA CODE */
1061
.popularity-A svg .a, .influence-A svg .a{
1062
    fill:#d51717;
1063
}
1064
.popularity-B  svg .a, .influence-B svg  .a {
1065
    fill: #e1920a;
1066
}
1067
.popularity-C svg  .a, .influence-C svg .a {
1068
    fill: #444;
1069
}
1070 58617 k.triantaf
1071 58718 konstantin
/*mat-select-panel*/
1072
div.cdk-overlay-container {
1073
    z-index: 10001 !important;
1074 58730 k.triantaf
}
1075 59820 argiro.kok
a.filterLabel {
1076
    color: #1d1d1d !important;
1077
}
1078
.filterLoading{
1079
    opacity: 0.5;
1080
}
1081
/*Chnages for Sicky Search form*/
1082
/*
1083
1084
#searchFormPanel.uk-sticky {
1085
    z-index: 3 !important;
1086
}
1087
#searchFormPanel.uk-sticky .searchFormMinHeight{
1088
    min-height: 100px;
1089
}
1090
1091
1092
#searchFormPanel.uk-sticky.uk-active .publicationsSearchForm{
1093
    height:220px;
1094
    !* height transition*!
1095
    transition: 0.40s;
1096
    -webkit-transition: 0.40s;
1097
    -moz-transition: 0.40s;
1098
    -ms-transition: 0.40s;
1099
    -o-transition: 0.40s;
1100
}
1101
1102
1103
#searchFormPanel.uk-sticky .publicationsSearchForm{
1104
     transition: 0.40s;
1105
    -webkit-transition: 0.40s;
1106
    -moz-transition: 0.40s;
1107
    -ms-transition: 0.40s;
1108
    -o-transition: 0.40s;
1109
}
1110
*/
1111
1112
/*menu transparent*/
1113
/*
1114
1115
#stickyNavbar.uk-active.uk-navbar-container {
1116
    background: transparent;
1117
    box-shadow: none;
1118
}
1119
*/
1120
1121
1122
1123
/*smaller menu bar*/
1124
/*
1125
1126
.navbar .brand, .navbar .nav > li > a, .navbar-search, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
1127
    min-height: 70px;
1128
}
1129
1130
.beta-indication-sticky {
1131
    height: 72px;q
1132
}
1133
*/