.custom-file-label::after {
    content: "Procurar" !important;
}

.logo_leilao,
.logo_rodape,
.logo_organizador {
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo.close span {
    margin-left: -225px;
    margin-top: 12px;
    position: absolute;
    background-color: #cccccc;
    border-radius: 50%;
    padding: 0 5px;
}

.dark-logo {
    width: 200px;
    margin-left: -10px;
}

.logo-login {
    width: 230px;
    margin-bottom: 50px;
    margin-top: 30px;
}

/* SELECT2 Fixes */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 5px !important;
}

.select2-container {
    display: block !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
    font-weight: 400 !important;
    color: #54667a !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e9ecef !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 35% !important;
}

.playlist-container {
    margin-left: -30px;
    margin-top: -20px;
    margin-right: -30px;
}

/* .playlist-container .drag {
    float: left;
    cursor: move;
} */

.playlist-container .lote-list {
    background-color: #ffffff;
    position: absolute;
    width: 300px;
    height: 100%;
    border-right: 1px solid #e8eef3;
    margin-top: -1px;
}

.playlist-container .lote-list tr {
    cursor: pointer;
    background-color: #ffffff;
}

.lances-container,
.lances-empty {
    background-color: #ffffff;
    margin-left: 300px;
    min-height: 100%;
    padding: 20px 20px;
}

.lances-container h1,
.lances-container h2 {
    color: #54667a;
}

.lances-container .big-font.valor {
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
}

.lances-container .big-font.valor span.qtd {
    font-size: 20px;
    font-weight: 200;
}

/* .lote-list tr {
    cursor: move;
} */

.lote-item img {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -30px;
}

.lote-item.ativo td {
    background-color: #009efb;
    -webkit-transition: background-color ease-out 700ms;
    -moz-transition: background-color ease-out 700ms;
    -o-transition: background-color ease-out 700ms;
    transition: background-color ease-out 700ms;
}

.lote-item.ativo .user-meta-info:after {
    content: '';
    width: 20px;
    height: 20px;
    float: right;
    display: inline-block;
    background-image: url(../assets/images/arrow-point-to-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 110px;
    margin-top: -10px;
}

.lote-item.ativo h5.user-name.mb-0 {
    color: #fff;
    font-weight: 600;
}

.lote-item.ativo small.user-work.text-muted {
    color: #ffffff !important;
    font-weight: 100;
}

tr.lote-item.faturado {
    background-color: #c7f5cd;
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.lote-item.faturado h5.user-name.mb-0 {
    color: #636363;
    font-weight: 600;
}

.lote-item.faturado small.user-work.text-muted {
    color: #636363 !important;
    font-weight: 100;
    position: absolute;
    margin-top: 2px;
}

.lote-item.faturado .user-meta-info:after {
    content: '';
    width: 25px;
    height: 25px;
    float: right;
    display: inline-block;
    background-image: url(../assets/images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 235px;
    margin-top: -8px;
}

.lote-faturado h3 {
    color: #39c449;
    font-size: 50px;
    text-transform: uppercase;
    border: 3px dashed;
    border-radius: 10px;
    margin-top: 7%;
    padding: 30px 10px;
}

tr.lote-item.pista {
    background-color: #ffbc34;
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.lote-item.pista h5.user-name.mb-0 {
    color: #212529;
    font-weight: 600;
}

.lote-item.pista small.user-work.text-muted {
    color: #212529 !important;
    font-weight: 100;
}

.lote-item.pista .user-meta-info:after {
    content: '';
    width: 25px;
    height: 25px;
    float: right;
    display: inline-block;
    background-image: url(../assets/images/martelo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 105px;
    margin-top: -8px;
}

.lote-pista h3 {
    color: #39c449;
    font-size: 50px;
    text-transform: uppercase;
    border: 3px dashed;
    border-radius: 10px;
    margin-top: 7%;
    padding: 30px 10px;
}

tr.lote-item.vendido {
    background-color: #c7f5cd;
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.lote-item.vendido h5.user-name.mb-0 {
    color: #636363;
    font-weight: 600;
}

.lote-item.vendido small.user-work.text-muted {
    color: #636363 !important;
    font-weight: 100;
}

.lote-item.vendido .user-meta-info:after {
    content: '';
    width: 25px;
    height: 25px;
    float: right;
    display: inline-block;
    background-image: url(../assets/images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 105px;
    margin-top: -8px;
}

.lote-vendido h3 {
    color: #39c449;
    font-size: 50px;
    text-transform: uppercase;
    border: 3px dashed;
    border-radius: 10px;
    margin-top: 7%;
    padding: 30px 10px;
}

#placar {
    background-color: #263238;
}

#placar span {
    font-size: 60px;
    color: #263238;
    font-weight: 500;
}

#placar.tempo-real span {
    font-size: 15px;
    color: #fff;
    font-weight: inherit;
}

#placar .titulo {
    background-color: #39c449;
    color: #ffffff;
    font-size: 60px;
    font-weight: 500;
    min-height: 20px;
}

#placar .valor {
    background-color: #f62d51;
}

#placar .valor.vendido {
    background-color: #39c449;
}

#placar .valor span {
    font-size: 120px;
    color: #ffffff;
}

