html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 12px;

}

/*
* {
	line-height: normal;
	box-sizing: border-box;
}
*/

/*
ul {
	margin: 0em;
	padding: 0.4em;
	border: 0px !important;
}

li {
	margin: 0em;
	padding: 0.4em;
	border: 0px;
}

li a{
	padding: 0.1em;
	margin: 0em;
	text-decoration: none;
	white-space: nowrap;	
	display: inline-block;
}
*/
.DashboardTile {
	display: block;
	position: relative;
	float: left;
	width: 30em;
	height: 25em;
	margin: 1em;
	padding: 0em;
}

.DashboardTileContent {
	position: absolute;
	top: 2em;
	left: 0em;
	right: 0em;
	bottom: 0em;
	padding: 1em;
}

.DashboardTile h1 {
	padding: 0em;
	margin: 0em;
	font-size: 1em;
	height: 1em;
}

.DashboardTile h2 {
	padding: 0em;
	margin: 0em;
	font-size: 1.1em;
}

.ProjektTooltip {
	width: 45em;
}

.DashboardButton {
	position: absolute;
	bottom: 1em;
	left: 1em;
	width: 28em;
}

.DashboardTileItem {
	width: 100%;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	margin: 0em 0em 1em 0em;
}

.DashboardTileItem div {
	padding: 0em 0em;
	margin: 0em;
}

.DashboardTileItem Button {
	padding: 0em 0em;
	margin: 0em;
	width: 100%;
	height: 2em;
}


.DashboardTileItem:hover {
	background-color: #eeeeee;
}


.MenuIconLight {
	background-image: url("../lib/jqueryui/images/ui-icons_ffffff_256x240.png");

	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 0px;
	padding: 0px;
}

.MenuIconDark {
	background-image: url("../lib/jqueryui/images/ui-icons_222222_256x240.png");

	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 0px;
	padding: 0px;
}

.IconMap {
	background-image: url("../images/icon_map4_16x16.png");

	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 0px;
	padding: 0px;
}


.MenuWrap {
	position: absolute;
	display: inline-block;
	line-height: 1em;
	border: 0px;
	top: 50%;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
}

.MenuWrap li {
	list-style-image: none !important;
}

li a {
	text-decoration: none;
	white-space: nowrap;
	position: absolute;
	width: 90%;
	display: inline-block;
	margin: 0em;
	padding: 0em;
	line-height: 1em;
}

#menu {

	display: inline-block;
	overflow: hidden;
	width: 500px;
	border: 0px;
	line-height: 2em;
	height: 2em;
}

#menu>li {
	float: left;
	margin-right: 3em;
	/*width : 10em !important;*/
}

#menu .ui-menu {
	width: 20em;
}




h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0em 0em 0em 0em;
}

td {
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
}

th {
	font-size: 12px;
	text-align: left;
}

table {
	border-collapse: collapse;
}


textarea,
select,
input[type="text"] {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 0px solid #cccccc;
	background-color: #ffffff;
	color: #0070c0;
	padding: 0em;
}

.TabulatorM textarea,
.Dialog select,
.Dialog input[type="text"],
.Dialog input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
}

input[type="checkbox"] {
	position: relative;
	padding: 0;
	margin: 0;
}

br {
	clear: both;
}


.TerminCheckbox {
	display: none;
}

.TerminCheckbox:checked+label {
	background-color: #0070c0;
	color: #ffffff;
}

.TerminCheckbox+label {
	display: inline-block;
	background-color: #dddddd;
	border: 1px solid #cccccc;
	border-radius: 0.25em;
	box-sizing: border-box;
	width: 8%;
	margin: 0.2em 1%;
	padding: 0.1em 0;
	text-align: center;
	cursor: pointer;
}


.Listbox {
	float: left;
	border: 1px solid #eeeeee;
}

.Listbox label {
	float: none;
	display: block;
	min-width: 5em;
}

.FloatingPanel {
	box-sizing: border-box;
	background-color: #edeff2;
	margin: 1em;
	padding: 1em;
	float: left;
}

.Hint {
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #888888;
	padding: 0em 1em;
}

