
.chartCache { display: none;  }


.highlight
{	background-color: #FFFF99;
}

.score
{	font-size: 5em;
	font-weight: bold;
	padding-top: 5px;
	line-height: 1.0em;
	text: nowrap;
}

@media (max-width: 1200px) {
	.score
	{
			font-size: 2.5em;
	}
}


@media (max-width: 640px) {
	.score
	{
			font-size: 2.5em;
	}
}

@media (max-width: 414px) {
	.score
	{
			font-size: 2.5em;
	}
}



.bannerText14
{   font-size: 14pt;
    font-weight: bold;
    line-height: 14pt;
}


.bannerText15
{   font-size: 15pt;
    font-weight: bold;
    line-height: 15pt;
}



.reportSectionHeaderLeft > tbody > tr > td:first-child {
    padding-left: 10px;
}

.reportSectionHeaderLeft
{	font-weight: bolder;
	font-size: 18px;
	color: #015CAE;
	min-height: 40px ;
	border-top: 2px solid  #BDCDDA;
	border-bottom: 2px solid  #BDCDDA;
	background-color: #E6EDF3;
}

.reportSectionContent
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}


.reportTitleBaseLine
{	
	margin-left: 0px;
	text-align: left;
	background-image: url(/images/omni/bgReportTitleBaseline.gif) !important;
	background-color: #b3b3b3;
	height:12px;
}


.scoringInfo
{
	padding-right: 40px;
}
 
.centerTableCells {
    text-align: center;
}

.businessName
{	font-size:22px;
	font-weight: bold;
	padding-left:22px;
	line-height: 2.4em;
}


.GlossaryLink
{   color: #015cae;
}
a.GlossaryLink
{	color: #015cae;
	text-decoration: none;
}
a.GlossaryLink:visited
{	color: #015cae;
}
a.GlossaryLink:Hover
{	color: red;
	text-decoration: none;
}

a.LinkInHeaderCell
{   /* color: #ffffff; */
    font-size: 14px;
	padding-right: 4px;
}

.rightTableCells {
	text-align: right;
}

.cellTableReportHeader
{
	border-right: #cecece 1px solid;
	border-bottom: #cecece 1px solid;
	vertical-align: top;
	background-color: #F8F8FA;
	text-align: center;
}
.cellTableReportHeaderNoEdge
{	
	vertical-align: top;
	border-bottom: #cecece 1px solid;
	background-color: #F8F8FA;
	text-align: center;
}



.tableBoxSurround
{
      border-right: #cecece 1px solid;
      border-left: #cecece 1px solid;
      border-top: #cecece 1px solid;
      border-bottom: #cecece 1px solid;
}

.tableBoxSurroundWithContent
{
      border-right: #cecece 1px solid;
      border-left: #cecece 1px solid;
      border-top: #cecece 1px solid;
      border-bottom: #cecece 1px solid;
	  padding-left: 5px;
}


.tableBoxSurroundNoLeft
{
      border-right: #cecece 1px solid;
      border-top: #cecece 1px solid;
      border-bottom: #cecece 1px solid;
}

.tableBoxSurroundNoLeftWithContent
{
      border-right: #cecece 1px solid;
      border-top: #cecece 1px solid;
      border-bottom: #cecece 1px solid;
	  padding-left: 5px;
}
a.GlossaryLinkInHeaderCell
{   color: #6DB6FF;
    text-decoration: none;
}


@media (max-width: 800px) {
.score-value
{	font-size: 3.0rem;
	line-height: 2.0rem;
}
}


.international-small-table
{	
	width: 100%;
	max-width: 500px;
	table-layout: fixed;
	border-style:solid; border-color:#cecece; border-width:1px;
}

.green-card
{
	background-color:#F7F7F7;
	border-style:solid; border-color:#31B057; border-width:5px;
}

.upsell-card
{
	background-color:#FAFBCC;
	border-style:solid; border-color:#31B057; border-width:2px;
}


.mini-padding {padding-left: 5px; padding-right: 5px; margin-left: 0; margin-right: 0}

.ErrorGeneral
{	color: red;
}

a.nav-offset-anchor {
	display: block;
    position: relative;
    top: 0px;  /* 30 */
    visibility: hidden;
}	


a.nav-offset-anchor-page-break {
	display: block;
    position: relative;
    top: 0px;  /* -10 */
    visibility: hidden;
}

.content-header
{	font-size: 1.1em;
	font-weight: bold;
}


.pad-cells td
{
		padding-top: 4px;
		padding-bottom: 4px;
}



.swipe-table-phone
{	color:red;
	font-size:14px;
	text-align: center;
	padding-bottom: 20px;
	display:block;
}

.swipe-table-tablet
{	display:none;}



@media (min-width: 481px) {
.swipe-table-tablet
{
	color:red;
	font-size:14px;
	text-align: center;
	padding-bottom: 20px;
	display:block;
}
.swipe-table-phone
{	display:none;}
}



@media (min-width: 992px) {
.swipe-table-tablet
{	display:none;
}
.swipe-table-phone
{	display:none;}
}


@media print {
	.swipe-table-phone, .swipe-table-tablet
	{
		display: none;
	}
	
	.no-page-break {
		page-break-inside: avoid !important;
	}
}


