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 {
	height: 39px;
	width: 100%;
	color: white;
	z-index:401;
	background:#8b2332;
	border-bottom: 1px solid #8b2332;
}
.titlebar .title {
	/* padding-left: 16px; */
	position: absolute;
	left: 40%;
	font-size: 20px;
	line-height: 40px;
}
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; }
}
.tooltip .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%);
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #333 transparent transparent;
}
.tooltip:hover .tooltiptext {
	display:block;
}
.accordion {
	background-color: #8b2332;
	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;
}

.fa-info-circle:hover {
    color: rgb(1, 14, 6);
}

#cir{
	position: fixed;
    left: 15px;
    padding-top: 10px;
}
#section{
	padding-left: 20px;
}

#none{
	margin-right: -19px;
}


.leg-text{
	display:inline-block;
	vertical-align: top;
	line-height: 0.15;
	padding-left: 10px;
	width:auto;
}
.leg-text-poly{
	display:inline-block;
	vertical-align: top;
	line-height: 1.85;
	padding-left: 10px;
	width:auto;
}
.sep{
	vertical-align: top;
	padding: 5px;
}

.leg-text2{
	display:inline-block;
	vertical-align: top;
	padding-left: 10px;
	width:auto;
}

#cong-leg{
	padding-left: 24%;
}
#h5-modal{
	padding-right: 134px;
    text-align: center;
}

.box-pre {
    display: block;
    padding: 9.5px;
    margin: 27px 103px 18px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.leg-group-risk p{
	margin-bottom: -0.9999em;
}