@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 🔵 Controle central da largura do site inteiro */
.site-container {
    width: 100%;
    max-width: 1280px;
    /* ajuste aqui para mudar largura global */
    margin: 0 auto;
    padding: 0 20px;
}

af
/* FIM */




.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: medium;
}

/* FONTE SIZE */
.fs-15 {
    font-size: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !important;
}

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

.fs-11 {
    font-size: 11px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-7 {
    font-size: 7px !important;
}

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

select,
input,
textarea {
    border: #999999 solid thin !important;
}

/* Chrome e outros */
.only_number::-webkit-outer-spin-button,
.only_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.scroolspySite {
    position: relative;
    overflow: auto;
    height: 345px;
}

/* ###############
FOOTER
###############  */
.footer-moderno {
    background: #1f1f1f;
    color: #ddd;
    border-top: 2px solid #0d6efd;
    font-family: "Poppins", sans-serif;
}

.footer-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
}

.footer-copy {
    font-size: 0.85rem;
    color: #bbbbbb;
}

.footer-info {
    font-size: 0.90rem;
    color: #cccccc;
    line-height: 1.4rem;
}

.footer-info i {
    color: #0d6efd;
}

.footer-info:hover i,
.footer-title:hover {
    color: #74c0fc;
    transition: .3s ease;
}



/* HEADER TOPO – alinhado como footer */
.header-topo {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

/* Ajuste interno do container */
.header-topo .site-container {
    max-width: 1280px;
    /* mesma largura usada no footer */
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGOS */
.header-topo .logo_left img,
.header-topo .logo_right img {
    max-height: 70px;
}

/* TÍTULO CENTRAL */
.header-topo .titulo_site {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    color: #2c2c2c;
}

/* LINK ADMIN */
.header-topo .admin_link {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    background: #e9ecef;
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
}

.header-topo .admin_link:hover {
    background: #0d6efd;
    color: #fff !important;
}

/* Responsividade */
@media (max-width: 768px) {
    .header-topo .site-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

/* FIM */


/* MENU SIDE BAR DASHBOARD */
.sidebar {
    width: 260px;
    background: #0d1b2a;
    min-height: 100vh;
    padding: 20px;
    color: #fff;
}

/* LINKS DO MENU */
.sidebar .nav-link {
    color: #cfd8dc;
    padding: 10px 15px;
    border-radius: 6px;
    transition: 0.2s ease;
    display: block;
}

/* HOVER */
.sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* ATIVO (AZUL PRIMARY) */
.sidebar .nav-link.active {
    background: #0d6efd;
    /* primary */
    color: #ffffff !important;
    font-weight: 600;
}

/* TÍTULOS DAS SEÇÕES DO MENU */
.sidebar .fw-bold {
    color: #90a4ae !important;
}

/* FIM */


label {
    font-size: 0.9em !important;
    margin-bottom: 0.1rem !important;
    width: 120px;
}

::-webkit-input-placeholder {
    color: #ccc !important;
}

::-moz-placeholder {
    /* Firefox 18- */
    color: #ccc !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc !important;
}

::-ms-input-placeholder {
    color: #ccc !important;
}

/*CONTENT*/
body {
    font-family: "Poppins", sans-serif;
    background-color: transparent;
    background: #fff url(../../img/bg.png) no-repeat 50% 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}



.body_prof {
    background: #fff url(../../img/bg.png) no-repeat 50% 80px;
}

.bg_tit_cinza {
    background: #d2d2d2;
    padding: 10px 0px 5px 0px;
    box-sizing: border-box;
}

.display-0-1 {
    font-size: 30px;
}

.display-7 {
    font-size: 20px;
}

.display-10 {
    font-size: 18px;
}

.display-9 {
    font-size: 16px;
}

.display-10 {
    font-size: 14px;
}

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

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

.pr-4-pluz {
    padding-right: 2em !important;
}

/*AUTOCOMPLETE*/
.list {
    /* //width: 100%; */
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    font-size: 15px;
    width: 97%;
    position: absolute;
    list-style: none;
    top: 40px;
    z-index: 1;
}

.list-itens {
    padding: 10px 5px;
}

.list-itens:hover {
    background-color: #dddddd;
}

/* FIM */

/* PAGINA EDIÇÃO EM LOTE */
.table_scrol {
    width: 120% !important;
}

#alvo input,
#alvo select {
    background: transparent !important;
}

/* FIM */

/* RELATÓRIOS */
#tabela_relatorio tr td {
    font-size: 11px;
}

#tabela_relatorio a {
    text-decoration: none !important;
}

#tabela_relatorio tr th {
    font-size: 12px;
}

