/* Classe Globais */

a {
  color: #333;
}

a:hover {
  color: #000;
}

.img-fluid {
  max-width: 100% !important;
  height: auto !important;
}

.form-control:focus {
  border-color: #AAA;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(140, 140, 140, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(140, 140, 140, 0.6);
}


.form-group.has-error .help-block,
.form-group.has-error .control-label {
  color: #dc3545;
}

.form-group.has-error .form-control {
  border-color: #dc3545;
}

.pagination {
  margin-top: 5px;
  margin-bottom: 10px;
  justify-content: center;
}

.pagination .page-link {
  color: #333;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #777;
  border-color: #777;
}

.alert {
    margin: 5px 0px;
}

.alert button.close{
    display: none;
}

.alert > ul {
    margin: 0;
    padding: 0;
}

.alert > ul li > ul{
    margin-left: 10px;
}

.alert li {
    list-style: inside;
}

.btn {
  box-shadow: none !important;
}

.btn-primary {
  color: #fff;
  background-color: #326343;
  border-color: #326343;
}

.btn-primary:hover {
  color: #fff;
  background-color: #274c34;
  border-color: #274c34;
}

.btn-primary:focus, .btn-primary.focus {
  border-color: #000;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #326343;
  border-color: #326343;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #274c34;
  border-color: #274c34;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

#go-top {
  color: #333;
  background-color: #fff;
  opacity: 0.5;
  text-align: center;
  font-size: 20px;
  position: fixed;
  cursor: pointer;
  display: none;
  padding: 1px 5px;
  right: 5px;
  bottom: 30px;
  overflow: hidden;
  z-index: 99999;
  border: 1px solid #999;
  border-radius: 3px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f8f9fa !important;
}

body {
  padding-top: 86px;
}

body > header,
body > footer,
body > #content {
  min-width: 320px;
  width: 100%;
}

/* Layout - Header */
header {
  color: #333;
  background-color: #f8f8f8;
}

.top-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
}

header .header-top {
  padding-top: 10px;
  padding-bottom: 5px;
}

header .navbar-brand {
  padding: 0px !important;
}

header .navbar-brand img {
  width: 220px;
  height: 44px;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: cover;
  object-position: center 42%;
}

@media (min-width: 568px) {
  body {
    padding-top: 101px !important;
  }

  header .navbar-brand img {
    width: 280px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 112px !important;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 165px !important;
  }
}

header .selo-tribunal {
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: right;
  color: #aaa;
  font-weight: bold;
  font-size: 12px;
}

header .navbar {
  background-color: #326343;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

header .navbar a {
  color: #fff;
}

header .navbar a:hover {
  background-color: #274c34;
}

header .navbar .nav-item.active {
  background-color: #0a3721;
}

header .form-row .form-group {
  margin-bottom: 0px;
}

header .navbar .nav-link.link-social {
  padding-left: 5px;
  padding-right: 5px;
}

header .user-authenticated {
  height: 55px;
  padding-top: 10px;
}

/* Layout - Content */
#content > h1,
#content > .container > h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2rem
}

#content > h2,
#content > .container > h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5rem
}

@media (min-width: 768px) {
  #content {
    min-height: 400px;
  }
}

