label.control-label {
	font-family: 'SFRBold';
    font-size: 1.1em;
    margin-bottom: 5px;
}

label.control-label.required:after {
	content: " *";
}

input.form-control, div.form-control {
	height: 50px;
    width: 100%;
    border: 0;
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
	border-radius: 0;
	box-shadow: none;
}

select.form-control {
	height: 50px;
    font-size: 1.1em;
}

input[type=text]:read-only {
	cursor: not-allowed;
}

form > div.alert {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-bottom: 3px solid #d90429;
	font-family: 'SFRBold';
	color: #d90429;
	padding-bottom: 0;
	background-color: transparent;
}

form .checkbox, form .radio,
form .checkbox+.checkbox, form .radio+.radio {
	margin-top: 0;
}

form .checkbox label {
	width: 100%;
	text-align: left;
}

form .checkbox input[type=checkbox] {
	margin-right: 12px;
}

form .radio label {
	width: 100%;
	text-align: left;
}

form .radio input[type=radio] {
	margin-right: 12px;
}

form .form-group {
	position: relative;
	clear: left;
}

form .form-group.form-auto-hide {
	display: none;
}

.btn {
	display: block;
    font-family: 'SFRBold';
    height: 47px;
    margin: 0;
    border: none;
    font-size: 1.1em;
	border-radius: 0;
}

.btn-red {
	box-shadow: 0;
	background-color: #d90429;
	color: #ffffff;
}

.btn-red:hover {
	color: #ffffff;
}

.btn-red:not(:disabled):hover {
	color: #ffffff;
	text-decoration: underline;
}

.btn-red:not(:disabled):active, .btn-red:not(:disabled):focus, .btn-red:not(:disabled):active {
	box-shadow: none;
  	outline: 0;
	background-color: #fff;
	color: #d90429;
}

.btn-file > .fa {
	margin-right: 0;
}

span.help-block {
	display: block;
	margin-top: 4px;
    font-family: 'SFRBold';
    font-size: 1.1em;
}

div.has-error span.help-block {
	color: #d90429;
}

span.help_popup {
	padding: 6px;
}

span.help_popup,
span.help_popup > a {
	color: #d90429;
	
}

div.has-error input[type=text],
div.has-error input[type=password],
div.has-error div.file-caption,
div.has-error select {
	border-color: #d90429;
	border-bottom: solid 3px #d90429;
}

div.has-error [type="checkbox"]:not(:checked) + label:before,
div.has-error [type="checkbox"]:checked + label:before {
	border: 3px solid #d90429;
}

div.has-error > .control-label {
	color: initial;
}

div.has-error .input-group > .form-control {
	box-shadow: none;
}

form.form-inline {
	display: table;
	margin: 0 auto;
}

form.form-inline > div {
	display: inline-block;
}

form.form-inline > button {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

form.form-inline label.control-label {
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 5px;
}

form > div.buttons {
	clear: left;
	margin-left: 20px;
}

form > div.buttons.inline {
	text-align: center;
    margin: 20px auto;
}

form > div.buttons.inline > button {
	display: inline-block;
	margin-top: 20px;
}

form.form-inline div.form-group {
	padding: 0px 2px;
}

form.form-inline div.form-group > label {
	display: block;
}

/*little fix on the enabler form for the cat1 and cat2 part*/
label[for="enablers_form_cat1_1"], label[for="enablers_form_cat2_1"]{
    padding-left: 35px !important;
}


label[for="enablers_form_cat1_1"]:before, label[for="enablers_form_cat2_1"]:before{
    left: 10px !important;
}

label[for="enablers_form_cat1_1"]:after, label[for="enablers_form_cat2_1"]:after{
    left: 10px !important;
}
/*end of the fix*/