body, * {
	font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", sans-serif;
}

.bg-dark-purple {
	background-color: #432954;
}
.text-dark-purple {
	color: #432954;
}

.bg-med-purple {
	background-color: #6b4965;
}
.text-med-purple {
	color: #6b4965;
}

.bg-light-purple {
	background-color: #8f798a;
}
.text-light-purple {
	color: #8f798a;
}

.bg-light-purple-2 {
	background-color: #d3cad1;
}
.text-light-purple-2 {
	color: #d3cad1;
}

.bg-yellow {
	background-color: #ffdc70;
}
.text-yellow {
	color: #ffdc70;
}

.bg-light-blue {
	background-color: rgb(237, 248, 251);
}
.text-light-blue {
	color: #3baec1;
}

.bg-peach {
	background-color: #f2b094;
}
.text-peach {
	color: #f2b094;
}

.bg-grey {
	background-color: #dedede;
}
.text-grey {
	color: #dedede;
}

.bg-dark-blue {
	background-color: rgb(14, 26, 43);
}
.text-dark-blue {
	color: rgb(14, 26, 43);
}

header {
/*	height: 14vh;*/
}
footer {
	min-height: 5vh;
}

.navbar-brand {
	white-space: normal;
}

.navbar-brand img {
	width: 55px;
}

#map {
	height: 80vh;
}

/*.sidebar .indicator {
	height: 23vh;
}*/

.sidebar .legend {
	min-height: 80vh;
}

.legend-icon {
	width: 1.5em;
	height: 1.25em;
	margin-right: .5em;
}

.legend-circle {
	height: .9em;
	width: .9em;
	background-color: blue;
	border-radius: 50%;
}

.legend-square {
	height: .9em;
	width: .9em;
	background-color: blue;
	border: solid 1px #7f7f7f;
}

.map-popup-content {
	max-height: 40vh;
	overflow: auto;
}
.map-popup-content td:first-child {
/*	word-break: break-all;*/
/*	max-width: 50%;*/
}
.map-popup-content td:last-child {
	font-weight: 500;
}

.sd-labels {
	background: none; /* rgba(235, 235, 235, .4); */
	border: none;
	font-size: 1.28em;
}

.leaflet-control-layers {
    overflow: auto;
    max-height: 70vh;
    width: 280px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-edit {
	display: none;
}

.leaflet-popup-content .datalabel {
	font-size: 1.1em;
	margin-top: 1.1em;
}

.popover {
	width: 305px;
}

.popover-body {
	font-size: .875em;
}

.select-data-wrap label {
    border-color: rgb(14, 26, 43);
    color: rgb(14, 26, 43);
}

.select-data-wrap label.btn-outline-info :not(.dropdown-toggle):hover,
.select-data-wrap label.btn-outline-info :not(.dropdown-toggle):focus,
.select-data-wrap label.btn-outline-info :not(.dropdown-toggle):hover:focus {
    border-color: #0078a8;
	/* color: #0078a8;*/
}


.select-data-wrap .btn-check:checked+.btn,
.select-data-wrap .btn.active, 
.select-data-wrap .btn.show, 
.select-data-wrap .btn:first-child:active, 
.select-data-wrap :not(.btn-check)+.btn:active {
    background-color: #203864;
    color: white;
    border-color: #203864;
}

.dropdown-menu.show {
	z-index: 10000;
}


