/*ESTILOS GLOBAIS PARA TODOS OS CLIENTES *************/

a {
  color: #2a2a2a;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.pagination .page-link {
  color: #343a40;
}
.pagination .page-link:hover {
  color: #343a40;
}

.pagination .active .page-link {
  color: #000;
  border-color: transparent;
  background-color: #DDD;
}

.pagination .active .page-link:hover {
  color: #000;
}

.alert ul {
  margin: 0px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.bg-fixed-navbar {
  height: 95px;
}

.carousel-indicators {
  bottom: 5px;
  margin: 0px;
}

.carousel-indicators li {
  width: 15px;
}

.carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-left:10px;
  padding-right: 10px;
  background-color:rgba(0, 0, 0, 0.6);
}

.carousel-caption p,
.carousel-caption h2 {
  margin-bottom: 8px;
}

.carousel-caption .btn {
  background-color: #ddd;
  color: #000;
  font-weight: bold;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.card {
  height: auto;
}

.card-body {
  padding: 0.25rem;
  text-align: center;
}

.card .card-body > ul {
  margin:0px;
  padding-left: 25px;
}

header #form-auth-header .input-group-text {
  background-color: #ffffff;
}

footer {
  clear: both;
  margin-top: 10px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

footer::after,
footer::before {
  display: block;
  clear: both;
  content: "";
}

footer div {
  text-align: center !important;
}

@media (min-width: 992px) {
  footer div {
    text-align: left !important;
  }
}

/*****************************TEMAS****************************/
/*USAR GERALMENTE EM NAVBAR E RODAPE*/

/*TEMA CLARO*/

.tema-white {
  color: #3b3b3b;
  background-color: #f6f6f6;
  }
.tema-white a {
  color: #3b3b3b;
  }
.tema-white a:hover {
  color: #000;
  }
.tema-white .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.tema-white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*TEMA ESCURO*/

.tema-black {
  color: #ddd;
  background-color: #111;
  }
.tema-black a {
  color: #ddd;
  }
.tema-black a:hover {
  color: #fff;
  }
.tema-black .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}
.tema-black .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

body > #content {
  min-height: 400px;
}

body > #content::after,
body > #content::before {
  display: block;
  clear: both;
  content: "";
}

