﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*parei tentando mudar as cores primarias com o themestr.app*/
@font-face {
    font-family: 'Eurostyle';
    src: url('../fonts/eurostyle-normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #1F2020;
}

    a:hover {
        color: #FF8000;
    }

.table-sm th, .table-sm td {
    padding-bottom: 0px !important;
    margin-top: 3px;
}


.tablegrid {
    margin-top: 5px;
}

.page-link {
    color: #1F2020;
}

    .page-link:hover {
        color: #FEFE01;
        background-color: #1F2020;
        border-color: #3C3C3C;
        font-size: initial;
    }

.page-item.active .page-link {
    background-color: #FEFE01;
    border-color: #3C3C3C;
    color: #1F2020;
}

.table .thead-dark th {
    background-color: #1F2020;
    border-color: #1F2020;
    color: #FEFE01;
}

.tabelaSecundaria {
    background-color: #e5f4d7;
    color: #588c26;
}

.tabelaLegenda {
    font-size: 0.55rem;
    padding: 0.45rem;
}

.TextInputGrid {
    border: 0;
    background-color: transparent;
}

.BtnEmGrid {
    padding: 1px 4px 1px 4px;
    font-size: 0.75rem;
}

/*CabecalhoView*/
.ColunaLabel {
    width: 25%;
}

.label-tipo-box {
    width: 100%;
    display: block;
    padding: 0.45rem 0.45rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0;
    color: #495057;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.check-box-control {
    margin-right: 0.25rem;
}

.label-com-checkbox {
    color: gray;
    padding: 0.25rem;
    margin-bottom: 0px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 400;
}
/*Formulário*/
.control-label {
    margin-bottom: 0.1rem;
    font-size: 0.7rem;
}

.form-group {
    margin-bottom: .25rem;
}

.form-control {
    height: auto;
    padding: 0.115rem 0.25rem;
}

.form-botoes {
    margin-top: .55rem;
}

form-check {
    width: auto;
}

.promptProduto {
    color: #FF8000;
}

.promptValue, .dataApi, .dataApiPesId {
    color: #1F2020;
}

.promptClick {
    cursor: pointer;
}

.promptPessoaClick {
    cursor: pointer;
}

.promptMunicipioClick {
    cursor: pointer;
}

/*Utilizado para Identificar campos de cep*/
.CepField {
    color: #FF8000;
}

/*Utilizado para Identificar campos de Código Municipio*/
.cMunField {
    color: #FF8000;
}
/*Botões*/
.btn {
    padding-top: .17rem;
    padding-bottom: .15rem;
}

.baixo {
    bottom: 0;
}

.btn-outline-success {
    color: #1F2020;
    border-color: #3C3C3C;
}

    .btn-outline-success:hover {
        color: #FEFE01;
        background-color: #1F2020;
        border-color: #3C3C3C;
        font-size: initial;
    }

.btn-outline-danger {
    color: #1F2020;
    border-color: #3C3C3C;
}

    .btn-outline-danger:hover {
        color: #FEFE01;
        background-color: #1F2020;
        border-color: #3C3C3C;
        font-size: initial;
    }

.btn-outline-success.btnExcel {
    color: #65A72C;
    border-color: #65A72C;
}

    .btn-outline-success.btnExcel:hover {
        background-color: #65A72C;
        border-color: #65A72C;
        color: white;
    }

.btn-success, .btn-success:hover {
    background-color: #1F2020;
    border-color: #3C3C3C;
    color: #FEFE01;
}

    .btn-success.btnExcel, .btn-success.btnExcel:hover {
        background-color: #65A72C;
        border-color: #65A72C;
    }

.btn-block, .btn-block:hover {
    background-color: #b2b0b0;
    border-color: #b2b0b0;
    cursor: not-allowed;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #b2b0b0;
    border-color: #b2b0b0;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: white;
}

a.Usuario {
    color: white;
}

/*telas ww botões de filtro*/
/*telas ww botões de filtro*/
.acao-filtrar {
    padding-left: 0px;
    padding-right: 0px;
}
/*telas ww botões de limpar filtro*/
.acao-limparfiltros {
    padding-right: 0px;
}


/*telas ww botões de ação/comando*/
.acao-comando {
    padding-right: 0px;
}

.base-comando {
    padding-right: 5px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 1rem;
}

@media (min-width: 768px) {
    html {
        font-size: 1rem;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-size: 0.80rem;
}


.text-comum {
    font-size: 0.80rem;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 10rem;
    line-height: 10rem;
    /*height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
/*Header*/
.topoheader {
    background-color: #191919;
    padding: 0px !important;
}

.logotopo {
    max-width: 12.0rem;
    /*max-width: 180px;*/
    margin-left: 10px;
    position: relative;
}


/*Tab*/
.rowAbas {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    background-color: #1F2020;
    color: #FEFE01;
    margin-right: 2px;
}

    .nav-tabs .nav-link .active {
        background-color: #F58634;
        color: #fff;
        margin-right: 2px;
    }


/*Group*/
fieldset.group-border {
    /*border: 1px groove #b2b0b0 !important;*/
    border: solid;
    border-width: 1px;
    border-color: #ced4da;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: .25em 0 .5em 0 !important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.group-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

/*A Cor vem da classe text-*/
.dicaComCor {
    font-size: 0.65rem;
    color: gray;
}

.avisoCuidado {
    background-color: black;
    padding: 0.35rem;
    text-align: center;
    border-radius: 0.20rem;
}

.loginbody {
    min-height: 100vh;
    min-width: 100vw;
    background: lightgray;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.loginlogo {
    border-top-left-radius: 0.45rem;
    border-top-right-radius: 0.45rem;
}

.card-text {
    color: white;
}


/*Bolinha quantidade carrinho*/
#lblCartCount {
    margin-right: 1px;
    padding-left: 2px;
    padding-right: 2px;
    display: block;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    background: #fe862c;
    color: #fff;
    text-align: center;
    font: 12px 'Lato', Helvetica, Arial, sans-serif;
    float: right;
}

/*Efeito Riscado*/
.efeitoDesativado {
    color: lightgray;
    text-decoration: line-through;
}

/*Criado para Acerto Financeiro*/
.edit {
    bottom: 0;
    position: absolute;
    color: #FF8000;
}

    .edit:hover {
        cursor: pointer;
    }

.comPoucoEspaco {
    font-size: 0.85rem;
    padding: 0.01rem 0.5rem 0.01rem 0.5rem;
}

.destaqueQtdEntradas {
    color: #008000;
    font-weight: bold;
}

.destaqueQtdSaidas {
    color: #0066ff;
    font-weight: bold;
}

.destaqueNegativo {
    color: red;
}

.saibaMais {
    color: blue !important;
    cursor: pointer;
}

.btnDesativado {
    cursor: not-allowed;
}

.cardBi {
    width: 20rem;
}

.tableCardBi td {
    padding: 0;
    padding-right: 0.2rem;
    font-size: 0.7rem;
}

.btn-small {
    font-size: 0.6rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.btn-medium {
    font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/*.balaoOi {
    width: 500px;
    height: 500px;
    border-radius: 250px;
    font-size: 50px;
    color: #bfbfbf;
    line-height: 500px;
    text-align: center;
    background: #99ff99
}*/
.balaoOi {
    position: fixed;
    /* 
    width: 1000px;
    height: 1000px;
*/
    width: 50%;
    height: 50%;
    bottom: 40px;
    right: 15%;
    background-color: #0C9;
    color: #FFF;
    border-radius: 75rem;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    font-size: 12rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.download {
    cursor: pointer;
}


.titulo { /*Giovane 07/10/2021*/
    text-align: center;
    width: 318px;
}

.caixaPatrimonio { /*Giovane 07/10/2021*/
    text-align: center;
    max-width: 320px;
    border-radius: 10px;
    padding: 8px;
    font-weight: bolder;
}

.opCorPerApu { /*Giovane 19/10/2021*/
    width: auto;
    display: inline;
}

.dataApuracao {
    width: 200px;
}

.colorByDesativado {
    color: #D3D3D3;
}

/*V156 MFC 25/07/22 HD19912*/
.icosvg {
    max-height: 20px;
}

/*V156 Giovane 25/08/22 */
.oculto {
    display: none;
}

.labelEmTabs {
    font-size: 0.55rem;
    font-weight: bold;
}

.conteudoEmTabs {
    color: dimgray;
    font-size: 0.75rem;
}

.idEmTabs {
    font-size: 0.80rem;
    font-weight: bold;
}

/*Giovane V156B1 HD21591 30/09/2022 */
.inputPadrao {
    min-width: 200px;
}


/*Giovane V159 HD21733 05/01/2023*/
#elDestinoPromptPessoaEmailClick span {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

s
/*V160 Giovane 03/02/2023*/
.negrito {
    font-weight: bold;
}

/*V160 Giovane HD22686 08/02/2023*/
.select-legend {
    font-size: 0.65rem;
    margin-right: -5px;
}

/*V160 Giovane 23/02/2023 HD21739*/
.fundoVerde {
    border-radius: 10%;
    background-color: #A4F2C5;
}

/*V160 Giovane 23/02/2023 HD21739*/
.fundoVermelho {
    border-radius: 10%;
    background-color: #FFCCCC;
}

/*V161 Giovane 11/03/2023 HD22647*/
.bootstrap-off * {
    all: revert;
    margin: initial;
    padding: initial;
    border: initial;
}

/*V161 Giovane 11/03/2023 HD22788*/
.spinner {
    border: 8px solid #ced4da;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
/* Estilos para o botão principal */
/*V170 Giovane 03/11/2023 HD25059*/
.botoesMultiplos {
    cursor: pointer;
    padding-left: 0;
}

/* Estilos para o botão filho */
/*V170 Giovane 03/11/2023 HD25059*/
.botaoComplementarDireito {
    border-top-left-radius: 0; /* Removendo borda arredondada superior direita */
    border-bottom-left-radius: 0; /* Removendo borda arredondada inferior direita */
    border-left: none; /* Removendo borda à esquerda do botão filho */
}
/* Estilos para o botão filho */
/*V170 Giovane 03/11/2023 HD25059*/
.botaoComplementarEsquerdo {
    border-top-right-radius: 0; /* Removendo borda arredondada superior direita */
    border-bottom-right-radius: 0; /* Removendo borda arredondada inferior direita */
    border-right: none; /* Removendo borda à esquerda do botão filho */
}

.pointer {
    cursor: pointer;
}

.btnBaixoDestaque {
    opacity: 0.8;
}


.fa-pen-to-square {
    color: #FF8000;
}


.navColor {
    background-color: #FF8000;
    color: black
}

.marginTop {
    margin-top: 15px;
}

.marginBottom {
    margin-bottom: 15px;
}

.marginLeft {
    margin-left: 15px;
}

.marginRight {
    margin-right: 15px;
}

.fa-pen-to-square {
    font-size: 20px;
}

.fa-trash {
    font-size: 20px;
}

th {
    color: white;
}

#imgPreview {
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 150px;
    max-width: 150px;
}

.buttonCImput {
    margin-top: 20px;
}


.loginbody {
    min-height: 100vh;
    min-width: 100vw;
    background: lightgray;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.loginlogo {
    border-top-left-radius: 0.45rem;
}

.card-text {
    color: white;
}

.text-Base {
    color: #FF8000;
}

.nomeProjeto {
    font-family: 'Eurostyle', sans-serif;
    color: #4B4B4D
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

.imgWw {
    max-height: 100px;
    max-width: 100px;
}

.digit-input {
    width: 38px;
    height: 38px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 10px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

    .close-button span {
        font-size: 30px;
        color: #000;
    }

    .close-button:hover span {
        color: #ff0000; /* Mudar a cor ao passar o mouse */
    }

.text-Base {
    color: #FEFE01;
    background-color: #1F2020;
    padding: 4px;
    border-radius: 4px;
}

.view-title {
    color: #1F2020;
    font-weight: bolder;
}

.thDark {
    /*background-color: #3C3C3C !important;*/
}


a {
    color: #1F2020;
}

    a:hover {
        color: #1F2020;
        font-weight: bolder;
    }

.WizzardLetrasMinusculas {
    background-color: lightgray;
}

input:disabled:not([type="submit"]),
input:read-only:not([type="submit"]) {
    background-color: #dedede !important; /* Cor cinza mais escura */
}