/* .tfoTable{ */
/* 	border-spacing: 0px !important; */
/* } */
/* .tfoTable *{ */
/* 	border-spacing: 0px !important; */
/* } */
.tfoTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* 	box-shadow: 5px 5px 5px #888888; */
	border: 1px solid #000000;

	/* 	-moz-border-radius-bottomleft:5px; */
	/* 	-webkit-border-bottom-left-radius:5px; */
	/* 	border-bottom-left-radius:5px; */

	/* 	-moz-border-radius-bottomright:5px; */
	/* 	-webkit-border-bottom-right-radius:5px; */
	/* 	border-bottom-right-radius:5px; */

	/* 	-moz-border-radius-topright:5px; */
	/* 	-webkit-border-top-right-radius:5px; */
	/* 	border-top-right-radius:5px; */

	/* 	-moz-border-radius-topleft:5px; */
	/* 	-webkit-border-top-left-radius:5px; */
	/* 	border-top-left-radius:5px; */
}

.tfoTable table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.tfoTable tr:last-child td:last-child {
	/* 	-moz-border-radius-bottomright:5px; */
	/* 	-webkit-border-bottom-right-radius:5px; */
	/* 	border-bottom-right-radius:5px; */
	
}

.tfoTable table tr:first-child td:first-child, .tfoTable table tr:first-child th:first-child
	{
	/* 	-moz-border-radius-topleft:5px; */
	/* 	-webkit-border-top-left-radius:5px; */
	/* 	border-top-left-radius:5px; */
	
}

.tfoTable table tr:first-child td:last-child, .tfoTable table tr:first-child th:last-child
	{
	/* 	-moz-border-radius-topright:5px; */
	/* 	-webkit-border-top-right-radius:5px; */
	/* 	border-top-right-radius:5px; */
	
}

.tfoTable tr:last-child td:first-child {
	/* 	-moz-border-radius-bottomleft:5px; */
	/* 	-webkit-border-bottom-left-radius:5px; */
	/* 	border-bottom-left-radius:5px; */
	
}

.tfoTable tr:hover td {
	
}

.tfoTable th {
	height: 30px;
}

.tfoTable th:FIRST-CHILD {
	border-width: 0px 0px 1px 0px !important;
}

.tfoTable tr:nth-child(odd) {
	/* 	background-color:#e5e5e5; */
	background-color: #EBECEC;
}

.tfoTable tr:nth-child(even) {
	background-color: #ffffff;
}

.tfoTable td {
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 12px;
	/* 	font-family:Arial; */
	font-weight: normal;
	color: #000000;
}

.tfoTable tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.tfoTable tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.tfoTable tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.tfoTable tr:first-child th {
	/*background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);
	background-color:#cccccc;*/
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	/* 	font-size:16px; */
	font-size: 12px;
	font-size: 1.2rem;
	/* 	font-family:Arial; */
	font-weight: normal;
	/*color:#000000;*/
	color: #fff;
	background-color: #6c9ac7;
}

.tfoTable tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cccccc
		), color-stop(1, #b2b2b2));
	background: -moz-linear-gradient(center top, #cccccc 5%, #b2b2b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc",
		endColorstr="#b2b2b2");
	background: -o-linear-gradient(top, #cccccc, b2b2b2);
	background-color: #cccccc;
}

.tfoTable tr:first-child td:first-child {
	/*border-width:0px 0px 1px 0px; */
	
}

.tfoTable tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

/*restyling tabella TFO*/

.tfoFiltersRest.filters
{
	background:#fff !important;
	padding:0 !important;
}

.tfoFiltersRest.filters .filter-field{
	width:31%;
}

#filterButtonExt, #clearFilter_btn{
	color: #336699;
	border: 1px solid #666;
	/*width:120px;*/
	height: 24px;
	margin: 10px 3px 0 3px;
	/*margin-top: 10px;*/
	/*float: right !important;*/
	/*

	background-color: #fff;
	padding: 3px;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;*/
}