#tabela_relatorio input,
#tabela_relatorio select,
#tabela_relatorio textarea {
    font-size: 12px;
}

/* FIM */


/* INVENTARIO ANUAL */

#indicacao_representante_google p {
    font-size: 13px;
    color: #3c3c3c;
    text-align: justify;
}

.explicacao_representante {
    border-right: #7e7e7e solid thin;
    padding: 5px;

}


.row_atualizar {
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    background-color: rgba(135, 133, 133, 0.5);
    width: 100%;
    z-index: 100;
    padding: 5px;
}

.botao_donwload_lista {
    display: block;
    width: 20em !important;
    margin: 5px auto 5px auto;
    padding: 5px;

}

.tr_relatorio {
    height: max-content !important;
    min-height: 130px !important;
}

.tr_relatorio textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 100px !important;

}

.localizado label {
    width: 45px;
}

.condicoes label {
    width: 80px;
}

/* FIM */

/* OCULTAR COLUNAS */
.hide_coluna {
    width: 30px !important;
    max-width: 30px !important;
    color: transparent !important;
    background-color: #bcbcbc !important;
    font-size: .1px !important;
    text-align: center !important;
}

.hide_coluna input,
.hide_coluna select {
    border: none !important;
    display: none;
    visibility: hidden
}

.hide_coluna label {
    border: none !important;
    visibility: hidden !important;
    width: 1px !important;
}

th.hide_coluna {
    color: #000 !important;
}

.show_icon {
    /* color: #fff !important; */
    text-align: center !important;
    font-size: 10px !important;
}


.condicoes {
    width: 60px !important;
}

.localizado {
    width: 30px !important;
}

/* FIM */

/* PAGINA ROTINAS */
#tabela_rotinas tr td input,
#tabela_rotinas tr td span,
#tabela_rotinas tr td select {
    font-size: 10px !important;
}

#tabela_rotinas tr td select {
    padding: 0.7em !important;
}


#tabela_rotinas tr td span {
    contain: content;
}

#mascara {
    top: -150px;
    position: absolute;
    left: auto;
    right: auto;
    z-index: 100;
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.7);
}



/* FIM */





/* PAGINA PEDIDO */
.linha_pedido div {
    height: 26px;
    font-size: 12px;
}

.linha_pedido_titulo div {
    background-color: #747575;
    color: #fff;
}

.linha_pedido_material div {
    font-weight: 700;
}

.linha_pedido_entrada div {
    font-weight: normal !important;
}

.linha_pedido li {
    min-height: 32px;
    font-size: 12px;
    background-color: rgba(209, 207, 207, 0.2);

}

.linha_pedido_titulo li {
    background-color: #747575;
    color: #fff;
}

.linha_pedido_material li {
    font-weight: 700;
}

.linha_pedido_entrada li {
    font-weight: normal !important;
    height: 27px !important;
    padding-top: 2px !important;
    background-color: rgba(255, 255, 255, 1) !important;
}

/*******/

/*PAGINA CADASTRAR MATERIAL*/
iframe#obs_ifr {
    border: #000 2px solid;
}

/*PAGINA MATERIAL*/

/* #item_pesq,
.bt_busca {
    padding: 20px 10px;
    border: thin solid #85929E;
    outline: none;
    border-radius: 5px 5px 0 0;
    background-color: #ffffff;
    font-size: 17px;
} */

#credencial {
    position: relative;
}


#credencial div .input-group-text {
    position: absolute;
    top: 5px;
    ;
    margin-left: -45px;
    cursor: pointer;
    width: 30px;
    z-index: 100;
    height: 30px;
}

.radius {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

/*******/

/*PEDIDO   */

.pedido {
    min-height: 25em;
}

/*******/
/* PAGINA PEDIDO ENVIADO  */
.bts_ped_enviado input {
    padding: 0.2em 1em 0.2em 1em;
    outline: none;
    background-color: #6c757d !important;
    color: #fff !important;
    font-size: 14px;
    border: none;
    width: max-content;
    min-width: 120px;
}

.bts_ped_enviado input:hover {
    background-color: #9b9fa3 !important;
    /* color: #fff !important; */
}

/*******/

/* PÁGINA COMPRAS */
#tabela_compras_th {
    position: fixed;
}

.titulos div {
    font-weight: 700 !important;
}

