:root {
    --main-radius: 5px;
    --main-padding: 5px;
}

/*ESTILO PRINCIPAL*/
.content-wrapper-pos-gcom {
    display: inline;
    padding: 0 1.812rem 1.812rem;
    width: 100%;
    height: 100%;
 
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

/*ESTIO DA PRIMEIRA LINA NAV BAR*/
.navbarGcom {
    height: 45px;
    padding-top: 10px;
    margin-bottom: 10px;
    background-color: #2f91d8;
    border-radius: var(--main-radius);
}

.tituloNavGcom {
    display: inline;
    font-size: 1.5rem;
    font-weight: bold;
    color: #f4f5fa;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.mt-pesquisaGcom {
    margin-top: -4px;
}

.mt-tabela-clienteGcom {
    margin-top: -8px;
}

.tabela-cliente input[type="text"] {
    display: inline;
    width: 100%;
    height: 16px;
    margin-top: 0px;
    padding: 0.875rem 1.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    color: #e9e6e6;
    appearance: none;
    background-color: #1664a2;
    background-clip: padding-box;
    border: 1px solid #e9e6e6;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* FIM ESTIO DA PRIMEIRA LINA NAV BAR*/

/* ESTIO DA SEGUNA LINA TOP BAR background-color: #bbdaf0*/
.topbarGcom {
    height: 45px;
    margin-bottom: -20px;
    border-radius: var(--main-radius);
}

.topbarGcom .col-md-4 {
    margin-left: -10px;
    margin-right: 20px;
}

.CaixaGcom {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.labelCaixa {
    width: 40%;
    height: 45px;
    background-color: #2f91d8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    align-items: center;
    align-content: center;
    color: #f4f5fa;
}

.usuario {
    width: 60%;
    height: 45px;
    margin-top: -53px;
    margin-left: 247px;
    text-align: center;
    align-items: center;
    align-content: center;
    color: #2f91d8;
    font-weight: bold;
}

.factura {
    width: 60%;
    height: 45px;
    margin-top: -53px;
    margin-left: 247px;
    text-align: center;
    align-items: center;
    align-content: center;
    color: #2f91d8;
    font-weight: bold;
}

.labelData {
    width: 30%;
    margin-top: -50px;
    margin-left: 40%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    align-items: center;
}

.labelHora {
    width: 30%;
    margin-top: 8px;
    margin-left: 70%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    align-items: center;
}

.dataAtual {
    width: 25%;
    margin-bottom: -48px;
    margin-left: 42%;
    font-family: "Arial Black", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: -2px;
    text-align: center;
    color: #2f91d8;
}

.horaAtual {
    width: 25%;
    margin-top: -2px;
    margin-bottom: -48px;
    margin-left: 72%;
    font-family: "Arial Black", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #2f91d8;
}

/* FIM ESTILO DA SEGUNA LINA TOP BAR*/

/* ESTILO DA TERCEIRA LINHA DADOS DA FACTURACAO*/
.dados-factura-gcom {
    height: 100%;
    margin-top: 30px;
    border-radius: var(--main-radius);
}

.dados-factura-gcom .col-md-8 {
    margin-left: -10px;
    margin-right: 20px;
}

.labelCodBarrasGcom {
    font-size: 40px;
    font-weight: bold;
    color: #072136;
}

.lableProdGcom {
    height: 60px;
    margin-bottom: 10px;
    margin-right: -10px;
    font-size: 30px;
    font-weight: bold;
    color: #2f91d8;
    text-align: center;
    align-content: center;
    line-height: 0.9;
    border-style: solid;
    border-width: 2px;
    border-color: #1664a2;
    border-radius: var(--main-radius);
}

.listaProdGcom {
    height: 600px;
    margin-right: -10px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #1664a2;
    border-radius: var(--main-radius);
}

.table-responsive {
    height: 100%;
}

.campoCodBarrasGcom {
    width: 380px;
    height: 60px;
    margin-bottom: 10px;
    background-color: #2f91d8;
    border-radius: var(--main-radius);
    color: #000;
}

.campoCodBarrasGcom .form-group {
    margin: 2px 2px 0px 2px;
    padding-top: 2px;
    border-radius: var(--main-radius);
}

.campoCodBarrasGcom input[type="text"] {
    display: block;
    width: 375px;
    height: 16px;
    padding-top: 10px;
    margin-top: 0px;
    padding: 0.875rem 1.375rem;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 20;
    color: #072136;
    border-style: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.painel-principal {
    width: 380px;
    height: 300vh;
    border-style: solid;
    border-width: 2px;
    border-color: #cdcecf;
    border-radius: var(--main-radius);
    background-color: #fff;
}
.painel-principal .painel-menu-opcoes {

    background-color: #f4f5fa;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

/*GRID MENU OPÇOES*/
.painel-menu-opcoes {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.2fr 0.2fr 0.02fr 0.2fr;
    grid-template-areas:
        "btnQtd btnRemover"
        "btnCancelarVenda btnPesquisarProd"
        "btnUnidade btnCartao"
        "btnQtdOferta btnFinalizarVenda";
    grid-gap: 0.2rem;
}

#btnRemover {
    display: grid;
    background-color: #89C4F4;
    grid-area: btnRemover;
    grid-template-rows: 0.2fr;
    grid-template-areas: "painel-menu-opcoes";
    height: 100px;
    padding-left: 10px;
    border-width: 2px;
    text-align: left;
    align-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: var(--main-radius);
}
#btnCancelarVenda {
    display: grid;
    background-color: #DA4C4D;
    grid-area: btnCancelarVenda;
    grid-template-rows: 0.2fr;
    grid-template-areas: "painel-menu-opcoes";
    height: 100px;
    padding-left: 10px;
    border-width: 2px;
    text-align: left;
    align-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: var(--main-radius);
}
#btnPesquisarProd {
    display: grid;
    background-color: #F96D00;
    grid-area: btnPesquisarProd;
    grid-template-rows: 0.2fr;
    grid-template-areas: "painel-menu-opcoes";
    height: 100px;
    padding-left: 10px;
    border-width: 2px;
    text-align: left;
    align-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: var(--main-radius);
}
#btnUnidade {
    display: grid;
    background-color: #2196F3;
    grid-area: btnUnidade;
    grid-template-rows: 0.2fr;
    grid-template-areas: "painel-menu-opcoes";
    height: 100px;
    padding-left: 10px;
    border-width: 2px;
    text-align: left;
    align-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: var(--main-radius);
}
#btnCartao {
    display: grid;
    background-color: #0D7651;
    grid-area: btnCartao;
    grid-template-rows: 0.2fr;
    grid-template-areas: "painel-menu-opcoes";
    height: 100px;
    padding-left: 10px;
    border-width: 2px;
    text-align: left;
    align-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: var(--main-radius);
}
#btnQtdOferta {
    display: grid;
    background-color: #10A060;
    grid-area: btnQtdOferta;
    grid-template-rows: 0.2fr;
    grid-template-areas: "painel-menu-opcoes";
    height: 100px;
    padding-left: 10px;
    border-width: 2px;
    text-align: left;
    align-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: var(--main-radius);
}
#btnFinalizarVenda {
    display: grid;
    background-color: #67CF24;
    grid-area: btnFinalizarVenda;
    grid-template-rows: 0.2fr;
    grid-template-areas: "painel-menu-opcoes";
    height: 100px;
    padding-left: 10px;
    border-width: 2px;
    text-align: left;
    align-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: var(--main-radius);
}
#btnQtd {
    display: grid;
    background-color: #6C757D;
    grid-area: btnQtd;
    grid-template-rows: 0.2fr;
    grid-template-areas: "painel-menu-opcoes";
    height: 100px;
    border-width: 2px;
    text-align: left;
    padding-left: 10px;
    align-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: var(--main-radius);
}