/* Layout - Footer(Rodape)*/
footer {
    color: #333;
    border-top: #326343 solid 3px;
    background-color: #f8f8f8;
    min-height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

/* Lista de Leiloes */
.leiloes .box-leilao,
.leiloes .box-leilao {
  color: #333;
  overflow: hidden;
  border-radius: 0px;
}

.leiloes .box-leilao:hover,
.leiloes .box-leilao-carta:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.leiloes .box-leilao a:hover,
.leiloes .box-leilao-carta a:hover {
  text-decoration: none;
}

.leiloes .box-leilao .card-body,
.leiloes .box-leilao-carta .card-body {
  padding: 10px;
}

.leiloes .box-leilao .titulo-leilao,
.leiloes .box-leilao-carta .titulo-leilao {
  border-bottom: #e8e8e8 solid 1px;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.leiloes .box-leilao-carta {
  font-size: 14px;
}

.leiloes .box-leilao-carta .titulo-leilao {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-bottom: 10px;
}

.leiloes .box-leilao-carta .card-header {
  padding: 1px;
  text-align: center;
  font-size: 15px;
  font-weight: bolder;
}

.leiloes .box-leilao-carta .imagem-leilao {
  min-height: 185px;
  border-top: #e8e8e8 solid 1px;
  border-bottom: #e8e8e8 solid 1px;
}

.leiloes .box-leilao-carta .descricao-leilao {
  padding-bottom: 5px;
  text-align: center;
}

.leiloes .box-leilao .datas,
.leiloes .box-leilao-carta .datas {
  color: #555;
  font-weight: bold;
}

.leiloes .box-leilao .datas s,
.leiloes .box-leilao-carta .datas s {
  color: #C00;
}

.leiloes .box-leilao p,
.leiloes .box-leilao-carta p {
  margin-bottom: 1px;
}

.leiloes .box-leilao .card-image .image,
.leiloes .box-leilao-carta .card-image .image {
  margin-bottom: 5px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.leiloes .box-leilao .tipo-leilao,
.leiloes .box-leilao-carta .tipo-leilao {
  font-weight: bold;
}

/* HEADER LEILAO */
.header-leilao {
  margin-top: 5px;
  margin-bottom: 5px;
}

.header-leilao > h1,
.header-leilao .container > h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  letter-spacing: 0.2rem;
}

.header-leilao p.line {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: .5rem!important;
  border-top: 1px solid #dee2e6!important;
}

.header-leilao p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.header-leilao .card {
  margin-bottom: 5px;
}

.header-leilao .card .card-body {
  padding: 8px;
}

.header-leilao .tipo-leilao {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 8px 0px;
}

.header-leilao .observacoes {
  padding: 7px 5px;
}

.header-leilao .card-actions .btn-light {
  border-color: #cccc;
}

/* Lista de Lotes */
.lista-lotes .lote {
  border: #ccc solid 1px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.lista-lotes .lote:hover {
  background-color: #f5f5f5;
  border-color: #aaa;
}

.lista-lotes .lote a {
  color: #333;
  text-decoration: none;
}

.lista-lotes .lote a:hover,
.lista-lotes .lote a:focus {
  text-decoration: none;
  color: #000;
}

.lista-lotes .lote h1,
.lista-lotes .lote h2,
.lista-lotes .lote h3,
.lista-lotes .lote h4 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.lista-lotes .lote .numero-lote {
  color: #CC0000;
}

.lista-lotes .lote h3 {
  color: #dd0000;
}

.lista-lotes .lote p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.lista-lotes .lote .image-lote {
  text-align: center;
}

.lista-lotes .lote .image-lote small {
  display: block;
  font-size: 10px;
  color: #444;
  font-style: italic;
}

.lista-lotes .lote .body-lote p {
  text-align: justify;
  line-height: 1.2em;
}

.lista-lotes .lote .body-lote b {
  color: #555;
  font-weight: bold;
}

.lista-lotes .lote .destaque_azul {
  color: #027575;
}

.lista-lotes .lote .destaque_vermelho {
  color: #990000;
}

.lista-lotes .lote .financie-veiculo {
  color: #86aacb;
  border: #86aacb solid 1px;
  border-radius: 20px;
  padding-top: 2px;
  padding-bottom: 1px;
  width: 180px;
  text-align: center;
}

.lista-lotes .lote .valores {
  margin: 0px;
}

.lista-lotes .lance-lote {
  text-align: center;
  font-size: 14px;
}

.lista-lotes .lance-lote .etiqueta {
  font-size: 13px;
}

.lista-lotes .lance-lote .lance {
  font-size: 19px;
  font-weight: bold;
}

.lista-lotes .lance-lote .lance_atual {
  font-size: 19px;
  font-weight: bold;
  color: #990000;
}

.lista-lotes .lance-lote .licitante {
  color: #006699;
}

.lista-lotes .lance-lote .visitas {
  font-size: 12px;
}

.lista-lotes .lance-lote .label_lote,
.lista-lotes .lance-lote .label_detalhes {
  margin-bottom: 5px;
}

.lista-lotes .lance-lote .label_detalhes {
  border: none;
  border-radius: 0;
}

/* Lotes Detalhes */
.detalhes-lote .favorites {
  padding: 3px 10px;
  float: right;
}

.detalhes-lote .favorites .fas,
.detalhes-lote .favorites .far {
  font-size: 16px;
}

.detalhes-lote .favorites .fas {
  color: #c00;
}

.detalhes-lote .favorites .far {
  color: #333;
}

.detalhes-lote .favorites .far {
  opacity: 0.5;
}

.detalhes-lote:after {
  clear: both;
  display: table;
  content: " ";
}

.detalhes-lote .carousel-item img {
  width: 100%;
}

.detalhes-lote h1,
.detalhes-lote h2,
.detalhes-lote h3,
.detalhes-lote h4,
.detalhes-lote p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.detalhes-lote h1,
.detalhes-lote h2,
.detalhes-lote h3,
.detalhes-lote h4,
.detalhes-lote p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.detalhes-lote .descricao-lotes h2 {
  font-size: 1.5em;
  color: #dd0000;
}

.detalhes-lote .descricao-lotes p {
  text-align: justify;
  margin-bottom: 10px;
}

.detalhes-lote .maior-lance #usuario_lance {
  margin-bottom: 5px !important;
}

