.imagemDeFundo{
    background-image: url('compliance/core/static/img/fundo.jpg');
    width: 400px;
    height: 400px;
}

table {
    border: 1px !important;
}

th, td {
  padding: 2px;
}

.tr {
    font-size: 1em;
    height: 20px !important;
}

.btn {
    padding: 0px 0px;
    border-radius: 0px;
    border: 0px;
    padding: .3rem .5rem !important;
}

#height: 100% !important;

#btnpesquisa {
    height: 30px !important;
    margin-top: 10px;
}

.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 2;
  }
  @include media-breakpoint-only(xl) {
    column-count: 2;
  }
}