﻿/* 	;*********************************************************************
	; NAME:         zuchoverride 
	; PURPOSE: For Site ID = MHC CSS overrides are being defined/applied for web 
	;          For the vFeb21 (07/21/2021) upgrade this file was started from blank.  
    ;          During this upgrade Kuiper was used to store 
	;          the Color Branding.  This update made many CSS overrides obsolete since they 
	;          were focusing on controlling color and style. As of the vFeb21 the CSS overrides 
	;          focus on iFrame responsive sizing and the display CSS Property and setting that to none.
	;**********************************************************************/

/* MG 4/22/21 - Remove non-PRD banner */
#nonProdBanner{
    display: none;
}
/* MG 4/22/21 - Remove Prelogin image */
body {
	background: transparent;
}
/* MG 4/22/21 - Remove Prelogin image */
#content:after {
	background: transparent 
}
/* MG 05/03/21 - Remove FDI border */
.extensibility iframe {
	border: 0px;
}
/* LNR 5/5/21 Hide ACP health care agent section */
#potentially-a-two-column-container > div.section.left {
display: none;
}
/* LNR 5/5/21 Hide duplicate "Documents on file" header on ACP page */
#documentWidgetTitle {
	display: none;
}
/* MG 5/17/21 Change font to Arial - per DPX 
html {
	font-family: Arial,sans-serif;
}
*/
/* MG 5/17/21 Change secondary positive button color from Epic's green Fixed in SLG 5987795 
.button.secondary.positive {
	color: #A6093D;
}
*/
.button.secondary.positive:hover, .button.secondary.positive:active {
    background-color: #f6e6ec;
    color: #A6093D;
}
/* MG 6/3/21 - #region Internal loading indicators - loading Heart 
.loadingHeart,
.asyncInFlight {
  background-image: url("../images/loadingIndicators/uchloading.gif");
  animation: none;
}
.loadingIndicator .indicator {
  background-image: url("../images/loadingIndicators/uchloading.gif");
}
.loadingHeart:before,
.asyncInFlight:before {
  content: none;
  animation: none;
}
*/
/* MG 6/28/21 - Remove snooze button in HM reminders.  */
.hmt-hide-reminder{
	display: none !important;
}
/* MJG 09/14/21 - Change color of success workflow div per patient exp.*/
.card.helptip.success:not(.moreToDo) {
  background-color: #A4bcc2;
}
.card.helptip.success:not(.moreToDo) .header.medium {
  color: black;
}
/* MJG 10/12/21 - Update login widget labels to be min */
#loginForm > div > div.ghostInput.compact > label{
  font-size: 0.6rem !important;
  line-height: 1.25rem !important;
}
#loginForm > div > div:nth-child(3) > label {
  font-size: 0.6rem !important;
  line-height: 1.25rem !important;
}
/* MJG 12/07/21 - Hide Reminder Checkbox */
.UpcomingOrders .HideReminderCheckbox {
  display: none;
}
.ManagePharmacyLink {
  display: block;
  padding: 1%;
}
#refills_tab_pane_0 > div.pretext-button-group > div.right.buttonListContainer {
  padding: 1%;
  display: inline;
}
/* JP 2/4/2022 - Updated Padding for Terms and Contions */
ul.UCHTerms {
  list-style-type: disc;
  padding: 15px;
}
/* SM 11/14/2023 - Updated Computer-readable export box */
.EhieTemplateSelection .EhieHeadingSection .RequestHealthRecordLinkout {
	background: #EBEBE6;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border-radius: 0.35rem;
    border: 1px solid #dbdbdb;
}
#appRoot > div > div._Segment._container.boundary-none.EhieHeadingSection > div._Segment._container.boundary-none.submitSection > svg {
	display: none !important;
}
#appRoot > div > div._Segment._container.boundary-none.EhieHeadingSection > div._Segment._container.boundary-none.RequestHealthRecordLinkout > div._Segment._container.boundary-none.headerSection > svg {
	display: none !important;
}
/*SAM 1/19/2024 - Update To Task Completed */
.GeneralTaskRow.completed {
    background-color: #e8eced;
	}
.GeneralTaskRow.completed ._readOnlyText:not(a) {
    color: #363636;
}
.GeneralTaskRow.completed .statusIcon {
    fill: #0f784a;
}
.QuestionnaireTaskRow.completed {
    background-color: #e8eced;
	}
