
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
   display: block;
}


/* INIZIO GESTIONE MESSAGGI HOMEPAGE */

.home-body {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}

.home-body .container {
	/*border: 1px solid #f37302;*/
	margin: 20px 30px 0;
	padding: 0 15px;
	max-width: 55%;
	text-align: justify;
    max-height: calc(100vh - var( --body-container-offset ));
    overflow-y: auto;
}

.checkbox-wrapper .label-checkbox .fa, .input-text-wrapper label .fa, .textarea-wrapper label .fa, .radio-wrapper .label-radio .fa, .select-wrapper label .fa, .input-text-select-wrapper label .fa {
  position: relative;
  margin-left: 4px;
  vertical-align: super;
  color: red;
  font-size: 50%;
  font-size: 0.5rem;
}

.trigger-acquista-crediti-modal,.trigger-info-servizio-modal{
	color:#fec501;
}

.trigger-acquista-crediti-modal:hover,.trigger-info-servizio-modal:hover{
	color:yellow;
}

/* FINE GESTIONE MESSAGGI HOMEPAGE */

main a {
	color: var(--primary-color);
}


/* INIZIO DATI UTENTE SIDEBAR */

p.name-text {
	margin-top:10px;
	margin-bottom: 2px;
	text-align: center;
}

/* FINE DATI UTENTE SIDEBAR */

td.no-wrap{
	 white-space: nowrap;
}

/* INIZIO FILTRI RICERCA E FORM */

.filtri-tabella{
	font-size: 14px;
}


.filtri-tabella .form-wrapper {
    background-color: #e1e1e1;
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding: 15px;
    border: 1px solid #7f8ba7;
    position: relative;
    margin-top: 15px;
}

/*
.filtri-tabella .form-wrapper .input-field {
    margin-top: 15px;
    margin-bottom: 15px;
}
*/

.filtri-tabella label {
	font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
}

/* FINE FILTRI RICERCA E FORM */

.sticky-actions {
	position: fixed;
	bottom: 70px;
	right: 0px;
	background-color: #7f8ba7;
	border-left: 4px solid #005b7f;
	color: #fff;
	padding: 10px 6px;
	padding-right: 36px;
	z-index: 10;
}

.sticky-actions a {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 1.0rem;
	transition: all 0.3 ease-in 0s;
	vertical-align: top;
	text-transform: none;
}

.sticky-actions a:first-of-type {
	margin-right: 15px;
}

.sticky-actions a:first-of-type:hover {
	margin-right: 15px;
}

.sticky-actions a:hover {
	text-decoration: none;
	color: #005b7f;
}

.sticky-actions a .fa {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 0px;
}

.sticky-actions .btn, .sticky-actions input[type="submit"] {
	background: transparent;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-weight: normal;
	transition: all 0.3 ease-in 0s;
	padding: 0;
	margin: 0;
	border: none;
}

.sticky-actions .btn:hover, .sticky-actions input[type="submit"]:hover
	{
	text-decoration: none;
	color: #005b7f;
	background: transparent;
	border-color: transparent;
	padding: 0;
	margin: 0;
}

