﻿/* 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 - Login (litemode) ============== */

/*styling for content box*/
body.loginPage.liteMode #content {
    max-width: 495px;
    margin: auto;
    padding: 20px 0px 20px 0px;
    border: 1px solid #c5d0de;
    border-radius: 8px;
    box-shadow: none;
}

body.loginPage.liteMode #content:after {
    background: none;
}

/*hide sidebarFooter*/
body.loginPage.liteMode #content.hasSidebar #sidebarFooter {
    display: none;
}

/*This is styling for input boxes*/
.loginPage.liteMode label + input{
    padding: 16px 22px 16px 26px;
}

.loginPage.liteMode #content.hasSidebar #sidebar {
    background: none;
    background-color: white;
    padding-bottom: 5px;
}


.loginPage.liteMode .button {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.94px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    gap: 10px;
    border-radius: 24px;
}

.loginPage.liteMode .button.lh-primary-button {
    background-color: #A9D7AA;
    color: #004751;
    text-decoration: none;
}

.loginPage.liteMode .button.lh-primary-button:hover{
    background-color: #004751 !important;
    color: #FFFFFF;
    text-decoration: none;
}

.loginPage.liteMode .button.lh-secondary-button {
    background-color: transparent;
    color: #004751;
    border: 1.5px solid #004751;
    text-decoration: none;
}

.loginPage.liteMode .button.lh-secondary-button:hover{
    background-color: #004751;
    color: #FFFFFF;
    text-decoration: none;
}

/*Remove logo to add our luminis header*/
.loginPage.liteMode a.logo {
    display: none;
}

.loginPage.liteMode #Login, .loginPage.liteMode #Password {
    border-top: 1px solid #dbdbdb;
    margin-bottom: 16px;
    border-width: 1px;
    border-radius: 0 0 0 0;
    font-size: 13px;
}

.loginPage.liteMode label[for="Login"], .loginPage.liteMode label[for="Password"] {
    font-weight: bold;
    font-size: 16px;
    color: #004751;
    top: -30px;
    margin: 0;
}

.loginPage.liteMode label[for="Login"]:after, .loginPage.liteMode label[for="Password"]:after {
    content: "*";
    display: block;
    position: absolute;
    padding: 5px;
    top: -2px;
    right: -16px;
    font-weight: bold;
    color: #004751;
    margin-left: 0;
}

.loginPage.liteMode .legacyLabelledField {
    margin-top: 60px;
}

/*Styling for recovery links*/
.loginPage.liteMode a {
    text-decoration: underline;
    color: #248473;
    margin-bottom: 15px;
    font-size: 14px;
}

.loginPage.liteMode a.morelocalesitemlink {
    padding-top: 15px;
    padding-bottom: 15px;
}

.loginPage.liteMode a:hover {
    color: #004751;
}

.loginPage.liteMode div.recovery {
    border-bottom: 1px solid #c5d0de;
}

.loginPage.liteMode .helpfeaturescontainer .helpfeature.button.tertiary.neutral:not(:hover) {
    color: #004751;
}

.loginPage.liteMode .helpfeaturescontainer .helpfeatureicon{
    display: none;
}

/*
.loginPage.liteMode div.signup:after {
    content: "Once you sign in, we'll redirect you to luminishealth.org";
    color: #004751;
    text-align: center;
}
*/

.loginPage.liteMode p.redirect-message {
    color: #004751;
    text-align: center;
    margin-top: 15px;
}

.loginPage.liteMode div.signup {
    text-align: center;
    font-size: 14px;
}

body.loginPage.liteMode.isPrelogin {
    background: none;
    background-color: white;
}

/*================= Login widget page styling ==================*/

body.embedded.ready {
    overflow: auto;
}

/* Style content box */
body.embedded.ready #content {
    max-width: 495px;
	padding: 0;
}

body.embedded.ready #main {
	padding: 0;
}

body.embedded.ready #footer #sidebarFooter {
    display: none;
}

/*This is styling for input boxes*/
body.embedded.ready .legacyLabelledField label + input {
    padding: 1rem 1.5rem 1rem 1.625rem;
}

/*handle no cookies*/
body.embedded.ready div#noCookies.noCookies {
    padding-top: 20px;
}

body.embedded.ready p.preTextLoginTitle {
    content: "Log in to your MyChart account";
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #004751;
    display: block;
    margin: 0;
}

/*Adding margins to the submit button also centered the loading icon after clicking log in*/
body.embedded.ready #submit {
    margin: 16px auto 0.6rem auto;
}

body.embedded.ready #Login, body.embedded.ready #Password {
    border-top: 1px solid #dbdbdb;
    border-width: 1px;
    border-radius: 0 0 0 0;
    font-size: 13px;
    margin-bottom: 16px;
}

