﻿/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */
.back {
  padding-bottom: 50px !important;
}

/* Begin - Extensibility (FDI integrations) */
.extensibility iframe {
  height: 130vh;
  border: 0;
}

/* End - Extensibility */
/* Begin - Visit Records - https://mychartnp.aahs.org/MyChartPOC/Documents/DownloadMyRecord?from=landingpage */
#vdtdownloadbutton {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  float: right;
  background-color: #FFA533;
}

#vdtpreviewbutton {
  margin-top: 30px;
}

#vdtsendbutton {
  margin-top: 30px;
  display: block;
}

/* End - Documents */
/* Begin - Billing - https://mychartnp.aahs.org/MyChartPOC/Billing/Summary, https://mychartnp.aahs.org/MyChartPOC/Billing/GuestPay */
#extPmtPageFrame {
  height: 700px !important;
}

.lh_CollapsibleContent {
  padding: 5px 18px 18px 38px;
  display: none;
  overflow: hidden;
}

.lh_Collapsible {
  cursor: pointer;
  display: block !important;
}

.custBillingImage {
  height: 90px;
  width: 80px;
  border: 1px solid rgb(235, 235, 235);
}

.ba_card_actions_label_container {
  text-align: left !important;
}

.ba_card_header_content {
  min-height: 150px;
}

#ba_accountList {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 768px) {
  .ba_card_actions_label_container {
    text-align: center !important;
    min-width: 100% !important;
  }
  .ba_card_actions_link {
    padding: 0;
  }
  .lh_CollapsibleContent {
    padding: 18px;
  }
}
@media only screen and (max-width: 1300px) {
  .customContent {
    display: block !important;
  }
}
.ba_card_header_content {
  min-height: 150px;
}

.ba_saIcon {
  text-align: center;
}

.guestButton {
  background-color: #009d88;
}

/* End - Billing */
/* Begin - Scheduling */
.slotdetailaction, .apptDetailsControlsContainer .scheduleaction, .apptDetailsControlsContainer .scheduleaction:hover {
  background-color: #4cbea0;
}

.embedded .scheduleaction,
.embedded .scheduleaction:hover,
.embedded .nextstep,
.embedded .nextstep:hover,
.embedded .completeworkflow,
.embedded .completeworkflow:hover,
.md_openscheduling_index .scheduleaction,
.md_openscheduling_index .scheduleaction:hover,
.md_openscheduling_index .nextstep,
.md_openscheduling_index .nextstep:hover,
.md_openscheduling_index .completeworkflow,
.md_openscheduling_index .completeworkflow:hover {
  background-color: #4cbea0;
}

#lh-scheduling-search-iframe {
  display: flex;
  border: 0;
  margin: 40px auto 0 auto;
  width: 80%;
  height: 900px;
}

@media only screen and (max-width: 768px) {
  #lh-scheduling-search-iframe {
    width: 100%;
  }
}
/* End - Scheduling */
/*Button overrides from White to Black*/
/*From common.css*/
.button {
  color: #000000;
}

.button:focus, .button:hover, .button:active {
  color: #000000;
}

.button.nextstep, .button.completeworkflow, .button.inlinesave {
  color: #000000;
}

.button.nextstep:focus, .button.nextstep:hover, .button.nextstep:active, .button.completeworkflow:focus, .button.completeworkflow:hover, .button.completeworkflow:active, .button.inlinesave:focus, .button.inlinesave:hover, .button.inlinesave:active {
  color: #000000;
}

.button.primary.positive {
  color: #000000;
}

.button.primary.positive:focus, .button.primary.positive:hover, .button.primary.positive:active {
  color: #000000;
}

.button.cancelworkflow, .button.inlinedelete {
  color: #000000;
}

.button.cancelworkflow:focus, .button.cancelworkflow:hover, .button.cancelworkflow:active, .button.inlinedelete:focus, .button.inlinedelete:hover, .button.inlinedelete:active {
  color: #000000;
}

.button.primary.negative {
  color: #000000;
}

.button.primary.negative:focus, .button.primary.negative:hover, .button.primary.negative:active {
  color: #000000;
}

.button.primary.neutral {
  color: #000000;
}

.button.primary.neutral:focus, .button.primary.neutral:hover, .button.primary.neutral:active {
  color: #000000;
}

.formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child {
  color: #000000;
}

.formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child:active {
  color: #000000;
}

.formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.nextstep, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.completeworkflow, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinesave, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.positive {
  color: #000000;
}

.formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.nextstep:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.nextstep:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.nextstep:active, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.completeworkflow:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.completeworkflow:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.completeworkflow:active, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinesave:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinesave:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinesave:active, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.positive:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.positive:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.positive:active {
  color: #000000;
}

.formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.cancelworkflow, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinedelete, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.negative {
  color: #000000;
}

.formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.cancelworkflow:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.cancelworkflow:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.cancelworkflow:active, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinedelete:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinedelete:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinedelete:active, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.negative:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.negative:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.negative:active {
  color: #000000;
}

/*From client-sdk.css in SDKPackages Folder*/
._link.primary.positive, ._command.primary.positive {
  color: #000000;
}

._link.primary.positive:focus, ._link.primary.positive:hover, ._link.primary.positive:active, ._command.primary.positive:focus, ._command.primary.positive:hover, ._command.primary.positive:active {
  color: #000000;
}

._link.primary.neutral, ._command.primary.neutral {
  color: #000000;
}

._link.primary.neutral:focus, ._link.primary.neutral:hover, ._link.primary.neutral:active, ._command.primary.neutral:focus, ._command.primary.neutral:hover, ._command.primary.neutral:active {
  color: #000000;
}

