/* CSS Document */
.pagina {
	color:#FFF;
}
.distanziale {
	margin-bottom:20px;
}

.container-fluid {
	border:#000 1px solid;
	border-radius: 0 0 10px 10px;
    padding:0px;
	padding-bottom:20px;
}

.container2 {
	padding:25px;
}.e


.black {
/*	background:#009380;*/
	background:#03C;
	font-size:18px;
	padding:10px;
	clear:both;
}

a {
 /*display:inline-block;*/
 position:relative;
}

.notifica {
	position:absolute;
	right:6px;
	bottom:20px;
	background-color:#F00;
	color:#FFF;
	border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
	width:17px;
	height:17px;
	font-size:10px;
	text-align:center;
	line-height:17px;
	
}

a.bredcrumbs, a.bredcrumbs:visited {
	color:#FFF;
	text-decoration:none;
}
	
a.bredcrumbs:hover, a.bredcrumbs:active {
	color:#999;
	text-decoration:none;
	
}

.error {
  border:#F00 1px solid;
  background:#FCF;
}

.error2 {
  color : red;
  font-weight: bold;
}

.form-control-small {
 background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50px;	
	margin-right:15px;
}

.flexslider {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0 0 15px;
    position: relative;
}

.title {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 8px;
    padding-bottom: 3px;
}

.success {
	border:#090 1px solid;
	background:#CFFCCD;
	padding:10px 10px 10px 10px !important;
	border-radius: 5px 5px 5px 5px;
	moz-border-radius: 5px 5px 5px 5px;	
	webkit-border-radius: 5px 5px 5px 5px;
}
.notification_esterno {
	height:45px;
}
	
/* print */
@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}
/****** end print ************/	

.container-fluid {
	border:#009380 1px solid !important; }

.elemento {
	max-width:100px; }
	
a { 
color:#000;
text-decoration:none:
}
a:hover {
	color:#666;
	text-decoration:none;
}

.servizio {
	border:#000 1px solid !important;
	border-radius:5px;
	text-align:center;
	width:150px;
	height:150px;
	padding:10px;
	margin-bottom:20px;
}

.servizio2 {
	border:#000 1px solid !important;
	border-radius:5px;
	text-align:center;
	width:250px;
	height:250px;
	padding:10px;
	margin-bottom:20px;
}

.corto {
	width:200px;
	text-indent:20px;
}
@media \0screen {
	.container
	{
		display:table;
		width: 100%;
	}
	
	.row
	{
		height: 100%;
		display: table-row;
	}
	.col-md-3
	{
		display: table-cell;
	}
}

.carrello-dettagli {
	display:none;
}