#payment
{
	display:none;
}
#customerPayment
{
	height:30vh;
}
.noPadding
{
	padding:0 !important;
}
p
{
	font-size:3vw;
	margin:0;
}

#submitbtn
{
	height:10vh;
}
#returnMoneyCount
{
	overflow-y: hidden;
	overflow-x: auto;
	text-align:center;
	font-size:3vw;
}

#returnMoney
{
	margin-top:1vh;
}
#totalReturn
{
	font-size:3vw;
	text-align:center;
}
#clearReturns
{
	height:10vh;
}
.payBtn
{
	height:10vh;
	font-size:2vw;
	bottom:5vh;
	right:5vh;	
	position:fixed;
	
}
.coinImg
{
	margin-top:1vh;
}
.noteImg
{
	height:32vh;
}
#notes2
{
	margin-top:2vh;
}
#paidNoteImg
{
	transform: rotate(80deg);
}
#paidAmount
{
	position:absolute;
	bottom:16vh;
}
#custDiv
{
	position:fixed;
	bottom:0;
	
}
.showClicked
{
	background-color:white;
	margin-top:1vh;
}

.textFonts
{
	color:white;
	font-weight:700;
}

.bgClass
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	height:100%;
}
