table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead .dt-checkboxes-select-all {
  cursor: pointer;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

div#mytable_wrapper > div.row:nth-child(1){
	margin-top:10px;
}
div#mytable_wrapper > div.row:nth-child(2){
	
}
div#mytable_wrapper > div.row:nth-child(3){
	margin-left:180px;
}

.col-sm-6,.col-sm-4, .col-sm-8{
    width: auto;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	font-size:15px;
	font-weight:normal;
}



