/********************************************************************/
/* Style Guide Regione Lombardia - proposta veste grafica moderna   */
/* - basata su bootstrap 3.3.1                                      */
/********************************************************************/
.form-control:focus {
	border-color: #003a60;
}

/************************/
/*** Menu orizzontale ***/
/************************/
.menu_orizzontale {
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
	min-height: 30px;
}
.menu_orizzontale .nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	margin: 0;
	border-radius: 0;
	color: #003A60;
}
/*
.menu_orizzontale .nav > li {
	padding-left: 15px;
	padding-right: 15px;
}
*/
.menu_orizzontale .nav > li:first-child {
	padding-left: 0;
}
.menu_orizzontale .nav-tabs {
	border: none; 
}
.menu_orizzontale .nav-tabs > li > a:hover,
.menu_orizzontale .nav-tabs > li > a:focus,
.menu_orizzontale .nav-tabs > li.active > a {
  color: #fff;
  background-color: #003A60;
	border: none;
}
.menu_orizzontale .nav-tabs > li:first-child > a {
/*	padding-left: 0; */
}
.menu_orizzontale .dropdown-menu > li > a {
	color: #003A60;
}
.menu_orizzontale .dropdown-menu > li > a:hover {
	background: #003A60;
  color: #fff;
}
.menu_orizzontale .dropdown-menu .divider {
	background: #003A60;
}

/**********************/
/*** Menu verticale ***/
/**********************/
.menu_verticale,
.menu_verticale .panel {
  background-color: #eeeeee;
	line-height: 1;
}
.menu_verticale .list-group-item {
  background-color: transparent;
	border-left: none;
	font-weight: bold;
	color: #003A60;
	padding: 0;
}
.menu_verticale .list-group-item > a {
	padding: 10px 15px;
	display: block;
}
.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}
.menu_verticale .list-group-submenu {
  background-color: #dddddd;
	margin-bottom: -1px;
  padding-left: 20px;
}
.menu_verticale .list-group-item.dark {
	background-color: #003A60;
	color: #ffffff;
}
.menu_verticale .list-group-item:hover ,
.menu_verticale .list-group-item:active ,
.menu_verticale .list-group-item:active > a,
.menu_verticale .list-group-item:hover > a {
	color: #ffffff;
	background-color: #003A60;
}
.menu_verticale .list-group-item > a:active,
.menu_verticale .list-group-item > a:focus,
.menu_verticale .list-group-item > a:hover {
	text-decoration: none;
}
.menu_verticale input[type="radio"],
.menu_verticale input[type="checkbox"] {
	margin-top: 0;
}
.menu_verticale .radio label,
.menu_verticale .checkbox label {
	font-weight: bold;
 }

.menu_verticale .glyphicon.down {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menu_verticale .glyphicon.up {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

#col-sx .navbar {
	border: none;
}
#col-sx .navbar-default {
	background-color: #eeeeee;
}
#col-sx .navbar-collapse,
.navbar-collapse.full_column {
	padding-left: 0;
	padding-right: 0;
}

#col-sx {
	background-color: #eeeeee;
}

@media (min-width: 768px) {
	.menu_verticale {
		font-size: small;
	}
}
 
/***************/
/*** Tabella ***/
/***************/
th {
	color: #003A60;
}

.pagination {
	margin-top: 0;
}

#content_row {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*****************/
/*** Accordion ***/
/*****************/
.panel-default .panel-heading {
	background-color: #eeeeee;
	color: #095a98;
	border-color: #eeeeee;
}
.panel-heading.panel-heading-dark {
	background-color: #003A60;
	color: #ffffff;
	border-color: #003A60;
}
.panel-default > a {
	text-decoration: none;
}

.well-lispa-white {
	border: none;
	background-color: transparent;
	box-shadow: none;
}

/****************
 *** Pannello ***
 ****************/
