/* Styles for basic forms
-----------------------------------------------------------*/

form
{
    clear: left;
}

fieldset
{
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 1.5em 0;
    border-radius: 10px;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.reportviewer {
    width: 350px;
    margin: 0 auto;
}
.container {
    padding: 15px;
  margin-right: auto;
  margin-left: auto;
    width: 350px;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}


textarea
{
    min-height: 75px;
}

.editor-label
{
    clear:left;
    margin: 0 0 3px 0;
    float:left;
    width:200px;
}

.editor-field
{
    margin: 0 0 10px 0;
    float:left;
}

.textarea {
    width: 300px;
    height: 150px;
}

.left {
    float: left;
}

.right {
    float: right;
}

input[type="text"], input[type="password"], textarea
{
    padding: 3px;
    width: 200px;
}

select {
    height: 25px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

label.error
{
    color: #ff0000;
    display: block;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error, input.error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.clear
{
    clear: left;
}

#selectors
{
    border: solid 1px #ddd;
    float: left;
    margin: 10px 0;
    padding: 10px;
}

#selectors label
{
    display: block;
    margin-bottom: 5px;
}

.added, .available
{
    float: left;
}

.added
{
    margin-right: 10px;
}

.added select, .available select
{
    width: 260px;
}

.buttons
{
    float: left;
    text-align: center;
    margin: 40px 10px 0 0;
}

.buttons button
{
    display: block;
    width: 40px;
}

.employees, .crops
{
    height: 150px;
}

h3
{
    margin-bottom: 10px;
}

.checkbox-item
{
    padding-bottom: 5px;
}

.employee-note-cell
{
    max-width: 100px;
}


.ui-combobox {
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle {
	position: absolute !important;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0 !important;
}
.ui-combobox-input {
	margin: 0;
    height: 25px;
    width: 200px;
}
	