body {
	font-size: 1rem;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
	background-color: #FFF;
	font-family: Arial, sans-serif;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

select, input[type="text"], input[type="email"], input[type="tel"] {
	font: inherit;
}

.rightAlign {
	text-align: right;
}

.formTitle {
	color: #575757;
	font-weight: bold;
}

.littlTitle {
	font-size: 0.9em;
}

.panel {
	box-sizing: border-box;
	background-color: #FFF
}

.row {
	border-top: 1px solid #E3E3E3;
	box-sizing: border-box;
	display: table;
	padding: 12px 14px 9px;
	width: 100%;
}

.row.first {
	background-color: #F6F6F6;
	padding: 14px 14px 12px;
}

.row.last {
	padding-bottom: 11px;
}

.row > div {
	display: table-row;
}

.row > div > div {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.18rem
}

.row > div > div strong {
	font-size: 0.95em;
}

span.datoProfilo {
	display: block;
}

.datoProfilo.email {
	width: 100%;
}

span.textLong {
	font-size: 0.9em;
}

div.datoProfilo input[type="password"] {
	border: 0 none;
	height: 23px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.rowNextBtn, .fontIcon {
	bottom: 50px;
	color: inherit;
	display: inline;
	height: 62px;
	left: 50%;
	margin-left: -13px;
	text-decoration: none;
	width: 62px;
}

.row .rightAlign a {
	color: #437094;
	display: inline-block;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 18px;
	outline: medium none;
	text-align: right;
	text-decoration: none;
	text-shadow: 0 1px #FFFFFF;
	text-transform: uppercase;
	width: auto;
}

.row .rightAlign a i {
	font-size: 12px;
	margin-left: 7px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
	.rowNextBtn {
		background-image: url("../images/freccia-destrax2.png");
		background-size: 8px 15.5px;
	}

	.formTitle.icon {
		background-image: url("../images/userIconx2.png");
		background-size: 32px 32px;
	}
}

.row a {
	color: #067CC0;
	text-decoration: none;
	outline: none;
}

.linkRow {
	text-align: right;
}

.row > div.modificaDatoUtente {
	display: block;
	height: 0;
	overflow: hidden;
	transition: all 0.2s ease 0s;
}

.row > div.modificaDatoUtente input {
	display: block;
}

/* ---------------------------------------- form ---------------------------------------- */
input[type="text"]:disabled, input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
	background-color: transparent;
	border: medium none;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	font-size: 0.95em;
	padding: 0;
	width: 100%;
}

.formDettaglioChecks {
	clear: both;
	color: #888;
	display: inline-block;
}

.formDettaglioChecks a:link, .formDettaglioChecks a:visited {
	color: #555;
}

.datoProfilo.disabled {
	color: #545454;
}

/*-------------------------------------------------------------------------------------------------------*/
input[type='radio'], input[type='checkbox'] {
	display: none;
	cursor: pointer;
}

input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus, input[type='checkbox']:active {
	outline: none;
}

input[type='radio'] + span,
input[type='checkbox'] + span {
	cursor: pointer;
	display: inline-block;
	color: #0b4c6a;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type='radio'] + span:before, input[type='radio'] + span:after,
input[type='checkbox'] + span:before,
input[type='checkbox'] + span:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: -10px;
	outline: none;
}

input[type='radio'] + span:after,
input[type='checkbox'] + span:after {
	color: #fff;
}

input[type='radio']:checked + span:before {
	font-family: "immobiliare-mobile-fonts";
	content: "\e801";
	color: #158ec6;
	font-size: 0.9em
}

/*--------------------------------------styled select------------------------------------------*/
.custom-select {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background-color: #FAFAFA;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select-wrap-hide {
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
}

#nazioneSel.custom-select {
	width: 46%;
	box-sizing: border-box
}

.custom-select select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	border-radius: 0;
	float: left;
	outline: medium none;
	padding: 3px 5px;
	width: 120%;
}

.custom-select select:focus, .custom-select option:focus {
	outline: none;
}

.custom-select i {
	color: #3D6A8E;
	font-size: 0.85em;
	margin-left: -20px;
	vertical-align: middle;
}

/* ----------------------- specifico per selezione data --------------------- */
.daySel.custom-select, .monthSel.custom-select, .yearSel.custom-select {
	margin-left: 2%;
	width: 25%;
}

.daySel.custom-select {
	margin: 0;
}

.yearSel.custom-select {
	width: 46%;
}

/* --------------------------------------------------------------------------- */
.fa.fa-chevron-down {
	font-size: 0.72em;
	color: #1975A4;
}

#buttonsContainer {
	margin-top: 10px;
	text-align: right;
	background: #1B6999;
}

#dati_utente #annullaButton, #dati_utente #inviaButton {
	color: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-size: 16px;
	height: 45px;
	outline: none;
	width: 50%;
	background-color: transparent;
	border: none;
}

#dati_utente #annullaButton:active, #dati_utente #inviaButton:active, #dati_utente #annullaButton:hover, #dati_utente #inviaButton:hover {
	background-color: rgb(22,67,111);
}

.fa-lock {
	color: #ccc;
}

.row.error {
	background-color: #F9F8C2;
}

#messages_container {
	display: none;
}

#messages_content div.error {
	background-color: #FDDCDC;
	border-top: 1px solid #D08D8D;
	color: #D10100;
}

#messages_content div.error > div > div {
	font-size: 1.1rem;
}

#messages_content div.first {
	border-top: none;
}

.box_select_nazione {
	width: 40%;
}

.box_modifica_comune {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 57%;
	margin-left: 3%;
}

.localityResultContainer .bold {
	font-weight: bold;
}

.localityResultContainer div {
	padding: 5px 0px;
	cursor: pointer;
}

/* --------------------------------------------------------------------------- */

.overlay-bg {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	z-index: 90; /* high z-index */
	font-size: 1.1em;
}
.overlay-content {
	background: #fff;
	padding: 2%;
	width: 40%;
	position: relative;
	margin: 30% auto 0;
	cursor: default;
	border-radius: 4px;
	z-index: 100;
	-webkit-box-shadow: 0 10px 30px 10px rgba(0,0,0,.5);
	box-shadow: 0 10px 30px 10px rgba(0,0,0,.5);
	line-height: 1.38em;
}
.dialog-content {
	padding: 20px 0px;
	text-align: center;
}
.close-btn, .confirm-btn, .delete-btn {
	cursor: pointer;
	padding: 8px 20px;
	border-radius: 4px;
	color: #FFF;
	font-size: 1em;
}
.close-btn, .confirm-btn {
	background-color: #1B6999;;
	border: 1px solid #357ebd;
}
.delete-btn {
	background-color: rgb(134, 134, 134);
	border: 1px solid rgb(129, 128, 128);
}
#dialog_confirm {
	display: none;
}

/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 630px){
	.overlay-content {
		width: 90%;
		margin: 30% auto 0;
		left: 0;
		font-size: 0.9em;
	}

	.box_select_nazione {
		width: 100%;
	}

	.box_modifica_comune {
		margin-left: 0px;
		width: 100%;
		margin-top: 5px;
	}
}
@media screen and (max-width: 400px) {
	.datoProfilo.email {
		width: 230px;
	}
}