/* Sicurezza Partecipata theme stylesheet - Giuseppe Cosmai - g.cosmai@extractum.net - 2019 */

body{
	font-family: 'Roboto', sans-serif;
	background-color: #E69138;
	padding:0;
	margin:0;
	font-size: 14px;
	font-weight: 400;
}

.home{
	text-align: center;
}

a, a:link, a:visited, .more, .email{
	font-weight: 400;
	text-decoration:none;
	color: #333;
}

a:hover, .more:hover, .email:hover{
	color: #666;
}

a[href^=tel], a[href^=sms]{
	color:inherit;
	text-decoration:none;
}

a.hyperlink_txt{
	color: inherit;
	margin: 20px;
	font-size: large;
	font-style: italic;
	text-decoration:underline;
}

.all_records td a{
	color: inherit;
	font-style: italic;
	text-decoration:underline;
}

.more, .email{
	cursor: pointer;
}

h1 {

}

figure{
	margin:0;
}

.formbody .hidden, .all_records .no-list{
	display: none;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*---header---*/

#header{
	display: block;
	width:100%;
	min-width: 960px;
	position: relative;
	background-color: #363636;
	color:white;
	clear: both;
}

#header figure{
	position: relative;
}

#header figure img, #header figure figcaption{
	float: left;
}

#header figure figcaption{
	position: relative;
	margin-top: 60px;
}

#header figure figcaption strong{
	font-size: 25px;
	font-weight: 700;
}

/*---navigation---*/

.imagenav .image_container{
	top: 15px;
	display: inline-block;
	margin: 7px;
	float: left;
}

.imagenav{
	float: left;
	display: inline;
	height: 60px;
}

.imagenav.right{
	float: right;
	color: #007bff;
}

header .imagenav figure figcaption{
	margin:	0 5px !important;
	opacity: 0.5;
	font-size: 16px;
}

.imagenav a, .imagenav a:link, .imagenav a:visited{
	color:white;
}

header .imagenav figure figcaption:hover{
	opacity: 0.8;
}

.mod_navigation .invisible{
	display: none;
}

nav#main-menu{
	position: absolute;
	right: 30px;
	bottom:10px;
	font-size: 16px;
}

nav#main-menu ul li{
	float: left;
	list-style: none;
	margin-left: 30px;
	font-size:18px;
}

nav#main-menu ul li .active, nav#main-menu ul li .trail{
	font-weight: 700;
	color: #004895;
	border-bottom: 2px solid #004895;
}

nav#context-menu ul.level_1 li{
	padding-right: 30px;
	font-size: 16px;
	margin-bottom: 10px;
}

nav#context-menu ul li{
	list-style: none;
}

nav#context-menu ul li.active, nav#context-menu ul li.trail{
	font-weight: 700;
	color: #004895;
	border-right: 3px solid #004895;
}

nav#context-menu ul.level_1 li.trail a{
	font-weight: 700;
}

nav#context-menu ul.level_2 li{
	padding-right: 0;
	font-size: 13px;
	margin: 0;
	display: none;
}

nav#context-menu ul.level_1 li.trail ul.level_2 li{
	display: block;
}

nav#context-menu ul.level_1 li.trail ul.level_2 li a{
	font-weight: 400;
}

nav#context-menu ul.level_2 li.active{
	border:0;
	font-size: 13px;
}

nav#context-menu ul.level_2 li.active a{
	font-weight: 700;
}

/*---main---*/

#main {
	display: block;
	padding: 20px;
}

#main .inside .pdf_link{
	position: absolute;
	right: 80px;
}

/*---maps---*/

#mapid {
	height: 480px;
	width: 900px;
	float: left;
	margin-bottom: 20px;
	z-index: 1;
}

.leaflet-popup-content a {
	float: left;
}

/*---listings---*/

.list_filters{
	float: left;
	text-align: left;
	padding: 20px;
}

table.all_records{
	border-spacing: 0;
  border-collapse: collapse;
	width: 100%;
}

