@import 'https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,700&subset=latin-ext';
html, body {
	margin: 0;
	height: 100%;
	border: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 100%;
	/*transition: all 0.5s ease-in-out;*/
}
section {
	 margin-top: 0;
}
a, a:hover {
	text-decoration: none;
	color: #004a8d;
}

a, a:visited {
	text-decoration: none;
	color: #004a8d;
}

footer a:hover {
	color: #FFF;
}
/*.contenitore*/
.contenitore {
    max-width: 1600px;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}


/* ------------- TESTATA ------------ */
header {
	background: #FFF !important;
	color: #FFF;
	z-index: 999;
	width: 100%;
	
}
header.sticking {
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
}
header.sticking .desktop-head {
	display: none;
}

@media (max-width: 1100px) {
    header.sticking .desktop-head {
        display: block;
    }
}

header > div.desktop-head {
	background: #0B4A83 !important;
    color: #FFF;
    overflow: hidden;
    padding-left: 0;
    margin-left: 0;
    min-height: 90px;
    line-height: 90px;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1200px) {

header > div.desktop-head {
	min-height: 60px;
	line-height: 60px;
}
}
header > div > div > ul {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	height: inherit;
	padding-left: 25px !important;
	float: left;
	text-align: left;
}
header > div > div > ul > li {
	display: inline;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
}
header > div > div > ul > li a {
	color: #fff;
	text-decoration: none;
}
header > div > div > ul > li.active a {
	color: #fff;
	text-decoration: underline;
}
header > div > div > ul > li a:hover {
	color: #fff;
	text-decoration: underline;
}
header > div > div > ul > li a:visited {
	color: #fff;
	text-decoration: none;
}

