﻿body {
	background-color: #eeeeee;
	margin: 0px;
}

#header {
	width: 100%;
	min-height: 100px;
	background: #eaeaea url(/Content/images/Chubbuck/chubbuck.png) center no-repeat;
	margin: 0px;
	padding: 5px;
}

.community-image {
	height:350px;
	/*border: 1px solid #aaa;*/
}

#mobile-links {
	display: none;
}

@media only screen and (min-width:750px) {
	#mobile-navigation {
		display: none;
	}

	#navigation {
		display: inherit;
	}

	#subnavigation-container {
		min-height: 40px;
	}

	#subnavigation-buttons {
		font-size: 14px;
	}

	#subnavigation-settings {
		font-size: 14px;
	}
}

@media only screen and (max-width:750px) {
	#mobile-navigation {
		display: inherit;
	}

	#navigation {
		display: none;
	}

	#subnavigation-container {
		min-height: 40px;
	}

	#subnavigation-buttons {
		font-size: 10px;
	}

	#subnavigation-settings {
		font-size: 10px;
	}
}

#mobile-navigation a {
	text-decoration: none;
	color: #333;
	padding-left: 5px;
}

#mobile-links {
	list-style: none;
	background: #ccc;
}

#navigation {
	width: 100%;
	background-color: #595959;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	height: 50px;
}


.navigation-section {
	position: relative;
	list-style: none;
	outline: none;
	margin: 0px;
	padding: 5px;
}

.navigation-button {
	font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #313131;
	border-radius: 2px;
	display: inline-block;
	border: 1px solid transparent;
	padding: 5px 15px;
	margin-right: 15px;
	color: #fff;
	transition: background-color 300ms ease-out;
}

.current-page {
	background-color: #888;
}

.navigation-button:hover {
	background-color: #565656;
	border: 1px solid #333;
}

.navigation-button a {
	text-decoration: none;
	color: #fff;
}

#subnavigation-container {
	width: 100%;
	background: #fff;
}

#subnavigation-buttons {
	text-align: left;
	float: left;
	width: 70%;
}

#subnavigation-settings {
	text-align: right;
	float: right;
	width: 30%;
}

.subnavigation-button {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	border: 1px solid #666;
	border-radius: 3px;
	background: #ff494f;
	margin-right: 10px;
}

	.subnavigation-button:hover {
		background: #ff666f;
		color: #fff;
		text-decoration: none;
	}

.chartHolder {
	margin: auto;
	margin-top: 15px;
	background-color: #ddd;
	padding: 10px;
	border-radius: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.checkboxList {
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 15px;
	padding: 5px;
	background-color: #ddd;
	border-radius: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.mapContainer {
	width: 100%;
	margin-top: 5px;
	background-color: #ddd;
	border-radius: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#goals-container {
	padding-top: 15px;
	padding-bottom: 10px;
	background: #ffffff url(/Content/images/CommandSolutions/communityBackground.jpg) bottom right no-repeat;
	min-height:500px;
}

.goals-about {
	padding: 10px;
}

.goal-details {
	margin-top: 10px;
	background-color: #FEFAEF;
	border-radius: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

#goals-container .goal-box {
	margin: 15px;
	width: 250px;
	min-height: 150px;
	text-align: center;
	border-radius: 5px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	float: left;
}

.top-goals {
	position: relative;
	width: 75%;
	margin: auto;
	display: flex;
	margin-bottom: 15px;
	margin-top: 15px;
}

.goal-box {
	width: 20%;
	float: left;
	vertical-align: middle;
	flex: 1;
	margin: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	height: 200px;
	top: 50%;
	overflow: hidden;
}

	.goal-box .goal-top {
		font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
		font-size: 14px;
		width: 99%;
		margin-top: 10px;
		min-height: 50px;
	}

	.goal-box .goal-middle {
		font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		font-size: 18px;
		position: relative;
		text-align: center;
		padding: 5px 0px;
		font-weight: bold;
		width: 100%;
	}

	.goal-box .goal-bottom {
		font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
		font-size: 14px;
		margin-top: 25px;
		position: relative;
		width: 99%;
		padding: 3px;
	}

.map-incident {
	font-size: 14px;
}

.map-address {
	font-weight: bold;
	color: #960000;
	font-size: 16px;
}

.mapping-label {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.map-details {
	width:100%;
}
.map-label {
	float:left;
	width:40%;
	font-size:12px;
	font-weight:bold;
}
.map-value {
	float:right;
	width:60%;
	font-size:12px;
}

#footer {
	height: 0px;
	position: fixed;
	bottom: 0%;
	width: 100%;
	background-color: #777;
	opacity: 1;
}

#pageblock-mappingtop {
	padding: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#pageblock-chartstop {
	padding: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.map-selection-box {
	height: 600px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
}

	.map-selection-box::-webkit-scrollbar {
		width: 12px;
	}

	.map-selection-box::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
		border-radius: 5px;
	}

	.map-selection-box::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
		border-radius: 5px;
	}

.dataContainer {
	width: 100%;
	margin-top: 5px;
	background-color: #ddd;
	border-radius: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow-x: auto;
	overflow-y: auto;
	max-height:250px;
	margin-bottom:25px;
}
	.dataContainer::-webkit-scrollbar {
		width: 12px;
	}

	.dataContainer::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
		border-radius: 5px;
	}

	.dataContainer::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
		border-radius: 5px;
	}

.mapping-grid-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #efefef;
	height: 100px;
}

	.mapping-grid-table td {
		padding: 5px;
		border: 1px solid #aaa;
		font-size: 12px;
	}

	.mapping-grid-table th {
		padding: 3px;
		white-space: nowrap;
		
		font-size: 14px;
		border: 1px solid #aaa;
		background: #bbb;
		position: sticky;
		top: 0;
	}

	.mapping-grid-table tr {
		background:#efefef;
		border-bottom:1px solid #ddd;
	}
	
	.mapping-grid-table tr:hover td {
		background:#aaa;
	}