.overlay {
	display: none;
	background-color: rgba(0,0,0,0.65);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.overlay.on {
	display: block;
}

.auth_message.ui-widget-content {
	display: none;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 2em 2.5em;
	position: absolute;
	top: 10%;
	left: 20%;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	z-index: 1050;
}

.auth_message.ui-widget-content p {
	padding: 0;
}

.auth_message.ui-widget-content a {
	text-decoration: none;
}

@media (max-width: 455px) {
		.auth_message.ui-widget-content {
			width: 98%;
			left: 3px;
		}
}

@media (min-width: 715px) {
	.auth_message.ui-widget-content {
		width: 420px;
		left: calc(50% - 210px);
	}
}

.auth_message.on, .auth_message .on {
	display: block !important;
}

.auth_message .title {
	margin: 0 0 .5em 0;
}

.auth_message .input_container > * {
	vertical-align: middle;
	margin-bottom: .5em;
}

.auth_message .auth_input {
	height: 2em;
	width: 15em;
	padding: 1px 3px;
	border-radius: 5px;
}

.auth_message .error_container {
	border-radius: 5px;
	margin-top: 1em;
}

.auth_message .instructions {
	margin-top: 1em;
	text-align: left;
	font-size: 1.1em;
}

.auth_message .instructions .manuname {
	font-weight: bolder;
}

.auth_message address {
	font-style: normal;
}

.auth_message .contact_addr > *, .auth_message .additional > * {
	margin: 0;
}

.auth_message .u-email {
	display: block;
	margin-bottom: 1em;
	font-size: 1.2em;
	white-space: nowrap;
}

.auth_message .additional {
		margin-top: .5em;
}

.auth_message .p-tel::before {
		content: "tel: ";
}

.auth_message .u-url::before {
	content: "web: ";
}

.auth_message p:empty,
.auth_message .city,
.auth_message .additional,
.auth_message .error
{
	display: none;
}
