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

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

  a, .cta-widget-green.cta-widget-small a, .cta-widget-blue.cta-widget-small a {
    color: #CA1325;
}

.bg-success, .file-upload-progress-bar {
    background-color: #CA1325 !important;
}

.btn-link, .btn-danger-inline, .btn-danger-inline:hover, .sa-form-teacher-rec-help {
    color: #CA1325;
}

.btn-primary, .oe-done-adding-button {
    color: #fff;
    background-color: #CA1325;
    border-color: #CA1325;
}

.checklist-item-status>i, .checklist-item-box>i {
    color: #CA1325;
}

.header-action-label {
    color: #CA1325;
}

.header-actions li.active {
    border-bottom: 3px solid #CA1325;
}

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

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

  #content-body {
    border-top-color: #CA1325;
  }

  .notification-alert {
    background-color: rgba(202, 19, 37, 0.1);
  }

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

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

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

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

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

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

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