/* Add here all your css styles (customizations) */

/*
 * Ornamento styles 2018-05-14
 * --------------------------------------------------
 */

a.logo {
  color: #e67e22;
}

.ornamento-copyright { display: block; margin-top: 8px; content: " "; }
.ornamento-document { width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ornamento-list-group { min-height: 110px; }
.ornamento-search { color:#006400; }
.ornamento-thumbnail { max-height: 90px; margin-right: 10px; margin-left: -6px; }

.ornamento-popover {
  z-index: 10072!important; /* attempt to fix popover flash issue on /view/ of records */
}

.popover { pointer-events: auto; }

img.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#search-ornamento > h1 {
  text-align: center;
}

.ornamento-buttons > a {
  border-radius: 6px;
  padding: 8px;
  margin: 3px;
}

#advanced-search {  
  background-color: whitesmoke;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.h2-subtitle {
  text-transform: none !important;
  font-size:120% !important;
}

#mads_container {
  padding-bottom: .6em;
}

#mads_authors > dt {
  width: 120px;
}
#mads_authors > dd {
  margin-left: 130px;
}
#mads_printers > dt {
  width: 120px;
}
#mads_printers > dd {
  margin-left: 130px;
}

/* override plugin CSS */

.owl-item {
        text-align: center;
        width: 260px !important;
}

.da-slider {
        background: transparent url(/assets/img/custom/splash/pano_04_Kerry_crop.png) repeat 0% 0%;
}
#results-footer-block {

}

#results-advanced-search > form > input, button, select {
	margin-bottom:10px !important;
}

.overflow-h > div > p {
  margin: 3em 0 3em 0;
}

a.external {
  position:relative;
}

a.external:after {
  content: "\f14c";
  color: green;
  font-family: FontAwesome;
  font-size: 80%;
  padding-left: 3px;
}
#loading-spinner p {
  text-align: center;
}
#loading-spinner p > i {
  color: grey;
  vertical-align: -20%;
}
.loading-text {
  color: grey;
  font-size: 130%;
}

/*Fonts
------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

/*Main Styles
------------------------------------*/
/* Colours */
.color-blue { color:#3498db; } 
/* divs */

#facets-refine h4 {
	margin-left:-6px;
}
/*
General Formatting */
.Noto-Sans-normal-700 {
    font-family: 'Noto Sans' !important;
    font-style: normal;
    font-weight: 700;
}
#about-team {
    position:relative;
/*    background-image: url(/assets/img/team/faces.jpg);
    background-repeat: repeat;
    opacity: .1;
    overflow: hidden; 
*/
}
#about-team > div {
    
   
}
#about-team > div > .row {
    margin-right: 0px;
    margin-left: 0px;
}
#about-acknowledgements > div > .row {
    margin-right: 0px;
    margin-left: 0px;
}
.inner-team > small {
    position: static;
}
.tag-box-bordered {
    border-top: solid 1px #3498db;
    border-right: solid 1px #3498db;
    border-bottom: solid 1px #3498db;
    border-left: solid 1px #3498db;
}
.logo-iberian img { margin:0!important; } 
.lowercase { text-transform: lowercase; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-50 { margin-top: 50px; }
.margin-left-10 { margin-left: 20px; }
.margin-left-20 { margin-left: 30px; }
.margin-left-30 { margin-left: 40px; }
.margin-left-40 { margin-left: 50px; }
.footer-v1 .footer-iberian {
    padding: 20px 0 2px 0;
    background: #272727;
}
.content {
    padding-top: 20px;
    padding-bottom: 0px;
}
.col-md-3 {
    width: 24%;
}
.dropdown-header {
   font-size: 100%; 
   font-variant: small-caps;
   padding-left:10px;
   border-bottom: dashed 1px #eee;
}
.figcaption {
    text-align: center;
    padding-bottom:9px;
    text-transform: uppercase;
}
#map-inline > iframe {
   width:100%;
   height:460px;
}
.rotate-45 { 
/* Safari */
-webkit-transform: rotate(45deg); 
/* Firefox */
-moz-transform: rotate(45deg); 
/* IE */
-ms-transform: rotate(45deg); 
/* Opera */
-o-transform: rotate(45deg); 
}
.border-1 {
   border-width: 1px;
   border-color: #eee;
}
h3.panel-title > a {
   font-size:110%!important;
   font-weight: bold;

}
/* .panel-heading { margin: 4px 0 4px 0; } */
.panel-heading { margin: 0 0 0 0; }

/*
Social Links */

