
.page-content-map .fm-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,
#demogDiv-dash-map
{
    position:absolute;
    right:0px;
    bottom: 0px;
    width:100%;
}

#demogBtnOuter,
#demogBtnOuter-dash-map
{
    width:100%;
    position:relative;
    height:37px;
    opacity:0.8;
    border-bottom:6px solid #93A6B7;
}

#demogBtn,
#demogBtn-dash-map
{
    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,
#demogBar-dash-map
{
	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, 
#map-demog-table-div-dash-map
{	background-color:#ffffff; margin:20px; padding:20px;
    display: none;padding-top:1px;
}

#map-demog-chart-div,
#map-demog-chart-div-dash-map
{
    display: none;
	background-color:#ffffff; margin:20px;
}

.demog-chart
{
    display: inline;
}

#clearAll,
#clearAll-dash-map
{
    float:right;
    cursor:pointer;
    color:#0063a7;
    font-weight:bold;
    font-size:0.85em;
    text-transform:uppercase;
}
#clearAll:hover,
#clearAll-dash-map:hover 
{
    color:#1c4968;
}
#demogBar input:hover,
#demogBar-dash-map 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
}

#summary-box-funders-tt
{
    text-transform: none;
    z-index: 999;
    text-decoration: none
}

/* !! End cluster styles for testing !! */

.other-region-legend {
    position: absolute;
    top: 560px;
    right: 15px;
    z-index: 9;
}

.other-region-legend button {
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.32);
    text-transform: uppercase;
    color: #778291;
    background-color: #ffffff;
    border: 0;
    font-size: 0.85em;
    font-weight: bold;
}

.legend-content-contianer {
    /*display: none;*/
    position: absolute;
    bottom: 40px;
    right: 15px;
    z-index: 9;
}


.legend-content-contianer .legend-content {
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.32);
    color: #1a1a1a;
    font-size: 0.75em;
    background-color: #ffffff;
    padding: 3px 15px 10px 15px;
    font-weight: normal;
    /*font-weight: 700;*/
}

.legend-content-contianer .legend-content li {
    margin-bottom: 6px;
    /*cursor:pointer;*/
}
.legend-content-contianer > div {
    overflow: hidden;display: none;
}

.legend-content-contianer .legend-content label {
    cursor:pointer;
}
.legend-content-contianer .legend-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.legend-content-contianer .legend-content h6 {
    font-weight: bold;
    font-size: 1.2em;
}

.legend-content-contianer .legend-content a {
    color: #0f70b2;
    text-decoration: none;
}

.other-region-legend > button
{
    display: none;
}