body {
    background: #FBFBFB;
}

input[readonly] {
    background-color: #FFF !important;
}

form.clicadoClear .select2-selection{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
}

.title-modal-container{
    background: #DADADA;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 16px 0;
}
.title-modal-container p{
    margin: 0;
    padding: 0;
    padding-left: 8px;
    color: #656565;
    font-weight: bold;
}

.add-field-buyer span.select2-selection.select2-selection--single{
  height: 26px !important;
  font-size: 12px;
}
.form-control-reduzido {
  height: 26px !important;
  font-size: 12px;
}
.fecharModal {
    font-size: 1em;
}
.hide{
    display: none;
}
.status-kpi {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 35px;
    margin-bottom: 5px !important;
    min-height: 90px;
}
.time-line-kpi {
    margin-bottom: 0 !important;
    min-height: 64px;
}
.group-line-kpi{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    margin-top: 9px;
}
.group-line-kpi > p {
    margin: 0;
    font-size: 12px;
    min-width: 112px;
    text-align: center;
}
.group-line-kpi > p.date {
    margin-top: 5px;
}
.group-line-kpi > p.user span {
    max-width: 90px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.group-circle-kpi {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.group-circle-kpi:first-child{
    margin-left: 50px;
}
.group-line-kpi:last-child{
    display: none;
}
.group-circle-kpi > p{
    font-weight: 700;
    position: absolute;
    font-size: 12px;
    top: -17px;
    min-width: 145px;
    text-align: center;
}
.group-circle-kpi > p:last-child{
    top: 26px;
}
.circle-kpi{
    width: 24px;
    height: 24px;
    background: red;
    border-radius: 50%;
}
.line-kpi{
    width: 100%;
    height: 6px;
    background: red;
}
.action-operation-shipping > button {
    background: #BB2233;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    margin: 0 8px;
}
.print-shipping{
    background: #BB2233;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    margin: 0 8px;
}

.print-shipping:hover {
    background: #770000;
    color: #ffffff;
    transition: .3s;
    text-decoration: none;
}

.action-operation-shipping > button:first-child {
    margin: 0 8px 0 0;
}

.action-operation-shipping > button:hover {
    background: #770000;
    color: #ffffff;
    transition: .3s;
}

/* tabela relatório */
.relatorio {
    font-family: 'Roboto', sans-serif;
    width: 600px;
    background: #FFFFFF;
    padding: 16px;
}

.text-relatorio {
    margin: 16px;
    font-size: 12px;
}

#itens-relatorio td {
    border-bottom: 1px solid #d5d5d5;
    padding: 4px 0;
}

.login {
    height: 90vh;
    width: 100vw;
    overflow: hidden;
}

.bg-login-rh {
    background-image: url(../img/containers.png);
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.logo-bv {
    display: flex;
    justify-content: center;
    margin: 45px 0 15px 0;
}

.logo-bv img {
    width: 36%;
}

.nome-sistema {
    display: flex;
    justify-content: center;
    margin: 0 0 70px 0;
}

.nome-sistema p {
    margin: 0;
    font-size: 2.5rem;
    color: #666666;
    font-weight: 100;
}

.login form input {
    border: none;
    border-bottom: 2px solid #666666;
    height: 40px;
}

/* HEADER DEFAULT */
.header-rh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to right, #770000, #330000);
    height: 80px;
    width: 100%;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.4);
}

.logo-rh img {
    width: 210px;
}

