﻿ESU*/

.persons p.type {
   display: block !important;
}

.acronym{
    font-style: italic !important;
}

/*Change "Full Text" to "Attachment"*/
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties > span.file_attachment:after{
	content:"Attachment" !important;
}

/*change style of journal metrics button*/
.modal_button.journal-metrics {
    border: 1px solid #c11616;
    border-radius: 0;
    display: inline-block;
    padding: 5px 20px;
    min-width: 50px;
    font-size: 14px;
    font-weight: normal;
    color: #c53f6f;
    background: #f9f9f9;
	border-radius: 3px;
}

/*change font-size of Check@CityULib*/

span.sfx-button-list, span.sfx-button{
  font-size:1rem;
}

/*fix altmetric icon backgound*/
.pub-full .pure_altmetric_component:not(.altmetric-hidden) {
	border: 0px !important;
	background-color:transparent !important;
}

/*Disable the unclickable links*/
a[href="#0"] {
  pointer-events: none !important;
  color: currentColor !important;
  text-decoration: none !important;
  cursor: default !important;
}
a[href="http://disable.hk"] {
  pointer-events: none !important;
  color: currentColor !important;
  text-decoration: none !important;
  cursor: default !important;
}


@import url('css-Roboto300300i400400i500.css');

/*Show supervisor of student thesis
.main-content .view-box .rendering_detailsportal .persons { display: block !important; } 
*/

/*Hidden SGS from the Research Unit Tree*/
.portal_hd_body a[href="/en/organisations/chow-yei-ching-school-of-graduate-studies(c3e7ce23-5387-40d1-b917-eef851727dd6).html"]{
	display:none;
}


/*System Maintenance Message*/
.scroll-left {
 height:25px;	
 overflow: hidden;
 color: red;
 position: relative;
 z-index:1001;
 max-width: 960px;
 margin: auto;
}
.scroll-left p {
 width: 1000px;
 height: 100%;
 margin: 0;
 line-height: 25px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 30s linear infinite;
 -webkit-animation: scroll-left 30s linear infinite;
 animation: scroll-left 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}


/* Student Theses - hide theses full text filter */
.theses div.search-advanced div.core_filter.portal_facet_panel.portal_facet_panel_document.document_filter {
	display: none;
}

/* Show hamburger menu */
.menu {
	z-index:1000 !important;
}


/* searchall.html - hide h2 and search query message */
div.searchall > div.search-box + h2 {
	display:none;
}

div.searchall > p.warning {
	display:none;
}

div.searchall > div.search-box:after {
	content: "Search for publications, projects, researchers, etc.";
	color:#888;
	font-size:12px;
}

div.searchall:before {
	content: "Explore";
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	
}

div.searchall {
	margin-top: 6px !important;
}

div.searchall > div.search-box {
	margin-top: 5px;
	
}

div.searchall > div.search-result-container.search-container-for-publications > p.warning {
	font-size: 18px;
}

div.searchall > div.search-result-container.search-container-for-publications > p.warning > a {
	display: none;
}

div.searchall > div.search-result-container.search-container-for-publications > p.warning:after {
	content: "Please try again.";
}

/* Change no results warning font-size */
h2.search-results + p.warning {
	font-size: 18px;
}

/* Press/Media - word wrap */
div.references > table.properties td {
	/* word-break: break-all; */
}

/* search - hide Concepts */
a[href*="/en/concepts/search.html?"] {
	display: none; 
}

a[href*="/en/concepts/search.html?"] + span {
	display: none; 
}

.portal_navigator_result.for_concept {
	display: none;
}

/* Concepts - hide search results */
div.concept_search:before {
	content: "This page is currently unavailable.";
}

.concept_search_table {
	display: none;
}

/* Concepts - hide refinement */
#unselectedConcepts > * {
	display: none;
}

#unselectedConcepts:before {
	content: "This page is currently unavailable.";
}

#selectedConcepts {
	display:none;
}

/*show the search box in front page*/
.frontpage-box .wrapper .bannersearch {
z-index: 1000;
}

/* adjust the Menu width to fit for iPad*/
.menu .portal_link{
   padding-left:9px !important;
   padding-right:9px !important;
}

