/**
  color-base is the style color to be used in Pills and tab and other areas.
  Please note, when changing these colors - corresponding colors from stylesheet should be manually updated to be in sync.
  So that - PDF print and feedback scenarios are consistent with viewer.
  Also, ensure in pinpoint mobile - same is updated.
 */
.navbar-static-top {
  background: #007588 !important;
}
#html-content #tab-content .nav > li > a:focus,
#html-content #tab-content .nav > li > a:hover {
  background-color: #00869c !important;
}
#html-content #tab-content .nav-pills > li.active > a,
#html-content #tab-content .nav-pills > li.active > a:focus,
#html-content #tab-content .nav-pills > li.active > a:hover {
  background-color: #006474 !important;
}
#html-content #tab-content .nav-pills {
  background-color: #007588 !important;
}
#html-content #tab-content .check-mark-styling {
  color: #007588 !important;
}
