#container_form {
  margin-top: 30px;
  padding-left: 8px;
  margin-bottom: 40px;
  width: 100%;
}

#nome_input_box {
  width: 300px;
}

#email_input_box {
  width: 300px;
}

.asterisco_de_required {
  color: red;
}

.form_error {
  color: red;
}

.form_section {
    margin-bottom: 40px;
}

.form_section_title {
  font-weight: bold;
  color: rgb(91,72,56);
}

#areas_of_interest_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 600px;
}

.area_of_interest {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}

.area_of_interest_checkbox {
  margin-right: 5px;
}

.container_table_candidatura {
  margin-top: 10px;
}

#candidatura_form_vagas_table_pt_wrapper, #candidatura_form_vagas_table_en_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-style: solid;
  padding: 10px;
  border-width:thin;
  border-color: lightgrey;
}

#candidatura_form_vagas_table_pt caption, #candidatura_form_vagas_table_en caption {
  padding-top: 0px;
}

#candidatura_form_vagas_table_en_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#candidatura_form_vagas_table_en_info {
  text-align: center;
}

#candidatura_form_vagas_table_pt_info {
  text-align: center;
}

.candidatura_vagas_table_title {
  color: rgb(129,105,49);
  font-size: 16pt;
}

.table_vagas_column_header {
  padding-left: 10px !important;
}

.table_candidatura_unidade {
  background-image: none !important;
  cursor: default !important;
}

#exposicao_text_area {
  resize:none;
  max-width: 600px;
  width: 100%;
  height: 200px;
}

#attachment {
  display: none;
}

#candidatura_form_vagas_table_en, #candidatura_form_vagas_table_pt {
  margin-top: 10px;
}
