@import url("fontawesome/fontawesome-all.min.css");
@import url("../css/font.css");
@import url("../css/font1.css");
@import url("../css/font2.css");
@import url("../css/font3.css");

        
html,
body {
	margin: 0;
	padding: 0;
	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;
	}
}

body {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.contenitore_principale {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	min-height: 480px;   /* min 550 */
}

@media only screen and (min-width: 1000px) {
	.contenitore_principale {
		width: 50%;
		height: 100%;
		margin-left:25%;
	}
	
	body {
		background:#b4b4b4;
	}
}

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

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.3);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.3);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.3);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.3);
}

.font_bold {
	font-family: Bold;
}

.font_regular {
	font-family: Regular;
}

.font_italic {
	font-family: Italic;
}

.font_bolditalic {
	font-family: BoldItalic;
}

/* index.php */

.benvenuto {
	text-align:center;
	color:#fff;
	font-family: Regular;
	font-size:15px;
	letter-spacing:1px;
	font-weight:600;
}

.contenitore_logo {
	height:15%;
	width:90%;
	margin-left:5%;
	text-align:center;
}

.contenitore_login {
	height:auto;
	width:85%;
	margin-left:7.5%;
}

.esito, .esito_nero {
	font-size:13px;
	font-family:Regular;
	text-align:center;
}

.esito {
	color:#fff;
}

.esito_nero {
	color:#2d2d2d;
}


.contenitore_input {
	width:100%;
	height:auto;
	padding-bottom:15px;
}

.casella_input  {
	width:100%;
	height:28px;
	border:0;
	border-radius:3px;
	background:#fff;
	color:#000;
	font-family:Regular;
	font-size:13px;
	text-indent:10px;
}

.pulsante_login {
	width:100%;
	padding-top:10px;
	padding-bottom:30px;
}

.dettaglio_pulsante_login {
	background:none;
	border:2px solid #fff;
	font-family:Bold;
	letter-spacing:1.5px;
	font-size:13px;
	border-radius:3px;
	color:#fff;
	width:60%;
	margin-left:20%;
	height:35px;
	box-shadow: 1px 3px 1px 0.75px rgba(0, 0, 0, 0.5);
}

.contenitore_recupera {
	text-align:center;
	width:100%;
}

.font_recupera {
	color:#fff;
	font-size:11px;
	font-family:Regular;
	text-decoration:none;
}

/* home */

.intestazione {
	background:#f2f2f2;
	width:100%;
	height:10%;
}

.pulsante {
	background:#2d2d2d;
	width:100%;
	height:22.50%;
}

.pulsante:nth-child(even) {
    background: #323232;
}

.pulsante-link {
	position:relative;
	height:100%;
	width:100%;
	display:block;
}

.effetto_triangolo  {
	position:absolute;
	top:0;
	width:0;
	height:0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	left: 0;
	right: 0;
	margin: auto;
}

.parte-pulsante-img {
	height:100%;
	width:40%;
	float:left;
	text-align:center;
}

.parte-pulsante-testo {
	height:100%;
	width:45%;
	float:left;
	text-align:center;
	width:55%;
	display:table;
}

.testo_pulsante {
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	font-size:12px;
	font-family:Regular;
	font-weight:600;
	text-align:center;
	letter-spacing:1px;
}

.testo_disconnetti {
	color:#b3f47e;
	font-size:11px;
	font-family: Regular;
	font-weight:900;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
}

.sezione_disconnetti {
	float:left;
	height:100%;
	display:table;
	margin-left:5%;
}

.sezione_logo_banner {
	height:100%;
	display:inline-block;
	float:right;
	margin-right: 5%;
}

/* distruzione */

.interno-intestazione_flusso {
	height: 100%;
    width: 95%;
    margin-left: 2.5%;
    position: relative;
	overflow:auto;
}

.contenitore-arrow {
	height: 100%;
   	float:left;
	width:20%;
}

.contenitore_indietro {
    display: inline-block;
    text-decoration: none;
    height: 70%;
}

.pulsante_interno {
	background: none;
    border: 0;
    height: 100%;
}

.pulsante_interno-altezza {  /* per il menu */
	height:70%;
}

.stile-arrow {
	height:65%;
	object-fit: cover;
}

.contenitore-menu  {
	text-decoration: none;
    height: 100%;
	float:left;
	width:20%;
	text-align:right;
}

.stile-menu {
	height:65%;
	object-fit: cover;
}

.intestazione_centrale {
	height:100%;
	float:left;
	width:60%;
	display:table;
	text-align:center;
}

.testo_intestazione {
	font-family:Bold;
	font-size:14px;
	color:#2d2d2d;
	display:table-cell;
	vertical-align:middle;
}

.sezione_immagine {
	height:26%;
	overflow:hidden;
}