/*Research Unit Profile - hidden "View All" and "Most Downloaded" and "Most Cited"*/
.ov-box.downloads-org{
    display: none;
}

.ov-box {
    border:0;	
    padding:0;
    float:none;
}

.ov-box .relationlist{
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding:2rem;
}

.ov-box .relationlist .portal_list{
    display: block !important;
}
.ov-box .portal_list{
    display: none;
}


.ov-box .relationlist h3{
    display: block !important;
}
.ov-box h3{
    display: none;
}

/*remove duplicated official links under Research Unit Profile*/
.organisations .main-content .col-1-1 .view-box >a{
  display:block !important;
}
.organisations .main-content .view-box >a{
  display:none;
}

/*hide the scopus count in relation graph*/
.portal_graphviewer_info .scopusTotalCitations{
	display:none !important;
}
/*slider dots*/
.slick-dots li button:before {
   /* content: "\00b7" !important;*/
    font-size:60px;
   /* font-weight: 700;*/

}
/* hidden Expert Function */
.expert-tab-wrap span{
	display:none;
}
.expert-tab-wrap{
	border:0px;
}

.expert-tab-wrap:before{
	content: "Find Researchers";
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3rem;
	line-height: 3.5rem;
	line-height: 35px;
	color: #484d47;
	font-weight: 600;
	margin-bottom: 1rem;
	vertical-align: top;
}

/* hidden fingerprints */
.relationlist.for_person_fingerprints{
	display:none;
}
.relationlist.for_publication_fingerprints{
	display:none;
}

/* hidden status */
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties > span.workflow_step{
	display:none;
}

/*Press and Media*/
.references.mediacontributions {
    border: #e3e3e3 solid 1px;
    margin: 5px;
    padding: 5px;
    background: #FEFEFE;
}

.references.mediacoverage {
    border: #e3e3e3 solid 1px;
    margin: 5px;
    padding: 5px;
    background: #FEFEFE;
}


