sub, sup {
	font-size: 75%;
}

sub {
	vertical-align: baseline;
}

.col-number { text-align: right; }

.fieldset {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	padding-top: 5px;
/*	background-color: #d5e566;*/
}

legend {
	font-size: 115%;
	font-weight: bold;
	padding: 5px 10px;
	background-color:#D60B52;
	color:#FFF;
	width:97%;
}

.form-row {
	position: relative;
	clear: both;
	margin-bottom: 3px;
	margin-left:20px;
}

.form-field {
	float: left;
	padding-right: 10px;
}

.form-row label,
.form-row .label {
	float: left;
	width: 12em;
	padding-right: 1em;
}

.form-row h4 {
	display: list-item;
	margin: 10px 0;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}

.wrap input {
	float: left;
}
.wrap {
	float: left;
	width: 679px;
	padding-bottom: 3px;
}

.answer {
	float: left;
	width: 650px;
	padding-bottom: 3px;
}

.form-row p {
	margin: 5px 0 15px;
	padding-left: 15px;
	font-style: italic;
}

.form-row .heading {
	margin-bottom: 5px;
}

.form-row .heading * {
	float: left;
	font-style: italic;
	text-align: right;
}

.form-row input,
.form-row select {
	border: 1px solid #00267f;
}

.form-row input[type=checkbox], .form-row input[type=radio]{
	border: none;
}

.form-row input {
	text-align: right;
}

.form-row .small  { }
.form-row .medium { width: 20em; }
.form-row .large  { width: 30em; }

.form-row .vert-divider {
	margin-top: 3px;
}

.form-row .field-errors {
	margin: 2px 0 7px 17em;
	border-width: 1px;
	color: #ff0000;
	background-color: #ffcccc;
}

.form-row .field-errors * {
	padding: 2px 3px;
	color: #ff0000;
}

.form-row.error-no-margin .field-errors{
	margin: 0;
}

.field-action {
	display: inline;
}

.delete-fertilizer {
	display: block;
	cursor: pointer;
}

.form-row .text {
	text-align: left;
}

.form-row input[type=checkbox] {
	margin-left: 6px;
}

.form-row input[readonly] {
	background-color: #ddd;
}

.question .disabled-info {
	display: none;
}

.question.disabled .disabled-info {
	display: block;
	font-style: italic;
}

.question.disabled .form-row,
.question.disabled .form-header p {
	display: none;
}

.form-header p {
	font-style: italic;
}

.form-row .answer-info {
	position: absolute;
	display: inline;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url('../../assets/images/icons/help.png');
}

.form-row .answer-info p {
	z-index: 9;
	display: none;
	position: absolute;
	left: 30px;
	height: auto;
	width: 20em;
	border-width: 1px;
	padding: 5px 10px;
	background-color: #b9d300;
}

.buttons {
	margin-top: 5px;
}

.buttons .button {
	border: 1px solid #00267f;
	padding: 2px 5px 3px;
	text-decoration: none;
	background-color: #e0e0e0;
	cursor: pointer;
}

.left {
	text-align: left !important;
}

#missing-steps {
	border-width: 1px;
	padding: 5px;
	color: #ff0000;
	background-color: #ffcccc;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.unfinished {
	font-weight: bold;
	background-color: #ffcccc;
}

.hidden {
	display: none;
}

.farms th {
	border-bottom: 1px solid #fff;
}

.farms td {
	border-bottom: 1px solid #fff;
	padding-bottom: 23px;
}

.farms .active_farm td {
	padding-top: 4px;
	font-weight: bold;
}

.farms .farm_actions {
	position: relative;
	font-weight: normal;
	width: 2px;
}

.farms .farm_actions .actions {
	position: absolute;
	display: inline;
	top: 20px;
	right: 0;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
	list-style-position: inline;
}

.farms .farm_actions .actions li {
	display: inline;
}

.farms .farm_actions .actions a {
	text-decoration: none;
}

.farms .farm_actions .actions a:hover {
	background-color: #d5e566;
}

.farms .farm:hover {
	background-color: #b9d300;
}

.highlightable:hover * {
	background-color: #b9d300;
}

.admin-language {
	clear: left;
}

.admin-language .label {
	width: 25em;
}

.admin-language .empty input,
.admin-language .empty textarea {
	background-color: #ffcccc;
}

.admin-language a {
	cursor: pointer;
}

.admin-pages .form-field {
	padding: 2px 0;
}

.admin-pages img {
	vertical-align: bottom;
}

.admin-users .actions .help {
	position: absolute;
	width: 15em;
	height: auto;
	display: none;
	border-width: 1px;
	padding: 5px;
}

.admin-users .actions:hover .help {
	display: block;
}

tr.total td {
	padding-top: 8px;
}

.table-functional{
	margin-left:10px;
}

.table-functional td{
	padding-left:5px;
}
