.Conteudo {
    width: 100%;
    padding: 40px 0 100px 0;
}

.Conteudo .card {
    border-radius: 12px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    margin: 0 0 40px 0;

    overflow: visible;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Conteudo .card-line {
    margin: 0 0 10px 0 !important;
}

.Conteudo .card:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Conteudo .card-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.10) !important;
    padding: 20px 60px;
}

.Conteudo .card-header-line {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.10) !important;
    padding: 0 20px !important;
    height: 70px;
}

.Conteudo .card-header-line-height {
    height: 80px;
}

.Conteudo .card-header-line .row {
    height: 70px;
}

.Conteudo .card-header .BtnCloseCard {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    margin: -25px 55px 0 0;
    pointer-events: none;
}

.card-header .BtnCloseCard:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.card-header.collapsed .BtnCloseCard:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.Conteudo .card-header .BtnCloseCard_line {
    margin: 0 25px 0 0 !important;
}

.Conteudo .card-header img {
    width: 20px;
    height: 20px;
}

.Conteudo .card-header h1 {
    cursor: pointer;
}

.Conteudo .card-body {
    padding: 0 50px 40px 50px;
}

.Conteudo .card-body .card-line {
    width: 100%;
    height: 1px;
    margin: 0 auto 0 auto;
}

.Conteudo .card-body .card-line-blue {
    width: 100%;
    height: 1px;
    margin: 0 auto 0 auto;
    background-color: #00a5c9;
}

.AlinhaConteudoRight {
    float: right;
    text-align: right;
    border: 1px solid white;
}


.ResultadoPesquisa {
    margin-right: auto !important;
    margin-left: auto !important;
}

.CardResultadoPesquisa {
    margin-right: auto !important;
    margin-left: auto !important;
}

.DivSteps_ResultadoPesquisa {
    padding: 0 0 80px 0;
    margin: 40px 0 0 0;
}

.DivSteps_ResultadoPesquisa li {
    cursor: pointer;
}

.InformacoesPesquisa {
    margin: 0 0 30px 0;
}

.LinhaTituloPesquisa {
    border-top: 1px solid #00a5c9;
    border-bottom: 1px solid #00a5c9;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.LinhaDetalhesPesquisa {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.LinhaDetalhesPesquisa .form-check {
    margin-top: -10px;
}

.AlturaLinhaTituloResultadoPesquisaAtacado {
    height: 50px;
}