/*spacing adjustment*/
.main-content{
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.search-box{
	padding-bottom: 1rem !important;
}
.main-content .search-filters{
	margin: 5px 0px 0px 0px !important;
}

.content .view-box {
    margin: 0;
    padding: 20px !important;
    padding-bottom: 20px !important;
}

.main-content > .view-box{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.main-content .content .search-result-container{
	 padding-bottom: 20px !important;
	 padding-top: 20px !important;
}

.main-content .related .filters{
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 10px !important;
	padding-bottom: 0px !important;
}

.search-result-container.view-box{
	padding-top:10px !important;
}

.main-content .col-1-1 .persons_supervision .view-box{
  padding-bottom: 0px !important;
}

.main-content .search-filters .filters li {
    margin: 0 0.5rem 0.5rem 0 !important;
}

.pub-full {
    padding: 10px 20px !important;
}

.main-content .pub-full .search-filters .filters{
	padding: 0px !important;
}

h1{
	margin-bottom: 0.4rem !important;
	margin-top: 0rem !important;

}

/*Highlight in search results*/
.search-result-container .portal_navigator_result ol .portal_list_item .highlight {
    color: #ff0000;
    background: #e2e2e2;
}


/* Library */

.news_title {
	line-height: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #616f6d !important;
	font-size: 14px !important;
}

.news_description {
	line-height: 1.66rem;
	color: #616f6d;
	font-size: 1.2rem;
	font-family: Helvetica, Arial, sans-serif;
}

/* maintenance page for bibliometrics button */
/*.persons .modal_bibliometrics {
	height: 250px;
} */


/* OCIO */
body {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
  color: #484d47;
}
h2 {
  //font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2em;
}
[class^="col"] {
  padding: 0;
}
a {
  color: #1252a0;
}


.header {
  padding-top: 0;
}
.header .top {
  margin-bottom: 0;
}
.header .top .logo {
  margin-left: 0;
  padding: 20px 0;
}
.header .top .logo img {
  width: 120px;
}
.header .top .portal-header {
  position: relative;
  top: 35px;
  margin-left: 10px;
  //border-left: 1px solid silver;
  //padding-left: 20px;
}
.header .top .portal-header a {
  //font-family: 'Merriweather', serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.2rem;
  color: #484d47;
}
.header .top .portal-burb {
  display: inline-block;
  position: relative;
  top: 15px;
  left: -132px;
  //border-top: 1px solid #bf165e;
  padding-top: 3px;
  font-family: 'Segoe UI', 'PT Sans', Helvetica, Arial, sans-serif;
  //font-family: 'Inconsolata', monospace;
  font-size: 10px;
  font-style: italic;
  //font-weight: bold;
  line-height: 1em;
  color: #888;
}
.header .top .researcher_login {
  margin-top: 0;
  border-radius: 0;
}
.header .top .researcher_login span:after {
    content: '>';
}
.header .menuwrapper {
  margin-top: 0;
  border-bottom: 6px solid #bf165e;
  background: #f4f4f4;
}
.header .menuwrapper .menu,
.header .menuwrapper .menu > li > a,
.header .menuwrapper .menu > li > a > span {
  font-family: 'Segoe UI', 'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
}
.header .menuwrapper .menu {
  margin-top: 0;
  margin-left: 0;
  height: 35px;
}
.header .menuwrapper .menu > li > a {
  border-left: 1px solid #fff;
  margin-left: 0;
  padding-top: 0px;
  color: #484d47;
  font-size: 13px;
  height: inherit;
}
.header .menuwrapper .menu > li > a:first-of-type {
  border-left: 0;
}
.header .menuwrapper .menu > li.selected a,
.header .menuwrapper .menu > li:hover a {
    color: #fff;
    background: #bf165e;
    //background-image: linear-gradient(transparent 24px, #af2b5b 1px, #af2b5b 20px);
}
.header .menuwrapper .menu > li > a:active > span {
  line-height: inherit;
}


.footer {
  min-height: 0;
  background: #555;
  border-bottom: 15px solid #bf165e;
}
.footer .wrapper {
  min-height: 0;
}
.footer a {
  color: #ccc;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .cityu-scholar-footer-inbox {
  margin-top: 80px !important;
  margin-bottom: 20px;
  color: #ccc;
  line-height: 1.6em;
}
.footer .cityu-scholar-footer-inbox br {
  display: inherit;
}


.frontpage-box {
  height: 350px;
  margin: 0;
  background: #fff;
  background-size: 100%;
}
.frontpage-box .top-remote-cycle {
  margin-top: 0;
  margin-left: 0;
  width: 700px;
}
.frontpage-box img {
  height: 350px !important;
}
.frontpage-box .bannersearch {
  margin-left: 0;
  padding: 20px;
  width: 260px;
  height: 350px;
  font-size: 14px;
  color: #484d47;
  background-color: #f4f4f4;
}
.frontpage-box .bannersearch h2 {
  margin-top: 0;
  font-size: 18px;
  color: #484d47;
}
.frontpage-box .bannersearch .search-box {
  margin-top: 20px;
  border-top: 1px solid silver;
  padding-top: 20px;
  padding-bottom: 0;
}
.frontpage-box .bannersearch label {
  display: block;
  margin-bottom: 0px;
  font-size: 11px;
  color: #888;
}
.frontpage-box .bannersearch .search_icon:before {
  color: #fff;
}
.search-box input[type=text], .search-box input[type=submit] {
  float: right;
}


#cityu-media-slider .slider-button {
  position: absolute;
  top: 230px;
  margin-left: 20px;
}

#cityu-media-slider .slider-button a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid transparent;
  border-radius: 5px;

  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;

  color: white;
  background-color: #981f61;
  transition: all .2s ease-in-out;

  cursor: pointer;
  user-select: none;
}

.frontpage-box .top-remote-cycle {
  width: 100%;
}
.frontpage-box .bannersearch {
  position: absolute;
  top: 270px;
  left: 550px;
  width: 400px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  padding: 3px 10px 10px 10px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
}
.frontpage-box .bannersearch .university-text {
  width: 100%;
}
.frontpage-box .bannersearch h2 {
  font-size: 48px;
  color: #444;
}
.frontpage-box .bannersearch .search-box {
  float: none;
  top: 0;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
}
.frontpage-box .bannersearch label {
  color: #fff;
}


