@import url("../css/font1.css");
        
html,
body {
	margin: 0;
	
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	
	top: 0;
	left: 0;
	
	 position: fixed; 
	 	
	-webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    

    touch-action: manipulation; 
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    html,
    body {
        width: 100%;

        overflow-x: hidden;
    }
}

form {
	padding: 0;
	
	margin: 0;
	
	display: inline;
}

button,
select,
input,
textarea {
	outline: 0;
	
	-webkit-border-radius: 0;
}

a {
	color:#fff;
	
	text-decoration:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/*login */

.contenitore-index {
	height: 100%;
	width:90%;
	
	padding-left:5%;
	padding-right:5%;
	
	position: absolute;
	
	background: #fff;
	
	text-align: center;
	
	min-height: 480px;   /* min 480 */
	
	font-size:14px;
}

.sfondo-immagine {
	background-size:cover;
	
	background-position:center;
	
	background-repeat:no-repeat;
		
	background-image: url(../images/sfondo.gif);
}

.distanza-percentuale {
	height:14%;
}

.contenitore-logo-index {
	height:23%;
}

.contenitore-logo-index img {
	height: auto;

    max-height: 100%;

    width: 80%;

    max-width: 300px;
}

.testo {
	font-size:0.8em;	
	color:#fff;
	letter-spacing:1px;
	
	font-family:HelveticaNeue;
	
	text-align:center;
	
	margin-bottom:10px;
}

.esito {
	font-size:1.2em;
	
	color:#fff;
	
	font-family:HelveticaNeue;
	
	text-align:center;
	
	margin-bottom:10px;
}

.stile-form {
	width:100%;
	
	margin-bottom:40px;
	font-family:HelveticaNeue;
}

.casella-input {
	padding-top:8px;
	padding-bottom:8px;
	
	background:none;
	
	border:0;
	border-bottom:1px solid #fff;
		
	width:70%;
	
	max-width:500px;
	
	font-family:HelveticaNeue;
	font-size:1.0em; 
	color:#fff;
	letter-spacing:1px;
	
	text-align:center;
}

.casella-input:focus {
	border-bottom:2px solid #fff;
}

.error-label {
	font-family:HelveticaNeue;
	
	font-size:0.8em;
	
	color:#fff;
}

.pulsante-login {
	height:40px;
	width:70%;
	
	max-width:500px;
	
	color:#006697;
	
	font-family:HelveticaNeue_bold;
	
	border:0;
	border-radius:100px;
	
	font-size:1.1em;
	
	background:#fff;
	
	margin-top:65px;
	margin-bottom:20px;
	
	line-height:40px;	
	
	letter-spacing:1px;
	
	-webkit-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.291);
	-moz-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.291);
	box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.291);
}

.pulsante-login :focus{
	color:#fff;
	
	background:#006697;
}

/* Ripple effect */

.ripple {
    background-position: center;
	
    transition: background 0.8s;
}

.ripple:hover {
    background: #7fcaed radial-gradient(circle, transparent 1%, #006697 1%) center/15000%;
	
	color:#fff;
}

.ripple:active {
    background-color:  #7fcaed;
    background-size: 100%;
	
    transition: background 0s;
}

/* placeholder effect */

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);	
    opacity: 0;
}

