#page-content.mobile .portlet {
    margin-bottom: 0;
}

#page-content.mobile #regmerc-container {
    padding-left: 0;
    padding-right: 0;
}

#form_regmerc {
    padding: 0;
    border: none;
}

#form_regmerc textarea {
    resize: vertical;
    min-height: 90px;
}

#form_regmerc .form-group:last-of-type {
    margin-bottom: 0;
}

#form_regmerc .dropzone-file-area.dz-click {
    cursor: pointer;
}

#form_regmerc .dz-progress {
    display: none;
}

#form_regmerc .map-searchbar-container {
    margin-bottom: 2rem !important;
}

#form_regmerc .map-searchbar-container label {
    color: #333 !important;
}

#form_regmerc .map-searchbar-container .input-group-addon {
    border-bottom: 0 !important;
}

#form_regmerc .map-searchbar-input-icon {
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    margin: auto;
    left: 0;
}

.regmerc-map {
    height: 30rem;
}

.regmerc-map .location-info {
    font-weight: 600;
}

.regmerc-photo {
    width: 100px;
    height: 100px;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.pac-container {
    z-index: 10050;
}

.regmerc-form-actions button:first-child {
    margin-right: 10px;
}