.bg-orange {
    background-color: rgb(255, 121, 4) !important;
}

.table tr .esp_compras:hover {
    cursor: pointer;
    color: #007bff;
}

.table tr .cod_compras:hover {
    cursor: pointer;
    color: #007bff;
}

.table tr .sub_compras:hover {
    cursor: pointer;
    color: #007bff;
}

.table tr .comp_compras:hover {
    cursor: pointer;
    color: #007bff;
}

.table tr .mat_compras:hover {
    cursor: pointer;
    color: #007bff;
}

.table tr .forn_compras:hover {
    cursor: pointer;
    color: #007bff;
}

.table tr .nec_compras:hover {
    cursor: pointer;
    color: #007bff;
}

.table tr .disp_compras:hover {
    cursor: pointer;
    color: #007bff;
}

.table tr td select {
    padding: 0.1em !important;
}


/*******/

/*TOOLTIP*/
.tool {
    position: relative;
    /* display: inline-block;
    border-bottom: 1px dotted black; */
}

.tool .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #919191;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    left: 50px;
    top: 2px;
    padding: 10px;
}

.tooltiptext_right {
    left: initial !important;
    top: initial !important;
    right: 30px !important;
    top: 50px !important;
    width: 300px !important;
}

.tool .ponto {
    display: block;
    width: 1.7em;
    height: 1.7em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: thin solid #c0c0c0;
    margin-left: 0.3em;
    margin-top: 0.3em;
    color: #696868;
    font-size: 14px;
}

.tool:hover .tooltiptext {
    visibility: visible;
    font-size: 12px;
}

/*FIM*/


nav {
    background-color: #4d6877 !important;
}


/* PAGINA INDEX */
#info_usuario {
    border-radius: 25px;
    background-color: rgba(165, 165, 165, 0.2);
    border: #ccc solid thin;
}

#info_usuario div div select {
    border: #ccc solid thin;
    background-color: rgba(228, 228, 228, 0.6);
}

#info_usuario .input-group-prepend {
    /* border: #ccc solid thin; */
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: rgba(228, 228, 228, 0.8);
}


/* FIM */
/* PAGINA LOGIN */
#login {
    border-radius: 25px;
    border: #ccc solid thin;
    padding: 0.5em;
}

#login div div input {
    border: #ccc solid thin;
    background-color: rgba(228, 228, 228, 0.6);
}

#login .input-group-prepend {
    /* border: #ccc solid thin; */
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: rgba(228, 228, 228, 0.8);
}


/* FIM */


.box_outro {
    display: none;
}

/* PAGINA PEDIDOS */
.td_agendamento {
    height: max-content;
    min-height: 2.8em;
}

#box_confirma_cancelamento {
    width: 30%;
    height: max-content;
    background-color: #fd8f00;
    position: fixed;
    color: white;
    font-size: 16px;
    padding: 2em;
    z-index: 100;
    border-radius: 25px;

}



.span_atender_pedidos {
    position: absolute !important;
    margin-top: -17px !important;
    left: 50% !important;
    margin-left: -25px !important;
}

.li_atender_pedidos {
    position: relative;

}

/* FIM */

li.nav-item a {
    font-size: 0.7em !important;
    width: max-content !important;
    min-width: 9em;
    text-align: center;
    color: #000;
    padding: 1em;
}

li.nav-item ul li a {
    font-size: 0.7em !important;
    width: max-content !important;
}

.nome_item {
    font-size: 0.7em !important;
}



.cor_input {
    color: #ccc;
    /*color: rgba(255, 255, 255, 0.8)!important;*/
}

/* NAV */

#alerta_alteracao_inventario {
    top: -10px !important;
    --bs-spinner-width: 1.5rem !important;
    --bs-spinner-height: 1.5rem !important;
    font-size: 8px !important;
}

#alerta_alteracao_inventario_item {
    top: 10px !important;
    --bs-spinner-width: 2rem !important;
    --bs-spinner-height: 2rem !important;
    font-size: 10px !important;
    width: 45px !important;
    height: 25px !important;
    margin-top: 5px !important;

}

.spinner-grow {

    animation-duration: 1600ms;
    animation-direction: alternate;
}



#ul_navbar li {
    width: max-content !important;
    font-size: 14px !important;
}

#ul_navbar a,
#ul_navbar span,
#ul_navbar button {
    width: max-content !important;
    font-size: 13px !important;
    min-width: 140px !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;

}

#ul_navbar li {
    padding: 0.5em !important;

}

/* FIM */

