
/*******************************************************
 *** Dialog zum nachträglichen Buchen eines Trinkgeldes
 *******************************************************/
#trinkgeldStep3Message1 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	width: 100%;
	font-size: 12px;
}
#trinkgeldStep3Message2 {
	width: 452px; /*602*/
	height: 350px;
	position: absolute;
	/* top: 262px; */
	left: 150px;
	font-weight: bold;
	padding: 15px 150px 15px 15px;
	overflow: hidden;
	padding: 25px;
	font-size: 20px;
}
#trinkgeldStep3TipSaved {
	position: absolute;
	top: 45px;
	left: 100px;
}

/*************************************************
 *** Dialog in dem der X-Abschlag angezeigt wird
 *************************************************/
.abschlag_header {
	width: 300px;
	height: 20px;
	text-align: left;
}
.abschlag_lable {
	width: 300px;
	height: 20px;
	text-align: left;
}
.abschlag_amount {
	width: 200px;
	height: 20px;
	text-align: right;
}
.abschlag_receipt_numbers {
	width: 45px;
	height: 20px;
	text-align: right;
}

/********************************************************************************
 *** Dialog in dem die Buttons nach dem Bezahlen eines Tisches angezeigt werden
 ********************************************************************************/
#checkoutFinishButtons {
	position: relative;
	width: calc(100% - 320px);
	height: 100%;
	padding-top: 10px;
	background-color: white;
	display: flex;
	justify-content: center;
}
#checkoutFinishButtonsContent {
	width: 600px;
}
#checkoutFinishButtonsParkedTables {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 40px;
}

/********************************************************
 *** Dialog in dem man den Type der Kasse geändert kann
 ********************************************************/
#cashpointTypeOverview {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
}
#cashpointTypeContent {
	width: 1000px;
}
#cashpointTypeParkedTables {
	position: relative;
	float: left;
	width: calc(100% - 50px);
	padding-top: 40px;
	padding-left: 50px;
}
