@import url("audit.css");
/*creazione pratica*/
#pratica-wrapper { margin-bottom:15px; }
#pratica-wrapper .wppb-form-field select{
	padding: 10px 20px 10px 15px !important;
}
.wizz-action-wrap{ text-align:center; margin-bottom:20px;}
.wizz-action-wrap .wizz-save{
    margin-left: 5px;
}
.wizz-action-wrap .wizz-next{
    margin-right: 5px;
}
.subtitle_header{ color:#fff; }
.altro-input input:checked+label{
	display:none;
}
.altro-input input:checked+label+p input[type=text]{
	display:block;
}
.altro-input input[type=text]{
	display:none;
}
.select-altro select+input, .altro-input.select-altro select+input {
    display: inline-block;
}
.altro-input input:checked+label+.wppb-form-field input{
	position:relative;
    visibility:visible;
    left:0;
	top:-2px;
    width: 100% !important;
	padding:6px 15px !important
}
.altro-input {
	overflow: visible !important;
}
.wizz-error{
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
}
.has_info { position:relative; }
.ui-tooltip{/*.big-wrap*/
	max-width:550px !important;	
}
.info_icon{	
  	position: absolute;
    z-index: 5;
    color: #00a656;
    border-radius: 15px;
    background: #ffffff;
    text-align: center;
    top: 14px;
    right: 5px;
    font-size: 22px !important;
    width: 24px;
    height: 24px;
    padding: 1px;
    border: 2px solid #41cf8b;
}
.info_icon:before{
	left: -1px;
    position: relative;
}
.info_icon.inline{
    left: 0 !important;
    margin-right: 5px !important;
    position: relative;
    top: 0 !important;
    text-indent: 2px;
}
.info_icon.big {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    font-size: 35px !important;
    top: -14px;
    right: -12px;
}
.info_icon.big.has_title{
	top: 22px;
}
.info_icon.media {
	top: -12px;
	right: -12px;
}

.info_icon.info{
    position: relative;
    color: #00a656;
    top: -3px;
    right: -3px;
    font-size: 15px !important;
    width: 15px;
    height: 15px;
    padding: 4px;
}
.list-crea-pratica{
	list-style:none;
}
.list-crea-pratica li{
	text-align: center;
    margin: 0;
    padding: 14px;
}
.frontend_pratica-section-wrapper{
	border: 2px solid #00a656;
	padding: 0px 14px 14px 14px !important;
    color: #00a656;
    font-size: 14px;
    line-height: 20px;
	margin: 12px 0 24px 0;
	position:relative;
}
.frontend_pratica-section-wrapper h4 a{
	color: #00a656 !important;
}
.frontend_pratica-section-wrapper h4 a:hover{
	text-decoration:underline;
}
.row-dividers{
	border-top:1px #00a656 solid;
	border-bottom:1px #00a656 solid;
}
.title-highlight{
    border-top: 1px #00a656 solid;
    border-bottom: 1px #00a656 solid;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px;
}

.row-divider-bottom{
	border-bottom:1px #00a656 solid;
}
.row-divider-top{
	border-top:1px #00a656 solid;
}
.clone .clone-button{
    background: #fff;
    border: 0;
    color: #797979;
    font-size: 22px;
    padding: 12px 0;
    outline: none;
    cursor: pointer;
    position: relative;
    padding-left: 38px;
}
.clone .clone-button:before{
    content: '+';
    display: inline-block;
    margin-right: 10px;
    border: 2px #42cf8e solid;
    width: 28px;
    height: 28px;
    color: #00a656;
    box-sizing: border-box;
    line-height: 24px;
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 28px;
}
.remove-cloned-item{
	width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 20px;
    font-size: 18px;
    right: 7px;
    top: 10px;
    overflow: hidden;
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    border: 2px #42cf8e solid;
	cursor:pointer;
	z-index: 10;
}
.row-clone-element{
	position:relative;
	display:none;
}
.with-highlight .row-clone-element:nth-child(even) {
    background: #fafdfc;
}
.wppb-form-field select{ 
height: 38px;
-webkit-appearance:none;
background:url('../../img/arrow-down-b.png') no-repeat right center;
}
.wppb-form-field select optgroup
{
    color: #00a656;
}
.wppb-form-field select optgroup option{
    color: #797979 !important;
}
.frontend_pratica-section-wrapper .select-altro select{
	position:relative;
	z-index:10;
}
.frontend_pratica-section-wrapper .select-altro input.hidden-altro { 
	display:none;
	padding-right: 30px !important;
	position:relative;
	z-index:5;
}
.frontend_pratica-section-wrapper .select-altro .close-altro { 
    display: block;
    position: absolute;
    right: 24px;
    top: 11px;
    border: 1px #696969 solid;
    cursor: pointer;
    border-radius: 9px;
    font-size: 14px;
    width: 14px;
    line-height: 13px;
    height: 14px;
    text-align: center;
	z-index:8;
	color:#5d5d5d;
	font-style: normal;
	text-indent: -1px;
}
.frontend_pratica-section-wrapper .select-altro label+select+input+.close-altro{
	bottom: 11px;
    top: auto;
}
.frontend_pratica-section-wrapper .select-altro .close-altro:hover {
	font-weight: bolder;
    background: #00a656;
    color: #fff;
}

.frontend_pratica-section-wrapper .has-error,.frontend_pratica-section-wrapper .has-error2{
	box-shadow: 0 0 4px rgb(0, 166, 86) !important;
	-webkit-box-shadow: 0 0 4px rgb(248, 111, 111) !important;
	border-color: #ff0101 !important;
}
.frontend_pratica-section-wrapper .radio-bg .has-error2+label {
    background: #ff0101 !important;
}
.style-input .has-error2+label:before, .style-input .radio-image-item .has-error2+label {
	color:#c53737 !important;
}
.frontend_pratica-section-wrapper .wppb-form-field input:focus, .frontend_pratica-section-wrapper .wppb-form-field select:focus, .calcolo .wppb-form-field input:focus, .calcolo .wppb-form-field select:focus{
	box-shadow: 0 0 4px rgb(0, 166, 86) !important;
	-webkit-box-shadow: 0 0 4px rgb(0, 166, 86) !important;
}
.frontend_pratica-section-wrapper h3, .style-h{
	color: #00a656;
    padding-bottom: 15px;
	position:relative;
}
.frontend_pratica-section-wrapper h3.frontend_pratica-section-header{
	position: relative;
    display: block;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 16px 14px 12px 14px;
    z-index: 2;
    background: #ffffff;
    border-bottom: 2px #00a656 dashed;
    margin: 0 0px 20px -14px;
}
.frontend_pratica-section-wrapper .step-number{
    position: absolute;
    background: #00a656;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 19px;
	top: -17px;
	left: -17px;
    line-height: 26px;
    font-size: 32px;
    border: 2px solid #696969;
}
.frontend_pratica-section-wrapper .wppb-form-field { margin-bottom: 20px !important; }
.frontend_pratica-section-wrapper .wppb-form-field label{ width:100%; }
.title-label{
    text-indent: inherit !important;
    position: relative !important;
    left: auto !important;
    width: 100%;
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 15px;
    margin-left: 15px;
    font-weight: 600;
    color: #5d5d5d;
    display: block;
    margin-bottom: 10px;
}
.title-label:before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #00a656;
    left: 0;
    top: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.frontend_pratica-section-wrapper .radio-bg,
.frontend_pratica-section-wrapper .checkbox-bg { padding:0;}
.frontend_pratica-section-wrapper .radio-bg label,
.frontend_pratica-section-wrapper .checkbox-bg label{
	display:block;
	background: #41cf8b;
	color: #fff;
	padding: 12px 38px 12px 50px;
	font-size: 25px;
	line-height: 30px;
	margin-bottom:10px;
	position:relative;
	cursor:pointer;
	transition:all 0.1s linear;
}
.frontend_pratica-section-wrapper .radio-bg label:hover,
.frontend_pratica-section-wrapper .checkbox-bg label:hover{
	box-shadow: -1px 3px 2px 0px rgba(1, 1, 1, 0.3);
	-webkit-box-shadow: -1px 3px 2px 0px rgba(1, 1, 1, 0.3);
}
.frontend_pratica-section-wrapper .radio-bg input,
.frontend_pratica-section-wrapper .checkbox-bg input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.frontend_pratica-section-wrapper .radio-bg label:before,
.frontend_pratica-section-wrapper .checkbox-bg label:before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f096";
    position: absolute;
    left: 21px;
    top: 13px;
    font-size: 28px;
}
.frontend_pratica-section-wrapper  .radio-bg :checked+label:before,
.frontend_pratica-section-wrapper  .checkbox-bg :checked+label:before{
	content: "\f046";
}
.frontend_pratica-section-wrapper .radio-bg :checked+label,
.frontend_pratica-section-wrapper .checkbox-bg :checked+label
{ background:#00a656 }
.frontend_pratica-section-wrapper .radio-image, .frontend_pratica-section-wrapper .checkbox-image {
    text-align: center;
    margin-bottom: 22px;
}
.frontend_pratica-section-wrapper .radio-image .radio-image-item, .frontend_pratica-section-wrapper .checkbox-image .checkbox-image-item{
    padding:10px 0px;
}
.frontend_pratica-section-wrapper .radio-image .radio-img, .frontend_pratica-section-wrapper .checkbox-image .checkbox-img{
    display: block;
    margin: 0 auto;
}
.frontend_pratica-section-wrapper .style-input .no-check {
    padding-left: 0 !important;
    display: block;
    line-height: normal;
}
.frontend_pratica-section-wrapper .style-input .no-check:before{
    display: none;
}
.frontend_pratica-section-wrapper .style-input.radiobutton-checkbox label,
.frontend_pratica-section-wrapper .style-input.checkbox label{ padding-left:20px; color: #5d5d5d; line-height:27px; }
.frontend_pratica-section-wrapper .style-input.radiobutton-checkbox label:before,
.frontend_pratica-section-wrapper .style-input.checkbox label:before{ left:0; color: #00a656;}
.wrap-documents .drop-zone{
	border: 2px green dashed;
	padding: 30px;
	position:relative;
}
.wrap-documents.has-error-media .drop-zone{
	border: 2px red dashed;
}
.oppure-up{display:block; text-align:center; margin:10px 0px;}
.caricamento-firma,#caricamento-ricevuta,.caricamento-doc-s2 {
	text-align: center;
    padding: 21px 0;
    font-size: 24px;
    color: #00a656;
	display:none;
}
.upload-error{
	display: block;
    border: 1px red solid;
    clear: both;
    padding: 10px;
    font-weight: 800;
    color: red;
}
.wrapper-esito-verifica {
	border: 2px #41cf8b solid;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff0ad;
    font-size: 16px;
}
.wrapper-esito-verifica .titolo span{
    text-transform: uppercase;
}
.wrapper-esito-verifica .action-start-pratica-ba{
	background: #41cf8b;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper-esito-verifica .msg{
	flex-grow: 0.7;
    display: inline-block;
    padding: 0 16px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.wrapper-richiesta-doc {
	border: 2px #41cf8b solid;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff0ad;
    font-size: 16px;
}
.wrapper-richiesta-doc .titolo, .wrapper-esito-verifica .titolo{
	color: #00a656;
	margin-bottom:10px;
    padding: 10px 15px 0 15px;
}
.wrapper-richiesta-doc .lista-richieste{
	list-style: none;
    padding: 10px 15px;
}
.wrapper-richiesta-doc .lista-richieste > li {
	position:relative;
	margin-bottom:10px;
	padding-left:30px;
    text-align: center;
}
.wrapper-richiesta-doc .lista-richieste > li .list-number{
    display: block;
    position: absolute;
    height: 100%;
    width: 30px;
    left: 0;
    text-align: center;
    line-height: 28px;
    font-size: 21px;
    z-index: 10;
    color: #009e52;
    transition: all .2s linear;
}
.wrapper-richiesta-doc .lista-richieste > li .list-number:before{
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 19px;
    border: 2px solid #00a656;
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    z-index: -1;
    transition: all .2s linear;
}
.wrapper-richiesta-doc .lista-richieste > li .list-number:after{
    content: '';
    display: block;
    width: 2px;
    background: #00a656;
    height: 0%;
    top: 20px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -2;
    transition: all .2s linear;
}
.wrapper-richiesta-doc .lista-richieste > li.caricata .list-number:after{
    height: 100%;
}
.wrapper-richiesta-doc .lista-richieste > li.caricata .list-number:before{
    background: #00a656;
}
.wrapper-richiesta-doc .lista-richieste > li.caricata .list-number{
    color: #ffffff;
}

.wrapper-richiesta-doc .lista-richieste > li .qodef-btn { 
	margin:10px auto;
    height: auto;
}
.wrapper-richiesta-doc .lista-richieste > li .qodef-btn:not(.qodef-btn-hover-animation) {

    min-height: 31px;
    line-height: 1.2em;
    display: flex;
    flex-direction: row-reverse;
    padding: 8px 0;
}
.wrapper-richiesta-doc .lista-richieste > li .qodef-btn span{
    align-content: center;
    margin: -8px 0;
}
.wrapper-richiesta-doc .lista-richieste > li .qodef-btn span:before{
    align-content: center;
}
.wrapper-richiesta-doc .lista-richieste > li .qodef-btn span:first-child{
    flex: 1;
}
.wrapper-richiesta-doc .lista-richieste > li .richiesta-status{
	border: 2px #f2c90e solid;
    width: 21px;
    height: 21px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    background: #fff;
}
.wrapper-richiesta-doc .action-pagamento{
	background: #41cf8b;
    padding: 5px;
}
.wrapper-richiesta-doc .msg{
	width: 72%;
    display: inline-block;
    padding: 0 16px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.wrap-documents .elenco-files { margin-bottom:15px; }
.wrap-documents.full-size-file td { display: grid; }
.wrap-documents.full-size-file .elenco-files { overflow: hidden; }
.wrap-documents.full-size-file .elenco-files li{ width: 100% !important;}
.wrap-documents ul li{
	list-style: none;
}
.margin-bottom-10{
	margin-bottom: 10px !important;
}
.margin-bottom-10-f{
    margin-bottom: 10px !important;
}
.margin-bottom-25-f{
    margin-bottom: 10px !important;
}
.padding-bottom-10-f{
    padding-bottom: 10px !important;
}
.padding-bottom-5-f{
    padding-bottom: 5px !important;
}
.padding-top-10-f{
    padding-top: 10px !important;
}
.padding-top-5-f{
    padding-top: 5px !important;
}
.row-border-division{
    border-top: 2px #00a656 solid;
    border-bottom: 2px #00a656 solid;
    padding: 20px 0;
    margin-top: 4px;
    margin-bottom: 24px;
}
.wrap-documents ul li .file{
	background: #f1f1f1;
	text-align: left;
	border: 2px #008700 solid;
	border-radius: 4px;
	padding: 7px;
	box-sizing: border-box;
	margin: 8px 0px;
	position:relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
}
.wrap-documents ul li .file .filename{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
	padding-right: 5px;
}
.wrap-documents .remove-file{
    color: #ea0606;
    position: absolute;
    top: -7px;
    right: -7px;
    background: #fff;
    border-radius: 12px;
    font-size: 18px;
	display:none;
}
.view-only .wrap-documents .open-file{
	color: #008700;
    display: none;
    position: absolute;
    top: -12px;
    right: -10px;
    background: #ffffff;
    font-size: 18px;
    border: 2px #008700 solid;
    width: 19px;
    line-height: 25px;
    height: 19px;
    padding: 4px;
    border-radius: 15px;
}
.wrap-documents #uploading-bar{
	position: absolute;
	background: #00ad54;
	height: 100%;
	top: 0;
	right: 0;
	width: 200%;
	background-image: -webkit-linear-gradient(45deg, white 40%, white 46%, #0cd373 30%, #00a656 70%, white 70%);
	background-image: -webkit-moz-gradient(45deg, white 40%, white 46%, #0cd373 30%, #00a656 70%, white 70%);
	background-image: -webkit-o-gradient(45deg, white 40%, white 46%, #0cd373 30%, #00a656 70%, white 70%);
	background-image: linear-gradient(45deg, white 40%, white 46%, #0cd373 30%, #00a656 70%, white 70%);
	background-size: 60px 55px;
	animation: slide-bar 3s linear infinite;
}
.wrap-documents .wrap-upload {
	position: absolute;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0%;
}
.wrap-documents .upload-msg{
	background: red;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	color:#fff;
	line-height: 1.8;
    pointer-events: none;
}
@keyframes slide-bar{
	from{right: 0;}
	to{right: -300px;}
}
@-webkit-keyframes  slide-bar{
	from{right: 0;}
	to{right: -300px;}
}

.wrap-documents ul li.active:hover .remove-file{
	display:block;
}
.wrap-documents ul li b{
	position:absolute;
}
.flash-modal .modal-dialog{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.flash-modal .modal-content{
	color: #fff;
	background: #00a656;
}
.flash-modal .modal-header{
	border: 0;
}
.flash-modal .close{
	float: right;
	background: #fff;
	color: #00a656;
	border-radius: 19px;
	width: 28px;
	height: 28px;
	border: 2px #59c591 solid;
	text-decoration:none;
	text-align:center;
	box-sizing: border-box;
	font-family:Raleway,sans-serif;
}
.flash-modal .close span{
	font-size: 22px;
	line-height: 21px;
}
.flash-modal .modal-title{
	color: #fff;
}
.flash-modal.accept-modal .close{
    display: none;
}
.flash-modal.accept-modal .modal-title{
    text-align: center;
}
.flash-modal.accept-modal .modal-footer .btn{
    font-weight: 600;
    margin: 0;
}
.flash-modal.accept-modal .modal-footer{
    right: 0;
    left: 0;
    text-align: center;
}
.flash-modal .modal-body{
	text-align: center;
	margin-bottom: 29px;
}
.flash-modal .modal-footer{
	border: 0;
	position: absolute;
	right: 0;
	bottom: -29px;
}

body.modal-open{
	padding-right: 0 !important;
}
.flash-modal .modal-footer .btn{
	background: #fff;
	border: 10px solid #00a656;
	border-radius: 16px;
	border-bottom: 7px solid #00a656;
	padding: 3px 14px;
	color: #00a656;
	margin-right: 19px;
	text-decoration:none;
	text-align:center;
	display:inline-block;
}
.flash-modal .modal-footer .btn:hover, .flash-modal .close:hover{
	color: #000000;
	text-decoration:none;
}
.flash-modal .modal-footer .btn.btn-primary{
	text-transform: uppercase;
	margin-right: 0;
	font-weight: bold;
	padding: 5px 14px;
}
.info-flash{
  	margin: 5px auto 20px auto;
    background: #00a656;
    color: #fff;
    padding: 10px 20px 15px 20px;
    border-radius: 10px;
    border: 2px #41cf8b solid;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    font-size: 18px;
    line-height: 1.2em;
    position: relative;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) .3s;
    -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) .3s;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) .3s;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    max-width: 1038px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    pointer-events: none;
	-moz-transition-delay:.5s;
	-webkit-transition-delay:.5s;
	transition-delay:.5s;
}
.auto-save-in .info-flash {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    pointer-events: all;
}

.info-flash:before {
    content: '\f251';
    display: block;
    height: 42px;
    width: 42px;
    background: #41cf8b;
    border: 4px #ffffff solid;
    border-radius: 35px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: -19px;
    top: -19px;
}
.info-flash:after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    right: -20px;
    top: -20px;
    border: 2px solid #41cf8b;
    border-radius: 50px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.info-flash h2{
	color: #fff;
	font-size: 24px;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 1px 0;
	text-align: left;
}
.row-table-input{
	padding-top: 15px;
    padding-bottom: 20px;
}
.frontend_pratica-section-wrapper .row-table-input .wppb-form-field{ margin-bottom:0; }
.row-table-input:nth-child(odd){
	background:rgba(0, 166, 86, 0.06);
}
.row-table-input:first-child{
	border-top:1px #00a656 solid;
}
.row-table-input:last-child{
	border-bottom:1px #00a656 solid;
}
/*****modal*****/
[role="button"] {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
	/*center*/
  text-align: center;
  padding: 0!important;
  /*center*/
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  /**center***/
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /**center**/
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}
/******fine modal******/

/**/
.list-crea-pratica .titolo-type{
    padding: 28px 20px;
    position: relative;
    background-color: #00a656;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}
.list-crea-pratica li a{ display:block; }
.list-crea-pratica li .titolo-tipologia{
	display: block;
	color: #797979;
}
.list-crea-pratica li .descrizione-tipologia{
	text-align: left;
    display: block;
}
.disabled-element+label{
    background-color: #f4f4f4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/*style input */
.style-input {
	position:relative;
	overflow:hidden;
	padding-left:20px;
}
.style-input input{
	position:absolute;
    visibility: hidden;
	left:-100px;
	pointer-events:none;
}
.radiobutton-checkbox.has-info{
	overflow:visible;
}
.radiobutton-checkbox .info_icon{
    left: -10px;
    right: auto;
    font-size: 18px !important;
    line-height: 20px !important;
    width: 20px !important;
    padding: 0;
    margin: 0;
    bottom: 2px;
    top: auto;
    height: auto;
    display: inline-block;
}
.style-input.radiobutton-checkbox label, .style-input.checkbox label{
	position:relative;
}
.disabled-img{
    opacity: 0.3;
}
.style-input.radiobutton-checkbox label:before, .style-input.checkbox label:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f096";
    position: absolute;
    left: -19px;
    top: -1px;
    font-size: 18px;
}
.style-input.radiobutton-checkbox :checked+label:before, .style-input.checkbox :checked+label:before{
	content: "\f046"; 
}
.hidden{ display:none; }
.permanentHidden{ display:none !important; }
.center-text {text-align:center;}
.title_login_register{
	color: #00a656;
    border-bottom: 2px #00a656 solid;
    margin-bottom: 20px;
}
#login-register-row{
	position:relative;
	margin-bottom:40px !important;
}
#login-register-row:before{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background: #000000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*******elenco pratiche******/

#wrapper-elenco-pratiche { margin-bottom:20px; }
#wrapper-elenco-pratiche #order-filter-wrapper {
    margin-bottom: 15px !important;
}
#wrapper-elenco-pratiche #order-filter-wrapper label{
	width: 100%;
}
#wrapper-elenco-pratiche #order-filter-wrapper #wrapp_ricerca_pratiche{
	position:relative;
}
#wrapper-elenco-pratiche #order-filter-wrapper #wrapp_ricerca_pratiche span{
    position: absolute;
	top: 35px;
	right: 12px;
    color: #fff;
	display:none;
}
#wrapper-elenco-pratiche #order-filter-wrapper #ricerca{
	padding-right: 40px !important;
}
#wrapper-elenco-pratiche #order-filter-wrapper input[type="submit"]#go_search{
	font-family: simple-line-icons,sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    padding: 0 8px !important;
    height: 38px;
    line-height: 36px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0 !important;
    display: inline-block;
    width: 40px !important;
    vertical-align: top;
    background: #00a656 !important;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
