/* 
    Created on : 08/12/2017, 11:36:36
    Author     : gabriel
*/

.acoes {
    margin: 15px 0 15px 0;
}

.edital-lista {
    margin-top: 2em;
}

.edital .detalhes li:before {
    color: #aaa;
    font-family: "FontAwesome";
    margin-right: 1em
}

.edital .vagas:before {
    content: "\f007";
    margin-left: 3em;
}
.edital .vagasAbertas:before {
    content: "\f007";
}

.edital .carga-horaria:before {
    content: "\f017";
}

.edital .prazo {
    color: #888;
    display: inline-block;
    margin-left: 3em;
}
.edital .remuneracao:before {
    content: "\f155";
    margin-left: 3em;
}

.edital .resumo {
    margin: 1em 0;
}

.edital-detalhe {
    margin: 1.5em 0 1.5em 0;
}

.center {
    text-align: center;
}

.titulo-form {
   margin-bottom: .5em; 
}

.inline-action {
    display: inline !important;
    padding: 0.25em;
}

.help-text, .help-link {
    font-size: 0.85em;
    color: #636363;
}

.help-link {
    padding: 0 !important;
}

.help-text > * {
    margin-top: 0px;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
    text-align: justify;
}

.help-text ul, ol {
    margin-left: -16px;
}

.instrucao-form {
    margin-top: 1em;
    margin-bottom: 1.5em;
    color: #636363;
}

.preview-form-edital .row {
    margin-bottom: 24px;
}

.preview-inscricao-title {
    font-size: .8em;
    color: #7a0d0c;    
}

.select-many-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.select-many-checkbox label {
    font-weight: normal;
    padding-bottom: 2px;
}

.main-content {
    margin-top: 1em;
}

.inscricao-campoTexto {
    word-break: break-all;
}

.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.field-validation-error {
    padding-top: 32px;
    color: #a94442;
}

.section-header {
    margin-bottom: 10px;
}
