@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    background-color: transparent;
}

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

/* Firefox */
.only_number[type=number] {
    -moz-appearance: textfield;
}

.only_number {}

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

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




/*footer*/
footer {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    background-color: #013e61;
    color: #fff;
    /* position: fixed; */
    /* bottom: 0; */
    width: 100%;
}

footer address,
footer p {
    font-style: initial;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    display: block;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

ul {
    list-style: none !important;
}

header {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    height: auto;
    background-color: #013e61;
    color: #fff;
}


header div.row div img.logo_top {
    width: 240px;
    height: 85px;
}

header div.row div a.logo_top {
    width: 200px;
    height: 75px;
    display: block;
}

header .mostra_adm {
    height: 35px;

}

header h1 {
    color: #fff;
    margin-top: 26px;
    font-weight: bold;
}

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;
}

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


/*CONTENT*/
body {
    font-family: arial;
}


.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-8 {
    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 */

/* 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;

}

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


.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;
}

.hide_coluna {
    width: 1% !important;
    min-width: 1% !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
}

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

.show_icon {
    /* color: #fff !important; */
    text-align: center !important;
    font-size: 10px !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 */
nav div.container-fluid {
    padding-left: 0px !important;
}

nav .li_data #data_icon {
    color: rgba(255, 255, 255, 0.6);
    margin: 10px 0px 0px 20px;
    font-size: 22px;
}

nav .li_data #data {
    margin: 10px 0px 0px 2px;
    font-size: 12px;
    width: 60px;
    height: 22px;
}

nav #localizar input {
    font-size: 10px;
    margin: 3px 0px 0px 0px;
}

nav #localizar ul {
    width: 60%;
    float: right;
    box-sizing: border-box;
    margin: 0px 20px 0px 0px;
}

nav #localizar ul button {
    font-size: 10px !important;
}

nav #nav_select_termo button {
    font-size: 10px;
    margin: 3px 0px 0px 0px;
}

nav #nav_select_termo ul {
    box-sizing: border-box;
    margin: 0px 5px 0px 0px;
}

.navbar {
    padding: 0px !important;
    padding: 0em !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;
}

.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%;
}


/* PAGINA ESTOQUE.PHP */
#overlay {
    /* VAI SOBREPOR TODA A TELA EVITANDO O CLIQUE EM QUANTO A LISTA DE MATERIAL NÃO ESTEJA CARREGADA */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}

/* FIM */


/*  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;
}

/* PÁGINA TRIAGEM */

.tela_bloqueio {
    background-color: rgba(0, 0, 0, 0.7) !important;
    pointer-events: none;
    position: relative;
}

.tela_bloqueio :only-child {
    border: none !important;
}

#alerta_enviando {
    margin: auto !important;
    height: 300px;
    line-height: 50px;
    text-align: center;
    color: white !important;
    z-index: 100 !important;
}

.tela_bloqueio input,
.tela_bloqueio p,
.tela_bloqueio h {
    background: transparent !important;
    color: rgba(0, 0, 0, 0.7) !important;
    border: none !important;
}

.tela_bloqueio div {
    border: none !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;
}

.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%);
}