/*
==================================================
  Reset
==================================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

p {
	display: block;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

/*
==================================================
	Utility Kit
==================================================
*/

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

.hidden {
	display: none;
}

.no-border {
	border: none !important;
}

.center {
	height: 20px;
	left: -15px;
	margin-bottom: -17px;
	position: relative;
	text-align: center;
	top: -7px;
}

.clear {
	border: none !important;
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*
==================================================
	Base Elements
==================================================
*/


body {
	color: #555;
	font: 13px "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 20px;
}

h2 {
	color: #555;
	font-size: 16px;
	font-weight: normal;
}

/*h3 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 12px;
}*/

strong {
	font-weight: bold;
}

th {
	background: #fff !important;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-bottom: 7px;
	text-align: left;
}

a {
	font-family: "Open Sans", Arial, sans-serif;
	color: #f27b35;
	text-decoration: none;
}

	a:visited {
		font-family: "Open Sans", Arial, sans-serif;
		color: #f27b35;
		text-decoration: none;
	}

	a:hover {
		font-family: "Open Sans", Arial, sans-serif;
		color: #f27b35;
		text-decoration: underline;
	}

	a.dxeHyperlink {
		color: #1B68D1;
		text-decoration: none;
	}

		a.dxeHyperlink:hover {
			color: #023C8B;
			text-decoration: underline;
		}

.dxpcLite a, .dxdpLite a {
	color: #1B68D1;
}

	.dxpcLite a:hover, .dxdpLite a:hover {
		color: #023C8B;
	}

/* --- Form Elements -------------------- */


.label {
	display: block;
	float: left;
	font: bold 12px "Open Sans", Arial, sans-serif;
	padding-right: 15px;
	position: relative;
	text-align: right;
	top: 5px;
	width: 102px;
	color: #555;
}

.label-normal-right {
	display: block;
	float: left;
	font: normal 12px "Open Sans", Arial, sans-serif;
	padding-right: 15px;
	position: relative;
	text-align: right;
	top: 5px;
	width: 101px;
}

.label-normal-left {
	display: block;
	float: left;
	font: normal 12px "Open Sans", Arial, sans-serif !important;
	padding-right: 15px;
	position: relative;
	text-align: left;
	top: 5px;
	width: 101px;
}

.label-normal-left-bold {
	display: block;
	float: left;
	font: normal 12px "Open Sans", Arial, sans-serif;
	font-weight: bold;
	padding-right: 15px;
	position: relative;
	text-align: left;
	top: 5px;
	width: 101px;
}

.label-confirm {
	display: block;
	float: left;
	font: 12px "Open Sans", Arial, sans-serif;
	padding-right: 7px;
	position: relative;
	text-align: left;
	top: 5px;
}

input[type="submit"] {
	border: none;
	cursor: pointer;
}

/*

input[type="text"], input[type="password"], select {
  border: 1px solid #b6b6b6;
  border-bottom: 1px solid #cdcdcd;
  display: inline;
  float: left;
  height: 22px;
  padding: 0 0 0 5px;
}

input[type="checkbox"] {
  padding: 6px 0;
}*/


fieldset {
	clear: both;
}

/*form ol li {
  margin-bottom: 8px;
}

div ol li {
  margin-bottom: 8px;
}*/

a.whats-this {
	font-family: "Open Sans", Arial, sans-serif;
	color: #1B68D1;
	text-decoration: none;
	left: 8px;
	position: relative;
	top: 5px;
}

	a.whats-this:visited {
		font-family: "Open Sans", Arial, sans-serif;
		color: #1B68D1;
		text-decoration: none;
	}

	a.whats-this:hover {
		font-family: "Open Sans", Arial, sans-serif;
		color: #1B68D1;
		text-decoration: underline;
	}

#savePopup {
	display: none;
	left: 50%;
}

/*
==================================================
	Buttons
==================================================
*/


div.clearbutton {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 1px;
}


/* --- Blue Button -------------------- */
a.GlobalBlueButton span {
	background: transparent url('../images/one-time-img/button_left_blue.png') no-repeat 0 0;
	color: #fff;
	display: block;
	line-height: 22px;
	padding: 4px 0 8px 18px;
}