table.all_records td, table.all_records th{
	padding: 15px 5px;
	text-align: center;
}

tr.even{
	background-color: rgba(255,255,255,0.6);
}

tr.odd{
	background-color: rgba(255,255,255,0.5);
}

tr.even:hover,tr.odd:hover{
	background-color: rgba(255,255,255,0.8);
}

th.head {
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #E69138;
}

th.head.sorted, th.head:hover{
	background-color: rgba(200,200,200,0.3);
}

th.head a, th.head a:active, th.head a:hover{
	color: #444;
	font-size: 15px;
}

/*---article---*/

#main .mod_article h1 {
	#color: #004895;
	font-weight: 700;
	font-size: 20px;
	margin: 2px;
}

#main .mod_article h2 {
	color: #004895;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	margin: 2px;
}

#main .mod_article .float_left {
	float: left;
	margin-right: 25px;
}

#main .mod_article .float_right {
	float: right;
	margin-right: 25px;
}

#main .mod_article .inline_block {
	display: inline-block;
	margin-right: 25px;
}

#main .mod_article .block {
	padding-bottom: 20px;
}

/*---left---*/

#left{
	position:relative;
	display: inline-block;
	left:0;
	width: 18%;
	min-width: 250px;
	max-width: 500px;
	/* border-right: 1px solid #004895; */
	height: 100%;
	padding: 0 10px;
}

#left .inside{
	text-align: right;
}

/*---gallery---*/

#main .ce_gallery ul{
	margin: 0;
	padding: 0;
	height: 260px;
	overflow: hidden;
}

#main .ce_gallery ul li{
	list-style: none;
}

#main .ce_gallery figure{
	float: left;
}

/*---form---*/

.formbody label{
	width: 10%;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	min-width: 200px;
}

.formbody .widget, .formbody .submit_container{
	line-height: 16px;
	min-height: 50px;
	position: relative;
	vertical-align: middle;
	margin-bottom: 5px;
	min-width: 650px;
}

.formbody input, .formbody select,
.formbody textarea{
	width:20%;
	min-width: 350px;
	position:relative;
	min-height: 25px;
	font-size: 12px;
	border: 1px solid #363636;
	padding: 5px;
	height: 25px;
}

.formbody textarea{
	min-height: 100px;
	vertical-align: middle;
}

.formbody select, .formbody .dropzone{
	display: inline-block;
  width: calc(20% + 12px);
	min-width: 362px;
}

.mod_login{
  display: inline-block;
}

#header .mod_login{
  right: 20px;
	display: inline;
}

.mod_login .formbody table{
	display: inline;
}

.mod_login .formbody input, .mod_login .formbody label{
	width: auto;
	min-width: 128px !important;
	left: auto !important;
	float: left;
}

.mod_login .formbody .submit, .mod_login .formbody .submit_container{
	width: auto !important;
	min-width: 140px !important;
}

#main .ce_form .invisible, #main .mod_personalData .invisible{
	display: none;
}

.formbody .submit{
/*	border: 0;*/
	color: white;
	font-size: 14px;
	background-color: #363636;
	height: 40px;
	min-width: 120px;
}

#main .submit{
	left: 213px;
	width: calc(20% + 12px);
	min-width: 362px;
}

#main #tl_logout .submit{
	width: 100% !important;
}

.error{
	color:darkred;
}

p.error:not(.mod_login p.error){
	margin: 0;
	left: 12%;
	position: relative;
}

form.city-report, .mod_personalData,
.mod_registration{
	display: inline-block;
}

fieldset#ctrl_publicFields{
	display: none;
}

.tl_confirm{
	display: block;
	padding: 20px;
	color: white;
	text-align: center;
}

.explanation{
	text-align: center;
}

/*---footer---*/

#footer{
	font-size: 11px;
	line-height: 13px;
	position: relative;
	bottom:10px;
	right: 30px;
}

#footer h6{
	font-size: 13px;
	font-weight: 700;
	color: #004895;
	margin-bottom: -8px;
}

