th,
td{
	font-family: Arial; font-size: 10pt; font-weight: normal;
}
.spaceUnder > td
{
	padding-bottom: 12px;
}
.btn-150 {
	width: 150px;
}
.span-padding {
	padding-right: 7px;
}
.intestazioneTabella {
	font-weight: bold;
}
.grassetto {
	font-weight: bold;
}
.padding-left > td 
{
	padding-left: 15px;
}
.autocomplete-suggestions { 
	border: 1px solid #999; 
	background: #fff; 
	cursor: default; 
	overflow: auto; 
}
.autocomplete-suggestion { 
	padding: 2px 5px; 
	/*font-size: 1em; */
	font-size: 0.9em; 
	white-space: nowrap; 
	overflow: hidden; 
}
.autocomplete-selected { 
	background: #f0f0f0; 
}
.autocomplete-suggestions strong { 
	font-weight: normal; color: #3399ff; 
}
.help-tooltip + .tooltip > .tooltip-inner {
	max-width: 600px;
	text-align: justify;
}


/*  bhoechie tab http://bootsnipp.com/snippets/featured/simple-vertical-tab */
div.bhoechie-tab-container{
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #ddd;
	margin-top: 20px;
	margin-left: 50px;
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
	color: #428bca;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
	background-color: #428bca;
	background-image: #428bca;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #428bca;
}

div.bhoechie-tab-content{
	background-color: #ffffff;
	/* border: 1px solid #eeeeee; */
	padding-left: 10px;
	padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
	display: none;
}

.table-bordered>thead>tr>th, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>td {
	border: 0px solid #ddd;
}

.col-condensed {
	padding-left: 7px;
	padding-right: 7px;
	div[class^="col-"]{
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* jQuery autocomplete CSS */
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 350px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	/*
	border: 1px solid #cccccc; 
	border: 1px solid rgba(0, 0, 0, 0.15);
	*/
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	max-height: 500px; 
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	color: #333333; /* Text Color */
}
.ui-autocomplete > li > div {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	white-space: nowrap;
	border-bottom: 2px solid #dee2e6; /* Border */
}
.ui-state-hover,
.ui-state-active,
.ui-state-focus {
	text-decoration: none;
	color: #FFFFFF !important; 
	background-color: #428bca;
	cursor: pointer;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