.sticky-actions .btn .fa, .sticky-actions input[type="submit"] .fa
	{
	display: block;
	margin-left: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sticky-actions .btn.disabled:hover, .sticky-actions input.disabled[type="submit"]:hover
	{
	color: #fff;
	opacity: 0.7;
}

/* INIZIO FORM RICHIESTE CATASTALI */

.form-insert-cadastral-request{
	font-size: 12px;
}


.form-insert-cadastral-request .form-wrapper {
    background-color: #e1e1e1;
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding: 15px;
    border: 1px solid #7f8ba7;
    position: relative;
    margin-top: 15px;
}

.form-insert-cadastral-request label {
	font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
}

/* FINE FORM RICHIESTE CATASTALI */


/* INIZIO TEMPLATE LAYOUT ESTERNO (ERROR, LOGOUT, ECC) */

.site-wrapper {
    position: relative;
    z-index: 20;
    background: #fff;
    height: 100%;
}
 	
.site-header {
  background-color: var(--navbar-background-color);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

.site-header .navbar {
    left: 0;
    top: 0;
    width: 100%;
}	

.site-header .navbar::before {
   	width: 0;
}

.site-content {
	background-color: white;
	display: block;
    padding: 40px 10px;
    position: relative;
    padding-top: 100px;
    margin-bottom: -59px;
    padding-bottom: 102px;
    min-height: 100vh;
}

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content p {
   	text-align: center;
}

.site-footer {
    background-color: var(--navbar-background-color);
    color: #fff;
    padding: 16px 20px;
    position: relative;
   	bottom: 0;
   	width: 100%;
   	height: 59px;
}

.site-footer .copyright-info{
    font-size: 55%;
    font-size: 0.9rem;
}

/* FINE TEMPLATE LAYOUT ESTERNO (ERROR, LOGOUT, ECC) */


/* INIZIO MESSAGGI LAYOUT ERROR, LOGOUT, ECC */
	
.info-msg-title {
  color: #3682ad;
  font-size: 120%;
  font-size: 2rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #3682ad;
  padding-bottom: 12px;
}

.info-msg-title::after {
  border: none;
}

.alert-style{
	z-index: 10000 !important;
}

.warning-msg-title {
  color: #d23b3b;
  font-size: 120%;
  font-size: 2rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #d23b3b;
  padding-bottom: 12px;
}
.warning-msg-title::after {
  border: none;
}

.warning-msg-content, .info-msg-content, .empty-msg-content {
  border-left: 4px solid #d23b3b;
  border-radius: 0px;
  text-align: center;
  background-color: #ffe6e7;
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 50px 25px;
}
.noerror-msg-content p,.warning-msg-content p, .info-msg-content p, .empty-msg-content p {
  margin-bottom: 15px;
}
.noerror-msg-content p:last-child,.warning-msg-content p:last-child, .info-msg-content p:last-child, .empty-msg-content p:last-child {
  margin-bottom: 0px;
}
.warning-msg-content.with-stack-trace, .with-stack-trace.info-msg-content, .with-stack-trace.empty-msg-content {
  width: 100%;
}


/* -  */

.noerror-msg-title {
  color: #d23b3b;
  font-size: 120%;
  font-size: 2rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #d23b3b;
  padding-bottom: 12px;
}
.noerror-msg-title::after {
  border: none;
}

 
 


/* - */
.info-msg-content {
  border-color: #3682ad;
  background-color: #d5f5f9;
}
.info-msg-content.full-size {
  width: 100%;
}
.info-msg-content.small-msg {
  padding: 25px;
  text-align: left;
}

.info-msg-content.very-small-msg{
	padding: 10px;
    text-align: left;
    margin-bottom:20px;
}

.close-template-wrapper {
    margin: 30px auto;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/* FINE MESSAGGI LAYOUT ERROR, LOGOUT, ECC */


/* INIZIO GESTIONE PULSANTE SCROLL --> GO TO THE TOP */

.goToTheTop {
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #292929;
  color: #292929;
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  transition: all 0.15s ease-out;
  border-radius: 70px;
}

.goToTheTop i {
  color: #292929;
  transition: all 0.15s ease-out;
}

.goToTheTop i:hover {
  color: white;
}

.goToTheTop:hover {
  background-color: #292929;
  color: white;
  bottom: 55px;
}

.goToTheTop:hover .textGoToTheTop {
  opacity: 1;
  transition: all 0.15s ease-out;
}

.textGoToTheTop {
  width: 40px;
  display: flex;
  justify-content: center;
  font-size: 10px;
  font-weight: 100;
  color: #292929;
  position: fixed;
  bottom: 20px;
  right: 30px;
  opacity: 0;
}

/* FINE GESTIONE PULSANTE SCROLL --> GO TO THE TOP */


.wrapper {
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}

.wrapper:after {
  clear: both;
}


.container {
    width: 100%;
    max-width: 100%;
}

.iframe-content {
	overflow: hidden;
}

.subtitle-ud{
	font-size:13px;
	color: #999999;
}  


/* INIZIO POPUP QRCODE SMARTVT360 */

.download-store-buttons{
	float:left;
}

.download-store-buttons .ios-button{
	display:inline-block;
	width: 160px;
	height:47px;
	background: #fdfdfd url('../img/smartvt/ios-store-button.png') scroll no-repeat center center;
	margin-right:5px;
}

.download-store-buttons .android-button{
	display:inline-block;
	width: 158px;
	height:47px;
	background: #fdfdfd url('../img/smartvt/android-store-button.png') scroll no-repeat center center;
}

/* FINE POPUP QRCODE SMARTVT360 */


/* INIZIO LOCK SCHERMO PER SAVE */

.containerSave {
  width: 150px;
  height: 150px;
  border-radius: 300px;
  color: white;
}

.containerSave i {
  color: white;
}

.bgShadowSave {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}


.pulse {
  animation: pulse;
  -webkit-animation: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    font-size: 2em;
  }
  50% {
    font-size: 3em;
  }
  100% {
    font-size: 2em;
  }
}

/* FINE LOCK SCHERMO PER SAVE */


/* INIZIO CUSTOMIZZAZIONI FORM */

.form-control:disabled, .form-control[readonly], .form-select:disabled{
	background-color: #eaeaea;
    opacity: 1;
    color: #a9a9a9;
}

.form__field .invalid-feedback{
  font-size: 10px;
  display: block;
  color: var(--error-color);
}


.form__field input[type="radio"]{
    width: 1em;
}

.form__field label.mini {
    font-size: 9px;
    text-align:right;
    text-transform: none;
    color: var(--primary-color);
    -webkit-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* FINE CUSTOMIZZAZIONI FORM */


/* CUSTOMIZZAZIONI BOOTBOX INIZIO */

.bootbox .modal-header {
  background-color: var(--primary-color);
}

.bootbox .modal-header .modal-title {
	color: white;
}

.bootbox.warning-msg .modal-header {
	background-color: #ff302b;
	color: #fff;
}




/* CUSTOMIZZAZIONI BOOTBOX FINE */



/* CUSTOMIZZAZIONI IZIMODAL INIZIO */

.iziModal .iziModal-header-title {
    /*line-height: 1.5!IMPORTANT;*/
    font-size: 1.25rem!IMPORTANT;
	/*font-weight: bolder!IMPORTANT;*/
	text-transform: uppercase!IMPORTANT;
}

.iziModal .iziModal-header-title, .iziModal .iziModal-header-subtitle {
	font-family: var(--bs-font-sans-serif);
}

/* CUSTOMIZZAZIONI IZIMODAL FINE */


/* CUSTOMIZZAZIONI DATATABLE INIZIO */

table.dataTable.no-footer{
	margin-bottom:35px;
}

table.dataTable thead {
  background-color: var(--primary-color);
  color: #fff;
}

table.dataTable thead th, table.dataTable tbody td.action-column {
  text-align: center;
}

table.dataTable thead th .fa, table.dataTable tbody td.action-column .fa {
  font-size: 100%;
  font-size: 1.6rem;
}

table.dataTable thead th, table.dataTable thead td{
	border-color: var(--primary-color);
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 4px 8px;
  vertical-align: middle;
}

table.dataTable.with-selection tbody tr:hover{
	cursor:pointer;
}

table.dataTable thead th.medium-column-size,
table.dataTable tbody td.medium-column-size  {
	  max-width:120px;
}

table.dataTable thead th.small-column-size,
table.dataTable tbody td.small-column-size  {
	  max-width:30px;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1{
	background-color: transparent;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover{
	background-color: #faff264d;
}

/*per risolvere problema che l'header della tabella in fase di caricamento risultava di larghezza ridotta (vedi anndisp_riviste_lista.jsp)*/
.full-size-table .dataTables_scrollHeadInner,
.full-size-table .dataTables_scrollHeadInner table{
	width:100% !important;
}

table.dataTable .btn-group-sm>.btn, .btn-sm {
    padding: 0.15rem 0.4rem;
}

table.dataTable .btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

table.dataTable .btn-outline-primary:hover, .btn-outline-primary:active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* CUSTOMIZZAZIONI DATATABLE FINE */





/* UPLOADER SPINNER */
.la-line-scale, .la-line-scale > div{
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box}
	
.la-line-scale{
	display:block;
	font-size:0;
	color:#fff}
	
.la-line-scale.la-dark{
	color:#333
	}
	
.la-line-scale > div{
	display:inline-block;
	float:none;
	background-color:currentColor;
	border:0 solid currentColor
	}
	
.la-line-scale{
	width:40px;
	height:32px}
	
.la-line-scale > div{
	width:4px;
	height:32px;
	margin:2px;
	margin-top:0;
	margin-bottom:0;
	border-radius:0;
	-webkit-animation:line-scale 1.2s infinite ease;
	-moz-animation:line-scale 1.2s infinite ease;
	-o-animation:line-scale 1.2s infinite ease;
	animation:line-scale 1.2s infinite ease
	}
	
.la-line-scale > div:nth-child(1){
	-webkit-animation-delay:-1.2s;
	-moz-animation-delay:-1.2s;
	-o-animation-delay:-1.2s;
	animation-delay:-1.2s
	}
	
.la-line-scale > div:nth-child(2){
	-webkit-animation-delay:-1.1s;
	-moz-animation-delay:-1.1s;
	-o-animation-delay:-1.1s;animation-delay:-1.1s
	}
	
.la-line-scale > div:nth-child(3){
	-webkit-animation-delay:-1s;
	-moz-animation-delay:-1s;
	-o-animation-delay:-1s;animation-delay:-1s
	}
	
.la-line-scale > div:nth-child(4){
	-webkit-animation-delay:-.9s;
	-moz-animation-delay:-.9s;
	-o-animation-delay:-.9s;
	animation-delay:-.9s
	}
	
.la-line-scale > div:nth-child(5){
	-webkit-animation-delay:-.8s;
	-moz-animation-delay:-.8s;
	-o-animation-delay:-.8s;
	animation-delay:-.8s
	}
	
.la-line-scale.la-sm{
	width:20px;
	height:16px
	}
	
.la-line-scale.la-sm > div{
	width:2px;
	height:16px;
	margin:1px;
	margin-top:0;
	margin-bottom:0
	}
	
.la-line-scale.la-2x{
	width:80px
	;height:64px
	}
	
.la-line-scale.la-2x > div{
	width:8px;
	height:64px;
	margin:4px;
	margin-top:0;
	margin-bottom:0
	}
	
.la-line-scale.la-3x{
	width:120px;
	height:96px
	}
	
.la-line-scale.la-3x > div{
	width:12px;
	height:96px;
	margin:6px;
	margin-top:0;
	margin-bottom:0
	}
	
@-webkit-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(.4);-moz-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(.4);-o-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(.4);-moz-transform:scaleY(.4);-o-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}}


/* UPLOADER SPINNER */

/* INIZIO CUSTOMIZZAZIONE FORM RICHIESTE SMART PLANNER E LOCAZIONI */
.upl{
	background-color: #fdfdfd;
	overflow-x: hidden !important;
	min-height: 190px !important;
	
}

.upl-rsp {
	
	
	min-height: 210px !important;
	
}
.upl.border.rounded.is-invalid {
    border: 1px solid red !important;
    border-style: solid;
}

.upload-button{
	  background-color: #2271b1;
	  border: none;
	  color: white;
	  padding: 5px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: x-small;
	  margin: 4px 2px;
	  cursor: pointer;
}


.link-rendering::before {
   font-family: "Font Awesome 5 Free";
   content: "\f0c1 ";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;

}

.base-image {
	content: url('../img/rsp/img_base.png');
	margin: 12px;
}

.plus-image {
	content: url('../img/rsp/img_plus.png');
	margin: 12px;
}

.stile-image
{
	height: 99px;
	min-height: 99px;
	margin-left: 45px;
}

.stile-image2
{
	height: 99px;
	min-height: 99px;
	margin-left: 5px;
}

div.cftokenfield{
	min-height: 2.8em;
	border-radius: 4px;
	padding-left: 4px;
}

div.cftokenfield.is-invalid{
	border: 1px solid red;
}


figure.doc-figure {
    margin-block-start: 1em;
    margin-block-end: 2em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}


/* FINE CUSTOMIZZAZIONE FORM RICHIESTE SMART PLANNER E LOCAZIONI */




/* INIZIO CUSTOMIZZAZIONE TOOLTIP ERRORI SU FORM FIELD */

.tooltip.error .tooltip-inner {
  background-color: red;
}

.tooltip.error.bs-tooltip-top .tooltip-arrow::before {
     border-top-color: red;
}

.tooltip.error.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: red;
}

.tooltip.error.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: red;
}

.tooltip.error.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: red;
}

/* FINE CUSTOMIZZAZIONE TOOLTIP ERRORI SU FORM FIELD */

.expiring-label
{
	color:red;
	font-weight: 650;
	margin-left:2em;
 
}

/* INIZIO ALLEGATI SU LISTA IMMOBILI */

.allegati-cell {
	position: relative;
}

.allegati-cell .fa {
	font-size: 1.3rem;
}

.allegati-cell .conteggio-foto-value {
    position: absolute;
    top: 2px;
    left: 14px;
    background: #fff;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid #7f8ba7;
    font-size: 0.6rem;
    min-width: 19px;
    min-height: 19px;
    color: #4977a6;
}

/* FINE ALLEGATI SU LISTA IMMOBILI */

/* INIZIO UPLOAD FOTO IN DETTAGLIO IMMOBILE */
.qq-upload-list li {
	overflow: hidden;
	padding: 4px 9px;
}

.qq-upload-button {
	padding: 6px!IMPORTANT;
	font-size: 0.8rem!IMPORTANT;
	font-weight: normal!IMPORTANT;
}

.qq-thumbnail-wrapper {
	float: left;
	margin-right: 10px;
	min-width: 60px;
	min-height: 46px;
	background-color: #fff;
	text-align: center;
}

.qq-upload-cancel {
	float: right;
	margin-top: 18px;
}

.qq-descrizione-title {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 87.5%;
	font-size: 1.2rem;
}

.modulo-invio-immagini {
	background-color: #ffffff;
	padding: 10px;
	padding-bottom: 0px;
}

.modulo-invio-immagini label {
	margin-bottom: 10px;
}

.modulo-invio-immagini .input-text-wrapper {
	margin-bottom: 10px;
}

.modulo-invio-immagini small {
	font-size: 8px;
}

.modulo-invio-immagini .preview {
	float: left;
	margin-right: 20px;
	margin-top: 19px;
	border: 1px solid #cdcdcd;
	background-color: #cdcdcd;
}

.modulo-invio-immagini.version-single .preview {
	
}

.modulo-invio-immagini .resize, .modulo-invio-immagini .crop,
	.modulo-invio-immagini .high, .modulo-invio-immagini .small {
	display: none;
}

.modulo-invio-immagini .showcase {
	float: left;
	margin-left: 20px;
}

.modulo-invio-immagini .showcase:first-child {
	margin-left: 0px;
}

.modulo-invio-immagini hr {
	clear: both;
}

.modulo-invio-immagini .loading {
	display: none;
	float: left;
	margin-right: 10px;
	width: 50%;
	margin-top: 22px;
	position: relative;
}

.modulo-invio-immagini .progressbar-foto {
	float: left;
	border-radius: 5px;
	border: 1px solid;
	width: 100%;
	height: 20px;
}

.modulo-invio-immagini .progressbar-foto .current-status-foto {
	background-color: #18ce18;
	width: 0%;
	border-radius: 5px;
	height: 100%;
	-webkit-transition: all 0.4 ease-in;
	transition: all 0.4 ease-in;
}

.modulo-invio-immagini .loading .fa-spinner {
	position: absolute;
	right: 3px;
	top: 28px;
}

.modulo-invio-immagini .fa.fa-check {
	color: green;
}

.modulo-invio-immagini .faa-burst.animated {
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: backward;
	animation-fill-mode: backward;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.modulo-invio-immagini .result {
	font-size: 12px;
	color: green;
}

.modulo-invio-immagini #photo {
	float: left;
	margin-left: 0px !important;
}

.modulo-invio-immagini #photo img {
	display: block;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin-bottom: 40px;
}

