
/*******************************
 ***  Icons für den Statusbar
 *******************************/
.statusHappyHourIcon {
	position: relative;
	float: left;
	width: 25px;
	height: 21px;
	background: transparent url(../../../img/touchscreen/workbench/happyHour.png) top left no-repeat;
}
.statusHappyHourDisableIcon {
	position: relative;
	float: left;
	width: 25px;
	height: 21px;
	background: transparent url(../../../img/touchscreen/workbench/happyHour-sw.png) top left no-repeat;
}

/****************************************************
 ***  Icons für die Liste mit den gesuchten Tischen
 ****************************************************/
#searchTableReprintIcon {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	background: transparent url(../../../img/touchscreen/tablefunctions/printer.png) center center no-repeat;
}
#searchTableTipIcon {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	background: transparent url(../../../img/touchscreen/tablefunctions/coins.png) center center no-repeat;
}
#searchTablePaymethodIcon {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	background: transparent url(../../../img/touchscreen/tablefunctions/paymethodchange.png) center center no-repeat;
}
#searchTableCancelIcon {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	background: transparent url(../../../img/touchscreen/tablefunctions/delete.png) center center no-repeat;
}

/********************************************
 ***  Icons für die Positionen in der Kasse
 ********************************************/
.position_delete_icon {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	background: transparent url(../../../img/trash-green.png) top left no-repeat;
}
.position_cancel_icon {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	background: transparent url(../../../img/trash-red.png) top left no-repeat;
}
 
/***********************************************************************
 ***  Icon um den Status des Küchenmonitors bei einem Tisch anzuzeigen
 ***********************************************************************/
.monitorOrderedIconTable {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	height: 24px;
	background: transparent url(../../../img/monitor/actions/start_24x24.png) center center no-repeat;
}
.monitorInProgressIconTable {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	height: 24px;
	background: transparent url(../../../img/monitor/actions/cook_small_24x24.png) center center no-repeat;
}
.monitorServeIconTable {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	height: 24px;
	background: transparent url(../../../img/monitor/actions/serve_cutlery_24x24.png) center center no-repeat;
}
.monitorServedIconTable {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	height: 24px;
	background: transparent url(../../../img/monitor/actions/done_24x24.png) center center no-repeat;
}