.immagine_info {
	height:100%;
	width:100%;
	object-fit:cover;
}

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

.contenitore-corpo-interno  {
	height:100%;
	width:80%;
	margin-left:10%;
	text-align:center;
}

.dot_slideshow {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 7px;
}

.pallino_pieno {
   background:#B2EE8E;
}

.pallino_vuoto {
   background:#2d2d2d;
}

.testo_info {
	font-family:Regular;
	font-size:14px;
	color:#2d2d2d;
	text-align:left;
	width:100%;
	margin-bottom:20px;
}

.documentazione {
	height:auto;
	width:100%;
	display:table;
	border-bottom:1px solid #cecece;
	text-align:left;
}

.documentazione-link {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	display:table;
	color:#2d2d2d;
	text-decoration:none;
	font-family:Bold;
	font-size:13px;
}

/* menu a comparsa */
		
.pushmenu { 
	width:180px;
	height: 100%;
	top: 0;
	z-index: 1000;
	position:fixed;
	overflow:auto;
	background:#2d2d2d;
}

.pushmenu a {
  display: block; /* drops the nav vertically*/
  text-decoration: none;
}

.pushmenu-left {
  right: -180px;
}

.pushmenu-left.pushmenu-open {
  right: 0;
}

.pushmenu-push {
  overflow-x: hidden;
  position:absolute;
  right: 0;
}

.pushmenu-push-toright {
  right: 180px;
}

/*Transition*/
.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}
		
section.content {
/* padding: 10px 20px;  */
}
		 
.disconnetti_menu {
	height:10%;
}

.link-menu {
	height:100%;
	width:100%;
}

.button-link-menu {
	height:100%;
	width:100%;
	background:none;
	border:0;
}

.img-link-menu {
	height:60%;
	max-width:100%;
}

.testo-link-menu {
	color: #fff;
	font-size: 9px;
	font-family: Regular;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
}

/* fine menu */

/*media query nav*/
@media screen and (max-width: 320px) {
	
	.pushmenu { /*this is the nav*/
		width: 160px;
		height: 100%;
		top: 0;
		z-index: 1000;
		position:fixed;
		overflow:auto;
		background:#2d2d2d;
	}
	
	.pushmenu-left {
	  right: -160px;

	}
	
	.pushmenu-push-toright {
	  right: 160px;
	}
	
}
		
@media screen and (max-width: 270px) {

	.pushmenu { /*this is the nav*/
		width: 140px;
		height: 100%;
		top: 0;
		z-index: 1000;
		position:fixed;
		overflow:auto;
		background:#2d2d2d;
	}
				
	.pushmenu-left {
	  right: -140px;

	}
			
	.pushmenu-push-toright {
	  right: 140px;
	}
	
	.testo-link-menu {
		color: #fff;
		font-size: 10px;
		font-family: Regular;
		font-weight: 600;
		text-align: center;
		letter-spacing: 1px;
	}
			
}
		
@media screen and (max-width: 240px) {
	
	.pushmenu { /*this is the nav*/
		width: 120px;
		height: 100%;
		top: 0;
		z-index: 1000;
		position:fixed;
		overflow:auto;
		background:#2d2d2d;
	}
	
	.pushmenu-left {
	  right: -120px;
	}
	
	.pushmenu-push-toright {
	  right: 120px;
	}
					
}

/* effetto ombra  */

.ombra-intestazione {
	position:relative;
	z-index:2;
	box-shadow: 0 -2px 16px 0 rgba(0,0,0,0.5);
}

/* cassonetti */

.corpo-cassonetti {
	height:79%;
	width:100%;
	overflow:auto;
	background:#f2f2f2;
}

.corpo-cassonetti-interno {
	height:100%;
	width:90%;
	margin-left:5%;
}

.blocco-filtro-pulsante {
	width:100%;
	float:left;
}

.filtro-ricerca {
	float:left;
	height:auto;
	width:72.5%;
	margin-right:3.5%;
}

.stile-filtro-ricerca {
	background:#fff;
	color:#2d2d2d;
	height:24px;
	border-radius:5px;
	width:100%;
	font-size:12px;
	text-indent:10px;
	font-family:Regular;
	border:1px solid #e0dfdf;
}

.pulsante-filtro {
	float:left;
	height:auto;
	width:24%;
}

.stile-pulsante-filtro {
	background:#2d2d2d;
	color:#fff;
	font-size:11px;
	width:100%;
	min-width:25px;
	border-radius:5px;
	border:0;
	height:28px;
	font-family:Regular;
}

.blocco-contenitore-cassonetti {
	height:auto;
	width:100%;
	background:#fff;
	border:2px solid #e0dfdf;
	border-radius:5px;
	margin-bottom:6px;
}

.testo-contenitore-cassonetti {
	width:75%;
	float:left;
	font-family:Bold;
	color:#2d2d2d;
	font-size:13px;
	margin-left:4%;
}