#social-links {
   margin: 0 0 3.0em 0;
   padding: 0 0 .75em 0;
}
#social-links > span {
   padding: 6px 6px 0 6px;
   background: #fff;
   margin-bottom: 3px; 
}
/*
div.social-links-buttons > a {
   width:24px;
}
*/
/*
Record Display divs */

/* bs tooltips */
.lg-tooltip-bottom { left:210px !important; }
.lg-tooltip-arrow { left:10% !important; }
.xs-tooltip-bottom { left:20px !important; }
.xs-tooltip-arrow { left:10% !important; }
.lg-tooltip-manifest-bottom { }
.lg-tooltip-manifest-arrow { left:40% !important; }
.xs-tooltip-manifest-bottom { }
.xs-tooltip-manifest-arrow { left:20% !important; }

.orcid-xs { vertical-align: text-bottom; }
.lazy { display: none; }

/* gallery images */
img.lazy {
	/* max-height: 70px; */
	min-width: 80px;
	
	min-height: 80px;
	max-height: 80px;
	display: block;
}

#description-text { 
   margin-top: 0;
} 
#description-text .panel-default {
   border-radius: 4px!important;
}
/* Record Display Formatiing */

.margin-top-30 { margin-top:30px; }
.margin-top-40 { margin-top:40px; }
.img-view-lg {
   padding:8px 8px 5px 8px;
   border: 25px solid #eee;
   border-width: 1px;
   border-radius: 4px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   box-shadow: 1px 1px 2px #eee;
}
div.img-view-lg > a > img {
   min-width: 80px;
   max-height: 130px;
   display: block;
}
#collapseOne .col-md-3 { width: 24%; }
#collapseThree > div.panel-body > dl > dd.tagged, dt.tagged { line-height:180%!important; }
#alternative-views { padding: 0 0 0 4px; }
#alternative-views .col-md-3 { width: 24%; }

/* Timeline, Scalar Links */
.scalar {
   border:1px solid silver;
   width:100%;
}
.timeline {
   border:1px solid silver;
   width:100%;
}

/* main thumbnail in display page */
.zulu { margin-left:1em; margin-bottom:.5em; }

#page-thumbnail {
   max-width: 160px;
   max-height: 160px;
}

.img-view-related {
   margin: 3px 3px 3px 3px;
   padding:10px 0 0 0;
   border: 25px solid #eee;
   border-width: 1px;
   border-radius: 4px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   box-shadow: 1px 1px 2px #eee;
}
#accordion .panel-title a { display:block; }
#accordion .collapsed a:hover, a:focus { color:inherit; } 

a.tag-label {
    /* content: "\f02b"; */
    display: inline-block;
    padding: 4px 4px 4px;
    font-size: 11.844px;
    font-weight: normal;
    line-height: 12px;
    color: #fff;
    vertical-align: baseline;
    /* white-space: nowrap; */
    /* text-shadow: 0 -1px 0 rgba(0,0,0,0.25); */
    background-color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.link-label { 
    display: inline-block;
    padding: 4px 4px 4px;
    font-size: 11.844px;
    font-weight: normal;
    line-height: 12px;
    color: #fff;
    vertical-align: baseline;
    /* white-space: nowrap; */
    /* text-shadow: 0 -1px 0 rgba(0,0,0,0.25); */
    background-color: #75A0C5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dl-horizontal dd, dt {
    padding:3px 0 0 0;
}
dl { margin-bottom: 0; }
.carousel-caption { opacity:0.8; }

/*
Sidebar divs */

#sidebar {
   margin-bottom: 4px;
}
#sidebar .panel-default {
   border-radius: 4px!important;
}
.affix-top,.affix{
	position: static;
}
#sidebar .panel-default > .panel-heading {
  height: 3em;
}
#sidebar-menu .sidebar-menu {
	background-image: none!important;
	padding: 0px 10px;
}
#sidebar-menu .list-group { 
        margin-bottom: 0;
	/* line-height: 8pt; */
}
#sidebar-menu .panel-heading {
	background-color:none!important;
}

#sidebar a.list-group-item { padding: 10px!important; padding-right:6px!important; }