.QuestionnaireTaskRow.completed ._readOnlyText:not(a) {
    color: #363636;
}
.QuestionnaireTaskRow.completed .statusIcon {
    fill: #0f784a;
}
.QuestionnaireTaskRow .actions > ._link.primary.neutral, ._command.primary.neutral {
    background-color: #a6093d;
}
.EducationTaskRow.completed {
    background-color: #e8eced;
}
.EducationTaskRow.completed ._readOnlyText:not(a) {
    color: #363636;
}
.EducationTaskRow .actions > ._link.primary.neutral, ._command.primary.neutral {
    background-color: #a6093d;
}
.EducationTaskRow.completed .statusIcon {
    fill: #0f784a;
}
/* MJG 4/26/2022 - make pharmacy link to button */
#refills_tab_pane_0 > div.pretext-button-group > div.ManagePharmacyLink.pretext.noprint > span > a {
  color: #a6093d;
  background-color: #fff;
  text-transform: none !important;
  border-radius: 4px !important;
  user-select: none;
  white-space: normal;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  cursor: pointer;
  border-color: #a6093d;
  border-style: solid;
  border-width: 1px;
}
#uchrefillbutton {
  color: #a6093d;
  background-color: #ffffff;
  border-color: #a6093d;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
#refills_tab_pane_0 > div.pretext-button-group > div.right.buttonListContainer > div > button:nth-child(1){
  color: #a6093d;
  background-color: #ffffff;
  border-color: #a6093d;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
#refills_tab_pane_0 > div.pretext-button-group > div.right.buttonListContainer {
	line-height: 2.2 !important;
}
#wamAddress{
	border: 0;
	width: 100%;
	height: 700px;
}
@media (max-width: 550px){
  #wamAddress{
    height: 1240px;
  }
  .modal-content {
    width: 90%;
    min-width: 300px;
    height: 1200px;
    overflow: auto;
  }
}
#pharmacyForm{
	font-size: 16px;
	line-height: 12px;
}
/* MJG - 07/31/2023 - Add margin to new banner for refills so it doesn't go under pharmacy butons */
@media only screen and (min-width: 769px) {
  #refillsDueSoonBanner {
    margin-top: 2%;
  }
}
/* MJG 4/26/2022 - make pharmacy link to button */

#requestRefillButton{
  display: none;
}
/* #region status badge colors */
.statusBadge.neutral {
  background-color: #A4BCC2 !important;
  border-color: #A4BCC2 !important;
  color: #FFFFFF !important;
}

.statusBadge.positive {
  background-color: #5ECE3B !important;
  border-color: #5ECE3B !important;
  color: #FFFFFF !important;
}

.statusBadge.negative {
  background-color: #D6001C !important;
  border-color: #D6001C !important;
  color: #FFFFFF !important;
}

.statusBadge.pending {
  background-color: #D6001C !important;
  border-color: #D6001C !important;
  color: #FFFFFF !important;
}

.statusBadge.critical {
  background-color: #D6001C !important;
  border-color: #D6001C !important;
  color: #FFFFFF !important;
}

.card.medcard .medwarning {
  background-color: #A4BCC2 !important;
  border-color: #A4BCC2 !important;
  color: #FFFFFF !important;
}

.card.medcard .standardBanner {
  color: #58595B !important;
  background-color: #FFFFFF !important;
  border-color: #58595B !important;
}

.standardBanner.informationalType {
  color: #58595B !important;
  background-color: #FFFFFF !important;
  border-color: #58595B !important;
}

/* #endregion */
#refillsDueSoonBanner > div.banner-header-text.contentColumn > div {
	font-size: 1.0rem;
}
@media only screen and (min-width: 769px) {
  #refillsDueSoonBanner .banner-header-text {
    padding: .5%;
  }
}
.card.medcard .statusBadge .bannertext {
  color: #FFFFFF;
}
/* Hide Message Pharmacy button on Med Card - MJG */
.card .pharmacy_info_container .pharmacy_actions_container .pharmacy_action:not(:first-child){
  display: none;
}
/* MDJ - 10/04/2024 so Online Scheduling does not Change /app/todo-onboarding */
@media screen and (min-width: 769px) {
  .capturedWorkflow.constrainedCapturedWorkflow #content #main {
      max-height: 43rem !important;
      min-height: 20rem !important;
}
}
.capturedWorkflow.constrainedCapturedWorkflow #content {
  min-height: calc(100vh - var(--wp-header-height)) !important;
}

