body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.leaflet-container .leaflet-control-mouseposition {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  padding: 0 5px;
  margin:0;
  color: #333;
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 32px;
    height: 32px;
}

.leaflet-control-layers label {
    cursor: pointer;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/*** LETRAS ***/

.font-700 {
  font-weight: 700;
}

[role=button] {
    cursor: pointer;
}
.scrollbar::-webkit-scrollbar {
	width: 6px;
    background-color: #ccc;
    cursor: pointer;
}
.scrollbar::-webkit-scrollbar-thumb {
	background-color: #aaa;
    transition: height 0.2s ease-in-out;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #ccc;
}
.bd-sidebar {

	height: 100%;
}
.row .sidebar-sticky {
	/*height: calc(100vh - 128px);*/
	height: calc(100vh - 55px);
    padding-top: 0px;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}
.row .authors {
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
}
.row .alphabet {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
}

.row .authors,
.row .alphabet {
	height: calc(100vh - 55px);
	overflow-y: auto;
}
.bd-sidebar {
	border-bottom: 0;
}
@media (min-width: 768px) {
	.bd-sidebar {
		
		border-right: 0;
		
	}
}
@media (min-width: 1200px) {
	.bd-sidebar {
		-ms-flex: 1;
		flex: 1;
	}
}
.author .menu .accordion .card {
    border-width: 1px 0 0 0;
}

.author .menu .accordion .card-header {
    background-color: transparent;
	border-width: 0;
}
.author .menu .accordion .card-header a:after {
    font-family: 'FontAwesome';      
	content: "\f067"; 
    float: right; 
}
.author .menu .accordion .card-header a[aria-expanded="true"]:after {
    /* symbol for "collapsed" panels */
    content: "\f068";
}
.author .menu .accordion .card-header .badge {

}
.author .media .media-body p {
	margin-bottom: 0;
}

.authors .author {
}
.authors .author .name {
    font-size: 16px;
    font-weight: 600;
	cursor: pointer;
}
.authors .author .foto {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.authors .meeting .card-body .blockquote,
.authors .meeting .card-body .blockquote-footer {
	font-size: 100%;
}
.authors .meeting .card-body .blockquote p {
	font-size: 15px;
}

.authors .meeting .name,
.authors .book h6 {
	font-size: 15px;
}
.authors .meeting .blockquote-footer {
	font-size: 70%;
}

.alphabet {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    background-color: #e9ecef;
}
.ln-letters a {
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 100%;	
	text-align: center;
	padding: 8px 0;
    color: #ccc;
    text-decoration: none;
    display: block;
    font-weight: bold;
}
.ln-letters .all {
	/*border-top: 1px solid rgba(0,0,0,.1);*/
	border-top: 0;
}
.ln-letters .ln-last {
	border-right: 0;
    border-bottom: 0;
}
.ln-letters a:hover, .ln-letters .ln-selected {
	z-index: 1;
    color: rgba(0,0,0,.50);
    text-decoration: none;
    background-color: #f8f9fa;
}

.content-map {
	position: relative;
	width: 100%;
	height: 100%;
}
#map { 
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%; 
}

.modal-full {
    min-width: 98%;
}

.close {
	cursor: pointer;
}


#authorsModal label  {
    white-space: nowrap;
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}
.filters .nationality-filter label,
#authorsModal label  {
    color: rgba(0,0,0,.9);
}
.filters .nationality-filter label.active,
#authorsModal label.active  {
    color: #007bff;
}
#authorModal .modal-body img {
    /* 100% = dialog height, 120px = header + footer */
    /*max-height: 300px;*/
}
/*
.filters .death-date.dropdown-toggle::after,
.filters .nationality.dropdown-toggle::after,
.filters .author.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
	display: block;
}

.filters .death-date-filter.show .death-date.dropdown-toggle::after,
.filters .nationality-filter.show .nationality.dropdown-toggle::after,
.filters .author-filter.show .author.dropdown-toggle::after {
    display: none;
}
*/
.filters .dropdown-toggle::after {
	marginf-left: 15px;
}


.filters .dropdown-menu {
	z-index: 1001;
}

.nationality-filter.show,
.death-date-filter.show {
  position: static;
}

.nationality-filter .dropdown-menu.show,
.death-date-filter .dropdown-menu.show {
  display: table;
  width: 100%;
  text-align: center;
  transform: translate3d(0px, 50px, 0px) !important;
}
.nationality-filter .dropdown-menu > li {
  display: table-cell;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
.nationality-filter .dropdown-menu li label {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .nationality-filter .dropdown-menu > li {
    display: block;
  }
}

.slider-container {
    /*margin: 40px auto 0;*/
}

/*****/

/* LEAFLET */
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.8);
	}
.marker-cluster-small div {
	background-color: rgba(255, 255, 255, 0.9);
	}

.marker-cluster-medium {
	background-color: rgba(255, 217, 33, 0.8);
	}
.marker-cluster-medium div {
	background-color: rgba(255, 255, 255, 0.9);
	}

.marker-cluster-large {
	background-color: rgba(248, 126, 34, 0.8);
	}
.marker-cluster-large div {
	background-color: rgba(255, 255, 255, 0.9);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.customMarker {
    position:absolute;
    cursor:pointer;
    background:#424242;
    width:100px;
    height:100px;
    /* -width/2 */
    margin-left:-50px;
    /* -height + arrow */
    margin-top:-110px;
    border-radius:10px;
    padding:0px;
}
.customMarker:after {
    content:"";
    position: absolute;
    bottom: -10px;
    left: 40px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #424242 transparent;
    display: block;
    width: 0;
}
.customMarker img {
    width:90px;
    height:90px;
    margin:5px;
    border-radius:10px;
}

/* Featurettes
------------------------- */

.authorModal .featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.authorModal .featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.authorModal .lead {
    font-size: 1.0rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 576px) {
	.authorModal .modal-dialog {
		max-width: 650px;
	}
}

@media (min-width: 40em) {
  .authorModal .featurette-heading {
    font-size: 1.25rem;
  }
}

@media (min-width: 62em) {
  .authorModal .featurette-heading {
    margin-top: 0;
  }
}
