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

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

  

  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: #0a477d;
  }

  section h2:first-of-type {
    border-bottom-color: #0a477d;
  }

  #content-body {
    border-top-color: #0a477d
  }

  .notification-alert {
    background-color: rgba(10, 71, 125, 0.1);
  }

  .notification-alert .notification-icon > i {
    color: #0a477d;
  }

  .summary-communication > .notification-icon > .fa-bullhorn {
    color: #0a477d;
  }

  li.page-item.active > a.page-link {
    background-color: #0a477d
  }

  ul.header-actions > li > a > .header-action-label {
    color: #0a477d
  }

  .student-summary-action-link {
    color: #0a477d
  }

  button.btn-primary {
    background-color: #0a477d
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: #0a477d
    }
  }
}
