    #mapTools{
        bottom:0;
        padding:0;
    }
    #mapTools #my_google_maps {
        right: 0px;
        left: 0px;
        bottom: 0;
        top: 0px;
        padding: 0px;
    }
    #mapTools #map_area{
        bottom: 0;
        top: 0;
        padding: 0px;
        height: 100%;
    }
    .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    }
    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    .fx{
        display : inline;
    }
    .tx{
        display : none;
    }
    @media screen and (min-width: 680px) {
       .fx{
           display : none;
       }
       .tx{
           display : inline;          
       }   
    }
    div.input-group {
        display    : flex;
        width      : 240px;
        left       : 50%;
        margin-top : 33px;
        margin-bottom: 10px;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
}
#geoSearchButton{
    border: 1px solid #d399e7;
    
}
.input-group-btn{
    width:30%;
    display:inline-flex;
}
#geoAddress{
    width:70%;
    display:inline-flex;
}
.blue-class{
    background-color: #4b96f3;
    color   :  white;
    font-size:bold;
}
.custom-map-but{
    margin-top:7px;
}
.legend_element  div{
    padding : 7px;
}