﻿.search-button {
    text-align: center;
    width: 100%;
}

.result-view {
    width: 100%;
    margin-top: 35px;
    display: none;
    padding: 20px;
    box-shadow: 2px 2px 5px 3px #cfcfcf;
}

    .result-view #map-view {
        width: 50%;
        height: 400px;
        vertical-align: top;
        display: inline-block;
    }

        .result-view #map-view .leaflet-pane.leaflet-marker-pane img {
            cursor: pointer;
        }

    .result-view .info-view {
        width: 50%;
        height: 400px;
        display: inline-block;
        padding: 0 15px;
        vertical-align: top;
    }

        .result-view .info-view .info {
            font-size: 17px;
            font-weight: 200;
        }

        .result-view .info-view .info {
            padding-left: 10px
        }

        .result-view .info-view span {
            display: block;
            font-weight: normal;
        }

    .result-view .header-view {
        display: block;
        text-align: center;
        padding: 20px 0;
        color: white;
        background-color: #b23993;
        font-size: 22px;
    }

        .result-view .header-view span {
            display: block;
        }

input#smartcpville {
    height: 28px;
    font-size: 18px;
    background: none;
    border: 0;
}

.cygnus .vdd-form .form-group .form-group-helper {
    margin-bottom: 0;
}

input#smartcpville_0 {
    pointer-events: none;
    background-color: inherit;
    border: none;
}

@media screen and (max-width: 800px) {

    .result-view .info-view {
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 15px;
    }

    .result-view #map-view {
        width: 100%;
        height: 300px;
        display: block;
    }
}