body.embedded.ready label[for="Login"], body.embedded.ready label[for="Password"] {
    font-weight: bold;
    font-size: 16px;
    color: #004751;
    top: -30px;
    margin: 0;
}

body.embedded.ready label[for="Login"]:after, body.embedded.ready label[for="Password"]:after {
    content: "*";
    display: block;
    position: absolute;
    padding: 5px;
    top: -2px;
    right: -16px;
    font-weight: bold;
    color: #004751;
    margin-left: 0;
}

/*
This puts 'Log in to your MyChart account' above form contents 
Also adds spacing between the label input groups
*/
body.embedded.ready .legacyLabelledField {
    margin-top: 45px;
}

body.embedded.ready .visibilityToggle {
    padding-left: 7px;
    padding-right: 7px;
}

/*Styling for recovery links*/
body.embedded.ready a {
    text-decoration: underline;
    color: #248473;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 15px 0px;
}

body.embedded.ready a:hover {
    color: #004751;
}

body.embedded.ready div.recovery {
    border-bottom: 1px solid #c5d0de;
    padding-bottom: 16px;
}

body.embedded.ready .signup, .recovery, .login, .loginAlerts {
    margin-left: 0;
    margin-right: 0;
}

body.embedded.ready .button {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.94px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    height: 40px;
    gap: 10px;
    border-radius: 24px;
}

body.embedded.ready .button.completeworkflow {
    background-color: #A9D7AA;
    color: #004751;
}

body.embedded.ready .button.completeworkflow:hover {
    background-color: #004751;
    color: white;
}

body.embedded.ready .button.passkey {
    background-color: transparent;
    color: #004751;
    border: 1.5px solid #004751;
}

body.embedded.ready .button.passkey:hover {
    background-color: #004751;
    color: white;
    text-decoration: none;
}

body.embedded.ready .helpfeaturescontainer {
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 24rem;
    padding: 0 60px;
    margin: 0;
}

body.embedded.ready .helpfeaturescontainer .helpfeature.button.tertiary.neutral:not(:hover) {
    color: #248473;
    font-size: 14px;
}

body.embedded.ready .helpfeaturescontainer .helpfeature.button.tertiary.neutral:hover {
    color: #004751;
    font-size: 14px;
}
	
body.embedded.ready .helpfeaturescontainer .helpfeatureicon {
    display: none;
}

/* ============= RESPONSIVE STYLES FOR LOGIN WIDGET ============= */

/* Mobile: 320px - 767px */
@media (max-width: 767px) {
    body.embedded.ready #content {
        max-width: 100%;
        box-sizing: border-box;
    }
    
    body.embedded.ready p.preTextLoginTitle {
        font-size: 16px;
    }
    
    body.embedded.ready .legacyLabelledField label + input {
        padding: 0.8rem 1rem;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    body.embedded.ready label[for="Login"], body.embedded.ready label[for="Password"] {
        font-size: 14px;
    }
    
    body.embedded.ready .button {
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }
    
    body.embedded.ready a {
        font-size: 14px;
    }
    
    body.embedded.ready div.recovery {
        padding-bottom: 16px;
    }
}

/* Tablet: 768px - 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    body.embedded.ready #content {
        max-width: 100%;
        box-sizing: border-box;
    }
    
    body.embedded.ready p.preTextLoginTitle {
        font-size: 20px;
    }
    
    body.embedded.ready .legacyLabelledField label + input {
        padding: 0.9rem 1.2rem;
    }
    
    body.embedded.ready .button {
        font-size: 15px;
    }
    
    body.embedded.ready label[for="Login"], body.embedded.ready label[for="Password"] {
        font-size: 15px;
    }
}

/* Small Desktop: 1024px - 1199px */
@media (max-width: 1200px) and (min-width: 1024px) {
    body.embedded.ready #content {
        max-width: 420px;
    }
    
    body.embedded.ready p.preTextLoginTitle {
        font-size: 20px;
    }
    
    body.embedded.ready .legacyLabelledField label + input {
        padding: 1rem 1.3rem;
    }
    
    body.embedded.ready .button {
        font-size: 16px;
    }
}

/* Large Desktop: 1200px+ */
@media (min-width: 1201px) {
    body.embedded.ready #content {
        max-width: 450px;
    }
    
    body.embedded.ready p.preTextLoginTitle {
        font-size: 22px;
    }
    
    body.embedded.ready .legacyLabelledField label + input {
        padding: 1.1rem 1.6rem;
    }
    
    body.embedded.ready .button {
        font-size: 17px;
    }
    
    body.embedded.ready label[for="Login"], body.embedded.ready label[for="Password"] {
        font-size: 17px;
    }
}

/* ============== End - Login litemode) ============== */

/* ============== Begin - Extensibility (FDI integrations) ============== */
.extensibility iframe {
	height: 130vh;
	border: 0;
}
/* ============== End - Extensibility ============== */

/* ============== Begin - Documents - 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;
}