.bordo-interno {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* contenitore principale flusso */

.contenitore-app {
	height: 100%;
	width:100%; 
		
	position: absolute;
	
	background: #f7f7f7;
		
	min-height: 480px;   /* min 480 */
	
	font-size:14px;
}

/* banner top */

.banner-top {
	background:#f7f7f7;
	
	padding-left: 5%;
	padding-right: 5%;
	
	height:10%;
	width:90%;
	
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;	
	
	position:relative;
	
	z-index:+10;
}

.img-icona-banner-top {
	height:24px;
}

.button-icona {
	background:none;
	
	border:0;
	
	/*height:30%;*/
	
	padding:0;
}

.button-icona-arrow {
	background:none;
	
	border:0;
	
	padding:0;
}

.stile-icona  {
	width:25px;
}

.stile-title {
	color:#01669A;
	
	font-family:HelveticaNeue_bold;
	
	font-weight:bold;
	
	font-size:0.9em;
	
	letter-spacing:2px;
}

.stile-logout {
	color:#ff4040;
	
	font-family:HelveticaNeue_bold;
	
	font-weight:bold;
	
	font-size:0.9em;
	
	/*margin-left:-5%;*/
	
	letter-spacing:2px;
}

.corpo-view {
	width:90%;
	height:80%;
	
	padding-left:5%;
	padding-right:5%;
	
	overflow:auto;
}

.distanza-fissa {
	height:10px;
}

/* stile interazioni */

.contenitore-interazione {
	background:none;
	
	padding:0;
	
	padding-top:14px;
	padding-bottom:14px;
	
	width:100%;
	
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	
	border:0;
}

.contenitore-interazione:focus {
	background:#7fcaed;
}

.icona-interazione {
	height:52px;
	width:52px;
	
	object-fit:cover;
	
	border-radius:50%;
	
	margin-right:13%;
}

.contenitore-testo-interazione {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;	
	
	text-align:left;
}

.testo-interazione {
	font-family:HelveticaNeue_bold;	
	font-size:0.9em;	
	font-weight:bold;
	
	color:#808080;
}

.data-interazione {
	font-family:HelveticaNeue;	
	font-size:0.9em;	
	
	color:#808080;
	
	opacity:0.5;
}
 
.pulsante-carica-altro {
	width:60%;
	height:30px;

	color:#006697;
	
	font-family:HelveticaNeue_bold;
	
	border:0;
	border-radius:100px;
	
	font-size:1.0em;
	
	background:#fff;
		
	line-height:30px;	
	
	letter-spacing:1px;
	
	-webkit-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.291);
	-moz-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.291);
	box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.291);

	margin-top:20px;
	margin-bottom:20px;
	margin-left:20%;
}

/* stile filtri */

.container-filter-date {
	width: 100%;
	
	display:flex;
	flex-direction:row;
	align-items:center;  
	justify-content:space-between;
	
	margin-bottom:20px;
}

.contenitore-button-cerca {
	display:flex;
	flex-direction:row;
	align-items:center;
	
	flex-grow:2;
}

.button-cerca {
	padding:0;
	
	border:0;
	
	background:none;
	
	margin-right:10px;
}

.button-cerca img {
	height:24px;
}

.button-csv {
	padding:0;

	border:0;

	background:none;

	margin-left:10px;
}

.button-csv img {
	height:24px;
}

.contenitore-input-filter-date  {
	display:flex;
	flex-direction:row;
	align-items:center;
	
	flex-grow:5;
}

.input-filter-date {
	width:100%;
	
	padding-top:5px;
	padding-bottom:5px;
	
	background:none;
	
	border:0;
	border-bottom:1px solid #c4c4c4;
			
	font-family:HelveticaNeue;
	font-size:1.0em; 
	
	color:#808080;
	
	letter-spacing:1px;	
	
	margin-right:10px;
}

.contenitore-button-filter-date {
	display:flex;
	flex-direction:row;
	align-items:center;
	
	flex-grow:2;
}

.stile-pulsante-filtro {	
    padding:5px 15px;
	 		
    color: #fff;
	
    font-family: HelveticaNeue_bold;
	
    border: 0;
    border-radius: 100px;
	
    font-size: 0.7em;
	
    background: #1A65A4;
	
    letter-spacing: 1px;
}

.contenitore-aggiungi-scadenza  {
	display:flex;
	flex-direction:row;
	align-items:flex-left;
}

.button-aggiungi-scadenza {
	padding:0;
	
	border:0;
	
	background:none;
}

.button-aggiungi-scadenza img {
	height:24px;
}

/* banner bottom home */

.banner-menu-bottom {
	height:10%;
	width:100%;
	
	display: flex;
    flex-direction: row;
	align-items:center;
    justify-content: flex-start;
	
}

.pulsante-menu-bottom  {
	height:100%;
	width:20%;
	
	background:none;
	
	border:0;
	
	padding:0;	
	
	overflow:hidden;
}

.icona-pulsante-menu-bottom  {
	height:28px;
	object-fit:contain;
}

 
/* sfondo chatbot */