.main-content {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  width: 960px;
  background: none;
}
.main-content h1 {
  //font-family: 'Merriweather', serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
}
.main-content.true h2 {
  font-size: 3rem;
}
.main-content > .view-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content > .view-box {
  margin-bottom: 40px;
}
.main-content .search-filters {
  margin: 40px 0;
}


.col-1-1.content {
  background: #f4f4f4;
}


.col-1-2.front-tabs {
  margin-top: 0;
  padding: 20px;
  width: calc(100% / 2);
}
.col-1-2.front-tabs:first-child {
  margin-left: 0;
}
.col-1-2.front-tabs:last-child {
  margin-right: 0;
}
.col-1-2.front-tabs .front-tab-menu, .col-1-2.front-tabs .nav-tabs {
  //background: transparent;
}
.col-1-2.front-tabs .front-tab-menu li, .col-1-2.front-tabs .nav-tabs li {
  border: 0;
  background: #fff;
}
.col-1-2.front-tabs .front-tab-menu li, .col-1-2.front-tabs .nav-tabs li {
  border-right: 1px solid #fff;
}
.col-1-2.front-tabs .front-tab-menu li.selected, .col-1-2.front-tabs .front-tab-menu li.active, .col-1-2.front-tabs .nav-tabs li.selected, .col-1-2.front-tabs .nav-tabs li.active {
  background: #f4f4f4;
  border-right: 0;
}
.col-1-2.front-tabs .front-tab-menu li:last-child, .col-1-2.front-tabs .nav-tabs li:last-child {
  border-right: 0;
}
.col-1-2.front-tabs .front-tab-menu li a, .col-1-2.front-tabs .nav-tabs li a {
  color: inherit;
}
.col-1-2.front-tabs .bg-color, .col-1-2.front-tabs .tab-content {
  padding: 20px;
}
.col-1-2.front-tabs .title,
.col-1-2.front-tabs table tr:not([align]) td {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.col-1-2.front-tabs .tab-item,
.col-1-2.front-tabs .tab1 .rendering_researchoutput {
  margin-bottom: 20px;
}
.col-1-2.front-tabs table tr[align] td {
  padding-bottom: 20px;
}
.col-1-2.front-tabs .portal_link,
.col-1-2.front-tabs .portal_link span,
.col-1-2.front-tabs .tab-content a {
  font-size: 1.2rem !important;
  font-weight: normal !important;
  color: #1252a0 !important;
  text-decoration: none !important;
}

.scopusTotalCitations span.text {
  font-size: 1rem;
}


.tabs-container {
  background: #fff;
}
.tabs-container ul {
  margin-bottom: 0;
  border-bottom: 0;
}
.tabs-container ul li {
  margin-bottom: 1px;
  //margin-right: 1px;
  border: 0;
  width: 20%;
  background: transparent;
}
@media (max-width: 48.0625em) {
  .tabs-container ul li {
    width: 33.333%;
  }
}
@media (max-width: 33.75em) {
  .tabs-container ul li {
    width: 50%;
  }
}
.tabs-container ul li a {
  border: 0;
  margin-right: 1px;
  //border-top: 5px solid #fff;
  background: #e4e4e4;
  color: #000;
  text-align: center;
  transition: background-color 0.5s;
}
.tabs-container ul li a:hover {
  //border-bottom: 0;
  background: #d4d4d4;
  text-decoration: none;
}
.tabs-container ul li.selected > a {
  //border-top: 5px solid #c53f6f;
  border: 0;
  background: #c53f6f;
  color: #fff;
}
.expert-tab-wrap .tabs-container ul li {
  width: auto;
}
.expert-tab-wrap .tabs-container ul li a {
  padding: 0 20px;
  height: auto;
  font-size: 2rem;
  line-height: 2em;
}
.content .view-box {
  margin: 0;
  padding: 40px;
}
.textblock {
  margin-bottom: 40px;
}


.search-advanced {
  border-color: silver;
}


.concept_links a {
  float: right;
  margin-top: 0;
  line-height: 1.4em;
}


.persons .col-1-1.person-item {
  display: block;
  float: none;
  overflow: hidden;
  margin-bottom: 20px;
  //border-bottom: 1px solid #bf165e;
  padding-bottom: 10px;
}
.persons .col-1-1.person-item .right-person,
.persons .col-1-1.person-item .persontop-list {
  font-size: 1.2rem;
  line-height: 1.6em;
}
.persons .col-1-1.person-item .otherlinks ul {
  padding-left: 15px;
}
.persons .ov-box {
  margin: 20px;
  background: #fff;
}
.persons .persontop {
  clear: none;
  float: left;
}
.persons .col-1-1.person-item .left-person .image .icon-link-cv {
  margin-right: 20px;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 3px;
  font-size: 11px;
  font-weight: normal;
  color: #444;
  background: #fcfcfc;
}
.persons .col-1-1.person-item .right-person {
  width: 450px;
}
.persons .namewrap .bibliometrics_button {
  top: 5px;
  right: 0;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 3px;
  width: 80px;
  font-size: 11px;
  font-weight: normal;
  color: #444;
  background: #fcfcfc;
}
.persons .col-1-1.person-item .left-person .image .icon-link-cv:hover,
.persons .namewrap .bibliometrics_button:hover {
  background-color: #f4f4f4;
  border-color: #ddd;
}
.persons .personbottom {
  padding: 20px;
  font-size: 1.3rem;
}
.persons .personbottom .view-box.social {
  position: absolute;
  top: -10px;
  right: 85px;
  margin: 10px 0 0 0 ;
}
.persons .personbottom .view-box.social .graph {
  margin: 0;
}
.persons .personbottom {
  //overflow: hidden;
  float: right;
  width: 250px;
  margin-top: 45px;
  margin-bottom: 0;
  //border-top: 1px solid #bf165e;
  //border-bottom: 1px solid #bf165e;
  background-color: #f4f4f4;
}
.persons .personbottom .view-box > div + div,
.persons .personbottom .view-box .ids-list > li + div,
.persons .personbottom .view-box .ids-list > div + div {
  margin-top: 3px;
}
.persons .personbottom .view-box.addressbox {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.6em;
}
.persons .col-1-1.person-item .rendering_personorganisationsclassifiedaddressportal .address {
  line-height: 1.6em;
}
.persons .personbottom .view-box.author-id-box {
  display: block;
  float: none;
  height: 100%;
  border: 0;
  border-left: 0;
  margin: 20px 0 0 0;
  padding: 0;
  //background-color: #ececec;
}
.persons .personbottom .view-box.person-options {
  display: block;
  float: none;
  height: 100%;
  border: 0;
  border-left: 1px solid #fff;
  border-radius: 0;
  padding: 20px 20px 0 20px;
}
.persons .personbottom .view-box.author-id-box h2 {
  display: none;
  //font-size: 1.6rem;
  //margin-bottom: 10px;
}
.persons .col-1-1.person-item .ids-list .id_name,
.persons .col-1-1.person-item .ids-list .id_value {
  margin-right: 0;
}
.persons .personbottom .addthis_sharing_toolbox {
  float: none;
  margin: 0;
  padding: 20px;
  background: #fff;
  text-align: center;
}

.search-container-for-persons .portal_list_item {
  overflow: hidden;
  clear: both;
}
.search-container-for-persons .person-image {
  float: left;
  margin-right: 10px;
  width: 100px;
}
.search-box input[type=text],
.search-box input[type=submit] {
  float: none;
}
.search-box .search_icon:before {
  left: 11px;
  top: -4px;
}
.search-result-container .portal_navigator_result ol .portal_list_item .relations {
  font-size: 1.1rem;
  padding-bottom: 0;
}

/* LIB */
.persons .col-1-1.person-item {
  overflow: visible;
}
.main-content .col-1-1 .view-box:last-child {
  padding-bottom: 0 !important;
}
h1.personname {
  padding-bottom: 1rem;
  font-size: 2.6rem;
}
.content .view-box {
  margin: 0;
  padding: 40px;
  padding-top: 30px;
}
.relationlist > h2:first-child, .view-box > h2:first-child{
  #font-size: 24px;
}
.main-content .col-1-1 .view-box > #h3 {
  font-size: 16px;
  font-style: italic;
  padding-top: 15px;
  margin-bottom: 5px;
}
.main-content .col-1-1 .view-box > table > tbody > tr > td, 
.main-content .col-1-1 .view-box .rendering .textblock > table > tbody > tr > td {
  padding: 5px;
  vertical-align: top; 
}
.main-content .col-1-1 .view-box > table > tbody > tr > td:first-child, 
.main-content .col-1-1 .view-box .rendering .textblock > table > tbody > tr > td:first-child {
  width: 100px;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties > span.workflow_step {
    padding: 3px 5px;
    margin-left: 3px;
    width: 90px;
    background: #44a4ca;
    height: 21px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 20px;
	border: 0;
	//background-color: #bdd7ee;
	text-align: center;
	color: #fff;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties > span.open_access_permission {
    margin-top: 5px;
    padding: 3px 5px;
    width: 90px;
    background: #ff891f;
    height: 21px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 20px;
	border: 0;
	//background-color: #fff2cc;
	text-align: center;
	color: #fff;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties > span.file_attachment {
    margin-top: 5px;
    padding: 3px 5px;
    width: 90px;
    background: #738a8d;
    height: 21px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 20px;
	border: 0;
	//background-color: #e2f0d9;
	text-align: center;
	color: #fff;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties > span.open_access_permission:after {
    content: "Open Access";
    font-size: 12px;
}
.footer .cityu-scholar-footer-inbox {
  padding-left: 0px;
}
.main-content .search-filters {
  margin: 10px 10px 10px 0;
}
.col-1-1.content .search-filters {
  margin-top: 20px;
  margin-bottom: -10px;
  margin-left: 10px;
}
.persons .col-1-1.content:before{
  content: "More on this researcher ...";
  display: block;
  font-size: 14px;
  font-style: italic;
  background: #fff;
  height: 30px;
}
.persons .col-1-1.person-item .ids-list .id_name {
  margin-right: 4px;
}
h3 {
  margin-top: 2rem;
}
h2.for_person_fingerprints, h2.subheader {
  font-size: 20x;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
}

.view_all_scopus_button {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #e8e8e8;
  width: 165px;
  height: 26px;
  text-align: center;
}

.publications .scopus {
  padding: 10px 5px 5px 5px;
  border: 1px solid #e8e8e8;
  width: 165px;
  font-size: 11px;
  background-color: #fff;
}
.publications .scopus span {
  font-weight: normal;
}
.publications .scopus span.number {
  font-size: 24px;
}
.pub-full .pure_altmetric_component:not(.altmetric-hidden) {
  margin-bottom: 3px;
  border: 1px solid #e8e8e8;
  padding: 6px 0 0 0;
  text-align: center;
  background-color: #fff;
}


/* CityU Logo alignment - revised by OCIO on 22 Jan 2018 */

 #cityu-header-cityulogo{padding-top:0;padding-bottom:0}
 #cityu-header-local #cityu-mobile-cityulogo-xs{
	display: none;
	float: none;
 }
 
 #cityu-header-local #cityu-mobile-cityulogo-xs img{ width: 50px;}
 
 #cityu-header-local #cityu-mobile-cityulogo{
	display:none;
	float: none;
    width: 125px;
 }
 #cityu-header{height:130px;display:block;position:relative}
 #cityu-header-global{z-index:1001;position:absolute;top:0;right:0}
 #cityu-header-local{margin:0;padding:15px 0;width:100%;min-height:0;display:table;table-layout:fixed;}
 #cityu-header-local #cityu-desktop-cityulogo{display:table-cell;float:none;width:125px}
 #cityu-header-local #cityu-desktop-cityulogo img{height:80px !important;vertical-align:middle; max-width: none;}
 #cityu-header-local #cityu-header-deptname,
 #cityu-header-local #cityu-header-deptnames{float:none;padding:0;vertical-align:bottom;display:table-cell;height:100%;font-size:38px;line-height:38px;}
 #cityu-header-local .cityu-wrapper{border-left:1px solid #040505;padding-left:17px;padding-top:0;padding-bottom:0;height:auto;margin-left:17px;}
 #cityu-header-local .cityu-wrapper #cityu-header-parentname{padding:0 0 0 2px;font-size:16px;line-height:23px}
 #cityu-header-local .cityu-wrapper #cityu-header-parentname.red {
    font-size: 12px;
    font-style: italic;
    color: #8c3e68;
	line-height: normal;
	margin-left: 82px;
}
 #cityu-header-local .cityu-wrapper.cityu-no-parent{padding-top:10px;padding-bottom:10px;vertical-align:middle}
 #cityu-header-local #cityu-header-icons{display:table-cell;vertical-align:bottom;padding:0;float:none;text-align:right;width:20%}
 #cityu-header-local #cityu-header-icons.width-50{width:50%}
 #cityu-header-local #cityu-header-deptlogo img,
 #cityu-header-local #cityu-header-icons img{display:inline-block;max-height:52px;vertical-align:middle}
 #cityu-header-local #cityu-header-deptlogo a,
 #cityu-header-local #cityu-header-icons a{height:auto;line-height:normal}
 #cityu-header-local #cityu-header-deptlogo.deptlogo-L img{max-height:70px}
 #cityu-header-local .cityu-fontsize-SS #cityu-header-parentname{padding:0;line-height:26px}
 #cityu-header-local .cityu-fontsize-SS #cityu-header-deptname{font-size:16px;font-weight:700;line-height:26px}
 #cityu-header-local .cityu-fontsize-S #cityu-header-parentname{font-size:14px;line-height:25px}
 #cityu-header-local .cityu-fontsize-S #cityu-header-deptname{font-size:20px;line-height:27px}
 #cityu-header-local .cityu-fontsize-L1 #cityu-header-parentname{line-height:23px}
 #cityu-header-local .cityu-fontsize-L1 #cityu-header-deptname{font-size:28px}