.dettaglio-testo {
	font-family:Regular;
	color:#2d2d2d;
	font-size:11px;
}

.contenitore-avanti {
	float:right;
	margin-right:4%;
}

.dettaglio-avanti {
	height:11px;
	margin-top:8px;
}

.link-cassonetto {
	display:table;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}

/* dettaglio cassonetti */

.menu-tre {
	height:10%;
	width:100%;
	background:#f2f2f2;
}

.interno-menu-tre {
	height:100%;
	width:90%;
	margin-left:5%;
}

.primo-menu-tre {
	height:100%;
	width:33.33%;
	float:left;
}

.filtro-a-tre {
	width:36%;
}

.filtro-a-tre-button {
	width:21%;
}

.dettaglio-menu-tre {
	height:100%;
	width:100%;
	background:none;
	border:0;
	font-family:Bold;
	font-size:12px;
	padding:0;
}

.selezionato {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border-bottom:3px solid #2d2d2d;
	color:#2d2d2d;
}

.non_selezionato {
	border:0;
	color:#b5b5b5;
}


.blocco-contenitore-filtro {
	display:inline-block;
	width:100%;
	padding-bottom:15px;
	padding-top:15px;
}

.contenitore-stato {
	height:79%;
	width:100%;
	overflow:auto;
	background:#f2f2f2;
}

.contenitore-stato-interno {
	height:100%;
	width:90%;
	margin-left:5%;
}

.blocco-contenuto {
	width:100%;
	border: 2px solid #e0dfdf;
	background:#fff;
	border-radius:8px;
	height:60%;
	overflow:auto;
}

.voce-stato-cassonetto {
	text-align:center;
	color:#2d2d2d;
	font-family:Bold;
	font-size:12px;
	display:table-cell;
	vertical-align:middle;
}

.stile-img-cassonetto {
	height:100%;
	max-width:100%;
}

.semaforo {
	display:inline-block;
	text-align:center;
}

.dettaglio-semaforo {
	height:22px;
}

.margine-semaforo {
	margin-right:8px;
}

.img-interruttore {
	height:100%;
	max-width:100%;
}

/* storico evento/stato  */

.blocco-contenitore-storico {
	height: auto;
    width: 100%;
    background: #fff;
    border: 2px solid #e0dfdf;
    border-radius: 5px;
    margin-bottom: 6px;
	display:table;
	padding-top:9px;
	padding-bottom:9px;
}

.testo-storico {
	width:76%;
	margin-left:2%;
	margin-right:2%;
	float:left;
}

.contenitore-stato-evento {
	width:20%;
	float:left;
	text-align:center;
	min-width:53px;
}

.testo-storico-interno {
	text-align:left;
	color:#2d2d2d;
	font-family:Bold;
	font-size:12px;
	padding-top:6px;
	padding-bottom:6px;
}

.bordo-inferiore {
	border-bottom:1px solid #cecece;
}

.img-stato {
	height:35px;
	margin-top:4px;
}

.interno-stato {
	width: 34%;
    margin-left: 2%;
    margin-right: 4%;
    float: left;
	display:table;
}

.testo-interno-stato {
	text-align:left;
	color:#2d2d2d;
	font-family:Bold;
	font-size:12px;
	margin-top:23px;
}

.interno-stato-1 {
	width: 60%;
    float: left;
	display:table;
}

.testo-interno-stato-1 {
	text-align:left;
	color:#b5b5b5;
	font-family:Regular;
	font-size:11px;
	font-weight:600;
	display:table;
	padding-top:6px;
	padding-bottom:1px;
	width:90%;
}

.img-stato-1-superiore {
	height:21px;
	margin-top:14px;
}

.img-stato-1-inferiore {
	height:19px;
    margin-top: 17px
}

.icona-segnalazioni {
	height:22px;
	margin-right:2%;
	margin-top:2px;
}

.pulsante-bottom {
	background:none;
	height:30px;
	border:1px solid #2d2d2d;
	color:#2d2d2d;
	font-family:Regular;
	font-size:13px;
	font-weight:900;
	width:100%;
	border-radius:10px;
}

.link-pulsante-bottom {
	display:inline-block;
	width:80%;
	margin-left:10%
}

/* nuova segnalazione  */ 

.contenitore-segnalazione {
	height:90%;
	width:100%;
	overflow:auto;
	background:#f2f2f2;
}

.contenitore-messaggio-segnalazione {
	height:52%;
	width:90%;
	background:#fff;
	border: 2px solid #e0dfdf;
	border-radius:8px;
	margin-left:5%;
}

.area-testo {
	height:95%;
	width:90%;
	margin-left:5%;
	font-family:Regular;
	color:#2d2d2d;
	font-size:13px;
	padding:0;
	border:0;
}