.capturedWorkflow.constrainedCapturedWorkflow #content #main
{
  max-height: auto !important;
  min-height: auto !important;
  height: auto !important;
}
/* MJG - 03/25/25 - Replace loading indicator with UCH gif.  */
.loadingIndicator .indicator {
  background-image: url("../images/spinner64_uch.gif") !important;
}
/* 	;*********************************************************************
	; DESCRIPTION: Cadence and Prelude initiated updates START
	;**********************************************************************/
/* MDJ and Jon - 03/05/2019 - Fix to DS on verify personal info and insurance verification Steps of Direct Sched */
html.notile body.isInside.hasNoCommunityLinks.md_scheduling_index.ready div#wrap div#footer.fitme.width
  {
	margin-top: -3rem;
	padding-top: 5%;
  }

html.notile body.isInside.hasNoCommunityLinks.md_scheduling_index.tall.ready div#wrap div#footer.fitme.width
  {
	margin-top: -3rem;
	padding-top: 5%;
  } 

/* Online Scheduling START */
#navlabel
  {
	margin:0 0 10px 0;
	background-color:#a6093d;
	color:#fff;
	width:auto;
	line-height:50px;
	text-align:left;
	padding-left: 10px;
  }
  
.summaryBannerContainer{display: none;}
  
.verificationContent .schedulebutton .button.completeworkflow, 
.verificationContent .schedulebutton .button.completeworkflow:focus, 
.verificationContent .schedulebutton .button.completeworkflow:hover {display: block;}
  
#nonProdBanner {display: none;}
  
span.virtualvisit 
  {
    margin-bottom: 10px;
    display: block;
  }

span.virtualvisit,
div.teamscheduling,
div.teamscheduling > p.buttoncheck {
  background: transparent;
  border-radius: 0;
}

div.teamscheduling input.buttoncheck + label.buttoncheck:before {display: none;}

div.demographicsVerification span.buttonList,
div.demographicsVerification span.buttonList > input.button.editButton 
  {
    width:100%;
    margin: 0;
  }

div.demographicsVerification + div.verifyButtons > div.formbuttons > a.button 
 {
    width: auto;
    margin: 0 10px;
 }

div.demographicsVerification + div.verifyButtons > div.formbuttons > a.button,
div.demographicsVerification span.buttonList > input.button.editButton 
  {
	border-radius: 50px;
    text-align: center;
    display: block;
  }

div.demographicsVerification div.demogcontainer div.buttonList > input.button 
  {
	display: inline-block;
	text-align: center;
	width: 48%;
  }

/* MDJ 12/05/2018 */
div.demographicsVerification div.otherInfoContainer div.buttonList > input.button 
  {
	display: inline-block;
	text-align: center;
	width: 48%;
  }

div.demographicsVerification div.demogcontainer div.buttonList > input.saveButton 
  {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
  }

div.demographicsVerification div.demogcontainer div.buttonList > input.cancelButton 
  {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
  }

div.demographicsVerification span.buttonList,
div.demographicsVerification span.buttonList > input.button.editButton 
  {
    width:100%;
    margin: 0;
  }

div.demographicsVerification + div.verifyButtons > div.formbuttons > a.button 
  {
    width: auto;
    margin: 0 10px;
  }

div.demographicsVerification + div.verifyButtons > div.formbuttons > a.button,
div.demographicsVerification span.buttonList > input.button.editButton 
  {
	border-radius: 50px;
    text-align: center;
    display: block;
  }

.stepcontainer > div > h2.header {display: none;}

div.qnr-main-container 
  {
    margin: 0 15px;
    width: calc(100% - 30px);
  }

 .section div.qnr-main-container .flexboxLayout[data-question-type='6'] span.question-choice-span.tbContainer > label.togglebutton,
.section div.qnr-main-container .flexboxLayout[data-question-type='6'] span.question-choice-span.tbContainer:first-of-type > label.togglebutton,
.section div.qnr-main-container .flexboxLayout[data-question-type='6'] span.question-choice-span.tbContainer:lasst-of-type > label.togglebutton 
  {
    border-radius: 0 !important;
  }

.section div.qnr-main-container .flexboxLayout,
.section div.qnr-main-container .flexboxLayout > legend 
  {
    margin-bottom: 0;
  }

