@media only screen and (max-device-width: 768px) {
	body {
		width:190%;
	}
	body #welcome{
		font-size: 14px !important;
		
	}
	header a{
		font-size: 50px;
	}
	
	header h1{
		font-size: 40px;
	}
	
	header #topMenu form{
		font-size: 50px;	
	}
	
	header #topMenu form input[type=submit]{
		height: 60px;
		
	}
	header #topMenu form input[type=text],input[type=password]{
		height: 25px;
	}
	header #topMenu #loginAdmin form{
		margin-left:300px;
		width:40%;
	}
}

#welcome{
	
	color: blue;
	font-family: "Verdana";
	text-align:center;
	font-size:21.5px;
	min-height:169px;
	background: azure ;
	border:1px solid #999;
   /* border-radius:21px;*/
    box-shadow:0 0 10px #999;
	width:99%;
	margin:auto;
}



#welcome h4{
	padding-top:20px;
}

#welcome h5{ 
	margin: 7px;
	
}

#welcome a{
	color:darkblue;
}

#welcome a:hover{
	color:blue;
}
#welcomeGoogle{
	text-align:center;
	/*background: #9EE1FF ;
	border:0px solid #999;
    border-radius:21x;
    box-shadow:0 0 10px #999;*/
	
	background: #9EE1FF ;
	
	width:70%;
	margin:auto;
}
#marginH{
	margin-bottom:5px;
}
#welcome h3{
	padding:55px;
}
ul{
	list-style-type: none;
	
}

li{
	color: blue;
	font-family:"Verdana";
	
}

a{
	/*color: #7D261A;*/
	color:blue;
	font-family: "Verdana";
	text-decoration:none;
}



a:hover{
	color: white;
}



legend{
	font-family:"Verdana";
	font-size:15px;
	color: blue;
	
}



fieldset{
	border-width:1px;
	border-style:solid;
	border-color:black;
	
}
button{
	background:none;
	border:none;
	color:blue;
	font-family:"Verdana";
	font-size:15px;
		
}
button:hover{
	color: White;
}
#topBar{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
	font-family: "Verdana";
	color:blue;
	/*background: #74B042 linear-gradient(#74B042, #56A00E) repeat scroll 0% 0%;*/
	background: transparent  none repeat scroll 0% 0%;
}

#topLogo h1{
	
	margin-left: 15px;
	font-family: "Verdana";
	width: 210px;
	color: White;
}

#topMenu{
	
	float: right;
	position:relative;
	bottom: 60px;
	right: 15px;
	padding-right:15px;

	
}
#topMenu li{
   display:inline;
   padding-right: 5px;
   cursor:pointer;
}

#loginUser form{
	
	display: none;
	position:absolute;
	background: #9EE1FF  none repeat scroll 0% 0%;
	left:20px;
	font-size:15px;
	border-bottom:solid;
	border-width:1px;
	padding:15px;
	border:1px solid #999;
    border-radius:8px;
    box-shadow:0 0 10px #999;
}


#loginAdmin form{
	display: none;
	position:relative;
	background: #9EE1FF  none repeat scroll 0% 0%;
	
	margin-left:150px;
	font-size:15px;
	border-bottom:solid;
	border-width:1px;
	padding:15px;
	border:1px solid #999;
    border-radius:8px;
    box-shadow:0 0 10px #999;
}
#exitForm{
	margin: 5px;
	font-size:15px;
	background: transparent;
}
#topMenu a{
	
}

#topImg{

	
	margin-top:20px;
	/*background-image:  url("../images/overlay.png"),url("../images/genova.jpg");*/
	background-image:  url("../images/Genova.jpg");
	/*background-attachment: scroll;*/
	background-size:cover;
	width: auto;
	height: 400px;
	border:1px solid #999;
  /*  border-radius:8px;*/
    box-shadow:0 0 10px #999;
}

#index{
	margin: 0px;
	color:black;
	background: #F9F9F9 linear-gradient(#F9F9F9, #EEE) repeat scroll 0% 0%;
}

#main{
	margin-left:5px;
	margin-right:5px;
	
}

#mainMenu {
	
	margin:auto;
	width:99%;
	margin-right:0px;
}
#mainMenu ul{
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	overflow:hidden;
}
#mainMenu li{
	float:left;
	background: #9EE1FF  none repeat scroll 0% 0%;
	border: 1px solid #999;
	margin: 1px;
}
#mainMenu li:last-child{
	
}
#mainMenu li a{
	display:block;
	font-size: 13px;
	padding: 14px 10px;
}
#mainMenu li a:hover{
	text-decoration: none;
	background-color: blue;
	
}

.active {
    background-color: #4CAF50;
}

#containerContent{
	
	padding:0px;
	display:block;
}


#manageCondomini{
	
	background: #9EE1FF  none repeat scroll 0% 0%;
	padding:15px;
	float:left;
	height:auto;
	margin-bottom:10px;
	/*border-radius:8px;*/
   border:1px solid #999;
    
  /* box-shadow:0 0 10px #999;*/
	
}
#addC,#showC,#showP{
	font-style: "Verdana";
	font-size: 15px;
	cursor:pointer;
}

#displayCondomini{
	display:block;
	min-height:500px;
	
}

#displayCondomini ul{

    list-style: none;
    border-spacing:10px;
    border-collapse: separate;
	padding-left:10px;
	
}

#displayCondomini li{
	
	border-bottom:dotted;
	vertical-align: top;
	
}


#displayCondomini legend{
	color: blue;
	display:inline-block;
	overflow:hidden;
	font-size:13px;
	max-width:200px;
	
}
/*Bottone selezione condomini*/
.hider,.condoDeleter{

	background:none;
	border:none;
	font-size:11px;
	padding:3px;
	
}

