.ewLayout div#ewHeaderRow.ewHeaderRow {
	display: none;
}

.ewContentTable {
	background: #FFFFFF url("../includes/images/logobg.png") repeat scroll 0 0 !important;
}

.ewContentTable #ewContentRow #ewContentColumn.ewContentColumn {
	background: transparent !important;
}

/*.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #ffffff;
}*/

#ewContentTable.ewContentTable .ewForm table.table {
	background-color: #ffffff;
}

.ewBasicSearch .ewRow {
	margin-bottom: 10px;
}

#fsegnalazionilistsrch_SearchPanel #xsc_DataOraApertura {
	display: table;
}

/* to fix dropdown menu sui dispositivi mobili */
@media (max-width: 767px) {
	.table-responsive .dropdown-menu {
		position: relative !important;
	}
}