body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

html,
body {
  height: 100%;
}

.svg-container {
    display: inline-block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin: auto;
    vertical-align: top;
    
    overflow: hidden;
}
.svg-content {
    display: inline-block;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
}

tspan {
	pointer-events: none;
}

.background {
  fill: none;
  pointer-events: all;
}

.feature {
  cursor: pointer;
  transition: .5s ease-in-out;
}

.feature:hover {
	fill: #999999;
	transition: .5s ease-in-out;
}

.feature.active {
  fill: #999999;
}

.mesh {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legend {
	margin-left: 500px;
}

.legendLabels {
	font-size: 12px;
	font-family: din-2014, sans-serif;
	pointer-events: none;
	fill: #08519c;
}

text {
	font-family: din-2014, sans-serif;
}

#vizTitleText {
	font-weight: bold;
	pointer-events: none;
}

.tooltipName {
	background-color: lightblue;
}

.onBtn {
	fill: #c6dbef !important;
}

.toggleBtnText {
	fill: #08519c;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	pointer-events: none;
}

.toggleBtn {
	width: 110px;
	height: 50px;
	fill: white;
	position: fixed;
	cursor: pointer;
	transition: fill .5s;
}

.toggleBtn:hover {
	fill: #999999;
	transition: fill .5s;
}


#resetButton {
	width: 90px;
	height: 12px;
	background-color: #c6dbef;
	position: fixed;
	margin-top: -10px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid darkblue;
	padding-bottom: 3px;
	color: darkblue;
	transition: background-color .5s;
	margin-top: -490px;
	margin-left: 20px;
	width: 60px;
}

#resetButton:hover {
	background-color: #999999;
	transition: background-color .5s;
}

#resetText {
	font-size: 10px;
	font-family: din-2014, sans-serif;
	margin-top: 4px;
}

.stateNameText {
	fill: darkblue;
	font-size: 10px;
	font-family: din-2014, sans-serif;
	pointer-events: none;
	text-shadow: 0 0 .1em white, 0 0 .1em white, 0 0 .1em white};
}

text.modalStateTitle {
	font-size: 20px;
	font-family: din-2014, sans-serif;
	opacity: 0;
}

text.modalDataLabel {
	font-size: 20px;
	fill: white;
	font-weight: regular !important;
	pointer-events: none;
}

text.modalDataPoint {
	font-size: 40px;
	fill: #2171b5;
	pointer-events: none;
}

#stateInfo {
	position: fixed;
	margin-left: 100px;
	margin-top: -450px;
	fill: #08306b;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	transition: opacity .5s;
	border: 2px solid darkblue;
}

#stateInfoBG {
	position: fixed;
	margin-left: 130px;
	margin-top: -420px;
	fill: #333333;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
	filter: drop-shadow(-5px -5px 5px #000000);
}

.stateNameTitle {
	font-size: 14px;
	font-family: din-2014, sans-serif;
	color: darkblue;
}

#xBtn {
	cursor: pointer;
	font-size: 36px;
	font-family: sans-serif;
	transition: .3s ease-in-out;
	fill: white;
}

#xBtn:hover {
	fill: #4292c6;
	transition: .3s ease-in-out;
}

.modalCircle {
	fill: none !important;
}

#sectionOne {
	fill: none !important;
}

#sectionTwo {
	fill: none !important;
}

.modalDataPoint {
	fill: #f8e301 !important;
	font-weight: bold;
	pointer-events: none;
}

circle {
  cursor: pointer;
  transition: .5s ease-in-out !important;
}

circle:hover {
	fill: #999999 !important;
	transition: .5s ease-in-out !important;
}

.stateBtnsText {
	pointer-events: none;
}


