.acqua-tmpl-payment-01 {
	position: relative;
	margin-bottom: 30px;	
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-payment-01.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-payment-01.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-payment-01 .row {
	position: relative;
}
.acqua-tmpl-payment-01 .edit-icon {
	position: absolute;
	z-index: 15;
	top: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	cursor: pointer;
	opacity: 0;
}
.acqua-tmpl-payment-01:hover .edit-icon,
.acqua-tmpl-payment-01:focus .edit-icon {
	opacity: 1;
}
.acqua-tmpl-payment-01 .edit-icon .fa {
	position: relative;
	left: 7px;
}
.acqua-tmpl-payment-01 .edit-icon:hover,
.acqua-tmpl-payment-01 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-payment-01 .acqua-widget-tools {
	position: absolute;
	z-index: -1;
	top: 5px;
	right: 0;
	padding: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	text-align: right;
	background-color: #000;
	background-color: rgba(0,0,0,.65);
	border: 1px solid #000;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);
			box-shadow: 0 2px 5px rgba(0,0,0,.5);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	opacity: 0;
}
.acqua-tmpl-payment-01:hover .acqua-widget-tools {
	z-index: 15;
	opacity: 1;
}
.acqua-tmpl-payment-01:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,.95);
}
.acqua-tmpl-payment-01 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-payment-01 .acqua-widget-tools a {
	display: inline-block;
	padding: 0 5px 2px;
	font-weight: 300;
	font-size: 12px;
	color: #222;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	border: 1px solid #000;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-payment-01 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-payment-01 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #c0264c;
}
.acqua-tmpl-payment-01 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-payment-01 .acqua-payment-form-show-button-wrapper {
	margin-bottom: 30px;
	text-align: center;
}
.acqua-tmpl-payment-01 .acqua-payment-form-show-button {
	display: inline-block;
	min-width: 200px;
}
.acqua-tmpl-payment-01 .acqua-payment-form {
	max-height: auto;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	transition: min-height .25s ease;
	overflow: visible;
}
.acqua-tmpl-payment-01 .acqua-payment-form.hide-form {
	max-height: 0;
	overflow: hidden;
}
.acqua-tmpl-payment-01 .acqua-payment-form label {
	color: #555;
}
.acqua-tmpl-payment-01 .acqua-payment-form .form-control {
	border: 2px solid #ccc;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-tmpl-payment-01 .acqua-payment-form .buttons {
	min-width: 150px;
	margin-top: 15px;
	text-align: center;
}
.acqua-tmpl-payment-01 .payment-us-form-confirm {
	padding: 15px;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	background-color: #f3f3f3;
}
.acqua-tmpl-payment-01 .payment-us-form-spinner {
	font-size: 16px;
	text-align: center;
}