﻿/* 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. */

/* Add icons for homeprelogin boxes*/
#features .icon-letters {
		background-image: url("../images/quicklinks/letters.png");
}

#features .icon-billing {
		background-image: url("../images/quicklinks/account_summary.png");
}
#features .icon-video {
		background-image: url("../images/quicklinks/video_visit.png");
}
#features .icon-cincy {
		background-image: url("../images/quicklinks/cincykids-icon.jpg");
}
#features .icon-covid {
		background-image: url("../images/quicklinks/covid-icon.png");
}
#features .icon-omw {
		background-image: url("../images/quicklinks/on_my_way.png");
}
#features .icon-help {
		background-image: url("../images/quicklinks/help-icon.png");
}
#features .icon-caren {
		background-image: url("../images/quicklinks/caren.png");
}

/* BEGIN: Hide Health Care Agents Table Header from Advanced Directives Page */

div #potentially-a-two-column-container div div #HCAHelpBubble a img

element.style {

display: none
}

/* END: Hide Health Care Agents table header */

/* BEGIN: Hide Friends and Family Portion of Personal Information Page */

html body #wrap #content #main div.title.relationship-content h1.header

element.style {
    display: none;
}

html body div#wrap div#content.fitme.width div#main.withSidebar p.pretext

element.style {
    display: none;
}

div div div#relationship-list-container.cardlist.column_2.matchHeights.hoverable

element.style {
    display: none;
}

/* END: Hide Friends and Family Portion of Personal Information Page */


/* BEGIN: Hide More Ways to Share Quick Link Info */

#moreWaysToShare span {
    display: none;
    margin: 0 0 0 3.2rem;
}

#moreWaysToShare .icon {
	display: none;
}

/* END: Hide More Ways to Share Quick Link Info */

/* BEGIN: Fix Size of iFrame for External Payment Page When Using Express Pay */

#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator{	
	height: 18rem;
}

/* END: iFrame Size for Express Pay Users */

/* BEGIN: Fix for Open Scheduling Widget Filter Issue. https://userweb.epic.com/Thread/74093 */

body.embedded div.openingsControls .filterControlContainer, body.embedded .progressbar {
    display: inline-block !important;
    
}
from Ann Marie Garrett to everyone:    4:25 PM
body.embedded div.openingsControls .filterControlContainer, body.embedded .progressbar {
    display: inline-block !important;


}

@media only screen and (max-width: 699px) {
    div.setOfStepsContainer div.openingsControls .filterControl, div.setOfStepsContainer .progressbar {
        display: inline-block !important;'
        height: 4.25rem;
    }


    #locationGroup .departmentFilter {
        display: block !important;
        width: 50%;
    } }

/* END: Fix for Open Scheduling Filter Issue */

/* BEGIN: Fix Size of iFrame for Express Pay on Mobile-Optimized Screens */

@media only screen and (max-width: 768px) {
  #guestPay-content #extPmtPageFrame,
  #guestPay-content #iFrameLoadingIndicator {
    height: 25rem;
  }
}
/* END: Fix for Express Pay Mobile CSS Issues */

/* BEGIN: Fix for Kuiper Logo Issue - SLG 5789332 */

#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}
 
/* END: Fix for Kuiper logo issue */

/* BEGIN: Set Red Font Color for Collapsed Text Result Pretext - SLG 7851471 */

._PreText.neutral.titleOnly, ._PreText.neutral .disclosureButton {
    color: #ff0000;
	font-size: larger;
    text-align: left;
}

/* END: Set Red Font Color for Collapsed Text Result Pretext - SLG 7851471 */

/* BEGIN: Set Style for HR Rule for OMW Pretext - SLG 8914284 */

hr {
  margin: 1rem 0;
}

/* END: Set Style for HR Rule for OMW Pretext - SLG 8914284 */