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

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

/* Navigation color */
div.Navigation, div.Navigation-subCategories, div.u-backgroundColor--brand, div.u-backgroundColor--primary-tint {
  background: #000000 !important;
}
/* Bottom Bar */
.ov-panel-purple .x-panel-header {
  background: #000000!important;
}

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

/* Active Navbar Item */
.Navigation-categoriesItem.is-active {
  background-color: #a51c30 !important;
}
