﻿#patient-payments {
width:100%;
}

.payment-list {
    margin:7px;
    border-collapse: collapse; 
    width: 100%; 
}

.payment-list td, .payment-list th {
    border-bottom: 1px solid #ddd; 
    font-size: .85em;
    padding: 10px;
}

.payment-list td {
    border-top: none; 
    border-left: none; 
    border-right: none; 
}

.payment-list th {
    border-top: none; 
    border-left: none;
    border-right: none;
    font-weight: bold;
}

.alert
{
color:#c04000;
}

#ActionLinksCell {
font-size:16px;
vertical-align:middle;
}

#ActionLinksCell a {
font-size:16px;
vertical-align:middle;
}

#ActionLinksCell ul {
line-height:17px;
list-style-type:none;
margin:0;
}

#rptBody *
{
    font-size: 10pt;
}
#ReportParameters {
background-color:#ccc;
border:#000 1px solid;
font-family:'Times New Roman' , Times, serif;
overflow:visible;
width:auto;
}

#ReportParameters td,#ReportParameters th {
padding-right:10px;
vertical-align:top;
white-space:normal;
}

#ReportParameters td,#ReportParameters th {
font-size:12px;
}

#ReportParameters th {
font-size:11px;
font-weight:400;
text-decoration:underline;
}

#oReportDiv {
/*margin-left:10%;*/
margin-right:10%;
}

.ReportBody {
background-color:#FFF;
border:1px solid #000;
font-family:"Times New Roman" , Times, serif;
margin-bottom:30px;
padding:25px 0 0 10px;
width:auto;
}

.ReportBody ul{
    list-style-type:none;
}
#chkNoDateRange {
font-size:9px;
}

#WideReport {
background-color:transparent;
overflow:auto;
width:auto;
}

#WideReport div {
margin-left:0;
margin-right:0;
}

#WideReport td,#WideReport th {
background-color:#FFF;
}

#WideReport hr {
display:none;
}

div#reportsPage {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#rptBody {
color:#000;
margin:0 auto;
width:1500px;
}

div#reportPageContent #popupBlockerInfo {
background-color:white;
border:#000 0px solid;
font-size:15px !important;
width:475px;
z-index:100;
}

div#reportPageContent a {
font-size:10px;
}

div#reportPage .alert {
color:Black !important;
}

div#reportPageContent #EndDateCol,#StartDateCol {
font:bold x-small;
text-align:center;
}

div#reportPageContent #BusinessSummarySel {
bottom:115px;
left:18px;
padding:2px;
position:relative;
width:284px;
}



/*Elements Definitions========================================================*/
img
{
    border: none;
}

/*End Element Definitions=====================================================*/

/*Anchor Definitions==========================================================*/
a {
	color: #39C;
	/*font-size: .9em;*/
	font-size: 14px;
	}
/*End Anchor Definitions======================================================*/


/*Class Definitions===========================================================*/
.watermark 
{
	color:#cccccc;
}

.bold
{
    font-weight: bold;
}

.alert
{
    color: #c04000;
}

.OrthoTealColor
{
    color: #39C;
}

.alignTop
{
    vertical-align: top;
}

.alignBottom
{
    vertical-align: bottom;
}

.alignRight
{
    text-align: right;
}

.alignLeft
{
    text-align: left;
}

.alignCenter
{
    text-align: center;
}

.alignMiddle
{
    vertical-align: middle;
}

.EmailAddress
{
    text-transform: lowercase;
}

.AddressPWD
{
	text-transform: capitalize;
	width:275px;
	
}
.boldRed
{
	color:Red;
	font-weight:bold;
}

.ProperCase
{
    text-transform: capitalize;
}

/*End Class Definitions=======================================================*/




/*Modal Popup*/
.modalBackground {
    background-color: #aaaaaa;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.modalPopup {
	background-color: white;
	padding:10px;
	width:475px;
}

.fiftyPercent
{
	width: 20%;
}

.linksResourcePage {
    width: 40%;
}
#table0{width:792px;}
#table2{width:500px; margin-left:20%; margin-right:25%;}
.ui-survey-input{
    width: 181px;
}

div.survey-validation-error {
    border:  1px solid #800;
    display:  table;
}
div.survey-validation-error > p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color:  #A00;
}
label.ui-survey-label {
    display: block;
    font-weight: bold;
    margin-top: 8px;
}

.ui-survey-input>.ui-survey-label {
    margin-top: 0px;
}

.ui-state-error>p {
    margin: 0 3px;
    padding: 1px 0;
}

div#account a
{
    font-size:12px;
}
div#table4 td {width:110px}


.helpicon
{
    height: 16px;
    width: 16px;
    background-image: url(images/Vector.png);
    background-position: center;
    background-repeat: no-repeat;
     margin: 1px 5px 0 5px;
    cursor: pointer;
    border-radius: 50%;
}

.helpsearchicon{
    height: 16px;
    width: 16px;
    background-image: url(images/Vector.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 1px 5px 0 5px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.tooltip-content {
    display: none;
    position: absolute;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    max-width: 400px;
    width:350px;
    font-size: 14px;
    line-height: 1.5;
    z-index: 10;
    top: 25px; 
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.helpsearchicon:hover .tooltip-content {
    display: block;
}


.helpicon::after 
{
   content: attr(title);
   position: absolute;
   background: #0E3953;
   color: white;
   padding: 5px;
   border-radius: 5px;
   z-index: 1;
   display: none;
}

.helpicon:hover::after 
{
   display: block;
}

.helpTipsStyle li
{
    padding: 5px; 
    font-size: 12px;  
}

.ui-front 
{
    z-index: 10000;
}

.badaddrtext
{
    color: red;
    font-weight: bold;
    white-space: pre;
}
.badaddr
{
    border:Red 2px solid;
    color:Red; 
    font-weight:bold;
    display: inline-block; 
    padding: 8px;
}