.dataTables_length{
margin-top: 7px !important;
}

.dataTables_info{
margin-top: 3px !important;
font-size: .875rem !important;
}

   .loading-section-lista-concurso{
  	text-align: center;
	width: 100%;
	padding:50px;
	color:#000;  
 }
 
 .table-striped tbody tr:nth-of-type(odd) {
	    background-color: #d1cacd !important;
	}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: #007de8 !important;
    border-color: #007de8 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: white !important;
    background: #007de8 !important;
    border-color: #007de8 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
   padding: 0.2em 0.5em !important;
  }
  
  .btn-links{
  		color:#0b5fff !important;
  		cursor:pointer;
  }
  
 .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F8F8F8 !important;
}

.table-bordered {
    border: 1px solid #c3bcbc !important;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #c3bcbc !important;
}

table.dataTable {
    border-collapse: collapse !important;
}