﻿/*.section .content table tbody tr td {
	padding: 5px;
	border-width: 0 0 1px 0;
	border-style: solid;
    font-size: 0.9999em;
	line-height: 1.2em;
	vertical-align: top;
}*/

/* Billing Accounts Summary - Center Account content both */
/*.centerAcctBilling {
    vertical-align:middle !important;
    text-align:center !important;
}*/

/* Logo */
#logo {
	background: url("../images/loginlogo.png") rgba(0, 0, 0, 0) no-repeat scroll center center / contain;
	width: 17%;
}

.section table.famhist .famremove .button {
	background: #BFE1FF !important;
   
	border: 1px solid #6C3320;
        padding: 3px; 
	height: 1.75rem;
	line-height: 1rem;
}

a.inlineedit,
a.inlinesave {
	margin: 0 !important;
	margin-right: 0.5rem !important;
}

#osfask {
	width: 150px;
	height:48px;
	text-align: center;
	margin-left: 350px
}

#OSFdisclaimer {
	margin-left: 30px
}

/*Begin customization for hiding ACP across hosted*/
/*Customization to hide the Advance Care Planning Related Link image within Document Center>>MyDocuments TMC*/
		.quickLinks.vertical a img[src*="advance"]{
			display: none;
		}
/*Hide overal link to ACP*/
		.quickLinks.vertical [href*="AdvancedCarePlanning"]{
			display: none;
		}
/*Hide End Of Life Planning menu option under Related Links on Personal Information page*/
.quickLinks.vertical .end-of-life-quicklink {
	display: none;
}
/*End customization for hiding ACP across hosted*/


/*Hide all separators across the site for sidebar links*/
.quickLinks.vertical a::after {
	display:none; 
}

/*Begin Find Care Now Hosted customizations - TMC */
/*Customization to hide the Find Care Now image under Quick Links in Scheduling TMC*/
.quickLinks.vertical a img[src*="on_my_way"]{
	display: none;
}

.quickLinks.vertical a span {
	display: inline-block;
	width: calc(100% - 48px - 0.5rem);
	vertical-align: middle;
}

.quickLinks.vertical a::after {
	width: calc(100% - 2.5rem - 0.7rem); /*Width of image and margin right*/
}

/*Hide the Find Urgent Care Now link and image under Quick Links in Scheduling TMC - Commented entire section to again show the button - JIB */
.quickLinks.vertical a img[src*="on_my_way"]
{
display: none;
}

.quickLinks.vertical [href*="OnMyWay"]
{
display: none;

}
/*End hiding Find Urgent Care Now - TMC */


/*Begin - Copied from the Override_Mobile.css file on 12/12/19 - Updated Base.XML for mobile to use Override.CSS instead of Override_Mobile.css - JIB */

#confirmationbox a {
    text-decoration: underline !important;
}

/*End - Copied from the Override_Mobile.css file on 12/12/19 - Updated Base.XML for mobile to use Override.CSS instead of Override_Mobile.css - JIB */


/*Hides Epic's released Sign Up Now button on the login page*/
.signup [href*="MyChart"] {
	display: none !important;
}


/*Removes unnecessary buttons from "Lite" login mode - Open Scheduling, etc.- JIB*/
body.liteMode #signuphosted #proxyhosted {
    display: none;
			}

/*hides Precise ID from Hosted sign up*/
#signupoptions .row .col-6 + .col-6 {
    display: none !important;
}

/*Hiding paperless banner in billing summary - JIB 5-8-22*/
#paperless_banner {
	display: none !important;
}

/*Hiding "All Orgs" section under post-login estimates - JIB 1-13-25*/
#essOtherSAList {
	display: none !important;
}