header > div > div > ul > li + li:before {
	content: " | ";
}
header > div > div > div > form > div.inner-addon {
	position: relative;
}
header > div > div > div > form > div.inner-addon > i.fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}
header > div > div > div > form > div.right-addon > i.fa {
	right: 0px;
}
header > div > div > div > form > div.right-addon > input {
	padding-right: 30px;
}
.icon {
	width: 25px;
	height: 25px;
}
div.form-horizontal {
	width: 90%;
}
.ricercablu_int {
	transition: all 0.5s ease-in-out;
}
/* Styles for search dropdown */
div.panel-body {
	vertical-align: top;
    padding: 20px 0;
    z-index: 9999;
    max-width: 1000px;
    width: 50%;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.ddl-title {
	background-color: #5bc0de !important;
	color: #fff !important;
	font-style: italic;
	font-size: 80%;
}
div.ddl-select {
	border-radius: 0;
}
.ddl-select {
	width: 20%;
	border-radius: 0px;
	border: none;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
}
select#ddlsearch {
	text-overflow: '';
	text-indent: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	height: 70px;
	color: #6d6d6d;
	border: none;
	background: #fff url('/PublishingImages/dropdown.png') no-repeat 95%;
	padding-right: 45px;
}
header.sticking .ddl-select {
	float: left;
	width: 32%;
}
select.search-md-sm {
	width: 70% !important;
}
select.ddlsearchxs {
	width: 98%;
}
input.search-box-xs {
	width: 98%;
	height: 74px;
	background-image: none;
	display: block;
	box-sizing: border-box;
	color: #000;
}
input.search-go-button-md-sm {
	display: block;
	padding: 12px 24px;
	margin: 0% 2%;
	background-color: #000;
	border: none !important;
	font-weight: bold;
}
input.search-go-button-xs {
	display: block;
	padding: 12px 24px;
	margin: 1% 1%;
	background-color: #000;
	border: none !important;
	font-weight: bold;
}
#search-collapse {transition: all 0.5s ease-in-out;}
::-webkit-input-placeholder {
 color:          #666;
 margin-left:    5px;
 padding-left:   10px;
 font-size: 30px;
}
:-moz-placeholder { /* Firefox 18- */
 color:          #666;
 margin-left:    5px;
 padding-left:   10px;
 font-size: 30px;
}
::-moz-placeholder {  /* Firefox 19+ */
 color:          #666;
 margin-left:    5px;
 padding-left:   10px;
 font-size: 30px;
}
:-ms-input-placeholder {
 color:          #666;
 margin-left:    5px;
 padding-left:   10px;
 font-size: 30px;
}
div.input-group {
	float: left;
}
div.head-icons {
	z-index: 99999;
}
.input-circlez {
	min-width: 160px;
	height: 60px;
	margin-left: -60px;
}
a.rss {
	position: absolute;
	top: 5px;
	left: 15px;
	vertical-align: middle;
	background-image: url('/PublishingImages/rss.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 70px;
}
a.rss:hover {
	background: none;
	background-image: url('/PublishingImages/rss_hover.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
a.twitter {
	position: absolute;
	top: 5px;
	left: 120px;
	background-image: url('/PublishingImages/twitter.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 70px;
}
a.twitter:hover {
	background: none;
	background-image: url('/PublishingImages/twitter_hover.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
a.youtube {
	position: absolute;
	top: 5px;
    left: 90px;
	background-image: url('/PublishingImages/youtube.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 70px;
}
a.youtube:hover {
	background: none;
	background-image: url('/PublishingImages/youtube_hover.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.pulsantiera a.twitter {
	background-image: url('/PublishingImages/twitter_hover.png');
}
.pulsantiera a.twitter:hover {
	background-image: url('/PublishingImages/twitter.png');
}
.pulsantiera a.youtube {
	background-image: url('/PublishingImages/youtube_hover.png');
}
.pulsantiera a.youtube:hover {
	background-image: url('/PublishingImages/youtube.png');
}
.pulsantiera a.rss {
	background-image: url('/PublishingImages/rss_hover.png');
}
.pulsantiera a.rss:hover {
	background-image: url('/PublishingImages/rss.png');
}
a.search {
	background-image: url('/PublishingImages/search.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 50px;
}
.pulsantiera a.search {
	background-image: url('/PublishingImages/search_hover.png');
	margin-top: 14px
}
.pulsantiera a.search:hover {
	background-image: url('/PublishingImages/search_big_w.png');
}
span.icon-bar {
	background-color: #FFF !important;
	height: 3px !important;
}
 select#ddlsearch::-ms-expand {
 display:            none;
}
input.with-search {
	background: url('/PublishingImages/search_big.png') no-repeat 95%;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 10px;
	background-color: #FFF;
	border-radius: 0;
	border: none;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	height: 70px;
	color: #6d6d6d;
}
header.sticking input.with-search {
	float: left;
	width: 65%;
	margin-right: 0;
}
.ddl-select.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
button#btn-search, button#btn-search:hover {
	background: #FFF;
}
i.fa-search {
	color: #000;
}

@media (max-width: 1150px) {
div.panel-body {
	display: none;
}
.pulsantiera {
	display: block;
}
}
/* ---------- NAVBAR ----------------- */
.navbar {
	border-radius: 0px;
}
.navbar, .navbar-default {
	background: none;
	border: none;
	border-color: none;
	margin-bottom: 0;
	clear: both;
	border-radius: 0px;
}

@media (max-width: 1100px) {
    .navbar, .navbar-default {
        position: absolute;
        top: 60px;
        z-index: 2000000;
        width: 100%;
    }
}

@media (max-width: 990px) {
.navbar, .navbar-default {
	position: absolute;
	top: 60px;
	width: 100%;
}
}

@media (max-width:768px) {
nav > div > div > ul.nav.navbar-nav > li {
	padding-left: 20px;
	padding-right: 20px
}
}
nav > div > div > ul.nav.navbar-nav {
	/*border-bottom: 5px solid #008658;*/
	/*background:     #004a8d;*/
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
nav > div > div > ul.nav.navbar-nav > li {
	text-align: center;
	/*width: 14.20%;
	width: calc(99.99% / 7);*/
	box-sizing: border-box;
	text-transform: uppercase;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 6px;
		border-bottom: 10px solid #fff;
}
nav > div > div > ul.nav.navbar-nav > li.attivo, nav > div > div > ul.nav.navbar-nav > li:hover {
	border-bottom: 10px solid #008658;
}
@media (max-width:768px) {
nav > div > div > ul.nav.navbar-nav > li.attivo, nav > div > div > ul.nav.navbar-nav > li:hover {
	border-bottom: none;
}
}
nav > div > div > ul.nav.navbar-nav > li:hover.has-dropdown {
/*border-bottom: 5px solid #008658;*/
}
nav > div > div > ul.nav.navbar-nav > li > a {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	transition: padding 1s, background 1s;
	-moz-transition: padding 1s, background 1s;
	-webkit-transition: padding 1s, background 1s;
	-o-transition: padding 1s, background 1s;
}
nav > div > div > ul.nav.navbar-nav > li > ul {
	display: none;
	width: 14.20%;
	width: calc(100% / 7);
	position: fixed !important;
	background: #F2F2F2;
	border-top: none;
	border: 1px solid #000;
	list-style: none;
	z-index: 999;
	list-style-type: none;
	padding: 0;
}
nav > div > div > ul.nav.navbar-nav > li > ul > li {
	width: 100%;
	font-size: 95%;
	text-align: left;
	margin: 0;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}
nav > div > div > ul.nav.navbar-nav > li > ul > li:hover {
	background: #008658;
	background-clip: border-box;
}
nav > div > div > ul.nav.navbar-nav > li > ul > li > a {
	color: #000;
}
nav > div > div > ul.nav.navbar-nav > li:hover > a {
	color: #008658;
}
nav > div > div > ul.nav.navbar-nav > li:hover > ul {
	display: block;
}
nav > div > div > ul.nav.navbar-nav > li:hover > ul > li {
	border-top: 0;
}
nav > div > div > ul.nav.navbar-nav > li:hover > ul > li:hover > a {
	color: #FFF;
}
nav > div > div > ul.nav.navbar-nav > li > a:hover > ul > li > a, nav > div > div > ul.nav.navbar-nav > li > a:hover > ul > li > a:hover {
	color: #000000;
	font-size: 12px;
	text-transform: none;
}
.navbar-collapse {
	padding: 0;
}
header.sticking nav > div > div > ul.nav.navbar-nav {
	border-bottom: 1px solid #b6b6b6;
}
/* ----------- HEADER LOGO ---------- */
header > div.logo-head-cont {
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 999999;
}

@media (min-width: 1600px) {    
div.img-responsive{
    height: 270px;
}

header > div.logo-head-cont {
    background: #fff URL('/PublishingImages/logo-head_bg.png') top left no-repeat;
    background-size:auto 100%;
}

header.sticking > div.logo-head-cont {
    /*background-size: 50%;*/
}
}
header > div.logo-head-cont h1 {
	display: none;
}
header > div > div.logo-head {
	position: relative;
	background: #fff url('/PublishingImages/logo-ARPA-Lombardia.svg') no-repeat 0 0;
	background-size: contain;
	margin: 0 auto;
    max-width: 1600px;
	padding: 0;
	overflow: hidden;
	z-index: 999999;
	height: 180px;
	clear: both;
}
header.sticking > div > div.logo-head {
	background: #fff url('/PublishingImages/logo-ARPA-Lombardia.svg') no-repeat 0 0;
	background-size: contain;
	height: 100px;
}
img.logo {
	display: inline-block;
	padding: 0;
	width: 15%;
}
ul.buttons {
	list-style: none;
}
ul.buttons > li {
	float: left;/*margin-right: 10px;*/
}
ul.buttons > li>button {
	margin-right: 20px;
}
ul.buttons > li > button.emergency {
	background-color: #004a8d;
	font-weight: bold;
	border-radius: 0px !important;
	font-size: 24px;
	line-height: 1;
	height: 84px;
}
ul.buttons > li > button.emergency:hover {
	background-color: #e85a24;
	color: #FFF;
	font-weight: bold;
}
ul.buttons > li>button.emergency>span {
	display: inline-block;
	margin-top: 10px;
}
ul.buttons > li > button.discover {
	background-color: #008658;
	font-weight: bold;
	border-radius: 0px !important;
	font-size: 24px;
	line-height: 1;
	height: 84px;
}
ul.buttons > li > button.discover:hover {
	background-color: #005135;
	color: #FFF;
	font-weight: bold;
}
ul.buttons > li > button.lombardia {
	background-color: #fff;
	color: #000;
	text-align: left;
	border: none;
	border-radius: 0px !important;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	margin-right: 15px;
	padding: 0;
	margin-top: 6px;
}
ul.buttons > li > button.lombardia:hover {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
img.lombardia-icon {
	height: 73px;
	width: auto;
}

@media (max-width: 380px) {
ul.buttons > li>button.lombardia {
	/*display: none;*/
}
}
header.sticking ul.buttons > li >button.discover {
	font-size: 18px;
	height: 60px;
	margin-top: 20px;
	margin-right: 10px;
}
header.sticking ul.buttons > li >button.emergency {
	font-size: 18px;
	height: 60px;
	margin-top: 20px;
	padding-top: 0;
	margin-right: 10px;
}
img.protezione-icon {
	display: inline-block;
	margin-top: -28px;
}
header.sticking img.protezione-icon {
	width: 50px;
}

@media (max-width: 1200px) {
header.sticking ul.buttons > li>button.discover {
	display: none;
}
header.sticking ul.buttons > li>button.emergency {
	display: none;
}
header img.protezione-icon {
	width: 40px;
	margin-top: -16px;
}
header ul.buttons > li>button.discover {
	font-size: 16px;
	margin-right: 0;
	height: 73px;
}
header ul.buttons > li>button.emergency {
	font-size: 16px;
	margin-right: 5px;
	height: 73px;
}
}

@media (min-width: 1201px) and (max-width: 1400px) {
    div.img-responsive {
    height: 270px;
}
header.sticking ul.buttons > li>button.discover {
	font-size: 16px;
	margin-right: 0;
}
header.sticking ul.buttons > li>button.emergency {
	font-size: 16px;
	margin-right: 5px;
}
header img.protezione-icon {
	width: 40px;
	margin-top: -16px;
}
header ul.buttons > li>button.discover {
	font-size: 16px;
    margin-right: 10px;
    height: 60px;
}
header ul.buttons > li>button.emergency {
	font-size: 16px;
    margin-right: 10px;
    height: 60px;
}
}

@media (min-width: 1401px) and (max-width: 1587px) {
    div.img-responsive {
    height: 270px;
}
header.sticking ul.buttons > li>button.discover {
	font-size: 16px;
	margin-right: 10px;
}
header.sticking ul.buttons > li>button.emergency {
	font-size: 16px;
	margin-right: 10px;
}
img.protezione-icon {
	width: 60px;
	float: left;
	margin-right: 7px;
	margin-top: -3px;
}
header ul.buttons > li>button.discover {
	font-size: 16px;
	margin-right: 10px;
	height: 73px;
}
header ul.buttons > li>button.emergency {
	font-size: 16px;
	margin-right: 10px;
	height: 73px;
}
}
header.sticking ul.buttons > li > button.lombardia, header.sticking ul.buttons > li > button.discover, #bott-discover {
	display: none;
}
header .formStick {
	display: none;
	border: 1px solid #666;
	margin-top: 45px;
	width: 90%;
	transition: all 0.5s ease-in-out;
	margin-left: 17%;
}
header.sticking .formStick {
	display: block;
	margin-top: 23px;
	margin-left: 15%;
}

@media (max-width: 990px) {
header.sticking .formStick {
	display: none;
}
}

@media (max-width: 990px) {
img.lombardia-icon {
	height: 40px;
	width: auto;
}
}

@media (min-width: 991px) and (max-width: 1579px) {
    div.img-responsive {
    height: 270px;
}
img.lombardia-icon {
	height: 50px;
    width: auto;
}
}

@media (min-width:1580px) {
  div.img-responsive {
    height: 270px;
}

img.lombardia-icon {
	height: 73px;
	width: auto;
}
}

@media (min-width:1400px) {
div.img-responsive {
    height: 270px;
}
header .formStick {
	margin-left: 15%;
}
}

@media (min-width:1700px) {
 div.img-responsive {
    height: 270px;
}
header .formStick {
	margin-left: 37%;
}
}

@media (min-width:1600px) {
 div.img-responsive {
    height: 270px;
}
header .formStick {
	margin-left: 42%;
}
}

/* aggiornamenti Cheil */
@media (max-width: 1100px) {
    header > div > div.logo-head {
        height: 80px !important;
    }
    /*ul.buttons > li > button.lombardia {
	font-size: 14px !important;
}*/

    header.sticking .formStick {
        margin-top: 20px;
    }

    header.sticking input.with-search, header.sticking select#ddlsearch {
        height: 55px;
    }
}

@media (min-width: 1025px) and (max-width: 1600px) {
 div.img-responsive {
    height: 270px;
}
header.sticking > div > div.logo-head {
	height: 80px !important;
}
header .formStick {
	margin-top: 30px;
}
header > div > div > ul > li {
	font-size: 20px;
}
input.with-search, select#ddlsearch {
	height: 55px;
}
.input-group {
	margin-top: 5px;
}
}

@media (min-width: 1200px) and (max-width: 1600px) {
 div.img-responsive {
    height: 270px;
}
header > div.desktop-head {
	min-height: 60px;
    line-height: 60px;
}
div.panel-body {
	padding-top: 0;
}
}
@media (min-width: 1025px) and (max-width: 1919px) {
header > div > div.logo-head {
	height: 110px !important;
	}
}
/*------------------------------------*/
/* RESPONSIVE GENERALI */
@media (min-width: 991px) {
   div.img-responsive {
    height: 270px;
}
.reserved {
	float: right;
}
.desktop-head {
	position: static;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.desktop-head > ul {
	z-index: 9999;
}
header > nav {
	color: #000;
}
.dropdown-menu {
	z-index: 9999;
}
.search-right-cont {
	width: 150px;
}
a.search-right-icons {
	width: 50px;
	padding-top: 8px;
	margin-right: 20px;
	margin-left: 90px;
	float: right;
}
a.search-right-icons2 {
	width: 50px;
	padding-top: 8px;
	margin-right: 50px;
	margin-left: 0px;
	float: right;
}
a.search-right-icons3 {
	width: 50px;
	padding-top: 8px;
	margin-right: 50px;
	margin-left: 110px;
	float: right;
}
span.search-right-icons {
	width: 50px;
	padding-top: 8px;
	margin-right: 20px;
}
span.search-right-icons2 {
	width: 50px;
	padding-top: 8px;
	margin-right: 50px;
	margin-left: 0px;
}
div.same-height {
	display: table;
}
div.column {
	display: table-cell !important;
}
}

@media (min-width: 1025px) and (max-width: 1800px) {
       div.img-responsive {
    height: 200px;
}
a.search-right-icons {
	width: 40px;
	padding-top: 8px;
	margin-right: 20px;
	margin-left: 80px;
	float: right;
	margin-top: 7px;
}
a.search-right-icons2 {
	width: 40px;
	padding-top: 8px;
	margin-right: 40px;
	margin-left: 0px;
	float: right;
	margin-top: 7px;
}
a.search-right-icons3 {
	width: 40px;
	padding-top: 8px;
	margin-right: 40px;
	margin-left: 90px;
	float: right;
	margin-top: 7px;
}
}
/* ------------- FOOTER ------------ */
footer {
	/* position: absolute;
    right: 0;
    bottom: 0;
    left: 0;*/
	padding: 0;
	background: #1D1D1D;
	width: 100%;
	margin-top: 1%;
}
footer .contenitore {
	padding: 50px 70px;
}
footer > div > ul {
	list-style: none;
}
footer > div > ul > li:first-child {
	text-transform: uppercase;
	color: #FFF;
}
footer > div > ul > li:first-child > h3 {
	font-size: 20px;
    font-weight: bold;
}
footer > div > ul > li > a {
	color: #959595;
    font-size: 20px;
    font-weight: bold;
}
footer > div > ul > li > a:visited {
	color: #959595;
}

footer > div > ul > li > a:hover {
	color: #fff;
    text-decoration: none;
}

footer > div > ul > li > a:focus {
    color: #fff;
    text-decoration: none;
}

footer > a {
	padding-bottom: 10px;
}
footer > hr {
	width: 100%;
	height: 2px;
	color: #959595;
	background-color: #959595;
}
.btn-reserved {
	background-color: #008658;
	color: #FFF;
	font-weight: bold;
	border-radius: 0 !important;
	font-size: 24px;
}

.btn-reserved:hover {
	color: #fff;
	background: #015236;
    border: none;
}

.btn-reserved:focus {
	color: #fff;
	background: #008658;
    border: none;
}

@media (max-width: 1200px) {
.btn-reserved {
	display: block;
	clear: both;
	margin-left: -40%;
    margin-top: 70px;
}
}

@media (max-width: 768px) {
.btn-reserved {
	margin-left: 0;
}
}
footer > .copyright {
	color: #959595;
	font-size: 20px;
	display: block;
	clear: both;
	border-top: 2px solid #747474;
	padding: 50px 0;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 1200px) {
footer > .copyright {
	font-size: 16px;
}
}

@media (max-width: 768px) {
footer > .copyright {
	font-size: 13px;
}
footer > div > ul > li:first-child > h3 {
	font-size: 16px;
}
footer > div > ul > li > a {
	font-size: 16px;
}
}

@media (max-width: 400px) {
footer > .copyright {
	font-size: 12px;
}
footer > div > ul > li:first-child > h3 {
	font-size: 13px;
}
footer > div > ul > li > a {
	font-size: 13px;
}
}
footer button {
	margin-top: 10px
}
/**
 * GENERAL PURPOSE
 */

div.ext {
	display: table;
	min-height: 100px !important;
	height: 100%;
	width: 70%;
}
div.ext > span.int {
	display: table-cell;
	min-height: 10% !important;
	height: 100%;
	vertical-align: middle;
}
.container-fluid {
	padding: 0;
}
.put-left {
	float: left;
}
.put-right {
	float: right;
}

@media (min-width: 1800px) {
       div.img-responsive {
    height: 270px;
}
div.head-icons {
	width: 46%;
}
}

@media (max-width: 1400px) {

nav > div > div > ul.nav.navbar-nav > li > a {
	word-wrap: break-word;
	font-size: 16px;
	white-space: nowrap;
}


}

@media (max-width: 1200px) {
img.logo {
	width: 25%;
}
}

@media (max-width: 1200px) {
a.twitter {
	left: -50px;
}

a.youtube {
    left: -50px;
}
.desktop-head {
	position: static;
	height: 50px;
	text-align: center;
	line-height: 60px;
}
a.search-left-icons {
	width: 35px;
	margin-top: 8px;
	margin-left: 60px;
	margin-right: 40px;
}
a.search-left-icons2 {
	width: 35px;
	margin-top: 8px;
	margin-left: 100px;
	margin-right: 40px;
}
a.search-left-icons3 {
	width: 35px;
	margin-top: 8px;
	margin-left: 35px;
	margin-right: 30px;
}
}

@media (max-width: 1100px) {
    .navbar {
        border-bottom: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-right: 0;
        padding-left: 40px;
        margin-top: 15px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding: 0;
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    nav > div > div > ul.nav.navbar-nav > li {
        width: 100%;
        float: none;
        border-bottom: none;
        background: #084c8b;
    }

        nav > div > div > ul.nav.navbar-nav > li > a::after {
            content: '+';
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -8px;
        }

        nav > div > div > ul.nav.navbar-nav > li:hover > a {
            color: #FFF;
        }

        nav > div > div > ul.nav.navbar-nav > li > a, nav > div > div > ul.nav.navbar-nav > li > a:hover {
            color: #FFF;
        }

        nav > div > div > ul.nav.navbar-nav > li:hover > ul {
            display: none;
        }

    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .reserved {
        text-align: center;
    }

    select#ddlsearch {
        border-radius: 0 !important;
    }
}
/* PRIVACY */
.box-privacy {
	background: #1f1e1e;
	margin: 0;
	padding: 30px 0;
	overflow: hidden;
	z-index: 9999999!important;
	position: absolute;
	width: 100%;
	top: 0;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.box-privacy a.close {
	display: block;
	float: right;
	margin: auto 35px auto 0;
	width: 59px;
	height: 60px;
	background: url(/PublishingImages/close.png) left center no-repeat;
	color: #fff;
	text-indent: 50000px;
	opacity: 0.9;
	transition: all 0.5s ease-in-out;
}
.box-privacy a.blu {
	display: block;
	float: right;
	margin: auto 70px auto 0;
	height: 60px;
	font-size: 35px;
	font-weight: bold;
	line-height: 60px;
	background: #0074fc;
	padding: 0 20px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.box-privacy a.verde {
	display: block;
	float: right;
	margin: auto 35px auto 0;
	height: 60px;
	font-size: 35px;
	font-weight: bold;
	line-height: 60px;
	background: #008557;
	padding: 0 20px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.box-privacy p {
	display: block;
	max-width: 70%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 15px;
	transition: all 0.5s ease-in-out;
}

@media (min-width:1024px) and (max-width: 1400px) {
       div.img-responsive {
    height: 200px;
}
.box-privacy a.close {
	float: right;
	margin: auto 25px auto 0;
	width: 49px;
	height: 50px;
	background-size: contain;
}
.box-privacy a.blu {
	float: right;
	margin: auto 50px auto 0;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	padding: 0 15px;
}
.box-privacy a.verde {
	float: right;
	margin: auto 25px auto 0;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	padding: 0 15px;
}
.box-privacy p {
	max-width: 70%;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 15px;
}
}

@media (min-width: 680px) and (max-width: 1100px) {
    div.img-responsive {
        height: 215px;
    }

    .box-privacy a.close {
        float: right;
        margin: auto 25px auto 0;
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .box-privacy a.blu {
        float: right;
        margin: auto 40px auto 0;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        padding: 0 10px;
    }

    .box-privacy a.verde {
        float: right;
        margin: auto 20px auto 0;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        padding: 0 10px;
    }

    .box-privacy p {
        max-width: 60%;
        float: left;
        font-size: 13px;
        font-weight: bold;
        line-height: 15px;
        padding-left: 10px;
    }
}

@media (max-width: 680px) {
.box-privacy a.close {
	float: right;
	margin: 15px 15px 20px 0;
	width: 40px;
	height: 40px;
	background-size: contain;
}
.box-privacy a.blu {
	width: 93%;
	float: none;
	margin: 15px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
}
.box-privacy a.verde {
	width: 93%;
	float: none;
	margin: 15px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
}
.box-privacy p {
	max-width: 100%;
	width: 100%;
	clear: both;
	float: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
}
/* ---------------------------------------  */

ol {
    font-size: 20px;
}

header.sticking .nav > li > a {
    padding: 2px 15px;
}
header.sticking .navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0
}
header.sticking .navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
}
header.sticking ul.buttons > li > button.emergency img {
    display:none;
}
header.sticking > div > div.logo-head {
    height: 50px !important;
}
header.sticking ul.buttons > li > button.emergency {
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
    line-height: 1;
}
header.sticking ul.buttons > li > button.discover {
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    margin-top: 0;
    padding-top: 5px;
    line-height: 1.5;
}

@media (max-width: 990px) {
    #myCarousel .thumbnails div.carouselitem {display:none;}
    #myCarousel .thumbnails div.carouselitem:first-child {display:block;}

}

@media (max-width: 990px) {
    #myCarousel2 .thumbnails div.carouselitem {display:none;}
    #myCarousel2 .thumbnails div.carouselitem:first-child {display:block;}

}

@media (max-width: 990px) {
    #myCarousel3 .thumbnails div.carouselitem {display:none;}
    #myCarousel3 .thumbnails div.carouselitem:first-child {display:block;}

}

@media (max-width: 990px) {
    #mySlider4 .thumbnails div.carouselitem {display:none;}
    #mySlider4 .thumbnails div.carouselitem:first-child {display:block;}

}

/* BANNER */
.box-banner-mobile {
    background: #fff;
    margin: 0;
    padding: 30px 0;
    overflow: hidden;
    z-index: 9999999!important;
    position: absolute;
    width: 100%;
    /*top: 0px;*/
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.box-banner-mobile a.close {
    display: block;
    float: right;
    margin: 15px;
    width: 40px;
    height: 40px;
    background: url(/PublishingImages/close_inv.png) left center no-repeat;
    color: #fff;
    text-indent: 50000px;
    opacity: 0.9;
    transition: all 0.5s ease-in-out;
    z-index:1000;
}
.box-banner-mobile img {
    width:280px;
    height:auto;
    z-index:0;
}


@media (max-width: 1200px) {
    #sidemenu{
        display: none;
    }
}

.s-gotop-wrap {
	text-align: right; right: 32px; bottom: 20px; overflow: hidden; display: none; position: fixed; z-index: 1000; max-width: 1440px;
}
.s-gotop-wrap.s-show {
	display: block;
}
.s-gotop-wrap .s-btn-gotop {
	background-color: transparent; border-radius: 4px; width: 58px; height: 58px; font-size: 0px; opacity: 0.7; -webkit-border-radius: 4px;border-width: 0px;
}
/*.s-gotop-wrap .s-btn-gotop::after {
	background: url('/PublishingImages/top-ico.png') no-repeat 0% 0% / 100%; margin: 18px auto; width: 36px; height: 22px; overflow: hidden; display: inline-block; content: "";
}*/
@media screen and (max-width:768px)
{
.s-gotop-wrap {
	right: 4.44vw; bottom: 4.44vw; font-size: 0px; min-width: 320px;
}
}


.s-goback-wrap {
	text-align: right; right: 96px; bottom: 20px; overflow: hidden; display: none; position: fixed; z-index: 1000; max-width: 1440px;
}
.s-goback-wrap.s-show {
	display: block;
}
.s-goback-wrap .s-btn-goback {
	background-color: transparent; border-radius: 4px; width: 58px; height: 58px; font-size: 0px; opacity: 0.7; -webkit-border-radius: 4px; border-width: 0px;
}
/*.s-goback-wrap .s-btn-goback::after {
	background: url('/PublishingImages/top-ico.png') no-repeat 0% 0% / 100%; margin: 18px auto; width: 36px; height: 22px; overflow: hidden; display: inline-block; content: "";
}*/
@media (max-width: 1100px) {
    .s-goback-wrap {
        right: 4.44vw;
        bottom: 4.44vw;
        font-size: 0px;
        min-width: 320px;
        display: none;
    }

        .s-goback-wrap .s-btn-goback {
            display: none;
        }
}

#breadSticky {
 overflow: hidden; display: block; z-index: 998; width: 100%;max-width:1600px;
 
}

@media (max-width: 1024px) {
    #lnkSticky {
        display:none !important;
    }

    #emergenzesticky {
        display:none !important;
    }

    #breadSticky {
        display: block;
        position: static;
        margin-top: 10px
    } 
}


.fa {
    margin-right: 5px;
}

/*TEMI AMBIENTALI*/

.col-sm-3.temiambientali{
    padding-left: 0px;
    padding-right: 0px;
}

h3.sez-temi {
color: #008757;
text-transform: uppercase;
}

/*CLASSI KEYIN*/

.blu-cont-fullwidth {
background:#0B4A83;
float:left;
width:100%;
position:relative;
z-index:0;
color:#fff;
font-size:30px;
font-weight:600;
margin-top:25px;
}

.blu-cont-fullwidth .contenitore {
padding:30px 70px;
}

a.btn.discover-more-white {
background:#fff;
border-radius:0px;
padding:10px 30px;
text-transform:uppercase;
font-weight:700;
font-size:18px;
color:#004a8d;
}

a.btn.discover-more-white:hover {
background:#008658;
color:#fff;
}

/* ---------------------------------------  */

.icon-plus {
    display: inline-block !important; /*altrimenti display:inline-block;*/
    float: right;
    font-weight: 700;
    cursor: pointer;
}

.icon-minus {
    display: none !important; /*altrimenti display:inline-block;*/
    float: right;
    font-weight: 700;
    cursor: pointer;
}

.feedbackTextBox {
    background-color: #fff;
    color: #333333;
    font-size: 20px !important;
    font-family: 'Titillium Web', sans-serif !important;
    width: 100%;
}

.feedbackButton {
    color: white !important;
    font-weight: bold;
    background-color: rgb(0, 134, 88) !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif !important;
}

.feedbackErrorMessage {
    border-radius: 15px;
    border: 2px solid #b50000;
    padding: 20px;
    width: 90%;
    height: 100px;
    background-color: #ffcbcb;
    color: #1e1212;
}

.feedbackMessage {
    border-radius: 15px;
    border: 2px solid #00c5ca;
    padding: 20px;
    width: 90%;
    height: 100px;
    background-color: #c6f3f5;
    color: #006366;
}

/*SEARCH BOX*/

/*.ms-helperText {
    background-color: #fff !important;
    height: 24px !important;
}

.ms-srch-sb-border {
    line-height: 1px;
}*/

#SearchBox {
    float: right;
}


/*CHECK BOX RESULTS*/
.list-unstyled input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.list-unstyled label {
    background: url(/PublishingImages/ckeckbox.png) top left no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 40px;
    height: 30px;
    display: inline-block;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    border-radius: 0px;
    padding-top: 4px;
}

.list-unstyled input[type=checkbox]:checked + label {
    background-position: 0 -30px;
    font-weight: bold;
}

.ms-srch-hover-outerContainer {
    display: none !important;
}

.ms-srch-item {
    width: 800px;
}

.ms-srch-item-summaryPreview {
    width: 800px;
}

.ms-srch-item-link {
    line-height: 1.5 !important;
}

.ms-srch-item-title {
    padding-left: 45px !important;
}

.ms-srch-item-icon img{
    max-height: 48px !important;
    max-width: 48px !important;
    width: 80% !important;
    margin-right: 10px !important;
}

.handle_label{
    display: none !important;
}

.ms-ref-refinername{
    font-weight: bold !important;
}

.ms-webpart-zone {
    display: block !important;
}

.refinement-label {
    width: 100%;
}


.ms-srch-item-path {
    color: #008658 !important;
}

.searchbox-master {
    position: absolute;
    width: 200px;
    left: 850px;
    float: left;
    top: 33px;
    z-index: 999999;
}

@media (max-width:1680px) {
    .searchbox-master {
        top: 20px;
        float: left;
        left: 850px;
    }
}

@media (max-width:1600px) {
    .searchbox-master {
        top: 15px;
        float: left;
        left: 850px;
    }
}

@media (max-width:1440px) {
    .searchbox-master {
        top: 15px;
        float: left;
        left: 550px;
    }
}

@media (max-width:1400px) {
    .searchbox-master {
        top: 15px;
        float: left;
        left: 550px;
    }
}

@media (max-width:1366px) {
    .searchbox-master {
        top: 15px;
        float: left;
        left: 550px;
    }
}

@media (max-width:1100px) {
    .searchbox-master {
        top: 15px;
        float: left;
        left: 550px;
    }
}

@media (max-width:1280px) {
    .searchbox-master {
        top: 15px;
        float: left;
        left: 550px;
    }
}


@media (max-width:1024px) {
    .searchbox-master {
        top: 15px;
        float: left;
        left: 500px;
    }
}

@media (max-width:1100px) {
    .searchbox-master {
        top: 15px;
        float: left;
        width: 190px;
        left: 100px;
    }
}

.lombardia {
    position: absolute;
    top: 40px;
    right: 20px;
    height: 60px;
}

@media (max-width:1280px) {
    .lombardia {
        height: 60px;
        top: 10px;
    }
}

@media (max-width:1024px) {
    .lombardia {
        height: 60px;
        top: 10px;
    }
}

@media (max-width:768px) {
    .lombardia {
        height: 50px;
        top: 10px;
	right: 0px;
    }
}

.ms-ref-filterSel {
    color: #008658 !important;
}

.sort-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 11px 50px 11px 10px;
    color: #222222 !important;
    background: #fff URL(/PublishingImages/dropdown_input.png) no-repeat right center;
}

#Div_Risultato{
    margin-top: 20px;
}

.label-verde-ricerca {
    color: #008658;
    text-decoration: underline;
}

.label-verde-ricerca-link {
    color: #008658 !important;
    text-decoration: underline;
}

.iframe-powerbi {
    width: 100%;
    height: 550px;
}

@media all and (max-width: 768px) {
    .iframe-powerbi {
        height: 350px;
    }
}

@media all and (max-width: 640px) {
    .iframe-powerbi {
        height: 320px;
    }
}

@media all and (max-width: 480px) {
    .iframe-powerbi {
        height: 270px;
    }
}

@media all and (max-width: 320px) {
    .iframe-powerbi {
        height: 270px;
    }
}

.img-indicatori {
    width: 60%;
    cursor: zoom-in !important;
}

a.search-right-icons, a.search-right-icons2, a.search-right-icons3, a.search-left-icons, a.search-left-icons2 {
    overflow: hidden;
    text-indent: 9000px;
}

@media (min-width: 1200px) {
    a.search-left-icons, a.search-left-icons2 {
        display: none;
    }
}

.inner li a, inner li a:visited, inner li a:hover {
    text-decoration: none !important;
}

.toggle {
    text-decoration: none !important;
}

.notoggle {
    text-decoration: none !important;
    background-image: none !important;
    background-color: rgb(240, 240, 240) !important;
    color: #1f1f1f !important;
}

@media (max-width: 768px) and (max-width:1023px) {
    .news-cont {
        margin-right: 0.9em !important;
        margin-left: 0.9em !important;
    }
}

.ui-dialog {
    position: fixed !important;
}

.nocontent li::before {
    color: transparent;
    content: "" !important;
    display: inline-block;
    margin-left: -2em;
    width: 2em;
    font-size: 10px;
}

#sliderAmbientiamoci {
    background-position: center !important;
}

#slider {
    background-position: center !important;
}

select::-ms-expand {
    display: none !important;
}

.bottone_gen_qaria_archivio {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: #008658;
    margin: 0;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 15px;
    cursor: pointer;
    background-image: url("/PublishingImages/download.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

#myPhotoDiv {
    display: none;
}

#footer_ARPA > div > ul > li > h3 > a {
    color: #fff;
    text-decoration: underline !important;
}

#tblSticky {
    margin-right: 60px;
}

