 div.body-container
 {
 	margin-top: 60px;
 }

 /* datatables */

 table.dataTable
 {
 	margin-top: 15px;
 }

 div.dataTables_wrapper
 {
 	margin-bottom: 25px;
 }

 table.dataTable tr.child ul
 {
 	padding: 0 0 0 5px;
 	list-style-type: none;
 }

 table.dataTable tr.child ul span.dtr-title
 {
 	font-weight: bold;
 }

 .dataTables_wrapper .dataTables_paginate .paginate_button
 {
 	margin: 0;
 	padding: 0;
 }

 .dataTables_wrapper .dataTables_paginate .paginate_button:hover
 {
 	background: transparent;
 	border: 1px solid transparent;
 }

 th.icon-column
 {
 	width: 50px;
 }

 td.icon-column
 {
 	text-align: center;
 	width: 50px;
 }

 .action-icon,
 .fa.action-icon
 {
 	font-size: 28px;
 }