html, body {
    overflow-x:hidden;
    height: 100%;
}

/* Criando variáveis globais no css */
:root {
    --main-menu-color: #18719F!important;
}

#menu-configuracoes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bg-scroll {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18719F+0,18719F+100&0.8+0,0.8+100 */
    background: -moz-linear-gradient(top,  rgba(0,121,246,0.8) 0%, rgba(0,121,246,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,121,246,0.8) 0%,rgba(0,121,246,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,121,246,0.8) 0%,rgba(0,121,246,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0079f6', endColorstr='#cc0079f6',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: -4px 13px 47px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 13px 47px -29px rgba(0,0,0,0.75);
    box-shadow: -4px 13px 47px -29px rgba(0,0,0,0.75);
    transition: all .300s ease-in-out;
}

#versao {
    display: inline;
    color: #FFFFFF;
    font-size: 1rem;
    margin-bottom: 0;
    margin-right: 20px;
}

.fundo-com-imagem {
    height: 100vh!important;
    width: 100vw!important;

    /* background: url("/static/images/inicio-fundo.jpg") no-repeat center center fixed; */
    /* background-image: url("/static/images/inicio-fundo.jpg"); */
    background-position: center;
    background-repeat: no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

/* Sobrepondo o evento dropdown-item:hover (cor do menu selecionado) do bootstrap */
.dropdown-item:hover {
    color: #FFFFFF!important;
    text-decoration: none!important;
    background-color: var(--main-menu-color)!important;
}

/* Sobrepondo a cor das mensagens de erro/validação dos campos do bootstrap */
.errorlist {
    color: #DE102C!important;
}

/* Sobrepondo a cor do btn-success do bootstrap */
.btn-success {
    background-color: #77B93F!important;
    border: 0px!important;
}

/* Sobrepondo a cor do btn-primary do bootstrap */
.btn-primary {
    background-color: #2687E9!important;
    border: 0px!important;
}

/* Sobrepondo a borda do bootstrap */
.btn-danger, .btn-info, .btn-secondary {
    border: 0px!important;
}

.fonte {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.page-header {
  background-color: #ffffff;
  background-image: url("/static/images/header.jpg");
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
}

.page-header h1, .page-header h1 a, .page-header h1 a:visited, .page-header h1 a:active {
  color: #ffffff;
  font-size: 36pt;
  text-decoration: none;
}

.content {
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 10px;
}

.separacao-h {
  margin-top: 10px;
}

.date {
  color: #828282;
}

.save {
  float: right;
}

.post-form textarea, .post-form input {
    float: left;
    width: 100%;
}

.top-menu, .top-menu:hover, .top-menu:visited {
  color: #ffffff;
  float: right;
  font-size: 12pt;
  margin-right: 15px;
}

.post {
  margin-bottom: 70px;
}

.post h1 a, .post h1 a:visited {
  color: #000000;
}

.sombra-interna {
    text-shadow: 0 1px 0 #FFFFFF;
}

.cor-card-header {
    background-color: var(--main-menu-color);
    transition: all .300s ease-in-out;
}

.cor-card-header-text {
    color: #FFFFFF;
}

.cor-card-body {
    background-color: rgb(233,236,239);
}

.cor-card-footer {
    background-color: rgb(52,58,64);
}

.cor-card-footer-text {
    color: #FFFFFF;
}

.cor-inicio-logo {
    background-color: #FFFFFF;
}

.cor-degustacao {
    color: white;
    background-color: #54175d;
}

.cor-erros {
    color: red;
    font-weight: bold;
    margin-top: 25px
}

.cor-fundo-cadastros {
    /* background-color: #E9E9E7 */
    background-color: #F3F3F3
}

/* Dashboard */

#cards-dashboard .card {
    margin-bottom: 1.875rem;
}

#busca-periodo {
    margin-top: 0.75rem;
}


/* Footer */

.bg-footer {
    background-color: #6C757D;
}

.copryt-titulo {
    margin-top: 0.8125rem
}

