.mod-judirectory-ajax-map-search .map-canvas {
    border-top: 1px solid #ddd;
    width: 100%; 
    height: 450px;
}

.mod-judirectory-ajax-map-search .map-canvas:after {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
}

.mod-judirectory-ajax-map-search .infoBox {
    margin-bottom: 22px;
}

.mod-judirectory-ajax-map-search .marker-holder {
    position: relative;
    width: 100%;
}

.mod-judirectory-ajax-map-search .marker-content {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-height: 180px;
    min-height: 120px;
    overflow-y: auto;
    padding: 6px;
    background: #ffffff;
    border: 4px solid #ffffff;
    box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
    position: relative;
}

.mod-judirectory-ajax-map-search .marker-content img {
    float: right;
    margin-left: 5px;
    max-height: 100%;
    max-width: 100px;
    padding: 1px;
}

.mod-judirectory-ajax-map-search .marker-info .title {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.mod-judirectory-ajax-map-search .marker-info .address {
    margin-bottom: 5px;
    font-style: italic;
}

.mod-judirectory-ajax-map-search .marker-info .more-button {
    cursor: pointer;
    background: #73ac4b;
    background: -moz-linear-gradient(#73ac4b, #6ca146);
    background: -o-linear-gradient(#73ac4b, #6ca146);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73ac4b), to(#6ca146));
    background: -webkit-linear-gradient(#73ac4b, #6ca146);
    border: 1px solid #679a43;
    box-shadow: 0 1px 0 #88bc64 inset;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    text-shadow: 1px 1px 0 #527a35;
    text-decoration: none;
}

.mod-judirectory-ajax-map-search .marker-holder .arrow {
    background: url('../img/map-pin-description.png') no-repeat;
    bottom: -17px;
    height: 22px;
    left: 33px;
    position: absolute;
    width: 37px;
}

.mod-judirectory-ajax-map-search .infoBox > img {
    box-sizing: border-box;
    background: #ffffff url('../img/pop_up-close.png') no-repeat center;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    position: absolute !important;
    right: -8px;
    top: -8px;
    height: 12px;
    width: 12px;
    margin: auto;
    padding: 2px;
    cursor: pointer;
    z-index: 1000;
}

.mod-judirectory-ajax-map-search .spinner {
    display: none;
}

.mod-judirectory-ajax-map-search .input-search {
    text-align: center;
    padding: 10px 0;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
}

.mod-judirectory-ajax-map-search .radius-search {
    display: inline-block;
    position: relative;
}

.mod-judirectory-ajax-map-search .radius-search .radius-setting {
    background: url('../img/search_input-settings.png') no-repeat center center;
    cursor: pointer;
    height: 35px;
    margin-right: 0;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 0;
}

.mod-judirectory-ajax-map-search .radius-search .search-advanced:before {
    border-color: #ffffff transparent transparent;
    border-style: solid;
    border-width: 8px 7px 0;
    bottom: -8px;
    content: "";
    height: 0;
    position: absolute;
    right: 13px;
    width: 0;
}

.mod-judirectory-ajax-map-search .radius-search .search-advanced {
    background: #ffffff;
    border: 1px solid #afafaf;
    box-shadow: 1px 1px 0 rgba(80, 80, 80, 0.2);
    color: #333333;
    display: block;
    padding: 20px;
    position: absolute;
    right: 0;
    top: -194px;
    z-index: 999;
    width: 300px;
}

.mod-judirectory-ajax-map-search .radius-search .text {
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.mod-judirectory-ajax-map-search .radius-search .text-geo-radius {
    margin-bottom: 10px;
}

.mod-judirectory-ajax-map-search .radius-search .geo-radius {
    float: left;
    font-weight: bold;
}

.mod-judirectory-ajax-map-search .radius-search .metric {
    display: inline-block;
    float: right;
}

.mod-judirectory-ajax-map-search .radius-search .input-geo-radius {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #222222;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 17px;
    margin: 0;
    padding: 1px 5px 0;
    text-align: right;
    width: 50px !important;
}

.mod-judirectory-ajax-map-search .radius-search .iphone-style {
    border-radius: 2px 2px 5px 5px !important;
    float: right;
    height: 26px !important;
}

.mod-judirectory-ajax-map-search .radius-search .radius-search-close {
    background: #ffffff url('../img/pop_up-close-2.png') no-repeat center center;
    border: 1px solid #cccccc;
    border-radius: 10px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
}

.mod-judirectory-ajax-map-search .geo-button {
    float: right;
}