body, html, #map {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

#wrapper {
    padding-left: 0;
    padding-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
	width: 100%;
}

h3 {
	text-align: center;
}

.cartodb-legend.custom {
    border: medium none;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
}

.form-control{ background: none !important; }

.btn-primary{ 
	background: #008080 !important; 
	border: none !important;
	border-radius: 0 0 4px 4px !important;
    margin-top: -1px;
}

.dropdown-menu.open {
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    margin: 0;
    padding-bottom: 0;
    border: none;
}

#sliderContainer {
    background-color: #fff;
    border-radius: 4px;
    bottom: 20px;
    left: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px 30px;
    position: absolute;
    width: 90%;
}

.slider {
	width: 100% !important;
	margin: 0 !important;
}

.slider-track{
	background: #dfdfdf !important;
	height: 2px !important;
}

.slider-selection{ 
	background: #008080 !important;
	transition: width 0.3s ease 0s !important; 
}

.slider-tick.in-selection {
    background: #fff !important;
    opacity: 1;
    border-color: #008080 !important;
}

.slider-tick {
    background: #fff !important;
    border: 2px solid #dfdfdf !important;
    height: 12px !important;
    position: absolute;
    width: 12px !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.slider-tick:hover {
	background: #008080 !important;
	border-color: #008080 !important;
	transition: 0.2s ease 0s !important; 
}

.slider-tick-label {
    margin-left: -10.25vw !important;
    width: 20vw !important;
}

.slider-handle {
    background: #008080 !important;
    height: 12px !important;
    position: absolute;
    transition: transform 0.4s ease 0s !important;
    width: 12px !important;
}

.slider.slider-horizontal .slider-tick-label-container {
    color: #b9b9b9;
    font-size: 8.5pt;
    margin-top: 10px !important;
    white-space: nowrap;
}

.tooltip{ 
	margin-top: -41px !important;
	margin-left: -31.5px !important;
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #008080 !important;
    border-radius: 2px !important;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 10px !important;
}

.tooltip-arrow {
    border-top-color: #008080 !important;
}

.slider-handle.slider-handle-dry {
    background-color: #974613;
    background-image: -webkit-linear-gradient(top,#979613 0,#975613 100%);
    background-image: -o-linear-gradient(top,#979613 0,#975613 100%);
}

/* Filters */
#filters li {
	margin: 25px 10px;
}

/* Overwrite CartoDB defaults */
div.cartodb-legend, div.cssSelector{
	position: relative;
	width: 180px;
}
.combolegend div.cartodb-legend {
	right: auto;
}

/* If we want to overwrite leaflet controls */
.combolegend  {
	margin-bottom: 80px !important;
}

a.figure {
	cursor: pointer;
	color: #979613;
	font-weight: bold;
	font-size: larger;
}

.mapLoading {
	background: url('../img/ring.svg') no-repeat center center;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 45%;
	left: 50%;
	z-index: 2000;
}

div.cartodb-tooltip-content-wrapper {
	padding: 5px;
}

div.cartodb-tooltip {
	min-width: 50px !important;
	z-index: 5 !important;
}

.grafic-btn{
    background: #008080;
    padding: 5px 12px;
}


a.figure{
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8pt;
}