Project

General

Profile

1

    
2
.tm-toolbar .uk-subnav-line .custom-discover-li {
3
  color:#05007A !important;
4
  background:#fff;
5
  display: block;
6
}
7
.tm-toolbar .uk-subnav-line .custom-discover-li  a{
8
  color:#05007A !important;
9
}
10

    
11
.custom-discover-toolbar   ul.uk-subnav.uk-subnav-line{
12
  background-color: #f25f30 !important;
13
  }
14

    
15
  .custom-discover-toolbar .inner {
16
       background-color: #f25f30 !important;
17
  }
18

    
19
  .custom-discover-toolbar{
20
    border-top-color:#f25f30 !important;
21
  }
22
.custom-footer{
23
   position:relative;
24
   bottom:0;
25
   left:0;
26
}
27
.custom-external {
28
    background: rgba(0, 0, 0, 0) url("/assets/external-link.svg") no-repeat scroll left 10%;
29
    min-height: 15px;
30
    background-size: 15px 15px;
31
    padding-left: 16px;
32
}
33
h2 .custom-external {
34
     min-height: 20px;
35
    background-size: 20px 20px;
36
    padding-left: 21px;
37
    background: rgba(0, 0, 0, 0) url("/assets/external-link.svg") no-repeat scroll left center;
38

    
39
}
40

    
41
.pseudo-external{
42
  padding-left: 16px;
43
}
44

    
45
.custom-navbar-toggle-icon, .custom-user-mini-panel{
46
  color:#444 !important
47
}
48
.custom-user-mini-panel a{
49
  color:rgb(36, 91, 204);
50
}
51
.custom-main-content{
52
  min-height: 550px;
53
}
54

    
55
.custom-autocomplete .uk-nav-autocomplete > li > a:hover {
56
    background: #00a8e6 none repeat scroll 0 0;
57
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
58
    color: #FFF;
59
    outline: medium none;
60
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
61
}
62

    
63
.custom-autocomplete .uk-nav-navbar > li > a {
64
    color: #444;
65
}
66
.custom-description-list-horizontal{ line-height:200%}
67
.uk-alert-default {
68
  background: #fff none repeat scroll 0 0;
69
    border: 1px solid #ddd;
70
    border-radius: 4px;
71
    color: #444;
72
    height: 30px;
73
    max-width: 100%;
74
    padding: 4px 6px;
75

    
76
}
77
.custom-hidden-dropdown-menu {position:static !important;}
78
.searchFilterBoxValues {overflow:auto; max-height:200px; }
79
.selected-filters-box {margin:5px; background-color:#F8F8F8; }
80
.search-form {margin:5px;  }
81
.clickable { cursor:pointer; }
82
.search-filters .uk-accordion-title{
83
  font-size: 14px;
84
  line-height: 18px;
85
}
86
.search-results {
87
  min-height: 1100px;
88
}
89
.searchPaging {
90
  min-height: 46px;
91
}
92
.helper-left-right {
93
  margin-top: 75px;
94
  max-width: 20%;
95
}
96

    
97
@media (min-width: 960px) {
98
    .float-children-right-at-medium > * {
99
        float: right;
100
    }
101
}
102

    
103
@media (max-width: 959px) {
104
  .margin-small-top-at-small  {
105
    margin-top: 10px !important;
106
  }
107
}
108

    
109
.other-results {
110
  min-height: 300px;
111
}
112
.OPEN {
113
    background: rgba(0, 0, 0, 0) url("/assets/unlock.svg") no-repeat scroll right top;
114
    padding-right: 25px;
115
    min-height: 20px;
116
    background-size: 20px 20px;
117
    font-weight: 400;
118
    text-transform: none;
119
}
120

    
121

    
122
.EMBARGO, .CLOSED, .RESTRICTED {
123
    background: rgba(0, 0, 0, 0) url("/assets/lock.svg") no-repeat scroll right top;
124
    padding-right: 25px;
125
    min-height: 20px;
126
    background-size: 20px 20px;
127
    font-weight: 400;
128
    text-transform: none;
129
}
130

    
131
.sc39 {
132
    background: rgba(0, 0, 0, 0) url("/assets/sc39.png") no-repeat scroll right center;
133
    padding-right: 24px;
134
}
135

    
136
.projectIcon {
137
    display: inline-table;
138
}
139

    
140
.dateFilter .mydp{
141
  margin-top:5px;
142
}
143

    
144

    
145
/*.tooltip {
146
    max-width: none;
147
    background: rgba(100, 100, 100, 1);
148
}*/
149
.tooltip-custom-font-size {
150
    font-size: 120%;
151
}
152

    
153
.custom-select-mini{
154
  max-width:170px !important;
155
}
156
.custom-icon {
157
    line-height: unset;
158
}
159
/*.custom-tab-content-large{
160
    min-height: 800px;
161
}
162
 */
163
.custom-tab-content {
164
    min-height: 250px;
165
}
166

    
167
.custom-dataTable-content {
168
    min-height: 600px;
169
}
170

    
171
.custom-html-table-height {
172
  height: 500px;
173
}
174

    
175

    
176

    
177

    
178
.filterItem span {
179
display: inline-flex;
180
}
181
.filterItem .filterName {
182
max-width: 71%;
183

    
184
}
185
.browseFilters .filterItem .filterName {
186
max-width: 68%;
187
}
188

    
189
.filterItem .filterNumber {
190
width: 20%;
191
}
192
.filterItem span {
193

    
194
white-space: nowrap;
195
}
196
.browseFilters .filterItem span div {
197
  /*min-width: 45px;*/
198
}
199
.filterItem span div {
200
overflow: hidden;
201
text-overflow: ellipsis;
202
/*min-width: 81px;*/
203
}
204

    
205
.browseFilters{
206
overflow-y: auto;
207
overflow-x: hidden;
208
max-height:265px;
209
}
210

    
211

    
212

    
213
.custom-offcanvas-close {
214
    position: relative;
215
    right: 0;
216
    top: 0;
217
}
218
.uk-link{
219
  color: #292C3D !important;
220
}
221
.uk-breadcrumb > :last-child > * {
222
    color:#cbcbcb !important;
223
}
224
.uk-breadcrumb .uk-active a{
225
    color: #767779  !important;
226
}
227

    
228
.publicationTitleIcon {
229
  background: url("/assets/publication.png") no-repeat;
230
}
231
.datasetTitleIcon {
232
  background: url("/assets/dataset.png") no-repeat;
233
}
234
.projectTitleIcon {
235
  background: url("/assets/project.png") no-repeat;
236
}
237
.organizationTitleIcon {
238
  background: url("/assets/organization.png") no-repeat;
239
}
240
.datasourceTitleIcon {
241
  background: url("/assets/datasource.png") no-repeat;
242
}
243
.entityTitleIcon{
244
  background-repeat: :no-repeat;
245
  content: '';
246
  display: inline-block;
247
  height: 36px;
248
  width: 42px;
249
  vertical-align: middle;
250
}
251
.entityIcon{
252
  height: 15px;
253
  width: 20px;
254

    
255
}
256
/*.uk-tab{
257
  border-bottom: 1px #cbcbcb solid;
258
}*/
259
.label-underCuration{
260
  background: #fef5d2 !important;
261
}
262

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

    
287
}
288

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

    
296
.label-publication{
297
   background: #4687E6;
298
   color: #fff}
299

    
300
.label-dataset
301
{ background: #1e906c;
302
color: #fff}
303

    
304
.label-project
305
{ background: #d0307f;
306
color: #fff}
307

    
308
.label-dataprovider
309
{ background: #00a0de;
310
color: #fff}
311

    
312
.label-organization
313
{ background: #fbcd0d;
314
color: #414141}
315

    
316

    
317

    
318
.uk-tab {
319
	display: -ms-flexbox;
320
	display: -webkit-flex;
321
	display: flex;
322
	-ms-flex-wrap: wrap;
323
	-webkit-flex-wrap: wrap;
324
	flex-wrap: wrap;
325
	margin-left: -20px;
326
	padding: 0;
327
	list-style: none;
328
	position: relative;
329
}
330
.uk-tab::before {
331
    content: "";
332
    position: absolute;
333
    bottom: 0;
334
    left: 20px;
335
    right: 0;
336
    border-bottom: 1px solid #e5e5e5;
337
}
338
.uk-tab-left::before {
339
    border-bottom: none !important;
340
}
341
.mainPageSearchForm{
342
  background-image: url("./home2.jpeg"); background-color: rgb(255, 255, 255); box-sizing: border-box; min-height: calc(100vh - 412.767px);
343
}
344

    
345
.searchForm, .generalSearchForm{
346
  background-image: url('./search_general_3.jpg'); box-sizing: border-box; height: 250px;
347
}
348
.publicationsSearchForm{
349
  background-image: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 250px;
350
}
351
.projectsSearchForm{
352
  background-image: url('./projects_search.jpg'); box-sizing: border-box; height: 250px;
353
}
354
.organizationsSearchForm{
355
  background-image: url('./search_organizations.jpg'); box-sizing: border-box; height: 250px;
356
}
357
.datasetsSearchForm{
358
  background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
359
}
360
.softwareSearchForm{
361
  background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
362
}
363
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm,
364
 .compatibleDatasourcesTableSearchForm {
365
  background-image: url('./providers_search.jpg'); box-sizing: border-box; height: 250px;
366
}
367
 .journalsSearchForm, .journalsTableSearchForm{
368
  background-image: url('./search_journals.jpg'); box-sizing: border-box; height: 250px;
369
}
370
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
371
  background-image: url('./search_registries.jpg'); box-sizing: border-box; height: 250px;
372
}
373

    
374
.divider-table tbody td, .uk-table th {
375
    border-bottom: 1px solid #E5E5E5;
376
  }
377

    
378
  #feedback {
379
  	float: left;
380
  	position: fixed;
381
  	top: calc(50% - 47px);
382
  	right: 0;
383
    z-index: 10000;
384
    display: block;
385

    
386
  }
387

    
388
  #feedback a {
389
  	background: #666;
390
  	border-radius: 5px 0 0 5px;
391
  	box-shadow:none;
392
  	border: none!important;
393
  	display: block;
394
  	padding: 20px 12px;
395
  	transition: all .2s ease-in-out;
396
    opacity:0.5;
397

    
398
  }
399

    
400
  #feedback a:hover {
401
  	padding-right: 20px;
402
  }
403

    
404
.descriptionText{
405
  Padding-left: 25px !important;
406
  Border-left: 10px solid #fafafa;
407
  display: inline-block;
408
          position: relative;
409
          top: calc(-0.1 * 1em);
410
          vertical-align: middle;
411
          margin-right: 10px;
412
          border-left: 8px solid #e5e5e5;
413
          margin-top: 8px;
414

    
415
}
416

    
417

    
418
/*
419
li span {
420
  display: inline-flex;
421
}
422

    
423
.item span {
424
  width: 100px;
425
  margin-left: 1em;
426
  white-space: nowrap;
427
}
428

    
429
.item span div {
430
  overflow: hidden;
431
  text-overflow: ellipsis;
432
}*/
433

    
434
.custom-offcanvas-bar{
435
  background: grey !important;
436
  width:100% !important;
437

    
438
}
439
.custom-offcanvas-bar .filtersModal{
440
  color:grey !important;
441

    
442
}
443
.list-horizontal{
444
  display: flex;
445
  }
446
.list-horizontal span{
447
  margin-right:5px;
448
  padding-left: 0px !important;
449

    
450
}
451
.list-horizontal-line span {
452
  margin-right: 5px;
453
  border-right: 1px solid #f1f1f1;
454
  padding-right: 5px;
455

    
456
}
457

    
458
.list-horizontal-line > span:last-child {
459
  border-right:none;
460
}
461
body {
462
  font-family: Raleway, Arial, sans-serif !important;
463
}
464
html {
465
  color: #444 !important;
466
}
467

    
468
h2, h4{
469
    font-weight: 400;
470
    text-transform: none;
471
}
472
.linkdropdown{
473
  min-width:250px;
474
}
475
.uk-button-action{
476
   background-color: #D6352B;
477
   color: #fff
478
}
479
.uk-pagination>.uk-active>* {
480
  color: #fff !important;
481
  background-color: #296EE9 !important;
482

    
483
}
484
.uk-pagination>*>* {
485
  color:#666 !important;
486
}
487
h2, .uk-h2{
488
  font-size:28px !important;
489
}
490
.app-box {
491
  border: #e5e5e5 solid 1px;
492
}
493

    
494
.uk-subnav-line li:hover .home-icon  svg  #home{
495
   fill: #05007A !important;
496

    
497
}
498
 svg  #home{
499
   fill: white !important;
500

    
501
}
502
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a{
503
  display: block;
504
  color: #d4d4d4 !important;
505
}
506

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

    
509
.helper-grid>*{
510
    padding-left: 25px !important;
511
}
(7-7/34)