html {
  overflow-x: hidden; }

body {
  background: #fff;
  line-height: 1.7;
  color: #6f6f6f; 
}

 /* Custom css PIV*/ 
 
 
.payglobal{
	display:none;/**/
	position:fixed;	
	z-index:99;
}

 .navbar {
	 background: #ffa555 !important;
 }
 .hideasdefault{
	 display:none;
 }
 .table-bordered td{
	border: 0px!important; 
 }
 
 .total{
	padding: 20px 30px;
	font-size: 20px;
	margin-bottom: 0px;
 }
 .card-body{
	padding:0px; 
 }
 .custom-control-label{
	line-height: 1.5;
	font-weight: normal;
	font-size: 1.25rem;
 }
 .quantity{
	width: 52px;
 }
 .btn-sm{
	 font-size: 8px!important;
 }
 .btn-link{
	 padding: 20px 30px;
	 font-size: 20px!important;
 }
 .fa-file-pdf{
	 font-size: 20px;
 }
 .oncenter{
	 text-align: center !important;
 }
 #selectedstore{
	 display: none;
 }
 .minwidth{
	 width: 320px!important;
 }
 .fontstyle th{
	 font-family: 'ubuntu';
	 font-weight: 300;
 }
 .bgred{
	background: #fa8072;
	color: #ffffff !important;
 }
 .fa-undo{
	 cursor: pointer!important;
 }
 .invoicecontainer{
	 border: 2px solid #000000;
	 padding: 0px;
 }
 .navbar-dark .navbar-nav .nav-link {
    color:#ffffff!important;
}
.hidden{
	display:none;
}

@media only screen and (max-width: 400px) {
  
	.form-group{
		width: 100%!important;
	}
}
 
/* Custom css PIV*/ 

