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: 1100px;
72
}
73
.searchPaging {
74
  min-height: 46px;
75
}
76
.helper-left-right {
77
  /* margin-top: 75px; */
78
  max-width: 20%;
79
}
80

    
81
.errors-in-searchTableView{
82
  margin-top: 75px;
83
}
84

    
85
@media (min-width: 960px) {
86
    .float-children-right-at-medium > * {
87
        float: right;
88
    }
89
}
90

    
91
@media (max-width: 959px) {
92
  .margin-small-top-at-small  {
93
    margin-top: 10px !important;
94
  }
95
}
96

    
97
.other-results {
98
  min-height: 300px;
99
}
100

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

    
111

    
112
.EMBARGO, .CLOSED, .RESTRICTED {
113
    background: rgba(0, 0, 0, 0) url("./lock.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
.UNKNOWN {
122

    
123
    background: rgba(0, 0, 0, 0) url("./question.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

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

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

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

    
145

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

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

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

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

    
176

    
177

    
178

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

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

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

    
195
white-space: nowrap;
196
}
197
.browseFilters .filterItem span div {
198
  /*min-width: 45px;*/
199
}
200
.filterItem span div {
201
overflow: hidden;
202
text-overflow: ellipsis;
203
/*min-width: 81px;*/
204
}
205
.filterItem{
206
  margin-bottom: 5px !important;
207
}
208

    
209
.browseFilters{
210
overflow-y: auto;
211
overflow-x: hidden;
212
max-height:265px;
213
}
214

    
215

    
216

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

    
232

    
233
.entityTitleIcon{
234
  background-repeat: :no-repeat;
235
  content: '';
236
  display: inline-block;
237
  height: 36px;
238
  width: 42px;
239
  vertical-align: middle;
240
}
241
.entityIcon{
242
  height: 15px;
243
  width: 20px;
244

    
245
}
246
/*.uk-tab{
247
  border-bottom: 1px #cbcbcb solid;
248
}*/
249

    
250

    
251
.label-blue, .label-compatibility {
252
 background:#d4f3ff;
253
 color:#00a0de
254
}
255
.label-green, .label-openaccessmandate {
256
 background:#d1f6e8;
257
 color:#01a566
258
}
259
.label-yellow, .label-underCuration {
260
 background:#fef5d2;
261
 color:#cca607
262
}
263
.label-red, .label-funder {
264
 background:#fef0ef;
265
 color:#f54f43
266
}
267
.label-grey, .label-language{
268
  background: #f8f8f8;
269
  color: #666;
270
}
271
.label-country {
272
  background : #d4f3ff;
273
  color: #00a0de;
274
}
275
.label-orange, .label-sc39{
276
  background: #fef5d2;
277
  color: #f0506e;
278
}
279

    
280
.label-OPEN, .label-OPENSOURCE, .label-open {
281
background: #F25F2F;
282
color: #fff;
283
}
284
.label-CLOSED, .label-EMBARGO, .label-RESTRICTED, .label-closed {
285
  background: #0F0F0F;
286
  color: #fff
287
}
288

    
289
.label-publication{
290
   background: #4687E6;
291
   color: #fff
292
 }
293
.label-dataset{
294
  background: #1e906c;
295
  color: #fff
296
}
297
.label-software{
298
  background: #b737ff;
299
  color: #fff
300
}
301
.label-orp, .label-other{
302
  background: #f54f43;
303
  color: #414141 !important;
304
}
305

    
306
.label-project
307
{ background: #d0307f;
308
color: #fff}
309

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

    
314
.label-organization
315
{ background: #fbcd0d;
316
color: #414141}
317

    
318
.label-UNKNOWN,.label-funder,
319
.label-compatibility ,
320
.label-openaccessmandate,
321
.label-underCuration,
322
.label-funder,
323
  .label-language,
324
.label-country,
325
.label-orange, .label-sc39,
326
.label-OPEN, .label-OPENSOURCE, .label-open,.label-language, .label-publication,
327
.label-publication,
328
.label-dataset,
329
.label-software,
330
.label-orp, .label-other, .label-project, .label-dataprovider, .label-organization,
331
.label-grey, .label-success
332
{
333
  background:white !important;
334
  color:#666666  !important;
335
  border: 1px solid #666666 !important;
336
}
337
.label-CLOSED, .label-EMBARGO, .label-RESTRICTED, .label-closed {
338

    
339

    
340
  background:#CACACA !important;
341
  color:#666666  !important;
342
  border: 1px solid #666666 !important;
343
}
344

    
345

    
346

    
347

    
348

    
349

    
350
.uk-tab {
351
	display: -ms-flexbox;
352
	display: -webkit-flex;
353
	display: flex;
354
	-ms-flex-wrap: wrap;
355
	-webkit-flex-wrap: wrap;
356
	flex-wrap: wrap;
357
	margin-left: -20px;
358
	padding: 0;
359
	list-style: none;
360
	position: relative;
361
}
362
.uk-tab::before {
363
    content: "";
364
    position: absolute;
365
    bottom: 0;
366
    left: 20px;
367
    right: 0;
368
    border-bottom: 1px solid #e5e5e5;
369
}
370
.uk-tab-left::before {
371
    border-bottom: none !important;
372
}
373

    
374

    
375
.searchForm, .generalSearchForm{
376
  background: url('./search_general.jpg'); box-sizing: border-box; height: 320px;
377
}
378
.publicationsSearchForm{
379
  background: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 320px;
380
}
381
.projectsSearchForm, .projectsTableSearchForm{
382
  background: url('./projects_search.jpg'); box-sizing: border-box; height: 320px;
383
}
384
.organizationsSearchForm{
385
  background: url('./search_organizations.jpg'); box-sizing: border-box; height: 320px;
386
}
387
.datasetsSearchForm{
388
  background: url('./search_data.jpg'); box-sizing: border-box; height: 320px;
389
}
390
.softwareSearchForm{
391
  background: url('./search_software.jpg'); box-sizing: border-box; height: 320px;
392
}
393
.orpsSearchForm{
394
  background: url('./search_other.jpg'); box-sizing: border-box; height: 320px;
395
}
396
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm{
397
  background: url('./providers_search.jpg'); box-sizing: border-box; height: 320px;
398
}
399
 .journalsSearchForm, .journalsTableSearchForm{
400
  background: url('./search_journals.jpg'); box-sizing: border-box; height: 320px;
401
}
402
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
403
  background: url('./search_registries.jpg'); box-sizing: border-box; height: 320px;
404
}
405

    
406
.divider-table tbody td, .uk-table th {
407
    border-bottom: 1px solid #E5E5E5;
408
  }
409

    
410
  #feedback {
411
  	float: left;
412
  	position: fixed;
413
  	top: calc(50% - 47px);
414
  	right: 0;
415
    z-index: 100;
416
    display: block;
417

    
418
  }
419

    
420
  #feedback a {
421
  	background: #666 !important;
422
  	border-radius: 5px 0 0 5px;
423
  	box-shadow:none;
424
  	border: none!important;
425
  	display: block;
426
  	padding: 20px 12px;
427
  	transition: all .2s ease-in-out;
428
    opacity:0.5;
429

    
430
  }
431

    
432
  #feedback a:hover {
433
  	padding-right: 20px;
434
  }
435

    
436
.descriptionText{
437
  /* Padding-left: 25px !important;
438
  Border-left: 10px solid #fafafa; */
439
  display: inline-block;
440
          position: relative;
441
          top: calc(-0.1 * 1em);
442
          vertical-align: middle;
443
          margin-right: 10px;
444
          /* border-left: 8px solid #e5e5e5; */
445
          margin-top: 8px;
446

    
447
}
448

    
449

    
450
.custom-offcanvas-bar{
451
  background: grey !important;
452
  width:100% !important;
453

    
454
}
455
.custom-offcanvas-bar .filtersModal{
456
  color:grey !important;
457

    
458
}
459
.list-horizontal{
460
  display: flex;
461
  }
462
.list-horizontal span{
463
  margin-right:5px;
464
  padding-left: 0px !important;
465

    
466
}
467
.list-horizontal-line span {
468
  margin-right: 5px;
469
  border-right: 1px solid #f1f1f1;
470
  padding-right: 5px;
471

    
472
}
473

    
474
.list-horizontal-line > span:last-child {
475
  border-right:none;
476
}
477
/* body {
478
  font-family: Raleway, Arial, sans-serif !important;
479
} */
480
html {
481
  color: #444 !important;
482
}
483

    
484
h2, h4{
485
    text-transform: none !important;
486
}
487
.linkdropdown{
488
  min-width:250px;
489
}
490
.uk-button-action{
491
   background-color: #D6352B;
492
   color: #fff
493
}
494
/* h2, .uk-h2{
495
  font-size:28px !important;
496
} */
497
.app-box {
498
  border: #e5e5e5 solid 1px;
499
}
500

    
501
.uk-subnav-line li:hover .home-icon  svg  #home{
502
   fill: #05007A !important;
503

    
504
}
505
 svg  #home{
