/* This is for custom CSS definitions. See https://docs.itrsgroup.com/docs/opsview/current/customization/index.html for documentation */


/* Login logo */
.login-entry .opsview-logo {
  background-image: url('../images/logo-login.png') !important;
}

/* Login button */
div.login-box button {
  background: #32df32;
}

/* Login background color */
body {
  background: #FDFEFF !important;
}

/* Navigation color */
div.Navigation, div.Navigation-subCategories, div.u-backgroundColor--brand, div.u-backgroundColor--primary-tint {
  background: #243a72 !important;
}

/* Search Field Color */
.Search--input {
  background: #243a72 !important;
  border: 1px solid #fff !important;
}

/* Bottom Bar */
.ov-panel-purple .x-panel-header {
  background: #BCC6CC !important;
}

/* Active Navbar Item */
.Navigation-categoriesItem.is-active {
  background-color: rgba(39, 196, 245, 0.8) !important;
}

/* User Dropdown */
.Dropdown-item--link {
  background-color: #0000A0 !important;
}

/* Active User Dropdown */
.Dropdown-item--link:hover {
  background-color: #00BFFF !important;
}