#placar .valor h2.titulo-vendido {
    color: #FFFFFF;
    margin-bottom: -30px !important;
    padding-bottom: 0 !important;
    font-size: 40px;
}

#placar .lote {
    background-color: #ffffff;
    padding: 0;
}

#placar .vendedor {
    background-color: #ffffff;
    text-transform: uppercase;
}

#placar .lote span {
    font-size: 60px;
}

#placar h5 {
    color: #263238;
    font-weight: 500;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: -20px;
}

#placar .infos {
    background-color: #ffffff;
    padding: 0;
}

#placar .infos h3 {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
}

#placar .leilao {
    background-color: #4D5D65;
    position: absolute;
    bottom: 0;
    margin-left: -15px;
}

#placar .leilao span {
    color: #ffffff;
    font-size: 40px;
}

.bg-grey {
    background-color: #E9ECEF !important;
    color: #54667a !important;
}


.column {
    background-color: #E9ECEF;
    border: 1px solid #ccc;
    min-height: 500px;
    border-radius: 2px;
}

.column-head {
    background-color: #fff;
    height: 100px;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-left: 15px;
}

.column-head h2 {
    color: #54667a;
}

.column-head input {
    width: 70% !important;
}

.column .column-itens {
    padding: 10px;
}

.column .iten {
    background-color: #f2f7f8;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    margin-bottom: 10px;
    cursor: move;
}

#lotes,
#ordenados {
    min-height: 500px;
}

#lotes .btn-info,
#ordenados .btn-danger {
    position: absolute;
    right: 50px;
    margin-top: -45px;
}

#ordenados .btn-info {
    display: none;
}

#lotes .btn-danger {
    display: none;
}

#lote-form .linha-crias {
    background-color: antiquewhite;
    border-radius: 10px;
    padding: 7px 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 90px;
}

.column-itens h3 {
    color: #54667a;
    font-weight: 500;
}

.column-itens h5 {
    color: #90a4ae;
}

.column-itens .ordem {
    border: dashed 2px #90a4ae;
    float: right;
    width: 70px;
    height: 50px;
    margin-top: -80px;
    position: absolute;
    right: 140px;
}

.column-itens .ordem h2 {
    margin-top: 10px;
    font-weight: 900;
    color: currentcolor;
}

#lotes .ordem {
    display: none;
}

/* .lote-list .dropdown-toggle:after {
    display: none !important;
} */

.lotes-list ul.dropdown-menu.show {
    padding: 15px;
    margin-top: 14px;
}

.lotes-list ul.dropdown-menu.show:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFF;
    border-width: 15px;
    margin-left: 24px;
    margin-top: 20px;
}

#contrato {
    color: #2c2b2e;
    font-size: 20px;
}

#contrato #printableArea .assinaturas span,
#mapa-comprador #printableArea .assinaturas span,
#mapa-vendedor #printableArea .assinaturas span {
    display: block;
    margin: 50px 0;
}

#contrato #printableArea .assinaturas .linha-ass,
#mapa-comprador #printableArea .assinaturas .linha-ass,
#mapa-vendedor #printableArea .assinaturas .linha-ass {
    border-top: 1px solid #2c2b2e;
}

#contrato .nota {
    margin: 100px 0 50px;
    border: 2px solid #001;
    padding: 20px;
    font-size: 20px;
}

#contrato .nota:before {
    content: '';
    border-top: 2px dashed rgba(0, 0, 0, .1);
    position: absolute;
    width: 100%;
    margin-top: -75px;
    left: 0;
}

#contrato .nota h3 {
    border-bottom: 2px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
    padding-bottom: 20px;
}

