
/********************************************************************
 *** Dialog um einen Vorgang wieder zu eröffnen oder für ein Storno
 ********************************************************************/

/*************************************************
 *** Tabellen in der Positionen angezeigt werden
 *************************************************/
.reopen_table_row {
	vertical-align: top;
}
.reopen_table_active_row {
	font-weight: bold;
}
.reopen_table_cell {
	height: 24px;
}

/********************************************************
 ***  Einstellung für das wieder eröffnen eines Vorgangs
 ********************************************************/
.reopenArticleDesc {
	text-align: left;
	width: 35%;
}
.reopenSinglePrice {
	text-align: right;
	width: 10%;
}
.reopenAmount {
	text-align: right;
	width: 10%;
}
.reopenAlreadyCanceled {
	text-align: right;
	width: 10%;
}
.reopenTotalPrice {
	text-align: right;
	width: 15%;
}

/********************************************************
 ***  Einstellung für das Storno&Retoure eines Vorgangs
 ********************************************************/
.retoureArticleDesc {
	text-align: left;
	width: 35%;
}
.retoureSinglePrice {
	text-align: right;
	width: 10%;
}
.retoureAmount {
	text-align: right;
	width: 10%;
}
.retoureAlreadyCanceled {
	text-align: right;
	width: 10%;
}
.retoureCancellations {
	text-align: right;
	width: 20%;
}
.retoureInputAmount {
	width: 70px;
	text-align: right;
}
.retoureInputAmountDiv {
	border: 1px solid #036;
	width: 70px;
	height: 20px;
	font-size: 16px;
	float: inline-start;
}

/** Checkbox um einen Stornierungsgrund mehreren Position zuzuordnen */

#retoureStep3Checkbox {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
#retoureStep3CheckboxLabel {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	font-family: tahoma, arial,sans-serif;
	font-size: 20px;
}

/** ---------------------------- */
.summaryArticleDesc {
	text-align: left;
	width: 40%;
	white-space: nowrap;
	overflow: hidden;
}
.summarySinglePrice {
	display: none;
}
.summaryAmount {
	display: none;
}
.summaryAlreadyCanceled {
	display: none;
}
.summaryReasonDesc {
	text-align: left;
	width: 40%;
	white-space: nowrap;
	overflow: hidden;
	max-width: 150px;
}
.summaryCancellations {
	text-align: right;
	width: 20%;
}



/** ---------------------------- */

/** Abweichung in der Auflösung 1366 * 768 */
@media only screen and (width : 1366px){
	
	.summaryArticleDesc {
		width: 25%;
	}
	.summarySinglePrice {
		text-align: right;
		width: 7%;
		display: table-cell;
	}
	.summaryAmount {
		text-align: center;
		width: 7%;
		display: table-cell;
	}
	.summaryAlreadyCanceled {
		text-align: center;
		width: 7%;
		display: table-cell;
	}
	.summaryReasonDesc {
		width: 20%;
	}
	.summaryCancellations {
		width: 10%;
	}
}
