
.pagination>li:first-child>a, .pagination>li:first-child>span {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  color: #1572e8;

  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #1572e8;
  
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1572e8;
  border-color: #1572e8;
  border-radius: 100%;
  margin: 0px 3px;
}
.pagination>li>a {
  background: #ffffff;
  color: #1572e8;
  border-radius: 100%;
  margin: 0px 3px;
  border: solid 1px #0000004f;
}

.pagination>li>a:hover {
  color: #ffffff;
  background-color: #2262c6;
  border-color: #2262c6;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  color: #2262c6;
  font-weight: bold;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  color: #2262c6;
  font-weight: bold;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0;
  color: #2262c6;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #2262c6;
  border-top: 1px solid #2262c6 !important;
}
.btondangerwhite {
  border: white;
  color: #f5365c !important;
}
.btondangerazul {
  border: white;
  color: #2262c6 !important;
}

.btondangerverde {
  border: white;
  color: #15a36c !important;
}
