﻿/*  BEGIN EPIC DELIVERED THEME CSS */
/*  Generated by v85.0.9 */
/*  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 only show content on a certain affiliate site, tag it with an Affiliate class, and then another class to unhide just for that affiliate. Use URL Rewrite an affiliate-specific override css file to do the unhiding. */

/* 
.affiliate,
.Affiliate {
    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;
 } 
  */
  
/*  END: SPECIAL HIDING PROPERTIES */



/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */



/* BEGIN RMC ADDED CHANGES */

/* Guest pay changes for TC payment gateway */


@media only screen and (min-width: 768px) {
	#guestPay-content #extPmtPageFrame {
		height: 38rem;
		overflow-y: visible;
	}
}	

#guestPay-content .formbuttons {
    margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
	#guestPay-content #extPmtPageFrame {
		height: 52rem;
	}
}
	
	
/* END: Guest pay changes for TC payment gateway */

/* Payment content changes for TC payment gateway */

@media only screen and (min-width: 768px) {
	#payment-content #extPmtPageFrame {
		height: 38rem;
		overflow-y: visible;
	}
}

#payment-content .formbuttons {
    margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
	#payment-content #extPmtPageFrame {
		height: 52rem;
	}
}

/* END: Payment content changes for TC payment gateway */

/* eCheck-in payment content changes for TC payment gateway */

@media only screen and (min-width: 768px) {
	#visitpayment-content #extPmtPageFrame {
		height: 38rem;
		overflow-y: visible;
	}
}

#payment-content .formbuttons {
    margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
	#visitpayment-content #extPmtPageFrame {
		height: 52rem;
	}
}

/* END: eCheck-in payment content changes for TC payment gateway */

/* Changes to be removed after fix is installed with May 2021 */

#graphicHeader:not(:empty) #header_logo .header_logo_link {

background: transparent url("../images/logo.svg") no-repeat scroll center/contain;

}

/* END: Changes to be removed after fix is installed with May 2021 */

/* END: RMC ADDED CHANGES */