506
   fill: white !important;
507

    
508
}
509
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a{
510
  display: block;
511
  color: #d4d4d4 !important;
512
}
513

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

    
516
.helper-grid>*{
517
    padding-left: 25px !important;
518
}
519
.cite-this-button{
520
  font-size: 14px;
521
  padding: 3px;
522
}
523
.link-to-button{
524
  font-size: 12px;
525
  padding: 3px;
526
}
527
.dropBasket{
528
  border-top: 1px solid #ccc;
529
  border-bottom: 1px solid #ccc;
530
}
531
.basket-title {
532

    
533
    padding-top: 20px;
534
    padding-bottom: 20px;
535
    cursor: pointer;
536

    
537
}
538
.basket-title::after {
539
    background-image: none !important;
540
}
541
.basket-badge {
542
  position: relative;
543
  right: 16px;
544
  top: -16px;
545
  text-align: center;
546
  border-radius: 90%;
547
    border-radius: 90%;
548

    
549
}
550

    
551

    
552

    
553
dd{
554
    margin-top: 10px;
555
    border-bottom: 1px solid #e8e8e8;
556
    padding-bottom: 5px;
557
}
558

    
559
dd:last-child {
560
    border-bottom: none;
561
}
562
.advancedSearchFormBackground {
563
    background-repeat: no-repeat !important;
564
    background-size: 100% 320px;
565
    height: auto !important;
566
}
567
.advancedSearchForm {
568
    /*box-shadow: 0 1px 10px #444444;*/
569
    background-color: white;
570
    border: 1px solid #ccc;
571
}
572
.advancedSearchForm .uk-icon-button {
573

    
574
    fill: #296EE9 !important;
575

    
576
}
577

    
578
.search-results li {
579

    
580
    margin-bottom: 30px !important;
581
    padding-top: 15px !important;
582

    
583
}
584

    
585
.cursor-not-allowed {
586
    cursor: not-allowed !important;
587
}
588

    
589
.uk-badge, .badge, a.badge {
590
    border-radius: 2px;
591
}
592
.loading-gif, .loading-gif:before, .loading-gif:after {
593
  background: url("./loading.gif") no-repeat;
594
  height: 65px;
595
  margin-left: auto;
596
  margin-right: auto;
597
  width: 65px;
598

    
599
}
600

    
601
/* h2, .uk-h2 {
602
    font-size: 28px !important;
603
} */
604
body{
605
  /* line-height: 1.4; */
606
  Font-size:14px;
607
  Color: #333;
608
}
609

    
610
#footer\#8 .el-link {
611

    
612
    color: #fff;
