.ngbusy {
	background: url(./../../../ngpluginbuy/img/busy.gif) no-repeat center center;
}

.ngbusy>* {
	opacity: 0.2;
}

.ngpluginparagraphpaymentcontainer {
	min-height: 100px;
	padding-bottom: 1px;
}

.ngpluginparagraphpayment button:disabled {
	opacity: 0.2;
	cursor: wait;
}

.ngpluginparagraphpayment form {
	margin: 0 0 20px 0;
}

.ngpluginparagraphpayment form div {
	margin-bottom: 4px;
}

.ngvalidationerror {
	color: #993c54;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.ngpluginparagraphpaymentnav button
{	
	margin: 0;
	text-decoration: none;
	border-color: #3b6580;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #dd458a;
	font: 14px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
    float: right;
}

.ngpluginparagraphpaymentnav button:hover
{	
	border-color: #4588b1;
	background: #4588b1;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: uppercase;
	
	color: #ffffff;	
}

.ngpluginparagraphpaymentnav button:focus
{
    outline: none;
}

@media (max-width: 767px) {

	.sqr .ngpluginparagraphpaymentnav button {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}