@charset "utf-8";

body{
    background-color: #f9f9f9;
}
.page-info{
    padding-top: 5px;
}
.flex-lotes article{
    background-color: #FFFFFF !important;
}

.lote-actions2 a {
    display: block;
    margin-bottom: 8px;
    color: #000000;
} /* TODO: TMP */

.lote-aba-lances{
    position: relative;
}
.lote-aba-lances .pregao-active{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1099;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.lote-aba-lances .pregao-alert{
    text-align: center;
}
.lote-aba-lances.hasPregao .pregao-active{
    display: flex;
}
.lote-aba-lances .pregao-alert p{
    display: block;
    padding-bottom: 16px;
}
.lote-aba-lances .aba-naologado, .lote-aba-lances .confirm{
    display: none;
    position: absolute;
    top: -20px;
    left: -5px;
    right: -5px;
    bottom: -20px;
    background: rgba(0,0,0,0.8);
}
.lote-aba-lances .naologado .aba-content, .lote-aba-lances .hasConfirm .aba-content{
    filter: blur(5px);
}
.lote-aba-lances .naologado .aba-naologado, .lote-aba-lances .confirm{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    z-index: 999;
}
.lote-aba-lances .confirm.hide{
    display: none !important;
}
.lote-aba-lances .naologado .aba-naologado p, .lote-aba-lances .confirm p{
    text-align: center;
    font-weight: bold;
}
.lote-aba-lances .naologado .aba-naologado p, .lote-aba-lances .confirm a{
    outline: none !important;
}
.lote-aba-lances .confirm p{
    font-size: 16px;
}

.row-lance{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lote-notification-sound{
    font-size: 10px;
    text-transform: uppercase;
}
.lote-notification-sound input{
    vertical-align: middle;
    margin: 0;
}
.lote-notification-sound label{
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}
.lote-notification-sound span {
    vertical-align: middle;
}

.lote-confirm-lance-manual{
    font-size: 11px;
    text-transform: uppercase;
}
.lote-confirm-lance-manual input{
    vertical-align: middle;
    margin: 0;
}
.lote-confirm-lance-manual label{
    display: block;
    float: left;
    padding-right: 10px;
}
.lote-confirm-lance-manual span {
    vertical-align: middle;
}
.btns-lanceManual{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.btns-lanceManual .btn{
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}
.lanceManual input[type="text"]{
    display: block;
    margin-bottom: 12px;
    color: #FFFFFF;
    width: 100%;
    background-color: #666666;
    border: none;
    text-align: center;
    padding: 8px;
    outline: none;
    font-size: 18px;
}
.lanceManual{
    flex: 1;
    width: 100%;
}

.lote-nav{
    width: 100%;
    z-index: 100;
    color: #333333;
    padding: 4px;
    display: block;
    margin-top: -20px;
}
.lote-nav .title{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    float: left;
}

.lote-nav-nav{
    margin-top: 10px;
    margin-left: 20px;
    float: right;
}
.lote-nav a.nav-action{
    background: #556598;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.lote-nav input{
    color: #333;
    text-align: center !important;
    font-weight: bold;
}

/**/
.showDocumentos-lote{
    background-color: #4b5861;
}
.showDocumentos-lote ul{
    
}
.showDocumentos-lote ul li{
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
}
.showDocumentos-lote ul li a{
    font-weight: bold;
    user-select: none;
    color: #FFFFFF;
}

.valorTaxa{
    display: block;
    margin-top: 4px;
}
.showLeiloeiro,
.showComitente{
    float: left;
    width: 100%;
    margin: 15px 0 10px 0;
    position: relative;
}
.showLeiloeiro .subitem-title{
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.showLeiloeiro .left-item,
.showComitente .left-item{
    float: left;
}
.showLeiloeiro span,
.showLeiloeiro strong,
.showComitente span,
.showComitente strong{
    display: block;
}
.showLeiloeiro strong,
.showComitente strong{
    margin: 4px 0 10px 0;
}
.showLeiloeiro .logoLeiloeiro,
.showComitente img{
    width: 80px;
    object-fit: contain;
    display: block;
    float: right;
}

@media screen and (max-width: 992px){
    .lote-aba-lances .aba-title-empty{
        margin-bottom: 0;
    }
    .row-lance{
        display: block;
    }
}