/* CAUTION: this css is used by multiple table in different pages! */

table.tabtable-waste_treatment, table.tabtable-style-green-blue { 
	border-width: 1px;
	border-color: #000000;
	border-style: solid; } 
table.tabtable-waste_treatment tr, table.tabtable-style-green-blue tr  { border: none; } 
table.tabtable-waste_treatment, table.tabtable-style-green-blue  { 
	border-collapse:collapse;width:100%;background-color: transparent;}
table.tabtable-waste_treatment tr.tabrow td.tabcol, table.tabtable-style-green-blue tr.tabrow td.tabcol  { 
	vertical-align: middle;font-style: normal;font-weight: normal;padding: 5px;background-color: transparent;border-width: 1px;
	border-color: #000000;
	border-style: solid;
}
table.tabtable-waste_treatment tr:nth-child(even) td.tabcol, table.tabtable-style-green-blue tr:nth-child(even) td.tabcol, table.tabtable-waste_treatment tr:nth-child(even) td, table.tabtable-style-green-blue tr:nth-child(even) td  { 
	font-style: normal;font-weight: normal;background-color:#e2eff8;
}
table.tabtable-waste_treatment tr.tabrow:hover td.tabcol, table.tabtable-style-green-blue tr.tabrow:hover td.tabcol, table.tabtable-waste_treatment tr.tabrow:hover td, table.tabtable-style-green-blue tr.tabrow:hover td  { 
	font-style: normal;font-weight: normal;background-color:#90c1e4;
}
table.tabtable-waste_treatment tr.tr_ht1 td.tabcol, table.tabtable-style-green-blue tr.tr_ht1 td.tabcol, table.tabtable-waste_treatment tr.tr_ht1:hover td.tabcol, table.tabtable-style-green-blue tr.tr_ht1:hover td.tabcol, table.tabtable-waste_treatment tr.tr_ht1 td.tabcol:hover, table.tabtable-style-green-blue tr.tr_ht1 td.tabcol:hover  { 
	text-align: left;vertical-align: middle;font-style: normal;font-weight: bold;background-color:#b5d265;}

div.dataTables_wrapper table tr td input {
    width: 95%!important;
/*    background: transparent;	*/
}
div.dataTables_wrapper table tr td input:focus {
    background: #cee7f9;
}

    #modal-popup input {
     height: 20px;
    }
    /* TODO: cambiare classe con qualcosa di più specifico per la pagina waste treatment */
    .tabtable-cer td:nth-child(1) {
	width:100px;
    }

    .modal-source-table td:nth-child(1),
    .modal-source-table td:nth-child(3),
    .modal-source-table td:nth-child(4),
    .modal-source-table td:nth-child(5),
    .modal-source-table td:nth-child(9),
    .modal-source-table td:nth-child(10),
    .modal-source-table td:nth-child(11) {
    	display:none;
    }
    #modal-target-table table {
    	width:100%;
    	margin:8px auto;
    }
    #modal-target-table td.header {
    	font-weight: bold;
    	background: lightblue;
    	width:30%;
    }
    #modal-target-table td {
    	border-width: 1px 0px 1px 0px;
    	border-color: lightgray;
    	border-style: solid;
    	padding: 1px 5px;
    }
ul.btnpg {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
}
ul.btnpg li {
    float:right;
     padding:1px 3px;
     margin:1px 4px;
}
