/* --------------------------------------------
 *     Styles for block with new/edit form
 * -------------------------------------------- */

/*
 * block with new/edit form
 * allways used after with baseBlock
 * like class='baseBlock editBlock'
 */

.editBlock {
    border: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #f6fbfe;
}

.editBlock form .formBody{
    /* clear: both;*/
}

.editBlock form .formBodyNew{
	background-color: #D3EED1;
}

.editBlock form .entry {
}

.editBlock form .entry .wym_box{
    margin-left: 1em;
    margin-right: 1em;
}

.editBlock .entry .entryXhtml {
    min-height: 100px;
}

/* makes textareas to fall down to next line bellow label */
.editBlock form .entry textarea {
    width: 95%;
}

.editBlock form label {
}

.editBlock form .fakelabel {
    text-align: right;
    padding: 1px 5px 1px 1px;
}

.editBlock form .hint {
	display: inline;
	font-size: smaller;
	font-variant: italic;
	padding-left: 3px;
}

.editBlock form .requiredEntry input, .editBlock form .requiredEntry select {
    background: #fff5f5;
}

/* S. span.problem { */
.editBlock form span.error {
    font-size: 0.8em;
    color: #ff3f43;
}

.editBlock button, .editBlock a.pseudoButton {
	cursor: pointer;
    border: 2px solid #d5d5d5;
	padding: 0px 20px 0px 20px;
    margin: 7px 15px 0px 0px;
    background-color: #fff;
    color: #3399e3;
    font-size: 1em;
}
.editBlock button:hover, .editBlock a.pseudoButton:hover {
    color: #c00004;
}

.editBlock button#mainTableNewButton {
    width: 11em;
    margin-left:0;
    margin-bottom: 0.3em;
}

.editBlock fieldset {
    border: 0px;
}

.editBlock input {
    font-size: 0.8em;
    padding: 1px 5px 1px 5px;
    background-color: #fff;
    border: 1px solid #afd8f5;
}
.editBlock select {
    font-size: 0.8em;
    padding-left: 0.4em;
    padding: 1px 0px 1px 5px;
    border: 1px solid #afd8f5;
    max-width: 500px;
}
.editBlock textarea {
    border: 1px solid #afd8f5;
}
.editBlock input[type="submit"]{
	cursor: pointer;
}
.editBlock input[type="submit"]:hover {
    color: #c00004;
}
.editBlock input[type="button"]{
	cursor: pointer;
}
.editBlock input[type="button"]:hover {
    color: #c00004;
}

.editBlock .printButton {
	vertical-align:bottom;
	margin: 7px 15px 0 0;
}

.editBlock br {
    padding: 0px;
    margin: 0px;
    line-height: 2px;
    clear: both;
}
.editBlock .entryNumber,
.editBlock .entryDecimal,
.editBlock .entryInteger{
    width: 5em;
}
.editBlock input.entryText,
.editBlock input.entryEmail {
    width: 15em;
}
.editBlock .entryPassword {
    width: 15em;
}
.editBlock .entryDate {
    width: 8em;

}
.editBlock .entryDatetime {
    width: 15em;
}
.editBlock .entryFile {
    width: 25em;
    height: 2em;
}
.editBlock .entryEnumSelect {
}
.editBlock .entryEnumRadio {
}
.editBlock .entryLabel {
}
.editBlock .inputError {
    border: 1px solid #ffa9ab !important;
}

.editBlock a {
    color: #3399e3;
    font-weight: normal;
}

.editBlock a:hover {
    color: #c00004;
}

.editTable {
	border-spacing: 0px;
	border-collapse: collapse;
}

.editTable td.labelCell {
	text-align: right;
	padding: 0px 5px 0px 10px;
	vertical-align: top;
}
.editTable td.valueCell {
	vertical-align: middle;
}
.editTable td.footerCell {

}
/*
* included relations
*/

td.innerCheckboxes {
	font-size: 0.75em;
}
.scrollableInnerInputs{
	overflow: scroll;
}

/*
* Detail - not editable form
*/
.detailBody .entry{

}
/* input alternative in detail context */
.detailBody .entryNumber,
.detailBody .entryDecimal,
.detailBody .entryInteger,
.detailBody .entryBoolean,
.detailBody .entryText,
.detailBody .entryXhtml,
.detailBody .entryEnum,
.detailBody .entryDate,
.detailBody .entryDatetime,
.detailBody .entryFile {
    font-size: 0.8em;
    padding: 1px 5px 1px 5px;
    background-color: #eee;
    border: 1px solid #afd8f5;
    min-height: 1em;
}
.detailBody .entryXhtml {
	width: 300px;
}
.detailBody .entryBoolean {
	width: 30px;
}
/*
* Print detail
*/
.printDetailTable {
	border-spacing: 0px;
	border-collapse: collapse;
}
.printDetailTable td{
	vertical-align:top;
	padding: 5px 5px 5px 5px;
}
.printDetailTable td.labelCell {
	text-align: right;
	padding: 2px 5px 2px 25px;
}
.printDetailTable td.valueCell {
	padding: 3px 10px 3px 2px;
	text-align: left;
	font-weight: bold;
}

.printBody div.entry{
	display: inline;
}
.printBody .entryNumber,
.printBody .entryDecimal,
.printBody .entryInteger,
.printBody .entryBoolean,
.printBody .entryText,
.printBody .entryXhtml,
.printBody .entryEnum,
.printBody .entryDate,
.printBody .entryDatetime,
.printBody .entryFile {
	display: inline;
}
/*
* clientcase
*/
table#clientCase_mainForm td.labelCell{
	width: 100px;
}
table#clientCase_mainForm td.documentCell{
	padding-left: 30px;
}
div#content div.event-list {
    cursor: grab;
}
div#content div.event-list span.event-list-toggle {
    background-image: url("jquery/images/ui-icons_444444_256x240.png");
    background-position: -224px -48px;
    display: inline-block;
    height: 12px;
    width: 16px;
}

/*
*  multientry
*/


table.caseactMForm {
	margin: 5px 10px 5px 10px;
}
table.caseactMForm td{
	white-space: nowrap;
}
table.caseactMForm td.label {
	padding-right: 5px;
}
table.caseactMForm div.entry{
	display:inline;
}