.sfondo-chatbot {
	background: #006699; /* Old browsers */
	background: -moz-linear-gradient(top, #006699 0%, #00334d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #006699 0%,#00334d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #006699 0%,#00334d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#00334d',GradientType=0 ); /* IE6-9 */
}
   
/* M E S S A G E S */

.chat li {
	padding: 0;
	
	overflow: hidden;
	
	display: flex;
	
	border-radius: 18px 0px 18px 18px;	
	
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.291);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.291);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.291);
}

.ol-padding  {
	-webkit-padding-start: 0px;
	
	margin-bottom:25px;	
}

.msg {
	min-width: 50px;
	
	padding: 18px 25px;
}

.msg p {
	font-size: 1.0em;
	font-family: HelveticaNeue;
	
	margin: 0 0 0.2rem 0;
}

.msg time {
	font-size: 0.8em;
	font-family: HelveticaNeue;
	
	margin-top: 5px;
	
	float: right;	
}

.other {
	justify-content: flex-end;
	align-items: flex-end;
}

.other .msg {
	order: 1;
	
	background: #01669A;
	
	border-radius: 18px 0px 18px 18px;	
	
	font-family: HelveticaNeue;
	font-size: 0.9em;
	
	text-align: left;
	
	width: 100%;
	
	word-break:break-word;
}

.msg-other {
	color:#fff;
}

.msg-time-other {
	color:#3385ad;
}

.self .msg {
	order: 1;
	
	background: #fff;
	
	border-radius: 18px 0px 18px 18px;	
	
	font-family: HelveticaNeue;
	font-size: 0.9em;
	
	text-align: left;
	
	width: 100%;
}

.msg-self {
	color:#01669A;
}

.msg-time-self {
	color:#d1d1d1;
}

/* banner invio chatbot */

.banner-chat-bottom {
	height:10%;
	width:90%;
	
	padding-left:5%;
	padding-right:5%;
	
	background:none;
	
	position:relative;
	
	z-index:10;
	
	background:none;
	
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


.area-chat {
	padding-top:10px;
	padding-left:5%;
	padding-right:3%;
	
	color:#01669A;
	
	font-size:0.9em;
	font-family:HelveticaNeue;
	
	resize:none;
	
	text-align:left;
	
	background:#fff;
	
	border:0;
	border-radius:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	flex-grow:4;
	
	margin-right: 15px;
	
	height:34px;
}

.invia-button {
	height:34px;
	width:34px;
	
	background:none;
	background-image:url('../images/Invia.svg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	
	border:0;
}

.immagine-allegato {
	height:60px;
	width:60px;
	
	border-radius:20px;
	
	object-fit:cover;
	
	margin-right:10px;
}
 

/* intestazione news e visualizzazione storico */

.intestazione {
	font-size:1.2em;
	
	color:#fff;
	
	font-family:HelveticaNeue;
	
	text-align:left;
	
	margin-bottom:30px;
	margin-top:20px;
}

.stile-chat-view {
	width:100%;
		
	background:#1A65A4;
	
	border-radius: 18px 0px 18px 18px;
	
	color:#fff;
	
	font-family:HelveticaNeue;
	font-size:1em;
	
	text-align:left;

	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.291);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.291);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.291);

	margin-top:15px;
	margin-bottom:15px;
}

.contenitore-allegati {
	text-align:left;
	margin-bottom:30px;
}

.flex-allegati {	
	display:flex;
	flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	
	flex-wrap:  wrap;
}

.href-allegato {
	display:block;
	
	background:#fff;
	
	height:80px;
	width:80px;
	
	border-radius:20px;
	
	margin-right:20px;
	margin-top:20px;
}

.href-allegato img {
	height:30px;
	width:auto;
	
	margin:20px;
	
	visibility: hidden;
}

.href-allegato svg {
	height:40px;
	width:auto;
	
	margin:20px;
			
	fill: #01669A;
}

.allegati {
	height:80px;
	width:80px;
	
	border-radius:20px;
	
	object-fit:cover;
	
	margin-right:20px;
	margin-top:20px;
}

/* pulsanti allega - registra */

.allega {
	height:30px;
	
	padding-left:20px;
	padding-right:20px;
	
	color:#01669A;
	
	background:#fff;
	
	text-align:center;
	
	font-size:0.9em;
	
	font-family:HelveticaNeue;
	
	border:0;
	border-radius:0px;
	
	margin-top:10px;
	
	line-height:30px;
	margin-bottom:20px;
}

