﻿/*COLOR INFORMATION*/

/* Hide email in v2018 */
/*.email.cardline.ghostInput.ghosted {
    display: none;
}*/
/*.email.ghostInput.ghosted.col-6 {
    pointer-events: none;
}
*/
/* remove the email field in the confirmation notification setting pop-up */
input#notificationReviewEmail {
    display: none;
}
/* Login page proxy invite */
a,
.linkcolor,
.subtle.linkcolor {
  color: #006cd0;
} 
/*make legal sex field read only */
.cardline.halfwidth.field2.ghostInput.ghosted {
    pointer-events: none;
}
/*Aug2018 make legalsex read only */
.field2.ghostInput.ghosted.col-6 {
    pointer-events: none;
}

/* hide Pick up pharmacy section */
#DeliveryMethod {
                display:none;
}
/* Hide Overdue HM reminders  - remove customization for vFeb2019
.overdues {
                display: none; 
} */

/*wrap the text for Long Arrival instructions within Appt details */
div.card div.section.visitdetails div.popupInstructions, div.listsection div.infosession div.popupInstructions {
    white-space: pre-wrap;
    width: auto;
    display: inline;
}
/*Hide email from Patient contacts */
.email.cardline.halfwidth.ghostInput {
    display: none;
}
/*colors*/
#header .menugroup.droppeddown .submenu {
    background-color: #e7e7e7;
}
/*Make Notes more visible - Customization not needed for vFeb2019
#visittabs > div > div.membertab:last-child {
    background-color: #0091EA;
	text-color: #FFF;
    background-repeat: no-repeat;
    background-size: contain;
} */

/*Hide provider language in Scheduling preference screen 
div.ghostInput select#providerlanguage {
		display: none;
} */

/*Hide the Not Sure button for PCP in echeckin workflow --Must have the string be empty to work*/
#eCheckInPCPContainer > div > div._Segment._container.boundary-none._StickyRegion.fixed.coverFullWidth.stickyFooter.active > div > button:nth-child(2):empty{

display: none;
}

/*Hide the Track My Health -> Other Trends -> Trend Dashboard card */
div._Segment._container.boundary-none.FlowsheetListPage div._Segment._container.boundary-none.LinkList ul._List[aria-label="Other health trends"] > li:nth-child(1) {
  display: none;
    
  } 



/* hide the Do no contact button on the research page*/ - do we need it?
.md_schedotherprefs div#wrap div#main form#personalForm div#schedprefs.section div.content select#providerlanguage,.md_schedotherprefs div#wrap div#main form#personalForm div#schedprefs.section div.content label[for*=providerlanguage]{
 display:none;
}

/* D-H Custom - added by aaa 7/17/2019 */
#logo {
  background: url("../images/dh-mydh-logo-2018.svg") rgba(0, 0, 0, 0) no-repeat scroll center center/contain;
  width: 17%; }

#menu .menuicon.help:before {
  background-image: url("../images/menus/mydh-help.png"); }

/* CSS to remove select all that apply in questionnaires */
fieldset.question.fieldCheckRadio.CUSTOMSTYLE100112.RemoveSAT.withImage.imageOnly.customList .helptext {

    display: none;
}

/* CSS to expand the message center title header to add additional content via strings */
.commCenterTitle {
	width: 100%;
	padding-bottom: 10px;
}

/* CSS to override the main menu titles and remove the elipsis for long title names */
#graphicHeader:not(:empty) #header_shortcuts .shortcut_name {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  text-overflow: initial;
width: calc(100% - 2rem);}

/* CSS reduce the size of the home page logo to create additional whitespace
 (no longer needed with Feb 2021 upgrade) 

#graphicHeader:not(:empty) #header_logo .header_logo_link {

    height: 2.4rem;

}
*/
#Customizable {
text-align: center;}

/*update the visual style of some questionnaire questions*/
fieldset:has(>*>*>#IBDDISCSlider) > * > * > * > * > * > .slider {
    background-image: linear-gradient(to left, rgba(255, 76, 95, 0.85), rgba(255, 255, 135, 0.85), rgba(27, 212, 77, 0.85));
}
/*Adjusting height in Guest pay (pay button) */
#guestPay-content #extPmtPageFrame {
  height: 28rem;
}

/*Icon for MyChart Central on home login screen */  
.features .icon-mccentral {
		  background-image: url("../images/quicklinks/mychartcentralbubbles.png");
} 


/*Hide Epic-Donor Life America Organ Donor Form for legal reasons - does not disclose third party info sharing*/
/*Accessed from Health Summary - QuickLinks - Organ Donation*/
#appRoot .OrganDonorForm
{display:none;}

/*Hide three text strings at top of Organ Donor form; leave the 4th string which is a link to RegisterMe.org */
/*Edit the first text string to give our legal disclaimer that this is a third-party site with no affiliation to DH */
.DonateLifeInfo div:nth-child(1)
{visibility: hidden;}

.DonateLifeInfo div:nth-child(1)::before{
	visibility: visible;
	left:  0;
	content: "Go to RegisterMe.org to learn more about Donor Life America's national registry. Note: This is a third party national registry with no affiliation with Dartmouth-Health."
}


.DonateLifeInfo div:nth-child(2)
{display:none;}

.DonateLifeInfo div:nth-child(3)
{display:none;}

/*Hide "Connected Pharmacy" components because we don't have connected pharamcies */
._DataEntrySet._container._ChoiceGroup._container.Pharmacy.type.plain.mutuallyExclusive
{display:none;}


._Segment._container.boundary-strong.IntegratedPharmacyBanner
{display:none;}

._Segment._container.boundary-none.PreferredPharmacyList ._Command._actionable._command.tertiary.neutral.IntegratedInfoCommand
{display:none;}

/*Hide Activation Card for MyChart Central */
.OtherActivationMethodLinks .centralCardContent{
display:none;}

._Segment._container.boundary-none.OtherActivationMethodLinks a._Link._actionable._link._readOnlyText._InternalLink.linkCard {
    display: none;
}

/*Hide pathway for sigining up for a MyChart Central Account in the self sign-up workflow */

.ActivationOptionPage .ActivationOptionCard {
    
    display: none;}
	
.ActivationOptionPage .ActivationOptionOrText{
    
    display: none;}
	

.ActivationOptionPage .ActivationOptionCard .ActivationOptionCardButton {
    
    display: none;}


/*TBD maybe hide the hours section because we don't populate the hours items in the phr records
 ._DataEntrySet._container._ChoiceGroup._container.Hours.plain
{display:none;}
*/

/* end D-H Custom */

	

	


	