.section div.qnr-main-container .flexboxLayout span.question-choice-span.tbContainer > label.togglebutton 
  {
    border: 1px solid #ccc;
    box-shadow: none;
  }

div.demographicsVerification div.demogcontainer div.buttonList > input.saveButton,
.section div.insuranceCoverages div.card.withButton div.buttonList.right > a.button.inlineedit,
.section div.qnr-main-container .flexboxLayout span.question-choice-span.tbContainer:first-of-type > label.togglebutton 
  {
    border-top-left-radius: 50px  !important;
    border-bottom-left-radius: 50px  !important;
  }

div.demographicsVerification div.demogcontainer div.buttonList > input.cancelButton,
.section div.insuranceCoverages div.card.withButton div.buttonList.right > a.button.inlinedelete,
.section div.qnr-main-container .flexboxLayout span.question-choice-span.tbContainer:last-of-type > label.togglebutton 
  {
    border-top-right-radius: 50px  !important;
    border-bottom-right-radius: 50px  !important;
    margin-left: -6px;
  }

.section div.verificationContent div.commentssection > textarea {height:160px;}

.section div.verificationContent div.schedulebutton > a,
.section div.qnr-main-container input#next-step2 {border-radius: 50px;}

.section div.verificationContent div.schedulebutton > a.disabled,
.section div.qnr-main-container input#next-step2[disabled] {opacity: .25;}

.section div.insuranceCoverages {margin: 0 10px;}

.section div.insuranceCoverages > form {width: Calc(100% - 20px);}

.section div.insuranceCoverages a.button.nextstep {border-radius: 50px;}

#eclincdevbody div.ui-state-disabled {opacity: 0;}

div.qnr-main-container,
#eclincdevbody div#cpQuestions 
  {
    margin: 0 10px;
    width: calc(100% - 20px);
  }

div.qnr-container .question-prompt span.qnr-prompt-text {display: inline;}

/* MDJ 05/04/2023 Updates to as part of lab band project for cancel buttons */
a.link.cancel {
  color: #a6093d;
}

.cancelicon {
  background: url(../images/uchealth/cadence/Marksthespot.svg) left no-repeat;
  padding: 0 0 0 1.1rem;
  background-size: .85rem;
  background-position-y: center;
 }

/* Buttons */

/* eCheck-IN Icons */
.stops .trainstop img.icon {
	width: 42px;
	height: 42px;
}
/* MDJ added a pointer to the DS back button in custom header 07302018 */
div#bgdiv i#backSlot {cursor: pointer;}

/* MDJ added font formt for insurance diclaimer 07312018 */
div#dsInsDisclaimr
  {
    display: block;
    line-height: 1rem;
    padding: 0;
    margin: 0.25rem 0 0;
    text-align: left;
	width: auto;
  }
  
/* MDJ 07182018 Updates from SLG 3884407 */
.essLocationCard p.subtle {display: none;}

/* MDJ 07312018 Hide Duration */
.visitdetails span.duration {display: none;}

/* MDJ - 12/6/2018 - Hide Favorite div.favoriteContainer */
/* MDJ - 05/27/2019 - Hide Favorite (Page was updated with vFeb 2019*) div.extrasContainer.card.calendarFlair */
/* MDJ - 09/30/2024 - Hide Favorite (Page was updated with vMay24) */
/* MDJ - 09/05/2025 - Hide Favorite but leave wait list (Page was updated with vMay25) */
label.prettycheck[for^="favoritesCheckbox_"] {
  display: none;
}

/* MDJ - 12/13/2018 - Hide Provider Search from department select screen
#scheduling-workflow div.cardlist.column_1 {display:none;} 

/* MDJ - 03/23/2020 - Hide Provider Search from department select screen for vNov19 
#scheduling-workflow div.cardlist.column_1.providerDropdown {display:none !important;} */

/* MDJ 08/28/19 - Hide Start Over Button in Direct Sched 
       03/13/24 - Changed to #scheduling-startover */
#schedulingstop-button {display: none;}
#main div.title.hasLinks .headerlink #scheduling-startover {display:none;} 

/* MDJ - 12/30/2019 - This helps the iFrame within UCHealth.org scroll and fit with (with vAug19 this was moved from EmbeddedOpenScheduling.css) --- start ---*/
html.embedded.poppedOut body.embedded div.setOfStepsContainer > div.slider 
{
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
}
html:not(.mobile) div#content, div#content
{
min-height: calc(100vh - var(--wp-header-height)) !important;
height: auto !important;
}

