/**********************************************************************************/
/*****     DINAMIC CONTENT VIEW     ***********************************************/
/**********************************************************************************/
.clear {
	clear: both;
}

.content {
	margin: 20px;
}

.dcv-error {
	padding: 10px;
	font-weight: bold;
	color: red;
}

.search-box {
	width: 300px;
	float: left;
	margin: 10px 0;
}

.search-btn {
	width: 140px;
	height: 26px;
	float: left;
	margin: 20px;
}

.btn-export-big {
	width: 140px;
	height: 26px;
	margin: 10px 10px 0 0;
}

.btn-controls .btn-export-big {
	position: relative;
	float: right;
	top: -43px;
}

.label-data  {
	float: right;
	font-size: 11px;
	margin: 10px;
}

.util-btn {
	float: right;
	width: 70px;
	margin: 10px;
}

thead td,thead th {
	background-color: #f0f0f0;
	border-left-color: #ccc !important;
}

.group-header {
	background-color: #e0e0e0;
	border-left-color: #bbb !important;
	cursor: pointer;
}

.group-header img {
	position: relative;
	top: 3px;
	left: 5px;
}

.dinamic-search-field {
	width: 300px;
}

#ricercaLibera {
	padding: 10px 20px;
}

.btn-advanced {
	float: right;
	margin-top: 8px;
}

#ricercaAvanzata {
	margin-top: 20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px;
}

#ricercaAvanzata .row {
	margin-bottom: 20px;
}

.sx {
	float: left;
}

.dx {
	float: right;
}

.row .etichetta {
	margin-bottom: 5px;
}

.multiselect {
	width: 300px;
	height: 80px;
	overflow-y: scroll;
	border: 1px solid #DDD;
	padding: 5px;
}

.multiselect label {
	margin-left: 10px;
}

.multiselect span {
	display: block;
	margin-bottom: 2px;
}

.table-overflow {
	max-width: 725px;
	overflow-x: auto;
}

.contenutoSezioneNews.cornice-footer {
	border-bottom: 1px solid #ccc;
}

#ricercaComplexList table button {
	border: 0 none;
	background: none;
	cursor: pointer;
	padding: 0 2px;
	width: 20px;
	height: 19px;
	border-radius: 3px;
}

#ricercaComplexList table button:hover {
	background-color: #fff;
	text-shadow: none;
}

#ricercaComplexList table button.btn-info {
	background-color: #fff;
	text-shadow: none;
	border: 1px solid #aaa;
}

table td.multifield {
	padding: 0;
	vertical-align: top !important;
}

table th.group-header {
	white-space: nowrap !important;
}

.table-bordered table.table-striped * {
	border-left: 0 none !important;
	border-right: 0 none !important;
}

.table-bordered table.table-striped {
	margin: 0px;
}

.table-striped tbody>tr:nth-child(even)>td,.table-striped tbody>tr:nth-child(even)>th
	{
	background-color: #f9f9f9 !important;
}

.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th
	{
	background-color: #fff !important;
}

#ricercaComplexList table th,#ricercaComplexList table td {
	min-width: 50px;
	vertical-align: top;
}

#ricercaComplexList table th {
	padding-left: 20px;
	padding-right: 20px;
}

#ricercaComplexList table th b {
	display: block;
}

#ricercaComplexList table th.group-header b {
	display: inline;
}

ul.simpleList_at,ul.simpleList_at li {
	list-style-image: url(../images/arrows/05_right.png);
	list-style-position: inside;
}

ul.simpleList_at li {
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}