
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.alarm-link{
  background-color: #295693 !important;
  color: aliceblue;

}
.fa-dot-circle.nav-icon{
  color: #3d413d !important;
  font-size: 12px !important;
}

.muddy{
  background-color: #B78E5C !important;
}
.info-box .progress .progress-bar{
  background-color: #dc3545!important;
}
.fa.red{
  color: #dc3545 !important;
}
.fas.blue{
  color: #295693 !important;
}
.fas.grey{
  color: grey;
}

.alert-danger{
  color: #ffffff !important;
  background-color: #dc3545 !important;
  border-color: #f5c2c7 !important;
  
}
.footer-stack a{
    color: #295693;
    cursor: pointer;
}
.footer-stack i{
  color: #dc3545 !important;
  cursor: pointer;
}
.nav-link.active{
  background-color: #dc3545 !important;
}
.imageholder{
  height: 200px;
  width: 200px;
}
.imageholder img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