.conteudo {
    width: 95% !important;
    display: block !important;
    padding: 0.3em !important;
    margin: 0.3em auto 0.3em auto !important;
    flex: 0 0 95 !important;
    max-width: 95% !important;
}

.conteudo_site {
    margin: 0.5em auto 5em auto !important;
}

.qtd-solicitada {
    height: 2em !important;
    margin: 0;
}

.itens_selecionados,
.itens_selecionados .linha_item div,
.barra_item_seleciodado {
    background: rgba(240, 248, 255, 1) !important;
}

.itens_especificos,
.itens_especificos .linha_item div,
.barra_item_especifico {
    background: rgba(255, 204, 153, 0.5) !important;
}

.barra_item_especifico,
.barra_item_seleciodado,
.barra_item_disponivel {
    margin-left: 15px;
    width: 98.4%;
}

.lista-info-unidaes {
    display: block !important;
    padding: 0.5em !important;
    margin: 0.5em auto 0.5em auto !important;
    flex: 0 0 95 !important;
    max-width: 95% !important;
}

.lista-info-unidades ul li {
    display: block;
    padding: 0.5em !important;
    float: left;
}

@keyframes btn-pisca {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.btn-pisca {
    /* background-color: #007bff; */
    display: inline-block;
    text-decoration: none;
    -webkit-animation: btn-pisca 1.5s linear infinite;
    -moz-animation: btn-pisca 1s linear infinite;
    -ms-animation: btn-pisca 1s linear infinite;
    -o-animation: btn-pisca 1s linear infinite;
    animation: btn-pisca 1s linear infinite;
    margin: 0px 0px 0px 5px;
    color: #007bff;
}

.cadastrar {
    margin: 0 auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

#content_site .container {
    background: rgba(255, 255, 255, 0.3);
}

.apagar {
    display: none;
    visibility: hidden;
}

.acender {
    visibility: visible;
}

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


select {
    color: #868f98 !important;
}

select .opc {
    color: #868f98 !important;
}

.selected {
    color: #013e61 !important;
}

.selected .opc {
    display: none;
}

.form-group ::-webkit-input-placeholder {
    color: #ccc;
}

.form-group ::-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

input::placeholder {
    font-size: 11.5px !important;
    opacity: 0.5 !important;
    color: #565656 !important;
}

.form-group ::-ms-input-placeholder {
    color: #ccc;
}

.form-group label i {
    font-size: 20px;
    margin-top: 8px;
    color: #013e61 !important;
}

.form-group label i.fa-mobile-phone,
.form-group label i.fa-map-marker {
    font-size: 25px;
}

.form-group label i.opc {
    color: #ccc !important;
}

.form-group label.opc {
    color: #868f98 !important;
}

.form-group input {
    color: #013e61 !important;
}

.nome_prof_loc {
    font-size: 12px;
}

#nomes_termo .nome {
    height: 40px;
    font-size: 14px;
}

#nomes_termo .nome p {
    font-size: 10px;
}

.input-group-text {
    width: 11em;
    text-align: center;
    width: 100%;
}


/*  MATERIAIS DISPONIVEIS */
.bg_color_grey>td,
.bg_color_grey>td>input {
    color: rgb(197, 197, 197) !important;
}


.linha_material td input,
.linha_material td select {
    background-color: transparent !important;
}

/* FIM */


/* listagem dos itens */

.contagem {
    width: auto !important;
    min-width: 2% !important;
    flex: none !important;

}

.pdm {
    width: 10% !important;
    flex: none !important;
}

.classe {
    width: 10% !important;
    flex: none !important;

}

.fornecimento {
    width: 10% !important;
    flex: none !important;
    font-size: 20em !important;
}

.qtd {
    width: 8% !important;
    flex: none !important;
}

.especificidade {
    width: 12% !important;
    flex: none !important;
}

.valor {
    width: 8% !important;
    flex: none !important;
}

.entrega {
    width: 9% !important;
    flex: none !important;
}

.codigo {
    width: 10% !important;
    flex: none !important;
}

.impacto {
    width: 95px !important;
    flex: none !important;
}

.qtd2 {
    width: 5.5% !important;
    flex: none !important;
}

.exec {
    width: 95px !important;
    flex: none !important;
}

.pag {
    width: 8% !important;
    flex: none !important;
}

.emp {
    width: 100px !important;
    flex: none !important;
}

.compra {
    width: 9% !important;
    flex: none !important;
}

.desc {
    width: 49.8% !important;
    flex: none !important;

}