#wrapper-elenco-pratiche #order-filter-wrapper.reload span{
	display:block !important;
	pointer-events: none;
}
#wrapper-elenco-pratiche #order-filter-wrapper.reload  input[type="submit"]#go_search{
	color:#00a656 !important;
	pointer-events: none;
}
#wrapper-elenco-pratiche #container-elenco-pratiche {
    list-style: none;
}
#wrapper-elenco-pratiche #container-elenco-pratiche .pratica-element {
    background: #f0f0f0;
    padding: 14px 15px;
    margin-top: 5px;
	color:#696868;
    position: relative;
}
.margin-top-10-f{
	margin-top:10px;
}
.margin-top-30-f{
	margin-top:30px;
}

.pratica-element .logo-intervento{
	width:64px;
	float:left;
}
.pratica-element h3{
	margin-left: 76px;
	font-size: 21px;
	line-height: 22px;
	color:#696868;
}
.intestatario-pratica{
    font-size: medium;
    font-weight: 800;
}
.pratica-element.integrata .intestatario-pratica,
.pratica-element.integrata .data-pratica{
	margin-left: 76px;
}
.pratica-element.integrata .stato-pratica{
    text-align: center;
    padding: 6px 0px 12px 0px;
    cursor: pointer;
    position: relative;
}
.pratica-element.integrata.requires-feedback{
    margin-top: 18px !important;
    margin-bottom: 18px !important;
    box-shadow: 0 0 9px 3px #cccccc;
}
.pratica-element:not(.integrata).requires-feedback{
    padding-top: 20px !important;
    margin-top: 23px !important;
    margin-bottom: 18px !important;
    box-shadow: 0 0 9px 3px #cccccc;
}
.pratica-element.requires-feedback .feedback-required-bell .fa{

  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
.pratica-element:not(.integrata) .feedback-required-bell{
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
}
.pratica-element.integrata .status-rows .feedback-required-bell{
    position: absolute;
    right: -6px;
    top: -8px;
}
.pratica-element.integrata .status-rows > div:first-child .feedback-required-bell{
    position: absolute;
    right: initial;
    left: -6px;
    top: -8px;
}

.pratica-element.integrata .stato-pratica h3
{
    margin: 0;
    text-align: center;
    color: inherit !important;
    font-size: 24px;
    line-height: 1.1em;
}
.pratica-element.integrata .stato-pratica i{
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    transition: all .2s linear;
}
.status-rows .wpb_column{
    padding: 0px 2px;
}
.pratica-element.integrata .action_wrapper .action-block{
    text-align: center;
    background: #00a656;
    color: #fff;
    padding: 4px 0px;
    border-radius: 12px 0 11px 0;
    font-size:18px;
    margin: 1px 0 3px 0;
}
.pratica-element.integrata .action_wrapper .action-block:hover{
    background: #2cc47b;
}
.pratica-element.integrata .stato-pratica:hover i{
    bottom: -9px;
}
.pratica-element.integrata .action_wrapper .action-block a{
    color: inherit;
}
.pratica-element.integrata .output-documents{
    background: #01c26e;
    color: #fff !important;
    border-left: 6px solid #f0f0f0;
    border-right: 6px solid #f0f0f0;
    transition: all 0.15s linear;
    overflow: hidden;
    max-height: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0 !important;
    border-bottom: 0 solid #f0f0f0;
    margin-top: 0;
}
.pratica-element.integrata .output-documents.open{
    max-height: 500px;
    transition: all 0.25s linear;
    padding-bottom: 14px;
    padding-top: 15px;
    margin-bottom: -14px !important;
    border-bottom: 6px solid #f0f0f0;
    margin-top: 15px;
}
.pratica-element.integrata .output-documents h3{
    padding: 0 0 15px 0;
    margin: 0;
    text-align: center;
    color:inherit;
}
.pratica-element.integrata .output-documents a{
    color: inherit;
    cursor: not-allowed;
    line-height: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 9px;
    opacity: .8;
}
.pratica-element.integrata .output-documents a.active{
	cursor:pointer;
    opacity: 1;
}

.pratica-element.integrata .output-documents a i{
    font-size: 20px;
    line-height: 1.2em;
    vertical-align: bottom;
}

.pratica-element .info_wrapper{
	border-left: 1px #333 solid;
	border-right: 1px #333 solid;
}
.pratica-element .status {
    background: #ff1414;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
}
.pratica-element .action-link{
	line-height: 25px;
    padding-left: 26px;
    position: relative;
    display: inline-block;
    padding-bottom: 9px;
    color: #696868;
	cursor:not-allowed;
}
.pratica-element .action-link:before{
	content: '';
	cursor:not-allowed;
    display: inline-block;
    width: 24px;
    height: 24px;
    max-width: 256px;
    max-height: 256px;
    background-size: contain;
    position: absolute;
    top: 0px;
	opacity:0.4;
    left: 0px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDU1MC44MDEgNTUwLjgwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTUwLjgwMSA1NTAuODAxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTE2MC4zODEsMjgyLjIyNWMwLTE0LjgzMi0xMC4yOTktMjMuNjg0LTI4LjQ3NC0yMy42ODRjLTcuNDE0LDAtMTIuNDM3LDAuNzE1LTE1LjA3MSwxLjQzMlYzMDcuNiAgIGMzLjExNCwwLjcwNyw2Ljk0MiwwLjk0OSwxMi4xOTIsMC45NDlDMTQ4LjQxOSwzMDguNTQ5LDE2MC4zODEsMjk4Ljc0LDE2MC4zODEsMjgyLjIyNXoiIGZpbGw9IiM2ODY4NjgiLz4KCTxwYXRoIGQ9Ik0yNzIuODc1LDI1OS4wMTljLTguMTQ1LDAtMTMuMzk3LDAuNzE3LTE2LjUxOSwxLjQzNXYxMDUuNTIzYzMuMTE2LDAuNzI5LDguMTQyLDAuNzI5LDEyLjY5LDAuNzI5ICAgYzMzLjAxNywwLjIzMSw1NC41NTQtMTcuOTQ2LDU0LjU1NC01Ni40NzRDMzIzLjg0MiwyNzYuNzE5LDMwNC4yMTUsMjU5LjAxOSwyNzIuODc1LDI1OS4wMTl6IiBmaWxsPSIjNjg2ODY4Ii8+Cgk8cGF0aCBkPSJNNDg4LjQyNiwxOTcuMDE5SDQ3NS4ydi02My44MTZjMC0wLjM5OC0wLjA2My0wLjc5OS0wLjExNi0xLjIwMmMtMC4wMjEtMi41MzQtMC44MjctNS4wMjMtMi41NjItNi45OTVMMzY2LjMyNSwzLjY5NCAgIGMtMC4wMzItMC4wMzEtMC4wNjMtMC4wNDItMC4wODUtMC4wNzZjLTAuNjMzLTAuNzA3LTEuMzcxLTEuMjk1LTIuMTUxLTEuODA0Yy0wLjIzMS0wLjE1NS0wLjQ2NC0wLjI4NS0wLjcwNi0wLjQxOSAgIGMtMC42NzYtMC4zNjktMS4zOTMtMC42NzUtMi4xMzEtMC44OTZjLTAuMi0wLjA1Ni0wLjM4LTAuMTM4LTAuNTgtMC4xOUMzNTkuODcsMC4xMTksMzU5LjAzNywwLDM1OC4xOTMsMEg5Ny4yICAgYy0xMS45MTgsMC0yMS42LDkuNjkzLTIxLjYsMjEuNjAxdjE3NS40MTNINjIuMzc3Yy0xNy4wNDksMC0zMC44NzMsMTMuODE4LTMwLjg3MywzMC44NzN2MTYwLjU0NSAgIGMwLDE3LjA0MywxMy44MjQsMzAuODcsMzAuODczLDMwLjg3aDEzLjIyNFY1MjkuMmMwLDExLjkwNyw5LjY4MiwyMS42MDEsMjEuNiwyMS42MDFoMzU2LjRjMTEuOTA3LDAsMjEuNi05LjY5MywyMS42LTIxLjYwMSAgIFY0MTkuMzAyaDEzLjIyNmMxNy4wNDQsMCwzMC44NzEtMTMuODI3LDMwLjg3MS0zMC44N3YtMTYwLjU0QzUxOS4yOTcsMjEwLjgzOCw1MDUuNDcsMTk3LjAxOSw0ODguNDI2LDE5Ny4wMTl6IE05Ny4yLDIxLjYwNSAgIGgyNTAuMTkzdjExMC41MTNjMCw1Ljk2Nyw0Ljg0MSwxMC44LDEwLjgsMTAuOGg5NS40MDd2NTQuMTA4SDk3LjJWMjEuNjA1eiBNMzYyLjM1OSwzMDkuMDIzYzAsMzAuODc2LTExLjI0Myw1Mi4xNjUtMjYuODIsNjUuMzMzICAgYy0xNi45NzEsMTQuMTE3LTQyLjgyLDIwLjgxNC03NC4zOTYsMjAuODE0Yy0xOC45LDAtMzIuMjk3LTEuMTk3LTQxLjQwMS0yLjM4OVYyMzQuMzY1YzEzLjM5OS0yLjE0OSwzMC44NzgtMy4zNDYsNDkuMzA0LTMuMzQ2ICAgYzMwLjYxMiwwLDUwLjQ3OCw1LjUwOCw2Ni4wMzksMTcuMjI2QzM1MS44MjgsMjYwLjY5LDM2Mi4zNTksMjgwLjU0NywzNjIuMzU5LDMwOS4wMjN6IE04MC43LDM5My40OTlWMjM0LjM2NSAgIGMxMS4yNDEtMS45MDQsMjcuMDQyLTMuMzQ2LDQ5LjI5Ni0zLjM0NmMyMi40OTEsMCwzOC41MjcsNC4zMDgsNDkuMjkxLDEyLjkyOGMxMC4yOTIsOC4xMzEsMTcuMjE1LDIxLjUzNCwxNy4yMTUsMzcuMzI4ICAgYzAsMTUuNzk5LTUuMjUsMjkuMTk4LTE0LjgyOSwzOC4yODVjLTEyLjQ0MiwxMS43MjgtMzAuODY1LDE2Ljk5Ni01Mi40MDcsMTYuOTk2Yy00Ljc3OCwwLTkuMS0wLjI0My0xMi40MzUtMC43MjN2NTcuNjdIODAuNyAgIFYzOTMuNDk5eiBNNDUzLjYwMSw1MjMuMzUzSDk3LjJWNDE5LjMwMmgzNTYuNFY1MjMuMzUzeiBNNDg0Ljg5OCwyNjIuMTI3aC02MS45ODl2MzYuODUxaDU3LjkxM3YyOS42NzRoLTU3LjkxM3Y2NC44NDhoLTM2LjU5MyAgIFYyMzIuMjE2aDk4LjU4MlYyNjIuMTI3eiIgZmlsbD0iIzY4Njg2OCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)}

