body {
  font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
  }
h1,h2,h3,h4,h5,h6{
  font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight:700
  }

.nowrap {
  white-space: nowrap;
}

div#painel-geral {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

div#painel-licitante-navbar {
  margin-left: 10px;
}

div#painel-licitante-navbar .logo-mobile {
  max-width: 60px;
  max-height: 60px;
}

div#painel-licitante-navbar .logo-desktop {
  max-height: 60px;
}

div#painel-licitante {
  position: relative;
  height: inherit;
  background-color: #fff;
  padding-bottom: 5px;
  padding-top: 2px;
  border-radius: .25rem;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.numero_lote {
    font-size: 25px;
    line-height: 20px;
}

#user-painel .dropdown{
  z-index:1030 !important;
}

#user-painel .dropdown .dropdown-item {
  color: #333;
}

.video,
.video-lowdelay {
  float: left;
  color: #fff;
  font-size: 12px;
}

.video a,
.video-lowdelay a {
  color: #fff;
}

.video > div,
.video-lowdelay > div {
  min-height: 200px;
}

#painel_automatico {
  text-align: center;
}

#painel_lances .painel_login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 185px;
  width: 100%;
  border: #ddd solid 1px;
  text-align: center;
  border-radius: .25rem!important;
}

#painel_lances .painel_fechado {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 185px;
  width: 100%;
  background: #444;
  text-align: center;
  border-radius: .25rem!important;
}

#painel_lances .painel_fechado p {
  display: block;
  padding: 3px 0px;
  color: #FFFFFF;
  font-weight: bold;
}

#painel_lances .painel_fechado a {
  display: block;
  padding: 3px 0px;
  color: #FFFFFF;
  font-weight: bold;
}

#painel_lances .sugestoes-parcelado {
  overflow: hidden;
  max-height: 50px;
}

#fotos {
  min-height: 200px;
  overflow: hidden;
}

@media (min-width: 768px) {
  #fotos {
    min-height: 255px;
    overflow: hidden;
  }
}

#fotos img {
  max-width: 100%;
  height: auto;
  border-radius: .25rem!important;
  left: 0;
  top: 0;
}

.carousel-foto {
  height: 100%;
}

@media (max-width: 320px) {
    #fotos img {
      width: 100%;
      max-height: 180px !important;
    }
    .btn-lista-lotes {
      padding: 2 0 !important;
    }
    .painel-navegacao .fa-3x {
    font-size: 2em !important;
  }
}


@media (max-width: 576px) {
  .video {
    position: absolute;
    left: 10px;
    z-index: 100;
    color: #fff;
    text-align: center;
    width: 100px;
    height: 60px;
  }

  .video > div {
    height: 60px;
    overflow: hidden;
  }

  #user-painel .dropdown{
    z-index:1010 !important;
  }
  .painel-licitante-logo {
    max-width: 70px;
    margin-left: 2px;
  }
}

  .w3-sidebar{
    height: calc(100% - 44px) !important;
    position: absolute !important;
    right: 0;
    z-index: 1010;
  }

  /*PAINEL DE LANCES*/

   /* Style the tab */
  .tab {
    overflow: hidden;
  }

  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 0.3s;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #f8f9fa;
  }

  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #eef1f3;
  }

  /* Style the tab content */
  .tabcontent {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    height: 180px;
    display: none;
  }
/*PAINEL DE LANCES - FIM*/


/*DESCRCOES E ULTIMOS LANCES*/
#ultimosLances .lance-superado .valor_lance {
  text-decoration: line-through;
  color: #ff0000;
}

#ultimosLances .lance-superado .valor_lance a {
  color: #ff0000;
}

.w3-descricoes{
  background-color:#fff;
  z-index:1010;
  overflow: auto;
}

.descricoes {
  position: absolute;
  left: 150px;
  z-index: 1020;
  padding-top: 3px;
}

  .descricoes .pre-scrollable {
    max-height: 300px;
    min-height: 300px;
    overflow-y: scroll;
    border-top: #ddd solid 1px;
    padding: 5px;
  }

  .descricoes .pre-scrollable h6 {
    margin: 0px;
  }

  #lista_lances h6 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  #lista_lances td {
    padding: 4px 2px;
  }

  #lista_lances th {
    padding: 4px 2px;
    background-color: #f5f5f5;
  }

  #div_inicial,
  #maior_lance {
    display: none;
    text-align: center;
    display: block;
    width: 100%;
  }

  #maior_lance .lance_atual,
  #div_inicial .valor_lance_inicial {
    font-size: 27px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  #maior_lance .label-valor-total {
    display: block;
    font-size: 12px;
    font-style: italic;
    padding: 4px 0px;
    text-align: center;
    background-color: #f5f5f5;
    color: #333;
    margin-top: 6px;
  }

  #maior_lance #valor-total {
    display: block;
    font-size: 15px;
    font-style: italic;
    padding: 2px;
    color: #333;
    font-weight: bold !important;
  }

  .w3-descricoes.w3-collapse{
    display:none
  }

  @media (min-width:576px){
    #lista_lances {
      height: 225px;
      overflow: hidden !important;
    }
    .lance-atual {
      height: 230px;
    }
    .descricoes .pre-scrollable {
      overflow-y: scroll;
    }

    #ultimoslances {
      display: block !important;
    }
  }

  @media (max-width: 991.98px){
    .descricoes {
      left: 0px;
    }
  }

  @media (max-width: 575.98px){
    #maior_lance h6 {
      font-size: 14px;
    }

    #maior_lance .lance_atual {
      font-size: 18px;
    }

    #maior_lance .usuario_maior_lance,
    #maior_lance .text-danger {
      font-size: 11px;
    }

    .w3-descricoes {
      box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.50);
    }

    .w3-descricoes .pre-scrollable {
      min-height: 200px;
      max-height: 500px;
    }

    .descricoes-alertas {
      position: absolute;
      z-index: 1010;
    }
    #lista_lances {
      position: absolute;
      top: 3px;
      width: 100%;
      z-index: 1020;
    }
    .lista-btn-close{
      float: right;
      width: 100%;
      background-color: #fff;
    }
  }

  .btn-descricoes-ultimoslances {
    position: absolute;
    right: 10px;
    width: 250px;
    height: 60px;
    z-index: 100;
  }

