﻿.body {
    max-width: 1600px;
}

.small {
    font-size: 9pt;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.bg-primary {
    background-color: #d20000 !important;
}

.modal-header {
    height: 70px;
}

.modal-title {
    color: #fff !important;
}

.close {
    color: #d20000 !important;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px;
}

.border-light {
    border: 2px solid #d20000 !important;
    border-radius: 4px;
}

.img-crop {
  display: inline-block;
  overflow: hidden;
  line-height: 0;
}

.img-crop img {
  display: block;
  transform: scale(1.02) !important;
  transform-origin: center center;
}

#toTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    z-index: 999;
    padding: 10px;
    color: #8E8E8E;
    cursor: pointer;
    display: none;
    font-family: "Roboto", sans-serif;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
}

    #toTop i {
        margin: 0 10px 0 0;
    }


span.filter_icon {
    position: absolute;
    top: 3px;
    float: right;
    margin-left: 10px;
    background-color: #d20000;
    height: 39px;
    border: 1px solid transparent;
    padding: 0px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    span.filter_icon:hover {
        background-color: transparent;
        border-color: #d20000;
    }

    span.filter_icon i {
        line-height: 39px;
        color: #ffffff;
    }

    span.filter_icon:hover i {
        color: #d20000;
    }


span.btn_icon {
    top: 3px;
    /*margin-left: 10px;*/
    background-color: #d20000;
    height: 39px;
    border: 1px solid #fff;
    padding: 0px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    span.btn_icon:hover {
        background-color: darkred; /*transparent;*/
        /*border-color: #d20000;*/
        color: #fff;
    }

    span.btn_icon i {
        line-height: 39px;
        color: #ffffff;
    }

    span.btn_icon:hover i {
        /*color: #999;*/ /*#d20000;*/
    }

    span.btn_icon.disabled {
        background-color: #ccc;
    }

/* Botão Dar Lance*/
.lance_icon a:hover, .lance_icon a:focus {
    color: #ffffff;
}

.lance_icon a:before {
    background-color: #d20000;
}

span.lance_icon {
    /*float: right !important;*/
    padding-left: 0 !important;
}

.lance_icon a {
    padding: 10px 10px;
    /*width: 120px;*/
    /*float: right;*/
    color: #ffffff;
    background-color: #d20000;
    display: block;
    position: relative;
    line-height: 23px;
    /*z-index: 1;*/
    border-radius: 5px;
    border: 1px solid #d20000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .lance_icon a:hover,
    .lance_icon a:focus {
        color: #d20000 !important;
        background-color: transparent;
    }

.lote_box {
    border: 1px solid #ccc;
}

.nav-link {
    color: #495057;
}

    .nav-link:hover {
        color: #d20000;
    }

    .nav-link.active {
        color: #d20000 !important;
        font-weight: bold;
    }

div.editable {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px !important;
}

.hm_heading {
    margin-bottom: 20px !important;
}

.lance {
    font-size: 16pt;
    font-weight: bold;
    text-align: right;
    width: 120px;
    padding: 10px;
}

.sub-menu-right {
    position: absolute;
    right: 0;
    left: unset !important;
    top: 100%;
}

.lnkDarLance {
    color: #fff;
    background-color: darkred;
    padding: 3px 10px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.margin_btm0 {
    margin-bottom: 0px !important;
}

.margin_btm10 {
    margin-bottom: 10px !important;
}

/*.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}*/

._2p3a {
    width: 100% !important;
}

/*span.required {
    color: red;
}*/

.required:after {
    content: " *";
    color: red;
}

p.info-block {
    line-height: 15px;
    padding: 5px;
    margin: 0px;
    font-size: 9.5pt !important;
}

div.msg-leiloeiro {
    width: 150px;
    min-height:60px;
    padding: 0px;
    margin: 0px 10px 3px 0px;
    border: 1px solid #d20000 !important;
    border-radius: 4px;
    color: #fff;
    background-color: crimson;
}

div.msg-cliente {
    width: 150px;
    min-height: 60px;
    padding: 0px;
    margin: 0px 10px 3px 0px;
    border: 1px solid #495057 !important;
    border-radius: 4px;
    color: #000;
    background-color: #FCE266;
}

div.msg-final {
    width: 150px;
    min-height: 60px;
    padding: 0px;
    margin: 0px 10px 3px 0px;
    border: 1px solid darkred !important;
    border-radius: 4px;
    font-size: 12pt;
    color: #fff;
    background-color: #d20000;
    text-align: center;
    vertical-align: central;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.info-faxixa {
    float: left;
    display: block;
    width: 140px;
}

.tooltip-inner {
    max-width: 320px !important;
}

#HistAndamento{
    background-color: #ccc;
}

.fixedBottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}

#infAndamentoLote {

}

#infAndamentoLote::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

#infAndamentoLote::-webkit-scrollbar-track {
    background: #ccc; /* color of the tracking area */
}

#infAndamentoLote::-webkit-scrollbar-thumb {
    background-color: #53565a; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid #eee; /* creates padding around scroll thumb */
}

/*
*
* ==================================================
* COUNTDOWN
* ==================================================
*
*/
.countdown {
  text-transform: uppercase;
  font-weight: bold;
}

    .countdown span {
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        font-size: 3rem;
        margin-left: 0.8rem;
    }

        .countdown span:first-of-type {
            margin-left: 0;
        }

.countdown-circles {
    text-transform: uppercase;
    font-weight: bold;
}

    .countdown-circles span {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    }

        .countdown-circles span:first-of-type {
            margin-left: 0;
        }

.bg-gradient-3 {
    background: #d20000;
    /*background: -webkit-linear-gradient(to right, #ff416c, #ff4b2b);
    background: linear-gradient(to right, #ff416c, #ff4b2b);*/
}

a.bgred {
    color: #fff !important;
    background-color: #8C0000 !important;
}

    a.bgred:hover {
        color: #8C0000 !important;
        background-color: #fff !important;
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.proximoslotes {
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 160px;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
}

.proximoslotes div {
    padding: 0px 5px 0px 5px;
    white-space: normal;
    overflow: hidden;
    display: inline-block;
}

.imgproximolote {
    width: 100px;
}

h5.subtitulo {
    color: #333;
    font-size: 14px;
    font-weight: 800;
    font-family: "Avenir W01","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.color {
    color: #d20000 !important;
}
