a#client-table_previous, 
a#client-table_next,
.dataTables_wrapper .dataTables_paginate .paginate_button{
    margin: 10px 5px 0 0;
    border: 1px solid #ccc;
	font-size: 16px;
	padding: 4px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #555 !important;
	 color: #fff !important;
}
#client-table {
    margin-bottom: 10px;
}
table.dataTable.no-footer,
table.dataTable thead th{
	border-bottom: none;
}
table.table-design-set-1 tr:hover {
    background: #f5f5f5;
}
.th {
    white-space: nowrap;
}
th.contents  {
    max-width: 50%;
}
td.contents  {
  	 display: flex;
    justify-content: space-between;
}
table.dataTable td.dataTables_empty {
    padding: 15px;
}
table.table-design-set-1 th {
    background-color: #e6edf5 !important;
    color: #4f76a3;
    padding: 12px 12px;
    text-align: center;
    padding: 15px 4px !important;
}
.flex .search_box_no  input[type="button"] {
	 padding: 4px 10px;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    color: #555558;
    border-radius: 4px;
	background: #efefef;
}