.lote-trt{
    margin-top: 15px;
    padding-top: 5px;
}
h3.numero-lote{
    margin-top: 0px;
    margin-bottom: 0px;
}
.img-lote-trt{
    padding-right: 0px;
}
.img-lote-trt img{
    width: 100%;
}
.vara-lote{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: -5px;
}
.matricula-lote{
    border: 1px solid #cac9c9;
    float: none;
    margin-bottom: 3px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #5e605f;
}
.especificacoes-lote-trt{
    text-align: justify;
    height: 150px;
    overflow-y: auto;
}
.especificacoes-lote-trt-full{
    height: 245px;
}
.lote-trt hr{
    margin-top: 5px;
    margin-bottom: 5px
}
.lote-trt .img-info{
    width: 20px;
}
.numero-vara-trt{
    font-size: 28px;
}
#DarLanceLote .oculta-lances{
    margin-top: -133px;
    padding-top: 50px;
    padding-bottom: 50px
}
#nav-detalhes-lote{
    background: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #d1d1d1 #d1d1d1 #e8e8e8;
}
.background-lote-retirado{
    position:absolute;
    z-index:0;
    display:block;
    left: 30%;
    /*min-height:50%;*/ 
    min-width:40%;
    color:red;
}
.background-lote-retirado p{
    font-size:90px;
    font-weight: bold;
    color: red;
    transform:rotate(330deg);
    -webkit-transform:rotate(330deg);
}