﻿.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;
    overflow: auto;
}

.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;
}

.info ul {
    margin: 0;
}

@media screen and (max-width: 800px) {

    .result-view .info-view {
        width: 100%;
        height: 400px;
        display: block;
        padding-bottom: 15px;
        overflow: auto;
    }

    .result-view #map-view {
        width: 100%;
        height: 300px;
        display: block;
    }
}

.leaflet-popup-content .subtitle {
    font-weight: bold;
    margin-top: 1em;
}

.leaflet-popup-content .content {
    margin-left: 1em;
}

.capacity-detail {
    font-size: smaller;
    margin-left: 1em;
    font-weight: lighter;
}

.list-name {
    font-weight: bolder;
    font-style: italic;
}

.perimeter-div {
    text-align-last: center;
}

.perimeter-label {
    padding: 1em;
}