#painel_status {
  padding: .25rem 0px !important;
  text-align: center;
  margin: 0px;
  border-radius: .25rem!important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
}

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

#painel_status.aberto_lance{
  background-color: #28a745;
  color: #FFFFFF;
}

#painel_status.em_pregao{
  background-color: #009900;
  color: #FFFFFF;
}

#painel_status.nao_vendido,
#painel_status.sem_licitante {
  background-color: #666666;
  color: #FFFFFF;
}

#painel_status.doulhe1 {
  background-color:#f36c08;
}

#painel_status.doulhe,
#painel_status.doulhe2 {
  background-color: #CC6213;
}

#painel_status.vendido,
#painel_status.adjudicado{
  background-color: #CC0000;
  color: #FFFFFF;
}

#painel_status.condicional{
  background-color: #FFE451;
  color: #000;
}

#painel_status.repasse {
  background-color: #0066CC;
  color: #FFFFFF;
}

#painel_status.sustado,
#painel_status.retirado {
  background-color: #FF6600;
  color: #FFFFFF;
}

#painel_status.cancelado {
  background-color: #222222;
  color: #FFFFFF;
}

#painel-parcelado {
  float: left;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: .5rem .5rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.border-bottom {
  border-bottom: #ddd solid 1px;
}

div#mySidebarLote {
/*  height: 99%;*/
}

div#lista_lotes {
  margin-left: 5px;
}

div#lista_lotes a.link {
  display: block;
}

div#lista_lotes table tr:hover {
  background-color: #ddd!important;
  cursor: pointer;
}

div#lista_lotes table td {
  padding: 5px 3px;
  font-size: 15px;
  border-bottom: #ddd solid 1px;
}

div#lista_lotes .status_lote {
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  border-radius: .25rem;
  margin-left: 2px;
}

div#lista_lotes .V,
div#lista_lotes .A  {
  background: #CC0000;
  color: #FFFFFF;
}

div#lista_lotes .C {
  background: #FCCE18;
  color: #000;
}

div#lista_lotes .R {
  background: #0066CC;
  color: #FFFFFF;
}

div#lista_lotes .N {
  background: #666666;
  color: #FFFFFF;
}

div#lista_lotes .P {
  background: #009500;
  color: #FFFFFF;
}

div#lista_lotes .S {
  background: #FF6600;
  color: #FFFFFF;
}

div#lista_lotes .CA {
  background: #222222;
  color: #FFFFFF;
}

/*** travamento da tela quando nescessario ***/
div#bloqueio{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 1040;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

div#bloqueio_error {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    min-width: 50%;
    min-height: 20px;
    font: bold 20px Arial;
    color: #000000;
    border: #DD0000 solid 2px;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.50);
    text-align: center;
    z-index: 1060;
}

div#bloqueio_loader{
    display: none;
    position: absolute;
    top: 25%;
    left: 50%;
    min-width: 150px;
    min-height: 20px;
    font: bold 14px Arial;
    color: #333333;
    background: #FFFFFF url(/assets/images/loading_min.gif) no-repeat 5px center;
    padding: 10px 10px 10px 25px;
    margin-left: -100px;
    border: #555555 solid 1px;
    box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.50);
    z-index: 1060;
}

.btn-alert {
  margin-top: 5px;
  display: inline-block;
  padding: 7px 5px;
  border: #cc0000 solid 1px;
  color: #fff;
  background-color: #cc0000;
  font-size: 17px;
  text-decoration: none;
}

.button-notificacao {
  margin-top: 2px;
  margin-bottom: 5px;
  display: block;
  padding: 4px 10px;
  border: 1px solid #dee2e6;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  background-color: #f8f9fa;
  display: none;
}

.button-lido-notificacao {
  margin-top: 3px;
  margin-bottom: 5px;
  display: block;
  padding: 4px;
  text-align: center;
  border: 1px solid #dee2e6;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  background-color: #f8f9fa;
}

.button-notificacao:hover,
.button-lido-notificacao:hover {
  cursor: pointer;
  background-color: #eee;
}

.button-notificacao.active {
  background-color: #ffc107;
}

.button-notificacao.active:hover {
  cursor: pointer;
  background-color: #e0a800;
}

.notificacoes,
.ultima-notificacao {
  position: absolute;
  width: calc(100% - 10px);
  padding: 10px;
  border: #dee2e6 solid 1px;
  -webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.19);
  box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.19);
  z-index: 900;
  background-color: #fff;
  display: none;
}

.notificacoes .mensagens,
.ultima-notificacao .mensagens {
  display: block;
  height: 255px;
  overflow: auto;
  font-size: 15px !important;
  line-height: 16px;
  color: #444;
}

.notificacoes .mensagens em,
.ultima-notificacao .mensagens em {
  font-size: 11px !important;
  font-weight: bold;
}

.notificacoes table {
  width: 100%;
  border-collapse: collapse;
}

.notificacoes table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #CCCCCC solid 1px;
}

@media (min-width: 992px){
  .button-notificacao {
    margin-top: 2px;
    margin-bottom: 0px;
  }

  .linha-notificacao {
     margin-right:200px;
  }
}