
/* For Google Maps */
.angular-google-map-container { height: 500px; }


.ajaxLoading{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 999;
    background-image: url("../img/ajaxload.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.MapFilter{
    position: absolute;
    border:1px solid #dddddd;
    z-index: 999;
    padding:5px;
    right: 0;
    background-color: #dddddd;
}

.MapFilter ul{
    list-style: none;
}

.MapFilter label{
    display: block;
    margin-bottom: 8px;
}

.MapFilter select{
    display: block;
    width: 100% !important;
}

.pt-20 {
    padding-top: 20px;
}