/** CLASS BOOTSTRAP4 **/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #dc3545;
}
.has-error .form-control {
  border-color: #dc3545;
}
.has-error .input-group-addon {
  color: #dc3545;
  background-color: #f2dede;
  border-color: #dc3545;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

label.required:after{
  content: '*';
  color: #c00;
}

/***********************************************************************
 * CLASSE ESPECIFICAS DOS LEILOES
***********************************************************************/
.label_lote {
  display: block;
  padding: .375rem .75rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: .25rem;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}

.label_lote.em_breve {
  background-color: #6c757d;
}

.label_lote.venda_direta,
.icon_label_lote.venda_direta {
  background-color: #8102d6;
}

.label_lote.aberto_lance,
.label_lote.presencial {
  background-color: #28a745;
  border-color: #28a745;
}

.label_lote.vendido {
  background-color: #dc3545;
}

.label_lote.nao_vendido {
  background-color: #a0a0a0;
}

.label_lote.sem_licitante,
.label_lote.fechado_lance {
  background-color: #a0a0a0;
}

.label_lote.aguarde_abertura {
  background-color: #31b0d5;
}

.label_lote.condicional {
  background-color: #ffc107;
  color: #212529 !important;
}

.label_lote.sustado {
  background-color: #e86210;
}

.label_lote.inativo {
  background-color: #a0a0a0;
}

.label_lote.cancelado {
  background-color: #222222;
  color: #ffffff !important;
}

/* LABEL LEILAO */
.label_leilao {
  display: block;
  padding: .375rem .75rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: .25rem;
  font-weight: bold;
  font-size: 1rem;
}

.label_leilao p {
  margin: 0px !important;
}
.label_leilao.venda_direta {
  background-color: #8102d6;
  color: #fff !important;
}
.label_leilao.venda_direta:hover {
  background-color: #7009ba;
}

.label_leilao.proposta {
  background-color: #8102d6;
  color: #fff !important;
}
.label_leilao.proposta:hover {
  background-color: #7009ba;
}

.label_leilao.em_loteamento {
  background-color: #ffc107;
  color: #212529 !important;
}
.label_leilao.em_loteamento:hover {
  background-color: #e0a800;
}

.label_leilao.ativo {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff !important;
}
.label_leilao.ativo:hover {
  background-color: #218838;
}

.label_leilao.suspenso {
  background-color: #e86210;
  color: #fff !important;
}
.label_leilao.suspenso:hover {
  background-color: #ce5610;
}

.label_leilao.ao_vivo {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff !important;
}
.label_leilao.ao_vivo:hover {
  background-color: #138496;
}

.label_leilao.encerrado {
  background-color: #dc3545;
  color: #fff !important;
}
.label_leilao.encerrado:hover {
  background-color: #c82333;
}

.label_leilao.em_breve {
  background-color: #6c757d;
  color: #fff !important;
}

.label_leilao.em_breve:hover {
  background-color: #5a6268;
}

.label_leilao.inativo {
  background-color: #a0a0a0;
  color: #fff !important;
}

.label_leilao.inativo:hover {
  background-color: #878787;
}

/** LISTA DE LEILOES */
.leiloes .box-leilao hr {
  margin: 10px 0px;
}

.leiloes .box-leilao .titulo-leilao {
  margin: 5px 0px;
}

.leiloes .box-leilao .btn-outline-secondary {
  text-transform: uppercase;
}

/* TELA SMALL - SM*/
.leiloes .box-leilao .card-img-leilao {
  margin-bottom: 10px;
  min-height: 190px;
}

@media (min-width: 576px) {
  .leiloes .box-leilao .card-img-leilao {
    height: 190px;
  }
}

.leiloes .box-leilao .card-img-leilao img {
  max-width: 100%;
  max-height: 190px;
  margin: auto;
}

/** HEADERL LEILAO */
.header-leilao .label_leilao {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  margin-bottom: 10px;
}

.header-leilao .btn-outline-secondary {
  text-transform: uppercase;
}

.header-leilao hr {
  margin-top: 6px;
  margin-bottom: 6px;
}

.header-leilao .observacoes-leilao img {
  max-width: 100% !important;
  height: auto !important;
}

/** DETALHES DO LOTE **/

/** AREA DE LANCES **/
.detalhes-lote #data-fecha,
.detalhes-lote #data-inicio {
  display:none;
  color: #333;
  background-color: #f9f9f9;
  border: #ccc solid 1px;
  padding: 5px;
}

.detalhes-lote #relogio {
  display: none;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0px;
}

.detalhes-lote #relogio .relogio-inner {
  font-size: 19px;
  background-color: #f9f9f9;
  border: #ccc solid 1px;
  color: #333;
  padding: 5px 2px;
  font-weight: bold;
  text-align: center;
}

.detalhes-lote #relogio.fechando .relogio-inner {
  background-color: #D60000;
  color: #fff;
  border: #fff solid 1px;
}

.detalhes-lote .area-lances {
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #dee2e6!important;
  border-radius: .25rem!important
}

.detalhes-lote .area-lances .title-area-lances {
  text-align: center;
  background-color: #444;
  color: #eee;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.detalhes-lote .area-lances h1,
.detalhes-lote .area-lances h2,
.detalhes-lote .area-lances h3,
.detalhes-lote .area-lances h4,
.detalhes-lote .area-lances h5 {
  margin: 0px;
}

.detalhes-lote .area-lances div#bloqueio{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#FFFFFF;
  z-index: 100;
  opacity:0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

.detalhes-lote .area-lances div#bloqueio-loader{
  display: none;
  position: absolute;
  top: 25%;
  left:15%;
  width:70%;
  min-height:20px;
  font-weight: bold;
  color:#333333;
  background-color: #fff;
  padding:10px 10px;
  /*margin-left:-25%;*/
  border:#999 solid 1px;
  box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.20);
  z-index: 2000;
  text-align: center;
}

.detalhes-lote .area-lances .dados-arrematante td {
  padding: 2px 5px;
}

.detalhes-lote .area-lances .dados-arrematante {
  margin-top: 5px;
  margin-bottom: 10px;
}

.detalhes-lote .area-lances .painel-lances {
  background-color: #f5f5f5;
  display: none;
}

.detalhes-lote .area-lances .painel-lances .tipos-lances {
  background-color: #fff;
  border-bottom: #ccc solid 1px;
  padding: 0px 10px;
}

