/* Margens do endereço do IFSP */
.col-sm-12 {
    margin: 15px 0 20px 15px;
}

/* Mensagem de desconexão */
section#block-autologout-info {
    font-size: 12px;
    margin-bottom: 25px;
}

/* Comportamento dos links no site */
a:hover {
    color: #446b93;
    text-decoration: none;
}

/* Ajustes em links dos Editais */
.field.field-name-field-edital.field-type-entityreference.field-label-above {
    margin-top: 20px;
}

/* Arruma espaçamento do datepicker */
.ui-datepicker table {
    font-size: .88em;
}

/* Esconder campo armadilha no captcha */
input#edit-submitted-soma {
    display: none;
}
.form-item.webform-component.webform-component-textfield.webform-component--soma.form-group.form-item.form-item-submitted-soma.form-type-textfield.form-group {
    display: none;
}