﻿@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

	/* table REGISTRY */

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { display: block;}
	.consents_table table, .consents_table thead, .consents_table tbody, .consents_table th, .consents_table td, .consents_table tr { display: block;}


	tr { margin-bottom: 1rem;}
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { position: absolute; top: -9999px; left: -9999px;}

	tr { border-top: 1px solid #4abfee;}

	td { border: none; position: relative; padding-left: 50% !important;	}
	td:before { position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; }

	/* td cu padding stanga*/
	.registry_table td, .consents_table td, .purposes_table td, .persons_table td, .purposestypes_table td, .client_table td { padding-left: 50% !important;}

	/* Label the data */
	/* registre*/
	.registry_table td:nth-of-type(1):before { content: "Numar Registru";}
	.registry_table td:nth-of-type(2):before { content: "Data Start";}
	.registry_table td:nth-of-type(3):before { content: "Data Expirare";}
	.registry_table td:nth-of-type(4):before { content: "Detalii Operator";}
	.registry_table td:nth-of-type(5):before { content: "Detalii DPO";}
	.registry_table td:nth-of-type(6):before { content: "Scop";}
	.registry_table td:nth-of-type(7):before { content: "Date Sensibile";}
	.registry_table td:nth-of-type(8):before { content: "Categorii Persoane";}
	.registry_table td:nth-of-type(9):before { content: "Categorii de Date";}
	.registry_table td:nth-of-type(10):before { content: "Categorii Destinatari"}
	.registry_table td:nth-of-type(11):before { content: "Descrierea Masurilor"}

		


	/* consimtaminte */
	.consents_table td:nth-of-type(1):before { content: "Nume";}
	.consents_table td:nth-of-type(2):before { content: "Prenume";}
	.consents_table td:nth-of-type(3):before { content: "Telefon";}
	.consents_table td:nth-of-type(4):before { content: "Email";}
	.consents_table td:nth-of-type(5):before { content: "Categoria de persoane";}

	/* consimtaminte */
	.purposes_table td:nth-of-type(1):before { content: "Nume scop";}
	.purposes_table td:nth-of-type(2):before { content: "Tip scop";}
	.purposes_table td:nth-of-type(3):before { content: "Luni active";}

	/* categorii de persoane */
	.persons_table td:nth-of-type(1):before { content: "Denumire";}
	.persons_table td:nth-of-type(2):before { content: "Denumire";}

	/* tipuri de scopuri */
	.purposestypes_table td:nth-of-type(1):before { content: "Denumire";}
	.purposestypes_table td:nth-of-type(2):before { content: "Cod";}
	.purposestypes_table td:nth-of-type(3):before { content: "Descriere aplicatie";}
	
	/* cautare clienti */
	.client_table td:nth-of-type(1):before { content: "Nume";}
	.client_table td:nth-of-type(2):before { content: "Prenume";}
	.client_table td:nth-of-type(3):before { content: "Telefon";}
	.client_table td:nth-of-type(4):before { content: "Email";}
	.client_table td:nth-of-type(5):before { content: "CNP";}
	.client_table td:nth-of-type(6):before { content: "Pasaport";}
}
