/* CSS PER GOOGLE MAPS */
#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;
    z-index: 20000 !important;
}

.pac-container {
    z-index: 20000 !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;
}

#pac-inputEditOrganization {
    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-inputEditOrganization:focus {
    border-color: #4d90fe;
}


#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}
#target {
    width: 345px;
}

/* CSS PER SIGN IN WITH GOOGLE */
#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    white-space: nowrap;
    padding-right: 10px;
    border-radius: 2px;
    border: 1px #4E3BB0 solid;
    margin-top: 10px;
}
#customBtn:hover {
    cursor: pointer;
}
span.label {
    font-family: serif;
    font-weight: normal;
}
span.icon {
    background: url('https://google-developers.appspot.com/identity/sign-in/g-normal.png') transparent 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

/*CSS PER SIGN IN WITH FACEBOOK */
span.facebookIcon {
    background: url('../css/img/facebookLogin.png') transparent 30% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

.customBtn {
    display: inline-block;
    background: white;
    color: #444;
    white-space: nowrap;
    padding-right: 10px;
    border-radius: 2px;
    border: 1px #4E3BB0 solid;
    cursor: pointer;
    margin-top: 10px;
}