﻿html {
  font-size: 1rem;
}

/* Optional Questionnaires */
div#optional_questionnaires.section.qnr_list_table.jqHidden {
  display: none !important;
}

a.optional_qnrs.selected {
  display: none;
}

div.listpage div#assigned_questionnaires.section.qnr_list_table div.stackable.assignedqnrs div.qnr_card div.clickable.optional.qnr_row {
  display: none;
}

/* New 2021 Edits */
.ComposeDisclaimer .disclaimerText {
  font-size: 0.8rem;
  line-height: 1rem;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #363636;
  width: auto;
}

/* Remove Customer Service Buttons */
input#custsvc_coverage.button {
  display: none;
}

input#custsvc_eligibility.button {
  display: none;
}

input#custsvc_claims.button {
  display: none;
}

input#custsvc_referrals.button {
  display: none;
}

/* Esig Review Later button */
div#esignaturewidget div#documenttable.cardlist div.docButtons input.button.sign-later {
  display: none;
}

div#popupFooter.footer.formbuttons input#signLaterSigButton.button.sign-later {
  display: none;
}

/* Paperless */
div#wrap div#content.fitme.width div#main.withSidebar form div.formcontents div#paperlesseob.section {
  display: none;
}

/* Forms */
form#CustServForm div.formcontents div#from.section div.content div.grid.compact div.row div.col-6 label {
  display: none;
}

form#CustServForm div.formcontents div#from.section div.content div.grid.compact div.row div.col-6 label.required {
  display: block;
}

form#CustServForm div.formcontents div#from.section div.content div.grid.compact div.row div.col-6 select#regarding {
  display: none;
}

/*Organized updates */
div.acpContent div.section div.jumbotron div.jumbotron-actions-container {
  display: none;
}

div.acpContent div.section div.content div.qtnaire.cardlist.column_2.matchHeights {
  display: none;
}

div.acpContent div#potentially-a-two-column-container.two-column-container div.section.left {
  width: 100%;
}

div.acpContent div#potentially-a-two-column-container.two-column-container div#docs.section {
  width: 100%;
}

#extPmtPageFrame {
  height: 23rem;
}

.shortcutButton {
  width: 5.7rem !important;
}

/* Web vs Mobile Content */
@media only screen and (min-width: 769px) {
  .nomycweb {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .nomycmobile {
    display: none;
  }
}