.pratica-element .action-link.active:hover{
	color:#00a656;
	cursor:pointer;
}	
.pratica-element .action-link.active:before, .pratica-element .action-link.active{
	opacity:1;
	cursor:pointer;
}

.pratica-element.has-author{
    padding-top: 30px !important;
}

.pratica-element .pratica-author{
    background: #00a656;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-radius: 0px 0px 12px 0px;
    overflow: hidden;
    padding: 0 9px 0 4px;
    color: #fff;
}

/***render input as read only**/
.view-only .render_input, .view-only .wppb-form-field input, .view-only .wppb-form-field select, .wppb-form-field input.disabled, .wppb-form-field select.disabled {
    border-top: 1px #fff solid !important;
    border-left: 1px #fff solid !important;
    border-right: 1px #fff solid !important;
	background:none !important;
	/*for firefox*/
	-moz-appearance: none;
	/*for chrome*/
	-webkit-appearance:none;
    pointer-events: none;
}
.view-only .info_icon { display:none; }
/*for IE10*/
.view-only .wppb-form-field select::-ms-expand {
    display: none;
}
.view-only .style-input, .view-only .radio-bg,
.view-only .style-input, .view-only .checkbox-bg{
    pointer-events: none;
}
.view-only .frontend_pratica-section-wrapper .wppb-form-field input:focus, .view-only .frontend_pratica-section-wrapper .wppb-form-field select:focus{
	box-shadow:none !important;
	-webkit-box-shadow: none !important;
}
.view-only .drop-zone, .view-only .elenco-files .remove-file{ display:none !important; }
.view-only .wrap-documents .open-file { display:block; }
/***end render input as read only**/

