@import url(//fonts.googleapis.com/css?family=Electrolize);
@import url(//fonts.googleapis.com/css?family=Audiowide);

/* comandi per safari su ios mobile */
input {
/*-webkit-appearance: none;*/
border-radius:0px;
}

body {
	font-family: Electrolize, "Avant Garde", "Century Gothic", sans-serif;
    background: url(.././img/body/bodyX8.png);
	background-repeat:repeat;
}

body a{
	text-decoration : none;
	font-weight:bold;
	color:#ff7203;
	cursor:pointer;
	text-decoration : underline;	
}

body a:hover {
	text-decoration : none;
	font-weight:bold;
	color:#ffaa03;
	cursor:pointer;
	text-decoration : underline;
}

body a:visited {
	text-decoration : none;
	font-weight:bold;
	color:#ff7203;
	cursor:pointer;
	text-decoration : underline;
}

body a:hover:visited {
	text-decoration : none;
	font-weight:bold;
	color:#ffaa03;
	cursor:pointer;
	text-decoration : underline;
}

#containerLogin {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: auto;
    width:90%;
    box-shadow: 5px 5px 5px #aaa;
    background-color:#fff;
    max-width: 1200px;
    margin-top:20px;
    margin-bottom:30px;
    border:1px solid #aaa;
}

#container {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: auto;
    width:90%;
    max-width: 1200px;
    margin-top:20px;
    margin-bottom:30px;
}

#containerLavori {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: auto;
    width:100%;
    max-width: 1600px;
    margin-top:20px;
    margin-bottom:30px;
}

#header {
    width:100%;
    clear:both;
    height:auto;
    overflow:auto;
    text-align:center;
    font-size:35px;
}

#menu {
    margin-bottom:30px;
    height: auto;
    overflow: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#menu ul li {
    display: inline;
    width:18%;
    margin-left:1%;
    margin-right: 1%;
    background: #373737; /* Old browsers */
	background: -moz-linear-gradient(top,  #373737 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #373737 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #373737 0%,#000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #373737 0%,#000 100%); /* IE10+ */
	background: linear-gradient(top,  #373737 0%,#000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#000',GradientType=0 ); /* IE6-9 */
    float:left;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    color:#fff;
}

#menu ul li:hover{
    background: #000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000 0%, #373737 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#373737)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000 0%,#373737 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000 0%,#373737 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000 0%,#373737 100%); /* IE10+ */
	background: linear-gradient(top,  #000 0%,#373737 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
}

#menu ul li.active{
    color:#000;
    background: #ffaa03; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaa03 0%, orange 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa03), color-stop(100%,orange)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaa03 0%,orange 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaa03 0%,orange 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaa03 0%,orange 100%); /* IE10+ */
	background: linear-gradient(top,  #ffaa03 0%,orange 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa03', endColorstr='orange',GradientType=0 ); /* IE6-9 */
}

#menu ul a {
    text-decoration: none;
    color:#fff;
}

#menu ul a:hover {
    text-decoration: none;
    color:#fff;
}

#menu ul li ul {
    display:none;
}

#menu ul li:hover ul{
    width:14%;
    float:left;
    position:absolute;
    display:block;
    margin-top:11px;
    height: auto;
    overflow: auto;
    border:3px solid #000;
    box-shadow: 0px 0px 4px 4px #fff;
}

#menu ul li:hover ul li{
    width: 100%;
    margin-left: 0;
    margin:0px;
    display:inline;
    font-size:13px;
    font-weight: normal;
    clear:both;
}

#menu ul li ul li:hover{
    color:#000;
    background-color: #ffaa03; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaa03 0%, orange 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa03), color-stop(100%,orange)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaa03 0%,orange 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaa03 0%,orange 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaa03 0%,orange 100%); /* IE10+ */
	background: linear-gradient(top,  #ffaa03 0%,orange 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa03', endColorstr='orange',GradientType=0 ); /* IE6-9 */
}

#login {
    width:90%;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}

#formLogin {
    margin-top: 20px;
}

#mainTotale {
    width:80%;
    float:left;
    margin-left:5%;
    height: auto;
    overflow: auto;
    padding:4%;
    background-color:#fff;
    border:1px solid #aaa;
    box-shadow: 5px 5px 5px #aaa;
    margin-top:30px;
}

#mainTotaleLavori {
    width:85%;
    float:left;
    margin-left:5%;
    height: auto;
    overflow: auto;
    padding:4%;
    background-color:#fff;
    border:1px solid #aaa;
    box-shadow: 5px 5px 5px #aaa;
    margin-top:30px;
}

#footer{
    width:100%;
    padding-top:2%;
    padding-bottom: 2%;
    clear:both;
    text-align: center;
    color:#000;
    font-style: italic;
    float:left;
    overflow: auto;
    margin-top:5px;
}