body, html {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;    
    background: #fdfcfd;
    color: rgb(51, 44, 44);
}

header {
    width: 100%;
    background: #fdfcfd;
    height: 52px;
    display: flex;
}

h2 {
    margin: 0 0 15px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}

p {
    margin: 0;
    font-size: 0.8em;
    text-align: justify;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul li a {
    display:block;
    padding: 5px 15px;
    color: #363636;
    text-decoration: none;    
}

ul li a:hover {
    background-color: #fdfcfd;
}

ul li a.active {
    background-color: #fdfcfd;
}
  
.header {
    margin: 5px 15px;
}

.logos {
    width: 300px;
    display: flex;
}

.logos a {
    line-height: 58px;    
    margin: 0 4px;
}

.title-idic {
    font-size: 0.6rem;
    width: 100%;
    text-align: center;
    line-height: 52px;
}

.title-idic h1 {
    margin: 0;
}

.logo {
    height: 40px;
    margin: 6px 0px;
}

.menu-left {
    width: 0;
    background: #e7eafd;
    height: 100%;
    position: relative;
}

.menu-left.active {
    width: 300px;
}

.main-visor {
    width: 100%;
    height: 100%;
}

.main-visor.active {
    width: calc(100% - 300px);
}

.info {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
}

.home-content {
    height: calc(100% - 45px);
}

.info-graph {
    height: 100%;
    width: 100%;
}

.logo-down {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.home-info {
    height: 100%;
}

.content {
    display: flex;
    height: calc(100% - 52px);
}

.content.index {
    height: calc(100% - 52px);
}

.col-6 {
    width: calc(50% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
    float: left;
}

.row {
    width: 100%;
    height: 50%;
}

.img-row {
    text-align: center;
}

.img-row img {
    height: 80%;
}

.selectors-simulator {
    margin: 0 20px;
    width: auto;
    display: inline-flex;
    line-height: 60px;
    height: 60px;
}

.selectors-simulator p,
.title-section p {
    width: auto;
}

.bootstrap-select .dropdown-menu li a,
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    line-height: 1.5;
}

.container-main {
    display: flex;
    height: calc(100% - 60px);
}

.main {
    width: 70%;
    height: 100%;
}


.sliders-container {
    width: 30%;
    height: 100%;
}

.title-section {
    height: 60px;
}

.content-section {
    overflow-y: scroll;
    height: calc(100% - 60px);
}

.sliders {
    display: flex;
    flex-flow: column nowrap;
}

.slider-box {
    position: relative;
    border: solid #e7eafd;    
    box-sizing: content-box;
    border-width: 0 2px 2px;
    height: auto;
    margin: 13px;
}

.slider-container {
    height: auto;
    margin: 20px 10px 10px;
}

.slider-container p {    
    text-align: center;
}

.main-graph {
    width: 65%;
    height: 100%;
}

.main-map {
    width: 35%;
    height: 100%;
}



.selectors {
    margin: 0 20px;    
    display: inline-flex;
    line-height: 34px;
}

.btn,
.dropdown-menu {
    font-size: 0.8rem;
}

.mapboxgl-popup-content {
    font-size: 1rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.text-header { 
	position:absolute;
	top:-.6em;
	left:0;
	padding:.6em 0 .6em;
	width:100%;
	height: 30px;
	overflow:hidden;
	font-size:100%; /* any size */
	line-height:1.2; /* corresponds to the padding and margins used */
}

.text-header span{
	float: left;
	border: solid #e7eafd;
	border-width:0 99em 0 6px;
	height:2px;
}
.text-header b{
	position:relative;
    display:block;
    font-size: 0.7em;
    width: 145px;
    text-align: center;
	margin:-1.2em 0 -.6em;
	padding:.6em 5px 0;
	font-weight:400;
}


.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
  
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%; 
    background: #e7eafd;
    cursor: pointer;
}
  
.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e7eafd;
    cursor: pointer;
}

.btn-reset,
.btn-sort {
    background-color: #e7eafd;
    color: #332c2c;
    font-size: 0.8rem;
    margin: 10px;
    width: 200px;
    border: 0;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}

.btn-reset:hover,
.btn-sort:hover {
    background-color: #332c2c;
    color: #e7eafd;
}
.btn-reset:focus,
.btn-sort:focus {
    border: 0px;
    outline: none;
}

rect {
    cursor: pointer;
}

rect.active {
    fill: rgb(212, 24, 156);
}

.tooltip{
    position: absolute;
    font-weight: 400;
    color:#332c2c;
    border-radius: 5px;
    background:#e7eafd;
    padding: 5px 10px;
    max-width: 300px;
    z-index: 100;
    font-size: 1em;
    opacity: 1;
}
