body {
  padding-top: 73px;
}

.section.sidebar {
  top: 64px;
  background-color: rgba(33, 150, 243, 0.15);
}

.value-box {
  color: inherit;
}

.storyboard-nav .sbframelist ul li.active {
  background-color: rgba(33, 150, 243, 0.7);
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li > a:hover,
.nav-tabs-custom > .nav-tabs > li > a:focus:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 -2px 0 rgba(33, 150, 243, 0.7);
  box-shadow: inset 0 -2px 0 rgba(33, 150, 243, 0.7);
  color: rgba(33, 150, 243, 0.7);
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 rgba(33, 150, 243, 0.7);
  box-shadow: inset 0 -2px 0 rgba(33, 150, 243, 0.7);
  /*color: rgba(33, 150, 243, 0.7);*/
}
.nav-tabs-custom > .nav-tabs > li.active > a:hover,
.nav-tabs-custom > .nav-tabs > li.active > a:focus:hover {
  border: none;
  /*color: rgba(33, 150, 243, 0.7);*/
}

