﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.map {
    width: 100%;
    height: 795px;
}

.z {
    margin-left: 12px;
    margin-top: 9px;
}

.controls {
    background-color: #fff;
    /*font-family: Roboto;
  font-size: 15px;
  font-weight: 300;*/
    text-overflow: ellipsis;
    width: 250px;
    padding: 0 11px 0 11px;
}

#carNumber:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

.controls {
    margin-top: 10px;
    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);
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}
*/