.iframe-scheduling {height: 100% !important;}

html.locked-frame {height: 100% !important;}

/* MDJ - 01/20/2025 to find a balance between the scheduling page and the reminders page 
stop adjusting main for height and look to adjust the footer*/
/*#main 
  {height: Calc(100% - var(--wp-footer-height)) !important;
   min-height: Calc(100% - var(--wp-footer-height)) !important;}
*/
footer#footer{
  height:auto !important;
}
.wrap-scheduling #main {min-height: 100% !important;}

.wrap-scheduling #footer{display: none;}

html.locked-frame div#wrap,
div#content > div#main,
form#zuchebizonlinesch,
form#zuchebizonlinesch > div.formcontents,
form#zuchebizonlinesch > div.formcontents > div.section,
form#zuchebizonlinesch > div.formcontents > div.section > div.content,
form#zuchebizonlinesch > div.formcontents > div.section > div.content > div.grid,
form#zuchebizonlinesch > div.formcontents > div.section > div.content > div.grid > div.row,
form#zuchebizonlinesch > div.formcontents > div.section > div.content > div.grid > div.row > div.col-12,
form#zuchebizonlinesch > div.formcontents > div.section > div.content > div.grid > div.row > div.col-12 > div#provSched
 {
	min-height: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
 }

form#zuchResearchOpportunities,
form#zuchResearchOpportunities > div.formcontents,
form#zuchResearchOpportunities > div.formcontents > div.section,
form#zuchResearchOpportunities > div.formcontents > div.section > div.content,
form#zuchResearchOpportunities > div.formcontents > div.section > div.content > div.grid,
form#zuchResearchOpportunities > div.formcontents > div.section > div.content > div.grid > div.row,
form#zuchResearchOpportunities > div.formcontents > div.section > div.content > div.grid > div.row > div.col-12,
form#zuchResearchOpportunities > div.formcontents > div.section > div.content > div.grid > div.row > div.col-12 > div#containter,
form#zuchResearchOpportunities > div.formcontents > div.section > div.content > div.grid > div.row > div.col-12 > div#containter > iframe
 {
	min-height: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
 }

div#footer {z-index: -1;}

html.locked-frame div#wrap > div#footer {margin-top: 10px !important;}

html.locked-frame div#wrap > div#footer .mainStyle {width: 100% !important;}

/* MDJ - Update Direct Sched Header and Sched loading indicator 09/23/2020 script (update on 03/09/2022)*/ 
#uchnav #bgdiv label#navlabel 
  {
    display: flex;
    align-items: center;
    height: auto;
    padding: 8px;
    line-height: normal;
  }

.loadingmessage .loadingHeart 
  {
	animation: none;
	transform: none;
	background-image: url('/mychartebiz/Images/AnimatedWaitCircle.gif');
	background-size: contain;
	transform: scale(0.8);
  }
  
.loadingHeart, .asyncInFlight {animation: none;}

.loadingHeart:before, .asyncInFlight:before {animation: none;}

.loadingHeart:after, .asyncInFlight:after {animation: none;}
.animation {
  display:none !important;
}
 /* MDJ - End: 09/23/2020 */

 /* MDJ - Updates: 12/10/2020 Hiding Patient Instructions Icon*/
.slotsstep .slotsData .schedulinginstructions .helptip {background-image: none !important;}

/* MDJ - Updates: 3/31/2021 Hiding Direct Sched High ussage image */ 
.verboseError img {display:none;}

/* vFeb21 Go Live (Direct Sched, eCheck-in, Prelude) - start */
/* #Hide pieces of direct scheduling that conflict with the customization */
#scheduling-workflow .extrasContainer {display: none;}

/* MDJ 07/06/2021 Added a sub text to the Insurance Screen.  Need the formatting to look like a subtext via Insurance > Coverages > Index > CoveragesInReviewHeader */
p.uchealth-insurance-sub-titlet 
  {
	margin: 0.5rem 0;
	line-height: 1.25;
  } 
/* 10/6/2021 MDJ- Updated Direct Scheduling Labels to have a 50% radios (10/11 on hold for now) */ 
 #scheduling-workflow .slotsstep label
{
    border-radius: 50px;
}
/* 03/07/2022 MDJ- Updated Direct Scheduling Visit Instruction (slot text) */
.zuchPRC32010
{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: bold;
}
.zuchPRC32010image
{
    width: 32px;
    height: 32px;
}
#scheduling-workflow .card.helptip
{
  background: #FFFFFF;
}
/* MDJ 4/13/22 - Hide Edit confirmation links */
#editSlot {display: none;}
#editLocation {display: none;}