#sidebar a.link-icon:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    position: absolute;
    right:1em;
}
#sidebar a.link-icon-active:after {
    /* symbol for "collapsed" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;
    color: grey;
    position: absolute;
    right:1em;
}
#sidebar .show-more { padding:12px 1em 4px 0; }
.facet-text { padding-right: 6em!important; }
a.link { 
	width: 255px!important; 
}
div.facet-list {
	font-size:94%;
        overflow: auto;
        padding-bottom:.5em;
}
div.facet-list-all {
	padding-bottom:.5em;
}

div#sidebar-menu a.list-group-item {
        color:#428BCA;
        margin-top:0;
        clear:both;
}
div#sidebar-menu a.list-group-item:hover {
        color:#428BCA;
        margin-top:0;
        clear:both;
}
div#sidebar-menu .link-icon-active {
	background-color:#F7F7F7;
	border-bottom:#eee solid;
	border-bottom-width:2px;
}
div#sidebar-menu .badge {
	border-radius: 12px;
	background-color:#3498db;
	position: absolute;
	top:9px;
	right: .5em;
	
}
div.facet-list a {
	color:#428BCA; 
	padding-left:1em!important;
	margin-top:0;
	clear:both;
}
/*
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
} 
*/
#sidebar li.active {
	font-weight: bold;
  	border:0 #eee solid;
  	border-right-width:4px;
}
.bs-sidebar.affix {
    position: static;
}
/* 
Search Results */

