@charset "utf-8";
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

.padding-n {
    padding: 0 !important;
}

/* Global CSS3 */
.cont-leilao {
    z-index: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top: 0;
    /*-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);*/
    display: block;
    background-color: #FFFFFF !important;
    margin-bottom: 20px;
}

.cont-leilao .item-leilao {
    float: left;
    display: block;
}

.def-padding {
    padding: 32px;
    position: relative;
}

.lote-actions a {
    font-size: 13px;
}

.lote-actions a:after {
    content: '|';
    margin-left: 8px;
    margin-right: 8px;
}

.lote-actions a:last-child:after {
    content: '';
    margin-left: 0;
    margin-right: 0;
}

.lote-actions a i {
    margin-right: 2px;
}

.item-condicoes, .item-condicoes > strong {
    font-size: 22px;
    text-transform: uppercase;
    background-color: #333;
    color: #FFFFFF;
    padding: 1px 6px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lote-comitente-logo {
    padding: 4px;
    background-color: #f2f2f2;
    display: inline-block
}

.item-title {
    max-width: inherit;
    padding: 0;
    padding-right: 40px;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    margin-top: 36px;
}

.subitem-title {
    font-weight: bold;
    margin-top: 12px;
    text-transform: initial !important;
    color: #464a5d;
}

.item-date a {
    display: block;
    margin-top: 12px;
    color: #556598;
    line-height: 1.3;
}

.item-favorite-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
}

/*.item-favorite-btn i{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	text-align: center;
	margin: auto;
	right: 0;
}*/
.item-favorite-btn .show-hover {
    display: none;
}

.item-favorite-btn:hover .hide-hover, .item-favorite-btn.active .hide-hover {
    display: none;
}

.item-favorite-btn:hover .show-hover, .item-favorite-btn.active .show-hover {
    display: inline-block;
    color: crimson;
}

.item-business {
    margin-top: 20px;
}
.item-business-top-right{
    float: right;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.fix-observation{
    font-size: 11px;
    line-height: 1.2;
    text-align: justify;
}
.fix-observation .subitem-title{
    margin-bottom: 6px;
}

.business-name {
    /*color: #39b54a;*/
    color: #333;
    font-size: 16px;
}

.business-condition {
    font-size: 10px;
    margin-top: 10px;
    text-align: justify;
}

.item-ico {
}

.item-visit {
    margin-top: 20px;
}

.page-info {
    margin-bottom: 6px;
    font-size: 13px;
}

#video-frame{
    width: 100%;
    height: 100%;
}
.cont-leilao .left-leilao {
    width: 55%;
    float: left;
    display: block;
}

.cont-leilao .left-leilao .lote-thumbs {
    width: 100%;
    display: block;
    float: left;
    margin-top: 5px;
    overflow: hidden;
}

.cont-leilao .left-leilao .lote-thumbs li a, .videos li a {
    width: 19%;
    margin-right: 1.25%;
    float: left;
    background-color: #f2f2f2;
    /*border: #dddddd 1px solid;*/
    display: flex;
    align-items: center;
    height: 85px;
    position: relative;
}

.cont-leilao .left-leilao .lote-thumbs li.selected a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #11AAFF;
    opacity: 0.6;
}

.cont-leilao .left-leilao .lote-thumbs li a img {

}

.cont-leilao .left-leilao .lote-thumbs li:nth-child(5) a {
    margin-right: 0 !important;
}

.left-leilao .showInfos{
    display: block;margin-top: 10px;
}
.left-leilao .showInfos div{
    margin-bottom: 5px;
    color: #828282;
}
.left-leilao .showInfos strong{}

.cont-leilao .right-leilao {
    width: 45%;
    float: left;
    display: block;
    color: #999;
}


.cont-leilao .right-leilao .item-accessories .upper{
    text-transform: uppercase;
}

.lote-thumbs .more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(85, 101, 152, 0.5);
    font-size: 42px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
}

#lote-image-container {
    min-height: 450px;
    max-height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.mais-destaques {
    font-size: 24px;
    margin: 35px 0 25px 0;
}

.page-info {
    margin-top: 18px;
}

/* Aba Lances */
.lote-aba-lances {
    z-index: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    display: block;
    background-color: #333333 !important;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.lote-aba-lances .wrapper-md {
    padding: 20px;
}

.lote-aba-lances .aba-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.lote-aba-lances .aba-title-empty {
    display: block;
    font-size: 15px;
    color: #ff7d5b;
    margin-bottom: 20px;
}

