
#pac-input {
    background-color: #fff;
    width: 600px;
    height: 40px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
}

#pac-input:focus {
    border-color: #4d90fe;
    margin-left: 0px;
    width: 600px;
    padding-left: 10px;
    padding-right: 10px;
}

#phone{
    display: block;
    border: 1px solid #4d90fe;
    margin: 10px auto;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 14px !important;
}

#nameMap{
   display: block;
   border: 1px solid #4d90fe;
   margin: 10px auto;
   padding: 10px 15px;
   margin-top: 20px;
   font-size: 14px !important;
}

.gm-style-iw{
    font-size: 16px !important;
    padding: 20px;
}

.gm-style-iw button{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    background-color: #f66d6d;
    color: #fff;

}

#sancs{
    margin-top: 15px;
    font-weight: bold;
    border-bottom: 2px solid #4d90fe;
    display: inline-block;
}


.controls {
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 45px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.coverage-container {
    background-color: white;
    margin-left: 10px;
    padding: 8px 8px 8px 5px;
    border: 1px solid #6db7f6;
    display: block;
}

.form-group{
    margin-bottom: 10px;
}

.isp-logo {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0px;
}

.coverage-toggle {
    vertical-align: middle;
    }
.form-group .coverage-toggle {
    top: 0;
    margin-right: 0;
}

.isp-name {
    margin-left: 5px;
    font-size: 14px !important;
    font-weight: unset !important;
    vertical-align: -3px;
}

.control-label {
    margin-bottom: 0px
}

#coverage-toggle {
    background-color: #6db7f6;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    margin-bottom: 5px;
    display: flex;
    z-index: 0;
    justify-content: space-around;
    align-items: center;
    width: 173.66px;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: 0;
}