#tooltip {
	position: fixed;
	z-index: 50000;
	display: none;
	min-width: 5em;
	padding: 1em;
}

#tooltip h2 {
	margin: 0em;
	padding: 0em;
}

.alHRight {
	text-align: right;
}

.alHCenter {
	text-align: center;
}

.alHLeft {
	text-align: left;
}


.alVTop {
	vertical-align: top;
}

.alVCenter {
	vertical-align: middle !important;
}

.alVBottom {
	vertical-align: bottom;
}

.Underline {
	border-bottom: 1px solid #888888;
}

.UnderlineDouble {
	border-bottom: 3px double #888888;
}

.Selection {
	/*
	background-image: url(/images/compass2/selectedRow.png);
	background-position: center center;	
	*/
	background-color: #edeff2 !important;
}

.Disabled,
.DisabledGridRow>* {
	opacity: 0.3;
}



.Scrollbox {
	position: absolute;
	top: 1em;
	bottom: 1em;
	left: 1em;
	right: 1em;
	padding-right: 1em;
	overflow-y: auto;
}

.CenteredDialogBox {
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 2em;
	background-color: rgb(236, 238, 242);
	text-align: center;
	border-radius: 0.3em;
	border: 0.3em solid rgb(236, 238, 242);
	z-index: 300;
	display: none;
}

.CenteredDialogBox h1 {
	margin: 0em;
}

.CenteredDialogBox h2 {
	margin: 0em;
}

.Dialog {
	display: none;
}

.DialogTitle {
	font-weight: bold;
	height: 1.5em;
	line-height: 1.5em;
	vertical-align: middle;
	margin: -0.6em 0em;
	padding: 0em;
	top: 0.5em;
	position: relative;
}

.DialogTitle h1 {
	margin: 0em;
	padding: 0em;
	font-size: 1.5em;
}

.DialogTitle h2 {
	margin: 0em;
	padding: 0em;
	font-size: 1em;
}

.CenteredDialogBox label {
	display: inline-block;
	width: 6em;
	margin: 0.2em 0em;
	text-align: left;
}

.CenteredDialogBox input[type="text"],
.CenteredDialogBox input[type="password"] {
	display: inline-block;
	width: 12em;
	margin: 0.2em 0em;
	text-align: left;
	border: 1px solid rgb(206, 208, 206);
	padding: 0.1em;
}

.ErrorBox {
	border: 1px solid #ff0000;
	border-radius: 0.3em;
	background-color: #ffffff;
	color: #ff0000;
	font-weight: bold;
	margin: 0.4em;
}

.DialogWrap {
	position: fixed;
	top: 0em;
	left: 0em;
	right: 0em;
	bottom: 0em;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 200;
}

.ButtonsetButton {
	margin: -0.6em 0em !important;
	padding: 0.2em 1em !important;
	/*top: -0.1em;*/
	height: 2em;
}

.dx-datagrid-header-panel .dx-toolbar {
	margin: 0em 0em 0em 0em;
}

.dx-toolbar-items-container {
	width: 99% !important;
}

.dx-row-focused>* {
	background-color: #e9eefd !important;
	color: #000000 !important;
	border-color: #dd000000 !important;
}

.dx-toolbar {
	background-color: #ebebeb !important;
}

#tafelDialog {
	width: 50em;
	height: 40em;
}

#toolbar {
	position: fixed;
	top: 0em;
	height: 3em;
	line-height: 3em;
	vertical-align: middle;
	width: 100%;
	border-top: 1px solid #000000;
	/*
	background-color: rgb(146, 150, 159);
*/
	z-index: 50;
}

#toolbarSuchfeldWrap {
	position: absolute;
	right: 10em;
}

#toolbarSuchfeld {
	width: 20em;
}

#toolbar img {
	position: relative;
	top: 0.2em;
	max-height: 2.5em;
}

#toolbar div {
	margin: 0em 2em;
}

#header {
	box-sizing: border-box;
	position: absolute;
	background-color: #ffffff;
	left: 0em;
	top: 0em;
	right: 0em;
	height: 5em;
}

