div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  padding: 20px;
  white-space: nowrap;
  margin: 2px 0;
  justify-content: flex-end;
}

div.scroll-h {
  padding-top: 10px;
}

.datatable table.dataTable thead th {
  padding: 10px 18px;
  border-bottom: 0;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #666666;
  text-transform: uppercase;
  white-space: pre-line;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.datatable table.dataTable thead th:hover {
  background-color: rgba(230, 230, 230, 0.6470588235);
  cursor: pointer;
}

.datatable table.dataTable.row-border tbody td {
  border-top: 0;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#table-advanced-search_processing {
  border: none;
  box-shadow: none;
  font-size: 3.2em;
  position: absolute;
  top: 20px;
  left: 100px;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ticker-column {
  text-align: left;
}

.table-borda tbody td.title-column-pro {
  border: none;
  color: rgb(84, 84, 84);
  text-align: center;
}

#busca-avancada .clear_save #btn-save-filter {
  display: flex;
}

#busca-avancada .clear_save #btn-save-filter-login {
  display: flex;
}

.datatable table.dataTable.row-border tbody td span.tag {
  border-radius: 5px;
  color: #fff;
  padding: 8px 10px;
  background: #5aaf2b;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-100 {
  background: #5aaf2b;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-90 {
  background: #7fcd31;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-80 {
  background: #9fcd35;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-70 {
  background: #c1cc36;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-60 {
  background: #e1c63b;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-50 {
  background: #f8c43d;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-40 {
  background: #f3a74c;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-30 {
  background: #ef874c;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-20 {
  background: #ec654e;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-10 {
  background: #ea484d;
}
.datatable table.dataTable.row-border tbody td span.tag.rate-0 {
  background: #e43e3d;
}

@media (max-width: 767px) {
  #busca-avancada .clear_save #btn-save-filter-login {
    display: none;
  }
  #busca-avancada .clear_save {
    width: auto;
  }
  #busca-avancada .clear_save #btn-save-filter {
    display: none;
  }
  .btn-default {
    height: 54px;
  }
  #table-advanced-search_processing {
    border: none;
    box-shadow: none;
    font-size: 3.2em;
    position: absolute;
    top: 20px;
    left: 100px;
    width: 150%;
    height: 100%;
    padding-top: 25%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #filters-saved {
    display: none;
  }
}