.copryt-titulo p {
    color: #fff;
}

.base.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.base {
    margin-top: 4rem !important;
}

.acesso-rapido {
    margin-top: 20px;
    margin-bottom: 20px;
}

.acesso-rapido a:link {
    text-decoration:none;
}

.acesso-rapido a {
    color: var(--main-menu-color);
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}

.acesso-rapido a:hover{
    color: #003152;
}

/* Mapa */

#map {
    height: 100%;
}

#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

.icon-gps {
    padding-left: 9px;
    padding-right: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.cor-botao-excluir {
    background-color: #176F9E!important;
}

.titulo-paginas {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5eaed;
    font-size: 20px;
    font-weight: bold;
    color: #176F9E;
}

.margem-parcelas {
    margin-left: 0px;
}

/* Higchcharts */

.highcharts-credits {
    display: none;
}

#btnAtualizar {
    margin-top: 0.75rem;
}

/* Mais opções de Nf-e */

.opcoes-de-nfe a:link {
    text-decoration:none;
}

#cards-mais-opcoes-de-nfe .card-body a {
    color: var(--main-menu-color);
    widows: 100%;
    height: 100%;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}

.opcoes-de-nfe .card-body a:hover{
    color: #003152;
}

.card-body div div a div {
    margin-bottom: 3rem;
}

.opcoes-de-nfe {
    margin-bottom: 10px;
}

.opcoes-de-nfe span {text-align: center;}

.nota-id {visibility: hidden; height: 0px;}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
/* Negative indent footer by it's height */
    margin: 0 auto -53px;
}

/* Set the fixed height of the footer here */
#push {
    height: 6.25rem;
}

footer {
    position: relative;
    bottom: 0px;
    z-index: -1;
}

/* =Elements style
---------------------- */
.load-wrapp {
    float: left;

    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
}

.load-wrapp h3 {padding: 0 0 20px;}
.load-wrapp:last-child {margin-right: 0;}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

.load-3 .line:nth-last-child(1) {animation: loadingC .6s .1s linear infinite;}
.load-3 .line:nth-last-child(2) {animation: loadingC .6s .2s linear infinite;}
.load-3 .line:nth-last-child(3) {animation: loadingC .6s .3s linear infinite;}

.l-3 {animation-delay: .72s;}

#processandoModal .modal-content {
    min-height: 200px;
}

#planos .btn.btn-secondary{
    background-color: #dddddd;
    color: #000000;
}

#planos .btn.btn-secondary.active {
    background-color: #497dff;
    color: #F3F3F3;
    box-shadow: 0 0 0 0.2rem rgba(77, 156, 226, 0.5);
}

.img-fluid2 {
    max-width: 35%;
    height: auto;
}

.center-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[type="radio"] {
    width: 0px;
}

.forma_pagamento label {
    margin-right: 1rem;
}

.bg-valor {
    border: solid 2px #497DFF;
    border-radius: 50%;
    background-color: #497DFF;
    width: 10rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F3F3F3;
    font-size: 2rem;
    font-weight: bold;
}

#table-planos {
    width: 100%;
}

#table-planos tr th {
    border-right: solid 1.5px #ccccccff;
}

#table-planos tr th:last-child {
    border: 0px;
}

#table-planos thead {
    border-bottom: solid 2px #ccccccff;
}

#table-planos tr td {
    border-right: solid 1.5px #ccccccff;
}

#table-planos tr td:last-child {
    border: 0px;
}

#table-planos i {
    color: #0044aaff;
    margin-bottom: 1rem;
}

.funcionalidades {
    font-size: 12px;
}

.titulo-planos {
    font-weight: 500;
    color: #4d4d4dff;
}

#table-planos span {
    font-size: x-large;
}

#table-planos p {
    font-weight: 500;
    color: #4d4d4dff;
}

.info-pag {
    font-size: 0.5rem;
}

#table-planos th {
    padding: 10px;
}

.planos {
    width: 18%;
}

