@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 100;
	src: local('Muli'), local('Muli'), url('../fonts/muli.woff2') format('woff2');
}

* {
	font-family: "Muli", sans-serif;
	color: #333333;
}

	*:focus {
		outline: none;
	}

.esri-attribution__sources {
	display: none;
}

.esri-attribution__link {
	display: none;
}

.esri-attribution__powered-by {
	display: none;
}

.esri-ui-bottom-right {
	flex-flow: column-reverse;
	bottom: -12px;
	right: -10px;
}

*.esri-scale-bar {
	position: absolute;
	bottom: -16px;
	right: -1px;
}

.esri-scale-bar__label {
	font-size: 9px;
	text-shadow: none;
	color: #ccc;
	font-weight: 500;
	line-height: 12px;
}

.esri-scale-bar__line {
	background-color: transparent
}

.esri-scale-bar__line--top {
	border-bottom: 2px solid #ccc;
}

	.esri-scale-bar__line--top:before, .esri-scale-bar__line--top:after {
		width: 2px;
		height: 9px;
		border-width: 2px;
		border-color: #ccc;
	}

.esri-navigation-toggle__button esri-widget-button esri-navigation-toggle__button--pan {
	border-radius: 2px;
}

.esri-widget {
	border-radius: 2px;
}

.esri-widget-button {
	background-color: #fff;
	width: 32px;
	min-height: 32px;
}

.esri-locate {
	margin-bottom: 4px;
	border-radius: 2px;
}

.esri-navigation-toggle {
	margin-bottom: 4px;
}

.esri-layer-list {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	width: unset !important;
	margin-bottom: unset !important;
	margin: 0 !important;
	width: 223px !important;
	font-size: 11px;
	padding: 4px;
}

.esri-layer-list__item-title {
	font-weight: 600;
	line-height: unset;
	margin-bottom: 3px;
	font-size: 11px;
}

.esri-layer-list__child-toggle + .esri-layer-list__item-label:not([role="radio"]) > .esri-layer-list__item-toggle {
	display: none;
}

.esri-icon-non-visible::before {
	content: "\e610";
}

.esri-icon-visible::before {
	content: "\e611";
}

.esri-layer-list__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.esri-layer-list__item--has-children {
	padding-bottom: 0;
}

.esri-layer-list-panel__content esri-layer-list-panel__content--html-element {
	font-size: 11px;
	margin: 0;
}

.esri-layer-list__item-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5px 0 0 0;
}

.esri-layer-list__item {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.esri-layer-list-panel {
	margin: 3px 20px;
}

.esri-layer-list-panel__content--legend .esri-legend__service {
	padding: 0 10px 0 0;
}

.esri-layer-list__list {
	margin: 0;
}

.esri-layer-list__item-action {
	font-size: 11px;
	padding: 0px 15px;
}

.esri-layer-list__item-actions-menu div:first-child {
	display: none;
}

.esri-layer-list__item-actions-list {
	padding: 1px 0;
}

.esri-ui-inner-container {
	top: 5px !important;
	left: 5px !important;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
	outline: none !important;
}

#mapdiv {
	position: relative;
	height: 600px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 348px;
}

	#mapdiv text {
		text-shadow: none;
		font-weight: 500;
		color: white;
		text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
		cursor: pointer;
	}

.boxshadow {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#zoomdiv {
	position: absolute;
	bottom: 122px;
	right: 5px;
	height: 65px;
	width: 32px;
	display: none;
	border-radius: 2px;
}

	#zoomdiv input {
		border: none;
		background-position: center;
		background-repeat: no-repeat;
	}

#zoomall {
	border-radius: 2px 2px 0 0;
	background-image: url("../images/zoomall.png");
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

#zoomwindow {
	border-radius: 0 0 2px 2px;
	background-image: url("../images/zoomwindowon.png");
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

.noselect {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

#infopopup {
	position: absolute;
	display: none;
	top: 5px;
	right: 5px;
	width: 300px;
	background-color: #fff;
	border-radius: 2px;
	opacity: 0;
}

#infopopupmessage {
	margin: 15px;
	font-size: 14px;
}

.div-shadow {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

#searchdiv {
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
	height: 78px;
}

#addressdiv {
	margin: auto;
	padding-right: 150px;
}

