/* Hide font awsome x icon on readonly dates */
/* hide-icon class added by jquery */
.hide-icon span.crm-form-date-wrapper a.crm-clear-link {
  display: none;
}

/**
 * CAP Financial Details Report
 */
.crm-container table tr.crm-financialreport-row-prevyear {
  background: #ffff00 !important;
}

@media print {
  .crm-container table tr.crm-financialreport-row-prevyear td {
    font-weight: bold;
  }
}

/**
 * Print CSS
 */
@media print {
  #page,
  #branding {
    padding: 0 !important; /* reduce padding */
  }

  /* Header */
  #branding .breadcrumb,
  #civicrm-menu,
  #printer-friendly,
  #access {
    display: none;
  }

  /* CiviReport */
  .crm-report-criteria,
  .crm-report-form-block > .crm-tasks {
    display: none;
  }

  .crm-report-form table {
    max-width: 100% !important;
  }
}

/* Email Invoice */
.crm-container .form-layout-compressed tr.crm-invoicehelper-message td.label {
  vertical-align: top;
  color: #000;
}