.ResultadoPesquisa .BadgeOk {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background: green !important;
    border-radius: 100% !important;
    border: 0px solid transparent !important;
    margin: -3px -5px 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ResultadoPesquisa .BadgeOk img {
    width: 9px !important;
    height: auto !important;
}

.ResultadoPesquisa .BadgeAtual {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background: #f90 !important;
    border-radius: 100% !important;
    border: 0px solid transparent !important;
    margin: -3px -5px 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ResultadoPesquisa .BadgeAtual img {
    width: 18px !important;
    height: auto !important;
}


.DivSteps_ResultadoPesquisa {
    padding: 0 0 80px 0;
    margin: 20px 0 0 0;
    max-width: 980px;
    height: 225px;
    overflow: hidden;
    overflow-x: scroll;
    display: inline-flex;
}

.PaginationPages .NavSeta {
    width: 20px;
    height: auto;
    ;
}

.page-link {
    color: var(--corGeral);
}

.PaginationPages .page-item.active .page-link {
    background-color: var(--corGeral);
    border-color: var(--corGeral);
}





.ModalAcompanhamentos {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.90);
    z-index: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_ModalAcompanhamentos {
    opacity: 1 !important;
    pointer-events: auto !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ModalAcompanhamentos .BoxAcompanhamentos {
    position: relative;
    width: 350px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    background: white;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ModalAcompanhamentos .DivCloseAcompanhamentos {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 502;
}

.ModalAcompanhamentos .CloseAcompanhamentos {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ModalAcompanhamentos .DivCloseAcompanhamentos .BtnCloseAcompanhamentos {
    width: 20px;
    height: 20px;
    background: white;
}





.LinhaRelatorioConsulta {
    background: rgba(0, 0, 0, 0.03);
    padding: 5px 12px;
    height: 54px;
    border-radius: 6px;
}



.TabelaItensConsultaPedido {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 0 !important;
}

.TabelaItensConsultaPedido .HeaderTable {
    color: white;
    border: 0px solid white;
}

.TabelaItensConsultaPedido .HeaderTable th {
    border: 0px solid white !important;
    background-color: var(--corGeral);
}


.TabelaItensConsultaPedido th {
    padding: 10px !important;
    font-weight: 400 !important;
    font-size: 14px;
}

.TabelaItensConsultaPedido th,
.TabelaItensConsultaPedido td {
    vertical-align: middle !important;
    border: 0px solid var(--corGeral);
    border-bottom: 1px solid var(--corGeral);
}

.TabelaItensConsultaPedido td {
    padding: 8px 16px;
}

.TabelaItensConsultaPedido .IconTable {
    width: 40px;
    height: auto;
    display: block;
}

.TabelaItensConsultaPedido tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.TabelaItensConsultaPedido tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

.TabelaItensConsultaPedido .Name {
    color: #00a5c9;
}




.Conteudo .ConsultaValorPedido {
    height: 70px;
    background-color: #00a5c9;
}

.Conteudo .ConsultaValorPedido .LineHeight_Left {
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 40px;
}

.Conteudo .ConsultaValorPedido .LineHeight_Right {
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.Conteudo .ConsultaValorPedido .ValorTotal {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 35px;
}

.BoxValorConsultaPedido {
    width: auto;
    height: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px;
}





.CardLancarAcompanhamento {
    position: absolute;
    right: 0;
    margin: 65px 0 0 0;
    padding: 20px;
    display: block;
    width: 360px;
    height: auto;
    background: white;
    z-index: 2;
    border-radius: 12px;
    border: 1px solid #e5e5e5 !important;
    opacity: 0;
    pointer-events: none;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.Show_CardLancarAcompanhamento {
    opacity: 1 !important;
    pointer-events: all !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.CardLancarAcompanhamento .TextareaObs {
    height: 100px !important;
}

.CardLancarAcompanhamento .DivCloseAcompanhamentos {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 502;
}

.CardLancarAcompanhamento .CloseAcompanhamentos {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.CardLancarAcompanhamento .DivCloseAcompanhamentos .BtnCloseAcompanhamentos {
    width: 20px;
    height: 20px;
    background: white;
}

.pedidosPendentes {
    margin-top: -15px;
}

.pgtoGerado {
    margin-top: 15px;
}

.ResultadoVariosPedidos .LinhaDadosVariasConsultas p {}

.ResultadoVariosPedidos .Coluna0 {
    min-width: 2%;
    max-width: 3%;
}

.ResultadoVariosPedidos .Coluna1 {
    min-width: 12%;
    max-width: 12%;
}

.ResultadoVariosPedidos .Coluna2 {
    min-width: 12%;
    max-width: 12%;
}

.ResultadoVariosPedidos .Coluna3 {
    min-width: 13%;
    max-width: 13%;
}

.ResultadoVariosPedidos .Coluna4 {
    min-width: 13%;
    max-width: 13%;
}

.ResultadoVariosPedidos .Coluna5 {
    width: 156px;
    min-width: 15%;
    max-width: 15%;
}

.ResultadoVariosPedidos .Coluna00 {
    width: 156px;
    min-width: 9%;
    max-width: 9%;
}

.ResultadoVariosPedidos .Coluna6 {
    min-width: 10%;
    max-width: 10%;
}

.ResultadoVariosPedidos .Coluna7 {
    min-width: 20%;
    max-width: 20%;
}

.ResultadoVariosPedidos .ColunaCli {
    min-width: 17%;
    max-width: 17%;
}

.BadgeCard {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: var(--corGeral);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.BadgeCard .IconeBadgeCard {
    width: 30px !important;
    height: auto !important;
}

.BtnCloseCardConsultas {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.ResultadoVariosPedidos .card-header {
    pointer-events: none;
}

.ResultadoVariosPedidos .card-header-line-height {
    pointer-events: auto;
}

.HeaderRightConsultaPedidos {
    text-align: right;
}



@media (max-width: 450px) {

    .ResultadoVariosPedidos .Coluna1,
    .ResultadoVariosPedidos .Coluna2,
    .ResultadoVariosPedidos .Coluna3,
    .ResultadoVariosPedidos .Coluna4 {
        min-width: 50%;
        max-width: 50%;
    }

    .ResultadoVariosPedidos .Coluna0,
    .ResultadoVariosPedidos .Coluna5,
    .ResultadoVariosPedidos .Coluna6,
    .ResultadoVariosPedidos .Coluna7 {
        min-width: 100%;
        max-width: 100%;
    }

    .Conteudo .card-header .BtnCloseCard {
        top: 0;
        margin: 35px 25px 0 0 !important;
    }

    .ResultadoVariosPedidos .Coluna1 {
        margin-top: 10px;
    }

    .HeaderRightConsultaPedidos {
        text-align: center;
        margin-top: 10px;
    }

    .Conteudo .ConsultaValorPedido {
        height: auto;
    }

    .BoxValorConsultaPedido {
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Conteudo .ConsultaValorPedido .LineHeight_Left {
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .BoxValorConsultaPedido .ItensEmLinha {
        display: contents;
    }

    .ItensValorLinha1 {
        height: 40px;
    }

    .DivOlhoDireito {
        margin-bottom: 30px;
    }

    .PrismaVertical {
        margin-bottom: 15px;
    }

    .MarginTopExtra {
        margin-top: 15px;
    }

    .MedidasDaArmacao .col-6 {
        margin-bottom: 10px;
    }

    .TituloAcompanhamento {
        text-align: center;
    }
}

@media (min-width: 450px) {

    .Conteudo .card-header-line.height55,
    .Conteudo .card-header-line .row.height55 {
        height: 55px !important;
    }
}

.ConteudoColunaCentralizado {
    text-align: center;
}

.ConteudoColunaADireita {
    text-align: right;
}

.CardMedidas {
    margin-left: 0.8rem !important;
}

.EsfericoPertoConsultaDetalhada {
    width: 85.83px !important;
}

.RecSemOlhoConsultaDetalhada {
    margin-top: 19px !important;
}

.urlAcompanhamento {
    font-size: 12px !important;
}

.Expande {
    margin-bottom: 90px !important;
}

.ExpandeD {
    /*margin-bottom: 190px !important;*/
}

.DeliveryHermes {
    display: flex;
    justify-content: end;
    overflow: auto;
    max-height: 480px;
}

.DeliveryCenter {
    width: 567px;
}

.alignDelivery {
    display: flex;
    align-items: baseline;
}

.produtosDelivery {
    margin-left: -435px;
}

.IconesNfeDelivrey .IconeAcoes {
    width: 40px !important;
    height: auto !important;
    margin: 0 4px;
}

@media (min-width: 667px) and (max-width: 1024px) {
    .BoxValorPedidoConsultaVariosPedidos .d-sm-none {
        display: block !important;
    }

    .BoxValorPedidoConsultaVariosPedidos .BoxValorPedido {
        align-items: center !important;
    }

    .Conteudo .ValorPedido {
        height: auto !important;
    }

    .BoxValorPedidoConsultaVariosPedidos .PortaValores {
        padding: 20px 0 !important;
        text-align: center;
    }

    .BoxValorPedido.float-right {
        float: none !important;
    }
}

.Conteudo .card-body.paddingBottom8 {
    padding-bottom: 5px !important;
}

.Conteudo .card-body.paddingBottom10 {
    padding-bottom: 10px !important;
}

.form-group.FormMaterial.marginBottom0 {
    margin-bottom: 0 !important;
}

#colbotCarregarMaisPedidos {
    text-align: right;
    margin-bottom: 15px;
}

@media (max-width: 740px) {
    #colbotCarregarMaisPedidos button {
        width: 100%;
        height: 35px;
    }
}

.alinharBotaoImprimirRight {
    text-align: right;
}

.ResultadoVariosPedidos h3.labelEmpresa {
    margin-left: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.semClick {
    pointer-events: none;
}

.SpacerRight {
    margin-right: 15px;
}

.BtnResultadoCertificado svg {
    width: 40px;
    height: 40px;
    margin: 0 0 0 0 !important;
    ;
}

.botoesCertificado {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--corGeral);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.baixaCertificado svg {
    width: 25px;
}

.botoes-certificado {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    padding: 0 5px;
}

.botoes-certificado.ConteudoRight {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 15px;
}