body{
	font-family: 'Abyssinica SIL', serif;
}
.menu{
	position: fixed;
	width: 350px;
	height: 100%;
	border-right: 2px solid black;

}
.tbs{
position: fixed;
	width:71%;
	height: 90%;
	overflow-y: scroll;
	right: 0px;
	top: 50px;
}
.ormenu{
	background: #353848;
	color: white;
}
.tbl{
	margin: 5px;
	background: #353848;
	width: 200px;
	height: 120px;
	text-align: center;
	color: white;
	display: inline-block;
	position: relative;
}
.tblname{
	font-size: 90px;
}
.green{
	background: green;
    padding: 8px;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    right: 6px;
    bottom: 4px;
    border-radius: 10px;
}
.red{
	background: red;
    padding: 8px;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    right: 6px;
    bottom: 4px;
    border-radius: 10px;
}

.ofetch{
	color: white;
	width: 90%;
	margin: auto;
	position: relative;
}

.ofetch img,.ofetch .otext{
	display: inline-block;
	vertical-align: top;
}

.otext{
	width: 50%;
	text-align: center;
}

.calcplace{
	position: absolute;
	bottom: 0px;
	width: 90%;
	margin: auto;
}
.calcplace .left{

}

.calcplace .right{
	float: right;
}
.calcplace .tt{
	font-size: 22px;
}


.single_pro{
	width: 230px;
    height: 100px;
    background: #f0f0f0;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    border: 1px solid #333;
}
.single_pro img{
	width: 80px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
}
.protext{
display: inline-block;
vertical-align: middle;
width: 140px;
}
.print_box{
	display: none;
}

.waiter_assign{
	position: absolute;
	top: 50px;
	left: 35%;
	background: white;
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
}

.reportshow,.piti,.perchaserdata{
	position: absolute;
	top: 50px;
	left: 35%;
	background: white;
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
	width: 400px;
	height: 600px;
	overflow-y: scroll;
}

.single_kit{
	display: inline-block;
	margin: 5px;
	background: green;
	width: 300px;
	height: 300px;
	font-weight: 1000;
	vertical-align: top;
	border-radius: 10px;
}
.anim{
	width: 280px;
	height: 260px;
	background: white;
animation: pad 1s ease-in infinite ;
}
@keyframes pad{
	from{
		zoom: .9;
	}
	to{
		zoom:1;
	}
}