/*******elenco pratiche FINE******/

/**********************************/
/*********elenco fatture**********/
/*********************************/

.elenco-fatture{
	font-size:16px;
	border-collapse: collapse;
	color:#696868;
}
.elenco-fatture tbody tr{
	background:#f0f0f0;
}
.elenco-fatture tr{
	border: 0px;
}
.elenco-fatture tbody td{
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.pdf-red {
	width: 24px;
	height: 22px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin-bottom: -6px !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAAG0OVFdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDJBOUQzNDBGQTlGMTFFN0IzQTc4MjBCODlFMkJFNDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDJBOUQzNDFGQTlGMTFFN0IzQTc4MjBCODlFMkJFNDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMkE5RDMzRUZBOUYxMUU3QjNBNzgyMEI4OUUyQkU0NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkE5RDMzRkZBOUYxMUU3QjNBNzgyMEI4OUUyQkU0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppd3a9EAAArUSURBVHjaYvwvwYAN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);
}

/*****loading******/
#overlay {
    position:fixed;
	z-index: 999999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#overlay .msg_wrap{
	position: absolute;
	top: 63%;
	left: 50%;
	margin: -28px 0 0 -55px;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}
.single6 {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #90C695;
	-webkit-animation: single6 1s infinite ease-in;
	animation: single6 1s infinite ease-in;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -25px;
}

