.alert-error {
    background-color: rgb(255, 0, 0);
    border-color: rgb(200, 0, 0);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 10px;
}

.alert-error>[data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
}

.alert-error>[data-notify="title"] {
    color: rgb(151, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.alert-error>[data-notify="message"] {
    font-size: 120%;
}

[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 238);
    border-width: 0px;
    border-left: 15px solid rgb(255, 240, 106);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-success {
    border-left-color: rgb(75, 181, 67);
}

[data-notify="container"].alert-pastel-info {
    border-left-color: rgb(255, 179, 40);
}

[data-notify="container"].alert-pastel-danger {
    border-left-color: rgb(255, 103, 76);
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
    color: rgb(80, 80, 57);
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
    font-weight: 400;
}


/* Always set the map height explicitly to define the size of the div
   * element that contains the map. */
#map {
    height: 100%;
}

/* 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;
}

.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;
}

.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;
    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;
}