﻿div#store-locator-header {
}

.store-locator-container {
    font-size: 13px;
    margin-bottom: 3rem
}

#map_canvas {
    width: 100%;
    height: 500px;
    margin: 0 auto 20px;
    max-width: 1400px
}

@media screen and (min-width: 1250px) {
    #map_canvas {
        height: 700px
    }
}

#mapcoverage_cover {
    z-index: 0;
    border: 2px #332a85 solid;
    position: absolute;
    right: 30px !important;
    top: 25px !important;
    padding: 7px 8px 6px 0;
    background: #fff
}

@media screen and (max-width: 1150px) {
    #mapcoverage_cover {
        width: 20%
    }
}

@media screen and (max-width: 850px) {
    #mapcoverage_cover {
        width: 30%
    }
}

@media screen and (max-width: 550px) {
    #mapcoverage_cover {
        width: 40%;
        right: 5px !important;
        top: 10px !important
    }
}

@media screen and (max-width: 400px) {
    #mapcoverage_cover {
        width: 45%;
        right: 5px !important;
        top: 10px !important
    }
}

.wrap {
    white-space: nowrap;
    margin-top: 5px
}

@media screen and (min-width: 1150px) {
    .wrap {
        display: inline-block;
        margin-top: 5px
    }
}

.group:before, .group:after {
    content: "";
    display: table;
    clear: both
}

.mapCoverage_margin_bottom {
    margin-bottom: 30px
}

.input-group {
    display: block;
    vertical-align: middle;
    width: 95%;
    position: static;
    margin-top: 25px !important;
    margin-left: 20px !important
}

@media screen and (max-width: 550px) {
    .input-group {
        margin-top: 10px !important;
        margin-left: 5px !important
    }
}

.input-group input[type=text], .input-group input[type=password], .input-group select, .input-group textarea {
    display: inline;
    float: none !important;
    background-color: #fff
}

.input-group input[type=text], .input-group input[type=password], .input-group textarea, .input-group select {
    border: 2px solid #999
}

.has-error .form-control, .has-error .input-group input[type=text], .has-error .input-group input[type=password], .has-error .input-group input[type=password], .has-error .input-group input[type=checkbox], .has-error .input-group select {
    border: 2px solid #933 !important
}

.has-error .input-radio-check label {
    color: #933
}

.has-success .form-control, .has-success .input-group input[type=text], .has-success .input-group input[type=password], .has-success .input-group select {
    border: 2px solid #393 !important
}

.input-group input[type=checkbox] {
    width: auto;
    margin-right: 10px
}

.input-group-tooltip:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.input-group .form-control {
    font-size: 16px;
    padding: 8px 12px;
    height: auto;
    box-sizing: border-box;
    width: calc(100% - 3em)
}

@media screen and (max-width: 960px) {
    .input-group .form-control {
        width: calc(100% - 12em)
    }
}

.control-label {
    display: none
}

.input-radio-check, .input-radio-check label {
    font-weight: 400;
    font-size: 16px
}

#new-form {
    margin: 40px 0;
    width: 100%
}

.form-header {
    font-weight: 700;
    font-size: 16px;
    margin: 15px 0 5px
}

@media screen and (max-width: 550px) {
    .pac-container {
        box-sizing: content-box;
        width: 300px !important
    }
}