.user-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.perfil-header {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.empresa-header select {
    color: #fff;
    background: none;
    border: none;
    font-weight: 100;
    cursor: pointer;
}

.divisor {
    width: 1px;
    margin: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linha {
    width: 1px;
    height: 65%;
    background: #fff;
}

.btn-logout {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    font-weight: bold;
    text-transform: uppercase;
    height: 80px;
    text-decoration: none;
}

.btn-logout:hover {
    text-decoration: none;
    color: #fff;
}

.btn-logout span {
    display: flex;
    font-size: 24px;
}

.btn-logout p {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

/* TITULO MODULOS */
.title-modulo {
    font-size: 30px;
    font-weight: 100;
    color: #666666;
    text-transform: uppercase;
}

/* BOTÃO MENU */
.btn-menu-rh {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 0 10px 25px 10px;
    width: 23%;
}

.btn-menu-rh a:hover div > p {
    color: #770000;
}

.btn-menu-rh:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

.btn-menu-rh > a .nome-btn {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    padding: 15px;
    text-decoration: none;
    color: #666666;
}

.btn-menu-rh > a:hover {
    text-decoration: none;
    color: #666666;
}

.btn-menu-rh p {
    margin: 0;
}

.descricao-btn {
    font-size: 12px;
    color: #666666;
    padding: 15px;
}

/* NAV MENU */
#id-menu-header {
    width: 100%;
    height: 100%;
    position: relative;
}

.nav-header {
    display: none;
}

.nav-header > ul {
    background: #FFFFFF;
    text-decoration: none;
    padding: 8px;
    box-shadow: 0px -4px 22px 0px rgba(0, 0, 0, 0.3);
}

.nav-header > ul li {
    margin: 0 10px;
}

.nav-header > ul li a {
    color: #BB2233;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-header > ul li a:hover {
    color: #770000;
    text-transform: uppercase;
}

.nav-item a {
    position: relative;
}

.nav-item a:before {
    content: "";
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 25px solid #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.nav-item a.active:before {
    opacity: 1;
    top: 100%;
}

/* PAGINA INTERNA */
.bg-title-pages-rh {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 30px 30px 15px 30px;
}

.topo-pagina-rh {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.topo-pagina-rh nav {
    display: flex;
    flex: 1;
}

.topo-pagina-rh nav ol {
    background: none;
    padding: 0rem;
    margin: 0;
}

.topo-pagina-rh nav ol li a {
    color: #BB2233;
}

.topo-pagina-rh nav ol li a:hover {
    color: #770000;
}

.topo-pagina-rh div span {
    font-size: 2em;
    line-height: 38px;
    font-weight: 400;
    color: #BB2233;
}

.subtitle-pages-rh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8px;
}

.subtitle-pages-rh span {
    font-size: 1.25em;
    font-weight: 100;
}

.table-lotes{
    border-radius: 5px;
}
.table-rh {
    margin-top: 0;
}

.table-rh thead {
    font-weight: bold;
    color: #292525;
    background: #ffffff;
}

.table-rh thead a {
    color: #292525;
}

.table-rh tbody {
    border-bottom: 1px solid #EFECEC;
}

.table-rh a {
    color: #292525;
    margin-right: 8px;
    font-size: 12px;
}

.table-rh a:last-child {
    margin-right: 0px;
}
.table th, .table td{
    padding: 0.4rem;
}

.ms-container {
    width: 100% !important;
}

.datepicker {
    padding: 6px !important;
}

/* BOTÕES */
.btn-vermelho {
    color: #FFFFFF;
    background: #BB2233;
    border: 1px solid #BB2233;
    border-radius: 5px;
    padding: 5px 35px;
}

.btn-vermelho:hover {
    color: #FFFFFF;
    background: #770000;
    border: 1px solid #770000;
    transition: .3s;
    text-decoration: none;
}

.btn-verde {
    color: #FFFFFF;
    background: #22BB44;
    border: 1px solid #22BB44;
    border-radius: 5px;
    padding: 5px 23px;
}

.btn-verde:hover {
    color: #FFFFFF;
    background: #115522;
    border: 1px solid #115522;
    transition: .3s;
    text-decoration: none;
}

.btn-azul {
    color: #FFFFFF;
    background: #0077FF;
    border: 1px solid #0077FF;
    border-radius: 5px;
    padding: 5px 23px;
}

.btn-azul:hover {
    color: #FFFFFF;
    background: #003377;
    border: 1px solid #003377;
    transition: .3s;
    text-decoration: none;
}

.btn-cinza {
    color: #FFFFFF;
    background: #666666;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 5px 23px;
}

.btn-cinza:hover {
    background: #333333;
    border: 1px solid #333333;
    transition: .3s;
    text-decoration: none;
}

.btn-login-rh {
    color: #FFFFFF;
    background: #BB2233;
    border: 1px solid #BB2233;
    border-radius: 5px;
    padding: 10px 50px;
    font-size: 20px;
    margin-top: 30px;
}

.language-login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    flex-direction: column;
}

.language-login a {
    margin-right: 8px;
}

.language-login a:last-child{
    margin-right: 0;
}

.language-login p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 8px;
}

.btn-language {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
}

.btn-language img {
    margin-right: 8px;
}

.btn-language:hover {
    background-color: transparent;
    border: none;
}

.btn-language:active {
    background-color: transparent;
    border: none;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0);
}

.dropdown-language a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dropdown-language img {
    margin-right: 8px;
}

.menu-sandwich {
    display: none;
}

.panel-menu-sandwich {
    display: none;
}

.panel-responsive-filters {
    display: none;
}

.reg-card-wrapper {
    display: none;
}

.responsive-filter-button {
    display: none;
}

.container-carousel-header {
    color:#dc3545;
    font-weight: 400;
    font-size: 1.25em;
}