@-webkit-keyframes single6 {
  0% {
	 -webkit-transform: scale(0);
	 transform: scale(0);
	 opacity: 1;
  }
  100% {
	 -webkit-transform: scale(1);
	 transform: scale(1);
	 opacity: 0;
  }
}

@keyframes single6 {
  0% {
	 -webkit-transform: scale(0);
	 transform: scale(0);
	 opacity: 1;
  }
  100% {
	 -webkit-transform: scale(1);
	 transform: scale(1);
	 opacity: 0;
  }
}

@keyframes loop-slide {
    0% {
        transform: translate3d(0, 0, 0px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translate3d(0, 32px, 0px);
        animation-timing-function: ease-out;
		opacity:1;
    }
    51% {
		animation-direction:0.1s;
        transform: translate3d(0, -32px, 0px);
		opacity:0;
	}
    100% {
        transform: translate3d(0, 0px, 0px);
    }
}
@-webkit-keyframes loop-slide {
    0% {
        -webkit-transform: translate3d(0, 0, 0px);
        animation-timing-function: ease-in;
    }
    50% {
        -webkit-transform: translate3d(0, 32px, 0px);
        animation-timing-function: ease-out;
		opacity:1;
    }
    51% {
		animation-direction:0.1s;
        -webkit-transform: translate3d(0, -32px, 0px);
		opacity:0;
	}
    100% {
        -webkit-transform: translate3d(0, 0px, 0px);
    }
}
@media all and (max-width: 1200px){
	.frontend_pratica-section-wrapper .radio-bg label,
	.frontend_pratica-section-wrapper .checkbox-bg label
    { font-size:20px; }
	.frontend_pratica-section-wrapper .radio-bg label:before,
	.frontend_pratica-section-wrapper .checkbox-bg label:before{
		left: 29px;
		top: 18px;
		font-size: 20px;
	}
	.radiobutton-checkbox.has-info{
		overflow:hidden;
		padding-left: 34px;
	}
	.radiobutton-checkbox .info_icon{
		left: 7px;
	}
	.info-flash{
		margin-left:25px;
		margin-right:25px;
	}
	.row-table-input .campo-row strong{
		text-align: center;
		font-size: 18px;
		line-height: 1em;
		padding-bottom: 6px;
		display: block;
	}
}
@media all and (min-width: 1200px){
	.row-table-input{
		display:flex;
	}
	.row-table-input .campo-row{
		flex:1;
	}
	.row-table-input .campo-row strong{
		height: 100%;
		flex: 1;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
}
@media all and (max-width: 1024px){
	.frontend_pratica-section-wrapper .radio-bg label,
	.frontend_pratica-section-wrapper .checkbox-bg label
    { font-size:16px; }
	.frontend_pratica-section-wrapper .radio-bg label:before,
	.frontend_pratica-section-wrapper .checkbox-bg label:before
    {
		left: 29px;
		top: 18px;
		font-size: 16px;
	}
	.wppb-form-field select,.wppb-form-field input{
		float:none !important;
	}

    .wrapper-esito-verifica .action-start-pratica-ba a{
        min-width: 20%;
    }
}
@media all and (max-width:990px){
    .margin-top-30-f{
      margin-top: 15px;
    }
	#login-register-row:before{
		display:none;
	}
	.frontend_pratica-section-wrapper .radio-bg label,
	.frontend_pratica-section-wrapper .checkbox-bg label{
		margin:0;
	}
	.frontend_pratica-section-wrapper .vc_row .radio-bg:last-child,
	.frontend_pratica-section-wrapper .vc_row .checkbox-bg:last-child
    {
		margin-bottom:10px;
	}
	.pratica-element .logo-intervento {
		width: 84px;
		float: none;
		display: block;
		margin: 0 auto;
	}
	.pratica-element h3 {
		text-align:center;
		margin:10px 0;
    	text-align: center;
	}
	.pratica-element .action_wrapper { 
		margin:10px 0;
	}
	.pratica-element.integrata .action_wrapper {
		margin:20px 0 10px 0;
	}
	.pratica-element .info_wrapper{
		border-left: 0px #333 solid;
		border-right: 0px #333 solid;
	}
	.wrap-documents .remove-file { display: block; }
}
@media all and (max-width: 768px){
	.async-warp{
		display: block;
	}
}
@media all and (max-width:400px){
	.frontend_pratica-section-wrapper .wppb-form-field input, .frontend_pratica-section-wrapper .wppb-form-field select{float:none !important;}
	
	#wrapper-elenco-pratiche #order-filter-wrapper #wrapp_ricerca_pratiche span{
		position: absolute;
		top: 12px;
		right: 14px;
		color: #fff;
	}
	.flash-modal .modal-footer{
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
	.flash-modal .modal-footer .btn{
		margin-right:0;
	}
	.ui-tooltip.big-wrap{
		max-width:100%;	
	}
}

@media all and (max-width:480px){
    .chat-log-wrapper .action-communication{
        flex-flow: column;
    }
    .chat-log-wrapper .action-communication a{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }
    .chat-log-wrapper .action-communication a .qodef-btn-text{
        flex: 1;
    }
	.wrap-documents ul li .file .filename{
		    max-width: 120px;
	}
	.wrapper-richiesta-doc .qodef-btn.qodef-btn-small.qodef-btn-solid {
        height: auto;
        line-height: 1.2em;
        min-height: 50px;
        padding: 8px 0;
	}
	.wrap-documents .document-add span{ display:none; }
	.wrapper-richiesta-doc .qodef-btn-text-icon{ display:none !important; }
	.close_pratica{
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.close_pratica .qodef-btn-text{ line-height:50px; }
	.wrapper-richiesta-doc .action-pagamento{
		position:relative;
	}
	.wrapper-richiesta-doc .msg{ padding-bottom:60px; }

    .wrapper-esito-verifica .action-start-pratica-ba {
        flex-direction: column;
    }
}

#integrata-fase1:after {
    display: block;
    content: '';
    height: 45px;
    width: 1px;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -45px;
    border-left: 2px dashed #009e52;
}

.section-opened #integrata-fase2:after {
    display: block;
    content: '';
    height: 45px;
    width: 1px;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -45px;
    border-left: 2px dashed #009e52;
}