.disabled-btn {
    background-color: gray !important;
    border-radius: 5px;
    padding: .589rem;
}

.bg-toast {
    background-color: var(--main-menu-color);
}

@keyframes loadingA {
    0 {height: 15px;}
    50% {height: 35px;}
    100% {height: 15px;}
}

@keyframes loadingB {
    0 {width: 15px;}
    50% {width: 35px;}
    100% {width: 15px;}
}

@keyframes loadingC {
    0 {transform: translate(0,0);}
    50% {transform: translate(0,15px);}
    100% {transform: translate(0,0);}
}

@keyframes loadingD {
    0 {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}

@keyframes loadingE {
    0 {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

@keyframes loadingF {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes loadingG {
    0% {transform: translate(0,0) rotate(0deg);}
    50% {transform: translate(70px,0) rotate(360deg);}
    100% {transform: translate(0,0) rotate(0deg);}
}

@keyframes loadingH {
    0% {width: 15px;}
    50% {width: 35px; padding: 4px;}
    100% {width: 15px;}
}

@keyframes loadingI {
    100% {transform: rotate(360deg);}
}

@keyframes bounce  {
  0%, 100% {transform: scale(0.0);}
  50% {transform: scale(1.0);}
}

@keyframes loadingJ {
  0%,100% {transform: translate(0,0);}

  50% {
      transform: translate(80px,0);
      background-color: #f5634a;
      width: 25px;
  }
}

.exportar-xml > form > div div:nth-child(4) {
    margin-top: 0.9rem;
}

.cursor-pointer
{
    cursor: pointer;
}

td.details-control {
    cursor: pointer;
    text-align: center;
}

/* VENDA RÁPIDA */

.btn-venda-rapida {
    width: 100%;
    font-weight: bold;
    font-size: 1.3rem;
}

#tabDados_length {
    display: none;
}

.btn-venda-rapida h4 {
    display: inline;
}

.desconto {
    color: #77B93F;
    font-weight: bold;
    margin: 0;
}

.qtd-itens {
    font-weight: bold;
    margin: 0;
}

#adicionar_produto{
    width: 100%;
}

.swal-button--cancel {
    color: #FFFFFF !important;
    background-color: #dc3545 !important;
}

/* Modal Comandos de voz */
#comandosVoz div div div div i {
    color: var(--main-menu-color);
}
#comandosVoz div div div div h4 {
    color: var(--main-menu-color);
}
.icon-circle{
    border-radius: 50%;
    border : solid 1px var(--main-menu-color);
    height: 8rem;
    width: 8rem;
    box-shadow: 0 0 0 0 rgba(63, 146, 185, 0.7);
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@media (min-width: 576px){
    .margem-parcelas {
        margin-left: 5px;
        margin-right: 5px;
    }

    .align-items-center {
        margin-bottom: 30px;
    }

    .modal-dialog {
        max-width: 600px;
    }

    #enderecoModal .modal-content {
        width: 40rem;
    }

    #map {
        height: 80vh;
    }
}

#map {
    height: 90vh;
}

textarea {
    resize: none;
}

.pulse-button {
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    color: white;
    background-color: #e84c3d;
    cursor: pointer;
    -webkit-animation: pulse 1.25s 5 cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s 5 cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s 5 cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s 5 cubic-bezier(0.66, 0, 0, 1);
}
  
.pulse-button:hover {
    color: white;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.pulse-button-infinite {
    box-shadow: 0 0 0 0 rgba(119, 185, 63, 0.7);
    color: white;
    background-color: #77B93F;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
  
.pulse-button-infinite:hover {
    color: white;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(119, 185, 63, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(119, 185, 63, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(119, 185, 63, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(119, 185, 63, 0);}}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 0.7rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

.tooltip-inner {
    max-width: 32rem;
    padding: 3px 8px;
    color: #314A5B;
    text-align: center;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #A2BBCC), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #A2BBCC 1px, #FFFFFF 25px); 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    border: 1px solid #314A5B;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}