@media (max-width: 767px) {
    .bg-login-rh {
        display: none;
    }

    .form-group {
        margin-bottom: .5rem;
    }

    label {
        display: inline-block;
        margin-bottom: 0;
        font-size: .8rem;
    }

    .table-rh {
        display: none;
    }

    .filters {
        display: none;
    }

    .btn-menu-rh {
        width: 100% !important;
    }

    .btn-menu-rh:last-child {
        margin-bottom: 50px;
    }

    .menu-sandwich {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-image: linear-gradient(to right, #770000, #330000);
        height: 64px;
        width: 100%;
        box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.4);
        padding: 0 16px;
    }

    .logo-sandwich {
        width: 150px;
    }

    .sandwich-button {
        border: none;
        background: transparent;
        color: #ffffff;

    }

    .responsive-filter-button {
        background: #770000;
        border: 1px solid #BB2233;
        border-radius: 5px;
        color: #ffffff;
        display: block;
        padding-bottom: 4px;
        padding-top: 5px;
    }

    .header-rh {
        display: none;
    }

    .nav-header > ul li {
        margin: 0;
    }

    .nav-header > ul li a {
        font-size: 12px;
    }

    .shadow-menu-sandwich {
        display: none;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0, .25);
        position: absolute;
        z-index: 1000;
    }

    .panel-menu-sandwich {
        display: none;
        width: 80%;
        height: 100%;
        background: #ffffff;
        position: absolute;
        z-index: 1001;
        right: 0;
        box-shadow: -4px 0px 2px 0px rgba(0,0,0,0.15);
    }

    .sandwich-menu-title {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 16px;
        width: 100%;
    }

    .sandwich-separator {
        width: 50%;
        height: 2px;
        background: #770000;
    }

    .sandwich-menu-title > p {
        margin: 0;
        font-size: 24px;
        text-transform: uppercase;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
        color: #333333;
    }

    .language-sandwich {
        width: 100%;
        margin-top: 24px;
        padding: 0 16px;
    }

    .language-sandwich > ul {
        margin: 0;
        padding: 0;
    }

    .language-sandwich > ul > a > li{
        display: flex;
        list-style: none;
        padding: 16px 0;
        border-bottom: 1px solid #cecece;
        align-items: center;
    }

    .language-sandwich > ul > a > li > img{
        padding: 0 8px;
    }

    .language-sandwich > ul > a{
        color: #333333;
    }

    .language-sandwich > label {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Roboto Slab', serif;
    }

    .btn-logout-sandwich  {
        margin-top: 64px;
    }
    .btn-logout-sandwich > a > p {
        margin: 0;
        margin-left: 8px;
    }
    .btn-logout-sandwich > a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #770000;
        color: #ffffff;
        padding: 8px 16px;
        border-radius: 4px;
    }
    .modal-menu-active {
        display: flex;
    }

    .section-active {
        display: block;
    }

    .modal-menu-fechar {
        width: 15%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 16px;
        position: absolute;
    }
    .modal-menu-fechar-click {
        display: flex;
        width: 24px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .modal-menu-fechar-direita {
        width: 2px;
        height: 24px;
        background-color: #770000;
        transform: rotate(45deg);
        cursor: pointer;
    }
    .modal-menu-fechar-esquerda {
        width: 2px;
        height: 24px;
        background-color: #770000;
        transform: rotate(-45deg);
        cursor: pointer;
    }

    .topo-pagina-rh div span {
        font-size: 1.5em;
        font-weight: 100;
    }

    .btn-vermelho {
        color: #FFFFFF;
        background: #BB2233;
        border: 1px solid #BB2233;
        border-radius: 5px;
        padding: 5px 16px;
        font-size: 12px;
    }

    .topo-pagina-rh nav {
        display: none;
        flex: 1;
    }

    .reg-description {
        font-size: 14px;
        color: #666666;
        padding: 2px 16px;
    }

    .reg-button-popup {
        border: none;
        background: transparent;
        color: #666666
    }

    .reg-card-header {
        font-weight: bold;
        text-transform: uppercase;
        color: #666666;
        padding: 0.5rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .reg-card-wrapper {
        display: block;
        background: #FFFFFF;
        border-radius: 5px;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
        padding: 0;
        margin: 10px 0;
        width: 100%;
    }

    .reg-card-wrapper a:hover div > p {
        color: #770000;
    }

    .reg-card-wrapper:hover {
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    }

    .reg-card-wrapper > a .nome-card {
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 40px 0;
        padding: 15px;
        text-decoration: none;
        color: #666666;
    }

    .reg-card-wrapper > a:hover {
        text-decoration: none;
        color: #666666;
    }

    .reg-card-wrapper p {
        margin: 0;
    }

    .reg-card-toggle {
        left: -100px !important;
    }

}