.tfoFiltersRest.filters input, .tfoFiltersRest.filters select{
	border:1px solid #000;
	color:#888;
	margin:10px 0px;
}

#boxFilterBase {
	background-color:#f2f2f2;
	border-bottom:1px solid #ccc;
	height:130px;
	float:left;
	padding: 20px 0px 20px 40px;
	width:100% ;
}

#boxFilterExtended {
	background-color:#f2f2f2;
	border-bottom:1px solid #ccc;
	height:445px; /*361px*/
	float:left;
	margin-bottom:20px;
	padding: 20px 0px 20px 40px;
	display:none;
}

#boxFilterButtons{
	float:right;	
	margin-right:55px;
	
}

.tfoTableRest {
	/*border-spacing: 0px 10px;*/
	/*border-collapse: collapse;*/
	font-size: 0.9em;
	border-collapse: separate;
	border-spacing: 3px;
}


.tfoTableRest .dataTables_wrapper {
	/*margin-top:170px;*/
}

#projectsTbl thead th {
	/*background-color: #aaa;*/
}

.tfoTableRest tr {
	border-bottom: 1px solid #000;
	height: 40px;
}

.tfoTableRest tr:nth-child(even) .idColumn, .tfoTableRest tr:nth-child(even) .sorting_1,
.tfoTableRest tr:nth-child(even) .idColumn.sorting_1
	{
	background-color: #666;
	/*color: #fff;*/
	font-weight: bold;
}

.tfoTableRest tr:nth-child(odd) .idColumn, .tfoTableRest tr:nth-child(odd) .sorting_1,
.tfoTableRest tr:nth-child(odd) .idColumn.sorting_1
	{
	background-color: #009900;
	/*color: #fff;*/
	font-weight: bold;
}

.tfoTableRest #projectsTbl_paginate{
	color:#ffcc00;
}

.tfoTableRest #projectsTbl_paginate a {
	background-color: rgb(255, 255, 255);
	border: 0px none;
	color: #336699 !important;
}

.tfoTableRest thead th.tfoTableRestColumn{
	color: #fff;
	background-color: #aaa;
}

.tfoTableRest thead th.dettaglioColumn{
	color: #fff;
	background-color: #aaa;
}

.tfoRestDetail {
	width: 100%;
	float: left;
	font-size: 13px;
	background-color: #efefef;
}


.tfoTableRest .hideCol {
	display: none;
}

.tfoTableRest .tirocinanteColumn, .tfoTableRest  td.tfoTableRestColumn {
	padding-left: 5px;
	font-weight: bold;
	background-color: #fff;
}

.tfoTableRest .statoColumn {
	background-color: #e05f26;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.tfoTableRest td.dettaglioColumn {
	background-color: #fff;
}

.tfoRestDetail .row-detail-codes, .tfoRestDetail .row-detail-text,.tfoRestDetail .row-detail-3col {
	padding: 0;
}

.tfoRestDetail span {
	font-weight: bold;
	text-align: left;
}

.tfoRestDetail label {
	/*width: 200px;*/
	text-align: left;
}

.tfoRestButtonsBar {
	background-color: #CCC;
	float: left;
	width: 100%;
	height: 40px;
	padding: 10px;
}

.tfoRestButtonsBar h4 {
	text-transform: uppercase;
	font-size: bold;
	float: left;
	margin: 0;
}

.tfoRestButtonsBar ul {
	text-transform: uppercase;
	float: left;
	margin: 0;
	padding: 0;
}

.tfoRestButtonsBar li {
	list-style: none;
	float: left;
	margin-left: 35px;
}

.tfoRestButtonRow {
	height: 40px;
}

.tfoRestButton {
	color: #336699;
	background-color: #fff;
	padding: 3px;
	height: 28px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
}

#tfoRestButtonDettaglio {
	float: left;
	height: 25px;
	margin-top: 2px;
}

