@IMPORT url("lib/jquery.dataTables.css");

table.dataTable {
	width: 100%;	
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


.dataTables_wrapper {
	max-width: 920px;
	overflow-x: auto; 

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

table.dataTable tbody td > a {
	font-size: 1em;
}

/* table.dataTable tbody td{
	text-align: center;
} */

.ui-table-pager input {
	padding-top: 0.25em !important;
	color: #000000 !important;
	border: 1px solid #77D683;
	background: #77D683;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #77D683;
	height: 1.8em;
	border-radius: 3px;
	padding: 0 0.7em;
	border-width: 1px;
	cursor: pointer;
	margin: 0 0.1em;
	text-shadow: 1px 1px 2px #f5f5f5;
}

.ui-table-pager .ui-table-page-picker {
    margin-left: 0.2em;
	text-align: right;
	font-size: 12px;
	height: 1.5em;
	background-color: white;
	font-weight: normal;
	border: solid rgba(136, 136, 136, 0.36);
	border-width: 2px 0
}

.ui-table-pager input.ui-table-page-picker:focus,
.ui-table-pager input.ui-table-page-picker:hover {
	border: solid #77d683;
	border-width: 2px 0;
	outline: 0;
}

.ui-table-page-picker-total {
    padding-right: 0.5em;
}

#button-paginate {
	text-align: center;
}


/*
@media (max-width: 980px) {
	table.dataTable td:nth-of-type(1), table.dataTable th:nth-of-type(1) {
		display: none;
	} 
}
*/

table.dataTable thead .ui-sortable {
  background: url("images/sort_both.png") no-repeat center right;
}
table.dataTable thead .ui-sorted-asc {
  background: url("images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .ui-sorted-desc {
  background: url("images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .ui-sorted-asc_disabled {
  background: url("images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .ui-sorted-desc_disabled {
  background: url("images/sort_desc_disabled.png") no-repeat center right;
}

table.dataTable thead tr.nuova-dotazione, table.dataTable thead tr.nuovo-groupsManagement, table.dataTable thead tr.nuovo-userProfile, table.dataTable thead tr.nuovo-roleManagement, table.dataTable thead tr.nuovo-objectManagement, table.dataTable thead tr.nuova-fonte{
	background-color: #f9f9f9;
	height: 2.750em;
}
table.dataTable thead tr.nuova-dotazione td, table.dataTable thead tr.nuovo-groupsManagement td , table.dataTable thead tr.nuovo-userProfile td, table.dataTable thead tr.nuovo-roleManagement td, table.dataTable thead tr.nuovo-objectManagement,table.dataTable thead tr.nuova-fonte{
	font-size: 1.167em;
	font-weight: normal;
	border-bottom: 1px solid #e7e7e7;
	padding: 0.5em;
	cursor: pointer;
	vertical-align: middle;
}
.nuovo-groupsManagement td input{
	width: 89% !important;
	font-size: 0.9em !important;
}

.ui-table-current-page {
	padding: 0 0.5em;
}

/**
* SF20161003 :: fix dimensione tabella ed allineamento importi in Euro
**/
table.dataTable {
	box-sizing: border-box;
}

table.dataTable tbody td.cell-align-right {
	text-align: right;
	padding-right: 2.5em;
}

/* [*INIZIO*] sf 23/11/2017 - paginazione extJs style @ jquery.siageExtJs.js */
.dataTables_wrapper {
	background-color: #FFF;
}
.dataTables_wrapper .sdt-bottom {
	background-color: #FFF;
	padding: 1.167em;
	position: relative;
}
.dataTables_wrapper .sdt-bottom .dataTables_length {
	position: absolute;
}

.dataTables_wrapper .sdt-bottom .paging_extStyle {
	float: none;
	text-align: center;
}

.dataTables_wrapper .sdt-bottom .paginate_input_box {
	margin-left: .5em;
	text-align: center;
	width: 2.66em;
}

.dataTables_wrapper .dataTables_paginate .paginate_total {
	margin-right: .5em;
}

.dataTables_wrapper .sdt-bottom .paginate_button,
.dataTables_wrapper .sdt-bottom .paginate_button:active,
.dataTables_wrapper .sdt-bottom .paginate_button:focus,
.dataTables_wrapper .sdt-bottom .paginate_button:hover,

.dataTables_wrapper .sdt-bottom .paginate_button.disabled,
.dataTables_wrapper .sdt-bottom .paginate_button.disabled:active,
.dataTables_wrapper .sdt-bottom .paginate_button.disabled:focus,
.dataTables_wrapper .sdt-bottom .paginate_button.disabled:hover {
	background: none #77D683;
	border-radius: 3px;
	cursor: pointer;
	padding: .33em 1em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border-color: #55C66F;
	color: #55C66F;
}

.dataTables_wrapper .sdt-bottom .paginate_button.first,
.dataTables_wrapper .sdt-bottom .paginate_button.previous {
	margin-left: 0;
	margin-right: .5em;
}

.dataTables_wrapper .sdt-bottom .paginate_button.next,
.dataTables_wrapper .sdt-bottom .paginate_button.last {
	margin-left: .5em;
	margin-right: 0;
}

.dataTables_wrapper .sdt-bottom .paginate_button.disabled,
.dataTables_wrapper .sdt-bottom .paginate_button.disabled:active,
.dataTables_wrapper .sdt-bottom .paginate_button.disabled:focus,
.dataTables_wrapper .sdt-bottom .paginate_button.disabled:hover {
	cursor: default;	
}
/* [*FINE*] sf 23/11/2017 - paginazione extJs style @ jquery.extjs.js */
