body {
	font-family: 'Open Sans Condensed', sans-serif;
}

.jg_search_fields {
	background-color: #cccccc;
	float: left;
	width: 220px;
	padding: 4px;
}

.jg_search_criteria {
	float: left;
	width: 220px;
	padding: 4px;
}

.jg_search_results {
	float: left;
	width: 1400px;
	padding: 4px;
}

.selection_menu {
	font-size: 0.85em;
	width: 100%;
	text-align: left;
	padding: 4px;
}

.selection_text {
	font-weight: bold;
	width: 100%;
	cursor: pointer;
	padding: 2px 0 2px 0;
}

.selection_text_2 {
	font-size: 0.8em;
	padding: 2px 4px 2px 4px;
	background-color: #dddddd;
}

.selection_text:after {
	content: '\02795';
	float: right;
	font-size: 0.8em;
	margin-left: 4px;
}

.selection_text:hover {
	background-color: #bbbbbb;
}

.active:after {
	content: '\02796';
}

.selection_collapse {
	display: none;
	overflow: hidden;
}

.selection_options {
	font-size: 0.8em;
	padding: 0 0 0 16px;
	background-color: #bbbbbb;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	overflow: hidden;
}

.selection_options:hover {
	background-color: #999999;
}

.modal-content {
	background-color: lightblue;
	color: black;
}

.modal-incident {
	width: 90%;
	max-width: 1024px;
	margin: auto;
}

#incident_map {
	height: 800px;
	border: 1px solid var(--dark_grey);
}

@media (max-width: 1860px) {
	.jg_search_fields {
		width: 220px;
	}

	.jg_search_criteria {
		width: 220px;
	}

	.jg_search_results {
		width: 1300px;
	}
}

@media (max-width: 1760px) {
	.jg_search_fields {
		width: 220px;
	}

	.jg_search_criteria {
		width: 220px;
	}

	.jg_search_results {
		width: 1200px;
	}
}

@media (max-width: 1660px) {
	.jg_search_fields {
		width: 220px;
	}

	.jg_search_criteria {
		width: 220px;
	}

	.jg_search_results {
		width: 1100px;
	}
}

@media (max-width: 1560px) {
	.jg_search_fields {
		width: 200px;
	}

	.jg_search_criteria {
		width: 200px;
	}

	.jg_search_results {
		width: 900px;
	}
}

@media (max-width: 1320px) {
	.jg_search_fields {
		width: 180px;
	}

	.jg_search_criteria {
		width: 180px;
	}

	.jg_search_results {
		width: 800px;
	}
}

@media (max-width: 1180px) {
	.jg_search_fields {
		width: 180px;
	}

	.jg_search_criteria {
		width: 180px;
	}

	.jg_search_results {
		width: 600px;
	}
}

@media (max-width: 980px) {
	.jg_search_fields {
		width: 400px;
	}

	.jg_search_criteria {
		width: 400px;
	}

	.jg_search_results {
		width: 800px;
	}
}

@media (max-width: 820px) {
	.jg_search_fields {
		width: 200px;
	}

	.jg_search_criteria {
		width: 200px;
	}

	.jg_search_results {
		width: 600px;
	}
}

@media (max-width: 420px) {
	.jg_search_fields {
		width: 180px;
	}

	.jg_search_criteria {
		width: 180px;
	}

	.jg_search_results {
		width: 380px;
	}
}
