
body {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  color: #3c3c3c;
  font-family: "ff-din-web-pro", "ff-din-web", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.block-form{
	padding: 0px 15px 0px 0px;
}

.mandatory{
	font-weight: bold;
}

.no-mandatory, .mandatory{
	color: #515151;
	display:block;
	font-size:14px;
}

label, label.mandatory, label.no-mandatory {
    display: none;
}

legend{
	display:none;
}

fieldset{
	border:none;
}

select:invalid {  /* Hack used to display select first element in grey */
    color: #adadad;
}

.hr {
  border-bottom: 1px solid #ccc;
  height: 1px;
  clear: both;
  margin-bottom: 20px;
  width: 100%;
}

.hr hr{
	display:none;
}

hr {
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 1px;
}

.fieldset-50 {
	float: left;
	width: 297px;
	margin: 0 22px 0 0;
	display:block;
}

.legend-display{
	display:block;
	height: 69px;
	width: 340px;
	float: left;
}

.span_radio {
	width: 138px;
	display: block;
	margin-right: 10px;
	float: left;
	position: relative;
}

.span_radio input{
  position: absolute;
  top: 4px;
}

.span_radio input {
  box-sizing: border-box;
  padding: 0;
}

.span_radio input {
  line-height: normal;
}

.span_radio input{
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

.span_radio label {
  display: block;
  padding-left: 17px;
  margin: 0;
}

.textarea-other{
	width: 290px;
	display: block;
	height: 151px;
}

.main-field{
	height:138px;
}

.personal{
	height:23px;
}

.required-fields {
	float:left;
}

.button-submit{
	float:right;
}

input[type="submit"]{
	padding: 3px 20px;
}

.error {
	color: red;
}

.field-error {
	color: red;
	font-weight: bold;
	margin-bottom: 8px;
}

.form-control {
	margin-bottom: 18px;
}

.form-control.error {
	margin-bottom: 0px;
}

textarea[name="description"].form-control {
	height: 140px;
	margin-bottom: 15px;
}