.tfoRestBoxDettaglio {
	background-image: url("../images/icons/dettagli.png");
	background-repeat: no-repeat;
	background-position: 80px;
	background-size: 11px;
	width: 100px;
	height: 30px;
	border: 1px solid #666;
}

.tfoRestBoxDettaglio .tfoRestButton {
	width: 99px;
	background: none;
	text-align: left;
}

.tfoRestBoxDettaglio-container {
	background: white;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}

#tfoRestButtonApri {
	list-style-image: url('../images/icons/apri.png');
}

#tfoRestButtonProtocollo {
	list-style-image: url('../images/icons/protocollo.png');
}

#tfoRestButtonLibretto {
	list-style-image: url('../images/icons/edit.png');
}

#tfoRestButtonInterrompi {
	list-style-image: url('../images/icons/interrompi.png');
}

#tfoRestButtonDocumenti {
	list-style-image: url('../images/icons/documenti.png');
}


#tfoRestButtonPagamanti {
	list-style-image: url('../images/icons/money.png');
}

.formTable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}

.formTable tbody td {
	height: 50px;
	font-size: 0.9em;
	padding: 7px;

}


/* Inizio css roleFormTable */
.roleFormTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* border: 1px solid #000000; */
}

.roleFormTable table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}

.roleFormTable th {
	height: 30px;
}
/* .roleFormTable th:FIRST-CHILD{ */
/* 	border-width: 0px 0px 1px 0px !important; */
/* } */
.roleFormTable tr:nth-child(odd) {
	background-color: #EBECEC;
}

.roleFormTable tr:nth-child(even) {
	background-color: #ffffff;
}

.roleFormTable td {
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

.roleFormTable tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.roleFormTable tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.roleFormTable tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.roleFormTable tr:first-child th {
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	background-color: #6c9ac7;
}
/* .roleFormTable tr:first-child td:first-child{ */
/* 	border-width:0px 0px 1px 0px; */
/* } */
/* .roleFormTable tr:first-child td:last-child{ */
/* 	border-width:0px 0px 1px 1px; */
/* } */
#projectsTbl {
	/*font-size: 0.8em;
	border-collapse: separate;
	border-spacing: 3px;*/
}

table#representative_table td, table#agencyoperator_table td, table#dataTables_processing td,
	table#csloperator_table td, table.work-days-table td, .tfoTable.week-table td
	{
	font-size: 0.9em;
}

.th_range_begin {
	border-left: medium none !important;
	border-right: medium none !important;
	width: 5em;
}

.th_range_end {
	border-left: medium none !important;
	text-align: right !important;
}

ul.table-accordion-data {
    list-style: none;
}

span.table-accordion-data-label{
    font-weight: bold;
}

.row-detail-codes,
.row-detail-text,
.row-detail-3col{
	float: left;
	width: 50%;
	list-style: none;
}
.row-detail-codes span,
.row-detail-text label,
.row-detail-codes label,
.row-detail-text span,
.row-detail-3col span,
.row-detail-3col label{
	display: inline-block;
}

.row-detail-codes li, .row-detail-3col li{
	border-bottom: 1px solid lightgray;
	min-height: 24px;
}

.row-detail-codes span,
.row-detail-text label,
.row-detail-3col{
	text-align: left;
	/*width: 43%;*/
	margin-right: 5px;
}


.row-detail-3col{
	float: left;
	width: 32%;
	list-style: none;
}
.row-detail-codes span,
.row-detail-text label,
.row-detail-codes label,
.row-detail-text span {
	display: inline-block;
}

.row-detail-codes li{
	border-bottom: 1px solid lightgray;
}

.row-detail-codes span,
.row-detail-text label{
	text-align: left;
	/*width: 43%;*/
	margin-right: 5px;
}





.tfoTableRest th {
	background-color: #aaa !important;
}

.dataTables_paginate.paging_full_numbers {
	margin-top: 10px;
}