html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 10px;
  height: 100%;
  width: 100%;
  margin:0;
  padding:0;
}

#map {
  height: 100%;
  width: 100%;
  z-index: 10 !important;
}

#pgbar {
  position: absolute;    
  width: 320px;
  height: 19px;
  top: 50%;
  /*left:1000px;*/
  margin: -10px 0 0 -210px;
  z-index: 999999;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
}

/* SVG ICONS */
span.amg-icon {
    vertical-align: middle;
    text-align: center;
    display: inline-block;    
    /*
    width: 25px;
    height: 25px;	
    */
}
.navbar span.amg-icon {
    
    
}

#container {
    z-index: 1999;
}

#amg-top-row {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    z-index: 99999;    
}

#features {
    margin: 0px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.amg-text-title {
    font-size: 24px;
    /*font-size: 2.01em;*/
    color: #F31D0A;
    font-weight: bold;
}

.amg-text-menu {
    font-size: 15px;
    /*font-size: 1.25em; */
    color: #333333;
}

.amg-text-b {
    font-size: 13px;
    /*font-size: 1.09em;*/
    color: #333333;
    font-weight: bold;
}
.amg-text {
    font-size: 13px;
    /*font-size: 1.09em; */
    color: #333333;
}

.amg-text-small {
    font-size: 11px;
    /*font-size: 0.92em;*/
    color: #333333;
}

.amg-text-center {
    /*vertical-align: middle !important; */
    text-align: center;
}

#amg-data-count {
    margin:13px 0 10px 0px;
}

.amg-row-graph {
    margin-left: 0px;
    *zoom: 1;
}

.amg-row-graph:before,
.amg-row-graph:after {
  display: table;
  line-height: 0;
  content: "";
}

.amg-row-graph:after {
  clear: both;
}
.amg-row-graph-title a {
    /*font-size: 1.2em;
    color: #333333;*/
    outline: none;
    text-decoration: none;
}
.amg-row-graph-title a:hover {
    text-decoration: none;            
}

.marker-popup .panel-default {  
    background-color: white;
    border: none;
    box-shadow: none;
    /*border-color: #F21C0A;*/
    z-index: 99999 !important;
    margin:0;
    padding: 0;    
}

.dc-chart {
    padding: 0;
    margin: 0 0 0 45px;
    border: 0px solid black;
}
.dc-chart g.row text {
    fill: black;
    font-size: 10px;
    padding-top:-10px;
    margin-top:-10px;
}
/* hexbin hexagon */
.hexbin-hexagon {
  stroke: gray;
  stroke: 1;
}
.hexbin-hexagon.selected {
  stroke-width: 1;
  stroke: #D7161F;
}
.hexbin-hexagon-legend {
    background-color: #F4F4F4;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    border-radius: 3px;
    padding:5px;
    /*width: 110px;*/
}

/* modals */
#aboutTabsContent {
    padding-top: 10px;
}

.progress-bar-full {
    width: 100%;
}
.white {
    color: #FFFFFF;
}
.feature-row {
    cursor: pointer;
}

.table {
    margin-bottom: 0px;
}

#aboutModal {
    z-index: 99999;
}

#legendModal {
    /*padding-top: 150px;*/
    z-index: 99999;
}

@media (max-width: 992px) {
    .navbar .navbar-brand {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    #amg-sidepanel {
        /*display: none;*/
        width:100px;
    }
    #amg-sidepanel-body {
    }
    .amg-sidepanel-body-title {
        
    }
    #amg-data-count {
        /*margin:10px 0 10px 0px;*/
    }

    .url-break {
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .dropdown-menu a i{
        color: #FFFFFF;
    }
    
    #loading {

    }
}
/* Print Handling */
@media print {
    .navbar {
        display: none !important;
    }
    .leaflet-control-container {
        display: none !important;
    }
}