html, body {
	height: 100%;
	margin: 0;
 	padding: 0;
}

#mapOutlet, #mapOutlet > div{
	height: 100%;
	width: 100%;
}

#mapOutlet img {
	max-width: inherit;
}

#HeatmapLegend {
	width: 280px !important;
	position: fixed !important;
	-webkit-position: fixed !important;
}

#navbarOutlet {
	z-index: 102;
}

.navbar-brand img, .navbar-brand span {
	float: left;
}

.navbar-brand div {
	clear: left;
}

.dropdown-menu {
	max-height: 600px;
	overflow: scroll;
}

.daterangepicker {
	height: 260px;
}

#logo {
	margin: -5px 10px -5px -5px;
}

#MHCLogo {
	background: url(../img/MHC.png);
	width: 159px;
	height: 147px;
	position: fixed;
	top: 60px;
	left: 15px;
}

#chartsOutlet {
	background: #FFF;
	width: 100%;
	height: 280px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 103;
}

#mhcChart1, #mhcChart2 {
	float:left;
	width:50%;
	height: 200px;
	padding-top: 15px;
}

#mhcChart2 {
	width:30%;
}

#mhcChart1 .chartSubtitle {
	margin-left: 25px;
}

#hideCharts {
	text-align: center;
	margin: auto;
}

.hideDisplay {
	display: none;
}

.chartTitle {
	color: #2396d1;
	font-size: 18px;
	font-weight: bold;
}

.leftPad {
	padding-left: 25px;
}

.chartSubtitle {
	padding-left: 5px;
	font-size: 12px;
	font-style: italic;
}

#numberChart, #topChart {
	float:right;
	padding-top: 20px;
}

.clearBoth {
	clear: both;
}

.legendBox {
	background: #FFF;
	float: left;
	display: block;
	padding-bottom: 5px;
	width: 35px;
	height: 15px;
}

.legendDetails {
	background: #FFF;
	float: left;
	color: #999;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 11px;
	width: 130px;
}

#chartLegend {
	float:right;
	padding: 50px 10px 5px 25px;
}

@media only screen and (max-device-width: 767px) {
	.dropdown-menu {
		height: 200px !important;
	}

	#mapOutlet, #mapOutlet > div{
		height: 480px !important;
	}

	#chartsOutlet {
		height: 800px !important;
		top: 500px !important;
	}

	#mhcChart1, #mhcChart2 {
		background: #FFF !important;
		float: none !important;
		width:100% !important;
		height: 300px !important;
	}

	#mhcChart1 {
		margin-top:-25px;
	}

	#mhcChart2 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	#topChart {
		padding-top: 0 !important;
		margin-top: 10px !important;
	}

	#hideCharts {
		display: none !important;
	}

	.chartSubtitle {
		//background: #F00 !important;
		padding-left: 0 !important;
	}

	#chartLegend {
		float: left !important;
		padding: 40px 10px 15px 25px !important;
	}

	.legendDetails {
		width: 250px;
		font-size: 12px !important;
	}
}

/*#bottom-ad {
	background:url(../img/bottomAd.jpg);
	width: 728px;
	height: 90px;
	position: absolute;
	left: 50%;
	margin-left:-364px;
	bottom: 0px;
	z-index: 101;
}

@media only screen and (max-device-width: 1024px) {
	#bottom-ad-small {
		background:url(../img/bottomAd-small.jpg);
		width: 364px;
		height: 90px;
		position: absolute;
		left: 50%;
		margin-left:-364px;
		bottom: 0px;
		z-index: 101;
	}

	#bottom-ad {
		display:none;
	}

	.bestviewed {
		display:none;
	}
}

#side-ad {
	background:url(../img/sideAd.jpg);
	width: 120px;
	height: 480px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -240px;
	z-index: 101;
}*/