.stile_upload {
	background:#2d2d2d;
	font-family:Regular;
	color:#fff;
	font-size:11px;
	border:0;
	border-radius:5px;
	padding-left:20px;
	padding-right:20px;
	height:30px;
	display:inline-block;
	line-height:30px;
}

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


.contenitore-allega-img {
	height:16%;
	width:90%;
	margin-left:5%;
}

.nome-img-allegata {
	color: #2d2d2d; 
	text-decoration: none; 
	font-family: Regular;
	font-size: 13px;
}

.annulla-bottom {
	background:none;
	border:0;
	height:100%;
	width:100%;
	color: #b5b5b5; 
	font-family: Regular;
	font-size: 13px;
	font-weight:600;
	}

.invia-bottom {
	background:#2d2d2d;
	border:0;
	height:100%;
	width:100%;
	color: #fff; 
	font-family: Regular;
	font-size: 13px;
	font-weight:600;
} 

.sezione-due {
	float:left;
	width:50%;
}

.pulsante-sezione-due {
	height:100%;
	width:100%;
	display:table;
}

/* lettura segnalazione o messaggi */

.contenitore-segnalazione-interno {
	height:100%;
	width:90%;
	margin-left:5%;
	text-align:center;
}

.contenitore-lettura-segnalazione {
	width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background:#fff;
}

.testo-lettura-intestazione {
	width:90%;
	margin-left:5%;
	display:table;
}

.data-segnalazione {
	margin-top:5px;
	font-family:Bold;
	font-size:12px;
	font-weight:900;
	color:#2d2d2d;
	float:left;
}

.testo-lettura {
	margin-top:10px;
	font-family:Regular;
	font-size:12px;
	color:#2d2d2d;
	text-align:left;
	width:90%;
	margin-left:5%;
}

.immagine-lettura-segnalazione {
	display: inline-block;
    height: 50px;
    width: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.sezione-immagine-lettura-segnalazione {
	margin-top:25px;
	text-align:left;
	width:90%;
	margin-left:5%;
}

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

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

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

/* valutazioni */

.contenitore-valutazioni {
	width:90%;
	margin-left:5%;
	height:82%;
	overflow:auto;
}

.contenitore-valutazioni-interno {
	height: auto;
	background: #fff;
	border: 2px solid #e0dfdf;
	border-radius: 5px;
}

.testo-valutazioni-intestazione {
	font-family:Regular;
	font-weight:900;
	color:#2d2d2d;
	margin-top:20px;
	text-align:center;
	width:90%;
	margin-left:5%;
	font-size:12px;
}

.testo-valutazioni {
	font-family:Regular;
	font-weight:900;
	color:#2d2d2d;
	margin-top:25px;
	text-align:center;
	width:90%;
	margin-left:5%;
	font-size:30px;
}

.stelle-valutazione {
	height:auto;
	width:90%;
	display:table;
	text-align:center;
	margin-top:15px;
	margin-left:5%;
	margin-bottom:20px;
}

.commenti-valutazione {
	margin-top:20px;
	margin-bottom:20px;
	height: 90px;
	width: 90%;
	background: #fff;
	border: 2px solid #e0dfdf; 
	border-radius: 8px;  
	margin-left: 5%;
}

.testo-commenti-valutazione {
	height: 74px;
	width: 90%; 
	margin-left: 5%;
	font-family: Regular;
	color: #2d2d2d;
	font-size: 13px; 
	padding: 0; 
	border: 0;
	resize: none;
}

.pulsante-valutazione {
	height:40px;
	width:50%;
	margin-left:25%;
	color:#fff;
	font-family:Regular;
	background:#2d2d2d;
	border:0;
	border-radius:5px; 
}

/* Rating */
fieldset, label { margin: 0; padding: 0; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}


.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #90d360;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #b3f47e; } 


/* preload  */

.spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;	  
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2d2d2d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
  } 50% { 
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
  }
}

.preload {
	height:90%;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	display:none;
	overflow:auto;
	background:#f2f2f2;
}

.input_filtro_data {
	height:28px;
	width:75%;
	border-right:1px solid #e0dfdf;
	border-left:0;
	border-top:1px solid #e0dfdf;
	border-bottom:1px solid #e0dfdf;
	border-radius:0 5px 5px 0;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-indent:5px;
}

.filtro_intervallo_dicitura {
	width:25%;
	height:28px;
	float:left;
	background:#fff;
	border-radius: 5px 0 0 5px;
	border-right:0;
	border-left:1px solid #e0dfdf;
	border-top:1px solid #e0dfdf;
	border-bottom:1px solid #e0dfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	font-size: 12px;
    font-family: Regular;
	line-height:28px;
	color:#b5b5b5;
}

.pulsanti-store {
	margin-top:50px;
	
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	
	flex-wrap: wrap;
}