613
    font-weigth: 300;
614

    
615
}
616
.custom-article-title {
617
  font-size: 32px;
618
  Margin-bottom: 10px;
619
  font-family: 'Open Sans', sans-serif;
620
  color: #1F257B !important;
621
}
622

    
623
.custom-tab-content .uk-pagination>*>* {
624
   min-width: 20px;
625
   line-height: 1.4;
626
   font-size: 14px;
627

    
628
}
629
.box-content{
630
   border: 1px dashed #666666;
631
   margin-top: 4px;
632
   background: #EFEFEF;
633
}
634

    
635
.citation-accordion .uk-accordion-title {
636
  font-family: Raleway;
637
}
638
.uk-notification.uk-notification-top-center  {
639
    top: 45% !important;
640
}
641
.no-selected-message{
642
  background :white;
643
}
644

    
645
.textOverflowEllipsis {
646
overflow: hidden;
647
text-overflow: ellipsis;
648
white-space: nowrap;
649
}
650

    
651
.custom-accordion .uk-accordion-title{
652
    text-align: left;
653
    /* background: #f8f8fe; */
654
    padding: 4px;
655
    /* color: #3055ba !important; */
656
    font-size: 14px;
657
    text-transform: initial !important;
658
    font-weight: inherit !important;
659
    /*border-top: gray solid 1px;*/
660
    border-bottom: var(--portal-main-color) solid 1px;
661

    
662

    
663
}
664

    
665
.custom-accordion  .uk-accordion-title::after {
666
    float: none;;
667
    padding: 12px;
668
}
669

    
670
.custom-accordion{
671
  /*border: gray solid 1px;*/
672
  border-top: 0px;
673
}
674

    
675
.custom-accordion .uk-accordion-content{
676
    margin: 0px;
677
    border: #eee 1px solid;
678
    border-top: none;
679
    padding: 12px;
680
}
681
.darkBackground{
682
    background-color:rgb(0,0,0,0.5);
683
    z-index:0;
684
    color:white !important;
685
    font-family: Roboto !important;
686
}
687

    
688
.whiteText{
689
    color:white !important;
690
    font-family: Roboto !important;
691
}
692
.shadowBox{
693
 box-shadow: 0 1px 3px #444444;
694
 /*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
695
 }
696
.icon-button-small{
697
  width:22px !important;
698
  height:22px !important;
699
  color: #666 !important;
700
  background: #f7f7fa !important;
701
}
702
.icon-button-small:focus, .icon-button-small:hover {
703

    
704
    border-color: #666 !important;
705
}
706
.searchFilterTitle{
707

    
708
    /* text-decoration-color: var(--portal-main-color);
709
    text-decoration: underline; */
710
  border-bottom: 1px solid var(--portal-main-color) !important;
711
  padding: 5px 0px;
712
}
713

    
714
.sideInfoTitle{
715

    
716
  font-weight: 500;
717
 border-bottom: 1px solid var(--portal-main-color);
718
  /* background-color: var(--portal-main-color); */
719
  /* color:var(--portal-main-contrast) !important; */
720
 padding-top: 5px;
721
 padding-left: 3px;
722

    
723
}
724
/*.linkButtonsBox{
725
  background: white !important;
726
box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
727
}*/
728

    
729
.uk-navbar-container {
730
    padding-top: 0px !important;
731
    padding-bottom: 0px !important;
732
}
733

    
734
.uk-input{
735
  background-color: rgba(255, 255, 255, 1.0) !important;
736
}
737
.uk-accordion > :nth-child(n+2) {
738
    border-top: 0px solid #ededed !important;
739
    margin-top: 0px !important;
740
}
741

    
742

    
743
  .uk-pagination > .uk-active > * {
744
     background-color: var(--portal-main-color) !important;
745
     color: var(--portal-main-contrast) !important;
746
     border-color:var(--portal-main-color) !important;
747
     border-bottom-color: var(--portal-main-color) !important;
748
   }
