﻿/* 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. */



/* START:  Hide location instructions on the appointment details screen */
div.locationinstruction{
	display:none;
}

/*START:  Modifications for e-Visits */
p.redinfo{
	color:#e04726;
}

#steptext.workflowSteps{
	display:none;
}
/*END:  Modifications for e-Visits */

/*START:  Appointment scheduling step modifications */



#deptinstructions{
	display:none;
}
.apptDetails{
	min-height:0px;
}
.instructionsAndComments{
	min-height:0px;
}

/*END:  Appointment scheduling step modifications */

/*START:  Force the Mark as Complete button to display */
input.button.multi.otherbutton.nextstep.btnMarkAsComplete{
	opacity:100;
}
/*END:  Force the Mark as Complete button to display */


/* BEGIN: CONFIGURABLE PRELOGIN LOGO HEIGHT */
/* Prelogin logo height is 6rem by default which can cause it to be cropped for many larger logos. Change it here. */
body.isPrelogin .logo {height: 8rem;}
body.isPrelogin .logo {background-position: center top;} 
/* END: CONFIGURABLE PRELOGIN LOGO HEIGHT */

.section .content .PEF .headerrow {
    background-color: rgba(0, 176, 173, 0.05);
    color: #363636;
    width: 100%;
}

/*BEGIN:  Configure Patient Input screens */
.section .content .PEF .grouper.prompt {
    background-color: rgba(0, 176, 173, 0.05);
    color: #363636;
    max-width: none;
}

/*END:  Configure Patient Input screens */

#ckAccept{
	width: auto;
	display: inline-block;
	margin-bottom:0px;
}

/*BEGIN:  Hide Activation Account Request sent Image */
div.leftimage.request{
	display:none;
}

div#lightbox.lb_content.jqHidden{
	width:60%;
}
/*END:  Hide Activation Account Request sent Image */

#SelfSignupDiv > h2:nth-child(1){
	color: #666870;
}

/********************************************************************************************/
/*BEGIN:  Hide Schedule Appointment section of End of Life Planning page */
/********************************************************************************************/
.jumbotron-actions-container{
	display:none;
}
/********************************************************************************************/
/*END:  Hide Schedule Appointment section of End of Life Planning page */
/********************************************************************************************/

/********************************************************************************************/
/*BEGIN:  Change blue text to match color scheme of site */
/********************************************************************************************/
p.expand.delay{
	color: #363636!important;
	text-decoration-line: underline;
}

label.filterButton, span.group-prompt {
	color: #363636!important;
}

.Visits .date div, .visitdetails .date div {

    color: #363636;

}
.pastvisit.card .visit-summary-text {

    color: #363636;

}

.md_questionnairelist .header, .md_mychartquestionnaire_questionnaires .header{
	color: #363636;	
}

/********************************************************************************************/
/*END:  Change blue text to match color scheme of site */
/********************************************************************************************/



/********************************************************************************************/
/*BEGIN:  Hide customer service message string */
/********************************************************************************************/
html.notile body.hasNoCommunityLinks.isInside.color1.md_ceauthorization.ready div#wrap div#content.fitme.width div#main.withSidebar p.noprint{
	display:none;
}
/********************************************************************************************/
/*END:  Hide customer service message string */
/********************************************************************************************/

/********************************************************************************************/
/*BEGIN:  Hide e-Visit pool choice */
/********************************************************************************************/
div.methodoptions:nth-child(2){
	display:none;
}
/********************************************************************************************/
/*END:  Hide e-Visit pool choice */
/********************************************************************************************/

/********************************************************************************************/
/*BEGIN:  Show services we do not provide in estimates sidebar */
/********************************************************************************************/

div.essSidebar button.accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 0.75rem 0.5rem 0.5rem 0rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
	color: #606060;
}

div.essSidebar button.accordion.active, div.essSidebar button.accordion:hover {
    box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.2);
}

div.essSidebar button.accordion:after {
    content: '\25BC';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

div.essSidebar button.accordion.active:after {
    content: "\25B2";
}

div.essSidebar .panel {
    background-color: #f1f1f1;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.2);
    transition: max-height 0.2s ease-out;
}

/********************************************************************************************/
/*END:  Show services we do not provide in estimates sidebar */
/********************************************************************************************/

/********************************************************************************************/
/*BEGIN:  Hide certain specialties from Open Scheduling. 15 is immunology, 94 is serology, 96 is outreach immunology */
/********************************************************************************************/
body.isPrelogin #\36 0F5BCFA-C74D-44B6-BDE7-6BE2CD6A75EE_openScheduling_specialtyStep_toggleButton_94 {
	display:none;
}

body.isPrelogin #\36 0F5BCFA-C74D-44B6-BDE7-6BE2CD6A75EE_openScheduling_specialtyStep_toggleButton_15 {
	display:none;
}

body.isPrelogin #\36 0F5BCFA-C74D-44B6-BDE7-6BE2CD6A75EE_openScheduling_specialtyStep_toggleButton_96 {
	display:none;
}

body.isPrelogin #\36 0F5BCFA-C74D-44B6-BDE7-6BE2CD6A75EE_openScheduling_specialtyStep_toggleButton_97 {
	display:none;
}

/********************************************************************************************/
/*END:  Hide certain specialties from Open Scheduling */
/********************************************************************************************/

#evisit-select-recipient > option:not(:last-child){
    display:none;
}

/********************************************************************************************/
/*Hide instructions during scheduling so that SCHEDULE button is always visible. */
/********************************************************************************************/

.apptDeptInstructions{
	display:none;
}

/********************************************************************************************/
/*Prevents logo from being overwritten by Kuiper issue Q-6173937 */
/********************************************************************************************/
#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}