.detalhes-lote .area-lances .painel-lances .tipos-lances label {
  display: inline-block;
  padding: 3px 10px;
  margin: 0px;
  font-weight: normal;
  cursor: pointer;
}

.detalhes-lote .area-lances .painel-lances .tipos-lances label.checked {
  border-top: #063921 solid 2px;
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-bottom: #f5f5f5 solid 1px;
  padding: 3px 10px;
  margin-top: 0px;
  margin-bottom: -1px;
  font-weight: bold;
  background-color: #f5f5f5;
}

.detalhes-lote .area-lances .painel-lances .tipos-lances label input[type=radio] {
  display: none;
}

.detalhes-lote .area-lances .painel-messages {
  display: none;
  padding: 10px 0px;
  text-align: center;
  font-size: 15px;
}

.detalhes-lote .area-lances .sugestao-lances {
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.detalhes-lote .area-lances .tpl-sugestao {
  display: none;
}

.detalhes-lote .area-lances .sugestao-lances .col-sm-1,
.detalhes-lote .area-lances .sugestao-lances .col-md-1,
.detalhes-lote .area-lances .sugestao-lances .col-lg-1,
.detalhes-lote .area-lances .sugestao-lances .col-sm-2,
.detalhes-lote .area-lances .sugestao-lances .col-md-2,
.detalhes-lote .area-lances .sugestao-lances .col-lg-2,
.detalhes-lote .area-lances .sugestao-lances .col-sm-3,
.detalhes-lote .area-lances .sugestao-lances .col-md-3,
.detalhes-lote .area-lances .sugestao-lances .col-lg-3,
.detalhes-lote .area-lances .sugestao-lances .col-sm-4,
.detalhes-lote .area-lances .sugestao-lances .col-md-4,
.detalhes-lote .area-lances .sugestao-lances .col-lg-4,
.detalhes-lote .area-lances .sugestao-lances .col-sm-5,
.detalhes-lote .area-lances .sugestao-lances .col-md-5,
.detalhes-lote .area-lances .sugestao-lances .col-lg-5,
.detalhes-lote .area-lances .sugestao-lances .col-sm-6,
.detalhes-lote .area-lances .sugestao-lances .col-md-6,
.detalhes-lote .area-lances .sugestao-lances .col-lg-6,
.detalhes-lote .area-lances .sugestao-lances .col-sm-7,
.detalhes-lote .area-lances .sugestao-lances .col-md-7,
.detalhes-lote .area-lances .sugestao-lances .col-lg-7,
.detalhes-lote .area-lances .sugestao-lances .col-sm-8,
.detalhes-lote .area-lances .sugestao-lances .col-md-8,
.detalhes-lote .area-lances .sugestao-lances .col-lg-8,
.detalhes-lote .area-lances .sugestao-lances .col-sm-9,
.detalhes-lote .area-lances .sugestao-lances .col-md-9,
.detalhes-lote .area-lances .sugestao-lances .col-lg-9,
.detalhes-lote .area-lances .sugestao-lances .col-sm-10,
.detalhes-lote .area-lances .sugestao-lances .col-md-10,
.detalhes-lote .area-lances .sugestao-lances .col-lg-10,
.detalhes-lote .area-lances .sugestao-lances .col-sm-11,
.detalhes-lote .area-lances .sugestao-lances .col-md-11,
.detalhes-lote .area-lances .sugestao-lances .col-lg-11,
.detalhes-lote .area-lances .sugestao-lances .col-sm-12,
.detalhes-lote .area-lances .sugestao-lances .col-md-12,
.detalhes-lote .area-lances .sugestao-lances .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.detalhes-lote .area-lances .sugestao-lances .btn {
  padding-left: 5px;
  padding-right: 5px;
  border-color: #ccc;
  font-size: .9rem;
}

.detalhes-lote .area-lances .painel-parcelado {
  padding: 10px;
  display: none;
}

.detalhes-lote .area-lances .lance-automatico {
  text-align: center;
  padding: 10px;
  border-top: #ccc solid 1px;
  margin-top: 10px;
  display:none;
}

.detalhes-lote .area-lances .msg-auto {
  color: #444;
  padding: 2px 10px;
  font-size: 11px;
  font-style: italic;
  text-align: justify;
  display:none;
}

.detalhes-lote .area-lances #form-manual {
  padding-bottom: 10px;
}