.detalhes-lote .maior-lance #cidade_lance {
  font-style: italic;
  display: none;
}

.detalhes-lote .maior-lance #valor_lance {
  font-size: 23px;
  color: #c50303;
  font-weight: bold;
}

/*.detalhes-lote .panel {
  margin-bottom: 10px;
}

.detalhes-lote .panel .panel-heading,
.detalhes-lote .panel .panel-footer,
.detalhes-lote .panel .panel-body {
  padding: 10px;
}

.detalhes-lote .maior-lance {
  background-color: #f9f9f9;
  padding: 1px 0px;
  text-align: center;
  font-size: 13px;
  border: #ddd solid 1px;
}

.detalhes-lote .maior-lance.novo-lance {
  filter: alpha(opacity=05);
  opacity: 0.05;
  -webkit-transition: opacity .30s ease-in-out;
  -moz-transition: opacity .30s ease-in-out;
  -ms-transition: opacity .30s ease-in-out;
  -o-transition: opacity .30s ease-in-out;
  transition: opacity .30s ease-in-out;
}

.detalhes-lote .maior-lance span {
  line-height: 11px;
}

.detalhes-lote .maior-lance #valor_lance {
  font-size: 23px;
  color: #c50303;
  font-weight: bold;
}

.detalhes-lote .maior-lance #data_lance {
  font-weight: bold;
}

.detalhes-lote .sem-lance {
  padding: 1px 0px;
  text-align: center;
  font-size: 13px;
}

.detalhes-lote .sem-lance span {
  line-height: 11px;
}

.detalhes-lote .sem-lance #lance_inicial {
  font-size: 19px;
  color: #333;
  font-weight: bold;
}

.detalhes-lote .valores td {
  font-size: 13px;
  padding: 2px;
}

.detalhes-lote #data-fecha,
.detalhes-lote #data-inicio {
  display:none;
  color: #333;
  background-color: #f9f9f9;
  border: #ccc solid 1px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

.detalhes-lote #data-inicio .timer-inicio {
  display:none;
}

.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 .form-login {
  margin: 10px 0px;
}

.detalhes-lote .form-login .form-group {
  margin-bottom: 5px;
}

*/


.detalhes-lote a.auditorio-online {
  display: block;
  padding: 8px 0px;
  text-align: center;
  background-color: #f5f5f5;
  border: #ccc solid 1px;
}

.detalhes-lote .blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
}

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

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

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

.detalhes-lote .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 .painel-lances .tipos-lances label input[type=radio] {
  display: none;
}

.detalhes-lote .area-lances {
  position: relative;
}

.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 .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 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;
  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 div#bloqueio-fechado {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#FFFFFF;
  z-index: 1000;
  opacity:0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.detalhes-lote .area-lances div#bloqueio-fechado-text {
  position: absolute;
  top: 25%;
  left:5%;
  width:90%;
  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-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;
  padding-right: 5px;
  padding-left: 5px;
}

.detalhes-lote #ultimos-lances {
  border: #ccc solid 1px;
  margin-top: 5px;
}

.detalhes-lote #ultimos-lances .tpl-lances {
  display: none;
}

.detalhes-lote #ultimos-lances h4 {
  margin-top: -8px;
  margin-bottom: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 5px;
  background-color: #f5f5f5;
}

.detalhes-lote #ultimos-lances .row {
  border-top: #ccc solid 1px;
  margin: 0px;
  padding: 3px 0px;
  font-size: 12px;
}

.detalhes-lote #ultimos-lances .ult_usuario_lance,
.detalhes-lote #ultimos-lances .ult_data_lance {
  text-align: center;
}

.detalhes-lote #ultimos-lances .ult_valor_lance {
  font-weight: bold;
}

