.container.lot.streaming.mobile {
    margin-top:10px !important;
}

.container-video-layer-relative {
    position:relative;
    width: 100%;
}

.container-video-layer-col {
    background: rgb(46, 0, 102);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(46, 0, 102) 100%);
    float: right;
    height:1500px;
}


.container-video-layer-col.winner {
    background: rgb(0, 102, 51);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 102, 51) 100%);
}

.container-video-layer-col.looser {
    background: rgb(102, 0, 0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(211, 0, 0) 100%);
}

html.winner {
    background: rgb(0, 102, 51);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 102, 51) 100%);
}

.shadow-winner {
    /*box-shadow: rgba(137, 227, 26, 0.45) 0px 25px 20px -20px;*/
    box-shadow: rgba(139, 252, 0, 0.56) 0px 22px 70px 4px;
}

.shadow-looser {
    /*box-shadow: rgba(227, 33, 26, 0.45) 0px 25px 20px -20px;*/
    box-shadow: rgba(227, 33, 26, 0.56) 0px 22px 70px 4px;
}
  


.container-video-layer-col hr {
    background: rgb(255, 255, 255);
}

.container-video-layer-col .table.bids , .container-video-layer-col .table.bids h6 {
    color:white !important;
}

.container-video-layer-col .table.bids td {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.container-video {
    /*background-color: rgb(46, 0, 102)*/
}

.container-streaming.no-mobile {
    
}

#l-title {
    font-weight: 600;
}



/**
 * LISTADO DE ORDEN DE VENTA
 */

.tr-lot td {
    vertical-align:middle;
}

.tr-lot.current td {
    background-color: rgb(66, 43, 92);
    color:white;
}

.tr-lot.current td a {
    color:white;
}

@media (max-width: 767.98px) {

    #l-title {
        font-size: 16px;
    }

}