.modal.acqua-edit-widget-modal {
	z-index: 1100;
}
body.widget-modal-open {
	padding-right: 17px;
	overflow: hidden;
}
.acqua-tmpl-popup-01 {
	position: relative;
	min-height: 30px;
	margin-bottom: 30px;
}
.acqua-tmpl-popup-01.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-popup-01.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-popup-01 .edit-icon {
	position: absolute;
	z-index: 1055;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 30px;
	background-color: rgba(0,0,0,.5);
	border-radius: 4px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	cursor: pointer;
	opacity: 1;
}
.acqua-tmpl-popup-01 .edit-icon .fa {
	position: relative;
	left: 8px;
}
.acqua-tmpl-popup-01 .edit-icon:hover,
.acqua-tmpl-popup-01 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-popup-01 .widget-modal:hover .edit-icon {
	opacity: 1;
}
.acqua-tmpl-popup-01:hover .acqua-widget-tools {
	z-index: 1050 !important;
}
.acqua-tmpl-popup-01:hover .acqua-widget-tools {
	background-color: rgba(0,0,0,.95);
}
.acqua-tmpl-popup-01 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-popup-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-popup-01 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-popup-01 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-popup-01 .acqua-widget-tools a .fa.fa-remove {
	font-size: 12px;
}

.acqua-tmpl-popup-01 .widget-popup-overlay {
	display: none;
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
}
.acqua-tmpl-popup-01 .widget-modal {
	display: none;
	position: fixed;
	z-index: 1060;	
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	pointer-events: none;
}
.acqua-tmpl-popup-01 .widget-modal-dialog {
	position: relative;
	width: auto;
	max-width: 720px;
	margin: 15px auto;
	padding: 0 15px;
	pointer-events: none;
	display: flex;
	align-items: center;
	height: calc(100% - 30px);
	min-height: calc(100% - 30px);
}
/*.acqua-tmpl-popup-01 .widget-modal.demo {
	width: 720px;
}*/
.acqua-tmpl-popup-01 .widget-modal-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}
.acqua-tmpl-popup-01 .widget-modal-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-height: 100%;
	padding-top: 40px;
	color: #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	pointer-events: auto;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.75);
	   -moz-box-shadow: 0 2px 10px rgba(0,0,0,.75);
			box-shadow: 0 2px 10px rgba(0,0,0,.75);
	outline: 0;
	overflow: hidden;
}
.acqua-tmpl-popup-01 .widget-modal-header {
	position: relative;
	z-index: 2;
	padding: 15px;
}
.acqua-tmpl-popup-01 .widget-modal-title {
	font-weight: 600;
	font-size: 26px;
}
.acqua-tmpl-popup-01 .widget-close-modal {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	font-weight: 600;
	font-size: 28px;
	color: #fff;
	line-height: 1;
	background-color: rgba(0,0,0,.35);
	border-radius: 4px;
	transition: all .25s ease;
	opacity: 1;
	cursor: pointer;
}
.acqua-tmpl-popup-01 .widget-close-modal em {
	font-style: normal;
}
.acqua-tmpl-popup-01 .widget-close-modal:hover {
	background-color: #cc0000;
}
.acqua-tmpl-popup-01 .widget-close-modal:focus {
	opacity: .85;
}
.acqua-tmpl-popup-01 .widget-modal-body {
	position: relative;
	z-index: 2;
	/*flex: 1 1 auto;*/
	padding: 16px;
	font-size: 16px;
	overflow-y: auto;
}
.acqua-tmpl-popup-01 .widget-modal-footer {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	padding: 15px 15px 30px 15px;
}
.acqua-tmpl-popup-01 .widget-popup-button {
	padding: 10px 16px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
	border-radius: 4px;
}
.acqua-tmpl-popup-01 .demo,
.acqua-tmpl-popup-01 .show-text-shadow .widget-modal-title,
.acqua-tmpl-popup-01 .show-text-shadow .widget-modal-body {
	text-shadow: 0 1px 3px rgba(0,0,0,.75);
}
.acqua-tmpl-popup-01 .demo .widget-modal-content {
	background-image: url('/assets/img/wallpaper/wallpaper-exotic-beach.jpg');
}

@media screen and (max-width: 575px){
	.acqua-tmpl-popup-01 .widget-modal-dialog {
		margin: 15px;
		padding: 0;
	}
}