
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{
/*
	-webkit-appearance: menulist-button;
	-webkit-rtl-ordering: logical;
	align-items: center;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(204, 204, 204);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: default;
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 18px;
	letter-spacing: normal;
	line-height: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow-x: visible;
	overflow-y: visible;
	text-align: start;
	text-indent: 0px;
	text-rendering: auto;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: pre;
	width: 297px;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	zoom: 1;
*/
}

select:invalid {  /* Hack used to display select first element in grey */
    color: #adadad;
}
input[type="text"]{
/*
	-webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 1px;
	color: rgb(0, 0, 0);
	cursor: auto;
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 14px;
	letter-spacing: normal;
	line-height: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	text-align: start;
	text-indent: 0px;
	text-rendering: auto;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	width: 294px;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	zoom: 1;
*/
}

.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"]{
/*
	background: none repeat scroll 0 0 #373737;
	border: 0 none;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
*/
	padding: 3px 20px;
}

.error {
	padding: 0;
	color: #EE0000;
	font-weight: bold;
	margin:0px;
	display:none;
}

.form-control {
	margin-bottom: 18px;
}

textarea[name="description"].form-control {
	height: 140px;
	margin-bottom: 15px;
}