﻿form {
	margin: 20px 0;
}

td form, th form {
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
	width: 456px;
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	color: #000;
}

textarea {
	height: 80px;
}

.big input[type="text"],
.big input[type="password"],
.big textarea {
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
}

.numeric-form-table input[type="text"],
.type-int16 input[type="text"] {
	width: 30px;
}

.type-int32 input[type="text"],
.type-int64 input[type="text"] {
	width: 80px;
}

.type-datetime input[type="text"] {
	width: 120px;
}

.type-datetime.datatype-time input[type="text"] {
	width: 80px;
}

table.list input[type="text"],
table.data input[type="text"] {
	width: 80px;
	padding: 4px;
}

table.list .numeric input[type="text"],
table.data .numeric input[type="text"] {
	width: 40px;
}

input[type="text"].type-datetime {
	width: 80px;
	padding: 5px;
	border: 1px solid #999;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #000;
}

img.ui-datepicker-trigger {
	position: relative;
	height: 20px;
	line-height: 15px;
	margin-left: 5px;
	padding: 0 20px 0 0;
	white-space: nowrap;
	background: url(../img/calendar-20.png) no-repeat;
	vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: -5%;
}

input[type="checkbox"] {
	vertical-align: -15%;
}

select {
	margin: 4px 0;
	background: #fff;
	border: 1px solid #999;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	font-size: 15px;
	color: #000;
}

	select option {
	}

label {
	font-weight: normal;
}

.big label {
	font-size: 14px;
}

.type-filter {
	margin: 10px 10px 10px 20px;
	vertical-align: -50%;
}

input[type="button"], input[type="reset"], input[type="submit"], button {
	padding: 3px 10px;
}

.big input[type="button"],
.big input[type="reset"],
.big input[type="submit"],
.big button {
	font-size: 16px;
}

input[disabled] {
	cursor: default;
	color: #777;
	opacity: .25;
}

	input[disabled][type=checkbox] {
		opacity: .65;
	}

button[disabled], button[disabled]:hover {
	background-color: #9d9fa2;
	border-color: #9d9fa2;
	cursor: not-allowed;
}

button.link {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
	background: transparent;
	text-decoration: none;
	color: #676a6c;
	font-weight: normal;
	cursor: pointer;
}

	button.link:hover {
		font-weight: bold;
	}

div.validation-summary-errors {
	margin: 0 0 15px 0;
	padding: 15px;
	background: #fff2f6;
	border: 1px solid #e78;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #c03;
}

	div.validation-summary-errors span {
		display: block;
		margin: 0 0 5px 0;
		font-size: 15px;
	}

	div.validation-summary-errors ul {
		margin-bottom: 0px;
	}

	div.validation-summary-errors li {
		margin-bottom: 4px;
	}

span.field-validation-error {
	display: inline-block;
	margin: 4px 0 0 4px;
	vertical-align: top;
	color: #d04;
	font-weight: bold;
	font-size: 14px;
}


div.editor-label {
	float: left;
	clear: left;
	width: 180px;
	margin: 9px 20px 0 0;
	overflow: hidden;
	text-align: right;
}

	div.editor-label.invalid {
		color: #d04;
	}

div.mini-content div.editor-label {
	float: none;
	width: auto;
	margin: 0 0 3px 0;
	text-align: left;
}


div.form-field-aligned {
	margin: 0 60px 15px 260px;
}

div.editor-field {
	margin: 0 0 15px 160px;
}

	div.editor-field.type-boolean {
		width: 480px;
		padding: 7px 0 0 40px;
		text-align: left;
	}

div.mini-content div.editor-field {
	margin-left: 0;
}


div.editor-field div.unit {
	display: inline-block;
	margin: 9px 0 0 4px;
	vertical-align: top;
	text-transform: lowercase;
	color: #444;
}


div.editor-bigstart-buttons {
	margin: 20px 0 15px 349px;
}

div.editor-buttons {
	text-align: right;
	margin: 20px 493px 15px 0px;
}

	div.editor-buttons#report-print {
		bottom: 0px;
		right: 0px;
		position: absolute;
	}

.report-details div.editor-buttons#report-print {
	margin-right: 618px;
}

.suggestedFloat-details div.editor-buttons#report-print {
	margin-right: 430px;
}

.eod-report div.editor-buttons#report-print {
	margin-right: 0px;
}

div.mini-content div.editor-buttons {
	margin-left: 0;
}

div.editor-buttons-login {
	padding: 0 38px 0 0;
	margin: 0 0 45px 0;
}

div.editor-buttons-table {
	margin: 0 0 0 0;
}

div.noEmphasise {
    color: brown;
    background: #ffb8b8;
}

.radiobuttons,
.checkboxes {
	width: 458px;
	display: inline-block;
	padding: 6px 6px 2px 6px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.radiobuttons .radiobutton,
	.checkboxes .checkbox {
		display: block;
		margin: 0 0 5px 0;
	}

	.radiobuttons label,
	.checkboxes label {
		font-weight: normal;
	}


div.numeric-form-table {
	width: 456px;
	display: inline-block;
	padding: 6px 6px 10px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.bigstart {
	text-align: right;
	padding-right: 430px;
}

	.bigstart button {
		min-width: 100px;
	}

.bigstart-adjusted {
	margin: 0 430px 0 0;
}

.float-level-spacer {
	width: 20px;
}

table.numeric-form-table td.float-level-value,
table.numeric-form-table th.float-level-value {
	padding-left: 10px;
	text-align: right;
}
