﻿/*=====================================================*/
/* MOBILE - GENERAL */
/*=====================================================*/
/* Adding basic expected margins for common block level elements */ 
.mobile .md_stdfile #main div,
.mobile .md_stdfile #main p{
	margin: 0.5rem 0;
}

.mobile .md_stdfile #main p + p {
    margin: 1rem 0 0.5rem;
}

.mobile .md_stdfile #main ul{
	margin-bottom: 0.5rem;
}

.mobile .md_stdfile #main nav{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
/*Antibody Screening*/
.mobile .md_stdfile #covid19-antibody{
	padding: 0 1rem;
	font-size: 1.25em;
}
.mobile .md_stdfile #covid19-antibody *{
	display: inline-block;
}
.mobile .md_stdfile #covid19-antibody hr{
	width:100%;
	text-align:left;
	margin-left:0;
}
/*=====================================================*/
/* MOBILE - ECHECK-IN */
/*=====================================================*/
/*Hides the check box option to Pay copay later.
*/
/* .mobile .isInside.md_echeckin_index #payLaterSection{
	display:none;
} */

/* Prelude/Welcome (Suzanne Droste) requested to have 'Do Not Bill Insurance' option removed from eCheck-In. The concern is that they've been struggling with patients who tell them not to bill their insurance and then refuse to pay when they are asked. SLG 4442921 */
/* 1/22/21 AJR - Remove customization that hides "Do not bill insurance". With all the new patients coming into the system for the vaccine, 
Matt Rohrer and Suzanne agreed we needed to now allow this option. The issue with the current setup is if a patient does not have active insurance 
they do not have the option to add one. The option to add one is an outcome of selecting "Use insurance". A new WQ was built to catch the patients 
who choose "Do not bill insurance". New WQ: UWH FINANCIAL COUNSELOR DNB PATIENTS [351495] */
/* .mobile .isInside.md_echeckin_index  fieldset.selfPay{
	display:none;
} */

/*Hides the box to manually enter billing information on Payment Information page.
*/
.mobile .isInside.md_echeckin #Address_Manual{
	display:none;
}

/* Removes sign-up prompt that allows patients to choose whether 
*  they want to accept e-mails and prompt to set up a mobile number of SMS.
*/
.mobile .isPrelogin #notifyForm #SEND {
	display:none;
}
.mobile .isPrelogin #notifyForm #SENDSMS {
	display:none;
}
.mobile .isPrelogin #notifyForm #Phone {
	display:none;
}
.mobile .isPrelogin #notifyForm #RetypePhone {
	display:none;
}
/*External Payment Page - adjust height of iframe so the entire form shows.
*/
#extPmtPageFrame.mobileExtPmtPage{
	height: 66rem !important;
}

/*=====================================================*/
/* Accesscheck.asp - This page only uses mobile stylesheet */
/*=====================================================*/
.instantactivation.isPrelogin, .instactconfirmation.isPrelogin{
	background: #FFF url("../../images/uw/background.jpg") no-repeat fixed top center;
	background: rgba(0, 0, 0, 0) url("../../images/uw/background.jpg") no-repeat fixed top center / cover;
}

.instantactivation.isPrelogin{
	margin: 0 auto;
	position: relative;
}

.instactconfirmation.isPrelogin #wrap #logo{
	background: url(../../images/uw/loginlogo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15.25rem;
}

/* jQuery Accordion style */
.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

/* Override MFA improvements on mobile*/
#two-factor-container #code-sent-desc #extrahelp{
	display: none;
}

/*Appointment Details*/
/*=====================================================*/
/* PRJ0541822 - Call attention to Visit Instructions */
.mobile .md_visitdetails_index .beforeYourVisitHeader{
	font-weight:bold;
}

/* No using FONT tags!!!! Add this class to force the color red used in Epic's alerts */
.red{
	color:#d80000;
}
