/**
 * 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/
 */
/*.banner img {background-color: #FFFFFF;padding:15px;margin-top:20px;} */

@import url('https://fonts.googleapis.com/css?family=Droid Sans');


* {
  margin: 0;
  padding: 0;
}

.brand h4 {color: #999999}
#userloggedin-top-menu a {padding-top:0.3em;padding-bottom:0.3em;}
#user-top-menu, #userloggedin-top-menu {margin-right: 15px;}
footer {padding-top: 1em;}
footer.navbar-inverse 
{	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 #9C4A4; 
 background: white;}
 
 
div.panel.panel-primary ul.list-group li.list-group-item.active .badge {background-color: #428bca;}
ol.breadcrumb li {color: #003366; font-style: italic;}
ol.breadcrumb li a {color: #003366; 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: #003366;
    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%;
}






/** Estos son los cambios de Mica **/

a {
    color:  #6b0625 !important;
    text-decoration: none !important;
}

a:hover, a:focus {
    color: #6b0625 !important;
	font-weight: bolder !important;
    text-decoration: none !important;
}

.text-success {
    color: #6b0625 !important;
}

.label-success {
    background-color: #6b0625 !important;
}

.panel-primary {
    border-color: #6b0625 !important;
}

.panel-primary>.panel-heading {
    color: #fff !important;
    background-color: #9C4A4C;
    border-color: #9C4A4C;
	background-image: none;
} 

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #6b0625 !important;
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #6b0625 !important;
}

.panel-info {
    border-color: #6b0625 !important;
}
.panel-info>.panel-heading {
    color: #FFFFFF !important;
    background-color: #9C4A4C !important;
    border-color: #9C4A4C !important;
	background-image: none !important;
} 

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #6b0625 !important;
} 


.btn-primary {
    
	background-color: #6b0625 !important;
	color: white !important;
	text-decoration: none !important;
	background-image: none;
	border-color: #9C4A4C;
	
	/*background-image: -webkit-gradient(linear, left 0, left 100%, from(#6b0625), to(#6b0625)) !important;
	background-image: -webkit-linear-gradient(top, #6b0625, 0%, #6b0625, 100%) !important;
    background-image: -moz-linear-gradient(top, #6b0625 0, #6b0625 100%) !important;
    background-image: linear-gradient(to bottom, #6b0625 0, #6b0625 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #2d6ca2 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b0625', endColorstr='#ff6b0625', GradientType=0) !important; */
}
.btn-primary:active, .btn-primary.active {
    background-color: #6b0625 !important;
    /*border-color: #2d6ca2 !important; */
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #6b0625 !important;
	color: white !important;
	text-decoration: none !important;
	background-image: none;
	
    /*background-image: -webkit-gradient(linear, left 0, left 100%, from(#6b0625), to(#357ebd)) !important;
    background-image: -webkit-linear-gradient(top, #6b0625, 0%, #357ebd, 100%) !important;
    background-image: -moz-linear-gradient(top, #6b0625 0, #357ebd 100%) !important;
    background-image: linear-gradient(to bottom, #6b0625 0, #357ebd 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b0625', endColorstr='#ff357ebd', GradientType=0) !important; */
}

/*.navbar-inverse {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#999999),to(#999999)) !important;
    background-image: -webkit-linear-gradient(top,#999999,0%,#999999,100%) !important;
    background-image: -moz-linear-gradient(top,#999999 0,#999999 100%) !important;
    background-image: linear-gradient(to bottom,#999999 0,#999999 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',endColorstr='#999999',GradientType=0) !important;
}*/

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

.navbar-inverse {
    background-color: #FFF !important;
	border:0;
	border-bottom: 2px solid #9C4A4C !important;
	
    background-image: none;
	
}


.progress-bar {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#6b0625), to(#6b0625)) !important;
    background-image: -webkit-linear-gradient(top, #6b0625, 0%, #6b0625, 100%) !important;
    background-image: -moz-linear-gradient(top, #6b0625 0, #6b0625 100%) !important;
    background-image: linear-gradient(to bottom, #6b0625 0, #6b0625 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b0625', endColorstr='#ff6b0625', GradientType=0) !important;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    text-shadow: 0 -1px 0 #6b0625 !important;
	background-color: #9C4A4C !important;
	color: white !important;
	text-decoration: none !important;
	
    /*background-image: -webkit-gradient(linear, left 0, left 100%, from(#6b0625), to(#3278b3)) !important;
    background-image: -webkit-linear-gradient(top, #6b0625, 0%, #3278b3, 100%) !important;
    background-image: -moz-linear-gradient(top, #6b0625 0, #3278b3 100%) !important;
    background-image: linear-gradient(to bottom, #6b0625 0, #3278b3 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #3278b3 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b0625', endColorstr='#ff3278b3', GradientType=0) !important; */
}

.list-group-item.active > a, .list-group-item.active:hover > a, .list-group-item.active:focus > a {
	color: white !important;
	text-decoration: none !important;
	
    /*background-image: -webkit-gradient(linear, left 0, left 100%, from(#6b0625), to(#3278b3)) !important;
    background-image: -webkit-linear-gradient(top, #6b0625, 0%, #3278b3, 100%) !important;
    background-image: -moz-linear-gradient(top, #6b0625 0, #3278b3 100%) !important;
    background-image: linear-gradient(to bottom, #6b0625 0, #3278b3 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #3278b3 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b0625', endColorstr='#ff3278b3', GradientType=0) !important; */
}

/*
.panel-primary>.panel-heading {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#6b0625), to(#6b0625)) !important;
    background-image: -webkit-linear-gradient(top, #6b0625, 0%, #6b0625, 100%) !important;
    background-image: -moz-linear-gradient(top, #6b0625 0, #6b0625 100%) !important;
    background-image: linear-gradient(to bottom, #6b0625 0, #6b0625 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b0625', endColorstr='#6b0625', GradientType=0) !important;
}


.panel-info>.panel-heading {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#6b0625), to(#6b0625)) !important;
    background-image: -webkit-linear-gradient(top, #6b0625, 0%, #6b0625, 100%) !important;
    background-image: -moz-linear-gradient(top, #6b0625 0, #6b0625 100%) !important;
    background-image:  linear-gradient(to bottom, #6b0625 0, #6b0625 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b0625', endColorstr='#6b0625', GradientType=0) !important;
} */

footer.navbar.navbar-inverse.navbar-bottom a  {
    
    color:  #ffffff !important;
    
}
/*.panel-body a  {
    
    color:  #6b0625 !important;
}*/


/*  Fin de cambios de Mica   **/


/* Aqui comienzan los cambios de Emiliano  */

.banner{
	
	background-color: white;
	/*background-image: url(../../../image/banner.jpg); */
}    


.banner-home{
	background-image: url(../../../image/banner.jpg); 
	background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
	height: 100% !important; 
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}    

.banner-home h1
{
		font-size:39px;
		color: white;
		padding-top: 1em;
		font-weight: bold;
		
		
}

   
.sinespacio {
	
	margin-bottom: 0 !important;
}


body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}	


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Droid Sans",sans-serif;
}

.breadcrumb {
    background-color: white;
} 


ol.breadcrumb li a {
    font-weight: normal !important; 
    
}

.margin-header
{
	margin-top: 10px;	
}

.main-search
{
	color: rgba(0,0,0,0.3);
    background: white;
	font-size: 1.4em;
	font-weight: bold;
}


.panel-success > .panel-filters
{
	background-color: #AA886C !important;
	background-image: none;
	color: white;
	border-color: #AA886C !important;
	
}

.borde-filters{
	border-color: #AA886C !important;
}

.cedesiconhome {
    color: #8c8c8c !important;
}


.cedeslegendhome {
    font-size: 0.9em;
    background-color: #6b0625 !important;
    color: white !important;
}


.headcedeshome {
    color: #6b0625 !important;
}


.badgecedes {
    background-color: #8c8c8c !important;
}

.panel-cedes-heading{
	
	 background-image: none !important;	
	 background-color: #D0B195 !important;
	 border-color: #D0B195 !important;
	 color: white;
}


.panel-cedes-heading > h4 > a{
	
	 color: white;
}



.cedeshomeprofile
{
	color: #587B81;
}	


.tabcedes .cedesnavul > li.active > a{
    background:#9C4A4C !important;
    color: white !important;
	font-weigth: bold;
	font-size: 1.2em;
	text-decoration: none !important;
}

.tabcedes .cedesnavul > li > a:hover{
    text-decoration: none !important;
	border:none !important;
}

.tabcedes .cedesnavul > li > a:focus{
    text-decoration: none !important;
	border:none !important;
}

.tabcedes .cedesnavul > li > a{
    text-decoration: none !important;
	border:none !important;
}


.panel-cedes
{
	border-color: #9C4A4C !important;
}


.panel-downloaded-cedes
{
	background-color: #602134 !important;
	background-image: none !important;
	border-color: #602134 !important;
		
}

.panel-border-downloaded-cedes{
	border-color: #602134;	
}



.panel-recent-cedes
{
	background-color: #9C4A4C !important;
	border-color: #9C4A4C !important; 
	background-image: none !important;
  color: white;
	
}	


.panel-recent-cedes > h6
{
		color: white;
}	


.panel-border-recent-cedes {
	border-color: #9C4A4C !important; 
}

.topcris
{
	font-size:0.8em;
	color: #9C4A4C;
}

nav>ul>li>a{
	color:#999 !important;
}


footer.navbar.navbar-inverse.navbar-bottom a {
   color: #6b0625 !important;
   text-decoration: none !important;
   
}


.navbar-header
{	
	/* background-color: white; 
	background-image: none !important; */
	background: url(../../../image/menu-secondary-bg.png) center top no-repeat;
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    font-weight: bold !important;
	
}


.navbar-inverse .navbar-nav>li>a {
    color: rgba(0,0,0,0.6) !important;
	text-decoration: none;
}


.navbar-inverse .navbar-nav>li>a:hover {
 font-weight: bold;
}

.navbar-inverse .navbar-nav>.active>a {
     background-color: white;
	 color: black;
	 
}

.navbar-inverse .navbar-nav>.active>a:focus {
     background-color: rgba(0,0,0,0.3);
	 color: white;
	 text-decoration: none !important;
	 
}


.navbar-inverse .navbar-nav>.active>a:hover {
     background-color: rgba(0,0,0,0.3);
	 color: white;
	 
}

.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus
{
	text-decoration: none !important;	
}


.navbar-footer
{
		background-color: #6b0625; 
		color:white;
		background-image: none;
}

.navbar-footer>ul>li>a
{
		color:white;
		background-image: none;
}


.media.google, .media.google a {
    color: white;
    background: #6b0625;
}

.media.google, .media.google a {
    color: white !important;
    background: #6b0625;
}


.media.view, .media.view_aggregate, .media.view_count, .media.view a, .media.view_aggregate a, .media.view_count a {
    color: white;
    background: #9C4A4C;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #9C4A4C;
}

.menu-item >  a{
	color:white !important;
	text-decoration: none;
}

.sub-menu
{
	list-style: none;
}

.linkfooter{
	color: #9C4A4C !important;
}

a.linkfooter:hover
{
	color:white !important;
}


.linkfooternews{
	color: #efdcdc !important;
}

a.linkfooternews:hover
{
	color:white !important;
}


a.linkfooternews:visited
{
	color: #efdcdc;
}


/*.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: white;
	
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-image: none !important;
}


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

.navbar-inverse .navbar-nav>li>a:hover {
    color: white !important;
	text-decoration: none !important;
}*/


.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}

ul.tabs-left {
  margin: 0 !important;
}

.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li{
  list-style-type: none;
  margin: 0;
  padding-bottom: 0.5em;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  /*border-bottom-color: #ddd;
  border-right-color: transparent;
  text-decoration: none !important; */
  
	background-color: #6b0625 !important;
    border: medium none;
    border-radius: 0;
	padding: 8px;
    color:#fff !important;
	text-decoration: none !important;
	
}

.ui-state-focus {
	border:0 !important;
	background: transparent !important;
}


.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  text-decoration: none !important;
  
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

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

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

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

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

.headerinternalbanner
{
	color: #6b0625;
}	

.titulocolfooter
{
	font-weight: bolder;
	font-size: 16px;
}
