/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| datatable list style */
#list {
	font-size: 12px !important; 
}
	#list tbody tr {  

	}
		#list tbody tr:hover {
			background-color: #e8e8e8 !important;
			cursor: pointer;
		}

	#list tbody td {
		padding: 0 !important;
		padding: 5px !important;
	}

	.list-report, .list-report-group tbody tr:hover {

		cursor: pointer;
	}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| datatable list style */
#box-list 	 		{ display:none;  }
#box-page 	 		{ display:none;  }
#box-success 		{ display:none;  }
#box-success-line 	{ display:none;  }
#box-delete  		{ display:none;  }
#box-delete-line  	{ display:none;  }
#box-error   		{ display:none;  }
#box-error-msg   	{ display:none;  }

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| objects custom styles */
i { 
	margin-right: 6px; 
}

hr.sep {
	margin: 0 !important;
	margin-top: 5px !important;
}

/*
button[type="submit"] {
	margin-right: 5px !important;
}
*/