
#tt-org-map .map-container {
    position: relative;
}

#tt-org-map .error-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    padding: 6rem 2rem 2rem 2rem;
    background-color: #444444;
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    text-align: center;
    font-family: "Ideal Sans A", "Ideal Sans B";
    line-height: 2rem;
}

#tt-org-map .error-message-actions {
    margin-top: 2rem;
}

#tt-org-map .error-message-actions a {
    padding: 1rem 1.125rem;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: transparent;

    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#tt-org-map .error-message-actions a:hover {
    background-color: #FFFFFF;
    color: #444444;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
    /*height: 100%;*/
    height: 400px;
}
/* Optional: Makes the sample page fill the window. */
/*html, body {*/
    /*height: 100%;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/
#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;
}

#tt-org-map .pac-card {
    margin: 10px 10px 0 10px;
    width: calc(100% - 20px);
    max-width: 424px;
    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;
}

#tt-org-map .pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

#tt-org-map .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;
    margin-right: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: calc(100% - 12px);
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#tt-progress-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #232323;
    background-image: url(img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}
