ul, ol, ul li, ol li {
	list-style-type: none;
	padding: 0;
	margin: 0;	 
}
.click_to_enlarge {

}

.form-control {
	border-radius: 0 !important;
	border: 1px solid #ccc !important;
}
.placeholder {
	font-size: 11px;
	display: block;
	padding: 5px 0;
}
.placeholder-image {
	background: #f1f1f1;
	border: 1px solid #dedede;
	color: #dedede;
	text-align: center;
	padding: 80px 0;
	font-size: 60px;
	margin-bottom: 15px 
}
.tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 15px;
}
.icon {
	font-size: 30px;
}
.input-group {
	width: 100%;
}
.input-group-addon {
	background: none;
	text-align: left;
	border: 0;
}
	.input-group-addon {
		padding-left: 0;
		width: 150px;
	}
.grey { 
	margin-top: 60px;
	margin-bottom: 0;
	background: #f1f1f1;
	padding: 30px 0;
}
	
#ajaxsearch_res {
	text-align: left;
	padding: 8px 16px;
	margin-top: -5px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.tag {
	font-size: 11px;
	line-height: 25px;
}

/* ajaxsearch */
.ajaxsearch_res {
	display: none;
	position: absolute;
	z-index: 888;
	background: #fff; 
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px;
}

	#ajaxsearch_s {

	}
	#ajaxsearch_s:focus {

	}
	.ajaxsearch_res ul {
		overflow: auto;
	}
	.ajaxsearch_res ul, .ajaxsearch_res ul li {
		margin: 0;
		padding: 0;
	}	
		.ajaxsearch_res ul li a {
			padding: 2px 0;
		}
		.ajaxsearch_res ul li:last-child a {
			
		}	
	.ajaxsearch_res ul li {
		list-style-type: none;
	}	
	
	.suggestions {
	}
	.suggestions a {
	}	
	.ajaxsearch_res .suggestions-link {
	}
	.ajaxsearch_res .suggestions-link a {
	}
		
			.ajaxsearch_vat {
			}
		.ajaxsearch_res ul li.ajaxsearch_option_selected, .ajaxsearch_res ul li.ajaxsearch_option_selected:hover {		
		}
		.ajaxsearch_res ul li.ajaxsearch_option_selected a {		
		}
		.ajaxsearch_res ul li.ajaxsearch_option_selected .ajaxsearch_vat {		
		}
		
.navbar-default {
    background-color: #FFFFFF;
	height:98px;
}
.btn {
	border: 0;
}
.btn-success {
	padding: 15px 60px;
	background: #0f304e;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
	background: rgba(0,0,0,.03);
	padding-top: 0;
}

#footer {
	padding: 60px 0;
	background: #111;
	color: #f1f1f1;	
    text-align: center;
    font-size: 11px;
}
	#footer a {
		color: #f1f1f1;	
		text-decoration: underline;
	}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {
	padding-bottom:100px;   /* Height of the footer element */
}
label {
	cursor: pointer;
}
input[type="checkbox"] {
	opacity: .5;
}
.contenitore-grafico {
	border-radius: 3px;
	background: rgba(255,255,255,.85);
	box-shadow: 1px 1px 5px rgba(0,0,0,.05);
}
	.contenitore-grafico h3 {
		font-size: 17px;
		font-weight: bold;
		margin: 0;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		padding: 15px 60px;
		background: #00943e;
		color: #fff;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.contenitore-grafico-margine {
		padding: 15px 60px 60px;
	}
	.contenitore-grafico:after {
		content: '';
		clear: both;
		display: block:
	}
.div_sedicorso {
	padding: 0 25px;
	margin-bottom: 20px;
}
	.div_sedicorso h5 {
		font-weight: bold;
	}
	.div_sedicorso ul li {
		float: left;
		width: 50%;
		font-size: 12px;
	}
	.div_sedicorso ul:after {
		content: '';
		clear: both;
		display: block;
	}	
		