/* DEBUT TABLE */
.dataTables_filter,.dataTables_paginate {
	display: inline-block;
    float: right;
}.dataTables_length,.dataTables_info{
	display: inline-block;
}
.dataTables_wrapper{
	/* padding-top : 33px; */
	padding-bottom : 33px;
}	



.table>thead>tr>th {
	border-bottom: 2px solid #ec86c554;
	text-align: center;
}

.table>tbody>tr>td {
	font-size : 0.8rem;
	text-align: center;
}

.badge_td {
	background: #f3f3f3;
	border-radius: 5px;
	padding: 7px;
	display: inline-block;
	min-width: 50%;
}

.table>thead>tr>th {
	color: #ffffff;
    background: #172a3e;
}

.table {
	color: #444;
}

.table_wrapper {

	background: white;
	margin: 15px;
	padding: 15px;
	border-radius: 2px;
	min-height: 600px;
}

.blue_top_shadow {
	border-top: 2px solid #1d3557;

	border-radius: 5px;
	box-shadow: none;
}

.pinkey_top_shadow {
	border-top: 1px solid #f1b1da;
	box-shadow: 0px -2px 3px #825a73;
}

.dt-paging-button {
	display: inline-block;
	padding: 8px 16px;
	cursor: pointer;
	background: #d4dbe8;
	border : none;
}

.dt-paging-button.current {
	background: #a8c2f1;
	font-weight: bold;

}
	
    /* FIN TABLE */