.btn-map {
    line-height: 2.5;
    color:#FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;

}

#locator:hover {
    color:#FFFFFF;
}

#locators:hover {
    color:#FFFFFF;
}

.max-iframe {
    max-height: 450px!important;
    height: 450px!important;
    padding-bottom: 0!important;
    margin: 0 auto;
}

input[type="address"]::placeholder{
    text-align: center;
}

#map1 { height: 100%;
    position: initial;
    overflow: hidden;
}

#map2 { height: 100%;
    position: initial;
    overflow: hidden;
}

#map3 { height: 100%;
    position: initial;
    overflow: hidden;
}

#shed-pac-card {
    bottom: -30px !important;
}

#store-pac-card {
    bottom: -30px !important;
}

#field-pac-card {
    bottom: -30px !important;
}

input[type="address"]:-ms-input-placeholder{
    text-align: center;
}

input[type="address"]::-moz-placeholder{
    text-align: center;
}

input[type="address"]:-moz-placeholder{
    text-align: center;
}

input[type="address"]::-webkit-input-placeholder{
    text-align: center;
}

#map { height: 100%;
    position: initial;
    overflow: hidden;
}

#edit-map { height: 100%;
    position: initial;
    overflow: hidden;
}

#pac-card {
    bottom: -30px !important;
}

#edit-pac-card {
    bottom: -30px !important;
}

.gm-style .controls {
    font-size: 27px;
    /* this adjusts the size of all the controls */
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 300;
    margin: 5px;
    text-align: center;
    user-select: none;
    padding: 0px;
    height: 27px;
    width: 27px;
}

.gm-style .controls button {
    border: 0;
    background-color: white;
    color: rgba(0, 0, 0, 0.6);
}

.gm-style .controls button:hover {
    color: rgba(0, 0, 0, 0.9);
}

.gm-style .controls.zoom-control {
    display: flex;
    flex-direction: column;
    height: auto;
}

.gm-style .controls.zoom-control button {
    font: 0.85em Arial;
    margin: 1px;
    padding: 0;
}

.gm-style .controls.maptype-control {
    display: flex;
    flex-direction: row;
    width: auto;
}

.gm-style .controls.maptype-control button {
    display: inline-block;
    font-size: 0.5em;
    margin: 0 1px;
    padding: 0 6px;
}

.gm-style
.controls.maptype-control.maptype-control-is-map
.maptype-control-map {
    font-weight: 700;
}

.gm-style
.controls.maptype-control.maptype-control-is-satellite
.maptype-control-satellite {
    font-weight: 700;
}

.gm-style .controls.fullscreen-control button {
    display: block;
    font-size: 27px;
    height: 27px;
    width: 27px;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon {
    border-style: solid;
    height: 0.25em;
    position: absolute;
    width: 0.25em;
}

.gm-style
.controls.fullscreen-control
.fullscreen-control-icon.fullscreen-control-top-left {
    border-width: 2px 0 0 2px;
    left: 0.1em;
    top: 0.1em;
}

.gm-style
.controls.fullscreen-control.is-fullscreen
.fullscreen-control-icon.fullscreen-control-top-left {
    border-width: 0 2px 2px 0;
}

.gm-style
.controls.fullscreen-control
.fullscreen-control-icon.fullscreen-control-top-right {
    border-width: 2px 2px 0 0;
    right: 0.1em;
    top: 0.1em;
}

.gm-style
.controls.fullscreen-control.is-fullscreen
.fullscreen-control-icon.fullscreen-control-top-right {
    border-width: 0 0 2px 2px;
}

.gm-style
.controls.fullscreen-control
.fullscreen-control-icon.fullscreen-control-bottom-left {
    border-width: 0 0 2px 2px;
    left: 0.1em;
    bottom: 0.1em;
}

.gm-style
.controls.fullscreen-control.is-fullscreen
.fullscreen-control-icon.fullscreen-control-bottom-left {
    border-width: 2px 2px 0 0;
}

.gm-style
.controls.fullscreen-control
.fullscreen-control-icon.fullscreen-control-bottom-right {
    border-width: 0 2px 2px 0;
    right: 0.1em;
    bottom: 0.1em;
}

.gm-style
.controls.fullscreen-control.is-fullscreen
.fullscreen-control-icon.fullscreen-control-bottom-right {
    border-width: 2px 0 0 2px;
}