.desc2 {
    width: 26.5% !important;
    flex: none !important;
    font-size: 12px !important;
}

.info_itens_titulo div h5 {
    font-size: 0.8em !important;
    /*      word-break: break-all !important;*/
    white-space: normal;
}

.info_itens_titulo div {
    font-size: 0.8em !important;
}

.info_itens_titulo div.fornecimento {
    font-size: 0.7em !important;
}

.info_itens_titulo div.classe {
    font-size: 0.6em !important;
}

.info_itens_titulo div input,
.info_itens_titulo div select {
    text-align: center !important;
}

.info_itens_titulo div input.impacto_alto,
.info_itens_titulo div select.alto {
    background-color: rgba(255, 0, 0, 0.5);
    color: black !important;
}

.info_itens_titulo div input.impacto_medio,
.info_itens_titulo div select.medio {
    background-color: rgba(255, 0, 0, 0.5) !important;
    color: black !important;
}

.info_itens_titulo div input.impacto_baixo,
.info_itens_titulo div select.baixo {
    background-color: rgba(178, 255, 102, 0.5) !important;
    color: black !important;
}

#cadastrar_pedido {
    /* background-color: rgba(255, 255, 0, 0.2) !important; */
    border: 2px #006eff solid;
    padding-top: 3em !important;
}

.triagem_qtd input,
.triagem_qtd select {
    background-color: rgba(255, 255, 0, 0.15) !important;
}

.triagem_qtd div div {
    border: solid thin #bdbdbd !important;
    background-color: rgba(255, 255, 0, 0.15) !important;
}

/* LISTAGEM GERAL class linha_item */

.linha_item div {
    font-size: 12px;
    height: auto;
    padding: 1px !important;
}


.linha_item div .form-control {
    font-size: 1.2em !important;
}

.linha_item div label {
    font-size: 1.2em !important;
    margin-bottom: 0.1rem !important;
    width: 100px;
}

.linha_item div.fornecimento {
    font-size: 0.7em !important;
}

.linha_item div.classe {
    font-size: 0.6em !important;
}

.linha_item div input,
.linha_item div select {
    text-align: center !important;
    font-size: 12px !important;
    height: 31px !important;
    padding: 0 !important;
    border: #aeaeae solid thin;
}

.linha_item div textarea {
    border: #aeaeae solid thin;
}

ul.linha_item {
    margin-bottom: 0em !important;
}

.linha_item ul {
    font-size: 12px;
    height: auto;
    padding: 1px !important;
}

.linha_item li {
    height: auto;
}

.linha_item li .form-control {
    font-size: 1.2em !important;
}

.linha_item li label {
    font-size: 1.2em !important;
    margin-bottom: 0.1rem !important;
    width: 100px;
}

.linha_item li {
    font-size: 12px;
    /*height: 34px !important;*/
    padding: 1px !important;
}

.linha_item li.fornecimento {
    font-size: 0.7em !important;
}

.linha_item li.classe {
    font-size: 0.6em !important;
}

.linha_item li input,
.linha_item li select {
    text-align: center !important;
    font-size: 12px !important;
    height: 28px !important;
    padding: 0 !important;
}

/* FIM */


.form-control {
    padding: 0.375rem 0.2rem !important;
    appearance: auto !important;
}

select[readonly] {
    background: #ccc;
    /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}

.scroll_horizontal {
    width: auto;
    max-width: 100%;
    overflow-x: scroll !important;
    min-height: 30em;
    margin-top: 1.2em;
}

.scroll_horizontal .input-group {
    flex-wrap: nowrap;
}

.scroll_vertical {
    width: 101%;
    overflow-y: scroll;
    max-height: 60em;
    position: relative;

}

.scroll_vertical .input-group {
    flex-wrap: nowrap;
}

.cor_alerta_1 {
    background: rgba(201, 177, 140, 0.3);
}

.cor_alerta_2 {
    background: rgba(242, 178, 78, 0.7);
}

.cor_alerta_3 {
    background: rgba(238, 113, 37, 0.7);
}

.cor_alerta_4 {
    background: rgba(197, 0, 0, 0.7);
}

.texto_alerta_1 {
    color: rgba(201, 177, 140, 1);
}

.texto_alerta_2 {
    color: rgba(242, 178, 78, 1);
}

.texto_alerta_3 {
    color: rgba(238, 113, 37, 1);
}

.texto_alerta_4 {
    color: rgba(197, 0, 0, 1);
}

.bt_editar_entrada {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}