input[type=file] {
	font-family:HelveticaNeue;
	color:#fff;
}

/* popup zoom */

.overlay{
    background:#000;
	
    position:fixed;
	
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
	
    z-index:100;
	
	cursor:pointer;
    
    /*Trasperenza cross browser*/
    opacity: .7; filter: alpha(opacity=70); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";		
}

div.popup_zoom {
	width: 100%;
	height: 100%; 
	
	background-color: none;
	
	text-align: center;
	
	display:block;
	
	position: fixed;
	
	z-index:+300;
	
	border-radius:0;
}

div.popup_scadenze, div.popup_esito, div.popup_conferma {
	width: 90%;
	height: 100%; 
	
	padding-left:5%;
	padding-right:5%;
	
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
		
	background-color: #f7f7f7;
	
	z-index:+300;
	
	border-radius:0px;
}

div.popup_esito {
	height:40%;
	width:70%;
	padding-left:5%;
	padding-right:5%;
	
	text-align:center;
	
	border-radius:15px;
}

div.popup_conferma {
	height:50%;
	width:70%;
	padding-left:5%;
	padding-right:5%;
	
	border-radius:15px;
}

.pulsante-popup {
	font-family:HelveticaNeue;
	color:#01669A;
	
	letter-spacing:1px;
	font-size:1.1em;
	
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	
	border:0;
	background:#fff;
}

.contenitore-testo-esito-popup {
	display:flex;
	flex-direction:column;
	align-items:center;
	
	height:100%;
	text-align:center;
}

.testo-esito-popup {
	font-family:HelveticaNeue;
	color:#01669A;
	
	letter-spacing:1px;
	font-size:1.3em;
}

.corpo-popup {
	height:100%;
	width:100%;
	
	overflow:auto;
}

/* popup scadenze home */
.banner-top-popup {
    background: #f7f7f7;
	
    height: 10%;
    width: 100%;
	
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.img_popup {
	max-height: 100%;
	max-width: 100%;
	
	top:0;
	bottom:0;
	left:0;
	right:0;
	
	margin:auto;
	
	position:absolute;
	
	object-fit:contain;
}

.titolo {
	text-transform: uppercase;
}

.distanza-voce-privacy {
	margin-top:10px;
}

.testo-privacy {
	height:90%;
	
	font-family:HelveticaNeue;
	color:#01669A;
	
	letter-spacing:1px;
}

/* aggiungi scadenza */

.form-wrapper {
    width: 100%;

    margin-top: 10px;
}

.form-field-wrapper {
    width: 100%;

    display: flex;
    flex-direction: column;

    margin-bottom: 25px;
}

.form-field-wrapper label {
    order: -1;

    font-size: 1.0em;
    font-weight: 600;

    margin-bottom: 10px;
}

label {
	color: #808080;
	
    font-family: HelveticaNeue;
}

.input-text {
	width: 100%;
    
	padding-left:5%;
	padding-right:5%;
	padding-top:15px;
	padding-bottom:15px;

    border: 0;
	
	background:#fff;
    
    box-sizing: border-box;
	border-radius:10px;

    color: #808080;

    outline: 0;
	
	font-family:HelveticaNeue;
	
	margin-bottom:10px;
}

.yes_no_btn, .any_answer_btn, .datepicker_chatbot_btn, .datepicker_skip_chatbot_btn {
	height: 35px;
    min-width:150px;

	border-radius:10px;
	
    color: #01669A;
    background: #fff;
	
    text-align: center;
    font-size: 1em;
    font-family: HelveticaNeue;
	font-weight:800;
	
    border: 0;
    	
    margin-top: 10px;

}

.input-text-color {
	color:#000;
	font-size:1.1em;
}

.wrapper-button {
	text-align:center;
	width:100%;
	
	margin-bottom:30px;
	margin-top:10px;
}

.pulsante-update {
	height:34px;
	width:200px;
	
	color:#006697;
	
	font-family:HelveticaNeue_bold;
	
	border:0;
	border-radius:100px;
	
	font-size:1.1em;
	
	background:#fff;
	
	letter-spacing:1px;
	
	-webkit-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.291);
	-moz-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.291);
	box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.291);
}

.img-esito {
	height: 90px;
	
	margin-top:20px;	
}

.btns {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}