749
.portal-color{
750
  color: var(--portal-main-color) !important;
751
}
752
.portal-background-color{
753
  background-color: var(--portal-main-color) !important;
754
  color:var(--portal-main-contrast) !important;
755
}
756
.portal-button {
757

    
758
  background-color: var(--portal-main-color) !important;
759
  color:var(--portal-main-contrast) !important;
760
    border: 2px solid var(--portal-main-color) !important;
761
    background-image:  none !important;
762

    
763
}
764
.portal-link {
765
  color:var(--portal-main-color)  !important;
766
  text-decoration: underline !important;
767
  font-weight: bold;
768
}
769
.portal-box{
770
  background-color: var(--portal-main-color) !important;
771
  color:var(--portal-main-contrast) !important;
772
}
773

    
774
.uk-pagination .uk-icon{
775
  color: var(--portal-main-color) !important;
776
}
777

    
778
 .search-results > li:nth-child(2) {
779

    
780
  border-top-color:var(--portal-main-color) !important;
781

    
782
}
783
.search-results > li:last-child{
784
  border-bottom:1px solid var(--portal-main-color) !important;
785
  padding-bottom: 10px !important;
786
}
787

    
788
.widget-box {
789
  background: white;
790
}
791

    
792
.developlink{
793
  text-transform: none !important;
794
  color: #fff !important;
795
  background: var(--develop-portal-color) !important;
796
  font-weight: 600;
797
  border: 2px solid var(--develop-portal-color) !important;
798
  background-image:none !important;
799
}
800
.providelink{
801
  text-transform: none !important;
802
  color: #fff !important;
803
  background: var(--provide-portal-color) !important;
804
  font-weight: 600;
805
  border: 2px solid var(--provide-portal-color) !important;
806
  background-image:none !important;
807
}
808
.connectlink{
809
  background-color: var(--connect-portal-color) !important;
810
  font-weight: 600;
811
  color: #fff !important;
812
  border: 2px solid var(--connect-portal-color) !important;
813
  background-image:none !important;
814
}
815
.monitorlink{
816
  background-color: var(--monitor-portal-color) !important;
817
  font-weight: 600;
818
  color: #fff !important;
819
  border: 2px solid var(--monitor-portal-color) !important;
820
  background-image:none !important;
821
}
822
.explorelink{
823
  background-color: var(--explore-portal-color) !important;
824
  font-weight: 600;
825
  color: #fff !important;
826
  border: 2px solid var(--explore-portal-color) !important;
827
  background-image:none !important;
828
}
829
showTitle h2{
830
  text-transform: unset !important;
831
}
832

    
833
/* toCheck: */
834
/* embargo end date */
835
.highlight, mark {
836
    background: rgba(34,32,128,.5);
837
    color: #222080;
838
}
839
/* advanced autocomplete */
840
.custom-autocomplete .uk-dropdown {
841
    background: white;
842
    /* color: rgba(255,255,255,.7); */
843
}
844
.explore-heading-bullet::before {
845
    border-left-color: var(--explore-portal-color) !important;
846
}
847
.provide-heading-bullet::before {
848
    border-left-color: var(--provide-portal-color) !important;
849
}
850
.connect-heading-bullet::before {
851
    border-left-color: var(--connect-portal-color) !important;
852
}
853
.develop-heading-bullet::before {
854
    border-left-color: var(--develop-portal-color) !important;
855
}
856
.monitor-heading-bullet::before {
857
    border-left-color: var(--monitor-portal-color) !important;
858
}
859

    
860

    
861
.explore .uk-h4 {
862
  color: var(--explore-portal-color);
863
  font-weight: bold;
864
}
865

    
866
.explore .el-content {
867
  font-size: 18px;
868
}
869

    
870
.explore a, .explore a:active .explore a:focus{
871
  background-color: var(--explore-portal-color) !important;
872
  color: #fff !important;
873
  font-weight: bold !important;
874
  border-color: var(--explore-portal-color) !important;
875
}
876

    
877
.explore a:hover {
878
  background-color: var(--explore-portal-lower-tone) !important;
879
  border-color: var(--explore-portal-lower-tone) !important;
880
}
881
.provide .uk-h4 {
882
  color: var(--provide-portal-color);
883
  font-weight: bold;
884
}
885

    
886
.provide .el-content {
887
  font-size: 18px;
888
}
889

    
890
.provide a, .provide a:active .provide a:focus{
891
  background-color: var(--provide-portal-color) !important;
892
  color: #fff !important;
893
  font-weight: bold !important;
894
  border-color: var(--provide-portal-color) !important;
895
}
896

    
897
.provide a:hover {
898
  background-color: var(--provide-portal-lower-tone) !important;
899
  border-color: var(--provide-portal-lower-tone) !important;
900
}
901

    
902
.monitor .uk-h4 {
903
  color: var(--monitor-portal-color);
904
  font-weight: bold;
905
}
906

    
907
.monitor .el-content {
908
  font-size: 18px;
909
}
910

    
911
.monitor a, .monitor a:active .monitor a:focus{
912
  background-color: var(--monitor-portal-color) !important;
913
  color: #fff !important;
914
  font-weight: bold !important;
915
  border-color: var(--monitor-portal-color)  !important;
916
}
917

    
918
.monitor a:hover {
919
  background-color: var(--monitor-portal-lower-tone) !important;
920
  border-color: var(--monitor-portal-lower-tone) !important;
921
}
922

    
923
.connect .uk-h4 {
924
  color: var(--connect-portal-color);
925
  font-weight: bold;
926
}
927

    
928
.connect .el-content {
929
  font-size: 18px;
930
}
931

    
932
.conenct a, .conenct a:active .conenct a:focus{
933
  background-color: var(--connect-portal-color) !important;
934
  color: #fff !important;
935
  font-weight: bold !important;
936
    border-color: var(--connect-portal-color)  !important;
937
}
938

    
939
.connect a:hover {
940
  background-color: var(--connect-portal-lower-tone) !important;
941
  border-color: var(--connect-portal-lower-tone) !important;
942

    
943
}
944

    
945
.develop .uk-h4 {
946
  color: var(--develop-portal-color);
947
  font-weight: bold;
948
}
949

    
950
.develop .el-content {
951
  font-size: 18px;
952
}
953

    
954
.develop a, .develop a:active .develop a:focus  {
955
  background-color: var(--develop-portal-color) !important;
956
  color: #fff !important;
957
  font-weight: bold !important;
958
    border-color: var(--develop-portal-color)  !important;
959
}
960

    
961
.develop a:hover {
962
  background-color: var(--develop-portal-lower-tone) !important;
963
  border-color: var(--develop-portal-lower-tone) !important;
964
}
965

    
966
.portal-hr{
967
  border-bottom: 1px solid var(--portal-main-color) !important;
968
  padding: 5px 0px;
969
}
970

    
971
.tm-toolbar .uk-subnav-line li:hover, .tm-toolbar .uk-subnav li:hover {
972
    background:  var(--portal-main-color) !important;
973
}
974

    
975
.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 {
976
  background:  var(--portal-main-color) !important;
977
  color:white !important;
978
}
979

    
980
.loginLink {
981
    text-transform: uppercase !important;
982
}
983

    
984
#footer\#9 a,  #footer\#11 a,  #footer\#13 a {
985
  color: #dedede;
986
  line-height: 22px;
987
  padding: 2px 0;
988
}
989

    
990
#footer\#9 a:hover,#footer\#11 a:hover, #footer\#13 a:hover {
991
    color: rgba(255, 255, 255, 0.5);
992
}
993

    
994
@media all and (min-width: 640px) {
995

    
996
  #footer\#3 {
997
      margin-right: 280px;
998
  }
999

    
1000
}
1001

    
1002
.portal-card {
1003
    background-color: var(--portal-main-color);
1004
    color: #fff !important;
1005
}
1006
.portal-card a {
1007
    color: #fff !important;
1008
    text-decoration: underline;
1009
}
1010

    
1011
.inherit-color {
1012
    color: inherit;
1013
}
(19-19/40)