.bootstrap-table .table:not(.table-condensed)>tbody>tr>td{
	padding: 5px;
}

.collapse{
	margin:10px;
}

.card-body {
   padding: 0px;
}

#tableListObjects{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 450px;
}

#accordion table{
	font-size: 11px;
	color: rgba(0, 0, 0, 0.875);
}

#list_objects table{
	font-size: 11px;
	color: rgba(0, 0, 0, 0.875);
}

#tableListObjects{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 400px;
	max-height: 400px;
	margin-top: 0px;
    margin-bottom: 0px;
}

.fixed-table-pagination{
	font-size: 11px;
    color: rgba(0, 0, 0, 0.875);
}

.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

.fixed-table-pagination .pagination a {
    padding: 0px 6px;
    line-height: 1.428571429;
}

.bootstrap-table .table:not(.table-condensed)>tbody>tr>td{
	padding: 5px;
}

#analysis_buttons_form_buffer{
	margin-top: 10px;
    margin-bottom: 10px;
}

#analysis_buttons_export_clean_objects{
	margin-top: 10px;
    margin-bottom: 10px;
}