.painel-menu-opcoes .img-botoes {
    width: 50px;
    height: 50px;
    margin-left: -5px;
    align-content: start;
    vertical-align: middle;
}
.sidebarPos .img-menus {
    width: 50px;
    height: 50px;
    margin-left: 13px;
    margin-bottom: 5px;
}

/*GRID SIDEBAR*/
#sidebarPos {
    background-color: #F1F4FB;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    width: 80px;
    height: 65vh;
    float: right;
    margin-top: -70px;
    color: #0f0f0f;
    word-wrap: break-word;
}
.sidebarPos {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.1fr;
    grid-template-areas:
        "btn-opcoes"
        "btn-desconto"
        "btn-formapgto"
        "btn-clientes"
        "btn-numerico"
        "btn-stock";
    grid-gap: 0.2rem;
}

#btn-opcoes {
    display: grid;
    grid-area: btn-opcoes;
    grid-template-rows: 0.2fr;
    grid-template-areas: "sidebarPos";
    width: 100%;
    height: 75px;
    border-width: 2px;
    text-align: center;
    align-content: center;
    font-weight: bold;
}
#btn-desconto {
    display: grid;
    grid-area: btn-desconto;
    grid-template-rows: 0.2fr;
    grid-template-areas: "sidebarPos";
    width: 100%;
    height: 75px;
    border-width: 2px;
    text-align: center;
    align-content: center;
    font-weight: bold;
}
#btn-formapgto {
    display: grid;
    grid-area: btn-formapgto;
    grid-template-rows: 0.2fr;
    grid-template-areas: "sidebarPos";
    width: 100%;
    height: 75px;
    border-width: 2px;
    text-align: center;
    align-content: center;
    font-weight: bold;
}
#btn-clientes {
    display: grid;
    grid-area: btn-clientes;
    grid-template-rows: 0.2fr;
    grid-template-areas: "sidebarPos";
    width: 100%;
    height: 75px;
    border-width: 2px;
    text-align: center;
    align-content: center;
    font-weight: bold;
}
#btn-numerico {
    display: grid;
    grid-area: btn-numerico;
    grid-template-rows: 0.2fr;
    grid-template-areas: "sidebarPos";
    width: 100%;
    height: 75px;
    border-width: 2px;
    text-align: center;
    align-content: center;
    font-weight: bold;
}
#btn-stock {
    display: grid;
    grid-area: btn-stock;
    grid-template-rows: 0.2fr;
    grid-template-areas: "sidebarPos";
    width: 100%;
    height: 75px;
    border-width: 2px;
    text-align: center;
    align-content: center;
    font-weight: bold;
}

