html, body 	{
	font-family: 'Questrial', sans-serif;
	font-size:20px;
	color:#777;
	background: #fff;
	margin:0px;
	height:100%;
	width:100%;
	position:relative;
	}
*{
	position:relative;
	}
.slidInsp,
.contHome{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100vh;
	width: 100vw;
	}
.slidInsp{
	padding-bottom: 80px;
	box-sizing: border-box;
	}

.logoLBC{
	background-image:url('/img/loghi/logo.png');
	display: block;
	min-height: 100px;
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom:40px;
	}
.contForm{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 400px;
	box-sizing:border-box;
	width: 100%;
	flex-wrap: wrap;
	}
A:link 		{text-decoration: none; color:#666;}
A:visited 	{text-decoration: none; color:#666;}
A:active 	{text-decoration: none; color:#666;}
A:hover 	{text-decoration: none; color:#666;}

.contForm A{
	width: 100%;
	font-size:14px;
	text-align:center;
	}
input{
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	width: calc(100% - 40px);
	margin: 10px 20px;
	box-shadow: 0 0 0px 1000px #eee inset;	
	outline: none;					
	font-size: 12px;
	box-sizing: border-box;
	}
input.inpuIspe{
	margin: 0px;
	width: calc(100% - 30px);
	}
input:read-only{
	font-style: italic;
	background-color: #fff;
	color: #1fc5f5;
	padding: 9px 15px;
	font-size: 18px;
	box-shadow: 0 0 0px 1000px #fff inset;
	
	}
textarea{
	text-align: left;
	font-size: 14px;
	color: #000;
	background: #eee;
	border: 1px solid #aaa;
	box-shadow: 0 0 0px 1000px #fff inset;
	padding: 2px;
	width: 100%;
	min-height: 150px;
	resize: vertical;
	box-sizing: border-box;
	padding-left: 15px;
	}
select,
button{
	max-width: 50vw;
	border-radius: 20px;
	border: 1px solid #068bf7;
	background: #1fc5f5;
	background: -webkit-linear-gradient(to right, #068bf7, #1fc5f5);
	background: linear-gradient(to right, #068bf7, #1fc5f5);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	font-size: 12px;
	padding: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 0px 0px 10px;
	outline:none;
	}
option{
	background-color: #ccc;
	box-shadow: 0 1px 0 #ccc;
	}
button.grey{	
	border: 1px solid #ccc;
	background: #ccc;
	background: -webkit-linear-gradient(to right, #999, #ccc);
	background: linear-gradient(to right, #999, #ccc);
	}
button.PASS,
button.slight{
	background: linear-gradient(to right, #3ceec1, #06dc08);
	border: 1px solid #06dc08;
	}
button.SB,
button.moderate{
	background: linear-gradient(to right, #eedb3c, #fa9e32);
	border: 1px solid #fa9e32;
	}
table.tablInsp select{
	width:100%;
	}
button:active{
	transform: scale(0.95);
	}
select:focus,
button:focus{
	outline:none;
	}
.contSelVoci{
	max-width: 100%;
	margin:0px 0px 10px;
	}
.contForm button{
	margin-top:50px;
	}

.contDivDialog{
    position:fixed;
    opacity:1;
    z-index:10000;
    top:0%;
	left:50%;
    overflow-y: auto;
	transform: translate(-50%, 0%);
    max-height:80%;
    width:360px;
    max-width:100%;
    -webkit-transition: 1500ms ease;
    -moz-transition: 1500ms ease;
    -ms-transition: 1500ms ease;
    -o-transition: 1500ms ease;
}
.contDivDialog.widt50{
	width:50%;
	}
.contDivDialog.heig100{
	top:0%;
    max-height:100%;
	}
@media screen and (max-width: 800px) {
	.contDivDialog{
    	top:0%;
		max-height:100vh;
		height:100vh;
		width:100vw;
		max-width:100%;
		background: #00000066;
		}
	.contDivDialog.sempPicc{
    	top:0%;
		max-height:80%;
		width:360px;
		max-width:100%;
		height:initial;
		}
	.contDivDialog.widt50{
		width:100vw;
		}
	}
.divDialog{
    width: 100%;
    background-color: rgba(3, 8, 27, 0.8);
	background: -webkit-linear-gradient(to right, #068bf7, #1fc5f5);
	background: linear-gradient(to right, #068bf7, #1fc5f5);
    color:#fff;
    border-radius:10px;
    padding:15px;
    text-align:left;
    font-size:15px;
    box-shadow: 0 1px 6px 1px rgba(102, 102, 102, .15);
	border: 1px solid #d6dce1;
    box-sizing:border-box;
	}    
.divDialog a{
	color:#fff;
	text-decoration: underline;
	}
.divDialog .annulla{
	display:inline-block;
	margin:5px 5px 5px 0px;
	padding:5px;
	font-size:12px;
	background-color:#eee;
	color:#000;
	border-radius:3px;
	cursor:pointer;
	}  
.divDialog .conferma{
	display:inline-block;
	margin:5px;
	padding:5px;
	font-size:12px;
	background-color:#fff;
	color:#000;
	border-radius:3px;
	cursor:pointer;
	}
.buttEven{
	font-size: 10px;
	margin-top: 5px;
	display: block;
	text-align: left;
	border-top: 1px solid #fff;
	padding-top: 5px;
	letter-spacing: 0;
	}
.buttEven0{
	flex-basis: 80%;
	}
table.tablDife,
table.tablInsp{
	width: calc(100% - 20px);
	margin: 10px;
	}
table.tablDife td,
table.tablInsp td{
	font-size:12px;
	}
@media screen and (max-width: 600px) {
	table.tablDife td,
	table.tablInsp td{
		display:block;
		}
	}
.saveInsp{
	font-size: 0;
	line-height: 0;
	bottom: -5%;
	right: 10px;
	margin-left: auto;
	order: 2;
	z-index: 2;
	width: 40px;
	height: 40px;
	right:10px;
	}	
.saveInsp:before{
   	content: "\f3d3";
	font-family: 'icomoon';
	font-size: 25px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-25%);
	}
	
.contImag{
	width: calc(100% - 20px);
	margin: 10px;
	max-width:400px;
	background-color:#eee;
	border-radius:5px;
	}	
.contImag:before{
	content:"";
	display:block;
	padding-top:100%;
	}	
.contImag:empty:after{
	content:attr(data-text);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:0;
	}	
.iconaFotoAppesa{
    margin:0%;
    width:100%;
    height:100%;
    background-size:contain;
    background-position: center;
	background-repeat: no-repeat;
    position: absolute;
	top: 0;
	left: 0;
    }
.iconaFotoAppesaClose{
    width:50px;
    height: 50px;
    box-sizing: border-box;
    position:absolute;
    top:0px;
    right:0px;
    background-color:rgba(255,255,255,0.7);
    color: #888;
    border-bottom-left-radius: 10px;
    font-size:22px;
    display: flex;
	align-items: center;
	justify-content: center;
    }	
.contG-recaptcha{
	flex-basis: 100%;
	padding: 0px 50px 0px;
	}	
	
.contRiep{
	height: 30vh;
	width: 100vw;
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	}
.contRiep .dd1{
	width:100%;
	order:1;
	text-align: center;
	font-size: 40px;
	color: #068bf7;	
	}	
.contRiep .dd4,
.contRiep .dd3,
.contRiep .dd2{
	width:33.333%;
	order:2;
	text-align: center;
	font-size: 40px;
	color: #068bf7;	
	}	
.contRiep .dd5,
.contRiep .dd6{
	width:50%;
	order:3;
	text-align: center;
	font-size: 40px;
	}	
.contRiep h5{
	font-size: 20px;
	margin:5px 0px;
	}	
	
.contDivLightbox{
    position:fixed;
    opacity:1;
    top:0%;
    height:100%;
    width:100%;
    background-color:rgba(255,255,255,0.9);
    text-align:center;
    -webkit-transition: 1500ms ease;
    -moz-transition: 1500ms ease;
    -ms-transition: 1500ms ease;
    -o-transition: 1500ms ease;
} 	
.divLightbox{
    display: inline-block;
    width:calc(100% - 40px);
    height:calc(100% - 40px);
    box-sizing: border-box;
    margin:20px;
    background-color:#fff;
    color:#000;
    border-radius:0px;
    padding:15px;
    text-align:left;
    font-size:15px;
    overflow-y: auto;
    box-shadow: 0 1px 6px 1px rgba(102, 102, 102, .15);
	border: 1px solid #d6dce1;
	}    
.divLightbox .top{
    height: 50px;
    width: 100%;
    display: flex;
	justify-content: flex-end;
	} 
.divLightbox .top span{
    font-size:50px;
    margin:0px 10px;
    cursor:pointer;
    color:#aaa;
	}    
.divLightbox .top a{
    font-size:20px;
    margin:15px;
    cursor:pointer;
    color:#aaa;
	}    
.divLightbox .bottom{
    height: calc(100% - 50px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
	} 	
	
.contEditDefe{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	}	
.meter{
	height:3px;
	background:#CCC;
	}
.barra{
	float:left;
	width:0%;
	height:3px;
	background: linear-gradient(to right, #3ceec1, #06dc08);
	}		
.divuploads{
	position:fixed;
	top:0px;
	left:0px;
	background:#00000088; 
	width:100%;
	z-index:9999;
	}	
	
.loadOlde{
	padding:20px 0px;
	cursor:pointer;
	}	
	
	
	
	
	