div.result-type {
    position: absolute;
    bottom: 18px;
    left: 28;
}
div.result-type > p {
	color: grey;
}
h3.results-grid-h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 8px 10px 8px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	line-height: 110%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
a.results-grid-h3 {
	text-decoration: none;
}
img.muted{ 
	-webkit-filter: opacity(80%); /* Chrome, Safari, Opera */
	filter: opacity(80%);
}
img.results-grid {
	max-height:200px;
	max-width: 90%;
	text-align: center!important;
	display: block;
	margin:0px auto;
	margin-top: -12px;
}
#item-description {
  max-height: 350px;
  min-height: 350px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#item-description a {
  color: #3498db;
}
#item-description.panel-default {
  border-radius: 9px!important;
  background: #f8fbfd;
}
p.results-grid {
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 86%;
	color: grey;
}
.thumbnail {
	text-align: center!important;
}
ul.list-grid > li {
  z-index: 8;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
hr.results-grid {
	text-align: center;
	margin-top: 9px;
	margin-bottom: 9px;
}
.query-value {
  margin-top: 6px;
}
#per_page-dropdown {
  margin: 1em 0 1em 0;
}
p.search-results-details {
	margin: 0 0 1em 1.7em;
}
.results-detail-caption {
	font-weight:bold;
}
#results-summary { 
	background-color:#f7f7f7;
}
#results-summary .intro-text {
  margin-top: 20px;
	line-height: 1.1em;
}
#results-summary > .panel-body {
	padding:10px 15px 3px 15px;
}
.results-row {
    display: block;
    margin: 1em 0 0 0;
}
.results-title {
    padding: 0 15px 0 0;
}
.results-desc {
    padding-left: 1.5em;
}
.thumbnail-results {
	max-width:116px;
	margin: 0 -9px 6px 1em;
}
.thumbnail-caption-preview {
	padding-top:6px;
}
dt > span > img.traffic-light {
    margin-top: 4px;
    max-height: 20px;
}
dt > span > img.traffic-light-mobile {
    margin: 0 3px 0 0;
    max-height: 20px;
    padding-bottom:2px;
}
.results-img {
/*	max-width: 110px!important; */
}
#no_results_msg { 
  margin:2em 0 2em;
}
.results-pagination {
	padding-top:1.5em;
}
#results-summary {
	border-radius: 4px!important;
	background-color:#F5F5F5;
}
#results-navigate {
	margin:0 0 8px 0;
        background-color:#F5F5F5;
	border-radius: 4px!important;
}
.results-navigate-top {
	margin: 1.5em 0 1em!important;
} 
#startOverLink {
	margin-right:-.5em;
        border-radius: 4px!important;
}
#searchHistoryLink {
	margin-top:3px;
        margin-right:-.5em;
	border-radius: 4px!important;
}
.appliedFilter {
	background: #fff;
	border: 1px solid #c4dafe;
	display: inline-block;
	margin-bottom: 0.66em;
	margin-right: 0.33em;
	padding: 2px 2px 2px 1em;
	padding-right: 50px;
	position: relative;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

.btnRemove {
	background: url(/assets/img/local/ballot-x.gif) no-repeat center center;
	/* content: "\2718"; &#x2716;  see: http://www.evotech.net/articles/testjsentities.html */
	border-bottom: none;
	border-left: 1px solid #c4dafe;
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	text-indent: -99999px;
	top: 0;
	width: 32px;
	z-index: 5;
}
.btn-blue {
	background-color: #3498db;
	color: #fff;
}
.btn-search {
	float: left;
	width: 160px;
	text-align: right;
}
.btn-search-year {
	width: 80px;
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #EBF6FE 0%, #E4F2FD 100%);
  background-image: linear-gradient(to bottom, #EBF6FE 0%, #E4F2FD 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEBF6FE', endColorstr='#ffE4F2FD', GradientType=0);
}
.panel-default > .panel-heading > a {
        color:#000;
}
.list-inline {
  display: flex;
  justify-content: center;
}

/*Purchase Block*/
.issda {
        padding: 10px 15% 30px 15%;
        border-bottom: solid 1px #eee;
        background: url(/assets/img/patterns/breadcrumbs.png) repeat;
}
.issda p {
        margin-bottom: 0;
}
.issda span {
        color: #666;
        display: block;
        font-size: 24px;
        line-height: 35px;
        font-weight: normal;
        margin-bottom: 12px;
        font-family: "Open Sans", Arial, sans-serif;
}
/*Search Block Local 
------------------------------------*/
/* .search-block {
	/* background: url(/assets/img/local/issda_dublin_pano01_19489451296_ac233cf2b4_k.jpg) 50% 0 repeat fixed; */
	/* background: url(http://afremov.com/image.php?type=P&id=19227) 50% 0 repeat fixed; */
	/*padding: 28px 0;
	/* height: 422px; // this height for inclusion of search form */
	/* height: 228px; */
	/* background: url(/assets/img/custom/MarcasFuego2PileWikiReuseAljindrczCC_3.jpg) 50% 0 repeat fixed;	*/
	/*background: url(/assets/img/custom/Ornamento5a.jpg) 50% 0 repeat fixed;
	/*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	// Marca_de_Fuego3.jpg
}
*/

.search-block {
	/* background: url(/assets/img/local/issda_dublin_pano01_19489451296_ac233cf2b4_k.jpg) 50% 0 repeat fixed; */
	/* background: url(http://afremov.com/image.php?type=P&id=19227) 50% 0 repeat fixed; */
	padding: 28px 0;
	background: url(/assets/img/custom/Ornamento5h.jpg) 50% 0 repeat fixed;
  height: 168px;
}

#advanced-search.search-block-advanced  {
	/*  background: url(/assets/img/local/issda_dublin_pano01_19489451296_ac233cf2b4_k.jpg) 50% 0 repeat fixed;
	background: url(http://afremov.com/image.php?type=P&id=19227) 50% 0 repeat fixed; */
  padding: 28px 0!important;
}

.form-control {
	height: 34px !important;
}
div.attribution {
    color: #d3d3d3; 
    padding-left:1em;
    position: absolute;
    bottom: 1em;
}
a.attribution-text {
    color: #d3d3d3;
    opacity: 0.8;
    text-decoration: none;
}
.search-block-local {
        margin-bottom: 10px;
        padding: 30px 0 20px;
        border-bottom: 1px solid #eee;
        background: url(/assets/img/patterns/breadcrumbs.png) repeat;
}
.search-block-local h2 {
        font-size: 24px;
        font-weight: 200;
        text-align: center;
        margin-bottom: 18px;
        text-transform: uppercase;
}
.search-block-local-noresults {
        margin-bottom: 10px;
        padding: 6px 0 40px;
        /* border-bottom: 1px solid #eee; */
        background: url(/assets/img/patterns/breadcrumbs.png) repeat;
}
.search-block-local-noresults h2 {
        font-size: 24px;
        font-weight: 200;
        text-align: center;
        margin-bottom: 18px;
        text-transform: uppercase;
}
/*Breadcrumbs - search results */
.breadcrumbs {
    overflow: hidden;
    padding: 4px 0 0;
    border-bottom: solid 1px #eee;
}
.breadcrumbs.breadcrumbs-results {
  background: #222; 
  border-bottom: solid 3px #777;
}
.breadcrumbs-results h1 {
  color: #fff!important;
}
/*
Quant API 
*/
#metadata-variables h1 {
    font-size: 18px;
    padding-top: 48px!important;
}
#metadata-variables .metadata-metadata {
    margin: 0 0 0 -1em;
}
#show-metadata-icon {
    font-size: 90%;
}
#show-variables-icon {
    font-size: 90%;
}

/* 
EAD-specific styles */

div.ead_unittitle > table { margin-left: 1.75em; } 
.ead_c02toc { margin-left:1.1em; }
td.itemNumber, td.itemUnitid { min-width:2em; text-align:left; }
span.c01toc:after { content: '\a0 '; width:1em; }

/* cookie script */

#cookiescript_badge {
  background: rgb(52, 152, 219)!important;
  padding: 1px 8px 2px!important;
  box-shadow: rgb(0, 0, 0) 0px 0px 1px!important;
  border-bottom-right-radius: 1px!important;
  border-bottom-left-radius: 2px!important;
}
#cookiescript_injected {  
  background: rgb(52, 152, 219)!important;
}