.wrap-steps-fase{
    background: #009e52;
    color: #fff;
    margin: 0 0 45px 0 !important;
    display: flex;
    flex-flow: row;
    height: 100%;
    cursor: pointer !important;
    -webkit-animation: show-fase .2s ease-in;
    animation: show-fase .2s ease-in;
    position: relative;
}
#integrata-fase2{
    margin: 45px 0 45px 0 !important;
}

.wrap-steps-fase h2{
    color: inherit !important;
    font-size: 24px;
    line-height: 1.1em;
}
.wrap-steps-fase > div:first-child{
    padding: 15px 15px;
    text-align: center;
}

.wrap-steps-fase > div:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #009e52;
}
.wrap-steps-fase .arrow-animation{
    position: relative;
    right: 0;
    transition: all .15s linear;
}
.wrap-steps-fase:hover .arrow-animation{
    transform: translateX(10px);
}
.wrap-steps-fase .toggle-fase{
    position: absolute;
    top: 0px;
    right: 2px;
    background: #fff;
    color: #009e52;
    padding: 2px 24px;
    border-radius: 0 0 0 12px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all .15s linear;
}
.wrap-steps-fase:hover .toggle-fase{
    padding-right: 32px;
}
.wrap-steps-fase .toggle-fase .open-fase,
.wrap-steps-fase.opened .toggle-fase .close-fase{
    display: block;
}
.wrap-steps-fase.opened .toggle-fase .open-fase,
.wrap-steps-fase .toggle-fase .close-fase{
    display: none;
}