a.GlobalBlueButton {
	background: transparent url('../images/one-time-img/button_right_blue.png') no-repeat top right;
	display: block;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 34px;
	margin-right: 6px;
	padding-right: 20px;
	text-decoration: none;
}


	a.GlobalBlueButton:hover span {
		background-position: 0 -34px;
		color: #fff;
	}

	a.GlobalBlueButton:hover {
		background-position: right -34px;
	}


/* --- Light Blue Button -------------------- */


a.GlobalLightBlue1Button span {
	background: transparent url('../images/one-time-img/button_left_lightBlue1.png') no-repeat 0 0;
	color: #0066CC;
	display: block;
	line-height: 14px;
	padding: 5px 0 7px 18px;
}

a.GlobalLightBlue1Button {
	background: transparent url('../images/one-time-img/button_right_lightBlue1.png') no-repeat top right;
	display: block;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 26px;
	margin-right: 6px;
	padding-right: 20px;
	text-decoration: none;
}

	a.GlobalLightBlue1Button:hover span {
		background-position: 0 -34px;
		color: #fff;
	}

	a.GlobalLightBlue1Button:hover {
		background-position: right -34px;
	}



/*
==================================================
	Base Classes
==================================================
*/

.container {
	margin: 0 auto;
	padding: 0 10px;
}

.rule {
	border-bottom: 1px solid #d2d2d2;
	height: 1px;
	margin: 10px;
	width: 90%;
}

.dotted-rule {
	border-bottom: 1px dotted #d2d2d2;
	height: 1px;
	margin: 19px 0;
	width: 100%;
}

/*
==================================================
	Modules
==================================================
*/
#moduleLogin input[type="text"], #moduleLogin input[type="password"] {
	margin-right: 22px;
	width: 151px;
}



#moduleLogin label {
	width: 59px;
}

#moduleSignIn {
	float: right;
	left: -47px;
	position: relative;
	top: -10px;
	width: 146px;
}

	#moduleSignIn ol li {
		float: none;
		height: 30px;
	}

	#moduleSignIn input[type="submit"] {
		margin-bottom: 5px;
	}


#moduleLogin .remember-me {
	float: right;
	width: 192px;
}

	#moduleLogin .remember-me p, .one-time .remember-me input[type="checkbox"] {
		float: left;
	}

	#moduleLogin .remember-me p {
		color: #666;
		font-family: Arial, sans-serif;
		margin-left: 5px;
		position: relative;
		top: 5px;
	}


#acctDectected {
	height: 324px;
}


	#acctDectected h4 {
		height: 40px;
	}


	#acctDectected h3 {
		height: 18px;
	}

/* --- Old Statement Module -------------------- */

#oldStatementDetected {
	height: 203px;
}

	#oldStatementDetected .module-border-left, #oldStatementDetected .module-border-right {
		height: 212px;
		top: -237px;
	}

	#oldStatementDetected .firstH4 {
		margin: -20px 0 9px 0;
	}

	#oldStatementDetected h4 {
		margin: 50px 0 10px 0;
	}

.close-text {
	position: relative;
	top: -3px;
}


/*
==================================================
	View Statement
==================================================
*/

.viewstatement-header h1 {
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}

.viewstatement-header ul {
	float: left;
	padding: 8px;
	height: 29px;
	margin-bottom: 8px;
	text-align: left;
}

	.viewstatement-header ul li:first-child {
		font-weight: bold;
	}

	.viewstatement-header ul li {
		list-style: none;
		border-right: 1px dotted #d2d2d2;
		padding-right: 10px;
	}

		.viewstatement-header ul li.no-border {
			border-right: 0;
		}

.module-payment-plan-btn {
	float: right;
	margin-top: -40px;
	width: 145px;
}

#statementArea {
	border: 1px solid #d3d7da;
	height: 365px;
	width: 640px;
}

	#statementArea iframe {
		margin-left: 0px;
		border: none 1px red;
		width: 635px;
		height: 360px;
	}

#viewStatement .center {
	top: 18px;
}

.viewstatement-outer {
	background-color: White;
	text-align: left;
}

/*
==================================================
	Verify Identiy
==================================================
*/
#verifyIdentity.module h1 {
	font-weight: normal;
	font-size: 14px;
	height: 20px;
	margin-bottom: 0px;
	margin-top: -14px;
	text-align: left;
}

#verifyIdentity.module h2 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 14px;
	margin-top: 14px;
	text-align: left;
}

#verifyIdentity .center {
	top: 18px;
}

