
#map{
    height: 600px;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}

.info {
	padding: 6px 8px;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	text-align: center;
}

.info h4 {
	margin: 0 0 5px;

}

.legend {
	text-align: left;
	line-height: 18px;

}
.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.8;
}

#demogDiv
{
    position:absolute;
    right:0px;
    bottom: 0px;
    width:100%;
}

#demogBtnOuter
{
    width:100%;
    position:relative;
    height:37px;
    opacity:0.8;
    border-bottom:6px solid #93A6B7;
}

#demogBtn 
{
    position:absolute;
    right:0px;
    padding: 8px 12px 2px 10px;
    background-color: #93A6B7;
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
    text-shadow:1px 1px #666;
    cursor:pointer;
}

#demogBar
{
	background-color:#EBEDF1;
    display:none;
    width:100%;
    padding:12px;
    cursor:default;
	font-size:0.9em;
    height: 59px;
    overflow-y: scroll;
}

.demogVar { margin-left:15px !important; font-weight: normal; text-align: left; }

#map-demog-table-div
{	background-color:#ffffff; margin:20px; padding:20px;
    display: none;padding-top:1px;
}

#map-demog-chart-div
{
    display: none;
	background-color:#ffffff; margin:20px;
}

.demog-chart
{
    display: inline;
}

#clearAll { float:right; cursor:pointer; color:#0063a7; font-weight:bold; font-size:0.85em; text-transform:uppercase; }
#clearAll:hover { color:#1c4968;}
#demogBar input:hover { cursor:pointer; }

/* !! Cluster styles for testing !! */
.cluster-marker
{
    color:#fff;
    font-weight:normal;
    font-size: 12px;
    text-align:center;
    line-height:50px;
    opacity: 0.8;
    border: 1px solid rgb(255,255,255);
    border-radius:50%;
}

.cluster-recip
{
    background: #E37252;
}

.cluster-gm
{
    background: #12b7b9;
}

.cluster-geo_area
{
    background: #76a700;
}

#location-tt
{
    text-transform: none;
    text-decoration: none;
}

#showing-grants-by-tt
{
    text-transform: none;
    z-index: 999;
    text-decoration: none
}

/* !! End cluster styles for testing !! */
