@media screen {
  /* IE7 needs !important */

  body  {
    background-color:#FFFFFF !important;
  }

  a {
  color: #2d64b2;
}

.btn-primary {
 background-color: #2d64b2;
}

.btn-primary:hover {
 background-color: #1c519c;
}

.btn-primary:visited {
 background-color: #2d64b2;
}

.btn-primary:active {
 background-color: #1c519c;
}

.bs-btn-border-color { border-color: #2d64b2; }
.bs-btn-hover-bg { background-color: #2859a2; }
.bs-btn-hover-border-color { border-color: #235094; }
.bs-btn-active-bg { background-color: #235094; }
.bs-btn-active-border-color { border-color: #1e4786; }
.bs-btn-disabled-bg { background-color: #2d64b2; }
.bs-btn-disabled-border-color { border-color: #2d64b2; }

  h1,
  h2,
  h3,
  .sa-form-title,
  .sa-form-nav-page-name,
  .sa-form-nav-pages-current i.fa-circle,
  .sa-form-field[data-flavor='section'],
  .sa-form-field[data-flavor='subsection']
  {
    color: #1b2333;
  }

  section h2:first-of-type {
    border-bottom-color: #1b2333;
  }

  #content-body {
    border-top-color: #1b2333;
  }

  .notification-alert {
    background-color: rgba(27, 35, 51, 0.1);
  }

  .notification-alert .notification-icon > i {
    color: #1b2333;
  }

  .summary-communication > .notification-icon > .fa-bullhorn {
    color: #1b2333;
  }

  li.page-item.active > a.page-link {
    background-color: #1b2333;
  }

  ul.header-actions > li > a > .header-action-label {
    color: #1b2333;
  }

  .student-summary-action-link {
    color: #1b2333;
  }

  button.btn-primary {
    background-color: #1b2333;
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: #1b2333;
    }
  }
}