.modulo-invio-immagini #photo p {
	margin-bottom: 0px;
}

#btn-finito {
	bottom: -93px;
    position: absolute;
    right: 0;
}

.modulo-invio-immagini #upload-foto {
	margin-left: 0px;
	margin-top: 20px;
	float: left;
	margin-right: 10px;
}

.modulo-invio-immagini .warning {
	color: red;
	float: left;
	margin-left: 10px;
	font-size: 75%;
	font-size: 1.2rem;
	margin-top: 4px;
}

.modulo-invio-immagini .warning-description {
	color: red;
	font-size: 10px;
	padding-left: 20px;
	margin: 5px 0;
}

.modulo-invio-immagini .warning-allegati {
	color: red;
	font-size: 14px;
	clear: both;
	margin-top: -15px;
	margin-bottom: 0px;
	float: left;
}

.modulo-invio-immagini .warning-allegati+.warning-errors {
	margin-left: 75px;
}

.modulo-invio-immagini .emptyField {
	border-color: red;
}

.modulo-invio-immagini .centrato {
	text-align: center;
}

.modulo-invio-immagini #images {
	-webkit-transition: all 0.4 ease-in;
	transition: all 0.4 ease-in;
}

.modulo-invio-immagini .field-content {
	float: left;
	width: 45%;
	display: none;
}

