﻿#map-canvas {
    height: 500px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    max-width: 90%;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#target {
    width: 345px;
}

.modal-header
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: transparent;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.interestMap {
    max-height:200px !important;
    max-height:150px !important;
}

#shopfrontMap {
    min-height: 100px !important;
    width: 100% !important;
}

.shopfrontMapInfo {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 10pt !important;
    padding: 3px;
    margin-top: 2px;
}

.infoWindow {
    text-align: center;
}

.infoWindowAddress {
    text-align: center;
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
}

.map-info-img {
    max-width: 100% !important;
    margin: 0px auto;
    width: 25vh;
}

.search-div {
    padding-top: 16px;
}

@media screen and (max-width: 496px) {
  .search-div {
      padding-top: 60px !important;
    }
}

.show-predefined {
    margin: 10px;
    z-index: 0;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
}

#show-predefined-premise {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    padding: 0px 17px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 66px;
    border: none;
}

.image-map-keys {
    width: 250px;
    height: 120px;
    background-color: #000000;
}