@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Manrope', sans-serif;
}

.flex-fill {
	flex: 1;
}

#map,
#container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

/* searchControls */
#searchControls {
	position: relative;
	padding: 20px;
	/* left: 5px;
		top: 5px;
		width: 80%;
		height: 150px; */
	z-index: 10;
}

#searchControls button.dropdown-toggle,
#clearFilters {
	margin: 3px;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=); */
}

#searchControls button.dropdown-toggle:hover {
	background: #204045;
	color: #fff;
}

.dropright .dropdown-toggle::after {
	background: none;
}

#addon-submit1 {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

#addon-submit1:hover {
	background: #204045;
	color: #fff;
}

#dropdownPlate,
#dropdownPID,
#dropdownDates,
#dropdownBoundary {
	margin-left: 0;
	width: 300px;
}

#poweredBy {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 100;
	border: 1px dotted #eee;
	padding: 2px 12px;
	font-size: .75rem;
	color: #222;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 2px;
}

#clearFilters .feather {
	width: 16px;
	height: 16px;
	margin-top: -2px;
	margin-left: 3px;
	stroke: #204045;
	stroke-width: 1.2;
	cursor: pointer;
}


#searchControls-er {
	position: absolute;
	padding: 10px;
	left: 5px;
	top: 5px;
	width: 50%;
	height: 250px;
	z-index: 10;
	background: #eeeeee99;
}

#searchControls-er label {
	/*color: #007bff;*/
	font-size: 14px;
	display: block;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

#searchControls-er .form-check-label {
	font-size: 13px;
	position: relative;
	top: -1px;
}


.container {
	max-width: 1040px;
	padding: 0 30px;
}

.site-header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dee0e3;
}

.logo_area {
	height: auto;
	background-color: #fff;
	/* border-bottom: 1px solid #0071bc; */
	padding: 0 0;
	float: left;
	width: 100%;
}

.logo_left {
	float: left;
	padding-top: 0;
	height: 30px;
	margin: 15px 0;
}

.logo_left img {
	width: auto;
	height: 100%;
}

.main_menu {
	float: right;
	width: auto;
}

.top-bar-right {
	float: right;
	padding-top: 8px;
}

.menu_filter {
	display: none;
	margin: 0px;
	color: #204045;
	background: #fff !important;
	border: none;
}

.external_menubar {
	float: left;
	width: 100%;
	padding-right: 0px;
	margin: 0px;
	margin-top: 9px;
}

.external_menubar li .menu_link {
	float: left;
	color: #333;
	font-weight: 600;
	font-size: 13px;
	padding: 12px 15px;
}

.external_menubar li .menu_link span {
	padding-bottom: 9px;
	border-bottom: 6px solid transparent;
}

.external_menubar li .menu_link:hover span,
.external_menubar li .menu_link:active span,
.external_menubar li .menu_link:focus span {
	border-bottom: 6px solid #204045;
}

.external_menubar li .menu_link:hover,
.external_menubar li .menu_link:focus,
.external_menubar li .menu_link:active,
.external_menubar li .menu_link.is-active {
	color: #204045;
	text-decoration: none;
}

.external_menubar li a:active,
.external_menubar li a:focus {
	box-shadow: none;
	/* 0 0 3px #3e94cf, 0 0 7px #3e94cf; */
}

.external_menubar li .menu_link[aria-expanded=true] {
	background-color: #fff;
	color: #204045;
}

.external_menubar li .menu_link[aria-expanded=true]>span {
	border-bottom-color: #204045;
}

.submenu_div {
	float: left;
	width: 100%;
	background: #fff;
}

.submenu_div .external_menubar li .menu_link {
	color: #333;
	font-weight: 500;
}

.submenu_div .external_menubar li .menu_link.is-active {
	font-size: 18px;
	font-weight: 600;
}

.title_top_header {
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 9px 20px;
	border-radius: 0;
	margin-top: 0px;
	background: #204045;
	font-weight: 600;
}

.submenu_div .menu_link {
	height: 40px;
	line-height: 30px;
	font-size: 14px;
	padding: 0px;
	margin: 0 15px;
	font-weight: normal;
	color: #333 !important;
	position: relative;
	float: left;
}

