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

.ngbusy>* {
	opacity: 0.2;
}

.ngpluginparagraphconfirmcontainer {
	min-height: 100px;
}

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

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

.ngpluginparagraphconfirm .ngconfirmcheck {
	margin: 20px 0;
}

.ngpluginparagraphconfirm .ngconfirmcheck input {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.ngpluginparagraphconfirm .ngconfirmcheck p {
	margin: 0 0 0 24px;
	padding: 0;
	line-height: 100%;
}

.ngconfirmtablecontainer {
 
	border: 1px solid #eeeeee;
	padding: 10px;
	margin: 20px 0;	
}

.ngpluginparagraphconfirm .ngconfirmtablecontainer table
{
	border-collapse: collapse;
	width: 100%;
}

.ngpluginparagraphconfirm .ngconfirmtablecontainer td {
	padding: 6px 12px 6px 12px;
	line-height: 100%;
	text-align: left;
	vertical-align: top;
	font: 14px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #464646;
	letter-spacing: 0px;
}

.ngpluginparagraphconfirm .ngconfirmtablecontainer td.ngfill a,
.ngpluginparagraphconfirm .ngconfirmtablecontainer td.ngfill span {
	display:block;
	text-decoration: none;
	margin-bottom: 4px;
}

.ngpluginparagraphconfirm .ngconfirmtablecontainer tbody>tr {
	border-color: #ebeff3;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

.ngpluginparagraphconfirm .ngconfirmtablecontainer img {
	display: block;
	border: 0;
	width: 48px;
	height: 48px;
}

.ngpluginparagraphconfirm .ngconfirmtablecontainer td.ngprice {
	text-align: right;
	white-space: nowrap;
}

.ngpluginparagraphconfirm .ngconfirmtablecontainer td.ngfill {
	width: 100%;
}

.ngpluginparagraphconfirm td.alt {
	background: #ebebeb;
}


.ngpluginparagraphconfirmnav 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;
}

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

.ngpluginparagraphconfirmnav button:focus
{
    outline: none;
}

.ngpluginparagraphconfirmleftcol {
	width: 49%;
	float: left;
	margin-right: 1%;
	margin-bottom: 20px;
}

.ngpluginparagraphconfirmrightcol {
	width: 49%;
	float: left;
	margin-left: 1%;
	margin-bottom: 20px;
}

.ngconfirmshowmobiletablerow {
	display: none;
}

@media (max-width: 767px) {

	.sqr .ngpluginparagraphconfirmnav button {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.sqr .ngpluginparagraphconfirmleftcol,
	.sqr .ngpluginparagraphconfirmrightcol {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	
	.sqr .ngconfirmhidemobile {
		display: none;
	}
	.sqr .ngconfirmshowmobiletablerow {
		display: table-row;
	}
	
}