/* Formular Styles */
input.validationError,
select.validationError,
textarea.validationError {
	color: #a94442;
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
input.validationError:focus,
select.validationErro:focus,
textarea.validationError:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

p.validationError{
	color: #a94442;
	margin-top: 0.5em;	
}

.btn-default {
    background-color: #27519a !important;
    border-color: #27519a !important;
    color: #ffffff;
}

.btn-default:hover,
.btn-default:focus{
	color: #fff;
}

.form-horizontal .control-label {
    text-align: left;
}
.formhandler_removelink {
    margin-left: 30px;
}
.fileupload-list {
    list-style: outside none none;
    float: left;
    padding: 0;
}
.fileupload-list > li {
    clear: both;
}
label {
    font-weight: 400;
}
input[type="file"] {
    font-size: 15px;
}