
.navbar-custom { background-color: red; }

html, body {
	margin:0;
	height: 100%;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: black;
}


.hideAll { position:fixed; top:0px; left:0px; width:100%; height:100%;
	background:rgba(0,0,0,0.55);
}
.dlg {
	padding: 10px; width:100%; position:fixed; bottom:0px; left:0px;
	border-top: 3px solid white;
	background:rgba(64,64,64,0.85);
	color:white;
}
.dlgTitle {
	padding: 10px; font-size:1cm; text-align:center;
}
.btngroup {
	display: flex; flex-flow: row wrap;
	justify-content:space-evenly; align-items: stretch; align-content: stretch;
}
.softbutton {
	min-width: 6cm; min-height: 2.5cm; padding:10px;margin:3px;
	text-align:center; vertical-align:middle; font-size:1.5cm; justify-content:center;
	cursor:pointer;
}

.btnfree {background: rgba(0,200,0,0.75);				border:2px outset rgba(0,200,0,0.75);	}
.btnoccd {background: rgba(200,0,0,0.75);	border:2px outset rgba(200,0,0,0.75);	}
.btnwarn {background: rgba(250,220,0,0.75);	border:2px outset rgba(250,220,0,0.75);	}
.btnothr {background: grey;					border:2px outset lightgrey;	}


.label {
	display:block;
}

.modus {
	position:absolute;
	bottom:0px;
	right:0px;
}
