body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#map {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 400px;
}

#sidebar {
	position: absolute;
	top: 40px;
	background: #fff;
	width: 400px;
	height: calc(100% - 40px);
	z-index: 401;
	overflow: auto;
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}

#toggle {
	position: absolute;
	top: 60px;
	left: 400px;
	z-index: 401;
	width: 20px;
	height: 40px;
	background: rgba(255, 255, 255, 0.9);
	border-left: 1px solid #ccc;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-align: center;
	line-height: 40px;
}

#toggle:hover {
	background: #f5f5f5;
}

.titlebar {
	display: inline-flex;
	height: 39px;
	width: 100%;
	color: white;
	z-index: 401;
	background: #3b8bb4;
	border-bottom: 1px solid #3b8bb4;
}

.titlebar .title {
	padding-left: 16px;
	font-size: 20px;
	line-height: 40px;
}

.title2 {
	padding-right: 15px;
	margin-left: auto;
	margin-right: 0;
	font-size: 15px;
	line-height: 40px;
}

.title2:hover {
	color: darkgray;
	cursor: pointer;
}

input[type="checkbox"] {
	margin-right: 8px;
	cursor: pointer;
}

#layerBox {
	padding: 10px;
	line-height: 2;
}

#layerBox label {
	cursor: pointer;
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

g>path {
	-webkit-animation: fadein 700ms;
	animation: fadein 700ms;
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.tooltip2 .tooltiptext {
	display: none;
	position: absolute;
	white-space: nowrap;
	background-color: #333;
	font-size: 12px;
	color: #fff;
	padding: 6px;
	border-radius: 2px;
	line-height: normal;
	top: 50%;
	left: 100%;
	margin-left: 8px;
	transform: translateY(-50%);
}

.tooltip2 .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #333 transparent transparent;
}

.tooltip2:hover .tooltiptext {
	display: block;
}

.accordion {
	background-color: #3b8bb4;
	color: white;
	cursor: pointer;
	padding: 14px;
	font-size: 16px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.accordion:first-of-type {
	border-top: 1px solid #ccc;
}

.panel {
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.style-patch svg {
	width: 22px;
	height: 14px;
	margin-right: 8px;
}

/*EXTRAS*/
.muni-label {
	background-color: transparent;
	border: transparent;
	box-shadow: none;
	font-weight: bold;
	font-size: 13px;
	color: #f2db9b;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


.cluster2 {
	background: #dfdb84;
	border-radius: 50%;
	text-align: center;
	color: black;
	font-weight: 700;
	border: #dfdb84 solid 1px;
	font-family: monospace;
}

.cluster2:before {
	content: ' ';
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border: black solid 1px;
}

.digits2-1 {
	font-size: 16px;
	height: 30px;
	width: 30px;
	line-height: 28px;
	margin-top: -14px;
	margin-left: -14px;
}

.digits2-2 {
	font-size: 18px;
	height: 36px;
	width: 36px;
	line-height: 35px;
	margin-top: -17px;
	margin-left: -17px;
}

.digits2-2:before {
	border-width: 2px;
}

.digits2-3 {
	font-size: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-width: 2px;
	margin-top: -22px;
	margin-left: -22px;
}

.digits2-3:before {
	border-width: 3px;
}

.digits2-4 {
	font-size: 22px;
	height: 66px;
	width: 66px;
	line-height: 62px;
	border-width: 1px;
	margin-top: -29px;
	margin-left: -29px;
}

.digits2-4:before {
	border-width: 4px;
}

.svg-leg {
	display: flex;
	padding-top: 15px;
	margin: auto;
	height: 100%;
}

.descrip-leg{
	padding-left: 35px;
	display: flex;

	padding: 19.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}