/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
 
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=DM+Serif+Text&display=swap');

 
.banner img {background-color: #FFFFFF;padding:15px;margin-top:20px;}
.brand h4 {color: #999999}
/* #communitylist-top-menu a, #userloggedin-top-menu a {padding-bottom:0.3em;} */ 

#user-top-menu, #userloggedin-top-menu {margin-right: 15px;}
footer {padding-top: 1em;}
footer.navbar-inverse {color: white;}
footer .extra-footer{background-color: black; color:white;}
#designedby img {margin-right: 5px;}
#formsearch-top-menu {width: 310px;}
div.panel.panel-primary ul.list-group li.list-group-item.active {border-left: 3px solid #428bca; background: white;}
div.panel.panel-primary ul.list-group li.list-group-item.active .badge {background-color: #428bca;}
ol.breadcrumb li {color: white; font-style: italic;}
ol.breadcrumb li a {color: white; font-weight: bold; font-style: normal;}
body.undernavigation {overflow-x: hidden;
// padding-top: 65px;
}
.navbar-square {border-radius: 0px;}
#content {padding-bottom:60px;}
#designedby {padding-top: 5px; padding-bottom:5px;}
#footer_feedback {padding-top: 12px;}
#footer_feedback > a {margin-left:5px;}
input[type="file"] {display: block;height: auto;}
div.panel-primary div.panel-heading a {color: white;}
/* This magic gets the 16x16 icon to show up.. setting height/width didn't
   do it, but adding padding actually made it show up. */
img.ds-authority-confidence,
span.ds-authority-confidence
{ width: 16px; height: 16px; margin: 5px; background-repeat: no-repeat;
  padding: 0px 2px; vertical-align: bottom; color: transparent;}
img.ds-authority-confidence.cf-unset,
span.ds-authority-confidence.cf-unset
  { background-image: url(../../../image/authority/bug.png);}
img.ds-authority-confidence.cf-novalue,
span.ds-authority-confidence.cf-novalue
  { background-image: url(../../../image/confidence/0-unauthored.gif);}
img.ds-authority-confidence.cf-rejected,
img.ds-authority-confidence.cf-failed,
span.ds-authority-confidence.cf-rejected,
span.ds-authority-confidence.cf-failed
  { background-image: url(../../../image/confidence/2-errortriangle.gif); }
img.ds-authority-confidence.cf-notfound,
span.ds-authority-confidence.cf-notfound
  { background-image: url(../../../image/confidence/3-thumb1.gif); }
img.ds-authority-confidence.cf-ambiguous,
span.ds-authority-confidence.cf-ambiguous
  { background-image: url(../../../image/confidence/4-question.gif); }
img.ds-authority-confidence.cf-uncertain,
span.ds-authority-confidence.cf-uncertain
  { background-image: url(../../../image/confidence/5-pinion.gif); }
img.ds-authority-confidence.cf-accepted,
span.ds-authority-confidence.cf-accepted
  { background-image: url(../../../image/confidence/6-greencheck.gif); }

/* hide authority-value inputs in forms */
input.ds-authority-value { display:none; }

/** XXX Change to this to get the authority value to show up for debugging:
 input.ds-authority-value { display:inline; }
**/

/* for edit-item-form lock button */
input.ds-authority-lock
  { vertical-align: bottom; height: 24px; width: 24px; margin-right: 8px;
    background-repeat: no-repeat; background-color: transparent; }
input.ds-authority-lock.is-locked
  { background-image: url(../../../image/lock24.png); }
input.ds-authority-lock.is-unlocked
  { background-image: url(../../../image/unlock24.png); }

/* field required in submission */

.tab-content{
		border: 1px solid #ddd;
		border-top: 0;
		background-color: #fff;
}

.menu-global-processor{
		z-index: 1001;
}
.label-required:after { content:" *"; }
.browse_range { text-align: center; }
.prev-next-links { text-align: center; }

div.tagcloud {
	width:100%;
	text-align:center
}

div.tagcloud .tagcloud_1{
	color: rgb(217, 108, 39); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_2{
	color: rgb(66, 66, 66); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_3{
	color: rgb(129, 129, 131); 
	font-weight: normal; 
	margin-right: 5px;
}

div.batchimport-info {
	color: gray;
}

div.batchimport-info  a {
	color:#47a447; 
	font-weight: bold;
}

span.batchimport-error-tab {
	padding-left:10px;
}

span.batchimport-error-caused {
	font-weight:bold;
}

div.carousel-inner div.item div.list-group-item {
	background-color: inherit;
}

div.carousel-inner div.item div.list-group-item div.list-group-item-heading h4.text-primary {
	color: inherit;
}


.metric-ranking > span {
    display: block;
    height: 1.7em;
    width: 1.7em;
    line-height: 1.7em;
    -moz-border-radius: 0.85em;
    border-radius: 0.85em;
    background-color: #f0ad4e;
    color: white;
    text-align: center;
    font-size: 0.75em;
}
.metric-ranking {
    display: block;
    height: 1.7em;
    width: 1.7em;
    padding: 0.2em;
    line-height: 1.7em;
    -moz-border-radius: 0.85em;
    border-radius: 0.85em;
    background-color: white;
    color: white;
    text-align: center;
}
.metric-counter {
	font-size: 1.5em;
	font-family: sans-serif;
	font-weight: bolder;
}
.media > .media-heading {
	text-transform: uppercase;
}
.media > .media-body > .row {
	text-transform: uppercase;
}

.media {
	padding: 1em;
	border-radius: 0.4em; 
}

.media.download, .media.download_aggregate, .media.download_count,
.media.download a, .media.download_aggregate a, .media.download_count a {
	color: white;
	background: #c0392b;
}
.media.view, .media.view_aggregate, .media.view_count,
.media.view a, .media.view_aggregate a, .media.view_count a {
	color: white;
	background: #72c02c;
}
.media.scopus, .media.scopus_aggregate, .media.scopus_count,
.media.scopus a, .media.scopus_aggregate a, .media.scopus_count a {
	color: white;
	background: #ff7800;
}
.media.pubmed, .media.pubmed_aggregate, .media.pubmed_count,
.media.pubmed a, .media.pubmed_aggregate a, .media.pubmed_count a {
	color: white;
	background: #141927;
}
.media.wos, .media.wos_aggregate, .media.wos_count,
.media.wos a, .media.wos_aggregate a, .media.wos_count a {
	color: white;
	background: #505050;
}
.media.google, .media.google a {
	color: white;
	background: #4285f4;
}
.media.altmetric {
	background: white;
	color: #c7254e;
	border: 3px solid #c7254e;
}
.media > .media-left > i.fa {
	font-size: 3em;
}

.col-lg-12 > .media, .col-xs-12 > .media  {margin-bottom: 1em; width: 100%;}
.media-left {float:left;}

#collapseFacet { background-color: whitesmoke;}
#export-biblio-panel { background-color: whitesmoke;}

footer.navbar-bottom {
	z-index: 0;
}

.span-filter-applied-bordered {   
}

.a-filter-applied-remove {   
}

.media.identifier_signature {
	color: white;
	background: #505050;
}

.media.title_signature {
	color: white;
	background: #4285f4;
}

.media.identifier_signature a {
	color: white;
}

.media.title_signature a {
	color: white;
}

.tabsignature {
	padding: 1em;
}

.media.dedup, .media.dedup a {
	color: white;
	background: gray;
}

.container{
	background-color: #fff;
}

ol.breadcrumb li a {
    color: white;
    font-weight: bold;
    font-style: normal;
}
		
#content{
	padding-bottom: 0px;
}

footer.navbar{
	border:0px;
}
footer .container {
	background: transparent;
}

.form-control{
	color:#000;
}

.modal.in .modal-dialog {
	margin:0px auto;
	left: auto;
	right:auto;
}
.fullheight {min-height: 35em;}

.metadata-divider {
	margin-top:5px;
	margin-bottom:5px;
}

.submit-identifier > .form-control{
	width:50%;
}

.sinespacio {
	margin-bottom: 0px;
}

.banner-home{
	
	background-image: url("../../../image/fondoaereo.jpg");
	background-repeat: no-repeat, repeat;
	background-position: center; /* Center the image */
	padding-bottom: 2%;
 
  background-size: cover; 
}


.banner-home-cris{
	
	background-image: url("../../../image/fondocris.jpg");
	background-repeat: no-repeat, repeat;
	background-position: center; /* Center the image */
	padding-bottom: 2%;
 
  background-size: cover; 
}


.logobanner{
	background-color: white;
}

.banner{
	text-align:center;	
}

.banner > img{
	
	max-height: 90px;
	margin-top: 10px !important;
}


.main-legend-home{
	color:white;
	font-family: 'DM Serif Text', serif;
	/* font-weigth:	bolder; */
	
}

.main-legend-cris{
	color:#2c8bc9;
	font-family: 'DM Serif Text', serif;
	/* font-weigth:	bolder; */
	
}

.text-cris
{
	color:#2c8bc9;
	
}


.transp{
	background-color: transparent;	
}

.spacefromtop{
	margin-top: 20px;	
}

.text-white{
	color: white;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 15px;
    list-style: none;
    background-color: white;
   border-radius: 0px;
}


ol.breadcrumb li a {
	color: #357ebd;
    font-weight: normal;
    font-style: normal;
}

.label-default {
    background-color: #777777;
}

.nav > .researcher-menu-item-hidden {
	display:none;
}


.paneltitle > a {
    text-decoration: none;
    padding-top: 6px;
}

span.paneltitle {
    float: right;
    font-size: 13px;
}

.paneltitle > a.collapsed:before {
    font-family: "Glyphicons Halflings";
    content: "\2b";
}

.paneltitle > a:before {
    font-family: "Glyphicons Halflings";
    content: "\2212";
}


body{
	font-family: "Roboto", Arial;
}

.navbar-inverse {
    background-color: white;
	background-image: none !important;
    border-color: white;
}


.navbar-inverse .navbar-nav>.active>a {
    background-color: #1e3e6f;	
	color: white !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #1e3e6f !important; 
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #27ae60;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: white !important;
    background-color: #1e3e6f;
}

.navbar-footer{
	background-color: #1e3e6f;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto",Arial;
    font-weight: 500;
    line-height: 1.1;
}

#researcher .image {
    width: 180px;
    /* height: 132px; */
    overflow: hidden;
}

#picture {
    width: 170px;
	border-radius: 25px;
}


table.dynaFieldComboValue tr td, table.dynaFieldComboValueFirst tr td, table.dynaFieldComboValueLast tr td, table.dynaFieldComboValueFirstLast tr td {
    /* white-space: nowrap; */
    empty-cells: show;
    padding: 6px;
}

.dynaFieldComboValue thead th, .dynaFieldComboValueFirst thead th, .dynaFieldComboValueLast thead th, .dynaFieldComboValueFirstLast thead th {
    border: 1px solid #e0e0e0;
    text-align: left;
    font-weight: bold;
    background: #e6f3ff;
    font-size: 10pt;
	padding: 6px;
}

.titulo-investigador
{
	font-family: 'DM Serif Text', serif;
	
}

h1, h2, h3, h4 {
	
	font-family: 'DM Serif Text', serif;
	
	
}

.headerinternalbanner
{
	font-family: 'DM Serif Text', serif;
	color: white;
}


.banner-rp, .banner-entities, .banner-project, .banner-ou {
    background-image: url(../../../image/fondoaereo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-indices
{
	color: #fff;
    background-color: #428bca;
    border-radius: 3px;
	font-size: 13px;
	margin: 3px;
	padding: 6px;
}

.sublegend
{
	padding-top: 1%;
	font-family: 'DM Serif Text', serif;
	font-size: 18px;	
	color: white;
}

.sublegend-green{
	font-family: 'DM Serif Text', serif;
	font-size: 18px;	
	
	color: #27ae60; 
}

.btn-destacados
{
	min-width: 230px;	
}

.text-justify {
  text-align: justify;
}

.destacados
{
	font-weight: bold;
	font-size: 16px;
	background-color: white !important;
}

.destacados-nobold
{
	font-size: 15px;
	text-decoration: none;
}

.nodeco:hover{
	text-decoration:none;
}	

.center-block { display: block; margin-left: auto; margin-right: auto; }

.home-round{
	border-radius: 15%;
}

.sinborderhome
{
	border:0 !important;
}


#matriz > ul > li > a
{
	text-decoration: none;
}


.panel-browse
{
	border: 0 !important;
}

.itemDisplayTable tr:first-of-type td:nth-child(2) {
    font-size: 1.8rem;
}

.media.redessociales {
	background: white;
	 
}