.submenu_div .menu_link:hover {
	text-decoration: none;
}

.submenu_div .menu_link.active::after,
.submenu_div .menu_link:hover::after {
	height: 4px !important;
	background: #204045 !important;
	width: 100%;
	display: block;
	content: " ";
	bottom: 6px !important;
	left: 0;
	position: absolute;
	-webkit-animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
	animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
	-webkit-transition: all 1s cubic-bezier(.4, 0, 1, 1);
	transition: all 1s cubic-bezier(.4, 0, 1, 1);
}

.external_menubar li .dropdown-menu {
	background-color: #fff;
	margin: 0px 0 0 0;
	border-radius: 0px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border: 1px solid #eee;
	width: 213px;
}

.external_menubar li .dropdown-menu li {
	width: 100%;
}

.external_menubar li .dropdown-menu li a {
	width: 100%;
	text-align: left;
	padding-left: 18px;
	color: #333;
	font-weight: 400;
	padding: 7px 15px;
}

.external_menubar li .dropdown-menu li:hover a {
	background-color: #f8f8f8;
	color: #204045;
	text-decoration: none;
}


.closebtn {
	padding: 14px 14px;
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 8px;
}

.closebtn img {
	width: 15px;
}

.closebtn:focus {
	box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}

.responsive_menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	background-color: #112e51;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.responsive_menu .menu_link {
	width: 85%;
	display: block;
	padding: 10px 15px;
	margin: 0 15px;
	border-bottom: 1px solid #5b616b;
	color: #fff;
	font-size: 16px;
}

.responsive_menu .external_menubar {
	padding-left: 0px;
}

.responsive_menu .external_menubar li {
	width: 100%;
}

.dropdown-toggle::after {
	background: url(../images/angle-arrow.svg);
	border: none;
	background-position: 14%;
	background-size: 100%;
	width: 10px;
	height: 10px;
	line-height: 38px;
	vertical-align: middle;
}

/* .right_column.col-md-3 {
	-ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  } */
.left_column .dropdown .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid transparent;
}

.border_bottom {
	border-bottom: 1px solid #ffffff;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

/* images */

#images {
	position: relative;
	padding: 12px;
	background: #eeeeeea1;
	z-index: 2;
}

#photos {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.photo {
	float: left;
	padding: 0;
	width: 43%;
	margin: 0 3%;
	border: 1px dotted #ddd;
	z-index: 1;
	background: #ddd;
	min-height: 100px;
}

.photo img {
	height: auto;
	max-height: auto;
	max-width: 100%;
	object-fit: cover;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	vertical-align: top;
}

.more-photo-link {
	margin-top: -2px;
	margin-left: 5px;
}

.more-photo-link a {
	color: #222;
}

.more-photo-link a:hover {
	text-decoration: none;
}

/* districts */

#districts {
	position: relative;
	padding: 12px;
	background: #eeeeeea1;
	z-index: 1;
	height: 260px;
	overflow: auto;
}

#districts p {
	font-size: 12px;
	padding: 0px 5px;
	margin: 0;
	width: 100%;
}

.district-hdr {
	display: inline-block;
	min-width: 75%;
	max-width: 75%;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.details {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.feather {
	width: 16px;
	height: 16px;
	stroke: #222;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

/* modal */

.gallery-img {
	margin: 5px 0;
	border: 0;
	text-align: center;
}

.gallery-img img {
	max-height: 750px;
	object-fit: cover;
	width: 100%;
}

#modal .feather {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.galleryIcons {
	float: right;
	display: inline-block;
	width: 250px;
	margin: 0 0 20px 20px;
}

.galleryIcons a {
	display: inline-block;
	border: 1px dotted #fff;
	z-index: 2;
}

.galleryIcons a:hover {
	border: 1px dotted #ccc;
	text-decoration: none;
}

.galleryIcons .bigIcon {
	width: 100%;
	margin: 1px;
	padding: 2px 3px 2px 2px;
	z-index: 1;
}


.smallIcon {
	width: 50px;
	padding: 2px 10px 0px 0px;
	z-index: 1;
}