input.form_field_hilite, select.form_field_hilite {
	background-color: yellow;
}

input[readonly].form_field_hilite, select[readonly].form_field_hilite {
	background-color: #f3f3ba;
}

input[readonly] {
	color: darkgray;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

[data-messages-reports] {
    width: 50%;
    position: absolute;
    z-index: 10000;
    right: 25px;
    top: 20px;
}

[data-messages-reports] .alert {
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}

[data-messages-reports] [data-error-messages] p {
	margin-bottom: 0px;
}