@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */


nav ul ul {
    display: none;
}
nav ul li:hover > ul {
    display: block;
}

body{
	font-size:90%;
	background:#E9E9E9;
	font-family:'Tahoma', Helvetica, Arial, Verdana, sans-serif;
	color:#424242;
}

h1{

	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-weight: lighter;
}

h2{

	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-weight: lighter;
	margin: 5px;
}    

div#base{
	background-color: white;
	background-image: url('img/Header.png');
	background-size:  250px;
	background-repeat:no-repeat;
	background-position:right top;
	border-radius: 8px;
	height:auto;
	position:relative;
	max-width:1200px;
	margin:0 auto;

}

div#beta{
	background-color:white;
	background-image: url('img/Beta.png'), url('img/Header.png');
	background-repeat:no-repeat, no-repeat;
	background-size:  100px, 250px;
	background-position: 840px 30px , right top;
	border-radius: 8px;
	height:auto;
	position:relative;
	max-width:1200px;
	margin:0 auto;

}

div#titolo{
	float:left;
	margin-left:30px;

}

div#modifica{
	text-align: right;
}

div#indietro{
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	padding: 5px;
	margin-bottom: 20px;

}

div#comune{
	float:right;
	margin-top:105px;
	margin-right:45px;
	font-size:22px;
}

h1{
}

div#nav-menu{
	z-index: 200;
	text-align:center;
	margin:0px;
	clear:both;
	border:1px outset grey;
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(89,89,89,1) 50%, rgba(117,117,117,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(50%,rgba(89,89,89,1)), color-stop(100%,rgba(117,117,117,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* IE10+ */
	background: linear-gradient(top bottom, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#757575',GradientType=0 ); /* IE6-9 */
}

div#nav-menu > ul
{
	padding:0px;
	margin:0px;
	display: inline-block;
}

div#nav-menu > ul > li
{
    list-style: none;
	padding-left: 8px;
	padding-right: 8px;
	float:left;
	border-right:1px outset grey;
	text-align:center;
	color:white;
	font-family: "helvetica";
	font-weight: 100;
	line-height:30px;
	position:relative;
	z-index: 10;
}

div#nav-menu > ul > li > ul
{
	display: none;

}


div#nav-menu > ul > li:hover
{
	height:30px;
	background: #333;
	z-index: 20;
	}

div#nav-menu > ul > li:hover > ul
{
	display: block;
	border:1px outset grey;
	list-style: none;
	padding-left: 3px;
	padding-right: 3px;
	text-align:left;
	background: #333;
	opacity:0.8;
	text-transform:capitalize;
	list-style-position: inside;
	width:200px;
	margin: 0 auto;
	position: absolute;
	z-index: 30;

}



div#login{

	padding-right:20px;
	margin-bottom:20px;
	text-align:justify;
	float:right;
	position:relative;
	width:15%;
	text-transform:capitalize;
}

div#tabulato{
	float:right;
	text-align:right;

}

div#titolo_pagina{
	margin:0px;
	padding:0px;
	height:auto;
}

div#azione{
	float:left;
	border:2px solid black;
	border-radius:8px;
	font-weight: bold;
	padding: 5px 8px;
	margin:10px;
	margin-left:0px;

	background-color: lightgrey
;

}

div#ricerca_dinamica{
	border:1px inset;
	border-radius:3px;
	margin-bottom:40px;
	padding:20px;
	background-color:#F6F0F5;

}
div#link-stampa{
	float:right;
	padding:20px;
	margin:30px;
}
div#corpo{
	padding:20px;
	margin:30px;
}


footer{
	margin:20px;

}

div#fondo{
	font-size: small;
	color: black;
	text-align: center;
	padding:22px;
	padding-bottom:0px;
	border-top: 1px solid black;
	height:50px;

}
.current {
    color: red;
    cursor: default;
    line-height: 34px;
    text-decoration: none;

    border: 1px solid #DDD;
    border-left-width: 0;
}

a:link {
	color:#424242;
	font-weight:500;
	text-decoration: none;
	}      /* unvisited link */
a:visited {
	color:#424242;
	font-weight:500;
	text-decoration: none;
	}  /* visited link */
a:hover {
	color:grey;
	font-weight:500;
	text-decoration: none;
	}  /* mouse over link */
a:active {
	color:#424242;
	text-decoration: none;
	}  /* selected link */

a.menu:link {
	color:white;
	font-weight: lighter;
	text-align:left;
	text-decoration: none;
	}      /* unvisited link */
a.menu:visited {
	color:white;
	font-weight: lighter;
	text-align:left;
	text-decoration: none;
	}  /* visited link */
a.menu:hover {
	color:lightgrey;
	font-weight: lighter;
	text-align:left;
	text-decoration: none;
	}  /* mouse over link */
