/* css for desktop search map */
[v-cloak] {
    display: none;
}

.search-results-map-container {
    height: 530px;
    width: 100%;
    background: transparent url('../pitchup/images/loading_32.gif') no-repeat center center;
}

/* CS info windows */
.gm-style-iw {
    left: 10px !important;
    overflow: visible !important;
}

.infowin-contents {
    min-width: 230px;
    min-height: 75px;
    overflow: hidden;
}

.infowin-image {
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

.infowin-campsite-info {
    display: block;
    float: left;
    width: 120px;
}

.infowin-name {
    display: block;
    font-weight: bold;
    font-size: 1em;
}

.infowin-location {
    font-size: smaller;
    margin: 0;
}

.infowin-price {
    font-size: smaller;
    display: block;
    line-height: 1.2;
    margin-top: 5px;
}

.infowin-action {
    margin-right: 25px;
}

.infowin-rating {
    position: absolute;
    bottom: 12px;
    right: 9px;
    padding: 2px 6px !important;
}

.infowin-rating:after {
    background: #fff !important;
}

.infowin-nobook {
    margin: .5em 0 0 0;
    font-size: smaller;
}

.infowin-button {
    margin: 1em 1em 0 0;
    line-height: 1.2;
    padding: 3px 6px 2px !important;
}

/* search map overlaid options and feedback */
.map-overlay {
    position: absolute;
    width: auto;
    z-index: 4001;
    font-weight: 500;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1em;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
}

.map-options {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    margin: 10px;
    padding:0;
    right: 0;
    top: 0;
    color: #565656;
    background-color: white;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.map-options.highlight {
    color: #fff;
    background-color: #cb3c34;
}

.map-options label {
    cursor: pointer;
    display: block;
    padding:1em;
}

.map-overlay input[type="checkbox"] {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.map-status {
    bottom: 0;
    left: 0;
    background-color: #cb3c34;
    color: white;
    padding: 2px 6px;
    font-size: 15px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    transition: visibility 0s, opacity 0.25s linear;
    visibility: visible;
    opacity: 1;
}

.map-status:empty {
    visibility: hidden;
    opacity: 0;
}
