tr.selected > td { background:#CCC; }

.tbl-responsive {width: 100%;border-collapse: collapse;}/*padding:0 1% 0 1%;margin-top:20px;*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	.table-responsive {
	    border: 1px solid #ddd;
	    margin-bottom: 15px;
	    overflow-x: auto;
	    overflow-y: hidden;
	    width: 100%;
	}
}

/*@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {*/
/*@media only screen and (max-width: 1440px)  {
.tbl-responsive tr:nth-of-type(odd){}
.tbl-responsive th {font-weight: bold;border-bottom: 1px solid #ccc;}
.tbl-responsive td:nth-of-type(1){width:30%;}
.tbl-responsive td, .tbl-responsive th {padding: 6px;font-size:0.9em;text-align: center;}
	.tbl-responsive table, .tbl-responsive thead, .tbl-responsive tbody, .tbl-responsive th, .tbl-responsive td, .tbl-responsive tr {display: block;}
	.tbl-responsive thead tr {position: absolute;top: -9999px;left: -9999px;}
	.tbl-responsive tr { border: 1px solid #ccc; }
	.tbl-responsive td {border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 50%;}
	.tbl-responsive td:before {position: absolute;top: 6px;left: 6px;width: 30%;padding-right: 10px;white-space: nowrap;}
	
	.percorsi td:nth-of-type(1){width:auto;}
	.percorsi td:nth-of-type(1):before { content: "Stato"; }
	.percorsi td:nth-of-type(2):before { content: "Titolo"; }
	.percorsi td:nth-of-type(3):before { content: "Tempo"; }
	.percorsi td:nth-of-type(4):before { content: "Testi"; }
	.percorsi td:nth-of-type(5):before { content: "Data Inserimento"; }
	.percorsi td:nth-of-type(6):before { content: "Data Modifica"; }
	.percorsi td:nth-of-type(7):before { content: "Azioni"; }
	
	.anagrafica td:nth-of-type(1){width:auto;}
	.anagrafica td:nth-of-type(1):before { content: "Tipologia"; }
	.anagrafica td:nth-of-type(2):before { content: "Cod. Cl."; }
	.anagrafica td:nth-of-type(3):before { content: "Rag. Soc."; }
	.anagrafica td:nth-of-type(4):before { content: "Nome"; }
	.anagrafica td:nth-of-type(5):before { content: "Cognome"; }
	.anagrafica td:nth-of-type(6):before { content: "Indirizzo"; }
	.anagrafica td:nth-of-type(7):before { content: "Città"; }
	.anagrafica td:nth-of-type(8):before { content: "Telefono"; }
	.anagrafica td:nth-of-type(9):before { content: "Email"; }
	.anagrafica td:nth-of-type(10):before { content: "Azioni"; }
	
	
	.mezzi td:nth-of-type(1){width:auto;}
	.mezzi td:nth-of-type(1):before { content: "Stato"; }
	.mezzi td:nth-of-type(2):before { content: "Nominativo"; }
	.mezzi td:nth-of-type(3):before { content: "Cellulare"; }
	.mezzi td:nth-of-type(4):before { content: "Email"; }
	.mezzi td:nth-of-type(5):before { content: "Mezzo"; }
	.mezzi td:nth-of-type(6):before { content: "Data Inserimento"; }
	.mezzi td:nth-of-type(7):before { content: "Data Modifica"; }
	.mezzi td:nth-of-type(8):before { content: "Azioni"; }
	
	.prenotazioni td:nth-of-type(1){width:auto;}
	.prenotazioni td:nth-of-type(1):before { content: "Provenienza"; }
	.prenotazioni td:nth-of-type(2):before { content: "Cliente"; }
	.prenotazioni td:nth-of-type(3):before { content: "Tipo"; }
	.prenotazioni td:nth-of-type(4):before { content: "Mezzo"; }
	.prenotazioni td:nth-of-type(5):before { content: "B.S."; }
	.prenotazioni td:nth-of-type(6):before { content: "Data"; }
	.prenotazioni td:nth-of-type(7):before { content: "Ora"; }
	.prenotazioni td:nth-of-type(8):before { content: "Pax"; }
	.prenotazioni td:nth-of-type(9):before { content: "Percorso"; }
	.prenotazioni td:nth-of-type(10):before { content: "Assegna"; }
	.prenotazioni td:nth-of-type(11):before { content: "Azioni"; }
	
	.blocchi td:nth-of-type(1){width:auto;}
	.blocchi td:nth-of-type(1):before { content: "Stato"; }
	.blocchi td:nth-of-type(2):before { content: "Dal"; }
	.blocchi td:nth-of-type(3):before { content: "Al"; }
	.blocchi td:nth-of-type(4):before { content: "Data Inserimento"; }
	.blocchi td:nth-of-type(5):before { content: "Data Modifica"; }
	.blocchi td:nth-of-type(6):before { content: "Azioni"; }
	
	.acquista td:before { content: attr(data-title);}
	.account td:before { content: attr(data-title);}

}*/