html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow:
    0 0 0 0.1rem white,
    0 0 0 0.25rem #258cfb;
}

body {
  margin-bottom: 60px;
}

main,
table {
  margin-top: 20px;
}

.alert {
  margin: 20px !important;
}

select {
  height: auto;
  width: 100%;
  box-sizing: border-box;
}

.br-select {
  max-width: 100%;
  min-width: 100%;
  padding: 2px;
  position: relative;
}

.br-input {
  width: 100%;
  box-sizing: border-box;
}

#main-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

/******************/


.br-main {
  flex: 1 0 auto;
}

.br-footer {
  flex-shrink: 0;
}

#loaderOverlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(211, 211, 211, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

#loaderOverlay img {
  width: 64px;
  height: 64px;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#menu-header {
  background-color: var(--blue-warm-vivid-90) !important;
}

#menu-header .menu-title * {
  color: #FFF;
}

.teste{
  background-color: black !important;
}

.header-search-trigger{
  display: none;
}
