.searchOnMapContainer
{
    width : 100%;
    min-height: 400px;
}

.mapboxgl-ctrl-geocoder
{
    width : 500px !important;
    max-width : 500px !important;
}

.searchOnMapDialog
{
    position : relative;
}

.searchOnMapDialogButtons
{
    position : absolute;
    top : 12px;
    left : 540px;
}

.searchOnMapDialogButtonsFooter
{
    text-align: right;
    padding-top : 10px;
    padding-right : 0px;
}

.addCircleToMap
{
    margin-right: 10px;

}

.mapboxgl-ctrl-attrib-inner
{
    display : none;
}

.modal-dialog.size-full {
    max-width: 95% !important;
}

.addCircleToMap , .addPolygonToMap
{
    border-color : #456aba !important;
}


.searchOnMapInfoBox
{
    background-color: #fff;
    position: absolute;
    bottom : 48px;
    left : 5px;
    padding : 5px;
}

.mapboxgl-ctrl-logo
{
    display: none !important;
}

.showSearchOnMap
{
    cursor: pointer;
}