<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Footer */
/* Footer Fim */
/* Imovel */
/* Imovel Fim */
/* Modal */
/* Modal Fim */
/* Quem Somos */
/* Quem Somos Fim */
/* Fale Conosco */
/* Fale Conosco Fim */
/*FILTERS*/
body {
  font-family: "Carnas-Medium";
  font-size: 12pt;
  font-weight: normal;
}

body.default {
  background-color: #f6f6f6;
}

html,
body {
  height: 100%;
}

.multiselect-container &gt; li &gt; a {
  color: #000 !important;
  background-color: #fff !important;
}

.multiselect-native-select .btn-group {
  border: solid 1px #ced4da;
  width: 100%;
}

/*LGPD*/
.lgpd-conteudo {
  z-index: 999;
  width: 450px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: #dcdcdc;
  overflow: hidden;
  position: fixed;
  bottom: 60px;
  right: 15px;
}

/*LGPD*/
.container {
  padding-right: 0;
  padding-left: 0;
}

.container-full-height {
  min-height: calc(100vh - 400px); /* E utilizado para o rodape nao ficar no meio da pagina - calculo: 100% do viewport - (head + footer) */
}

input[type=text]:required, input[type=password]:required, select:required, textarea:required {
  border: solid 1px #337ab7;
}

.icone-mensagem-ok, .icone-mensagem-pergunta {
  font-size: 25pt;
  color: green;
}

.icone-mensagem-atencao {
  font-size: 25pt;
  color: #ffd800;
}

.icone-mensagem-erro {
  font-size: 25pt;
  color: red;
}

.icone-mensagem-informacao {
  font-size: 25pt;
  color: #0094ff;
}

.dxlpLoadingCard {
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-collapse: collapse;
  position: fixed;
  left: 45%;
  top: 45%;
  z-index: 30000;
  display: none;
}

.dxlpLoadingDiv {
  border: none;
  background-color: #000000;
  opacity: 0.3;
  left: 0px;
  top: 0px;
  z-index: 29999;
  display: none;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
}

a {
  color: #337ab7;
}

a:focus, a:hover {
  color: #337ab7;
}

.modal .modal-dialog .modal-content {
  border-radius: 0px;
}

.dataGrid {
  box-sizing: border-box;
  display: block;
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  height: 35px;
  line-height: 17px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  text-size-adjust: 100%;
  white-space: nowrap;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-left: 0;
  margin-bottom: 10px !important;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.painel-controle-list {
  font-family: "Carnas-Light";
}

.painel-controle-item-titulo {
  font-family: "Carnas-Medium";
}

.fa-correio:before {
  content: url(/images/btn/16/correios.png);
}

.imgLink {
  cursor: pointer;
}

.img-tamanho-menu-mobile {
  max-height: 50px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
}

.fa, .fas, .fab {
  font-weight: 900;
}

@media (min-width: 576px) {
  /*.body-main {
      display: none !important;
  }*/
}
</pre></body></html>