﻿/* Fix esignature Review Later Button Issues */
[data-altstylesheet="High Contrast"] input.button.sign-later, 
[data-altstylesheet="High Contrast"] input.button.sign-later:hover, 
[data-altstylesheet="High Contrast"] input.button.sign-later:focus {
    background-color: white;
    color: hsl(264.6,100%,76.5%);
}

/* END: HSL BASED COLOR CHANGES FROM highconstrast.css */

/* TEMP FXIES */
/* BEGIN: QAN 5050286 - eCheck-in Payments button issue */
#payLaterSection {background-color: rgba(0, 0, 0, 0);}
/* END: QAN 5050286 - eCheck-in Payments button issue */

/* END EPIC DELIVERED THEME CSS */

/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
.features .icon-profile{
	background-image: url("../images/quicklinks/account_summary.png");
}
/* 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. */
.BeforeTestResultsList .ToggleInpatient{
display: none;
}
/**** Pay as Guest ****/
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
  height: 21rem; }

/* CM Adding Banner to Homepage - Styling */
.exactbanner {
    color: white;
    background-color: #650ba5;
    padding: 0.5rem 0.75rem;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0.5rem 0;
    padding: 0.25rem 0.75rem;
    position: relative;
    text-align: center;
    top: 0;
    white-space: normal;
    width: 100%;
}

/* CM Ensure correct post-login logo displays per XTN# 1016841 */
#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}
