﻿/*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;

/* end D-H Custom */

	

	


	

