
		/* ------ Lista preferiti TABELLA ------ */


		.card {
			background: #fff;
			transition: .5s;
			border: 0;
			border-radius: .1875rem;
			position: relative;
			width: 100%;
			box-shadow: none;
		}

		.card .body {
			font-size: 14px;
			/*padding: 20px;*/
			font-weight: 400;
		}




		.myga-table .table td, .myga-table .table th {
			padding: .75rem;
		/*    vertical-align: top;*/
			border-top: 1px solid #eceeef;
		}


		.immobili_item_list table tr td {
			vertical-align: middle;
		}


		.myga-table .table th {
			padding: 15px 0 15px 10px;
		}





	

		.myga-table .list-foto { width: 160px}
		.myga-table .foto img { width: 140px}
		.myga-table .list-dettagli {}
		.myga-table .list-salvato {width: 100px;}
		.myga-table .list-messaggi {}
		.myga-table .list-azioni {width: 100px;}

	/* --------  Overflow immagine--------- */

		.myga-overflow-img-list {
			width: 150px;
			height: 102px;
			overflow-x: hidden;
			overflow-y: hidden;
			border: 2px solid #fff;
			position: relative;
			background-color: #fff;
		}

		@media screen and (max-width: 1199px){
			.myga-table .list-foto { width: 150px}
			.myga-table .foto img { width: 90px}
			.nome-ricerca {font-size: 14px;}									
			.myga-overflow-img-list {width: 100px; height:68px;}
		}


		@media screen and (max-width: 991px){
			.myga-table .list-foto { width: 150px}
			.nome-ricerca {font-size: 16px;}
			.myga-overflow-img-list {width: 100px; height:68px;}
		}


		@media screen and (max-width: 768px){
			.myga-table .list-foto { width: 140px}
			.myga-table .foto img { width: 100px}
			.nome-ricerca {font-size: 13px;}
			.myga-overflow-img-list {width: 100px; height: 68px;}
		}


		@media screen and (max-width: 480px) {
			.myga-table .list-foto { width: 120px}
			.myga-table .foto img { width: 80px}
			.nome-ricerca {font-size: 13px;}									
			.myga-overflow-img-list {width: 80px; height: 54px;}
		}


		@media screen and (max-width: 420px) {
			.myga-table .list-foto { width: 100px}
			.myga-table .foto img { width: 60px}									
			.myga-overflow-img-list {width: 60px; height: 50px;}
		}



		.fooicon {
			font: normal normal normal 22px/1 FontAwesome !important;
		}
		.fooicon-plus:before {
			content: "\f067";
		}
		.fooicon-minus:before {
			content: "\f068";
		}


/* ------ FINE Lista preferiti TABELLA ------ */