
/* welcome (home page)  */
.mb-n16 {
  margin-bottom: -16px;
} 

.fs-16-custom {
  font-size: 1.2rem;
}

.text-custom-blue1 {
  color: #446ca8 !important;
}

#welcome_notice_marque {
  height:170px;
  margin-top:-16px;
}

#welcome_notice_header {
  background-color: grey;
  color:white;
  border-radius:5px;
  text-align:center;
}

.dropdown-item.active {
    background-color: #555555;  /* Bootstrap primary */
    color: white;
}
/* Highlight parent dropdown when active */
.nav-item.dropdown.active > .nav-link {
    color: #fff !important;
    background-color: #555555 !important;
}

/* end */