#mapContainer {
	position: fixed;
	left: 25em;
	right: 0em;
	top: 3em;
	bottom: 40vh;
}

#kasseDialog {
	height: 80vh;
}

#kasseDialogTabelle {
	height: 25%;
	margin-bottom: 2em;
}

#kasseDialogTabelle .jsgrid-grid-body {
	max-height: 40vh;
}

#warenkorbDialogTabelle {
	height: 75%;
	margin-bottom: 2em;
}

#warenkorbDialogTabelle .jsgrid-grid-body {
	max-height: 60vh;
}



.InfoPanelContent {
	padding: 1em;
	min-height: 3em;
}


#infobar {
	position: absolute;
	top: 3em;
	bottom: 40vh;
	left: 0em;
	width: 25em;
}


#tafelGridPanel {
	position: absolute;
	bottom: 0em;
	left: 0em;
	right: 0em;
	height: 40vh;
}

#tafelGridContainer .GroupHeader {
	position: absolute;
	background-color: transparent !important;
	top: 0.3em;
	z-index: 1;
}


#tafelGridContainer {
	position: absolute;
	top: 0em;
	bottom: 0em;
	left: 0em;
	right: 25em;
	border-right: 2px solid #ebebeb;
}

#tafelGrid {
	position: absolute;
	top: 0em;
	bottom: 0em;
	left: 0em;
	right: 0em;
}

#tafelFotosContainer {
	position: absolute;
	top: 0em;
	bottom: 0em;
	width: 25em;
	right: 0em;
	left: auto;
	/* background-color: #888888; */
}

#tafelFotosContainer .GroupHeader {
	position: absolute;
	top: 0em;
	left: 0em;
	right: 0em;
	height: 1.5em;
}

#tafelFotos {
	position: absolute;
	top: 3em;
	bottom: 1em;
	left: 1em;
	right: 1em;
	text-align: center;
}

.FotoWrap {
	height: 45%;
	aspect-ratio: 4 / 3;
	/* line-height: 100%; */
	/*
	height: 75%;
	width: 12em;
	height: 9em;
	line-height: 9em;
	*/
	border: 1px solid #888888;
	background-color: #ffffff;
	margin: 0em 1em 1em 0em;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	color: #000000;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);

}

.Foto {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.BigFoto {
	width: auto;
	height: 80vh;
	object-fit: cover !important;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
}


#tafelGrid .dx-texteditor-input-container {
	height: 1.8em;
}

#tafelGrid .dx-toolbar-items-container {
	height: 2em;
}

#tafelGrid .dx-texteditor-input {
	padding-top: 0em;
	margin-top: -0.2em;
}

#tafelGrid .dx-placeholder {
	margin-top: -0.2em;
}

#tafelGrid .dx-datagrid-header-panel {
	border-bottom: 0px solid black !important;
}

.dx-datagrid-rowsview {
	line-height: 1em;
}

.Fill {
	position: absolute;
	width: 100%;
	height: 100%;
}

/*
#infobarWarenkorbProduktionskosten {
	position: fixed;
	bottom: 0em;
	left: 22em;
	width: 20em;
	height: 15em;
}
#infobarWarenkorbBruttokontakte {
	position: fixed;
	width: 30em;
	height: 15em;
	right: 1em;
	bottom: 0em;
} */
#infobarFilialen {
	position: fixed;
	width: 70em;
	/*max-height: 30em;*/
	/*height: 5em;*/
	right: 1em;
	bottom: 0em;
}

#infobarFilialen .jsgrid-grid-body {
	max-height: 15em;
}

.InfobarCloseButton {
	position: absolute;
	right: 0.2em;
	top: 0.2em;
}

.Legende {
	position: fixed;
	top: 1em;
	right: 1em;
	width: 12em;
	padding: 1em;
	line-height: 2.7em;
	vertical-align: middle;
	display: none;
	transform: scale(0.8);
}

.LegendeIcon {
	float: left;
	width: 2.5em;
	height: 2.5em;
	/* border-radius: 0.5em; */
	margin: 0em 0.5em 0em 0em;
}

.LegendeIcon img {
	max-height: 2em;
}

.Legende h3 {
	margin: 0em 0em;
}