.detalhes-lote .area-lances .envio-direto {
  margin: 0px 5px;
}

/** ULTIMOS LANCES **/
.detalhes-lote #ultimos-lances .tpl-lances {
  display: none;
}

.detalhes-lote .ultimos-lances div {
  font-size: 14px;
  line-height: 1rem;
  text-align: center;
  padding: 0;
  margin: 0;
}
.detalhes-lote .ultimos-lances .ultimos-lances-item {
  margin-left:0.25rem !important;
  margin-right:0.25rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
  border-top: 1px solid #adb5bd;
}

/** Ultimos Lances Completo **/
.detalhes-lote .lista-ultimos-lances .row {
  margin-right: 0px;
  margin-left: 0px;
}

.detalhes-lote .lista-ultimos-lances .col-lg-1,
.detalhes-lote .lista-ultimos-lances .col-lg-2,
.detalhes-lote .lista-ultimos-lances .col-lg-3,
.detalhes-lote .lista-ultimos-lances .col-lg-4,
.detalhes-lote .lista-ultimos-lances .col-lg-5,
.detalhes-lote .lista-ultimos-lances .col-lg-6,
.detalhes-lote .lista-ultimos-lances .col-lg-7,
.detalhes-lote .lista-ultimos-lances .col-lg-8,
.detalhes-lote .lista-ultimos-lances .col-lg-9,
.detalhes-lote .lista-ultimos-lances .col-lg-10,
.detalhes-lote .lista-ultimos-lances .col-lg-11,
.detalhes-lote .lista-ultimos-lances .col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.detalhes-lote .lista-ultimos-lances .ultimos-lances-header {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.detalhes-lote .lista-ultimos-lances .ultimos-lances-body {
  font-size: 14px;
}

.detalhes-lote .lista-ultimos-lances .ultimos-lances-body .row {
  border-top: #326343 solid 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.detalhes-lote #carouselImgsLoteGrande {
  min-height: 258px;
}

.detalhes-lote #carouselImgsLoteGrande img {
  max-width: 100%;
  max-height: 258px;
  margin: 0px auto;
}

@media (min-width: 576px) {
  .detalhes-lote #carouselImgsLoteGrande {
    min-height: 393px;
  }

  .detalhes-lote #carouselImgsLoteGrande img {
    max-height: 393px;
  }
}

@media (min-width: 768px) {
  .detalhes-lote #carouselImgsLoteGrande {
    min-height: 528px;
  }

  .detalhes-lote #carouselImgsLoteGrande img {
    max-height: 528px;
  }
}

@media (min-width: 992px) {
  .detalhes-lote #carouselImgsLoteGrande {
    min-height: 470px;
  }

  .detalhes-lote #carouselImgsLoteGrande img {
    max-height: 470px;
  }
}

@media (min-width: 1200px) {
  .detalhes-lote #carouselImgsLoteGrande {
    min-height: 560px;
  }

  .detalhes-lote #carouselImgsLoteGrande img {
    max-height: 560px;
  }
}

.detalhes-lote #carouselImgsLotePequeno {
  min-height: 251px;
}

.detalhes-lote #carouselImgsLotePequeno img {
  max-width: 100%;
  max-height: 251px;
  margin: 0px auto;
}

@media (min-width: 576px) {
  .detalhes-lote #carouselImgsLotePequeno {
    min-height: 386px;
  }

  .detalhes-lote #carouselImgsLotePequeno img {
    max-height: 386px;
  }
}

@media (min-width: 768px) {
  .detalhes-lote #carouselImgsLotePequeno {
    min-height: 521px;
  }

  .detalhes-lote #carouselImgsLotePequeno img {
    max-height: 521px;
  }
}

@media (min-width: 992px) {
  .detalhes-lote #carouselImgsLotePequeno {
    min-height: 229px;
  }

  .detalhes-lote #carouselImgsLotePequeno img {
    max-height: 229px;
  }
}

@media (min-width: 1200px) {
  .detalhes-lote #carouselImgsLotePequeno {
    min-height: 275px;
  }

  .detalhes-lote #carouselImgsLotePequeno img {
    max-height: 275px;
  }
}

div.google-maps {
  position: relative;
  padding-bottom: 75%; /** This is the aspect ratio **/
  height: 0;
  overflow: hidden;
}
div.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.img-detalhe-lotes {
  z-index: 100;
}



.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}