.modulo-invio-immagini.version-single .field-content {
	display: block;
	width: 99%;
}

.wrapper-image {
  *zoom: 1;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* FINE UPLOAD FOTO IN DETTAGLIO IMMOBILE */


/**/

.checkbox-wrapper {
	*zoom: 1;
	margin-bottom: 30px;
}

.checkbox-wrapper:before, .checkbox-wrapper:after {
	content: " ";
	display: table;
}

.checkbox-wrapper:after {
	clear: both;
}

.checkbox-wrapper .label-checkbox {
	position: relative;
	display: inline-block;
	max-width: 100%;
	font-weight: 700;
	padding-top: 10px;
}

.checkbox-wrapper label {
	display: inline-block;
	margin-top: 8px;
}

.checkbox-wrapper label:hover {
	cursor: pointer;
}

.checkbox-wrapper label .box:hover {
	cursor: pointer;
}

.checkbox-wrapper label.inline-label .box {
	margin-right: 20px;
}

.checkbox-wrapper input[type="checkbox"] {
	float: right;
	opacity: 0;
}

.checkbox-wrapper input[type="checkbox"]:checked+input[type="hidden"]+label .box span,
	.checkbox-wrapper input[type="checkbox"]:checked+label .box span {
	background-color: #94f30a;
	position: relative;
}

.checkbox-wrapper input[type="checkbox"]:checked+input[type="hidden"]+label .box span:after,
	.checkbox-wrapper input[type="checkbox"]:checked+label .box span:after
	{
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 100%;
	font-size: 1.4rem;
	position: absolute;
	left: 0;
	top: -8px;
	color: #416b05;
}

.checkbox-wrapper input[type="checkbox"]:disabled:hover {
	cursor: default;
}

.checkbox-wrapper input[type="checkbox"]:disabled+input[type="hidden"]+label:hover,
	.checkbox-wrapper input[type="checkbox"]:disabled+label:hover {
	cursor: default;
}

.checkbox-wrapper input[type="checkbox"]:disabled+input[type="hidden"]+label .box,
	.checkbox-wrapper input[type="checkbox"]:disabled+label .box {
	border-color: rgba(149, 149, 149, 0.3);
}

.checkbox-wrapper input[type="checkbox"]:disabled+input[type="hidden"]+label .box:hover,
	.checkbox-wrapper input[type="checkbox"]:disabled+label .box:hover {
	cursor: default;
}

.checkbox-wrapper input[type="checkbox"]:disabled+input[type="hidden"]+label .box span,
	.checkbox-wrapper input[type="checkbox"]:disabled+label .box span {
	opacity: 0.7;
}

.checkbox-wrapper input[type="checkbox"]:disabled+input[type="hidden"]+label .box span:hover,
	.checkbox-wrapper input[type="checkbox"]:disabled+label .box span:hover
	{
	cursor: default;
}

.checkbox-wrapper.has-error .label-checkbox {
	color: red;
}

.checkbox-wrapper.has-error label {
	color: red;
}

.checkbox-wrapper.has-error label .box {
	border-color: red;
}

.checkbox-wrapper.has-error input[type="checkbox"]:checked+label .box span,
	.checkbox-wrapper.has-error input[type="checkbox"]:checked+input[type="hidden"]+label .box span
	{
	background-color: #fbaf5d;
}

.checkbox-wrapper.has-error input[type="checkbox"]:checked+label .box span:after,
	.checkbox-wrapper.has-error input[type="checkbox"]:checked+input[type="hidden"]+label .box span:after
	{
	color: red;
}

.allegati-wrapper {
	*zoom: 1;
	margin: 20px auto;
	width: 98%;
	background-color: #f2f2f2;
	min-height: 180px;
	border-radius: 4px;
	border: 1px solid #ced4da;
}

.allegati-wrapper:before, .allegati-wrapper:after {
	content: " ";
	display: table;
}

.allegati-wrapper:after {
	clear: both;
}

.allegati-wrapper .img-selection {
	min-width: 120px;
	width: 12%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
	float: left;
}

.allegati-wrapper.agency-photos .img-selection {
	width: 20%;
	margin:20px 3% 30px 2%;
}

.allegati-wrapper:not(.agency-photos) .img-selection:nth-of-type(6n) {
	margin-right: 0;
}

.allegati-wrapper .img-selection.ui-sortable-helper {
	margin-right: 5%;
}

.allegati-wrapper .img-selection .img-bar {
	background-color: #d8d9da;
	min-height: 20px;
	padding: 0px 5px;
	line-height: 1.1;
}

.allegati-wrapper .img-selection.has-error .img-bar {
	background-color: #f5c2c2;
}

.allegati-wrapper .img-selection .img-bar .num-ordine {
	font-size: 75%;
	font-size: 0.9rem;
	font-weight: bold;
}

.allegati-wrapper .img-selection .img-bar .img-actions {
	float: right;
}

.allegati-wrapper .img-selection .img-bar .img-actions .fa {
	margin-left: 10px;
}

.allegati-wrapper .img-selection .img-preview {
	position: relative;
	height: 0px;
	padding-top: 64.66%;
	background: transparent url() scroll no-repeat center center/contain;
	border: 2px solid #7c7d7d;
	-webkit-transition: border 0.2s ease-in 0s;
	transition: border 0.2s ease-in 0s;
}

.allegati-wrapper .img-selection .img-preview.ai-generated:after {
	content: "AI";
	font-size: 0.7rem;
	font-weight: normal;
	position: absolute;
	top: 2px;
	left: 2px;
	color: #fff;
	background-color: #000;
	padding: 1px 5px;
	border: 1px solid white;
	border-radius: 2px;
}

.allegati-wrapper.team-members .img-selection .img-preview {
	padding-top: 97%;
}

.allegati-wrapper.agency-photos .img-selection .img-preview {
	padding-top: 65%;
}

.allegati-wrapper.agency-photos {
	min-height: 200px;
}


.allegati-wrapper .img-selection.has-error .img-preview {
	border-color: red;
}

.allegati-wrapper:not(.team-members,.agency-photos):not(.not-draggable) .img-selection .img-preview:hover,
.allegati-wrapper:not(.team-members,.agency-photos):not(.not-draggable) .img-selection .img-bar:hover {
	cursor: move;
}

.allegati-wrapper .img-selection .img-preview.high-quality:before {
	content: "HQ";
	font-size: 1.0rem;
	font-weight: bold;
	position: absolute;
	top: 2px;
	left: 2px;
	color: #fff;
	background-color: #000;
	padding: 1px 5px;
	border: 1px solid white;
	border-radius: 3px;
}

.allegati-wrapper .img-selection .checkbox-wrapper {
	margin-bottom: 0px;
	position: absolute;
	bottom: -10px;
	right: -22px;
}

.allegati-wrapper .img-selection .checkbox-wrapper label {
	display: inline-block;
}

.allegati-wrapper .img-selection .checkbox-wrapper label .box {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 2px solid #959595;
	background-color: #fff;
	vertical-align: middle;
}

.allegati-wrapper .img-selection.has-error .checkbox-wrapper label .box
	{
	border-color: red;
}

.allegati-wrapper .img-selection .checkbox-wrapper label .box span {
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}


.allegati-wrapper .img-selection.has-error .checkbox-wrapper label .box span
	{
	background-color: #f5c2c2;
}

.allegati-wrapper .img-selection.has-error .checkbox-wrapper label .box span:after
	{
	color: #7f8ba7;
}

.allegati-wrapper .img-selection.inside-foto-modal {
	margin-right: 5%;
}

.allegati-wrapper .img-selection.inside-foto-modal:nth-of-type(6n) {
	margin-right: 5%;
}

.allegati-wrapper .img-selection.inside-foto-modal .img-preview:hover {
	cursor: default;
}

.allegati-wrapper.dragging .img-selection {
	margin-right: 4%;
}

.allegati-wrapper.dragging .img-selection:nth-of-type(6n) {
	margin-right: 4%;
}

.allegati-wrapper .ui-state-highlight {
	width: 12%;
	min-width: 120px;
	height: 100px;
	margin-right: 4%;
	margin-bottom: 50px;
	position: relative;
	float: left;
}

.allegati-wrapper .img-selection.with-multiple-delete .delete-image {
	display: inline-block;
	border: 1px solid gray;
	padding: 0 4px;
	background-color: #fff;
	margin-right: -5px;
	margin-left: 6px;
}

.allegati-wrapper .img-selection.with-multiple-delete .img-bar .img-actions .delete-image .fa
	{
	margin: 0;
	position: relative;
	top: -1px;
	opacity: 0.5;
}

.allegati-wrapper .img-selection.with-multiple-delete .delete-image.da-cancellare
	{
	color: red;
	border-color: red;
	box-shadow: 0px 0px 7px 0px red;
}

.allegati-wrapper .img-selection.with-multiple-delete .delete-image.da-cancellare:before
	{
	content: "\f00c";
	color: #f00;
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	top: -3px;
	right: -8px;
	font-size: 2rem;
	text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px
		0px 3px #fff, 0px 0px 3px #fff;
}

.allegati-wrapper .img-selection.with-multiple-delete .img-bar .img-actions .delete-image.da-cancellare .fa
	{
	opacity: 1;
}

.allegati-wrapper.agency-photos .img-selection .img-bar {
	background-color: #4977a6;
	min-height: 20px;
	padding: 0px 5px;
	line-height: 1.1;
	color: white;
}


.allegati-wrapper.agency-photos .img-selection .img-bar .name {
	font-size: 75%;
	font-size: 0.8rem;
	font-weight: normal;
}

.allegati-wrapper.agency-photos .img-selection .img-preview {
    border-color: #4977a6;
}


/* DIDASCALIA QTIP */     
       
.didascalia-tooltip {
	max-width: none;
	z-index: 2 !important;
}

.didascalia-tooltip .didascalia {
	width: 300px;
	position: relative;
}

.didascalia-tooltip.big .didascalia {
	width: 190px;
}

.didascalia-tooltip .didascalia input {
	border: 1px solid #7f8ba7;
	padding: 5px;
}

.didascalia-tooltip.big .didascalia input {
	width: 130px;
}

.didascalia-tooltip .didascalia input:disabled {
	background-color: #fff;
}

.didascalia-tooltip .didascalia .actions-v {
	position: absolute;
	right: -12px;
	top: -2px;
}

.didascalia-tooltip .didascalia .actions-v .main-btn,
	.didascalia-tooltip .didascalia .actions-v input[type="submit"] {
	margin: 2px 1px;
	vertical-align: middle;
	border: 1px solid;
	padding-top: 0px;
}

.didascalia-tooltip .didascalia .actions-v .main-btn .fa,
	.didascalia-tooltip .didascalia .actions-v input[type="submit"] .fa {
	margin: 0;
	font-size: 87.5%;
	font-size: 1.1rem;
}

.didascalia-tooltip .didascalia .actions-v .main-btn.close-field,
.didascalia-tooltip .didascalia .actions-v .main-btn.clear-field,
	.didascalia-tooltip .didascalia .actions-v input.close-field[type="submit"],
	.didascalia-tooltip .didascalia .actions-v input.clear-field[type="submit"]	{
	font-size: 75%;
	font-size: 0.8rem;
	padding: 5px 3px;
	text-decoration: none;
}

/* Qtip customizations */

.qtip-content {
	padding: 6px 15px 6px 8px;
}

.qtip {
	font-size: 100%;
	font-size: 0.8rem;
	line-height: 1;
}

.qtip-default {
	border: 2px solid #d8d9da;
	background-color: #fff;
}

.qtip.warning {
	background-color: #d23b3b;
	color: #fff;
	border-color: red;
}


.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.8) !important;
}