.panel-lispa {
	background-color: #003A60;
	color: #ffffff;
	border: none;
}
/*
.panel-lispa .panel-heading {
	background-color: #003A60;
	color: #ffffff;
}
.panel-lispa .panel-title {
	font-weight: bold;
	font-size: 1.16em;
	text-transform: uppercase;
}
.panel-lispa label {
	font-weight: normal;
}
*/

/********/
/* Form */
/********/
legend.lispa-form {
	margin-bottom: 0;
	border-bottom: none;
	font-size: inherit;
	font-weight: bold;
}

.card-lispa {
	max-width: 320px;
	padding: 15px 25px;
	margin: 20px auto;
	border-radius: 8px;
	border: 1px solid #003A60;
}


/*************/
/*** Modale***/
/*************/
.modal-header {
   background: #003a60;
   color: #ffffff;
}
.modal-title {
	font-size:1.7em;
  font-weight: bold;
  margin:0;
}
.modal-header .close {
	color: #ffffff;
	opacity: 0.7;
}

/**************
 *** Wizard ***
 **************/
.li-wizard .step {
	padding: 0;
	position: relative;
}
.li-wizard .heading {
	color: #595959;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}
.li-wizard .words {
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-top: -30px;
}
.li-wizard .bubble {
	position: relative;
	width: 2em;
	height: 2em;
	display: block;
	background: #999999;
	top: -31px; 
	left: 43%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
	padding: 0.35em 0.5em;
	font-size: 20px;
	color: white;
	z-index: 1;
}
.li-wizard .step.active .bubble {
	background: #003a60;
}
.li-wizard .step.complete .bubble {
	background: #348d45;
}
.li-wizard .step.error .bubble {
	background: #d9534f;
}
.li-wizard .bubble a {
	color: #ffffff;
}
.li-wizard .lapse {
	position: relative;
	border-radius: 0px;
	height: 8px;
	margin: 0px 0 22px 0;
	background: #999;
}
.li-wizard .step.complete .lapse {
	background: #348d45;
}
.li-wizard .step:first-child .lapse {
	left: 50%;
	width: 50%;
}
.li-wizard > .step:last-child .lapse {
	width: 50%;
}
.li-wizard .step.active .bar,
.li-wizard .step.error .bar {
	width: 50%;
	height: 100%;
	background: #348d45;
}
.li-wizard .step.disabled a {
	pointer-events: none;
}

@media screen and (max-width: 540px) {
	.li-wizard .step {
		width: 100%;
	}
	.li-wizard .heading {
		display: none;
	}
	.li-wizard .bubble {
		margin: 35px 0;
		position: absolute;
		left: 0;
	}
	.li-wizard .words {
		float: left;
		margin-top: 0;
		margin-left: 3em;
		height: 3.5em;
		width: 80%;
		display: table;
		padding-left: 5px;
	}
	.li-wizard .words span {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}
	.li-wizard .step.active .bar,
	.li-wizard .step.error .bar {
		width: inherit;
	}
	.li-wizard .lapse {
		position: relative;
		border-radius: 0px;
		width: 10px;
		margin: -0.75em 0 -0.75em 1em;
		background: #999;
		height: 20px;
	}
	.li-wizard .step.complete .lapse {
		background: #348d45;
	}
	.li-wizard .step:first-child .lapse {
		display: none;
		height: 20px;
		left: 0;
		width: 10px;
	}
	.li-wizard > .step:last-child .lapse {
		height: 20px;
		width: 10px;
	}
}

/**************/
/*** Tabber ***/
/**************/
.nav-tabs.nav-tabs-lispa > li > a {
	background-color: #eeeeee;
	border-radius: 0;
	color: #003A60;
	font-weight: bold;
}
.nav-tabs.nav-tabs-lispa > li.active > a {
	background-color: #ffffff;
}
.nav-tabs.nav-tabs-lispa > li > a.disabled {
	color: #777777;
	pointer-events: none;
	background-color: #f7f7f7;
}


/******************/
/*** List-group ***/
/******************/
li:first-child.list-group-item {
	border-top: 0;
}
.item-lispa {
	border-bottom: 1px solid #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}
li:last-child.item-lispa {
	border-bottom: 0;
}

/**************/
/* Tipography */
/**************/
.bold-lispa {
	font-weight: bold;
	color: #003a60;
}
.icon-big {
	font-size: 1.5em;
}
.label-lispa {
	border-radius: 0;
	font-size: 100%;
}
.thin-lispa {
	font-weight: normal;
	color: #003a60;
}

/******************/
/* Colonna destra */
/******************/
.col-bord-sx-lispa {
	border-left: 3px solid #eeeeee;
}
.dx-column-lispa ul {
	padding-left: 0;
	list-style-type: none;
}
.dx-column-lispa li {
	margin-bottom: 5px;
}

.well-lispa-grey {
	border: none;
	background-color: #eeeeee;
	box-shadow: none;
}

/**************/
/* Breadcrumb */
/**************/
.breadcrumb {
	background-color: #ffffff;
}
.breadcrumb > li + li:before {
content: "\003e";
color: #000000;
}


/************/
/* Torna su */
/************/
#torna_su.affix {
	position: fixed;
	top: 80px;
	right: 0px;
}

#torna_su.affix-bottom {
	position: absolute;
	right: 0px;
}

