<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uch-mhc-menu{
                Display:none;
}
#uchMchMenu {
	display:none !important;
}

html,
body,
#wrap,
#main {
  min-width:0;
  min-height:0;
}
body {
	background: white;
	font-size: 10pt;
	padding: 20px;
}

html,
body[class],
body *,
body *:before,
body *:after {
	color: black !important;
	border-color: black !important;
	background: transparent none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.noprint,
#banner,
#baselinks,
#proxyTabs,
#menu,
.back,
tfoot.nav,
img,
.button,
#srotext,
#loginnotice,
td.action,
.popupinstructionsicon,
iframe.fileselector,
#iframelabel {
	width: 1pt !important;
	display: none !important;
}

img.uploadedimage {	/* show patient upload images in E-Visit report */
	display: block !important;
	width: auto !important;
	max-height: 150px;
	max-width: 150px;
}

div.filecontainer {
	height: auto; /* This allows evisit image boxes to resize with description text (rather than hiding the text), with the side effect that long descriptions and multiple attachments on several rows could wrap in uneven ways. */
}

.section .content h3.filedescription { 
	min-height: 50px; /* Address issue with floating evisit images wrapping poorly when some images have short descriptions and some have no descriptions. The issue still exists when long descriptions are allowed, however. */
}

#upload {
	page-break-before: always;
}

div.imagescontainer,div.imagecontrolcontainer {
	height: auto;
	width: 100%;
}

#footer,
.patientfooter,
.printheader,
.printfooter {
	margin: 0;
	border: 0;
	display: block !important;
	text-align: center;
	font-size: 10pt;
	position: relative;
	padding: 1px 0;
	top: -4em;
}

#footer,
.patientfooter,
.printfooter {
	top: 1em;
}

.printheader *,
.printfooter * {
	width: auto !important;
	display: inline !important;
}

body.inside #footer {
  border: 0 !important;
}

.printonly,
img.scan,
img.scanThumbnail,
img.rtf,
.section h3 img,
.message img,
#providerdetails img,
p img,
td img,
td .contentlink {
	display: inline-block !important;
	width: auto !important;
}

.section div.graph p.noPrintWarning.printonly {
	display: block !important;
}

*:lang(en) .printonly,
*:lang(en) img.scan,
*:lang(en) img.rtf,
*:lang(en) .section .graph,
*:lang(en) .section .graph img,
*:lang(en) .section h3 img,
*:lang(en) .message img,
*:lang(en) #providerdetails img,
*:lang(en) p img,
*:lang(en) td img {
	display: -moz-inline-block !important; /*firefox doesn't support inline-block*/
}

.hideonpaper {
	display: block;
}

@media print {
	.hideonpaper {
		display: none;
	}
}

#printbar {
	display: none;	/* hidden, but revealed by javascript */
}

#wrap,
#wrap #footer,
#main,
#blftwrapper,
#defaultColumn,
#defaultForm,
.terms {
	background: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
	overflow: visible !important;
}

#wrap,
table {
	   -moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	        box-shadow:none !important;
}

#wrap {
	margin: 0.25in auto !important;
	width: 7.75in !important;	/*Set display width to a reasonable letter-size*/
}

@media print {
	#wrap {
		width: auto !important;	/*But when actually printing, let it fill whatever paper is selected*/
	}
}

/* Hide the image container on the printed page if there is a canvas (thus, IE only).  Tooltips won't work, but they don't work anyway on the print popup. */
canvas.graphCanvas + .cgImgContainer {
	display: none;
}
   
/* Inline block graphs cause problems in some browsers with graphs disappearing.  Switch to block. */
.section .graph img {
	display: block !important;
}

/* Ensure graph images and IE graphcanvas workaround are centered on printed pages, but left aligned if there is not enough room for entire graph */
.cgImgContainer, canvas.graphCanvas {
	position: static !important;
	margin: 0 auto !important;
	display: block;	
}

/* A fixed inline height on these classes causes problems with blank pages in IE due to graphcanvas */
.cgContainer, .cgImgContainer
{
	height: auto !important;
}

a {
	cursor: default;	/*Print links, but don't make them look like links*/
	text-decoration: none;
}

.title h1,
.title h2{
	margin: 0;
}

.title #assistiveicons {
	display: none;
}

label.radio,
label.radio *,
input,
select,
textarea {
	float: none !important;
	display: inline !important;
}

.content {
	padding-top: 0.5em;
}

p,
label.radio {
	position: static !important;
}

p.WCnote {
	position: absolute !important;
}

textarea {
	font-size: 14pt;
	overflow: visible;
}

col.radio {
	width: auto !important;
}

.colorband {
	display: none;
}

thead {
	display: table-header-group;
}

.tableRowMessage td {
	border-top-color: white !important;
}

.wallet a {
	display: none;
}

.chart table tr td,
.tallchart table tr td {
	border-right-color: #CCCCCC !important;
	border-right-style: solid !important;
	border-right-width: 1px !important;
	border-bottom-color: #CCCCCC !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
}

.tableOverlay {
	display: none;
}

.section {float: none;}

.section .Notes pre {
	width: 96%;
	border-width: 2px;
	border-style: solid;
	font-size : 1.3em !important;
	height : auto !important;
	overflow: visible;
	word-wrap: break-word;
}

.section .Notes textarea {
	height: auto !important;
}

.section .rxholder .rx {
	margin: 5px;
}

.section .rxholder .rx img {
	display: none;
}

.section .rxholder .rx h2 {
	float: none;
}

.section .rxholder .rx .rxright {
	height: auto;
}

.section .chart,
.section .tallchart,
.section .content .PEF {
	overflow: visible !important;
	overflow-x: visible;
}

.section .report {
	page-break-inside: auto;
}

#dailynotes {
	page-break-before: always;
}

div .chart {
 display: block !important;
}

.iconcalendar table
{
	font-size: 10pt !important;
}

.iconcal_legend .legenditem img
{
	display: inline-block !important;
	width: auto !important;
}

#topic_9 .iconcal_legend
{
	border-style: solid;
	border-width: 0;
}
div.tabcontainer {
	border: none;
	margin-top: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

input.disabledfield {
	background-color: #EEEEEE !important;
	color: #666666 !important;
}

.content table tr.preview td {
	border-top-color: #FFFFFF !important;
}

.lb_content {
  position:relative !important;
  left:0 !important;
  width:95% !important;
  margin:20px 0 0 0 !important;
  padding:0px !important;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}
.lb_content .printheader {
  display:none;
}

.terms p {
	white-space: normal !important;
}

.large_img &gt; img{
Width: 100% !important;
height: auto;
}

.patientnote {
	border: 1px solid black;
}

.patientnote:hover,
.patientnote:focus {
	height: 120px !important;
	box-shadow: none !important;
	margin-bottom: 10px !important;
}

.patientnote:after { /* shadow */
	width: 0px !important;
	top: 0px !important;
	background: none !important;
	box-shadow: none !important;
}

.patientnote:hover:after,
.patientnote:focus:after {
	bottom: 0px !important;
	background: none !important;
	box-shadow: none !important;
}


.md_visitsummary #visittabs a.selectedlink:after {
	background-color:#fff !important;
}

.shrinkReportParent {
	height: auto !important;
	overflow: visible !important;
}

.shrinkReport {
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	filter: none !important;
}

.HPcell.pocdefault.component .printdata {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}</pre></body></html>