﻿/* 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*/

a {
    color: #65A72C;
}

    a:hover {
        color: #65A72C;
    }

.table-sm th, .table-sm td {
    padding-bottom: 0px !important;
    margin-top: 3px;
}


.tablegrid {
    margin-top: 5px;
}

.page-link {
    color: #65A72C;
}

.page-item.active .page-link {
    background-color: #65A72C;
    border-color: #65A72C;
}

.table .thead-dark th {
    background-color: #65A72C;
    border-color: #65A72C;
}

.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: #65A72C;
}

.promptValue, .dataApi, .dataApiPesId {
    color: #65A72C;
}

.promptClick {
    cursor: pointer;
}

.promptPessoaClick {
    cursor: pointer;
}

.promptMunicipioClick {
    cursor: pointer;
}

/*Utilizado para Identificar campos de cep*/
.CepField {
    color: #65A72C;
}

/*Utilizado para Identificar campos de Código Municipio*/
.cMunField {
    color: #65A72C;
}
/*Botões*/
.btn {
    padding-top: .17rem;
    padding-bottom: .15rem;
}

.baixo {
    bottom: 0;
    position: absolute;
}

.btn-outline-success {
    color: #65A72C;
    border-color: #65A72C;
}

    .btn-outline-success:hover {
        background-color: #65A72C;
        border-color: #65A72C;
    }

.btn-success, .btn-success:hover {
    background-color: #65A72C;
    border-color: #65A72C;
}

.btn-block, .btn-block:hover {
    background-color: #b2b0b0;
    border-color: #b2b0b0;
    cursor: not-allowed;
}

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*/
.acao-filtrar {
    padding-left: 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: #202020;
    padding: 0px !important;
}

.logotopo {
    max-width: 12rem;
    /*max-width: 180px;*/
    position: relative;
}


/*Tab*/
.rowAbas {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    background-color: #65A72C;
    color: #fff;
    margin-right: 2px;
}

    .nav-tabs .nav-link .active {
        background-color: #65A72C;
        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;
}

.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: #65A72C;
}

    .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;
}

/*.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;
}