html,body {
    margin: 0!important;
    padding: 0!important;
    height: 100%!important;
}

#map {
    position: relative;
    width:100%;
    height:100vh;
}
.hexbin-tooltip {
    font-family:sans-serif;
    border:0!important;
    border-bottom:3px solid red!important;
    background-color: #3891b1!important;
    color:#fff!important;
}
.hexbin-grid:hover { 
    stroke-width: 3; 
    stroke: red;
}
#info {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    transform: translateX(calc(100% - 2.5em));
    /*transition: transform 0.5s ease-in-out; */
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
    z-index: 1000;
}
#info.info-open {
    transform: translateX(0);
}
.info-toggle {
    width: 1.25em;
    min-width: 1.25em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    background: #3891b1;
    color: #fff!important;
    user-select: none;
}
.info-panel {
    width: 400px;
    max-width: 80vw;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);

    display: flex;
    flex-direction: column;
}
/* Container with the images (scrollable) */
#info_fotos {
    flex: 1;
    overflow-y: auto;
    padding: 0.5em;
}
.info-foto-cell {
    width: 175px;
    height: 175px;
    margin: 4px;
    z-index:1010!important;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
#info_fotos::-webkit-scrollbar {
    width: 20px;
}
#info_fotos::-webkit-scrollbar-track {
    background: #e0e0e0;
}
#info_fotos::-webkit-scrollbar-thumb {
    background-color: #3891b1;
    border-radius: 5px;
    border: 2px solid #e0e0e0; /* adds padding around the thumb */
}
.hexbin-hexagon {
    stroke: #000;
    stroke-width: .5px;
}
.hexbin-container:hover .hexbin-hexagon {
    transition: 200ms;
    stroke: orange;
    stroke-width: 1px;
    stroke-opacity: 1;
}
.hexbin-tooltip {
    padding: 8px;
    z-index: 900;
    border-radius: 4px;
    border: 1px solid black;
    background-color: white;
}
.leaflet-control-select {
	background-color: white;
	padding: 5px;
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	z-index: 1000;
}
.leaflet-control-select select {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
}
.leaflet-control-attribution {
    display:none;
}
.hint--bottom {
    width:100%;height:100%;
}
.hint--info:after {
    background-color: #3986ac;
}
 .hint--info.hint--bottom:before {
    border-bottom-color: #3986ac;
}