.tableCMGScheda tr:nth-child(odd) td {
    background-color: #f0f0f0 !important;
}

.tableCMGScheda tr:nth-child(even) td {
    background-color: #fff !important;
}

.sfondoTitolo {
    font-weight: bold;
}

.fontPiccolo {
    font-size: 16px !important;
}

.fontPiccolo_text {
    font-size: 10px;
}

.imageCursor {
    cursor: pointer;
}

.imageBorder {
    border: 1px solid #000000;
}

.tabNotVisibile {
    display: none;
    visibility: hidden;
}

.tabVisibile {
    display: block;
    visibility: visible;
}

.tabBackWhite {
    background-color: White;
}

.panelBorder {
    border: 2px solid #C0C0C0;
}

.fontMedio {
    font-size: 9px;
}

.legenda {
    padding: 0px !important;
    margin: 0px !important;
}

.otimg {
    float: none !important;
}

/*.nivoTab {
    text-decoration: underline !important;
    font-size: 16px !important;
}*/

a.selezionato .nivoTab {
    text-decoration: none !important;
    background: #004a8d;
    color: #fff;
    height: 50px !important;
    text-transform: uppercase;
}

a.disabilitato .nivoTab, a:hover.disabilitato .nivoTab {
    text-decoration: none !important;
    background: #959595;
    color: #fff;
    height: 50px !important;
    text-transform: uppercase;
    cursor: text;
}

