.tisch {
	width: 35px;
	padding: .20em 0;
	position: absolute;
	background-color: #ff2b2b;
	color: #ffffff;
	border: solid thin #a6a6a6;
	z-index: 10;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 2px 3px 4px #333333;
	box-shadow: 2px 3px 4px #333333;
	transition: all 0.15s;
	box-sizing: content-box;
	line-height: 1;
}

/*.tisch:hover {
	background-color: #c86cac;
	color:#FFFFFF;
	-webkit-box-shadow: 4px 6px 6px #333333;
	box-shadow: 4px 6px 6px #333333;
	width: 29px;
	transition: all 0.2s;
}*/

.freierTisch {
	background-color: #c6ffb3 !important;
	color: #555555;
}

.tischZuKlein {
	background-color: #FFEF19;
	color: #555555;
}

label.markiert {
	background-color: orange;
	color: #FFFFFF;
}

.tischHighlight {
	border-color: #E3E3E3;
	background-color: #c86cac !important;
	color:#FFFFFF;
}

.tisch input {
	display: none;
	/*visibility: hidden;*/
}

#tischPlan {
	position: relative;
	overflow-x: auto;
}

@media (max-width: 640px) {
	#tischPlan {
		width: 100%;
	}
}



.ocred {
	background: #ff2b2b;
}

.ocblue {
	background: #00008B;
}

.ocgreen {
	background: #006400; /* 013220 */
}

.ocorange {
	background:#F90; 
}

.lockspan{
	padding-top: 0;
    position: absolute;
    margin-left: 4px;
    margin-top: -2px;
    line-height: 1.2;
    text-align: left;
    width: max-content;
    font-size: 9px !important;
}

.disabledTable {
	cursor: no-drop;
}
.text-orange{
	/*color: orange;*/
}
.text-light-red{
	background: #fb000063;
}
.text-light-green{
	background: #00640063;
}
.text-light-blue{
	background: #00008b63;
}