.login-pf body {
  background-color: #3974a1;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#1d76bb), to(#3974a1));
  background-image: -webkit-radial-gradient(circle, #1d76bb, #3974a1);
  background-image: -moz-radial-gradient(circle, #1d76bb, #3974a1);
  background-image: -o-radial-gradient(circle, #1d76bb, #3974a1);
  background-repeat: no-repeat;
  background-size: auto;
}
.navbar-pf-vertical {
  background-color: #3974a1;
}
.nav-pf-vertical {
  background: #1d76bb;
  border-right: 1px solid #3974a1;
}
.nav-pf-vertical .list-group-item.active > a,
.nav-pf-vertical .list-group-item:hover > a {
  background-color: #3974a1;
  color: #fff;
  font-weight: 600;
}
.nav-pf-secondary-nav {
  background: #228ada;
  border: 1px solid #3974a1;
}
.nav-pf-secondary-nav .list-group-item > a {
  background-color: #1d76bb;
}
#add-credit {
  position: absolute;
  top: 80px;
}
@media (max-width: 768px) {
  .bootgrid-table .btn-group.pull-right {
    float: none;
  }
  .bootgrid-table .btn-group.pull-right .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
  }
  .bootgrid-table .btn-group.pull-right .btn-xs:first-child {
    margin-left: -1px;
  }
}
