

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body{
    height: 100%;
}

.modal-content-height{
    width: 800px;
}

#map-canvas{
    width:100%;
    min-height: 400px;
    height:100%;
}

#panel {
    position: absolute;
    top: 51px;
    left: 50%;
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 2px 2px;
    border: 1px solid #999;
}

#legenda {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 2px 2px;
    border: 1px solid #999;
}

#legenda p{
    font-size: 12px;
}

#legenda img{
    height: 21px;
}

.grey{
    color:#333;
}
.grey2{
    color:#9d9d9d;
}

p{
    margin: 0!important;;
}