.fancybox__content{
	padding: 0;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #bababa!IMPORTANT;
    border-color: #bbbbbb!IMPORTANT;
}


.wrapper .team-members .img-foto {
  width: 100px;
  height: 100px;
  background: transparent url() scroll no-repeat center center/contain;
  margin: 0 auto;
  border: 1px solid #555;
  text-align: center;
  -webkit-print-color-adjust: exact;
}

.wrapper .agency-photos .img-foto {
  width: 200px;
  height: 100px;
  background: transparent url() scroll no-repeat center center/contain;
  margin: 0 auto;
  border: 1px solid #555;
  text-align: center;
  -webkit-print-color-adjust: exact;
}

.wrapper .vetrina input[type=range].range-sliders{
	background: transparent;
}
 

 .wrapper .vetrina .range-slider__value {
  display: inline-block;
  position: relative;
  width: 80px ;
  color: #d7dcdf;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 7px;
  found-size:small;

}

.wrapper .vetrina .range-slider__value:after {
    position: absolute;
    top: 6px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid  #2c3e50;
    border-bottom: 7px solid transparent;
    content: '';
  }
  
  
.wrapper .vetrina input[type=range].range-sliders::-webkit-slider-thumb::before{
  	background-color:#0a0a0a;
  }
  
.wrapper .vetrina .responsive-row{
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 0.5em;
	font-size:small;
	font-size:min(0.9vw, 16px);
	min-height: 25px;
  }
  
