body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	position: relative; /* to have the same offsetParent in Firefox and IE */
  font-size: 0;
}

/*
There is another technique for clearfix, but it doesn't work when a contained element (like a popup)
is taller that the containing element:

.clearfix {
	overflow: hidden;
}
*/

.errormessage {
    color: white;
    background: #C00000;
    padding: 0.5em;
    text-align: left;
    font-weight: bold;
}
.field-error {
  color: #C00000;
  font-weight: bold;
}

.small-error {
  color: #C00000;
  font-weight: bold;
}

/** newcandidate dropbox chooser **/
#cv-section, #other-section {
  margin-top: 0.5em;
}
#cv-section > *, #other-section > * {
  vertical-align: middle;
}
#content .dropbox-dropin-btn {
  font-weight: inherit;
  color: black;
  background: white;
  border: 1px solid #CCC;
  border-radius: 4px;
}

/** newcandidate/description fields **/
div.columns div.field {
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
}

label.description {
	display: block;
	color: #555;
	font-weight: bold;
	font-size: 0.95em;
	margin-bottom: 0.2em;
}

span.required {
  color: red;
  font-weight: bold;
}

div.file-input a {
	margin-left: 0.4em;
}

ul.choices {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 1em;
}

ul.choices li {
	margin: 0.4em 0;
}

ul.choices input {
	vertical-align: middle;
	margin: 0;
	margin-right: 0.2em;
}

a.form-cancel, a.form-cancel-link {
  margin-left: 1em;
}
.current-step { font-weight: bold; }
.name_head {
	font-weight : bold;
}
.error{
    background-color : #C44;
    padding : 0.5em;
    text-align : left;
    color : white;
    font-size:150%;
    font-weight:bold;
}
.error_quest_form{
  font-size:100%;
}

/* Questionnaire */

div.questionnaire-input .question {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
div.questionnaire-input .answer {
  margin-bottom: 1.5em;
}
.questionnaire-input input[type=text] {
  box-sizing: border-box;
  width: 100%;
}
table.questionnaire-multicol,
table.questionnaire-multicol td {
  padding: 0;
  margin: 0;
  border: 0;
}
table.questionnaire-multicol td.column {
  padding-left: 1.5em;
  vertical-align: top;
}
table.questionnaire-multicol td.column.first-child {
  padding-left: 0;
}
ul.ul_questionnaire {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.ul_questionnaire li {
  padding-top: 0.2em;
}
ul.ul_questionnaire li.first-child {
  padding-top: 0;
}
/***
 * End of questionnaire
 */

.newcandidate__uploaded {
  border-collapse: separate;
  border-spacing: .1875em;
  padding-left: 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  /* 2 / 10.66666666 = .1875 */
}

.newcandidate__upload__progress {
  font-weight: bold;
}
.ajax-progress,
.ajax-error {
  margin-top: -6px;
  margin-bottom: -6px;
  vertical-align: middle;
}

.newcandidate__fieldset,
.indeed-description__section {
	margin: 2em 0;
	border: none;
	padding: 0;
}

.no-bottom-space {
  margin-bottom: 0 !important; padding-bottom: 0 !important;
}

.development-banner, .notification-banner {
  text-align: center;
  padding: 0.5em;
}
.development-banner {
  color: white;
  font-weight: bold;
  background-color: #3a9fc0;
}
.notification-banner {
  /*background-color: #d47709;*/
  background-color: #FFC67F;
  color: #444;
  /*color: white;*/
}
.notification-banner a,
.notification-banner a:hover,
.notification-banner a:visited {
  text-decoration: underline;
  color: inherit;
}
