/*** header styling start ***/
h1#app_title {
	top: 0em;
}
p#app_subsystem {
	top: 0em;
}


::placeholder { 
  font-style: italic;
}

input[name="files"]::placeholder {
    color: darkblue; 
    font-style: normal; 
}

fieldset.na-transaction a[name="delete_certification"].na-icon_button_notext.no_background:before,
fieldset.na-transaction a[name="delete_academ_qual"].na-icon_button_notext.no_background:before,
fieldset.na-transaction a[name="delete_language"].na-icon_button_notext.no_background:before,
fieldset.na-transaction a[name="delete_prev_employment"].na-icon_button_notext.no_background:before{
	color: red;
}

img.recruitment_apply_logo {
  display: block;
  margin: 2em auto;
  max-width: 18em;
}	

p.recruitment_apply_title {
	font-size: 2em;
  width: 11em;
  display: block;
  margin: 2em auto;
}	

p.recruitment_apply_message {
	font-size: 1em;
	font-weight: 600;
  width: 30em;
  height: 4em;
  line-height: 2em;
  text-align: center;
  background-color: #ffb6c18f;
  display: block;
  margin: 1em auto;
}	

p.recruitment_apply_message.success {
	background-color: #90ee9082;
}

a.recruitment_apply_buttons {
  width: 10em;
  height: 2em;
  padding-top: 0.5em;
	position: relative;
  font-size: 1.1em;
  font-weight: 600;
  box-shadow: none;   
  color: #1496d6;  
  border: 1px solid #bbbcc4; 
  display:block; 
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.3em;  
  text-align: center;
  border-radius: 4px;
	text-decoration:none;
  margin: 0.25em auto;
  background-color: #1e57dbf2;
}
a.recruitment_apply_buttons i {
	color: white;
  margin-right: 1em;
  display: inline-block;
}
a.recruitment_apply_buttons span {
  color:white;
  font-size: 1em;
  display:inline-block;
  letter-spacing:1px;
}