* {
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: -moz-none;
 -ms-user-select: none;
 user-select: none;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: rgba(0, 0, 0, 0.15);
	margin: 0;
	display: flex;
	justify-content: center;
}

#ERR_dialog_container {
/* 	position: absolute; */
	width: 100%;
	height: 100%;
	z-index: 1002;
  	transition-delay: 0s;
	
	transition: all 0.3s;
	
	display: flex;
}

#ERR_dlg_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 640px;
	padding: 2rem;
	border-radius: 0.25rem;
	background: #fff;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	overflow: hidden;
	max-height: 24rem;
  	opacity: 1;
  	transition: all .3s;
  	
  	align-self: center;
  	align-items: center;
}

#ERR_dlg-header {
	font: 200 1.5em/1em 'Raleway', Open Sans, Arial, Sans-Serif;
	text-transform: initial;
	letter-spacing: -0.025em;
	margin: 0 0 1rem;
}

#ERR_dlg-content {
	font-family: 'Raleway';
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.015em;
	text-align: center;
}

#ERR_dlg-header span {
	font-weight: bold;
}

#ERR_dlg-content div {
	text-align: left;
}

.ifResolved, .hasPhone, .hasEmail, .hasBoth {
	display: none;
}

.denominazione, .phone, .email{
	font-weight: bold;
}
