.icone-carregamento {
    display: none;
}

/* remove configuracoes do css do cakephp */
.normal-input {
    clear: none;
    padding: 0;
    width: auto;
    font-size: 100%;
}

.medium-input {
    width: 250px;
}

/* pagina de listagem de obras */
.form-busca-listagem {
    text-align: center;
    margin: 25px 0;
}



.sectioned-form h3 {
    border-bottom: 1px solid #2c6877;
}

/* Remove estilos do CakePHP que atrapalham a formatação */
.sectioned-form div {
    clear: none;
    padding: 0;
}

.sectioned-form input, .sectioned-form textarea, .sectioned-form select {
    clear: none;
}

.sectioned-form .required {
    font-weight: normal;
}

.sectioned-form .form-buttons input {
    padding: 8px 10px !important;
}

.sectioned-form .options-wrapper {
    margin-left: 15px;
}

.sectioned-form .options-wrapper label {
    font-weight: normal;
}

/* wrapper para corrigir formatação de radios e checkbox */
.sectioned-form .floated-divs {
    overflow: hidden;
}

/* corrige posicionamento de radio buttons e checkboxes gerados pelo cake */
.sectioned-form .floated-divs div {
    float: left;
    clear: none;
    margin-right: 30px;
}

.sectioned-form div.submit {
    margin-top: 0;
}

.sectioned-form a.cancel {
    padding: 0;
    margin-top: 0 !important;
}

/* remove negrito dos labels de radios e checkboxes */
.sectioned-form .floated-divs label {
    font-weight: normal;
}

.sectioned-form .field-group {
    margin: 25px auto 25px 5px !important;
}

/* Remove o asterisco de campo obrigatório dos radios e checkboxes,
 * porque ele deve ficar ao lado do label do campo e nao ao lado das opcoes */
.sectioned-form .required .options-wrapper label:after {
    content: '' !important;
}

.sectioned-form .label-required, .sectioned-form .required label {
    font-weight: bold;
}

.sectioned-form .required .options-wrapper > label, #field-group-tipo-servico label {
    font-weight: normal;
}

/* adiciona o asterisco de campo obrigatorio ao label de radios e checkboxes (ou outros campos) */
.sectioned-form .label-required:after {
    content: '*';
    color: #e32;
    display: inline;
}

/* formatacao de campos em colunas */
.sectioned-form .form-column-wrapper {
    overflow: hidden;
}

.sectioned-form .form-column-wrapper div {
    margin: 0 0 2px 0;
    padding: 0;
    clear: none;
}

.sectioned-form .form-column-2 {
    width: 48%;
    float: left;
}

.sectioned-form .form-column-2-2 {
    margin-left: 20px !important;
}