#verifyIdentity .verifystatement ol li {
	float: left;
	width: 65%;
	margin-left: 35%;
	margin-bottom: 2px;
	text-align: left;
}

	#verifyIdentity .verifystatement ol li label {
		width: 160px;
		text-align: left;
	}

#verifyIdentity .payInfoContinueCancel {
	left: 78px;
	margin-top: 10px;
	width: 100%;
}

	#verifyIdentity .payInfoContinueCancel td {
		height: 30px;
		vertical-align: middle;
	}

		#verifyIdentity .payInfoContinueCancel td.leftcell {
			text-align: right;
			float: right;
			padding-right: 7px;
			margin: 8px 0px 8px 0px;
			width: 50%;
		}

			#verifyIdentity .payInfoContinueCancel td.leftcell a {
				top: 8px;
				position: relative;
				color: #1B68D1;
			}

				#verifyIdentity .payInfoContinueCancel td.leftcell a:hover {
					color: #023C8B;
				}

		#verifyIdentity .payInfoContinueCancel td.rightcell {
			padding-left: 7px;
			width: 50%;
		}

.identityHeader h3 {
	color: #555;
	font-weight: bold;
}

/*
==================================================
	Footer
==================================================
*/

#footer {
	padding-bottom: 50px;
	margin-left: 80px;
	margin-top: 19px;
	float: left;
}

	#footer, #footer li a {
		color: #fff;
		font: 11px Arial, sans-serif;
	}

		#footer li {
			border-right: 1px solid #cad2d8;
			float: left;
			padding: 0 10px;
		}

			#footer li a {
				text-decoration: none;
			}

				#footer li a:hover {
					text-decoration: underline;
				}

#switchPopup {
	display: none;
	left: 50%;
}

/*
==================================================
	Pop Up Sign Ups
==================================================
*/


.signup-popup {
	background: url(../images/signup-popup-bg.png) no-repeat;
	height: 139px;
	position: absolute;
	width: 250px;
	z-index: 9999;
}

	.signup-popup > * {
		position: relative;
	}

	.signup-popup p {
		font-size: 12px;
		left: 30px;
		top: 24px;
		width: 200px;
	}

	.signup-popup a, .signup-popup img {
		left: 23px;
		top: 26px;
	}

	.signup-popup a {
		left: 33px;
		top: 32px;
	}

.signup-popup-close {
	background: url(../images/signup-popup-close.png) no-repeat;
	cursor: pointer;
	height: 8px;
	left: 233px;
	width: 8px;
	top: 10px;
	position: absolute;
}


/*
==================================================
	Payment Prompt
==================================================
*/


#paymentPopup.signup-popup {
	background: url(../images/payment-prompt-bg.png) no-repeat !important;
	height: 139px;
	left: 50%;
	margin-left: 15px;
	top: 284px;
	width: 390px;
}

#paymentPopup p {
	width: 340px;
}

#paymentPopup .signup-popup-close {
	left: 371px;
}

/*
==================================================
	Payment Control
==================================================
*/

.paymentform ol li {
	float: left;
	width: 600px;
	margin-bottom: 12px;
}

	.paymentform ol li label {
		width: 160px;
	}

.paymentAmount table {
	float: left;
}

.paymentAmount ol li {
	display: inline-block;
	width: 305px;
}

	.paymentAmount ol li.no-margin {
		margin-bottom: 0px;
	}

	.paymentAmount ol li:first-child {
		margin-bottom: 0px;
	}

.securityCode {
	height: 27px;
}

.securityCode ol li:first-child {
	display: inline-block;
	width: 265px;
	margin-bottom: 0px;
}

.securityCode ol li:last-child {
	width: 80px;
}

.expDate ol li {
	display: inline-block;
	width: 245px;
	margin-bottom: 0px;
}

.accountTypeRadio {
	font-family: "Open Sans", Arial, sans-serif;
	color: #555;
	margin: 0px 0px 5px 0px;
	float: left;
}

.ach ol li:first-child {
	display: inline-block;
	width: 515px;
	margin-bottom: 0px;
}

.ach ol li:last-child {
	width: 80px;
}

.no-margin {
	margin-bottom: 0px;
}

td.dxeErrorCell {
	float: left;
	width: 7px;
}

#payInfoContinueCancel {
	width: 205px;
	margin: 10px auto 0px auto;
}

	#payInfoContinueCancel ol li {
		border-right: 1px dotted #d2d2d2;
		float: left;
		height: 30px;
		padding: 0 15px;
	}

