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

/* Criando variáveis globais no css */
:root {
  --main-menu-color: #2687E9 !important;
  --var-color-white: white;
  --var-color-hover-menu: #ffffff8f;
  --var-color-titulo-login: #006AD1;
  --var-confirmar: #038300;
  --var-fg-inputs: #000000;
  --var-bg-inputs: #FFFFFF;
  --var-cor-fundo-cadastros: #EDF8FF;
  --var-color-green-modal: #09ac06;

}

.fundo-com-imagem {
  height: 100% !important;
  width: 100% !important;
  border: 1px solid var(--main-menu-color) !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;
}

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

.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: #007bff;
  background-color: #E8EA1A;
}

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

/* Botão fechar do modal */

.modal-header .close {
  padding: unset;
  margin: unset;
  text-shadow: unset;
  color: var(--var-color-white) !important;
}

button.close {
  width: 1.735rem;
  height: 1.735rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 300ms ease-in-out;
}

button.close:hover {
  background-color: var(--var-color-white) !important;
  color: var(--main-menu-color) !important;
}


/* Fim botão fechar do modal*/

#modAtualizaClassificacaoGer .modal-dialog,
#modAtualizaAmbienteGer .modal-dialog,
#modAtualizaDataCadastroGer .modal-dialog {
  max-width: 50rem;
}

/* Mapa */

#map {
  height: 100%;
}

.group-pesquisar {
  padding-top: 1.855rem;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

a#navbarDropdownMenuLink {
  color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: var(--main-menu-color) !important;
}

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


/* =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;
}

.modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  min-height: 4.6875rem;

  margin: 0rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5625rem;
  padding-left: 1.5625rem;

  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;

  background-color: var(--main-menu-color);
  color: var(--var-color-white);
}

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

  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  min-height: 4.6875rem;

  margin: 0rem;
  padding: 0rem;
  gap: 1rem;

  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;

  background-color: var(--main-menu-color);
  color: var(--var-color-white);
}

.modal-content form {
  margin: 0rem;
  padding: 0rem;
}