#contrato .texto-data .data {
    font-size: 20px !important;
    display: inline;
    border-bottom: 1px solid;
}

#contrato .texto-data span {
    width: 50px;
    display: inline-block;
}

#contrato .texto-data span:nth-child(3n) {
    width: 100px !important;
}

#contrato .linha-ass {
    border-top: 1px solid #2c2b2e;
}

tr.line td {
    padding: 0;
    margin: 0;
    height: 3px;
    background-color: #000;
}

#tbclientes_filter,
#tblotes_filter,
#tborganizadores_filter {
    display: none !important;
}

#printableArea {
    color: #000 !important;
}

#printableArea p.text-muted {
    color: #000000 !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}

#printableArea small.user-work.text-muted,
#printableArea th span,
#printableArea tr strong {
    color: #000000 !important;
    text-transform: uppercase !important;
}

#printableArea h3 strong,
#printableArea h3 b {
    text-transform: uppercase !important;
}

table .noborder {
    border-top: none;
    padding-top: 0;
}

.logo-relat {
    width: 80px;
}

.box-gta {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 30px;
    /* width: 30%; */
}

.bt-mais-uma,
.bt-exclui-regra {
    /* margin-top: 30px; */
}

form.cards-regras .bt-salvar {
    right: 30px;
    position: absolute;
    bottom: -20px;
}

form.cards-regras .box-filtros {
    margin-bottom: 80px;
}

#contrato .fonte-media {
    font-size: 15px;
}

.compacto .caixa {
    min-height: 220px;
}

.compacto .caixa .titulo h5 {
    color: #FFFFFF !important;
    font-size: 50px !important;
}

.compacto .caixa h3.nome_,
.compacto .caixa h3.sexo_,
.compacto .caixa h3.qtd_,
.compacto .caixa h3.meio {
    font-size: 100px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.compacto .caixa h3.peso,
.compacto .caixa h3.valor_kg,
.compacto .caixa h3.arroba,
.compacto .caixa h3.valor_arroba {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.compacto .caixa h3.meio {
    font-size: 60px !important;
}

.compacto .caixa.valor .valor {
    margin-top: 50px;
    text-align: center;
}

.compacto span.valor_ {
    font-size: 140px !important;
}


#catalogo {
    background-color: #fff;
}

#catalogo h1,
#catalogo h2,
#catalogo h3,
#catalogo h4 {
    color: #555555 !important;
}

#catalogo .card {
    background-color: #555555;
    color: #fff;
}

#catalogo h5 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: -20px;
}

#catalogo h5.card-title.mb-2 {
    background-color: #0077bc;
    border-radius: 5px;
    padding: 5px 15px;
}

#catalogo h5 span.qtd {
    font-weight: 100;
    font-size: 20px;
    margin-top: 5px;
}

#catalogo h5 span.nome {
    font-weight: 100;
}

#catalogo .phone span.qtd {
    color: #fff;
    margin-left: 13px;
    margin-top: 5px;
    font-size: 15px;
}

#catalogo .line-footer {
    background-color: #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

#catalogo .line-footer .img-rematei {
    float: right;
}

#nota-fiscal .box-vendedor,
#nota-fiscal .box-comprador,
#nota-fiscal .box-nota {
    BACKGROUND-COLOR: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 20px;
}

.badge-softdanger {
    color: #212529;
    background-color: #ff839a;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #catalogo h5 {
        font-size: 20px !important;
    }

    #catalogo .itens p {
        margin-bottom: -3px !important;
    }

    #catalogo h5 span.qtd {
        display: none;
    }

    #catalogo .desktop {
        display: none;
    }

    #catalogo .custom-logos {
        text-align: center;
    }

    #catalogo .line-footer {
        text-align: center;
    }

    #catalogo .line-footer .img-rematei {
        float: inherit;
    }

    #catalogo .logo-rematei {
        display: none;
    }

    #catalogo .card {
        margin-bottom: 5px !important;
    }

    #catalogo .card .card-body {
        padding: 5px 20px;
    }
}

#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link .feather {
    color: #024997;
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link,
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link {
    color: #024997;
}

#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover {
    color: #00bfe2;
}

#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover .feather {
    color: #00bfe2;
}

#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active {
    color: #00bfe2;
}

#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-left: 3px solid #00bfe2;
    color: #00bfe2;
}

#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active .feather {
    color: #00bfe2;
}

#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active {
    color: #00bfe2;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}