.wrapper .vetrina .responsive-row a{
	font-size: 12px;
	text-decoration: none;
}


.col.group{
    margin: 0 12px;
    padding-top:10px;
    width: 98%;
    min-height: 125px;
    border-radius: 4px;
    border: 1px solid rgb(206, 212, 218);
}

.certif-wrapper {
	display: none;
}

.certif-wrapper.mostra {
	display: block;
}


.certif-wrapper .certif-container {
	*zoom: 1;
	position: relative;
	width: auto;
	height: 40px;
	margin-top: 20px;
}

.certif-wrapper .certif-container:before, .certif-wrapper .certif-container:after
	{
	content: " ";
	display: table;
}

.certif-wrapper .certif-container:after {
	clear: both;
}

.certif-wrapper .certif-container.readonly {
	opacity: 0.35;
}

.certif-wrapper .certif-container.readonly .element-cert:hover {
	cursor: default;
}

.certif-wrapper .certif-container.ese, .certif-wrapper .certif-container.Esente
	{
	display: none;
}

.certif-wrapper .certif-container.ape .element-cert.ace, .certif-wrapper .certif-container.APE .element-cert.ACE
	{
	display: none;
}

.certif-wrapper .certif-container.ace .element-cert.ape, .certif-wrapper .certif-container.ACE .element-cert.APE
	{
	display: none;
}

