.acqua-tmpl-spacer-01 {
	position: relative;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-spacer-01.logged .spacer {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-spacer-01.logged:hover .spacer {
	outline: 1px dotted #337ab7;
}
.acqua-tmpl-spacer-01 .spacer-placeholder {
	display: none;
	font-weight: 600;
	font-size: 14px;
	color: #337ab7;
	text-align: center;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-spacer-01.logged:hover .spacer-placeholder {
	display: block;
}
.acqua-tmpl-spacer-01 .edit-icon {
	z-index: 25;
	width: auto;
	padding: 0 5px 0 25px;
	opacity: 1 !important;
}
.acqua-tmpl-spacer-01 .edit-icon .fa {
	left: 5px;
	transform: translate(0,-50%);
}
.acqua-tmpl-spacer-01 .acqua-widget-tools {
	top: 0;
	z-index: 25;
}
.acqua-tmpl-spacer-01 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}