img.authority-img, img.logo-autoridad {
height: 16px;
max-height: 16px;
}

html{
font-family: 'Roboto', sans-serif;
font-weight: 300;
width: 100%;
height: 100%;
background-color: transparent;
}

body{
font-family: 'Roboto', sans-serif;
font-weight: 300;
width: 100%;
height: 100%;
background-color: transparent;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}


.col-sm-9 {
  width: 75%;
}

.page-header {
    border-bottom: none;
    color: #333333;
    font-size: 280%;
    text-align: left;
    font-weight: 300;
}



#ds-options .ds-option-set-head {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0px;
    padding: 15px 15px 2px 15px;
    color: #333333;
    font-size: 140%;
    margin-bottom: 0px;
    text-transform: none;
    font-weight: 300;
    -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

#aspect_viewArtifacts_Navigation_list_browse, #aspect_viewArtifacts_Navigation_list_account, #aspect_discovery_Navigation_list_discovery, #aspect_statistics_Navigation_list_statistics {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 0px;
    padding: 0px 15px 5px 15px;
    color: #333333;
    text-transform: none;
    font-weight: 300;
    -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

#aspect_artifactbrowser_ItemViewer_div_item-view .item-summary-view-metadata h2.item-view-heading-title{
font-weight: 300;
font-size: 220%;
color: #333333;
margin-bottom: 10px;
}

h2.ds-div-head{
display:block;
}

.item-view-heading-year-container{
padding: 0px 10px 10px 0px;
float:left;
}
.item-view-heading-type-container{
padding: 0px 10px 10px 0px;
/* text-align: right; */
}

.item-view-heading-openaccess-container{
padding: 0px 10px 10px 0px;
float: right;
}

span#item-view-keyword {
    font-weight: 300;
    font-size: 85%;
}

span#item-view-keyword a {
    color: #FFFFFF;
}

.simple-item-view-description-abstract, .simple-item-view-description-tableofcontent {
   font-family: 'EB Garamond', serif;
   font-size: 1.2em;
   padding: 20px;
   background-color: #f2f2f2;
}

.item-citation-title {
   font-style: italic;
}

#home-citation-panel {
cursor: pointer;
}
#home-citation-panel::before {
  font-family: FontAwesome;
  content: '\f10d'; /*quote left icon*/
}

#home-citation-panel a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
#home-citation-panel` a.collapsed:after {
    content:"\e080";
}

.item-view-heading-year{
font-family: Roboto;
font-size: 1em;
font-weight: 300;

}

.item-view-heading-type{
font-family: Roboto;
font-size: 1em;
font-weight: 300;
}

.item-view-heading-type a, .item-view-heading-year a {
   color: #FFFFFF;
}


.label-year {
  /* background-color: #f0ad4e; */
  background-color: #999;
}
.label-year[href]:hover,
.label-year[href]:focus {
  background-color: #ec971f;
}

.label-type {
  background-color: #999;
}
.label-type[href]:hover,
.label-type[href]:focus {
  background-color: #808080;
}

div.simple-item-view-authors {
   font-weight: 300;
   color: #108cc8;
}
/* ==== start the overlay ==== */
.modal_citation {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .7);
  transition: opacity .25s ease;
  z-index: 2000000;
  -moz-border-radius:10px;  /* for Firefox */
-webkit-border-radius:10px; /* for Webkit-Browsers */
border-radius:10px
}

.modal_citation_button {
   float: right;
}

.modal_citation_button::before {
  font-family: FontAwesome;
  content: '\f10d \0000a0'; /*quote left icon*/
}

.modal_citation__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal_citation-state {
  display: none;
}

.modal_citation-state:checked + .modal_citation {
  opacity: 1;
  visibility: visible;
}

.modal_citation-state:checked + .modal_citation .modal_citation__inner {
  top: 0;
}

.modal_citation__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 70%;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 180px;
}

.modal_citation__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal_citation__close:after,
.modal_citation__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal_citation__close:hover:after,
.modal_citation__close:hover:before {
  background: #aaa;
}

.modal_citation__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	
  .modal_citation__inner {
    width: 50%;
    height: 18%;
    box-sizing: border-box;
  }
}


/* ==== end of the overaly ====*/


/* Top navbar */

.navbar-fixed-top {
    position:fixed !important;
    z-index: 1030;
    width: 100%;
}

.header-fixed-top {
    position:fixed !important;
    z-index: 1030;
    width: 100%;
}

nav#topnavbar-container {
 background-color: #E3E3E3;
 border-bottom: #E6E6E6;
 z-index: 2000;
}

nav.navbar-top div#topnavbar{
 background-color: #E3E3E3;
/* padding: 0px 15px 0px 0px; */
}

ul#toplogin li.toplogin {
 background-color: #F06600;
}

ul#toplogin {
padding: 0px 15px 0px 0px;
}

ul#toplogin li.toplogin a {
  color: #FFFFFF;
}

ul#toplogin li.toplogin>a:hover {
  color: #FFFFFF;
  background-color: #F06600;
  text-decoration: underline;
}

nav.navbar-top div ul li a{
 padding: 10px;
 font-size: 12px;
}