.btn-lance {
    display: block;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 14px;
    -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.75);
    color: #333333;
    background-color: #FFFFFF;
    border: none;
    font-weight: bold;
}

.btn-lance:hover {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    filter: brightness(1.2);
}

.btn-lance.btn-lance-incremento {
    background-color: #40CF6B;
}

.btn-lance.btn-lance-manual {
    background-color: #9DC44D;
}

.lote-aba-lances .lance-automatico-config {
    margin-top: 20px;
}

.lote-aba-lances .lance-automatico-config span {
    display: block;
    font-size: 11px;
    margin-top: 14px;
}

table.table-lote-lance-status {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin: -10px auto;
    padding: 0;
}

table.table-lote-lance-status tr th, table.table-lote-lance-status tr td {
    border-color: #333;
    margin-bottom: 10px;
    padding: 10px;
}

table.table-lote-lance-status tr td:last-child {
    background-color: #666666;
}

table.table-lote-lance-status tr td.input-ultimo-lance {
    background-color: #666666;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

table.table-lote-lance-status tr td.input-ultimo-lance.novoLance {
    background-color: #01cb3a !important;
    -webkit-transition: background-color 0s ease-out;
    -moz-transition: background-color .0s ease-out;
    -o-transition: background-color .0s ease-out;
    transition: background-color .0s ease-out;
}

table.table-lote-lance-status tr:last-child td:last-child {
    background: none;
    border-spacing: 0px;
    position: relative;
}

table.table-lote-lance-status tr:last-child td:last-child > div {
    margin-top: -12px;
}

table.table-lote-lance-status tr td.big {
    font-size: 18px;
    font-weight: bold;
}

table.table-lote-lance-historico tr.meuLance td {
    background-color: #6e6e6e !important;
}

table.table-lote-lance-historico {
    width: 100%;
    border-collapse: separate;
    border: none;
    padding: 0;
    background-color: #666666;
}

.meuLanceVencedor {
    background-color: #40CF6B;
    margin: 0 -10px;
    padding: 10px;
}

.label-meu-lance {
    display: inline-block;
    padding: 0 4px;
    font-size: 9px;
    font-weight: bold;
    background-color: #ffffff;
    color: #333333;
    margin-left: 4px;
    cursor: default;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*table.table-lote-lance-historico thead, table.table-lote-lance-historico tbody tr {
    display: table;
    width: 100% ;
    table-layout:fixed;
}*/
table.table-lote-lance-historico tr th, table.table-lote-lance-historico tr td {
    margin-bottom: 10px;
    padding: 10px;
}

table.table-lote-lance-historico tr th {
    font-size: 12px;
    font-weight: bold;
    border-bottom: #474747 1px solid !important;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 0%, #626262 0%, #4f4f4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 0%, #626262 0%, #4f4f4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%, #2989d8 0%, #626262 0%, #4f4f4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#4f4f4f', GradientType=0); /* IE6-9 */
}

table.table-lote-lance-historico tr td {
    border-bottom: #474747 1px solid !important;
    border-top: #767676 1px solid !important;
    font-size: 12px;
    cursor: default;
}

table.table-lote-lance-historico tr td:last-child, table.table-lote-lance-historico tr th:last-child {
    text-align: right;
}

table.table-lote-lance-historico tr:first-child td:first-child {
    font-weight: bold;
}

/*table.table-lote-lance-historico tbody{
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}*/
@media screen and (max-width: 1220px) {
    #destaques {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .page-info .leilao-titulo, .page-info .lote-actions {
        width: 100%;
        text-align: center;
    }

    .page-info .lote-actions {
        margin-top: 16px;
    }

    .page-info {
        margin-bottom: 0;
        margin-top: 0;
    }

    .row-lance .aba1 {
        position: inherit !important;
    }

    .lote-aba-lances .aba-naologado, .lote-aba-lances .confirm {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    .lote-aba-lances .naologado .aba-naologado, .lote-aba-lances .confirm {
        justify-content: flex-start !important;
    }

    .btns-lance {
        display: flex;
        flex-direction: row;
    }

    .btn-lance {
        flex: 1;
        margin-right: 2%;
    }

    .btn-lance:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .cont-leilao .left-leilao {
        width: 100%;
        float: none;
        display: block;
    }

    #lote-image-container {
        height: auto;
    }

    .cont-leilao .right-leilao {
        width: 100%;
    }
}