.detalhes-lote #ultimos-lances .ult_data_lance {
  font-style: italic;
}

.detalhes-lote #box-financiamento {
  text-align: center;
}

.detalhes-lote #box-financiamento .financie-veiculo {
  color: #86aacb;
  font-size: 18px;
  padding-top: 2px;
  padding-bottom: 1px;
  text-align: center;
}

/* Controle de Detalhes */
.controle-detalhes a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .lista-lotes .lote .body-lote {
    border-right: #ccc solid 1px;
    min-height: 135px;
    padding-right: 10px;
  }

  .lista-lotes .lote .valores.right {
    float: right;
  }

  .lista-lotes .lote .col-sm-7 {
    padding-right: 0px;
  }
}

@media (max-width: 991.98px) {
  footer {
    text-align: center;
  }

  footer .endereco .fa,
  footer .endereco .fas,
  footer .endereco .fab {
    display: none !important;
  }

    .header-leilao .card-image {
    display: none;
  }

  .header-leilao .card-actions .block-md {
    display: block;
    margin-bottom: 5px;
  }

  .header-leilao .card-actions .form-numero-lote {
    margin-bottom: 5px;
  }

  .lista-lotes .lance-lote {
    padding-top: 5px;
    margin-top: 10px;
    border-top: #ddd solid 1px;
  }
}

