:root {
  --colorPrimary: #9bbf3b;
  --colorPrimaryLight:#d7e6b0;
  
}

.bg-primary{
  background-color: var(--colorPrimary)!important;
}

.btn-primary{
  background-color: var(--colorPrimary)!important;
  border-color: var(--colorPrimary)!important;
}

.btn-outline-primary{
  /* background-color: var(--colorPrimary)!important; */
  border-color: var(--colorPrimary)!important;
  color:var(--colorPrimary)!important;
}

.btn-outline-primary:hover{
  background-color: var(--colorPrimary)!important;
  color:white!important;
}

.btn-light-primary{
  background-color: var(--colorPrimaryLight)!important;
  border-color: var(--colorPrimaryLight)!important;
  
}

.text-primary{
  color:var(--colorPrimary)!important;  
}

.sidebar-nav ul .sidebar-item .sidebar-link:hover, .sidebar-nav ul .sidebar-item .sidebar-link:hover iconify-icon {
  color:var(--colorPrimary)!important;
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active{
  background-color: var(--colorPrimary)!important;  
}

.sidebar-nav ul .sidebar-item>.sidebar-link.active{
  color:white!important;
}

.bg-ambiental{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/images/backgrounds/ambiental.jpg");
}


.link{
  text-decoration: underline;
  color:var(--colorPrimary);
}

.loading {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99; /*9;*/
  padding-left: 30px;
  padding-right: 30px;
}
.loading img{
  margin: 0 auto;
}

#loading-image {
  margin: 0 auto;
  position: absolute;
  top: 45%;
  z-index: 100; /*10;*/
}

#loading {
  z-index: 9999999; /*9;*/
}

.w-20px
{
  width: 20px;
}


  #tooltip {
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
  }


  .max-width-200{
    max-width: 200px!important;
    width:200px!important;
  }
  .max-width-100
  {
    max-width: 100px!important;
    width:200px!important;
  }

  .wh-30px{
    /* height: 30px; */
    width: 30px;
  }

 #row-captcha  {
    margin-left:-20px;
} 


@media (max-width: 576px) 
{
  #row-captcha  {
    margin-left:-25px;
} 
}


.mt-75
{
  margin-top:75px;
}


.mh-110
{
  min-height:110px;
}

/* Custom light colors for dashboard cards */
.bg-warning-light {
  background-color: #fff3cd !important;
  color: #856404 !important;
}

.bg-warning-light a {
  color: #856404 !important;
  text-decoration: none;
}

.bg-success-light {
  background-color: #d4edda !important;
  color: #155724 !important;
}

.bg-success-light a {
  color: #155724 !important;
  text-decoration: none;
}

.bg-danger-light {
  background-color: #f8d7da !important;
  color: #721c24 !important;
}

.bg-danger-light a {
  color: #721c24 !important;
  text-decoration: none;
}