/* MDJ: 5/12/23 – Update Images and Background color for the geolocation icons within online scheduling */
.chip .chipIcon.allLocations 
	{
	background-color: #58595B;
}

.chip .chipIcon.nearMe
  {
    /* background-image: url(../images/uchealth/cadence/NearMe.svg); */
    background-color: #3B5470;
  }

.chip .chipIcon.nearHome 
  {
    /* background-image: url(../images/uchealth/cadence/NearHome.svg); */
    background-color: #87893A;
  }

.chip .chipIcon.nearZip 
  {
  /* background-image: url(..images/uchealth/cadence/NearZip.svg); */
  background-color: #ECAE43;
  }

/*MDJ Not taking 848329: Button Images Help Patients Pick the Right Reason for Visit with vFeb23*/
.card.hasBadge div.badge
  {
  display: none;
  }

.LandingPagePostText {
    display: none;
}

#appRoot ._Banner.success
{
  background: #FFFFFF;
}

#appRoot ._Banner.success ._Icon
{
  display: none;
}
/* 12/13/2023 Hide SER filtering options until we are ready to support SER items. */
 #scheduling-workflow .filtercontainer {
  display: none;
}
 #scheduling-workflow .refineSearchSection .refineSearchHeaderContainer {
  display: none;
}
/* 05/20/2025 OMW updates so that wait time dislaimer shows better */
#onmyway-workflow #disclaimer
{
    font-size: 1rem;
    color: #425563;
}
/* 	;*********************************************************************
	; DESCRIPTION: Cadence and Prelude initiated updates END
	;**********************************************************************/
  
/* Billing Start*/

/* MR iFrame size for IM implementation - MLR 2.24.25 */
#extPmtPageFrame{
	border-width: 0px;
	height: 40rem;
	overflow-y: hidden;
	width: 100%;
}

/* MR - iFrame for ExternalPayment.css for pay as guest *** Pay as Guest ****/
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator{	
	height: 40rem;
	overflow-y: hidden;
}
#guestPay-content .formbuttons {
	margin-bottom: 5rem;
}


/* Jon Szkil - 10/31/2018 - visits.css override - Hide copay button for visits*/
/* Original: #main > div:nth-child(3) > div:nth-child(2) > div > div.grid.smallcards.alignCenter._2cards > div > div:nth-child(2) > div > div > div.buttoncontainer > a*/
/* Rich Sparks - 7/16/21 - Updating selector path which will hide the column that would show the copay button and pretext */
#main > div.popupOwner > div.card > div > div > div > div.col-8 > div.visitactionbanner.center.paymentwatermark.checkinwatermark > div > div > div:nth-child(2)
{
	display: none;
}

/* Jon Szkil - 12/24/2018 - Hide Billing Account Summary default icons for PB accounts, HB accounts, viewing account details, viewing statements, and contacting customer service*/
/*MLR - 12-12-2023: Unhiding SA icons in MHC*/
/*.ba_saIcon {
	display: none;
}
*/
/*MLR - 01-10-2024: Changing img to svg to hide guarantor action icons in MHC*/
.ba_card_actions_link svg {
	display: none;
}

/* Jon Szkil - 6/4/2019 - Hide Billing Account Details icons with the update to account details in Feb 2019 - Nova Note 661334*/
/* Jon Szkil - 9/17/2021 - Removed code to hide the account detail billing tab icons, but left in code to hide other icons and update text - SLG 6248829 */
.ba_details_sidebar_icon {
	display: none;
}
.verticalDate {
	color: #606060;
}
.ba_saIcon_large {
	display: none;
}

/* Jon Szkil - 11/08/2019 - Adjust terms and conditions (very first header under the logo) color and padding */
html.notile body.termsPage.hasNoCommunityLinks.isPrelogin.color1.md_default.ready div#wrap div#content div#main h1.title.center{
	color: #425563;
	padding-top: 30px
}

/* JSK Removing hospital icon in estimate workflow */		  
.essSidebarLocation img {
	display: none;
}		  
/* JSK Removing hospital name in estimate workflow */	
div.center.essSidebarLocation {
	display: none;
}
/*Billing End*/