a.menu:active {
	color:white;
	font-weight: lighter;
	text-align:left;
	text-decoration: none;
	}  /* selected link */

.summaryTable{
	font-size: 100%;
}

table {
	border-collapse:collapse;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th#principale{
	border-collapse:collapse;
	border-bottom:6px solid #800060;
	text-align: left;
	font-weight: lighter;
}

th {
	border-collapse:collapse;
	border-bottom:2px solid #800060;
	text-align: left;
}
th a {
	display: block;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	border-collapse:collapse;
	padding-top:4px;
	padding-bottom:4px;
	text-align: left;
	vertical-align: bottom;
	border-bottom:1px solid #ddd;
}

tr#ricerca {
	border:0px;
	padding-top:4px;
	padding-bottom:4px;
	text-align: left;
	vertical-align: bottom;

}

td#pop_up {
	border:0px;
	padding-top:20px;
	padding-bottom:20px;
	text-align: left;
	vertical-align: bottom;

}

/*table tr:nth-child(even) {
	background: #f9f9f9;
}
*/
td.actions {
	text-align: left;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
/** Forms **/
.fissa {
  position: fixed;
  width: 10%;

}

form {
	/**clear: both;**/
	margin-right: 0px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
	display: inline;
	vertical-align: top;
	width: auto;
	min-width: 20%;
}
fieldset legend {
	color: #4C0B5F;
	font-size: 110%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/**clear: both;**/
	margin-bottom: 0em;
	padding: 0em;
	/**vertical-align: text-top;**/
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: indigo;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	/**clear: both;**/
	margin-top: 10px;
}
label {
	display: block;
	font-size: 100%;
	margin-top:2px;
	margin-bottom:10px;
}
input {
	/**clear: both;**/
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding-left: 5px;
	border-radius: 8px 8px 8px 8px;
	background-color: #E6E6E6;
}

input#numero {
	/**clear: both;**/
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding-left: 5px;
	border-radius: 8px 8px 8px 8px;
	background-color: #E6E6E6;
	width:40px;
}

textarea {
	/**clear: both;**/
	width: 100%;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding-left: 5px;
	border-radius: 8px 8px 8px 8px;
	background-color: #E6E6E6;
}

select {
	/**clear: both;**/
	font-size: 110%;
	width: auto;

}
select.lim{
	/**clear: both;**/
	font-size: 110%;
	max-width: 200px;
}

select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	width: auto;
}
input[type=checkbox]:checked +label{
	clear: left;
	width: auto;
	display: inline;
	vertical-align: middle;
	background-color: #E9E9E9;
    border: 1px solid lightgrey;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px 8px 8px 8px
	
}
div.checkbox label {
	display: inline;
	vertical-align: middle;
}
input[type=radio] {
	width: auto;
	margin-right:14px;
	margin-top:3px;
	display: block;
	clear: right;
	float: left;
}

input.cerca[type=submit] {

	font-size: 110%;
	color:white;

	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(89,89,89,1) 50%, rgba(117,117,117,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(50%,rgba(89,89,89,1)), color-stop(100%,rgba(117,117,117,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#757575',GradientType=0 ); /* IE6-9 */
}

input[type=submit] {

	font-size: 110%;
	color:white;
	width:auto;
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(89,89,89,1) 50%, rgba(117,117,117,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(50%,rgba(89,89,89,1)), color-stop(100%,rgba(117,117,117,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(89,89,89,1) 50%,rgba(117,117,117,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#757575',GradientType=0 ); /* IE6-9 */
}

form .submit input[type=submit] {
	background:PURPLE;
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: PURPLE;
}
/* Form errors */
form .error {
	background: PURPLE;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {

	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: white;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	clear:both;
	}
.success,
.message,
.cake-error,
p.error,
.error-message {

	color: #fff;
	background: PURPLE;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	/**clear: both;**/
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: PURPLE;
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

#lean_overlay {
    position: fixed;
    z-index:10;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.dialog{
	min-width: 600px;
	width: auto;
	display: none;
	position: fixed;
	opacity: 1;
	z-index: 20;
	left: 50%;
	margin-left: 5px;
	top: 50px;
	bottom:inherit;
	background:white;
	padding: 20px;
	border-radius: 15px;
}

.ui-autocomplete {
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
  }
.inline_labels label
{
    display: inline;
    width: 30%;
    float: left;
}
#accordion .ui-accordion-content {
    max-height: 300px;

}
@font-face {
    font-family: 'ostrich_sanscondensed_light';
    src: url('font/ostrich-sans/ostrich-light-webfont.eot');
    src: url('font/ostrich-sans/ostrich-sans/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ostrich-sans/ostrich-light-webfont.woff') format('woff'),
         url('font/ostrich-sans/ostrich-light-webfont.ttf') format('truetype'),
         url('font/ostrich-sans/ostrich-light-webfont.svg#ostrich_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
