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

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

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

    /* background: url("/static/core/images/inicio-fundo.jpg") no-repeat center center fixed; */
    /* background-image: url("/static/core/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/core/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);
}

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

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

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

.acesso-rapido a {
    color: #3C6EA6;
    -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: #3C6EA6;
    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;
}

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

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