.patientheader h1 {
	margin: 12px 0px 20px 5px;
}

.cardtypeimages {
	float: left;
	margin: 5px 0px 0px 5px;
	width: 190px;
}

.paymentform ol li.cardNumberRow {
	width: 690px;
}

/*
==================================================
	Payment Header
==================================================
*/

.payment .dxtcActiveRow td {
	border-bottom: 1px solid #d5d5d5 !important;
	border-top: 1px solid #d5d5d5;
	overflow: hidden;
}

.payment .dxtcActiveRow tr td:first-child + td {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-right: 0 !important;
}

.payment .dxtcActiveRow tr td:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

	.payment .dxtcActiveRow tr td:first-child + td + td + td + td {
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		border-left: 0 !important;
	}

	.payment .dxtcActiveRow tr td:first-child + td + td + td {
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}

.payment .dxtcActiveRow div.header {
	width: 140px;
	padding: 8px 5px 2px 5px;
	margin-bottom: -5px;
	margin-left: -12px;
	margin-right: -12px;
	border-bottom: 1px solid #d5d5d5;
	margin-top: -4px;
	height: 19px;
	color: #555;
}

.payment td.dxtcTab div.header {
	font-family: "Open Sans", Arial, sans-serif;
	background-color: #fff;
	color: #555;
}

	.payment td.dxtcTab div.header:hover {
		font-weight: bold;
		background: url('../Images/controls/unselected-toggle-gradient-hover.png') repeat-x top left;
		color: #555;
	}

.payment td.dxtcActiveTab div.header {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: bold;
	background: url('../Images/controls/selected-toggle-gradient.png') repeat-x top left;
}

/*
==================================================
	Confirmation Control
==================================================
*/

.provider-info {
	margin-left: 175px;
	width: 210px;
}

#payInfoEdit {
	width: 330px;
	margin: 10px auto 0px auto;
}

	#payInfoEdit ol li {
		border-right: 1px dotted #d2d2d2;
		float: left;
		height: 30px;
		padding: 0 15px;
	}

	#payInfoEdit a {
		vertical-align: middle;
	}

.payInfoCancel {
	position: relative;
	top: 6px;
}

#payInfoCancel {
	position: relative;
	top: 6px;
}

/*
==================================================
	Page Not Found
==================================================
*/

#notfound-container {
	width: 800px;
	height: 250px;
	margin: 100px auto 0px auto;
}

	#notfound-container .upper {
		height: 50%;
		margin-top: 20px;
	}

	#notfound-container .lower {
		height: 1px;
		width: 70%;
		margin-left: 100px;
		border-bottom: 1px dotted #D2D2D2;
	}

.sorryface {
	float: left;
	background: url('../Images/sorryface.png') no-repeat transparent;
	width: 120px;
	height: 115px;
}

.sorry-section {
	float: left;
	width: 70%;
	margin: 15px 0px 0px 10px;
}

	.sorry-section h1 {
		color: #95A5B1;
		font-size: 26px;
	}

.sorry-section-doesntexist {
	float: left;
	margin-top: 5px;
}

.sorry-padding {
	margin-top: 10px;
}

.sorry-lower {
	float: left;
	margin: 20px 0px 0px 10px;
}

	.sorry-lower .address {
		float: left;
		margin: 8px 0px 0px 22px;
	}

		.sorry-lower .address h3 {
			color: Black;
			font-weight: bold;
		}

	.sorry-lower .middle {
		float: left;
		margin-left: 5px;
		margin-top: 3px;
	}

	.sorry-lower .gobtn {
		float: left;
		margin-left: 5px;
		vertical-align: middle;
	}

/*
==================================================
	User Detail - admin screen
==================================================
*/

.dataHeaderText {
	color: white !important;
	font-size: 11px;
	font-family: Sans-Serif;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #666;
}

.dataText {
	color: #000 !important;
	font-size: 11px;
	font-family: Sans-Serif;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*
==================================================
	Validation - TextBox
==================================================
*/

.textbox-validation .dxeTextBox.dxeInvalid tr td.dxic {
	border: 1px #B00000 solid;
	background-color: #FCF2F2;
}

	.textbox-validation .dxeTextBox.dxeInvalid tr td.dxic input {
		background-color: #FCF2F2;
	}