.certif-wrapper .certif-container .element-cert {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	background-color: gray;
	margin: 0px;
	text-align: center;
	padding: 3px;
	border: 4px solid transparent;
	float: left;
	-webkit-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}

.certif-wrapper .certif-container .element-cert:hover {
	cursor: pointer;
}

.certif-wrapper .certif-container .element-cert.a4-c {
	background-color: #3d5a00;
}

.certif-wrapper .certif-container .element-cert.a3-c {
	background-color: #557c00;
}

.certif-wrapper .certif-container .element-cert.a2-c {
	background-color: #6d9e00;
}

.certif-wrapper .certif-container .element-cert.a1-c {
	background-color: #7fb800;
}

.certif-wrapper .certif-container .element-cert.a-plus-c {
	background-color: #6d9e00;
}

.certif-wrapper .certif-container .element-cert.a-c {
	background-color: #7fb800;
}

.certif-wrapper .certif-container .element-cert.b-c {
	background-color: #91d100;
}

.certif-wrapper .certif-container .element-cert.c-c {
	background-color: #ebc400;
}

.certif-wrapper .certif-container .element-cert.d-c {
	background-color: #eb9d00;
}

.certif-wrapper .certif-container .element-cert.e-c {
	background-color: #e67300;
}

.certif-wrapper .certif-container .element-cert.f-c {
	background-color: #d22300;
}

.certif-wrapper .certif-container .element-cert.g-c {
	background-color: #b80000;
}

.certif-wrapper .certif-container .element-cert.selected {
	border: 2px solid #333333;
	transform: scale(1.2);
	z-index: 1;
}

.certif-info, .certif-ace, .certif-ape {
	display: none;
}

.certif-info.mostra, .certif-ace.mostra, .certif-ape.mostra {
	display: block;
}

.certif-info label.certif-ace.mostra, .certif-info label.certif-ape.mostra {
	display: inline-block;
}

.certif-info label.mini.certif-ace.mostra, .certif-info label.mini.certif-ape.mostra {
	display: block;
}
	

 .label-radio {
	position: relative;
	display: inline-block;
	max-width: 100%;
	font-weight: 700;
	padding-top: 14px;
}

.radio-elements {
	*zoom: 1;
    height: 32px;
    width: 114px;
}

.radio-elements:before, .radio-elements:after
	{
	content: " ";
	display: table;
}

 .radio-elements:after {
	clear: both;
}

 .radio-elements label {
	float: left;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
}

 .radio-elements label:hover {
	cursor: pointer;
}

 .radio-elements input[type="radio"] {
	display: none;
}

 .radio-elements input[type="radio"]+.custom-radio {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #959595;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}

 .radio-elements input[type="radio"]+.custom-radio .radio-checked
	{
	background-color: #94f30a;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: relative;
	margin-top: 5px;
	-webkit-transition: opacity 0.2s ease-in 0s;
	transition: opacity 0.2s ease-in 0s;
}

 .radio-elements input[type="radio"]:checked+.custom-radio .radio-checked,
	 .radio-elements input[type="radio"]:disabled:checked+.custom-radio .radio-checked
	{
	visibility: visible;
	opacity: 1;
}

 .radio-elements input[type="radio"]:disabled+.custom-radio:hover
	{
	cursor: default;
}

 .radio-elements:hover {
	cursor: pointer;
}

.radio-elements.emoticons-radio-wrapper {
	float: left;
}

.radio-elements.emoticons-radio-wrapper input[type="radio"]+.custom-radio
	{
	display: none;
}

.radio-elements.emoticons-radio-wrapper input[type="radio"]+.custom-radio+.emoticon
	{
	background-image: url(../img/icons/emoticons_inactive_scaled.png);
}

.radio-elements.emoticons-radio-wrapper input[type="radio"]:checked+.custom-radio+.emoticon{
	background-image: url(../img/icons/emoticons_scaled.png);
}

.emoticon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: transparent url(../img/icons/emoticons_scaled.png) scroll no-repeat
		0 0/cover;
}