a .nivoTab {
    text-decoration: none !important;
    background: #008658;
    color: #fff;
    height: 50px !important;
    text-transform: uppercase;
}

a:hover .nivoTab {
    text-decoration: none !important;
    background: #004a8d;
    color: #fff;
    height: 50px !important;
    text-transform: uppercase;
}

ul.tabs2 li {
    display: inline-block;
    margin: 15px 0 5px 0;
}

ul.tabs2 li a {
    padding: 5px;
    border: 1px solid #004a8d;
}

td.scheda_col_sx {
    width: 60%;
}

td.scheda_col_dx {
    width: 40%;
}

/*tabella inquinanti*/
.tab_inq {
    background: #D9D9D9;
    color: #484E4C;
    font-size: 0.9em;
}

    .tab_inq td {
        height: 80px;
    }

    .tab_inq th {
        background: #fff;
        font-weight: normal;
        text-align: center;
        padding: 16px 0;
    }

.td_inq {
    font-size: 1.6em;
    text-align: center;
}

.td_inq01 {
    font-size: 4em;
    text-align: center;
}

.td_inq02 {
    font-size: 4em;
    text-align: center;
}

.td01 {
    padding-left: 10px;
}

/*tabella humidex*/
.tab_humi {
    background: #D9D9D9;
    color: #484E4C;
    font-size: 0.9em;
}

    .tab_humi td {
        background: #fff;
        height: 30px;
    }

    .tab_humi th {
        background: #fff;
        font-weight: bold;
        text-align: center;
        padding: 16px 0;
    }