ul#toplogin a {
  color: #20415D;
}

ul#toplogin a:hover {
  color: #20415D;
  background-color: #FFFFFF;
}

ul#topmenu a {
  color: #20415D;
}

ul#topmenu a:hover {
  color: #20415D;
  background-color: #FFFFFF;
}

/* Logo navbar */

.main-content {
  background-color: transparent;
}

#main-body {
  margin-top: 140px;
}
.navbar{
 background-image: none;
 min-height: 0;
}

.navbar-header {
overflow:auto;
}

#topnavbar-toggle-button {
margin-right: 0px;
}

a.navbar-brand {
   padding: 10px 0px 10px 5px;
   margin: 0px 0px 0px 0px;
   margin-left: 0px;
   height: 100px;
   display: block;
   overflow:hidden;
   transition: all .2s linear;
}

a.navbar-brand-tiny { 
   padding: 5px 0px 5px 5px;
   height: 50px;
   transition: all .2s linear;
}

a.navbar-brand-big { 
   padding: 10px 0px 10px 5px;
   height: 100px;
   transition: all .2s linear;
}

@media (min-width: 768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}}

header .navbar-brand img {
    height: inherit;
    margin-top: 0px;
    min-height: auto;
    max-height: 80px;
    image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

header .navbar-brand img.navbar-brand-img {
   transition: all .3s linear;
}

header .navbar-brand img.navbar-brand-img-tiny {
transition: all .3s linear;
height: 40px;
max-height: 40px;

}

#eui-logo {
}

.navbar-toggle {
   margin-bottom: 4px;
   margin-top: 4px;
}

nav#brandnavbar {
 /*   min-height: 100px;
    height: 100px; */
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    margin-top: 40px;
}

nav#brandnavbar div.container {
}

/* new home */

#homesearch {
 margin-top: 5%;
 height: 100%;
 min-height: 100%;
 vertical-align:middle;
 padding-right: 5%;
 padding-left: 5%;
}

#home-description {
  padding: 0 0 60px 0;
}

#aspect_discovery_SiteViewer_field_query {
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.home-latest-link {
padding-top: 10px;
}

.home-search-link {
padding-top: 10px;
}

#home-contacts ul, #home-orcid ul {
  list-style-position: inside;
  padding-left: 15px;
}

#home-contacts ul li, #home-orcid ul li {
    display: block;
}

#home-contacts ul li:before, #home-orcid ul li:before{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -15px;
    color: #CCCCCC;
}

#home-orcid img {
padding-bottom: 10px;
max-width: 220px; 
width: 100%;
}

#home-twitter > div.panel-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#browseunits {
 padding: 40px 0 40px 0;
 border-top: 1px solid #EEEEEE;
}

#home-browse-collections {
 padding: 80px 0 40px 0;
}

div#home-browse-collections img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

h2.home-browse-collections-title{
font-weight: 300;
font-size: 150%;
color: #333333;
padding-bottom: 20px;
}

.panel h2, h1.timeline-Header-title {
font-weight: 300;
font-size: 140%;
color: #333333;
margin-top: 0px;
}

h1.timeline-Header-title {
font-weight: 300;
font-size: 140%;
color: #333333;
margin-top: 0px;
}
div#home-openaccess {
vertical-align: middle; 
overflow: hidden; 
padding: 15px;
}

div#home-contacts , div#home-orcid{
vertical-align: middle; 
overflow: hidden; 
padding: 15px;
}

/* Community page */
.ds-artifact-list .ds-artifact-item {
    margin-bottom: 15px;
}
img.logo {
height: 80px;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

div.ds-logo-wrapper {
margin-bottom: 0px;
}


/* to invert search and info on the community pages */

#aspect_artifactbrowser_CommunityViewer_div_community-home {
  display: grid;
}

#aspect_artifactbrowser_CommunityViewer_div_community-search-browse {
  order: 2;
}

#aspect_artifactbrowser_CommunityViewer_div_community-view {
  order: 1;
}

#aspect_discovery_CommunityRecentSubmissions_div_community-recent-submission {
  order: 4;
}

div#aspect_artifactbrowser_CommunityViewer_div_community-home h3 {
  order: 3;
}

.page-header {
  margin-bottom: 0px;
}

/* footer */

footer#footer {
   margin-left: 0;
}

div.footer-content-dark {
 background-color: #20415D;
 color: #FFFFFF;
}

div.footer-partners {
 border-top: 1px solid #E3E3E3;
 background-color: #FFFFFF;
 color: #333333;
}


div#browseunits img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

div#browseunits li.list-group-item {
   padding-left: 10px;
   padding-right: 10px;
}

ul#other-collections li.list-group-item {
   padding-left: 10px;
   padding-right: 10px;
}

div.footer-partners img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

div.footer-content-dark a {
   color: #FFFFFF;
}


footer div.container {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

footer h4 {
  margin-top: 0px;
  padding-top: 0px;
}

.partner-logo {
   margin: 10px;
   height: 30px;
   max-height: 30px;
}

#siteinfo {
margin-bottom: 10px;
}

#siteinfo a {
  text-decoration: underline;
}

#disclaimer a {
  text-decoration: underline;
}