#busy {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 100%;
	vertical-align: middle;
	text-align: center;
	/*	
	background-color: #000000;
	color: #bbbbbb;
*/
	font-size: 5em;
	display: none;
}

.busyElement {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1) url(../images/loader.gif) center center no-repeat;
	background-size: 15em;
	opacity: .5;
}

#busy span {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#blender {
	position: fixed;
	top: 0em;
	left: 0em;
	right: 0em;
	bottom: 0em;
	z-index: 50;
}



.Frontal {
	z-index: 2000 !important;
}



.ValueField {
	color: #0070c0;
}

.Tabulator {
	float: left;
	padding: 0em;
	margin: 0em 0em;
	white-space: nowrap;
}

.TabulatorM {
	float: left;
	padding: 0em;
	margin: 0.25em 0em;
	line-height: 2em;
	white-space: nowrap;
}

.TabulatorM .jsgrid {
	line-height: 1em;
}

.LineHeight2 {
	line-height: 2em;
}

.W10em {
	width: 10em;
}

.W20em {
	width: 20em;
}

.W30em {
	width: 30em;
}

.W5 {
	width: 5%;
}

.W10 {
	width: 10%;
}

.W15 {
	width: 15%;
}

.W20 {
	width: 20%;
}

.W25 {
	width: 25%;
}

.W30 {
	width: 30%;
}

.W33 {
	width: 33%;
}

.W40 {
	width: 40%;
}

.W50 {
	width: 50%;
}

.W60 {
	width: 60%;
}

.W66 {
	width: 66%;
}

.W70 {
	width: 70%;
}

.W75 {
	width: 75%;
}

.W80 {
	width: 80%;
}

.W90 {
	width: 90%;
}

.W100 {
	width: 100%;
}

.SelectedButton {
	background-color: #0070c0;
	opacity: 1 !important;
	filter: alpha(Opacity=100) !important;
}

.SelectedButton .ui-icon {
	background-image: url("../lib/jqueryui/images/ui-icons_ffffff_256x240.png") !important;
}

.ui-widget.ui-widget-content {
	border: 0px solid black;
}


.ui-dialog {
	padding: 0em;
	box-shadow: 0 0 5em 2em #0002;
}

.ui-button,
.ui-button:focus {
	border: 0px solid black !important;
}

.ui-icon,
.ui-dialog-titlebar-close {
	background-color: transparent;
}

.ui-widget-overlay {
	background-color: #ddd;
	opacity: 0.6;
}

#faqDialog_content {
	height: 40em;
}

.Panel {
	box-sizing: border-box;
	background-color: #edeff2;
	padding: 1em;
	border: 1em solid #ffffff;
	margin: 0em;
	white-space: normal !important;
}

.GroupHeader {
	background-color: #ebebeb;
	padding: 0.4em 0.5em;
	margin: 0em 0em 0.5em 0em;
	font-weight: bold;
}

.SelectionCell {
	display: flex;
	flex-wrap: nowrap;
	/* Zeilenumbruch verhindern */
	justify-content: space-between;
	height: 2em;
	align-items: center;
	line-height: 1em;
}

.SelectionCellButtons {
	display: flex;
}

.SelectionCellKosten {
	padding: 0;
	margin: 0;
}

.Head {
	font-weight: bold;
}

.TafelSelectionField button {
	position: relative;
	top: -0.1em;
}

.ImageContainer {
	width: 15em;
	height: 10.6em;
	border: 1px solid #dddddd;
	position: relative;
}

.ImageContainer * {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: normal;
	line-height: 1em;
	text-align: center;
}

.CursorNormal {
	cursor: default !important;
}

.RedFont {
	color: #dd0000;
}

#hilfeOverlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100000;
	cursor: pointer;
}

.Hilfetext {
	position: absolute;
	width: 14em;
	margin-left: -7em;
}

.Hilfetext_Linie {
	position: absolute;
	left: 50%;
	width: 1%;
	height: 3em;
	border-left: 1px solid #ffffff;
}

.Hilfetext_Text {
	position: absolute;
	color: rgb(255, 255, 255);
	width: 100%;
}