@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
.pos_box{
	font-size: 20px;
	width:100%;
	height: 700px; margin: auto;
	
	padding: 10px;
}
.pos_calc_box{
	height: 400px;
	width: 100%;
	border-radius: 5px;
	display: inline-block;
}
.sml_heading{
	font-size:20px;
	font-weight: bold;

}
.calc_screen{
	resize: none;
	width: 40%;
	height: 50px;
	overflow: hidden;
	font-size: 30px;
	border-radius: 5px 5px 0px 0px;
	border: none;
	
	outline: none;
	border-bottom: 2px solid #1d91b8;
	display: inline-block; 
}
.pos_bl_box{
	height: 400px;
	width: 320px;
	background-color: black;
	float: right;
	display: inline-block;
	border-radius: 5px;
	opacity: 0.9;

}
.shop_name{
	margin: auto;
   font-family: 'Oswald', sans-serif;


}
.calc_btn{
	padding: 5px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 25px;
	border-radius: 5px;
	border: 1px solid lightgrey;
	background-color: white;
	width: 40px;
}
.calc_btn:focus{
	background-color: lightblue;

}
.calc_zero_btn{
	width: 104px;
}
.fild_form{
	padding: 5px;
}
.putDataTable td,th{
	padding: 5px;
	font-size: 13px;

}
.putDataTable{
	overflow: auto;
	height: 380px;
	position: relative;
	bottom: 50px;
	border: 1px solid lightgrey;
	display: inline-block;
    
}
.freezTableHeading{
	 background: white;
  position: sticky;
  top: 0;
  
}
.box_stop{
	position: relative;
	bottom: 500px;
	background-color: orange;
	border-radius: 4px;
	display: none;
}