.botoesGcom {
    width: 100%;
    height: 60px;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: #1664a2;
    border-radius: var(--main-radius);
}

.botoesGcom img {
    width: 46px;
    height: 46px;
    margin-left: -156px;
    margin-top: -9px;
    align-content: center;
    vertical-align: middle;
}

.btnLabel {
    margin-left: 22px;
    margin-top: -31px;
    font-size: 22px;
    font-weight: bold;
    align-content: center;
    vertical-align: middle;
}

.botoesGcom a {
    height: 52px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.botoesGcom button {
    height: 52px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.btnCancelar {
    width: 98%;
    margin-right: 5px;
    text-align: center;
    align-content: center;
    border-radius: var(--main-radius);
}

.btnEnter {
    width: 100%;
    text-align: center;
    align-content: center;
    border-radius: var(--main-radius);
}

.total {
    width: 100%;
    height: 20px;
    background-color: #2f91d8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -5px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    align-content: center;
    color: #f4f5fa;
}

/* ESTILO DA QUARTO LINA CARD CLIENTES*/
.card-rodape {
    border-radius: var(--main-radius);
}

.card-rodape .col-md-6 {
    margin-right: 10px;
}

.cardClientesGcom {
    width: 100%;
    height: 115px;
    margin-bottom: 10px;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #dde4e7;
    border-radius: var(--main-radius);
}

.cardClientesGcom h2 {
    font-size: 14px;
    font-weight: bold;
    width: 170px;
    margin: 10px;
    margin-bottom: 20px;
}

.cardClientesGcom input {
    height: 0px;
    width: 275px;
    float: right;
    margin-right: -10px;
    line-height: 0;
    border-style: none;
    margin: 0px;
    font-weight: 500;
    text-align: right;
}
.cardClientesGcom .itens {
    font-size: 12px;
}

/* REDIMENSIONAMENTO RESPONSIVO */
@media (min-width: 800px) and (max-width: 1023.98px) {
    .dados-factura-gcom {
        height: 60vh;
        margin-top: 20px;
    }

    .campoCodBarrasGcom {
        width: 320px;
        height: 52px;
    }

    .campoCodBarrasGcom input[type="text"] {
        width: 315px;
        font-size: 1.3rem;
    }

    .painel-principal {
        width: 320px;
        height: 220px;
    }

    .painel-principal img {
        height: 200px;
    }

    .listaProdGcom {
        height: 220px;
        text-align: center;
        align-content: center;
    }

    .lableProdGcom {
        height: 52px;
        font-size: 24px;
    }

    .botoesGcom {
        height: 48px;
        padding: 2px 6px;
    }

    .botoesGcom img {
        width: 22px;
        height: 22px;
        margin-left: 0;
        margin-top: 0;
    }

    .botoesGcom a,
    .botoesGcom button {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btnLabel {
        margin-left: 10px;
        margin-top: 0;
        font-size: 13px;
        line-height: 1.2;
        max-width: calc(100% - 48px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #sidebarPos,
    .sidebarPos {
        display: none !important;
    }

    .factura,
    .usuario {
        font-size: 13px;
    }

    .cardClientesGcom {
        height: 106px;
    }

    .cardClientesGcom input {
        width: 215px;
    }
}

@media (min-width: 1024px) {
    .dados-factura-gcom {
        height: 66vh;
    }

    .campoCodBarrasGcom {
        width: 350px;
        height: 56px;
    }

    .campoCodBarrasGcom input[type="text"] {
        width: 345px;
        font-size: 1.55rem;
    }

    .painel-principal {
        width: 350px;
        height: 255px;
    }

    .painel-principal img {
        height: 238px;
    }

    .listaProdGcom {
        height: 255px;
    }

    .lableProdGcom {
        height: 56px;
        font-size: 26px;
    }

    .botoesGcom {
        height: 56px;
    }

    .botoesGcom img {
        width: 30px;
        height: 30px;
        margin-left: -108px;
        margin-top: -7px;
    }

    .btnLabel {
        margin-top: -20px;
        font-size: 19px;
    }

    #sidebarPos {
        width: 76px;
        height: 60vh;
        font-size: 10.5px;
    }

    .factura,
    .usuario {
        font-size: 14px;
    }

    .cardClientesGcom {
        height: 112px;
    }

    .cardClientesGcom input {
        width: 235px;
    }
}

@media (min-width: 1152px) {
    .dados-factura-gcom {
        height: 70vh;
    }

    .campoCodBarrasGcom {
        width: 365px;
        height: 58px;
    }

    .campoCodBarrasGcom input[type="text"] {
        width: 360px;
        font-size: 1.7rem;
    }

    .painel-principal {
        width: 365px;
        height: 285px;
    }

    .painel-principal img {
        height: 265px;
    }

    .listaProdGcom {
        height: 285px;
    }

    .lableProdGcom {
        height: 58px;
        font-size: 28px;
    }

    .botoesGcom {
        height: 58px;
    }

    .botoesGcom img {
        width: 32px;
        height: 32px;
        margin-left: -116px;
        margin-top: -8px;
    }

    .btnLabel {
        margin-top: -21px;
        font-size: 20px;
    }

    #sidebarPos {
        width: 78px;
        height: 62vh;
    }

    .factura,
    .usuario {
        font-size: 15px;
    }

    .cardClientesGcom {
        height: 116px;
    }

    .cardClientesGcom input {
        width: 250px;
    }
}

@media (min-width: 1280px) {
    .dados-factura-gcom {
        height: 74vh;
    }

    .campoCodBarrasGcom {
        width: 380px;
        height: 60px;
    }

    .campoCodBarrasGcom input[type="text"] {
        width: 375px;
        font-size: 1.85rem;
    }

    .painel-principal {
        width: 380px;
        height: 310px;
    }

    .painel-principal img {
        height: 283px;
    }

    .botoesGcom {
        width: 100%;
        height: 62px;
        padding: 3px;
        border-style: solid;
        border-width: 2px;
        border-color: #1664a2;
        border-radius: var(--main-radius);
    }

    .botoesGcom img {
        width: 34px;
        height: 34px;
        margin-left: -126px;
        margin-top: -6px;
    }

    .btnLabel {
        margin-left: 25px;
        margin-top: -23px;
        font-size: 22px;
        font-weight: bold;
    }

    .factura {
        font-size: 16px;
    }

    .usuario {
        font-size: 16px;
        text-align: center;
        align-items: center;
        align-content: center;
    }

    .dataAtual {
        width: 30%;
        margin-left: 40%;
        font-family: "Arial Black", Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        font-size: 16px;
        margin-top: -2px;
    }

    .horaAtual {
        width: 30%;
        margin-left: 70%;
        font-family: "Arial Black", Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        font-size: 20px;
        margin-top: -2px;
    }

    .labelHora {
        width: 30%;
        margin-left: 70%;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .labelCaixa {
        width: 40%;
    }

    .labelusuario {
        width: 60%;
        margin-left: 40%;
    }

    .labelData {
        width: 30%;
        margin-left: 40%;
    }

    .usuario {
        width: 60%;
        margin-left: 40%;
        text-align: center;
        align-items: center;
        align-content: center;
    }

    .factura {
        width: 60%;
        margin-left: 40%;
    }

    .cardClientesGcom {
        height: 120px;
    }

    .cardClientesGcom h2 {
        font-size: 14px;
        font-weight: bold;
        margin: 10px;
        margin-bottom: 22px;
    }

    .cardClientesGcom input {
        width: 265px;
    }

    .listaProdGcom {
        height: 310px;
        text-align: center;
        align-content: center;
    }
}

@media (min-width: 1360px) {
    .dados-factura-gcom {
        height: 76vh;
    }

    .painel-principal {
        height: 350px;
    }

    .painel-principal img {
        height: 330px;
    }

    .listaProdGcom {
        height: 350px;
    }

    .factura,
    .usuario {
        font-size: 18px;
    }

    .cardClientesGcom h2 {
        margin-bottom: 24px;
    }

    .lableProdGcom {
        text-align: center;
        align-content: center;
    }
}

@media (min-width: 1440px) {
    .dados-factura-gcom {
        height: 79vh;
    }

    .painel-principal {
        height: 390px;
    }

    .painel-principal img {
        height: 370px;
    }

    .listaProdGcom {
        height: 390px;
    }

    .factura,
    .usuario {
        font-size: 19px;
    }

    .cardClientesGcom h2 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1920px) {
    .dados-factura-gcom {
        height: 82vh;
    }

    .painel-principal {
        height: 560px;
    }

    .painel-principal img {
        height: 532px;
    }

    .listaProdGcom {
        height: 560px;
    }

    .factura,
    .usuario {
        font-size: 22px;
    }

    .cardClientesGcom h2 {
        font-size: 14px;
        font-weight: bold;
        margin: 10px;
        margin-bottom: 25px;
    }
}