/**
** styles for interactive map modal view
**/
.map-close-button {
    margin-bottom: -50px;
    margin-top: 10px;
    margin-right: 15px;
    position: relative;
    z-index: 100
}

.quake-map-modal {
    width: 95%!important;
    height: 95%!important;
    max-height: none!important;
    max-width: none!important;
    min-width: 95%!important;
    min-height: 95%!important;
    margin: auto;
    top: 2.5%!important;
    background-color: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    overflow-x: visible!important;
    overflow-y: visible!important;
    background-clip: border-box!important;
    -webkit-background-clip: border-box!important;
    border: none!important
}

.quake-map-modal .modal-content {
   height: 100%!important;
}

.quake-map-modal-header {
    width: 95%!important;
    height: 90%!important;
    max-height: none!important;
    max-width: none!important;
    min-width: 95%!important;
    min-height: 90%!important;
    margin: auto;
    top: 2%!important;
    background-color: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    overflow-x: visible!important;
    overflow-y: visible!important;
    background-clip: border-box!important;
    -webkit-background-clip: border-box!important;
    border: none!important
}
@media screen and (max-width: 992px) {
    #largerMapButton {
        display: none;
    }
}
.small-haz-map{
    width:100%;
    height:640px;
    max-width:none;
}
.large-haz-map{
    height:100%;
    width:100%;
    max-width:none;
    margin-left:0px;
    margin-bottom:20px;
}
#large-map-close-button{
    margin-top:2px;
    margin-right:0px;
    padding:10px 20px 10px 20px;
    text-transform: none;
    position:relative;
    z-index:100;
}

#gnss-sites-map{
    height:512px;
    width:100%;
    max-width:none;
    border-color:#ddd;
    border-size: 1px;
    border-style: solid;
}

#gnss-chart{
   border-color:#ddd;
   border-size: 1px;
   border-style: solid;
}

.volc-quake-stats {
   max-width:none;
}

.volc-quake-stats #canvas_v {
   height:576px;
   width:240px;
   min-width:180px;
}

.volc-quake-stats #geonet-haz-map {
   height:528px;
   width:100%;
}

.volc-quake-stats .canvas-plot {
   height:200px;
   width:100%;
}

.volc-quake-legend {
   width:80px;
   height:20px;
}