.td02 {
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.imglinkpr {
    float: none !important;
    margin: 0 0 0 0 !important;
}

.noDX {
    border-width: thin 0px thin thin;
    border-style: solid none solid solid;
}

.noSX {
    border-width: thin thin thin 0px;
    border-style: solid solid solid none;
}

.noneTOP {
    border-top: 0px !important;
}

.td03 {
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}

.uv01 {
    color: #fff;
    text-align: center;
    padding: 2px;
    background: #59BA39;
}

.uv02 {
    color: #000;
    text-align: center;
    padding: 2px;
    background: #F8F100;
}

.uv03 {
    color: #000;
    text-align: center;
    padding: 2px;
    background: #FFCC00;
}

.uv04 {
    color: #fff;
    text-align: center;
    padding: 2px;
    background: #FF0000;
}

.uv05 {
    color: #fff;
    text-align: center;
    padding: 2px;
    background: #C678AA;
}

.box_legenda_uv {
    margin-top: 30px;
}

.box_singolo_uv {
    margin-right: 10px;
    float: left;
    text-align: center;
    padding: 5px;
    width: 30%;
}

.ico_uv01 {
    background: url(/PublishingImages/ico_uv01.png) top center no-repeat;
    height: 40px;
    margin: 4px;
}

.ico_uv02 {
    background: url(/PublishingImages/ico_uv02.png) top center no-repeat;
    height: 40px;
    margin: 4px;
}

.ico_uv03 {
    background: url(/PublishingImages/ico_uv03.png) top center no-repeat;
    height: 40px;
    margin: 4px;
}

.noneTOP {
    border-top: 0px !important;
}

.humi_testo01 {
    color: black;
    background: #CCFFCC;
}

.humi_testo02 {
    color: black;
    background: #FFFF00;
}

.humi_testo03 {
    color: black;
    background: #FFCC00;
}

.humi_testo04 {
    color: black;
    background: #FF0000;
}

.humi_testo05 {
    color: white;
    background: #CC0000;
}

.humi_testoCommon {
    text-align: center;
    text-transform: lowercase;
    padding-top: 3px;
    width: 200px;
    font-weight: normal;
}

.td02Humi {
    padding-top: 4px;
    padding-bottom: 4px;
}

.humi_txt {
    width: 100px;
    text-align: center;
    float: left;
}

.humi_txt2 {
    text-align: left;
    float: left;
    padding-top: 5px;
}

.humi_txt10 {
    width: 100px;
    text-align: center;
    float: left;
    padding-top: 10px;
}

.ico_humi {
    height: 40px;
    width: 100px;
    float: right;
    margin: 5px;
    border: 1px solid #707070;
}

.humi_color01 {
    background: #CCFFCC;
}

.humi_color02 {
    background: #FFFF00;
}

.humi_color03 {
    background: #FFCC00;
}

.humi_color04 {
    background: #FF0000;
}

.humi_color05 {
    background: #CC0000;
}

.box_legenda_hum {
    margin-top: 30px;
}

.box_legenda_hum_sx {
    text-align: left;
    float: left;
    width: 40%;
}

.box_legenda_hum_dx {
    text-align: left;
    float: right;
    width: 55%;
    border-left: 1px solid #D9D9D9;
    padding-left: 10px;
}

.floatclear {
    clear: both;
    font-size: 0em;
    height: 0em;
    padding: 0;
    margin: 0;
    border: 0;
}

#WebPartWPQ3 {
    text-align: center;
}

