/**/
.pswp {
	z-index: 100000;
}

.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
	background-color: rgba(0,0,0,0) !important;
}

/**/
.overlay {
	background: #FFFFFF;
	border-radius: 0.2em;
	box-shadow: 0 0 1em #969696;
	padding: 1em 0.3em 3.0em 1em;
	/*transition: all 0.3s;*/
}

.overlay.overlay-withe {
	background: rgba(255,255,255,0.8);
	border-radius: 0.2em;
	color: #666666 !important;
	width: 89%;
	height: 89%;
}

.overlay.overlay-withe-register {
	background: rgba(255,255,255,0.8);
	border-radius: 0.2em;
	color: #666666 !important;
	width: 89%;
	height: 89%;
}
/*@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}*/
.overlay.overlay-withe-auto {
	background: rgba(255,255,255,0.8);
	border-radius: 0.2em;
	color: #666666 !important;
	padding: 2em 2em 3em 2em;
}

.overlay div.bg {
	box-sizing: border-box;
	position: relative;
	/*padding: 1em 1em;*/
	/*background: #0D75BB;*/
	background: #FFFFFF;
	border-radius: 0.2em;
	width: 100%;
	height: 100%;
	padding-right: 1.0em;
	padding-left: 0.4em;

	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-x: hidden;
	-webkit-overflow-y: scroll;
	-webkit-overflow-scrolling: touch; /* lets it scroll lazy */
}
.overlay-withe-auto div.bg {
	padding-right: 0.4em;
}
.overlay h3 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	/*color: #666666;*/
	color: #ED1E79;
	margin-bottom: 0;
	padding-bottom: 0.3em;
}
.overlay h4 {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	/*color: #666666;*/
	color: #ED1E79;
	margin-top: 0;
	padding-top: 0.1em;
	margin-bottom: 0;
	padding-bottom: 0.3em;
}
.overlay.overlay-withe p {
	font-size: 1.1em;
	color: #666666;
	margin-top: 0;
	padding-top: 0.3em;
	margin-bottom: 0;
	padding-bottom: 0.3em;
}
.overlay p:nth-last-of-type(1) {
	padding-bottom: 1.2em;
}
.overlay button.close {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	padding: 0.1em 0.13em;
	/*color: #662482;*/
	color: #ED1E79;
	border: 0;
	/*border: 1px solid #FFFFFF;*/
	/*border-radius: 50%;*/
	/*box-shadow: 0.1em -0.1em 0.2em #969696;*/
	/*background: #0D75BB;*/
	/*background: #FFFFFF;*/
	background: none;
	cursor: pointer;
}

.overlay-btn-panel {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0.8em;
}

.overlay-btn-panel a {
	margin-right: 0.4em;
	margin-left: 0.4em;
}

.overlay-withe-register input[type=text], .overlay-withe-register input[type=password], .overlay-withe-register input[type=date], .overlay-withe-register select {
	/*border: 1px solid #006C9B;*/
	width: 100%;
	border: 1px solid #ED1E79;
	border-radius: 0.3em;
}
.overlay-withe-register span.small {
	font-size: 0.72em;
}
.overlay-withe-register label {
	font-size: 0.72em;
	font-weight: bold;
	color: #ED1E79;
	/*text-transform: uppercase;*/
}
.overlay-withe-register h4.step div {
	display: inline-block;
}
.overlay-withe-register h4.step div.line {
	width: 1.0em;
	height: 0.01em;
	border-bottom: 1px solid #ED1E79;
}
.overlay-withe-register h4.step div.step {
	width: 1.4em;
	height: 1.4em;
	font-size: 0.72em;
	color: #D0D0D0;
	text-align: center;
	line-height: 1.4em;
	border: 1px solid #D0D0D0;
	border-radius: 50%;
}
.overlay-withe-register h4.step div.step.active {
	color: #FFFFFF;
	border: 1px solid #ED1E79;
	background-color: #ED1E79;
}
.overlay-withe-register p.message {
	margin-top: 0.5em;
}

.overlay-withe-auto input[type=text], .overlay-withe-auto input[type=password] {
	/*border: 1px solid #006C9B;*/
	border: 1px solid #ED1E79;
	border-radius: 0.3em;
}
.overlay-withe-auto label {
	font-weight: bold;
	color: #ED1E79;
	text-transform: uppercase;
}
.overlay-withe-auto p.message {
	margin-top: 0.5em;
}
