@charset "UTF-8";

html, body { height: 100%; width:100%; font: 1.0em/1.4em 'Open Sans', sans-serif; }



/* NAVBAR */

nav.bg-light { background-color: #fff !important; }

.navbar-brand {
    color:#000;
    text-decoration:none;
    font: 22px/25px 'Open Sans', sans-serif;
    font-weight:normal;
    margin:6px 0 0 25px
}
.navbar-brand img {  margin:0 12px 0 0; max-width:43px; } /* logo */
.navbar-brand, .navbar-brand:hover { text-decoration:none; color:#000; }

.navbar-nav li { margin-left: 7px; }
#nav-prompt span.num { min-width:40px; text-align:center; padding:2px 5px; background:#fff; border:1px solid #ccc; border-radius:3px; font-size:90%; }
#nav-loading-img { opacity:0.4; }

.navbar-nav a, .navbar-nav a:active, .navbar-nav a:hover, .navbar-nav a:link, .navbar-nav a:visited { color: #000; text-decoration: none; }

a.btn-outline-dark:hover { color: #fff !important; }


@media (max-width: 575.98px) {

    .navbar-brand {
        font-size: 4vw;
    }

}






/* ABOUT */

.gif { width: 100%; height: auto; }
iframe { border-width: 0px; }
.news h5, .news h5 { font-family: Georgia; font-style: italic; font-weight: 300; color: #000; text-decoration: none; margin: 10px 0 2px;  }




/* CHARTS  */

.pie { height:auto; min-height: 350px; width: 100%; }
.chart-heading { border-bottom:1px solid #ccc; padding-bottom:18px; margin-top:20px; }





/* MAP */

#map-canvas { width:100%; bottom:0;  left: 0; height:93vh; }

#debug_window { position:absolute; z-index:100; width:100%; height:100px; bottom:0px; left: 0; background:#222; display:none; font:11px/13px "Lucida Console", Monaco, monospace; }

#debug_window #console { position:absolute; padding:8px 11px; color:#ddd; width:100%; height:100px; overflow:scroll; }
#debug_window #controls { position:absolute; top:10px; right:20px; }
#debug_window #controls .desc { color:#ddd; padding:5px }







.infowindow { padding: 0; margin:0; width:100%; overflow: hidden; text-align: center; }
.infowindow_img { background:#fff; max-height: 500px; }
.infowindow_address { margin:0; }

a, .thanks { color:#63bfe1 }

.report_link { display:inline-block; margin:0 4px; float:right; }
.report_link:hover { opacity:0.7; filter:alpha(opacity=70); }


.infowindow .btn-wrappers { float:right; width:50px; margin:2px 0 0 10px; }
.infowindow .share-icon { margin:0; padding:0; width:20px; }



/*
.infobox-wrapper {
    display:none;
}
.infowindow-wrapper {
    padding-bottom: 15px;
    background: url('../img/boxtip.png') no-repeat center bottom;
}
.infowindow {
    margin:0;
    background:#ffffff ;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 8px rgba(33,33,33,0.35);
    box-shadow: 2px 2px 8px rgba(33,33,33,0.35);
    overflow:auto;
}
.infowindow img {
	max-width:300px;
}
*/







.link { text-decoration:none; }
.grey { color:#999;  }

.marker_frame {
    font-size: 15px; font-weight: bold; color: #fff; font-family: 'Arial'; width:87px; height:100px; text-align:right;
    /*background-image:url('../img/icon_cat_removed.png'); background-repeat:no-repeat; background-position:center;*/
}
/*.mapIconFrame img { width:75px; height:75px; }*/





.mapIconCluster {
    font-size: 12px; font-weight: normal; color: #fff; font-family: 'Arial'; width:80px; height:30px; text-align:center;
    /* background-image:url('../img/icon_cat_test_75w.png'); background-repeat:no-repeat;*/
}


/* modal */
#report_response { color:#900 }






.fb-like {
    transform: scale(1.5);
}