#addresssearch {
	font-weight: 600;
	margin-right: 10px;
}

#search {
	width: 300px;
	height: 32px;
	border: none;
	border-bottom: 2px solid #000;
	font-size: 16px;
	transition: all 200ms ease-in-out;
}

#searchlistdiv {
	width: 100%;
	position: absolute;
	top: 70px;
}

#searchlist {
	position: relative;
	width: 300px;
	list-style-type: none;
	padding: 0;
	margin: auto;
	display: none;
	z-index: 1;
}

	#searchlist li {
		border: 1px solid #E5E5E5;
		margin-top: -1px;
		background-color: #fff;
		padding: 6px;
		border-radius: 2px;
	}

		#searchlist li:hover:not(.activesearch) {
			background-color: #F0F0F0;
		}

		#searchlist li a {
			text-decoration: none !important;
			color: #333333;
			display: block;
			font-size: 12px;
			text-shadow: none;
		}

.querylist {
	margin: 1px 0 0 0;
	padding: 0;
}

	.querylist li {
		border: 1px solid #E5E5E5;
		margin-top: -1px;
		background-color: #fff;
		padding: 5px;
		text-decoration: none;
		color: #333333;
		display: block;
		font-size: 12px;
		text-shadow: none;
		border-radius: 2px;
		-webkit-user-select: none; /* Safari */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* IE10+/Edge */
		user-select: none; /* Standard */
	}

		.querylist li:hover:not(.activesearch) {
			background-color: #F0F0F0;
		}

.activesearch {
	background-color: #F0F0F0 !important;
}

#mapdatadiv {
	background-color: rgba(0, 0, 0, 0.7);
}

#basemapshowdiv {
	position: absolute;
	bottom: 5px;
	left: 20px;
	width: 79px;
	height: 79px;
	border-radius: 2px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(0,0,0,.6) 100%);
	cursor: pointer;
}

.baseimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	border: 2px solid white;
}

.basebuttontext {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 75px;
	height: 75px;
	font-weight: 500;
	font-size: 11px !important;
	background: linear-gradient(to top, rgba(0,0,0,.4) 0%, rgba(0,0,0,.3) 15%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 100%);
	color: #fff;
	text-shadow: 0px 0px 10px #000000;
	text-align: center;
	line-height: 125px;
}

#basemapslider {
	position: absolute;
	bottom: 40px;
	left: -31px;
	width: 79px;
	transform: rotate(270deg);
	-webkit-appearance: none;
	background: #d3d3d3;
	height: 6px;
	border-radius: 5px;
}

	#basemapslider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 14px;
		height: 14px;
		background: #ffffff;
		border: 1px solid #494949;
		border-radius: 7px;
	}

#address {
	border: 1px solid #000;
	padding: .5em;
	transition: border-color .2s;
	box-sizing: border-box;
	width: 100%;
	height: 3rem;
	margin-bottom: 10px;
}

#report {
	display: none;
	color: #333333;
}

#vulnerabilities {
	border-left: 4px solid #FFD300;
	padding-left: 20px;
	padding-top: 1px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#lessdiv {
	border-left: 4px solid #FFD300;
	padding-left: 20px;
	padding-top: 1px;
	margin-top: 20px;
	margin-bottom: 30px;
	min-height: 45px;
}

table {
	width: 100%;
	font-size: 16px;
	border: none;
}

td {
	border-bottom: solid 1px grey;
}

.b {
	font-weight: 900;
}

.legendimage {
	vertical-align: -35%;
	width: 20px;
	height: 20px;
	border: 1px solid #E5E5E5;
}

#copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	line-height: 13px;
	text-shadow: none;
	color: rgb(204, 204, 204);
	font-weight: 400;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0 5px 0 5px;
	width: 400px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 7px 0 7px 0;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 5px;
	text-align: center;
}

.customscrollbar::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.customscrollbar::-webkit-scrollbar-thumb {
	background-color: #878787;
}

.customscrollbar::-webkit-scrollbar-track {
	background-color: #F0F0F0;
}

.topitem {
	padding: 5px 15px 5px 5px;
	width: 110px;
}

.otheritem {
	padding: 15px 15px 15px 15px;
	text-align: center;
}

.itempad {
	padding: 5px;
}

.riskimg {
	width: 100px;
}