.cityu-mobile #cityu-header{height:auto}.cityu-mobile #cityu-header-local{padding:0}
.cityu-mobile #cityu-header-local #cityu-mobile-cityulogo{display:block;padding:5px 8px}
.cityu-mobile #cityu-header-local #cityu-desktop-cityulogo{display:none}
.cityu-mobile #cityu-header-local #cityu-header-deptname,
.cityu-mobile #cityu-header-local #cityu-header-deptnames{display:block}
.cityu-mobile #cityu-header-local #cityu-header-deptname .cityu-wrapper,
.cityu-mobile #cityu-header-local #cityu-header-deptnames .cityu-wrapper{border-left:none;padding:5px 8px}
.cityu-mobile #cityu-header-local #cityu-header-icons{display:block;width:auto;padding:5px 8px;text-align:left}
#cityu-header-deptname {
    clear: both;
    display: block;
    vertical-align: middle;
    letter-spacing: 0px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    text-shadow: 0px 1px 0px #fafafa;
}
#cityu-header-parentname {
    clear: both;
    display: block;
    padding: 0 0 2px 2px;
    vertical-align: middle;
     font-family: Roboto, Helvetica, Arial, sans-serif;
    text-shadow: 0px 1px 0px #fafafa;
}
#cityu-header-deptname, #cityu-header-deptname a {
    color: #444;
    text-decoration: none;
	font-family: Roboto, sans-serif;
    font-weight: 300;
}
.header .top .researcher_login{
	position: absolute;
	right: 0;
	top:0;
}

@media
only screen and (max-width: 575px) {
	.header .top .researcher_login{
		display: none;
	}
	#cityu-header-local #cityu-desktop-cityulogo{
		display: none;
	}
	#cityu-header-local{
		display: block;
	}
	#cityu-header-local #cityu-mobile-cityulogo-xs{
		display: block;
	}
	#cityu-header-local #cityu-header-deptname, #cityu-header-local #cityu-header-deptnames{
		font-size: 32px;
		display: block;
	}
	#cityu-header-local .cityu-wrapper #cityu-header-parentname.red{
		margin-left: 44px;
	}
	#cityu-header-local .cityu-wrapper{
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}
}

/* 
added 2024/12/13, 
siulo2
after upgraded to v5.31.1-1, layout fix
*/
.main-content .view-box.social {
  float: none !important;
}
.portal_graphviewer_button {
  font-size: 11px !important;
}