@media (max-width: 767.98px) {
  .g-recaptcha {
            transform:scale(0.77);
    -webkit-transform:scale(0.77);
            transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}


@media (min-width: 768px) {
  .header-leilao .card-actions .button-lance {
    width: 350px;
    height: 58px;
  }

  .header-leilao .card-actions .button-action {
    margin: 5px 0px;
    display: block;
  }
}

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

/*
header a {
  color: #333;
}

header a:hover {
    color: #000;
}

header .lead {
  color: #aaa;
  font-weight: bold;
  font-family: Arial;
}

header .selo-tribunal {
  border-top: #e5e5e5 solid 1px;
  padding-top: 5px;
  margin-top: 5px;
  text-align: center;
}

header #topo {
    background-color: #f8f8f8;
    padding: 10px 0px;
}

header #topo .logo img {
    max-width: 260px;
}

header #topo ul.categorias {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

header #topo ul.categorias li {
  display: inline;
  padding: 0px 10px;
}

header #topo ul.categorias li a {
  opacity: 0.5;
  display: inline-block;
  text-align: center;
}

header #topo ul.categorias li a:hover {
  opacity: 1;
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

header #topo .form-login a.esqueci-senha {
    font-size: 12px;
    float: left;
}

header #topo .form-login a.cadastre-se {
    font-weight: bold;
    float: right;
}

header #topo .form-login .form-group {
    margin-bottom: 5px;
}

header #topo .form-login .row {
    margin: 0px;
}

header #topo .form-login .col-sm-5,
header #topo .form-login .col-sm-6,
header #topo .form-login .col-sm-7,
header #topo .form-login .col-lg-8,
header #topo .form-login .col-lg-4 {
    padding: 0px 1px;
}

header .nav,
header .nav.navbar-nav {
  margin-bottom: 0px !important;
}

header .navbar-nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

header .navbar-nav.icones {
  padding-left: 5px;
}

header .navbar-nav.icones > li {
  list-style: none;
  padding-top: 10px;
}

header .navbar-nav.icones > li > a .fa {
  font-size: 30px;
}

header .navbar-nav.icones > li > a:hover .fa {
  opacity:1;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

header .navbar {
    margin: 0px;
    background-color: #c3c3c3;
}

header .navbar .navbar-header {
  text-align: center;
}

header .navbar .navbar-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 0px;
    float: none !important;
}

header .navbar .navbar-brand img {
    max-width: 155px;
    height: 40px;
    margin: 0 auto;
}

header .navbar .navbar-toggle {
    border-color: #888;
    font-size: 16px;
}

header .navbar .navbar-toggle.pull-left {
    margin-left: 15px;
    margin-right: 0px;
}

header .navbar .navbar-toggle .icon-bar {
    background-color: #888;
}

header .navbar .navbar-toggle:hover {
    border-color: #aaa;
    background-color: #bcbcbc;
    text-decoration: none;
}

header .navbar .navbar-toggle:hover > a {
    color: #fff;
    text-decoration: none;
}

header .navbar .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

header .navbar .dropdown {
  padding: 3px;
  color: #333;
}

header .navbar .dropdown li a {
  color: #333;
}

header .navbar .dropdown li a:hover {
  color: #000;
}

header .navbar .dropdown .dropdown-toggle {
  font-size: 14px;
  display: flex;
  line-height: 18px;
  padding: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #444;
}

header .navbar .dropdown.open {
  background-color: #fff;
  color: #333;
}

header .navbar .dropdown.open .dropdown-toggle {
  background-color: #fff;
  color: #333;
}

header .navbar .dropdown .dropdown-toggle .fa {
  font-size: 23px;
  margin-top: 0px;
}

header .navbar .dropdown .form-login {
  width: 290px;
  padding: 0px 10px;
}

header .navbar .dropdown .dropdown-menu {
  border-radius: 0px;
}
header .navbar .dropdown .dropdown-menu h3 {
  margin: 0px 10px;
}

header .navbar .dropdown .form-login a {
  color: #333;
}

header .navbar .dropdown .form-login a.esqueci-senha {
  display: block;
  margin-bottom: 5px;
}

header .navbar .dropdown .form-login a.cadastre-se {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

header .navbar > ul li a,
header .navbar > ul li p {
    color: #fff;
    margin: 5px 2px;
    padding: 10px 5px;
}

header .navbar > ul li a:hover,
header .navbar > ul li a:focus,
header .navbar > ul li a.active {
    background-color: #c3c3c3;
    text-decoration: none;
}

header .navbar .navbar-form .form-control {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

header .navbar .navbar-form .input-group-btn button {
  border: #fff solid 1px;
}

header .navbar .navbar-form a.esqueci-senha {
  display: block;;
  margin-bottom: 5px;
}

header .navbar .navbar-form a.cadastre-se {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

#nav-search {
    background-color: #c3c3c3;
    padding: 10px 0px;
    border-top: #c3c3c3 solid 1px;
}

#nav-search form {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

#nav-search form .form-control {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#nav-search form .input-group-btn button {
  border: #fff solid 1px;
}


#content {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    padding-bottom: 15px;
}

#content > h1,
#content > .container > h1 {
    margin: 10px 0px;
    font-weight: bold;
}


footer {
    color: #333;
    border-top: #aaa solid 2px;
    min-height: 150px;
}

footer h4,
footer h3 {
    font-weight: bolder;
    margin: 0px 0px 10px 0px;
}

footer a {
    color: #333;
}

footer a:hover {
    color: #000;
}

footer td {
    vertical-align: top;
}

footer .form-newsletter .form-group{
    margin-bottom: 5px;
}

footer .form-newsletter .form-group .control-label{
    display: none;
}

footer .menu-rodape {
    text-align: left;
    border-bottom: #aaa solid 2px;
    margin-bottom: 5px;
    background-color: #b3b3b3;
}

footer .menu-rodape ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer .menu-rodape ul li {
    display: inline;
}

footer .menu-rodape ul li a {
    display: inline-block;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

footer .menu-rodape ul li a .fa {
  font-size: 25px;
}

footer .lead {
  color: #555;
  font-weight: bold;
  font-family: Arial;
}

footer .copyright {
    clear: both;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 0px;
    border-top: #aaa solid 1px;
}

footer .copyright a {
    color: #EEE;
    font-weight: bold;
}

.logo-soleon {
  float: right;
  color: #333 !important;
  font-size: 10px !important;
  text-decoration: none;
  font-family: Arial !important;
  font-weight: normal !important;
}

@media (min-width: 768px) {
  header #topo .logo {
    margin-top: 10px;
  }

  header .navbar .navbar-right {
    margin-right: 0;
    padding-right: 0;
  }

  #content {
    min-height: 400px;
  }

  footer td {
    vertical-align: top;
    padding-bottom: 10px;
  }

  footer .logo-copyright {
    text-align: right;
  }
}

@media (min-width: 992px) {
  footer .box-face {
    text-align: right;
  }

  .header-leilao .panel-actions ul li {
    margin-right: 10px;
    float: left;
  }

  .header-leilao .panel-actions ul.right {
    float: right;
  }
}

@media (max-width: 991px) {
  footer .elemento {
   margin-top: 10px;
  }

  footer .elemento + .elemento {
   border-top: #aaa solid 1px; margin-bottom: 10px;
   padding-top: 10px;
  }
}

@media (max-width: 767px) {
  #content {
    min-height: 300px;
  }

  header .navbar {
    background-color: #f8f8f8;
  }

  header .navbar > ul li a,
  header .navbar > ul li p {
      padding-top: 5px;
      padding-bottom: 5px;
  }

  header .navbar-form .form-group,
  header .navbar-form .form-group:last-child {
    margin-bottom: 5px !important;
  }

  footer .menu-rodape {
    margin-bottom: 0px;
  }

  footer .menu-rodape ul li {
    display: block;
    text-align: left;
  }

  footer .copyright {
    text-align: center;
  }
}





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

.header-leilao h1 {
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 2px;
}

.header-leilao p {
  margin-top: 0px;
  margin-bottom: 2px;
}

.header-leilao .panel-image {
  float: left;
  width: 160px;
  min-height: 80px;
  margin: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-leilao .panel-body {
  margin-left: 180px;
  margin-right: 180px;
  padding: 10px;
}

.header-leilao .panel-status .label_leilao {
  padding: 7px;
  margin: 10px 0px;
}

.header-leilao .tipo-leilao {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 8px 0px;
}

.header-leilao .panel-actions {
  padding: 7px 5px;
  border-top: #ccc solid 2px;
}

.header-leilao .panel-actions ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.header-leilao .panel-actions ul li a {
  display: block;
  color: #666;
}

.header-leilao .panel-actions .button-action {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  border: #ccc solid 1px;
  padding: 5px 8px;
  margin: 0px 0px;
}

.header-leilao .panel-actions .button-action small {
  font-weight: normal;
  font-size: 11px;
  display: block;
  padding: 0px;
  margin: 0px;
}

.header-leilao .panel-actions .button-action:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #444;
  border-color: #aaa;
}

.header-leilao .panel-actions .button-action .fa {
  font-size: 28px;
  margin-right: 5px;
  float: left;
}

.header-leilao .panel-actions .button-action table td {
  font-size: 13px;
  line-height: 1em;
}

.header-leilao .observacoes {
  padding: 7px 5px;
  border-top: #ccc solid 2px;
}

@media (min-width: 768px) {
  .header-leilao .panel-actions .button-lance {
    width: 350px;
    height: 58px;
  }

  .leiloes .box-leilao .panel-body,
  .leiloes .box-leilao-carta .panel-body {
    margin-left: 215px;
  }

  .leiloes .box-leilao .panel-body .descricao {
    min-height: 155px;
    overflow: auto;
  }

  .leiloes .box-leilao .panel-image {
    float: left;
    width: 200px;
  }

  .header-leilao .panel-status {
    float: right;
    width: 160px;
    margin: 10px;
  }

  .header-leilao .panel-body {
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
  }

  .header-leilao .panel-actions .button-action {
    margin: 5px 0px;
    display: block;
  }

  .header-leilao .panel-actions .form-numero-lote {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .header-leilao .panel-image {
    display: none;
  }

  .header-leilao .panel-body {
    margin-left: 0px;
    margin: 0px;
    padding: 10px;
  }

  .head-leilao .panel-actions .button-lance,
  .header-leilao .panel-actions .button-action,
  .header-leilao .panel-actions .list-lotes {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  .header-leilao .panel-actions ul.right li {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }

  .leiloes .box-leilao .tipo-leilao {
    margin-bottom: 5px;
  }
}

.painel-busca {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

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



@media (min-width: 768px) {
  .detalhes-lote .gallery .imagem-principal a {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .lista-lotes .lote .body-lote {
    border-right: #ccc solid 1px;
    min-height: 135px;
    padding-right: 10px;
  }

  .lista-lotes .lote .valores.right {
    float: right;
  }

  .lista-lotes .lote .col-sm-7 {
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .detalhes-lote .detalhes-left {
    float: left;
    width: 65%;
  }

  .detalhes-lote .detalhes-right {
    float: right;
    display: inline-block;
    width: 34%;
  }
}

.cadastro-login h2 {
    margin-top: 0px;
    margin-bottom: 2px;
}

.cadastro-login p {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
}

.cadastro-login .box {
    padding: 15px;
    margin: 10px 0px;
    border: #999 solid 2px;
}

.cadastro-login .box.warning {
    border-color: #f9ae41;
}

.cadastro-login .btn-block {
    margin-top: 16px;
    margin-bottom: 16px;
}

.cadastro-login .form-group {
    margin-top: 5px;
    margin-bottom: 0px;
}

.page-forgot {
    max-width: 50%;
    margin: 0 auto;
}

#cadastro-licitante #username {
  text-transform: lowercase;
}

#cadastro-licitante label {
  font-weight: normal;
  cursor: pointer;
}

#cadastro-licitante legend {
  margin-bottom: 5px;
}

#cadastro-licitante .form-group {
  margin-bottom: 10px;
}

#cadastro-licitante .control-label {
  font-weight: bold;
}

#contato {
  margin-bottom: 15px;
}

#profile {
  margin-bottom: 15px;
}

#profile h2,
#profile h3,
#profile h4,
#profile h5 {
  margin-top: 0px;
  margin-bottom: 10px;
}

#profile p {
  margin-top: 0px;
  margin-bottom: 5px;
}

#profile .grid-line {
  border-bottom: #ccc solid 1px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}

#profile .box {
  padding: 5px;
  margin-bottom: 10px;
  border: #ccc solid 1px;
}

#profile .box .grid-line:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

#profile .menu-profile ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#profile .menu-profile ul li {
  padding: 5px;
  border-bottom: #ccc solid 1px;
}

#profile .menu-profile ul li:last-child {
  border-bottom: none;
}

#profile .menu-profile ul li .fa {
  width: 16px;
}

#duvidas dl {
    border-bottom: #ddd solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#duvidas dl dt {
    font-weight: bold;
    font-size: 17px;
}

#duvidas dl dt a {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
}

#duvidas dl dd {
    margin-left: 0px;
    text-align: justify;
}

.m10 {
  margin: 10px;
}

.pad10 {
  padding: 10px;
}

.m-t {
  margin: 5px 0px 0px 0px;
}

.m-r {
  margin: 0px 5px 0px 0px;
}

.m-b {
  margin: 0px 0px 5px 0px;
}

.m-l {
  margin: 0px 0px 0px 5px;
}

.box-documento {
  text-align: center;
  background-color: #f9f9f9;
  border: #ccc solid 1px;
  padding: 10px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .g-recaptcha {
            transform:scale(0.77);
    -webkit-transform:scale(0.77);
            transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

  .lista-lotes .lance-lote {
    padding-top: 5px;
    margin-top: 10px;
    border-top: #ddd solid 1px;
  }
}

.slider ul {
    padding: 0px;
    margin: 0px;
    z-index: 1;
    list-style: none;
}

.slider ul li img {
    width: 100%;
}

.slider .bx-controls-direction {
    opacity: 0.5;
}

.slider .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0px auto;
}

.slider .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 15px;
    padding: 0px 10px;
    text-align: right;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
    border: #555 solid 1px;
    width: 8px;
    height: 8px;
    background-color: #eee;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #333;
}

#infscr-loading {
  text-align: center;
}

#infscr-loading img,
#infscr-loading div {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
}
*/

.label_lote {
  display: block;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.label_lote.em_breve {
  background-color: #019cde;
}

.label_lote.aberto_lance,
.label_lote.presencial {
  background-color: #326343;
}

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

.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: #ffeb3b;
  color: #000 !important;
}

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

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

.label_leilao {
  display: block;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.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: #EAC41F;
  color: #fff !important;
}
.label_leilao.em_loteamento:hover {
  background-color: #d1a60c;
}

.label_leilao.ativo {
  background-color: #326343;
  color: #fff !important;
}
.label_leilao.ativo:hover {
  background-color: #274c34;
}

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

.label_leilao.ao_vivo {
  background-color: #2FB5B5;
  color: #fff !important;
}
.label_leilao.ao_vivo:hover {
  background-color: #09a0a0;
}

.label_leilao.encerrado {
  background-color: #be232b;
  color: #fff !important;
}
.label_leilao.encerrado:hover {
  background-color: #bf0000;
}

.label_leilao.em_breve {
  background-color: #019cde;
  color: #fff !important;
}

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

.select2-container--bootstrap .select2-selection--single {
  height: 38px !important;
}


.modal-content {
  color: #333 !important;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}

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

@media (max-width: 1199.9px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

body > #content > .container > #contato {
  padding-top: 5px;
}

.bottomright {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

/* Ajustes incrementais para fluxo de lances internos */
.painel-lance-interno .detalhe-carro-valor {
  margin-bottom: 0.5rem;
}

.painel-lance-interno .status-lance-chip {
  margin-bottom: 0.25rem;
}

.countdown-bloco .countdown-valor {
  display: block;
}
