/*
 * HTML5 Boilerplate
 *
 * ==|== normalize ==========================================================
#6B878E;
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: kwaaui 2013-01-15 02:38
   ========================================================================== */

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background-color: #94C5C7;
}
::selection { background: #94C5C7; color: #fff; text-shadow: none; }

html { overflow-y: scroll; }

body, label, input, select, textarea, ul, ul.listMain li > ul, ul.editList, .btnsBar {
	font-family: "Quattrocento Sans", "Helvetica Neue", "HelveticaNeue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 14px;
/* 	letter-spacing: 0.1em; */
}
body {
	margin-top: 16px;
	color: #666;
	background-color: #fff;
	line-height: 1.2em;
/* 	text-shadow: #000 1px 1px 0px; */
}

a:link, a:visited { color: #174D59; }
a:hover { color: #216F80 !important; }
a:active { color: #444 !important; }

header, footer {
	position: relative;
	z-index: 10;
	width: 100%;
	/*background-color: #000;*/
}

header {
	float: left;
	height: 68px;
	margin-bottom: 1em;
	background-image: url(../img/bg-lines.png);
	background-repeat: repeat-x;
	border: 0px solid #090;
}

footer {
	height: 2em;
	margin: 1em 0 0.5em;
	padding: 6px 8px 4px;
	font-size: 0.9em;
	text-transform: uppercase;
/* 	background-color: rgba(240,240,240,0.7); */
	background-color: #ededed;
	border-bottom: 1px solid #d0d0d0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
footer > div {
		padding: 0.8em 1em;
	}
    footer .copyright { /*font-size: 0.9em;*/ }
    footer span.right {
		color: #525252;
		margin-left: 1em;
		font-weight: normal;
		text-shadow: none;
    }
	footer span.right a { text-decoration: none; }

/* NAV MAIN
nav { float: right; margin-top: 0px; text-shadow: #444 1.5px 1.5px 0px;}

	nav ul {
		list-style-type: none;
		margin: 4px 10px 0 0;
		padding: 0;
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
	}
	nav ul li {
		display: block;
		white-space: nowrap;
		vertical-align: bottom;
		background-position: 0 0;
		overflow: hidden;
		font-size: 1.5em;
	}

	nav ul li a {
		display: block;
		height: 100%;
		text-decoration: none;
		color: #827D73;
	}
*/
h1, h2, h3, h4, h5 { font-weight: normal; }
h1 { font-size: 2.8em; line-height: 1.6em; margin: 4px 0 18px; }
h2 { font-size: 2.2em; line-height: 1.4em; margin: 4px 0 10px; }
h3 { font-size: 1.8em; line-height: 1.2em; margin: 0 0 6px }
h4 { font-size: 1.2em; line-height: 1em; }
h5 { line-height: 1em; }

label {
	cursor: default;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	display: block;
	clear: both;
	color: #777;
	text-transform: uppercase;
}

.descrizione blockquote { background-color: #FFFFCA; margin: 0;}

.left.textL label { color: #333; }

.remove_link + label { display: inline-block; font-size: 1em; color: #174D59; cursor: pointer; }

label[for='confirm'] { display: inline-block; }
/*
article {
	line-height: 1.6em;
	overflow: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0em;

}
article h1, section article.hl { color: #fff; font-family: "LeagueGothicRegular", LeagueGothicRegular, "HelveticaNeue", Helvetica, sans-serif;}
article h2, article h3 { color: #ccc; }

article a { text-decoration: underline; }
article b {
	color: #EBEBEB;
}
section { position: relative; margin: 0 0 300px 0; padding-top: 50px; min-height: 500px;}

section article { padding: 0 1em; font-size: 14px; overflow: hidden;}
section article.hl {
	margin: 0;
	padding: 80px 0 0 140px;
	height: 620px;
	font-size: 1.4em;
	text-shadow: #000 4px 4px 5px;
	background-image: url(images/bgs/bg-wheel2.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
 */


/*
USERS SECTION
*/

table.users {
	position: relative;
	width: 100%;
	margin-top: 1em;
	border: 2px solid #999;
}
table.users th, table.users td { text-align: left; padding: 1em 1em; }
table.users tr:hover { background-color: #E6E6E6; }
	table.users tr:nth-child(1) { background-color: #eee !important; }
table.users td { border-bottom: 1px solid #aaa; }

/****
UI exceptions
****/

.ui-tabs.ui-widget-content { border: none; background: transparent; }
.ui-tabs-nav.ui-widget-header {
	background: none;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px #285f6c solid;
	border-left: 0 none;
}
.ui-tabs .ui-tabs-nav { padding: 0 !important; }
.ui-tabs-nav li { height: 44px; }
.ui-tabs-nav li.ui-state-default a { color: #285f6c; }
.ui-tabs-nav li.ui-state-active a { color: #fff !important; }

.ui-tabs .ui-tabs-panel.ui-widget-content { font-family: Georgia, "Times New Roman", Times, serif; background-color: #eee; padding-top: 10px; }

.ui-button { text-transform: uppercase; }
.ui-button.ui-state-default, .qq-upload-button { border: 1px solid #6B878E; }
.ui-button.ui-button-icon-only { width: 30px; height: 30px; margin: 2px; }

/* .ui-widget input { font-size: 0.8em; } */
#dialog-login input { width: 190px; }


/****
CLASSES
****/
.left { float: left !important; }
.right { float: right !important; }

.legenda { white-space: pre-line; }
.textR { text-align: right; }
.textL { text-align: left; }
.textC { text-align: center; }


a.btn { color: #666; }
a.btn:hover span { color: #333; }
a.btn:active span { color: #fff; }

/* .b2top { position: absolute; right: 10px; z-index: 21; font-size: 1.2em; text-decoration: underline;} */

.logo {	position: relative; height: 100%; }
	.logo img { height: 100%; }

.logo.nomos { float: left; }
.logo.conai {
	z-index: 2;
	float: right;
	margin: 0 20px 0 0;
}
.logo.conai { height: 92%; margin-top: 2px; }

.column {
	display: inline-block;
	position: relative;
	width: 46%;
	min-height: 520px;
	padding: 0 6px;
/* 	overflow: hidden; */
}
	#main > .column.right {
		border-width: 0 0 0 2px;
		border-color: #DEDEDE;
		border-style: solid;
	}
	#main > .column.left) { border: 0px solid #6cc; }

.btnsBar {
	text-align: right;
	padding: 4px 20px;
	margin: 10px 0;
	border-width: 2px 0 2px 0;
	border-color: #aaa; /*#6B878E;*/
	border-style: solid;
}

.formDiv {
	display: none;
	width: 580px;
	padding: 0 4px;
	border-width: 0 2px 0 2px;
	border-color: #ccc;
	border-style: solid;
}

.formDiv .btnsBar { border-top-width: 1px; text-align: right; }

.descDiv  {
	width: 98%;
	max-width: 98%;
	resize: vertical;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.formDiv .descDiv > span {
	width: 98%;
	max-width: 98%;
/* 	min-height: 200px; */
	resize: vertical;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.topBar {
	z-index: 21;
	clear: both;
	position: relative;
	float: left;
	width: 100%;
/* 	height: 2.5em; */
	padding: 6px 8px 4px;
	margin: 0 0 10px;
	font-size: 0.9em;
	color: #174D59;
	background-color: #ededed;
	border-bottom: 1px solid #d0d0d0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.topBar.sub {
	height: 1.6em;
	background-color: transparent;
}

.topBar h3 { float: left; margin: 0;}
.topBar h3 a { float: left; margin-left: 20px; }
.topBar h3 a:link, .topBar h3 a:visited { color: #999; padding: 0 0.5em; }

.topBar h3 a.selected {
	color: #174D59;
	text-decoration: none;
	font-weight: bold;
	background-color: #F5F5F5;
}

button.document { float: right; }
.admin button#logout { float: right; z-index: 21; }

/****
Lists
****/
ul.regioniList {
/* 	display: none;  */
	line-height: 1.65em;
	padding-left: 54px;
}

	ul.regioniList li {
		position: relative;
		margin-bottom: 2px;
		height: 1.6em;
		text-transform: uppercase;
		font-weight: bold;
		list-style: none;
		cursor: pointer;
		color: #aaa;
		border: 0px solid #900;
	}
	ul.regioniList li:hover, ul.regioniList li:active {
		color: #216F80;
		background: #eee;
		padding: 0 0.4em;
	}
	ul.regioniList li:active { color: #444;}

	.front ul.regioniList .flags span {
		display: block;
		position: absolute;
		width: 14px;
		height: 22px;
		padding: 0 4px 0 0;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.front ul.regioniList .flags span:hover { background-color: #ddd; }

	.front ul.regioniList .flags .update_n { background-image: url('../img/flag-green.png'); left: -54px; }
	.front ul.regioniList .flags .update_a { background-image: url('../img/flag-orange.png'); left: -36px; }
	.front ul.regioniList .flags .update_c { background-image: url('../img/flag-blue.png'); left: -18px; }

	ul.regioniList li span.update_field { display: none; font-size: 0.9em; }
	ul.regioniList li span.update_field.n { color: #4B9E65; }
	ul.regioniList li span.update_field.a { color: #ff6000; }
	ul.regioniList li span.update_field.c { color: #4d96d4; }

	.admin span.update_field { display: none; }
	.admin ul.regioniList .visits a {
		position: absolute;
		display: inline-block;
		right: -18px;
		width: 16px;
		height: 100%;
		background-color: #E0E1E0;
		text-align: center;
		z-index: 30;
		text-decoration: none;
	}
/* 	.admin ul.regioniList .visits a:hover { text-align: left; } */

.headline { margin-bottom: -2em;}
.headline .kicker { font-weight: bold; color: #9f9f9f; margin-bottom: 0;}
.headline .title { font-weight: bold; text-transform: uppercase; margin-top: 0;}
.headline .regionLogo { float: right; width: 100px; height: 120px; }
	.headline .regionLogo img { display: none; height: 100%; }

ul.listMain, ul.editList, .ui-tabs-panel > ul { list-style: none; margin: 0; padding: 0;}

ul.listMain > li { float: none; margin-bottom: 1.6em; }
ul.listMain .foto {
	float: left;
	display: block;
	margin-left: 10px;
	width: 180px;
	/* width: 80px;*/
 	/*min-height: 150px; */
}
	ul.listMain .foto .pic { width: 100%; height: 180px; overflow: hidden; margin-bottom: 10px; border: 1px solid #ddd; }
	ul.listMain .foto .pic img { width: 100%; }

ul.listMain li > ul {
	list-style: none;
    position: relative;
	float: left;
	/* display: inline-block; */
	display: block;
	margin-left: 20px;
	padding: 0;
	font-weight: bold;
    width: 90%;
    font-size: 0.9em;
}

ul.listMain li > ul li { margin-bottom: 10px; }


ul.editList2 {
	float: left;
	width: 240px;
	height: 468px;
	overflow: auto;
	background: #F2F2F2;
	padding: 8px 0;
/* 	font-size: 1em; */
	font-weight: bold;
/* 	text-transform: capitalize; */ 
	border: 1px solid #aaa;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 */
}

ul.editList2 > li {
	position: relative;
	min-height: 43px;
	margin-bottom: 0.6em;
	padding: 4px;
	border-bottom: 1px dashed #ccc;
}

ul.editList {
	float: left;
	width: 240px;
	height: 468px;
	overflow: auto;
	background: #F2F2F2;
	padding: 8px 0;
/* 	font-size: 1em; */
	font-weight: bold;
/* 	text-transform: capitalize; */
	border: 1px solid #aaa;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 */
}

ul.editList > li {
	cursor: pointer;
	position: relative;
	min-height: 43px;
	margin-bottom: 0.6em;
	padding: 4px;
	border-bottom: 1px dashed #ccc;
}
ul.editList > li:hover, ul.editList > li.selected { background: #ccc; }
ul.editList > li:active { background: #aaa; }
ul.editList > li > .editBtns { display: none; position: absolute; right: 8px; padding: 0 4px; }
ul.editList > li > .editBtns button.edit { display: none; }

ul.listMain li > ul li input {
	background-color: #F7F7F7;
	border: 1px solid #ccc;
	height: 1.6em;
	width: 100%;
}

ul.listMain li > ul li input[type='checkbox'] {
	background-color: #F7F7F7;
	border: 1px solid #ccc;
	height: 1em;
	width: 20px;
}

ul.listMain li > ul li.archivio { margin-top: 20px; }
ul.listMain li > ul li input#archivio { float: left; max-width: 24px; }
ul.listMain li > ul li input#archivio + label { display: inline; cursor: pointer; }

/* .editList exceptions */
.admin ul.editList > li:hover > .editBtns { display: block; }

/* data fields */
.titolo, .qualifica, .nome, .cognome, .indirizzo {
	text-transform: none;
}
.titolo, .qualifica, .nome, .cognome  { font-size: 1.4em; }

small, .date { color: #777; }

.indirizzoBox { margin-top: 20px; }
.descrizione, .testo_normativa {
	clear: both;
	margin-top: 1em;
	padding: 0.5em;
	border-width: 1px 0 0px 0;
	border-color: #D0D0D0;
	border-style: solid;
}
.descrizione p { margin-top: 0.4em; }

	.front .descrizione,.front .testo_normativa { overflow: auto; /* max-height: 1000px; */ }
/**/

/****
EXCEPTIONS
****/

.login ul { list-style: none; }

#tabs-1 .editList { display: none; }
#tabs-1 .formDiv { display: block; width: 100%; }

#tabs-4 ul.listMain .foto { width: 150px; }
#tabs-4 ul.listMain li > ul { width: 380px; }

/* back end */
.admin #main > .column.left {
	width: 20%;
	text-align: right;
	border: 0px solid #6cc;
}
.admin #main > .column.right {
	width: 76%;
	border-width: 0 0 0 2px;
	border-color: #DEDEDE;
	border-style: solid;
}

.admin .btnsBar .delete, .admin #tabs-1 .delete, .admin #tabs-1 > .btnsBar .add { display: none; }

.foto .delete { float: left; }

/* front end */
.front .btnsBar,
.front .editBtns
 { display: none; }

.front ul.listMain li > ul { width: 460px; }

/*============= IDs */
#wrapper {
	position: relative;
	float: none;
	width: 1000px;
	margin: 0 auto;
}
/*#masthead { height: 100%; }*/

#rightSide {
	position: absolute;
	width: 50%;
	height: 68px;
	right: 0;
	background-image: url(../img/bg-lines.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#main { position: relative; height: 100%; padding: 0 20px;}

#regioneContent { display: none; position: relative; }

#closeRegCont { display: none; position: absolute; top: 0; left: -84px; width: 84px; }

#mapI img { display: block; position: absolute; width: 90%; z-index: -1;}

#toTop
{
	display: none;
	position: fixed;
	top: 50px;
	right: 20px;
	text-align: center;
	padding: 2px;
	cursor: pointer;
	color: #333;
	font-size: 0.8em;
	z-index: 100;
	background-color: #B9C3C3;
	border: 1px solid #ccc;
}
#toTop:hover {
/* 	background-color: #486B6C; */
}

/****
UPLOADER
****/

#poster-uploader { float: left; }
.qq-uploader {
	display: inline-block;
	position: relative;
	width: 100px;
	margin: 2px 4px 2px 4px;
}

.qq-upload-button {
	padding: 6px 10px;
	text-align: center;
	width: 80px;
	color: #666;
	font-size: 110%;
	font-weight: bold;
/* 	border-radius: 5px; */
}


.qq-upload-button-hover { background:#ddd; color: #222; border:1px solid rgb(40,95,108); }
.qq-upload-button:active { background: rgb(40,95,108); border:1px solid rgb(40,95,108); color: #fff; }
.qq-upload-button-focus { outline: none; }


.qq-upload-drop-area {
	position: absolute;
	top: -70px;
	left: 1px;
	width: 100%;
	height: 100%;
	min-height: 100px;
	z-index: 2;
	background: #6B878E;
	text-align: center;
	color: #fff;
}
.qq-upload-drop-area span { display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px; }
.qq-upload-drop-area-active {background: #285f6c;}

.qq-upload-list {margin:15px 0px 10px -20px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px; 
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}
.qq-upload-success { border: 0px solid #900; }

/* ---- */

.uu-uploader {
	display: inline-block;
	position: relative;
/* 	width: 100px; */
	margin: 2px 4px 2px 4px;
}

.uu-upload-button {
	padding: 6px 10px;
	text-align: center;
	width: 80px;
	color: #666;
	font-size: 110%;
	font-weight: bold;
	background: rgb(230, 230, 230); 
	overflow: hidden;
/* 	border-radius: 5px; */
}


.uu-upload-button-hover { background:#ddd; color: #222; border:1px solid rgb(40,95,108); }
.uu-upload-button:active { background: rgb(40,95,108); border:1px solid rgb(40,95,108); color: #fff; }
.uu-upload-button-focus { outline: none; }


.uu-upload-drop-area {
	position: absolute;
	top: -70px;
	left: 1px;
	width: 100%;
	height: 100%;
	min-height: 100px;
	z-index: 2;
	background: #6B878E;
	text-align: center;
	color: #fff;
}
.uu-upload-drop-area span { display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px; }
.uu-upload-drop-area-active {background: #2b4c71;}

.uu-upload-list {
	margin: 4px;
	padding: 0;
	list-style: none;
}
.uu-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.uu-upload-file, .uu-upload-spinner, .uu-upload-size, .uu-upload-cancel, .uu-upload-failed-text {
    margin-right: 7px;
}

.uu-upload-file {}
.uu-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.uu-upload-size,.uu-upload-cancel {font-size:11px;}

.uu-upload-failed-text {display:none;}
.uu-upload-fail .uu-upload-failed-text {display:inline;}
.uu-upload-success { border: 0px solid #900; }
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
  	color: black !important;
  	box-shadow: none !important;
  	text-shadow: none !important;
  	filter: none !important;
  	-ms-filter: none !important;
/*   	background-color: transparent; */
	font-family: "Quattrocento Sans", "Helvetica Neue", "HelveticaNeue", HelveticaNeue, Helvetica, Arial, sans-serif;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.searchPanel{
	width:360px;
	height:730px;
	position:absolute;
	left:-360px;
	background:rgba(192,192,192,0.9);  
	z-index:100;
}
.closeSearchButton {
	float:right;
	padding:5px;
}

/* LIST ADDRESS */
#listaddress { width:320px; font-family:Georgia, Times, serif; font-size:15px; }
#listaddress ul { list-style: none; }
#listaddress ul li { }
#listaddress ul li a { display:block; text-decoration:none; color:#000000; background-color:#FFFFFF; line-height:30px;
  border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC; padding-left:10px; cursor:pointer; }
#listaddress ul li a:hover { color:#FFFFFF; background-image:url(../images/hover.png); background-repeat:repeat-x; }
#listaddress ul li a strong { margin-right:10px; }

#loading {                
	display:    none;
    position:   fixed;
    z-index:    1000000;
    top:        50%;
    left:       50%;
    height:     100px;
    width:      180px;
    
}
 
textarea {
    resize: none;
}

#dialog-mappa-reg {
	padding: 1em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
	background-color: white;
	text-align:left;
}
.ui-tooltip {
	z-index:1000000000;
}

#mapItalyModal{
	padding: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
	background-color: white;
	text-align:left;
}

#dam{
	padding: 0px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
	background-color: white;
	text-align:left;
}

.popup {
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	text-transform: lowercase;
}

.popup  span{
	font-size: 1.0em;
	color: #000000;
}



.value_raccolta {
	padding-right: 10px;
	padding-left: 5px;
	font-weight: bold;
}

.label_raccolta {
	color: #000000;
	font-style: italic;
}

.unitaraccolta_content {
	border-left:1px solid #777;
	margin-bottom:10px;
	padding-left:5px;
}

.square_colore_raccolta {
	width: 10px;
	height: 10px;
	float:left;
}

input:-ms-input-placeholder {
    font-style:italic;        
    color: #777;
   
}