.body {
    overflow: hidden;
    height: 100%; 
    max-height: 100%; 
}

.loginlogo {
    width: 200px;
    height: 120px;
    margin: 0px auto;
    background-image: url("https://app.caterist.de/pictures/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 160px auto;
}

.logo {
	background:none;
    background-image:url("https://app.caterist.de/pictures/logo.png");
    background-repeat:no-repeat;
    background-position:center center;
	background-size:160px auto;
    width:200px;
    height:130px;
    position:absolute;
    left:27px;
	top:20px;
	z-index:20000;
}

.leftPanel {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    overflow-y: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	overflow-x:hidden;
    width:240px;
    min-width:250px;
    background-color:#eeeeee;
	margin-right:20px;
	border-left:10px solid #00a764;
}

.rightPanel {
    position: fixed;
    top: 0; 
    left:260px; /*Set left value to WidthOfFrameDiv*/
    right: 0;
    bottom: 0;
    overflow: auto; 
    padding-bottom:50px;
	padding-left:40px;
	padding-right:40px;
}

.navigation {
    margin-top:170px;
}


.naviPoint {
    width:210px;
    height:10px;
    padding-top:12px;
    padding-bottom:20px;
    padding-left:40px;
    color:#808080;
    border-bottom:1px solid #E6E6E6;
	transition:background 0.4s;
	line-height:0px!important;
}

.naviPoint:hover {
    color:#FFFFFF;
    background-color:#00a764; 
}

.naviPointActive {
    width:210px;
    height:10px;
    padding-top:12px;
    padding-bottom:20px;
    padding-left:40px;
    color:#FFFFFF;
    font-weight:normal;
    background-color:#00a764; 
	line-height:0px!important;
}

.li {
    font-size:10pt;
    height:10px;
    padding-top:10px;
    padding-bottom:20px;
    padding-left:43px;
    color:#6C6C6C;
    font-weight:normal;
    border-bottom:1px solid #E6E6E6;
    background:#D9D9D9;
	transition:background 0.4s;
}

.li:before {
    content: "■"; 
    font-family:"Arial Black";
    padding-right:20px;
    color:#00a764;      
}

.li:hover {
    background:#AFAFAF;
    border-bottom:1px solid #E6E6E6;
}

.liActive {
    font-size:10pt;
    height:10px;
    padding-top:10px;
    padding-bottom:20px;
    padding-left:43px;
    color:#6C6C6C;
    font-weight:normal;
    background:#AFAFAF!important;
    border-bottom:1px solid #E6E6E6;
}

.liActive:before {
    content: "■"; 
    font-family:"Arial Black";
    padding-right:20px;
    color:#00a764;  
}

hr {
	border: none;
    height: 1px;
    color: #CCC;
    background-color: #CCC;
	margin-top:30px;
	margin-bottom:30px;
}

.formStatus {
	height:auto;
	*max-width:200px;
	padding:15px 15px;
	background:#00a764;
	color:#FFF;
	border-radius:3px;
	margin-top:4px;
	margin-bottom:4px;
	text-align:center;
	font-weight:bold;
}

.textDiv {
	width:auto;
	float:left;
	height:auto;
	margin-right:20px;
	border-radius:3px;
	border:1px solid #afacac;
	text-align:center;
	padding:10px 10px;
	margin-bottom:5px;
}

.red {
	color:red;
}



@media only screen and (max-width: 768px) {
	input[type="text"], input[type="button"], input[type="submit"]{
		width:100%;
	}
	
	.textDiv {
		width:calc(100% - 20px);
	}
	
	#statusMessage {
		bottom:10px;
		width:calc(100% - 60px);
		left:10px;
		height:15px;
	}
	
	h1 {
		*margin:0px auto;
	}
	
	.deleteButton {
		width:auto!important;
		margin-left:10px;
	}
	
	.leftPanel {
		position: absolute;
		top: 0;
		left: 10;		
		overflow: scroll; /*Disable scrollbars. Set to "scroll" to enable*/
		width:240px;
		background-color:#eeeeee;
		margin-right:20px;
		z-index:11000;
	}

	.rightPanel {
		position: fixed;
		top: 0; 
		left:0px;
		right: 0;
		bottom: 0;
		overflow: auto; 
		padding-bottom:50px; 
		background:#f9f9f9;
		padding-left:10px;
		padding-right:10px;
		padding-top:30px;
		z-index:11001;
		-webkit-box-shadow: 0 0 5px #161616;
		box-shadow: 0 0 5px #161616;
	}
	
	.menuButton {
		width:30px;
		height:16px;
		position:fixed;
		top:10px;
		left:10px;
		z-index:99999999;
		*background-image:url("../pictures/mobile.menu.button.png");
		*background-repeat:no-repeat;
		*background-size:30px 16px;
		padding-bottom:20px;
		margin-bottom:40px;
		cursor:pointer;
	}

	.menuButton span {
	  display: block;
	  width: 20px;
	  height: 20px;
	  cursor: pointer;
	  border-radius: 0px;
	  margin: 15% auto;
	  -webkit-transition: all .7s ease, -webkit-transform .7s ease;
			  transition: all .7s ease, transform .7s ease;
	  background: -webkit-linear-gradient(top, transparent 0%, transparent 20%, #2E313C 20%, #2E313C 23%, transparent 23%, transparent 48%, #2E313C 48%, #2E313C 50%, transparent 47%, transparent 76%, #2E313C 76%, #2E313C 78%, transparent 78%), -webkit-linear-gradient(transparent, transparent);
	  background: linear-gradient(to bottom, transparent 0%, transparent 20%, #2E313C 20%, #2E313C 23%, transparent 23%, transparent 48%, #2E313C 48%, #2E313C 50%, transparent 47%, transparent 76%, #2E313C 76%, #2E313C 78%, transparent 78%), linear-gradient(transparent, transparent);
	}
	
	.menuButton span:active, .menuButton span:hover {
	  -webkit-transform: scale(0.9);
		  -ms-transform: scale(0.9);
			  transform: scale(0.9);
	}
	
	.menuButton span.clicked {
	  background: -webkit-linear-gradient(135deg, transparent 0%, transparent 48%, #2E313C 49%, #2E313C 51%, transparent 51%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 48%, #2E313C 49%, #2E313C 51%, transparent 51%, transparent 100%);
	  background: linear-gradient(-45deg, transparent 0%, transparent 48%, #2E313C 49%, #2E313C 51%, transparent 51%, transparent 100%), linear-gradient(45deg, transparent 0%, transparent 48%, #2E313C 49%, #2E313C 51%, transparent 51%, transparent 100%);
	  -webkit-transform: rotate(180deg);
		  -ms-transform: rotate(180deg);
			  transform: rotate(180deg);
	}
	
	.menuButton span.clicked:active, .menuButton span.clicked:hover {
	  -webkit-transform: scale(0.9) rotate(180deg);
		  -ms-transform: scale(0.9) rotate(180deg);
			  transform: scale(0.9) rotate(180deg);
	}
	
	.greyedOut {
		width:100%;
		height:100%;
		*background:#888;
		*opacity:.8;
		*filter:opacity(.4);
		position:fixed;
		top:0;
		left:0;
		filter:blur(3px);
	}
}