﻿.left-margin {
    padding-left: 10px;
}

.main-border {
    /*border: 1px solid black;*/
    /*border-radius: 7px;*/
    padding: 0px;
    margin-bottom: 12px;
    width: 100%;
}

.inner-border {
    /*border: 1px solid black;*/
    border-radius: 5px;
    max-width: 98%;
    margin-bottom: 10px;
    padding: 10px;
}


/* Google Maps */
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map-container {
    width: 100%;
}

#map {
    width: 100% !important;
    height: 250px !important;
}

#map2 {
    width: 100% !important;
    height: 250px !important;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    /*display: none;*/
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    z-index: 10001 !important;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#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;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#map-container2 {
    width: 100%;
}

#map2 {
    width: 100% !important;
    height: 300px !important;
}

#description2 {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content2 .title2 {
    font-weight: bold;
}

#infowindow-content2 {
    /*display: none;*/
}

#map #infowindow-content2 {
    display: inline;
}

#pac-input2 {
    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;
}

#pac-input:focus {
    border-color: #4d90fe;
}