._link.primary.negative, ._command.primary.negative {
  color: #000000;
}

._link.primary.negative:focus, ._link.primary.negative:hover, ._link.primary.negative:active, ._command.primary.negative:focus, ._command.primary.negative:hover, ._command.primary.negative:active {
  color: #000000;
}

._ActionGroup.type-dialog ._actionable:not([disabled]) {
  color: #000000;
}

._ActionGroup.type-dialog ._actionable:not([disabled]):focus, ._ActionGroup.type-dialog ._actionable:not([disabled]):hover, ._ActionGroup.type-dialog ._actionable:not([disabled]):active {
  color: #000000;
}

._ActionGroup.type-dialog ._actionable:not([disabled]).nextstep, ._ActionGroup.type-dialog ._actionable:not([disabled]).completeworkflow, ._ActionGroup.type-dialog ._actionable:not([disabled]).inlinesave, ._ActionGroup.type-dialog ._actionable:not([disabled]).positive {
  color: #000000;
}

._ActionGroup.type-dialog ._actionable:not([disabled]).nextstep:focus, ._ActionGroup.type-dialog ._actionable:not([disabled]).nextstep:hover, ._ActionGroup.type-dialog ._actionable:not([disabled]).nextstep:active, ._ActionGroup.type-dialog ._actionable:not([disabled]).completeworkflow:focus, ._ActionGroup.type-dialog ._actionable:not([disabled]).completeworkflow:hover, ._ActionGroup.type-dialog ._actionable:not([disabled]).completeworkflow:active, ._ActionGroup.type-dialog ._actionable:not([disabled]).inlinesave:focus, ._ActionGroup.type-dialog ._actionable:not([disabled]).inlinesave:hover, ._ActionGroup.type-dialog ._actionable:not([disabled]).inlinesave:active, ._ActionGroup.type-dialog ._actionable:not([disabled]).positive:focus, ._ActionGroup.type-dialog ._actionable:not([disabled]).positive:hover, ._ActionGroup.type-dialog ._actionable:not([disabled]).positive:active {
  color: #000000;
}

._ActionGroup.type-dialog ._actionable:not([disabled]).cancelworkflow, ._ActionGroup.type-dialog ._actionable:not([disabled]).inlinedelete, ._ActionGroup.type-dialog ._actionable:not([disabled]).negative {
  color: #000000;
}

._ActionGroup.type-dialog ._actionable:not([disabled]).cancelworkflow:focus, ._ActionGroup.type-dialog ._actionable:not([disabled]).cancelworkflow:hover, ._ActionGroup.type-dialog ._actionable:not([disabled]).cancelworkflow:active, ._ActionGroup.type-dialog ._actionable:not([disabled]).inlinedelete:focus, ._ActionGroup.type-dialog ._actionable:not([disabled]).inlinedelete:hover, ._ActionGroup.type-dialog ._actionable:not([disabled]).inlinedelete:active, ._ActionGroup.type-dialog ._actionable:not([disabled]).negative:focus, ._ActionGroup.type-dialog ._actionable:not([disabled]).negative:hover, ._ActionGroup.type-dialog ._actionable:not([disabled]).negative:active {
  color: #000000;
}

/*From compenent.css*/
.Popup .toolbar .buttons .button:not([disabled]) {
  color: #000000;
}

.Popup .toolbar .buttons .button:not([disabled]):focus, .Popup .toolbar .buttons .button:not([disabled]):hover, .Popup .toolbar .buttons .button:not([disabled]):active {
  color: #000000;
}

.Popup .toolbar .buttons .button:not([disabled]).nextstep:focus, .Popup .toolbar .buttons .button:not([disabled]).nextstep:hover, .Popup .toolbar .buttons .button:not([disabled]).nextstep:active, .Popup .toolbar .buttons .button:not([disabled]).completeworkflow:focus, .Popup .toolbar .buttons .button:not([disabled]).completeworkflow:hover, .Popup .toolbar .buttons .button:not([disabled]).completeworkflow:active, .Popup .toolbar .buttons .button:not([disabled]).inlinesave:focus, .Popup .toolbar .buttons .button:not([disabled]).inlinesave:hover, .Popup .toolbar .buttons .button:not([disabled]).inlinesave:active, .Popup .toolbar .buttons .button:not([disabled]).positive:focus, .Popup .toolbar .buttons .button:not([disabled]).positive:hover, .Popup .toolbar .buttons .button:not([disabled]).positive:active {
  color: #000000;
}

.Popup .toolbar .buttons .button:not([disabled]).cancelworkflow, .Popup .toolbar .buttons .button:not([disabled]).inlinedelete, .Popup .toolbar .buttons .button:not([disabled]).negative {
  color: #000000;
}

.Popup .toolbar .buttons .button:not([disabled]).cancelworkflow:focus, .Popup .toolbar .buttons .button:not([disabled]).cancelworkflow:hover, .Popup .toolbar .buttons .button:not([disabled]).cancelworkflow:active, .Popup .toolbar .buttons .button:not([disabled]).inlinedelete:focus, .Popup .toolbar .buttons .button:not([disabled]).inlinedelete:hover, .Popup .toolbar .buttons .button:not([disabled]).inlinedelete:active, .Popup .toolbar .buttons .button:not([disabled]).negative:focus, .Popup .toolbar .buttons .button:not([disabled]).negative:hover, .Popup .toolbar .buttons .button:not([disabled]).negative:active {
  color: #000000;
}
