﻿/* BEGIN: SPECIAL HIDING PROPERTIES */
/* If you only want certain HTML content to display on mobile, tag it with an "OnlyMobile" class*/
.onlymobile,
.onlyMobile,
.Onlymobile,
.OnlyMobile {
  display: none !important;
}

/* If you want to show something only when looking at your own chart, not in proxy mode, tag it with a "selfmode" class. If you want something to only show when looking at someone else's chart, use "proxymode" class. */
.proxyMode,
.proxymode,
.ProxyMode,
.Proxymode {
  display: none !important;
}

/* =============================
Logos- MLE 1/21/21
============================= 


html #graphicHeader:not(:empty) #header_logo .header_logo_link {
    background: transparent url(../images/logo.png) no-repeat scroll center/contain;

}
*/
/* =============================
fix external billing page JC 2/12/19
 ============================= */
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
  min-height: 24rem;
}

/* ===================================
fix external billing page JC 4/23/24
 ================================== */
#extPmtPageFrame {
  min-height: 35rem;
}

/* ===============================
Removal of website mobile check-in
banner button - JPC 5-19-2021
================================== */
#main > div.popupOwner > div.selfArrivalBanner {
  display: none;
}

#main > div:nth-child(3) > div.Visits.template > div > div > div > div > div.visitcomponent.upcomingvisits.notoolbar > div.content > div.listsection.timeLine > div > div.timeLineDetails.grid > ul > li.soonvisits.card.insulated.col-12.hasArrivalBanner > div.selfArrivalBanner {
  display: none;
}

/* =============================
Hide optional questionnaire JPC 7-1-21
============================= */
.clickable.optional.qnr_row {
  display: none !important;
}

/* =============================
Add news card JPC
============================= */
.component.news .newscard {
  width: 100%;
}

.component .news .newscard.news {
  background-image: url("../images/Titus/news.jpg");
  width: 100%;
}

.component .news .newscard.lucy {
  background-image: url("../images/logo_lucy_large.png");
  width: 100%;
}

.component .news .newscard.flu {
  background-image: url("../images/Titus/flu.jpg");
  width: 100%;
}

.component .news .newscard.mobileCheckIn {
  background-image: url("../images/Titus/on_my_way.png");
  width: 100%;
}

.component .news .newscard.upgrade {
  background-image: url("../images/upgrade.jpg");
  width: 100%;
}

.component .news .newscard.shareEverywhere {
  background-image: url("../images/share_everywhere_patient.png");
  width: 100%;
}

@media screen and (min-width: 1301px) {
  #header:not(:empty).prelogin {
    display: none;
  }
}
/*==================================
hide paperless billing banner 
7/20/22 JC
===================================*/
#myo-paperless-billing {
  display: none !important;
}
