﻿@import url('/../data-tile-overrides.css');

.md_healthadvisories_index .cardline.hmt-hide-reminder {
    display: none;
}

.upmcbreadcrumb ul {
    display: flex;
}

.upmcbreadcrumb li:first-child a::before {
    content: "<";
    padding-right: 5px;
}

.upmcbreadcrumb li a::before {
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
}

.upmcbreadcrumb a {
    font-size: large;;
}

.upmcbreadcrumb a:hover { 
    text-decoration: underline !important; 
}

.upmcnotesfacility {
    visibility: hidden;
}

/* hide the create account section for guest e-checkin 
.md_visitdetails_index .echeckincomplete .echeckinSignupCard {
    display: none;
}
*/

/* hide the provider department list in echeckin */
.md_echeckin_index .ProviderDetailList{
    display: none;
} 

/* fixes when scrolling isn't available (OAuth Approval Denial) */
.md_oauth_authorize.isInside.graphicHeader {
    overflow: auto !important;
}

/* fix for communication center when screen gets to small to always show "back to list" link */
.ConversationHeader .backToListLink {
    display: inline-flex !important;    
}

/* fix for when viewing the avs in mobile mode to hide/show back button. */
.mobile .md_visitsummary .back {
    display: none;
}

/* fix for when viewing an upcoming appointment in mobile mode to show back button. 
.mobile .md_visitdetails_index .back {
    display: inline-block !important;
}*/

/* fix for guest demographic login to hide flowers/background Feb 2023 */
body.isPrelogin:after {
    background: none !important;
}

/* fixes questionnaire toggle buttons from not showing */ 
*.echeckinqnrmobile .group-yes-no-buttons label {
    font:-webkit-control;
}
/* hide self arrival top swoop */
.SelfArrivalHeader .swoopContainer
{
    display: none !important;
}

/* self arrival icon in top swoop */
.SelfArrivalHeader .iconContainer
{
    display: none !important;
}

/* hide evisit/ederm cancel */
.md_evisit_landingpage #newEVisitCancel {
    display: none;
}

/* hide evisit/ederm cancel on confrim */
.md_evisit_landingpage .button.cancelworkflow {
    display: none !important;
}

/* for ederm/Overview and summary instructions unordered list configured in SM */
.tsncs {
    margin-left: 50px;
}

.tsncs li {
    display: list-item;
    list-style: disc;
    list-style-type: disc;
    margin: 10px;
}

/* for centering text - ederm*/
.upmcCenter {
    text-align: center;
}

/* hide eDerm provider photo placeholder */
.md_evisit_landingpage .recipientsDiv {
    display: none;
}
/* hide eDerm provider photo placeholder on submit screen */
.md_evisit_landingpage .providerPhoto.providerimage{
    display: none;
}

/* gets rid of the background image (farmland) */
.datatile body, .datatile body:after, .datatile body #content:after, .datatile body.graphicHeader, .datatile body.graphicHeader:before, html.datatile body #main, html.datatile body #sidebar {
	background: none !important;
}

/* ondemand allow the scheduling spinner to show on startover */
.md_scheduling_ondemandtelehealth .schedulingSpinner {
    display: block !important;
}

/* hide the computer and mobile buttons */
.md_scheduling_ondemandtelehealth .togglebutton {
    display: none !important;
}

/* override the team of doctors image */
.md_scheduling_ondemandtelehealth .providerphoto .photobutton {
    content:url("../images/telemedicine/care_teamc.png") !important
}
.md_scheduling_ondemandtelehealth .providerphoto .photo {
    content:url("../images/telemedicine/care_teamc.png") !important
}

/* hides the wait time texts */
.md_scheduling_ondemandtelehealth .waittime {
    display: none !important;
}
/* hides the wait time texts */

/* hide the quick links allergies, immunizations */
.quickLinksContainer {
    display: none !important;
}

/* ederm pharmacy search*/
.md_echeckin_index button.RunSearchCommand {
    padding: calc(0.725rem + 1px) 0.75rem !important
}

/* fix the select button in pharmacy search */
.md_echeckin_index .PharmacySearchPage .PharmacySearchResultCard .PharmacySearchCardAction{
    flex-basis: 20% !important;
}

/* hide the skip button for medications */
.md_echeckin_index .MedicationsFooter ._command.secondary {
    display: none !important;
} 

/* hide the skip button for allergies */
.md_echeckin_index .allergiesFooter ._command.secondary {
    display: none !important;
}