.customtabellauno {
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.4em;
}

    .customtabellauno caption {
        color: #000;
        font-size: 1.4em;
        margin: 0 auto;
        padding-bottom: 6px;
        padding-bottom: 7px;
        margin-bottom: 3px;
        border-bottom: 1px solid #BEBEBE;
        font-weight: bold;
    }

    .customtabellauno tbody {
        background: #fff;
        color: #000;
    }

    .customtabellauno td {
        text-align: left;
    }

.customtabelladue {
    margin: 0;
    padding: 0;
    color: #000;
    background: transparent;
    font-family: "Titillium Web", sans-serif;
}

    .customtabelladue td {
        color: #000;
        /*width:50px;*/
        padding: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-family: "Titillium Web", sans-serif;
        font-size: 0.9em;
    }

    .customtabelladue tr.customcolorata td {
        background: #f2f2f2;
        color: #000;
    }

    .customtabelladue td.customtab_num {
        font-size: 0.9em;
        font-weight: bold;
        text-align: right;
        width: 100%;
    }

.customdivinterno {
    overflow: auto;
}

.customtitolo {
    font-size: 0.9em !important;
}
/*codice css specifico per chrome e safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #mainTable td {
        padding-bottom: 1px;
        padding-top: 1px;
    }

    #mainTable2 td {
        padding-bottom: 1px;
        padding-top: 1px;
    }

}

.tabellauno {
    margin: 0 auto;
    padding: 0;
    color: #000;
    width: 100% !important;
}

    .tabellauno caption {
        color: #000;
        font-size: 1.2em;
        margin: 0 auto;
        padding-bottom: 6px;
        padding-bottom: 2px;
        margin-bottom: 3px;
        border-bottom: 1px solid #BEBEBE;
        font-weight: bold;
    }

    .tabellauno tbody {
        background: #fff;
        color: #000;
    }

    .tabellauno td {
        text-align: left;
    }

.tabelladue {
    margin: 0;
    padding: 0;
    color: #000;
    background: transparent;
}

    .tabelladue td {
        color: #000;
        width: 50px;
        padding: 5px;
    }

    .tabelladue tr.colorata td {
        background: #f2f2f2;
        color: #000;
    }

.customtabhome00 {
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 10px;
    font-size: 0.8em;
    text-align: left;
}

.customtabhome01 {
    background: url(/PublishingImages/bg_tabhome01.png) 16px 25px no-repeat;
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 10px;
    font-size: 0.8em;
    text-align: right;
}

.customtabhome02 {
    background: url(/PublishingImages/bg_tabhome02.png) 10px 25px no-repeat;
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 10px;
    font-size: 0.8em;
    text-align: right;
}

.customtabhome03 {
    background: url(/PublishingImages/bg_tabhome03.png) 5px 25px no-repeat;
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 10px;
    font-size: 0.8em;
    text-align: right;
}

.customtabhome04 {
    /*background: url(/siti/arpalombardia/Style%20Library/arpalombardia/img/bg_tabhome03.png) 20px 14px no-repeat;*/
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 10px;
    font-size: 0.8em;
    text-align: right;
}

