/* 
    Document   : form
    Created on : Oct 27, 2011, 9:57:13 AM
    Author     : norbert.kiss
    Description:
        Purpose of the stylesheet follows.
*/

div.form label.inline-label {
    display: inline;
    font-weight: normal;
}

form .row-container.changed > fieldset > legend .icon-save,
body form .row-container > fieldset > legend .icon-save:hover {
	opacity : 1;
}
form .row-container:not(.changed) > fieldset > legend .icon-save {
	opacity : 0.3;
}

form .row.changed, form fieldset.changed > .row, .row-container.changed > fieldset > .row {
	background-color: #bdf;
}

form .row-container:not(.changed) {
	background-color: #fff;
}

form .ui-sortable > .ui-state-highlight {
	/*border: 1px dashed #1c94c4;*/
	background-color: #bdf;
}
form .ui-sortable > .ui-state-highlight,
form .ui-sortable > .ui-state-highlight * {
	background-image: none;
}

form .row.buttons input {
	margin-right: 5px;
}

.article-searchable {
	position: relative;
	left: 240px;
}

div.form label {
	font-size:1em;
}