.payments-process-group-block{
	padding: 10px;
	border: #d9d9d9 1px dashed;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
}
.payments-process-group-delete{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: #f25824;
	transition: 0.3s;
	border-radius: 10px;
	color: #FFF;
}
.payments-process-group-delete:hover, .payments-process-group-delete:focus, .payments-process-group-delete:active{
	background: #cd4c20;
	color: #FFF;
}
.payments-process-group-delete:after{
	content: "×";
	position: absolute;
	left: 5px;
	top: -5px;
	font-size: 18px;
	font-weight: 400;
}
.payments-process-group-delete:hover:after,.payments-process-group-delete:focus:after,.payments-process-group-delete:active:after{
	color: #FFF;
}
input[type='number']{
	background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-sizing: border-box;
    color: #000000;
    height: 24px;
    padding: 0 5px;
}
.payments-processor-inactive-row > *:not(.table-action-button),
.line-through{
	color: #999;
	text-decoration: line-through;
}
.payments-processor-field-value{
	font-weight: bold;
	padding: 3px 0;
}
.payment-processor-payment-block{
	padding: 10px;
	border: #d9d9d9 1px dashed;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
}
.payment-processor-payment-block + .payment-processor-payment-block{
	padding-top: 40px;
}
.payments-processor-cheque-row + .payments-processor-cheque-row{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #d9d9d9;
}
.payments-processor-header-top{
	float: right;
	max-width: 300px;
}
.payment-processor-notes-button{
	background: none;
	border: #71a950 1px solid;
	width: 100%;
	height: 24px;
	color: #71a950;
	transition: 0.3s;
	line-height: 22px;
}
.payment-processor-notes-button:hover, .payment-processor-notes-button.active{
	color: #FFF;
	background: #71a950;
}
.payment-processor-notes-button:active, .payment-processor-notes-button:focus{
	color: #71a950;
	background: none;
}
.payment-processor-order-separator{
	margin-top: 10px;
	padding-top: 25px;
	border-top: 1px solid #d9d9d9;
}
.payment-processor-header{
	padding-bottom: 0;
}
.payment-processor-header a{
	font-weight: 200;
	font-size: 12.8px;
}
.quantity-cell{
	width: 65px;
}
.price-cell{
	width: 100px;
}
.action-cell{
	width: 70px;
}
.no-table-borders-and-bgs td{
	background: none !important;
	border: none !important;
}
.no-table-borders-and-bgs tr{
	background: none !important;
	border: none !important;
}
.payment-processor-bottom-add{
	margin-top: -145px;
}
.payment-processor-autocomplete-wrapper{
	position: relative;
}
.payment-processor-autocomplete-container{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #FFF;
	z-index: 10;
	border-left: #d9d9d9 1px solid;
	border-right: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	max-height: 200px;
	overflow: auto;
}
.payment-processor-autocomplete-container li a{
	padding: 5px;
	color: #71a950;
	text-decoration: none;
	display: block;
	font-weight: 400;
}
.payment-processor-autocomplete-container li a:hover, .payment-processor-autocomplete-container li a:focus, .payment-processor-autocomplete-container li a:active{
	color: #71a950;
	text-decoration: none;
	background: #f2f2f2;
}
.payment-processor-autocomplete-container li.payment-processor-autocomplete-not-found{
	padding: 5px;
	color: #999;
	font-style: italic;
}
.pp-hedaeble-item-number{
	position: relative;
	width: 40px;	
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 0 auto;
}
.pp-hedaeble-item-number span{
	opacity: 1;
	transition: 0.3s;
}
.pp-hedaeble-item-number.static span{
	opacity: 1 !important;
}
.pp-hedaeble-item-number.static a{
	display: none !important;
}
.pp-hedaeble-item-number a{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -19px;
	opacity: 0;
	transition: 0.3s;
}
.pp-order-item-row:hover .pp-hedaeble-item-number a{
	opacity: 1;
}
.pp-order-item-row:hover .pp-hedaeble-item-number span{
	opacity: 0;
}
.pp-select-all{
	float: right;
	margin: 15px 25px 0 0;
}
.order-product-table{
	min-width: 600px;
}
.pp-modal-wrapper{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}
.pp-modal-wrapper.padded{
	padding: 20px 10px;
}
.pp-modal-box{
	width: 100%;
	max-width: 350px;
	background: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: auto;
	position: relative;
}
.pp-modal-box.middle{
	max-width: 650px;
}
.pp-modal-header{
	background: #595959;
	padding: 15px;
	color: #FFF;
	font-size: 120%;
}
.pp-modal-box .mfp-close{
	top: 4px;
	margin: 0 5px;
}
.pp-catalog-table{
	font-size: 13px;
}
.pp-modal-box .mfp-close:hover, .pp-modal-box .mfp-close:active, .pp-modal-box .mfp-close:focus{
	color: #FFF;
	text-decoration: none;
}
.pp-modal-body{
	padding: 15px 10px;
	font-size: 14px;
}
.payment-processor-switchable-button{
	background: none;
	border: #71a950 1px solid;
	width: auto;
	height: 24px;
	color: #71a950;
	transition: 0.3s;
	line-height: 22px;
}
.payment-processor-switchable-button:hover, .payment-processor-switchable-button.active, .payment-processor-switchable-button:active, .payment-processor-switchable-button:focus{
	color: #FFF;
	background: #71a950;
}
.payment-processor-payment-notification.red{
	border: #f8e0d8 1px solid;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 15px;
	background: #faebe6;		
	text-align: center;
	font-weight: 400;
}
.lg-align-center{
	text-align: center;
}
.payment-cheque-block + .payment-cheque-block{
	margin-top: 20px;
}
.payment-delete-button{
	float: right;
}
.payment-cheque-block-header{
	font-size: 120%;
	margin-bottom: 5px;
}
.payment-cheque-block .payment-processor-payment-block + .payment-processor-payment-block{
	padding-top: 10px;
}
.payment-processor-note-field{
	height: 60px;
}
.pp-noscroll{
	overflow: hidden;
}
.pp-bank-row{
	padding-bottom: 5px;
}
.pp-settings-logo{
	text-align: center;
}
.pp-settings-logo img{
	max-width: 100%;
	margin-bottom: 15px;
	vertical-align: top;
}
.pp-settings-table-logo{
	max-width: 150px;
}
.pp-catalog-top-row{
	display: flex;
}
.pp-catalog-top-row .button{
	width: 170px;
	margin-left: 10px;
	font-size: 13px;
}
.pp-catalog-top-row input[type='text']{
	height: 30px;
}
.pp-catalog-stop-sign{
	color: #f25824;
	font-size: 16px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.payments-processor-header-top{
		float: none;
		max-width: none;
		padding-top: 10px;
	}
	.payment-processor-bottom-add{
		margin-top: 0;
	}	
	.lg-align-center{
		text-align: inherit;
	}
}