#imgBassa02 {
    z-index: 30000 !important;
}

#imgBassa03 {
    z-index: 30000 !important;
}

#imgBassa04 {
    z-index: 30000 !important;
}


#imgBassa05 {
    z-index: 30000 !important;
}

#imgBassa06 {
    z-index: 30000 !important;
}

#imgBassa07 {
    z-index: 30000 !important;
}

.MeteoImage {
    width: 100%;
    padding-left: 20px;
    z-index: 10;
    position: relative;
    margin: 0px auto;
}


.ms-webpart-cell-vertical {
    display: block !important;
}

.ms-webpart-chrome-vertical {
    display: block !important;
}

.jqplot-target {
    color: #555 !important;
}

.jqplot-point-label {
    color: #555 !important;
}

.jqplot-yaxis-tick {
    color: #000 !important;
}

.jqplot-xaxis-tick {
    color: #000 !important;
}

.gwScheda {
    border-style: none;
    font-size: small;
    color: #333333;
}

    .gwScheda th {
        background-color: #1e92cd;
        color: #ffffff;
        text-align: left;
        border-style: none;
    }

    .gwScheda a:link, .gwScheda a:visited, .gwScheda A:hover, .gwScheda A:active {
        color: #ffffff;
        font-size: x-small;
        border-style: none;
    }

    .gwScheda td {
        text-align: center;
        color: #333333;
        text-align: left;
        font-weight: normal;
        padding-right: 6px;
        border-style: none;
    }

    .gwScheda .gwRow {
        background-color: #e1ecef;
    }

    .gwScheda .gwAlt {
        background-color: #F7F6F3;
    }

    .gwScheda .gwPgr {
        background-color: #1e92cd;
        color: #ffffff;
        text-align: left;
        border: 0px !important;
    }

    .gwPgr td {
        border: 0px !important;
    }