#displayContent{
	
	/*float:left;*/
	
}

#displayContent h2{
	text-align:center;
	margin:auto;
	color:blue;
	width:50%;
}

#cambiaPassword{
	display:inline;
	text-align:center;
}
#cambiaPassword input,label,button{
	display: inline;
	margin:5px;
	font-style: "Verdana";
	color:blue;
	
}

#cambiaPassword fieldset{
	display:block;
	width: 150px;
	margin:3% 43%;
	border:1px solid #999;
    border-radius:8px;
    box-shadow:0 0 10px #999;
}

#addcondominio{
	display:inline;
}

#addcondominio input,label,button{
	display: block;
	margin: 5px;
	font-style: "Verdana";
	color:blue;
	
}

#addcondominio fieldset{
	display:block;
	width: 180px;
	margin:3% 43%;
	border:1px solid #999;
    border-radius:8px;
    box-shadow:0 0 10px #999;
}
#addcondominio legend{
	float:left;
	margin-top:-5px;
	font-style: "Verdana";
	color:blue;
}
#modificacondominio{
	
	/*margin-left:50px;
	margin-bottom:10px;*/
	
	/*color:#7D261A;*/
	color:blue;
	font-family: Verdana;
	display:block;
	
	margin:auto;
	padding:15px 200px;
}

#modificacondominio input,label,button,textarea,select{
	
	display: block;
	
	
}
#modificacondominio fieldset{
	
	
	display:block;
	border:1px solid #999;
    /*border-radius:8px;*/
    box-shadow:0 0 10px #999;
	width:50%;
	margin:auto;
	margin-top:10px;
}

#modificacondominio legend{
	/*float:left;*/
	margin-top:-5px;
}
#modCondo{
	
	display:block;
	/*float:left;*/
}

#loadDoc{
	display:block;
	
}

#loadDoc select,textarea,button{
	
}

#loadDoc button{
	margin-left:6px;
	display:inline;
	font-size:13px;
}
#loadDoc button:hover{
	cursor:pointer;
	color:teal;
}
#loadedFile{
	display:block;
	/*float:right;*/
	margin-right:100px;
	margin-bottom:10px;
}
#loadedFile legend{
	cursor:pointer;
}
#loadedFile li{
	width:300px;
	overflow:auto;
}
p#dataCaricamento{
	
	margin:0px;
	font-size:13px;
}

#ajaxFile{
	display:none;
}
#modificacondominio li{
	max-width:600px;
	overflow:auto;
}

#modificacondominio ul{
	display:block;
}
.tipoFile{
	font-style: "Verdana";
	color:blue;
}
.tipoFile:hover{
	
	cursor:pointer;
	color:teal;
}

.fileLinkDeleter,.fileLinkUpdater{
	font-size:11px;
}
.fileLinkDeleter:hover{
	color:teal;
}

.fileLinkUpdater {
	display:inline;
}
.fileLinkUpdater:hover{
	color:teal;
	cursor:pointer;
}
/* tag <a> per i file*/
.fileLink:hover{
	color:teal;
}
.fileUpdater{
	color:blue;
	font-family: Verdana;
	display:none;
}
.fileUpdater textarea{
	margin: 5px;
}

button.subCat{
	
}
#subCatDiv{
	
	text-align:center;
	margin-top:15px;
}

#subCatDiv a:hover{
	cursor:pointer;
	color:teal;
}

#subCatHeader{
	display:inline-block;
	color:blue;
	font-size:15px;
	margin:15px;
	/*padding:14px 10px;*/
	
}

#subCatHeader:hover{
	background-color:#9EE1FF;
}

#mostraFile{
	width:750px;
	margin:auto;
	min-height:500px;
}

#mostraFile h2{
	/*background: #D94D3A  none repeat scroll 0% 0%;*/
	text-align:center;
	width:100%;
	color:blue;
	margin-top:5px;
}

#fileDisplay{
	font-family:"Verdana";
	color:blue;
	margin:10px;
	display:inline;
	
}

#fileDisplay fieldset{
	border:1px solid #999;
    
    box-shadow:0 0 10px #999;
}

#fileDisplay legend{
	display:inline;
	float:left;
	width:500px;
	overflow:auto;
	margin-top:-5px;
}

#fileDisplay a:hover{
	color:teal;
}

#contatti{
	font-family:"Verdana";
	color:blue;
	margin:50px;
}

#contatti fieldset{
	text-align:center;
	border:1px solid #999;
    border-radius:8px;
    box-shadow:0 0 10px #999;
	font-size:18px;
}

#contatti legend{
	display:inline;
	float:left;
	text-align:center;
	font-size:21px;
	width:500px;
	overflow:auto;
	margin-left:50px;
}

#contatti a:hover{
	color:darkblue;
}

#rightMenu{
	
	/*float:right;
	background: #9EE1FF  none repeat scroll 0% 0%;*/
	border:1px solid #999;
	box-shadow:0 0 10px #999;
	color:blue;
	font-family:"Verdana";
	font-size:13px;
	padding:20px;
	margin:30px;
	overflow:auto;
	max-height:200px;
	width:15%;
	float:right;
}
#rightMenu ul{
	/*display:none;*/
	
}
#rightMenu li{
	margin-right:5px;
	
}

#rightMenu a:hover{
	color:darkblue;
}



#footer{
	position: relative;
	clear:both;
	width:100%;
	margin-top:10px;
	background: #9EE1FF  none repeat scroll 0% 0%;
	color:blue;
	text-align:center;
	font-family:"Verdana";
	font-size:15px;
}