.emoticon.inactive {
	background: transparent url(../img/icons/emoticons_inactive_scaled.png) scroll
		no-repeat -31px 0/cover;
}

.emoticon.triste, .emoticon.c-3 {
	background-position: 0 0;
}

.emoticon.felice, .emoticon.c-1 {
	background-position: -62px 0;
}

.emoticon.neutro, .emoticon.c-2 {
	background-position: -31px 0;
}
.lockOverlayContent {
    min-width: 150px;
    height: 150px;
    border-radius: 300px;
    color: white;
}


   .subtitle-ud{
   	font-size:13px;
   	color: #999999;
   	padding-right: 10px;
   }     
  
  .prezzi-table-wrapper {
    width: 100%;
    display: flex;
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
	}
	
	.prezzi-table-wrapper .prezzi-columns-container:last-child {
    	margin-right: 0;
	}
	
	.prezzi-table-wrapper .prezzi-columns-container {
	    float: left;
	    display: block;
	    margin-right: 3.06748%;
	    width: 100%;
	    margin-right: 0;
	    background-color: #e6e6e6;
	    position: relative;
	    margin-bottom: 20px;
	}
	
	.prezzi-table-wrapper .prezzi-columns-container .prezzi-column.one-third-layout {
	    display: table-cell;
	    width: 33.33%;
	}
	.prezzi-table-wrapper .prezzi-columns-container .prezzi-column {
	    margin: 0;
	    display: table-cell;
	    border-right: 2px solid #fff;
	    width: 33.33%;
	}
	@media screen and (max-width: 991px)
	.prezzi-column.default-layout, .prezzi-column.one-third-layout {
	    float: left;
	    display: block;
	    margin-right: 3.06748%;
	    width: 48.46626%;
	}
	
	.prezzi-column.default-layout, .prezzi-column.one-third-layout {
	    float: left;
	    display: block;
	    margin-right: 3.06748%;
	    width: 31.28834%;
	}
	.prezzi-column {
	    float: left;
	    display: block;
	    margin-right: 3.06748%;
	    width: 31.28834%;
	    background-color: #e6e6e6;
	    position: relative;
	    margin-bottom: 30px;
	}
	
	.prezzi-column:nth-child(3) {
		margin-right: 0;
	}
	
	.prezzi-column .prezzo-pr {
	    position: relative;
	    background-color: #4977a6;
	    color: #fff;
	    text-align: center;
	    padding: 10px 5px 10px 5px;
	    height: 100px;
	    overflow: hidden;
	}
	
	.prezzi-column .prezzo-pr .valore {
	    
	    font-size: 4rem;
	    font-weight: bold;
	    line-height: 1;
	    position: relative;
	}
	
	.prezzi-column .prezzo-pr .valore .iva {
	    font-size: .8rem;
	    position: absolute;
	    right: -30px;
	    text-transform: uppercase;
	    top: 20px;
	}
	
	.prezzi-column .prezzo-pr .valuta {
	    font-size: 2rem;
	    font-weight: bold;
	    line-height: 1;
	}
	
	.prezzi-column .prezzo-pr .sep-valuta {
	    font-size: .9rem;
	    font-weight: bold;
	    line-height: 1;
	}
	
	.prezzi-column .prezzo-pr .cadenza {
	    font-size: .9rem;
	    font-weight: bold;
	    line-height: 1;
	    text-transform: uppercase;
	    position: relative;
	    left: -2px;
	}
	
	.prezzi-column .details-pr {
	    *zoom: 1;
	    padding: 30px;
	    position: relative;
	}
	
	.prezzi-column .etichetta-pr {
	    text-align: center;
	    margin-top: -50px;
	    position: relative;
	    z-index: 2;
	}
	
	.prezzi-column .details-pr h3 {
	    margin: 0;
	    margin-bottom: 10px;
	    margin-top: 10px;
	    font-size: 11px;
	    line-height: 1;
	    font-weight: bold;
	    text-transform: uppercase;
	    text-align: left;
	}
	
	.prezzi-column .etichetta-pr h3 {
	    display: inline-block;
	    padding: 8px 35px;
	    font-size: .9rem;
	    line-height: 1;
	    font-weight: bold;
	    text-transform: uppercase;
	    background-color: #fff;
	    margin-bottom: 10px;
	}
	
	div.info-servizio{
		font-size: 24px;
	}
	
	div.info-servizio.ts-extra{
		font-size: 14px;
	}

	div.info-servizio.ts-title{
		font-size: 40px;
	}
	
	div.info-servizio p{
		margin-bottom: 0;
	}
	
	div.info-servizio.ts-title p{
		line-height: 1.2;
	}		
	
	div.info-servizio.ts-extra p.nome{
		min-width: 150px;
	}	
		
	div.info-servizio p.info-contr span{
		font-size: 16px;
	}
	
	div.info-servizio.ts-title p.info-contr span{
		font-size: 20px;
	}	
	
	div.info-servizio.ts-extra p.info-contr span,
	div.info-servizio.ts-extra p.info-contr span span{
		font-size: 13px;
	}
	
	
	@media only screen and (max-width: 1340px) {
	
		.home-body .container {
			max-width: 80%;
		}  
	}
	
	@media only screen and (max-width: 1024px) {
	
		.home-body .container {
			max-width: 90%;
		}  
		
		div.info-servizio.ts-title p{
			font-size: 40px;
		}
		
		
	}