.tabprovince {
    border-collapse: collapse !important;
    text-align: center !important;
    background: #f2f2f2 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border-right-width: 2px !important;
    border-right-color: #008658 !important;
    border-left-width: 0px !important;
    border-bottom-width: 0px !important;
    border-top-width: 0px !important;
}

.tabprovincealternate {
    border-collapse: collapse !important;
    text-align: center !important;
    background: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border-right-width: 2px !important;
    border-right-color: #008658 !important;
    border-left-width: 0px !important;
    border-bottom-width: 0px !important;
    border-top-width: 0px !important;
}

.notte {
    background-color: #00123f !important;
    border: 1px solid #dddddd !important;
    border-collapse: collapse !important;
    text-align: center !important;
}

.OTTestoProv {
    font-size: 14pt !important;
    font-weight: bold !important;
    float: none !important;
    height: 10px !important;
    border: 0px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.OTImgProv {
    float: none !important;
}


.selezionato {
    text-decoration: none !important;
    background: #004a8d;
    color: #fff !important;
    font-size: 11px !important;
    height: 50px !important;
    text-transform: uppercase;
}

.nonselezionato {
    text-decoration: none !important;
    background: #008658;
    color: #fff !important;
    font-size: 11px !important;
    height: 50px !important;
    text-transform: uppercase;
}

.selezionatoIeri {
    text-decoration: none !important;
    background-color: transparent !important;
    color: #555555 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.nonselezionatoIeri {
    text-decoration: none !important;
    background-color: transparent !important;
    color: #008658 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.disabilitato {
    text-decoration: none !important;
    background: #959595;
    color: #fff !important;
    font-size: 11px !important;
    height: 50px !important;
    text-transform: uppercase;
    cursor: text;
}

th.tabprovince {
    border-collapse: collapse !important;
    text-align: center !important;
    background: #f2f2f2 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border-right-width: 2px !important;
    border-right-color: #008658 !important;
    border-left-width: 0px !important;
    border-bottom-width: 0px !important;
    border-top-width: 0px !important;
}

#tabsInquinanti li {
    width: 150px;
}

.tabstazionecontent {
    min-height: 120px;
    border-right: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

.infostazionedati {
    font-size: 15px;
    margin-left: 20px;
}

.glyphrealtime {
    top: -30px !important;
}

.realTimeTable {
    background-color: #ffffff;
    border-bottom: 0px !important;
    margin-top: 20px;
}

.realTimetd {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border: 0px !important;
}

.realTimetd.active {
    background-color: #008656;
    color: #ffffff;
}

.realTimeTdValue {
    font-weight: bold;
}

#tdHours {
    display: none !important;
}