/***********/
/* Captcha */
/***********/
.input-recaptcha{
 width:172px;   
}

/********/
/* Card */
/********/
ul.list-group li {
	list-style: none;
}
.list-group-item-card-lispa {
	background-color: #eeeeee;
	margin: 5px 0;
	border: none;
}
a.list-group-item-card-lispa {
	color: #003A60;
}
a.list-group-item-card-lispa:hover {
	color: #003A60;
}

/****************/
/* Thumb_slider */
/****************/
.carousel-outer {
	position: relative;
}

.carousel-inner {
	width: 100%;
	float:left;
	margin-bottom: 10px;
}
.carousel-captions {
	width: 100%;
	position: static;
	float: left;
}

@media (min-width: 768px) {
	.carousel-inner {
		width: 60%;
	}
	.carousel-captions {
		width: 40%;
	}
}
.carousel-inner.full_size {
	width: 100%;
}
.carousel-captions.full_size {
	width: 100%;
}


.carousel-thumbs {
	position:	relative;
	clear: both;
	width: 100%;
}
.carousel-inner > .item > img {
	margin: auto;
}
.carousel-control {
	color: #003A60;
	opacity: 1;
	width: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #003A60;
	opacity: 1;
}
.carousel-indicators {
	position:	static;
	width: auto;
	margin-left: 7%;
	margin-right: 7%;
	text-align: left;
  white-space: nowrap;
  overflow: auto;
}
.carousel-indicators li{
	width: auto;
	text-indent: 0px;
	height: auto;
  border-radius: 0;
}
.carousel-indicators .active {
  width: auto;
	height: auto;
	border: 1px solid #003A60;
}
.carousel-control .glyphicon-chevron-left {
	margin-left: 5%;
}
.carousel-control .glyphicon-chevron-right {
	margin-right: 5%;
}
.carousel-caption {
  display: none;
}
.carousel-captions > .carousel-caption {
  display: block;
	position: static;
	color: #003A60;
  text-shadow: none;
  text-align: left;
	padding: 7px;
	line-height: 1;
}


.gwt-Tree {}
			
.gwt-Tree div {}
	    	
.gwt-Tree div .gwt-TreeItem {text-decoration:underline; font-style: italic; color: blue; cursor: pointer;}

.linkPortale {
	color: #333333 !important;
	font-size: 12px !important;
	font-family: Helvetica- Regular !important;
}

.separatorePortale {
	padding-left:0px !important;
	padding-right:0px !important;
}

.datepicker-days .day {
	color: #333333;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/*loader end */