@media (max-width: 768px){
    .wrap-steps-fase {
        display: block;
    }
}

@-webkit-keyframes show-fase {
  0% {
	 -webkit-transform: scale(0);
	 transform: scale(0);
  }
  100% {
	 -webkit-transform: scale(1);
	 transform: scale(1);
  }
}

@keyframes show-fase {
  0% {
	 -webkit-transform: scale(0);
	 transform: scale(0);
  }
  100% {
	 -webkit-transform: scale(1);
	 transform: scale(1);
  }
}


/** CHAT metabox **/
.chat-log-wrapper {
    border: 2px #41cf8b solid;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff0ad;
    font-size: 16px;
}
.chat-log-wrapper .titolo{
    color: #00a656;
    margin-bottom: 10px;
    padding: 10px 15px 0 15px;
}
.chat-log-wrapper .action-communication {
    background: #41cf8b;
    padding: 5px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-log-wrapper .action-communication .msg{
    display: inline-block;
    padding: 0 16px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    flex: 1;
}
.chat-log-wrapper .message-wraper , .log-list-wraper  .message-wraper{
	padding: 0px 34px 10px 14px;
	position: relative;
}
.chat-log-wrapper .message-wraper:after , .log-list-wraper  .message-wraper:after {
    width: 14px;
    height: 24px;
    background: #f5fcf8;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    border-radius: 0% 100% 0% 100% / 0% 0% 100% 100%;
    box-shadow: -2px 0px 3px #00800024;
}
.chat-log-wrapper .lista-richieste, .log-list-wraper{
    list-style: none;
    margin: 0 15px;
}
.chat-log-wrapper .message-wraper .message-body, .log-list-wraper .message-body{
	background: #f5fcf8;
    padding: 29px 10px 10px 10px;
    border-radius: 0px 9px 9px 9px;
    box-shadow: 1px 1px 3px #00800066;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.chat-log-wrapper .message-wraper .mesage-time, .log-list-wraper  .mesage-time{
	color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 1em;
    background: green;
    padding: 6px 14px 6px 11px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 9px;
}
.chat-log-wrapper .message-wraper .message-author, .log-list-wraper  .message-author{
	text-transform: capitalize;
    display: block;
    font-weight: bold;
    position: absolute;
    top: 12px;
}
.chat-log-wrapper .message-wraper.cliente, .log-list-wraper  .message-wraper.cliente {
    padding: 0px 14px 10px 34px;
}
.chat-log-wrapper .message-wraper.cliente .message-body, .log-list-wraper  .message-wraper.cliente .message-body {
    border-radius: 9px 0px 9px 9px;
}
.chat-log-wrapper .message-wraper.cliente:after, .log-list-wraper .message-wraper.cliente:after {
    left: initial;
    right: 0px;
    top: 0;
    border-radius: 0% 100% 100% 0% / 0% 0% 100% 100%;
    background: #008000;
    height: 24px;
}
.loading-storico{
    line-height: 20px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ripple div {
  position: absolute;
  border: 3px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 17px;
    left: 17px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 34px;
    height: 34px;
    opacity: 0;
  }
}
.feedback-required-bell {
    width: 30px;
    height: 30px;
    background: #a62dfe;
    border: 2px #fff solid;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    box-shadow: 0 0 5px #a62dfe;
}
.post-chat-log-cta{
    display: flex;
    justify-content: stretch;
    margin-bottom: 27px;
    color: #fff;
    flex-flow: column;
    cursor: pointer;
}
.post-chat-log-cta .icon-wrraper{
    flex: 1;
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    background: #00a656;
    padding: 10px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
}
.post-chat-log-cta i{
    font-size: 36px;
}

.post-chat-log-cta .cta-visual-text{
    flex: 1;
    background: #41cf8b;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    padding: 10px;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .post-chat-log-cta {
        flex-flow: row;
    }
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
.selectize-input.items {
    padding: 10px 15px 6px 15px;
}
.selectize-input.items.full > div{
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selectize-input.items.not-full, .selectize-input.items.full > input{
    border: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;;
    box-shadow: none !important;
    overflow: visible;
}
.selectize-input.items.full > input {
    top: -4px;
}
.frontend_pratica-section-wrapper .selectize-control .selectize-input.disabled, #row-ubicazione-comune.disabled .selectize-control .selectize-input{
    background: #fff;
    opacity: 1;
    border-top: 1px #fff solid !important;
    border-left: 1px #fff solid !important;
    border-right: 1px #fff solid !important;
    box-shadow: none;
    pointer-events: none;
}
.selectize-control.single .selectize-input:after{
    border:none;
    content: '\f4a4';
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #00a656;
    top: 38%;
    right: 18px;
}
.note-fields{
    background: #ffc867;
    padding: 12px 15px;
    font-size: 1.7em;
    line-height: 1.2em;
    color: #696969;
    font-weight: 700;
}
.ui-widget-content .ui-tooltip-content a{
    color: #00a656;
    text-decoration: underline;
    font-weight: bold;
}
#price-wrapper {
    text-align: center;
    margin:22px 0 0 0 !important;
    transition: 0.4s linear max-height;
    overflow: hidden;
    max-height: 0;
}
#price-wrapper.active {
    max-height: 100px;
    transition: 0.6s linear max-height;
}
#price-wrapper > div{
    align-content: center;
    padding: 10px 15px;
}
#price-wrapper #price-estimation{
    font-size: 1.2em;
    line-height: 1.4em;
}
#quotation-request, #price-estimation-value{
    font-weight: 600;
}
.sum-potenza-termica{
    text-align: center;
    font-size: 28px;
    background: #efefef;
    padding: 8px;
    margin-bottom: 0;
}
.sum-potenza-termica span{
    border: 1px #000 solid;
    display: inline-block;
    background: #fff;
    line-height: 1.2em;
    color: #000;
    padding: 0px 4px 4px 4px;
}
.checkbox-wrapper-field,.checkbox-wrapper-field li{
    padding:0 !important;
}
.checkbox-wrapper-field label{
    padding-left: 18px !important;
    margin:0 !important;
}
.checkbox-wrapper-field label:before{
    top:4px !important;
}
.wppb-mailpoet-subscribe input,.wppb-gdpr-checkbox input, .checkbox-wrapper-field input{
	position:absolute;
	opacity:0;
	left:-100px;
	pointer-events:none;
}
.price_registration_wrapper{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom:14px;
}

.position-price-description{
    display:grid;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 40px !important;
}
.position-price-description > *:nth-child(1){
    order:1;
}
.position-price-description > *:nth-child(2){
    order:3;
}
.position-price-description > *:nth-child(3){
    order:2;
    font-size: 14px !important;
    font-style: normal !important;
    margin-bottom: 14px !important;
}