body {
	background: #FFFFFF;
}

.icon-nav-bar {
	width: 40px;
    height: 40px;
    margin-right: 10px;
}

.navbar {
	background-color: #336699;
}

.main-title {
    vertical-align: middle;
}


#navbar a {
	color: #FFFFFF;
    font-size: 1.3rem;
}

.nav-bar-title {
	font-weight: bold;
}

#container-map {
    position: fixed;
    bottom: 0.5rem;
    top: 4rem;
    left: 0.5rem;
    right: 50%;
    width: auto;
    border-radius: 5px;
}

#container-info {
	position: fixed;
	bottom: 0.5rem;
    top: 4rem;
    right: 0.5rem;
    left: 50%;
    width: auto;

}

.svg-bubblechart {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 5px solid #336699;
    border-radius: 5px;
    cursor: pointer;
}

.svg-map {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 5px solid #336699;
    border-radius: 5px;
    cursor: pointer;
}

.dropdown {
    position: fixed;
    right: 1rem;
    z-index:999;
}

.dropdown-menu {
    min-width: 17rem;
    max-height: 350px;
    overflow-y: auto;
    font-size: 1.2rem;
    font-weight: bold;
}

#dropdown-button {
    background: #C0C0C0;
    border: 1px solid #C0C0C0;
}

#dropdown-button:hover {
    background: #BDBDBD;
    border: 1px solid #FFFFFF;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.tooltip {
    color: #222;
    background-color: #fff;
    padding: .5em;
    text-shadow: #f5f5f5 0 1px 0;
    border-radius: 2px;
    opacity: 0.9;
    position: fixed;
    z-index: 999;
    font-weight: bold;
}

.tooltip2 {
    color: #222;
    background-color: #fff;
    padding: .5em;
    text-shadow: #f5f5f5 0 1px 0;
    border-radius: 2px;
    opacity: 0.9;
    position: fixed;
    z-index: 999;
    font-weight: bold;
}

.form-group {
    padding: 5px;
    margin:0;
}

#zones .form-group:hover {
    background-color: #ddd;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    margin-top: 4px;
    background: white;
    border: 1px solid black;
}

.custom-control-label::after {
    margin-top: 4px;
    background-image: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #336699 !important;
}

.custom-control-label {
    cursor: pointer;
}

@media (max-width: 775px) {
    #dropdown-button {
        display: none !important;
    }
}

.modal {
    top: 2rem;
}

.modal-dialog {
    max-width: 85% !important;
    margin: 0 auto;
    margin-top: 35px;
}

#datos-especificos {
    height: 700px;
    margin-top: 15px;
    border: 5px solid #336699;
    border-radius: 5px;
}