html{
    height: 100%;
}
#content{
    /* height: 100%; */
}
#bairro_id{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=checkbox]:checked + label {
    background: #007bff;
    color: #ecf1f7;
}

#vulnerabilidade_detalhes{
    width: 50%;
    height: 2.5rem;
    margin-top: 0.45rem;
}
.select2-container .select2-selection--single{
    height: 2.4rem;
    line-height: 2.4rem;
}

h3{
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: large;
}

.withError{
    border-color: red;
}
footer{
    text-align:  -webkit-center;
}

.servico_bairro_map{
    width: 100%;
    margin-left: 2%;
    height: 92%;
    margin-top: 7%;
}

.form-group{
    margin-top: 1%;
}

.service_image{
    align-self: center;
    padding: 1%;
    margin-left: auto;
    width: 42%;
}