@import "//fonts.googleapis.com/css?family=Open+Sans:400,600'";

html, body {
  	width:100%;
  	height: 100%;
	padding:0;
	margin:0;
}
body {
	font-size: 75%;	
	font-family: 'Open Sans', sans-serif  !important;
}

@media (max-width: 710px) {
    #legend {
        display: none;
    }
    #mapLoading {
        left: 30% !important;   
    }
}
@media (max-width: 360px) {
    #mapLoading {
        left: 10% !important;   
    }
}
#map
{
	width: 100%;
	height: 100%;
}
#legend
{
    position:absolute;
    z-index:999;
    left:5px;
    bottom:10px;
    opacity:0.8;
    background-color:whitesmoke;
    border:1px solid black;
    padding:5px;
}
#facilityCountContainer
{
    margin: 20px;
    font-weight:900;
}
#facilityCount
{
    border: 2px dashed #006400;
    border-radius: 36px;
    padding: 12px;
    margin: 20px;
}
#searchRadius
{
    font-size: 10px;
    font-style: oblique;
}
#mapLoading
{
    position:absolute;
    z-index:999;
    left:40%;
    top:49%;
    opacity:0.85;
    background-color:whitesmoke;
    padding:3px;
}
#mapNotice
{
    position:absolute;
    z-index:999;
    right:15px;
    bottom:40px;
    opacity:0.8;
    background-color:whitesmoke;
    padding:3px;
}
#loading
{
	width: 100%;
	height: 100%;
	opacity: 0.5;
	margin: 0;
	padding: 0;
	background: #fff url("../images/loading-big.gif") no-repeat center center;
	position: absolute;
	z-index: 999;
}
#loading-small
{
	width: 13px;
	height: 13px;
	opacity: 0.5;
	margin: 0;
	padding: 0;
	background: #fff url("../images/loading.gif") no-repeat center center;
	position: absolute;
	z-index: 999;
}
#clusterLegend
{
    background-color: rgba(110, 204, 57, 0.6);
    text-align: center;
    border-radius: 50px;
    padding:5px;
    margin-right:5px;
}
.divider
{
    border-bottom: 1px dotted darkgray;
    padding:5px;
}
#zoomToast
{
    position: absolute;
    z-index: 1000;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.78);
    color: #fff;
    padding: 9px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}
#zoomToast.show
{
    opacity: 1;
}
.fac-media
{
    width: 250px;      /* fixed width; height:auto keeps native aspect ratio */
    height: auto;
    display: block;
    margin: 8px 0 2px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.fac-media-cap
{
    font-size: 11px;
    color: #555;
    margin: 0 0 4px;
}
.fac-media-credit
{
    font-size: 10px;
    color: #999;
}
.fac-media-more
{
    font-size: 11px;
    font-style: oblique;
    color: #777;
    margin: 4px 0 2px;
}