body {
    /* padding-top: 5rem !important; */
    height: auto !important;
    min-height: 92vh !important;
    font-size: .875rem;
    top: 8vh;
    background-color: #ffffff;
    color: rgb(32, 32, 32);
}

.bg-dark {
  background-color: #135720 !important;
}

@media (min-width: 768px) {

  .img-logo {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .img-logo {
    width: 70vw;
  }

}


/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * OffCanvas
*/

 .offcanvas {

    width: 20rem !important;
    background-color: #135720 ;

  .offcanvas-title {
    color: #ffffff
  }

  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  
    .nav-link {
    font-weight: 500;
    color: #001f40;
    
  }
  
    .nav-link .feather {
    margin-right: 4px;
    color: #999;
  }
  
    .nav-link.active {
    color: #007bff;
  }
  
    .nav-link:hover .feather,
    .nav-link.active .feather {
    color: inherit;
  }
  
  .offcanvas-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  .sb_icon-l2 {
      color: #1988FF;
  }
  
  .sb_icon-l1 {
      color: #125FB3;
  
  }
  
  .sb_icon-l2-dark {
      /*color: #a8a8a8;*/
      color: #fcfcfc;
  }
  
  .sb_icon-l1-dark {
      /*color: #595959;*/
      color:#fff;
  }
  
  .dropdown-item {
      color:#001f40;
      padding: .25rem 3rem;
  }


 }

 .offcanvas.offcanvas-end {
    left: 0;
    right: unset;
    transform: translateX(-100%);
 }

/*
 * Content
 */

/*
 * Navbar
 */
#navbarTopMenu .dropdown-item {
  color:rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .9);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

/* .navbar {
  height: 8vh;
} */

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


[class*='col-']:focus{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.section {
  min-height: 50vh;
}

.section-top {
  background-color: #fffee4;
}

.section-middle {
  background-color:#1c3c00;
  /* color: #f2f2f2; */
}


.section-form{
  background-color:#f2f2f2;
}

.img_gringo {
  width: 100%;
}

/* .card-body {
  padding: 3px;
  height: 30vh;
} */

.card {
  background-color: #ffffff;
}

.img_artista {
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.foto_artista {
  width: 100%;
}

.table {
  color: #585858;
}

.table td, .table th {
  padding: 0.3rem;
}

.aguarde {
  margin-top: 35vh !important;
  text-align: center;
  color: #8a8e99;
  /* font-size: 2rem; */
}


/* financeiro FONTS*/

.financeiro .head-sessao {
  font-size: 1.8rem;
  color: #00a6ff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
}

.financeiro .titulo {
  font-size: 1.2rem;
}

.financeiro .chave-lg {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
}

.financeiro .valor-lg {
  font-size: 1.2rem;
  color: #00a6ff;
  font-weight: bold;
  text-transform: capitalize;
}

.financeiro .chave-md {
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 400;
}

.financeiro .valor-md {
  font-size: 0.8rem;
  color: #00a6ff;
  text-transform: uppercase;
}

.mobile {

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

  .table {
    font-size: 0.7rem;
    text-transform: uppercase;
  }

  .card-body {
    padding: 0.2rem !important;
  }

  .form-control {
    font-size: 0.8rem;
    height: 1.8rem;
    padding: 0.2rem;
  }

  .list-group-item {
    padding: .04rem 0.5rem;
}


}

.desktop {

  .table {
    font-size: 0.9rem;
    text-transform: uppercase;
  }

}

.login {
  margin-top: -8vh;
  width: 100vw;
  height: 100vh;
  padding-top: 35vh;

  .alert-danger {
    color: #00a6ff;
    background-color: #010d17;
    border-color: #00a6ff;
    font-size: 1.2rem;
}

  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: green;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
  }


}

.logo_login {
  width: 10vh;
  padding-bottom: 5vh;
}

.topbar_logo {
  height: 6vh;
}

.busca {
  padding-top: 35vh;
}

.busca .form-control{
  color: #135720;
  /* background-color: #010d17; */
  border-color: #135720;
  font-size: 1.2rem;
}

.div_propriedades {
  .moldura-db {
    border: 1px solid;
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 2px;
  }

/* LEAFLEt  */

.map_leaflet{
  width: 100%;
  height: 80vh;
}


.leaflet-marker-label {
  width: auto !important;
  height: auto !important;
}

.leaflet-marker-iconlabel {
  background: #fff;
  border-radius: 3px;
  -moz-box-shadow: 0 3px 10px #888;
  -webkit-box-shadow: 0 3px 14px #999;
  box-shadow: 0 3px 10px #888;
  display: block;
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 4px 4px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  width: auto !important;
  height: auto !important;
}

}


.valor_positivo {
  color:#007bff
}

.valor_negativo {
  color:#ff1100
}

.table .form-control {

  padding: 0.05rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: #e5e5e5;
  border: none;
  border-radius: 0;

}

.importa_info{

  .form-check-inline {
    margin-right: 0px;
  }


}

