/*
input:focus, input:hover, textarea:focus
{
	background: yellow;
}


INPUT:hover {background: yellow;}
INPUT:focus {background: #FF99FF;}
INPUT:focus:hover {background: #99FF99;}
*/


/* For GridView Fixed Header, apply to the header template */


.labelSmallBold td {
	padding: 4px;
	vertical-align: top;
}

.fixedheadertable {
	position: relative;
	display: block;
	left: 0px;
	top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

body {
	direction: ltr;
}

.ScrollBarLeft {
	direction: ltr;
}

/* Sub menu */
.subMenu {
	BORDER-RIGHT: black thin solid;
	BORDER-TOP: black thin solid;
	BORDER-LEFT: black thin solid;
	BORDER-BOTTOM: black thin solid;
}

/* Panel styles */

.paneldataentry {
	background-color: white;
	padding: 15px;
	font-family: Helvetica;

}

.paneldataentry2 {
	background-color: white;
	padding: 15px;
	font-family: Helvetica;

}


.paneldisplay {
	background-color: White;
}

.panelmain {
	margin: 0;
}

.panelheader {
	background-color: #78BF59;
	/* LightYellow /* FloralWhite; /* Ivory; /* Aqua*/
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	font-size: small;
	font-weight: bold;
	width: 100%;
}

.panelheader td {
	font-family: 'Roboto', sans-serif !important;
	padding: 5px 25px;
	font-weight: 500;
	color: #fff;
}

.header-wrapper {
	margin-left: 250px;
}

.panelfooter {
	background-color: RGB(248, 248, 248);
	/* LightYellow /* FloralWhite; /* Ivory; /* Aqua*/
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	font-size: small;
	font-weight: bold;
}

.panelleft {
	background-color: RGB(248, 248, 248);
	/* LightYellow /* FloralWhite; /* Ivory; /* Aqua*/
}

.panelhelp {
	background-color: #F0FFFF;
	margin: 5;
	padding: 5;
	font-family: Helvetica;
	font-size: small;
	font-weight: normal;
}

form fieldset {
	display: inline;
	/* fieldset fits content */
}

.panelLegendCenter legend {
	text-align: center;
	color: Red;
}

.panelLegendCenterSmall legend {
	text-align: center;
	font-size: smaller;
	color: Red;
}

.panelLegendCenterPrint legend {
	text-align: center;
	color: Black;
}

.panelLegendNormal legend {
	text-align: left;
	color: Blue;
}

.panelLegendNormalSmall legend {
	text-align: left;
	font-size: smaller;
	color: Blue;
}

.panelLegendNormalPrint legend {
	text-align: left;
	color: Black;
}

.panelFieldSetBorderBlue fieldset {
	border: solid 1px Blue;
}

.panelFieldSetBorderGreen fieldset {
	border: solid 1px Green;
}

.panelCollapsable {
	height: 0px;
	overflow: hidden;
}


.textAreaAutoSize {
	height: auto;
	overflow: auto;
}

.textAreaA100 {
	height: 100%;
	overflow: visible;
}

/* End panel styles */

/* Information Messages */

.infomsg {
	font-family: Helvetica;
	font-size: medium;
	font-weight: bold;
	color: Blue;
}

/* Error Messages */
.errmsg {
	font-family: Helvetica;
	font-size: medium;
	color: Red;
}

/* Table styles */
Table.StripedOddGrey tr:nth-of-type(odd) {
	background-color: #f2f2f2;
}

Table.StripedEvenGrey tr:nth-of-type(even) {
	background-color: #f2f2f2;
}

Table.borderCollapse {
	border-collapse: collapse;
}

Table.borderSolidBlack1px td,
th {
	border-collapse: collapse;
	border: 1px solid black;
}

Table.noBorder {
	border-style: none;
}

	Table.noBorder td,
	th {
		border-style: none;
	}

TABLE.apptentry {
	color: Black;
	background-color: white;
	/*Aquamarine; /* FloralWhite;*/
	font-family: Helvetica;
	font-weight: bold;
}

TABLE.clientSelectAutoComplete {
	color: Black;
	/*background-color: Ivory;*/
	/*Aquamarine; /* FloralWhite;*/
	/*font-family: times;*/
	background-color: white;
	font-family: Helvetica;
	font-size: small;
}

.clientSelectAutoComplete td {
	/*font-family: 'Roboto', sans-serif !important;
	font-size: 14px !important;
	padding: 0 5px 0 0;*/
}


/*.clientSelectAutoComplete td input[type=text] {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
		box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}*/

TABLE.displaySmallNoBgColor {
	color: Black;
	font-family: Helvetica;
	font-size: smaller;
}

TABLE.dataentry {
	color: Black;
	background-color: white;
	/*Aquamarine; /* FloralWhite;*/
	font-family: Helvetica;
	font-size: small;
	font-weight: bold;
}

TABLE.dataentrysmall {
	color: Black;
	background-color: white;
	/*Aquamarine; /* FloralWhite;*/
	font-family: Helvetica;
	font-size: smaller;
	font-weight: bold;
}

TABLE.dataentrysmallportalreport {
	color: Black;
	background-color: white;
	/*Aquamarine; /* FloralWhite;*/
	font-family: Helvetica;
	font-size: medium;
	font-weight: bold;
	padding: 5px;
}

TABLE.dataentrysmallnormalfont {
	color: Black;
	background-color: white;
	/*Aquamarine; /* FloralWhite;*/
	font-family: Helvetica;
	font-size: smaller;
	font-weight: normal;
}

TABLE.dataentrysmallfixed {
	color: Black;
	background-color: white;
	/*Aquamarine; /* FloralWhite;*/
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}

TABLE.dataentrysmallfixed2 {
	color: Black;
	background-color: white;
	/*Aquamarine; /* FloralWhite;*/
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}

TABLE.dataentryNoBgColor {
	color: Black;
	font-family: Helvetica;
	font-size: small;
	font-weight: bold;
}

TABLE.dataentrysmallNoBgColor {
	color: Black;
	font-family: Helvetica;
	font-size: smaller;
	font-weight: bold;
}
TABLE.dataentrysmallNoBgColor td {
	background-color: #FFFFC0;
}
TABLE.dataentrysmallfixedNoBgColor {
	color: Black;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}

TABLE.dataentrycapmrdd {
	color: Black;
	background-color: white;
	/*Aquamarine; /* FloralWhite;*/
	font-family: Helvetica;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

TABLE.printsmall {
	color: Black;
	font-family: Helvetica;
	font-size: smaller;
	text-align: center;
}

TABLE.printsmallwithborder {
	color: Black;
	font-family: Helvetica;
	font-size: smaller;
	text-align: center;
}

	TABLE.printsmallwithborder TD {
		border: solid 1px black;
		border-collapse: collapse;
	}

TABLE.userPrivileges {
	background-color: LightCyan;
	font-family: Helvetica;
	font-size: small;
	font-weight: bold;
}

TABLE.userCredentials {
	background-color: #FFFFC0;
	font-family: Helvetica;
	font-size: small;
	font-weight: bold;
}

TABLE.datadisplay {
	color: Black;
	background-color: White;
	font-family: Helvetica;
}

TABLE.header {
	color: Black;
	background-color: Fuchsia;
	font-family: Franklin Gothic Medium;
}

TABLE.footer {
	color: Black;
	background-color: Fuchsia;
	font-family: Franklin Gothic Medium;
}

TABLE.reportsmall {
	color: Black;
	font-family: Helvetica;
	font-size: smaller;
	white-space: nowrap;
	border-style: none;
	border-width: 0;
}

.tableHeader {
	background-color: Silver;
	border: 1px solid Silver;
	color: Black;
	font-size: small;
	font-weight: bold;
	text-align: left;
}



.tableCaption {
	background-color: InfoBackground;
	border: 1px solid Silver;
	text-align: center;
	color: Red;
	font-size: small;
	font-weight: bold;
}

.reportLabel {
	color: Black;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	border-style: none;
	border-width: 0;
}

.reportHeaderLabel {
	color: Blue;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	border-style: none;
	border-width: 0;
}

/* Different colors for different types of rows in a user table */
.basicInfoRow {
	background-color: Transparent;
	font-family: Helvetica;
	font-size: small;
}

.demographicsRow {
	background-color: Lime;
	background: Lime;
}

.privilegeRow {
	background-color: LightCyan;
	font-family: Helvetica;
	font-size: small;
}

.clientprivilegeRow {
	background-color: Silver;
	font-family: Helvetica;
	font-size: small;
}

.credentialsRow {
	background-color: #FFFFC0;
	font-family: Helvetica;
	font-size: small;
}

.authSelectRow {
	background-color: LightCyan;
	font-family: Helvetica;
	font-size: small;
}

.hipaaRow {
	background-color: #FFFFC0;
	font-family: Helvetica;
	font-size: small;
	font-weight: bold;
}

.gvCaption {
	color: Black;
	background-color: Cyan;
	font-family: Franklin Gothic Medium;
}

/* Grid styles */

.dgheaderdisplay
/* Header*/ {
	background-color: Blue;
	/*Aquamarine;*/
	color: Yellow;
}

.GridFixedWidth {
	table-layout: fixed;
	background-color: White;
	border-style: none;
	font-size: small;
}

	.GridFixedWidth td {
		word-wrap: break-word;
	}

.Grid {
	background-color: White;
	border-style: none;
	font-size: small;
	font-family: Helvetica;
}

	.Grid td {
		border: 1px solid Silver;
		font-size: small;
		/* Use additional class GridFontSmaller for font-size:smaller 
       This must be defined AFTER .Grid td so that it will be applied
       last.
    */
	}

.GridFontSmaller td {
	font-size: smaller;
}

.Grid th {
	background-color: Blue;
	border: 1px solid Silver;
	color: Yellow;
	font-size: small;
	font-weight: bold;
	height: 25px;
	text-align: left;
}

	.Grid th a {
		background-color: Blue;
		color: Yellow;
		font-size: small;
		font-weight: bold;
		text-align: left;
		height: 25px;
	}

.Grid Caption {
	background-color: Yellow;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
}

.GridPager td {
	background-color: White;
	border: 0;
	color: Black;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

.GridPortalReport {
	background-color: White;
	border-style: none;
	font-size: small;
}

	.GridPortalReport td {
		border: 1px solid Silver;
		font-size: small;
		/* Use additional class GridFontSmaller for font-size:smaller 
       This must be defined AFTER .Grid td so that it will be applied
       last.
    */
	}

	.GridPortalReport th {
		background-color: #7ab3c6;
		border: 1px solid Silver;
		color: white;
		font-size: small;
		font-weight: bold;
		height: 25px;
		text-align: left;
	}


		.GridPortalReport th a {
			background-color: #7ab3c6;
			color: Yellow;
			font-size: small;
			font-weight: bold;
			text-align: left;
			height: 25px;
		}

	.GridPortalReport Caption {
		background-color: Yellow;
		font-weight: bold;
		height: 25px;
		vertical-align: middle;
	}

/* Use GridInTab css only in GridViews placed in ASCX User controls and AJAX Tab controls
   since the headers render fonts strangely if small or smaller is used.
*/

.GridInTab {
	background-color: White;
	border-style: none;
	font-size: 0.9em;
}

	.GridInTab td {
		border: 1px solid Silver;
		font-size: small;
		/* Use additional class GridInTabFontSmaller for font-size:smaller 
       This must be defined AFTER .Grid td so that it will be applied
       last.
    */
	}

.GridInTabFontSmaller td {
	font-size: smaller;
}

.GridInTab th {
	background-color: Blue;
	border: 1px solid Silver;
	color: Yellow;
	font-size: 0.9em !important;
	font-weight: bold;
	height: 25px;
	text-align: left;
}

	.GridInTab th a {
		background-color: Blue;
		border: 0;
		color: Yellow;
		font-size: 0.9em !important;
		font-weight: bold;
		text-align: left;
	}

.GridInTabPager td {
	background-color: White;
	border: 0;
	color: Black;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

/* Grid style to align header left - used in ReportBillingDetail, inline style does not seem to work */
.GridHeaderSmallBoldAlignLeft th {
	text-align: left;
	font-size: small;
	font-weight: bold;
	height: 15px;
}


/* End Grid styles */


/* Grid Print styles ------------------------ */

.GridPrint {
	background-color: White;
	border-style: none;
	font-size: smaller;
}

	.GridPrint td {
		border: 1px solid Silver;
		font-size: smaller;
	}


	.GridPrint th {
		background-color: LightGray;
		border: 1px solid Silver;
		color: Black;
		font-size: smaller;
		font-weight: bold;
		height: 25px;
		text-align: left;
		vertical-align: middle;
	}

		.GridPrint th a {
			background-color: White;
			color: Black;
			font-size: smaller;
			font-weight: bold;
			text-align: left;
			height: 25px;
		}

	.GridPrint Caption {
		background-color: White;
		font-weight: bold;
		vertical-align: middle;
		padding-top: 5;
	}

/* End Grid Print Styles ----------------------*/

.fileGridTH th {
	text-align: left;
}

.headercell {
	background-color: Aqua;
}

.userinput {
	/* background-color: Yellow */
	/*font: 9pt verdana;*/
	/* border:solid 1; */
}

.textarea {
	background-color: White;
	border: groove;
}

.select {
	background-color: Silver;
	color: Blue;
}

.readonly {
	background-color: WhiteSmoke;
	font-weight: bold;
}

.button {
	background-color: khaki;
	border: solid 1px;
}

.linkbuttonNoFormat {
	text-decoration: none;
	color: Black;
}

.labelBlue {
	color: Blue;
}

.labelRed {
	color: Red;
}

.labelinput {
	color: Red;
}

.labeldisplay {
	color: Black;
}

.labelNormal {
	color: Black;
	font-weight: normal;
}

.labelBold {
	color: Black;
	font-weight: bold;
}

.labelSmall {
	color: Black;
	font-size: smaller;
}

.labelSmallItalics {
	color: Black;
	font-style: italic;
	font-size: smaller;
}

.labelSmallNormal {
	color: Black;
	font-size: smaller;
	font-weight: normal;
}

.labelSmallBlue {
	color: Blue;
	font-size: smaller;
	background: #f7f7f7;
	display: block;
	padding: 15px;
	border-radius: 3px;
}

}

.labelSmallBold {
	color: Black;
	font-size: smaller;
	font-weight: bold;
}

.labelSmallBoldBlue {
	color: Blue;
	font-size: smaller;
	font-weight: bold;
}

.labelSmallBoldRed {
	color: Red;
	font-size: smaller;
	font-weight: bold;
}

.labelMessage {
	color: Blue;
}

.labelLoginmsg {
	background-color: WhiteSmoke;
	color: Black;
	font-size: small;
	font-weight: normal;
}

.labelBulletin {
	color: #646464;
	font-size: 15px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	display: block;
	padding-top: 10px;
}

.labelInvisible {
	color: White;
}

.labelHidden {
	display: none;
}

.labelApptMessage {
	font-style: italic;
}

/* Use the float left property to ensure that a label keeps its designated width */
.labelFloatLeft {
	float: left;
}

.labelClearBoth {
	clear: both;
}

/* Service Note Print Attributes */

TABLE.snptable {
	border-right: 0px;
	border-top: 0px;
	margin-left: 15pt;
	border-left: 0px;
	border-bottom: 0px;
	border-collapse: collapse;
}

P.snpnormal {
	font-size: 12pt;
	margin: 0in 0in 0pt;
	font-family: Arial;
}

P.snphead1 {
	font-size: 10pt;
	margin: 0in 0in 0pt;
	font-family: "Helvetica";
}

P.snplabel9 {
	font-weight: bold;
	font-size: 9pt;
	margin: 0in 0in 0pt;
	font-family: "Helvetica";
}

P.snplabel10 {
	font-weight: bold;
	font-size: 10pt;
	font-family: "Helvetica";
}

.snpdata {
	font-weight: normal;
	font-size: 9pt;
	font-family: "Helvetica";
}

.snpdata10 {
	font-weight: normal;
	font-size: 10pt;
	font-family: "Helvetica";
}

.snpdata11 {
	font-weight: normal;
	font-size: 11pt;
	font-family: "Helvetica";
}

.snpdata12 {
	font-weight: normal;
	font-size: 12pt;
	font-family: "Helvetica";
}

.autoExtenderCompletionListItem {
	font-size: 0.75em;
	border-bottom: dotted 1px #006699;
	cursor: pointer;
	color: Black;
}

.autoExtenderCompletionList {
	font-size: 0.75em;
	font-weight: normal;
	border: solid 1px #006699;
	padding: 0px 0px 0px 2px;
	line-height: 20px;
	background-color: White;
	margin-left: 0px;
	min-width: 300px;
}

.autoCompleteCompletionListHighlightedItem {
	font-size: 0.75em;
	color: Black;
	background-color: Aqua;
	cursor: pointer;
}


@media print {
	.noprint {
		display: none;
	}
}

.templateleft {
	width: 225px;
	height: 20px;
	float: left;
}

.templateright {
	height: 25px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font: 11px Tahoma;
	color: White;
}

.templatecontent {
	padding-left: 15px;
	font: 11px Tahoma;
}

body {
	background-color: white;
	margin: 0;
}

ul {
	margin-top: 2px;
}

li {
	padding-left: 0px;
}

.bodytext {
	font: 11px Tahoma;
}

.loginbutton,
.cdbutton,
.uploadbutton,
.downloadbutton,
.deletebutton {
	border: 0px;
	margin: 2px;
	width: 80px;
	font-family: Tahoma;
	color: black;
	font-weight: normal;
	height: 22px;
	background-color: transparent;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
}

.cdbutton {
	background-image: url(images/CDButton.png);
}

.uploadbutton {
	background-image: url('images/ArrowRightRed.png');
}

.downloadbutton {
	background-image: url(images/ArrowLeftSeaGreen.png);
}

.deletebutton {
	background-image: url(images/DeleteButton.png);
}

.connectbutton {
	border: 0px;
	margin: 2px;
	width: 80px;
	font-family: Tahoma;
	color: black;
	font-weight: normal;
	height: 22px;
	background-image: url(images/LoginButton.png);
	background-color: transparent;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
}

.textbox,
.password,
.dropdown,
.listbox {
	font: 11px Verdana;
	width: 160px;
}

.textbox,
.password,
.dropdown,
.listbox {
	margin-left: 2px;
	background-color: #F7F7F7;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5
}

	.textbox:focus,
	.password:focus,
	.dropdown:focus {
		background-color: #FFFFFF;
		border-color: #73A8FF #518BEA #3A72CE #518BEA
	}

.radio {
	font: 11px Tahoma;
	color: black;
}

.bodytext {
	font: 11px Tahoma;
	color: #000000;
}

.bodytextb {
	font: bold 11px Tahoma;
	color: #000000;
}

.bodytexti {
	font: italic 11px Tahoma;
	color: #000000;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.ajax__tab_tab {
	color: Black;
}

.redTab {
	color: Red;
}

.superbill {
	background-color: White;
	border: none;
	border-collapse: collapse;
	color: Black;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

	.superbill td {
		border: solid 1px black;
	}

.superbillHeader {
	background-color: Black;
	font-size: small;
	font-weight: bold;
	color: White;
	text-align: center;
}

.superbillText {
}

.superbillTextBold {
	font-weight: bold;
}

.superbillX {
	width: 25px;
}

.superbillService {
	width: 200px;
}

.superbillCPT {
	width: 42px;
	text-align: center;
}

.superbillFee {
	width: 42px;
	text-align: center;
}

.calendarTable {
	border: solid 1px #600;
	border-width: 0 0 1px 1px;
	width: 875px;
}

	.calendarTable td {
		border: solid 1px #600;
		border-width: 1px 1px 0px 0px;
		margin: 0;
		padding: 4px;
		background-color: #FFC;
	}

.calendarDayOfWeek {
	width: 125px;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	color: Blue;
}

.calendarDayOfWeekWeekend {
	color: Red;
}

.calendarDay {
	width: 125px;
	font-size: smaller;
	font-weight: normal;
	text-align: center;
	color: Maroon;
}

.calendarHeader {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

.apptListBox textarea {
	padding: 2px;
	font-size: inherit;
	color: Yellow;
}

.apptListBox option {
	padding: 2px;
	font-size: medium;
	color: Black;
	background-color: Aqua;
}

.apptListBox a:hover {
	background-color: Gray;
	border-style: double;
	background-color: Red;
}

.radioButtonLabel {
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

.checkBoxLabel {
	font-size: small;
	font-weight: bold;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

.checkBox INPUT {
	margin-left: 5px;
}

.checkBox label {
	margin-right: 5px;
}

.alignMiddle {
	vertical-align: 5px;
}

.largeInputSimple {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
	left: 0px;
}

/*
.largeInputSimple span {
	vertical-align: -12px;
}
*/

.largeCheckboxRounded {
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 5px;
	border: 2px solid #555;
}

	.largeCheckboxRounded:checked {
		background: #abd;
	}

.resizeHandle {
	width: 10px;
	height: 10px;
	background-color: red;
}

.fixedBottomRight {
	z-index: 100;
	position: fixed;
	bottom: 1%;
	right: 1%;
	background-color: Orange;
}

.fixedBottomRightAbove {
	z-index: 100;
	position: fixed;
	bottom: 5%;
	right: 1%;
}

.tableCaptionLeftSmallBold {
	border: 1px solid Silver;
	text-align: left;
	font-size: small;
	font-weight: bold;
}

.tableCaptionLeftSmall {
	border: 1px solid Silver;
	text-align: left;
	font-size: small;
	font-weight: normal;
}

.tableTHLeftSmallBlue {
	color: Blue;
	text-align: left;
	font-size: small;
	font-weight: normal;
}

.tableTHLeftSmallBold {
	border: 1px solid Silver;
	text-align: left;
	font-size: small;
	font-weight: bold;
}

.tableTHLeftSmall {
	border: 1px solid Silver;
	text-align: left;
	font-size: small;
	font-weight: normal;
}

.dynamicEditableFieldSet {
	border: none;
	position: fixed;
	left: 300px;
	top: 150px;
	width: 700px;
	height: 400px;
	text-align: left;
	background-color: Green
}

	.dynamicEditableFieldSet legend {
		text-align: left;
		color: Yellow;
		/*padding-top:10px;*/
		position: relative;
		top: 10px;
		left: 10px;
	}

.dynamicEditableField {
	text-align: left;
	font-size: small;
	font-weight: normal;
	background-color: White;
	display: block;
	visibility: visible;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 675px;
	height: 345px;
}

.dynamicDivAuthDxSelect {
	border: double 2px red;
	position: absolute;
	left: 600px;
	top: 150px;
	width: 150px;
	height: 150px;
	text-align: left;
	background-color: Green
}

.dynamicSpanSelect {
	position: relative;
	left: 5px;
	top: -2px;
	text-align: left;
	color: Yellow;
	font-size: smaller;
}

.dynamicSelect {
	padding-top: 5px;
}

.dynamicDivSelect {
	border: double 2px red;
	position: absolute;
	left: 600px;
	top: 150px;
	text-align: left;
	background-color: Green;
	overflow-x: scroll;
	overflow-y: scroll;
}

/*

. is a class selector used to target multiple elements with a particular class
# is an id selector used only once in a page for a specific element. 

.foo {} will style all elements with an attribute class="foo" 
Can have multiple classes assigned to an element too, just separate them with spaces, e.g. class="foo bar"

#foo {} will style the single element declared with an attribute id="foo"

*/

#leftHalf {
	float: left;
	width: 50%;
	/* height:250px; */
}

#rightHalf {
	float: right;
	width: 49%;
	/* height:250px; */
}

#clearBoth {
	clear: both;
	color: Blue;
}

.superscript {
	vertical-align: super;
	font-size: x-small;
}

.note {
	position: relative;
}

	.note:after {
		/* Magic Happens Here!!! */
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		display: block;
		border-left: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-top: 20px solid #f00;
	}

.inOneLine {
	display: inline;
	color: Blue;
	float: left;
}

.alignCenter {
	vertical-align: middle;
	margin: auto;
}

.floatLeft {
	float: left;
}

.clickableText {
	vertical-align: middle;
	border-bottom-color: Teal;
	border-bottom-style: double;
	background-color: Teal;
}

	.clickableText:hover {
		background-color: yellow;
		cursor: hand;
	}

.displayBlock {
	display: block;
}

.wordWrap {
	word-wrap: break-word;
}

.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}

.textCenter {
	text-align: center;
}

.textBlue {
	color: Blue;
}

.textRed {
	color: Red;
}

.noScrollVertical {
	overflow: hidden;
}

.pageBreakBefore {
	page-break-before: always;
}

.pcpTbxHeader {
	font-family: Arial;
	font-weight: bold;
	font-size: 11;
	font-style: normal;
	background-color: #F0F0F0;
	/* ButtonFace */
}

.pcpTbxHeaderItalic {
	font-family: Arial;
	font-weight: bold;
	font-size: 11;
	font-style: italic;
	background-color: #F0F0F0;
	/* ButtonFace */
}

.pcpTbxContentArial8 {
	font-family: Arial;
	font-weight: normal;
	font-size: 8;
	font-style: normal;
	background-color: White;
}

.pcpTbxContentArial9 {
	font-family: Arial;
	font-weight: normal;
	font-size: 9;
	font-style: normal;
	background-color: White;
}

.pcpTbxContentArial10 {
	font-family: Arial;
	font-weight: normal;
	font-size: 10;
	font-style: normal;
	background-color: White;
}

.pcpTbxContentArial11 {
	font-family: Arial;
	font-weight: normal;
	font-size: 11;
	font-style: normal;
	background-color: White;
}

.transparent {
	background-color: Transparent;
}

.noBorder {
	border-style: none;
}

/* 
	Used to fit a textbox in table cells occupying full width of the cell 
	Reference: http://stackoverflow.com/questions/4122645/how-to-fit-textbox-in-the-table-cell
*/

.blockFitContainer {
	display: block;
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
	/*word-wrap:break-word;*/
}

.blockFitContainerNoOverflow {
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	/*word-wrap:break-word;*/
}

.blockFitContainerNoBorder {
	display: block;
	width: 100%;
	border: none;
	overflow: auto;
	box-sizing: border-box;
	/*word-wrap:break-word;*/
}

.blockFitContainerNoBorderSingleLineHeight {
	display: block;
	width: 100%;
	border: none;
	overflow: auto;
	height: 10px;
	box-sizing: border-box;
	/*word-wrap:break-word;*/
}

.thLeft {
	text-align: left;
}

.thRight {
	text-align: right;
}

.backgroundHighlight {
	background-color: ButtonFace;
}

.smallFont {
	font-size: small;
}

.displayNone {
	display: none;
}

.topBorder {
	border-style: solid none none none;
	border-width: thin;
	border-color: black;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

TABLE.borderBottom {
	border-collapse: collapse;
}

	TABLE.borderBottom td,
	TABLE.borderBottom th {
		border-bottom: 1px solid black;
	}

.displayCenterHorizonalAboveBottom {
	position: fixed;
	z-index: 15;
	bottom: 50px;
	left: 50%;
}

.inputBottomBorderOnly {
	border: 0;
	border-bottom: 1px solid black;
	outline: 0;
}

.inputRightBorderOnly {
	border: 0;
	border-right: 1px solid black;
	outline: 0;
}

table.alignBottom td {
	vertical-align: bottom;
}

table.alignTop td {
	vertical-align: top;
}

.handwriting {
	font-family: Lucida Handwriting;
}

.tab {
	padding-left: 4.00em;
}

.wr-logo img {
	/*padding: 30px 0;*/
}

.yj-card h5 {
	color: #419CB9;
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
}

.watermarkPosition {
	position: absolute;
	z-index: -10;
	top: 75px;
	left: 10px;
	background: white;
	display: block;
	min-height: 60%;
	min-width: 60%;
	color: yellow;
}

.watermarkDiagonal {
	color: lightgrey;
	font-size: 150px;
	transform: rotate(300deg);
	-webkit-transform: rotate(300deg);
	opacity: 0.9;
}

.yjLogoBackground {
	background-color: #0e678e;
	background-image: url(images/login-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.btn-login,
.btn-login:focus,
.btn-login:active {
	background: #78BF59 !important;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	height: auto;
}

.yj-login-wrapper {
	padding: 15vh 70px 0;
}


.tbl-toolbar td a {
	display: block;
	width: 35px;
	padding: 5px;
}

	.tbl-toolbar td a:hover {
		background: #e9e9e9;
		border-radius: 3px;
	}

	.tbl-toolbar td a img {
		width: 25px;
	}

.yj-login-wrapper label {
	margin: 5px 0;
}

.req {
	font-size: 14px !important;
	margin: 0 0 15px !important;
	padding: 0 !important;
}

.pass-requirements {
	margin: 0;
	padding: 0;
}

	.pass-requirements li {
		color: #333;
		list-style: none;
	}

@media only screen and (max-width: 1366px) {
	.yj-login-wrapper {
		width: 35%;
	}

	.yj-login-wrapper {
		padding: 10vh 70px 0;
	}
}

#masterpagepopup-header {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

#lblKeepActiveSession {
	text-decoration: none;
	color: #337ab7
}

	#lblKeepActiveSession:hover {
		text-decoration: underline;
	}

.custom-report-column {
	border: solid;
	border-width: thin;
	min-width: 100px;
	text-align: center;
	padding: 3px;
	margin: 5px;
}

.custom-report-body {
	margin: 0px 10px;
}

.custom-report-section {
	margin: 20px 0px;
	min-height: 300px;
	border: solid;
	border-width: thin;
}

.custom-report-header {
	margin: 8px
}

	.custom-report-header td {
		text-align: center;
	}

.custom-report hr {
	border: solid;
	border-width: thin;
	color: gray;
}

.custom-report-column INPUT {
	border: none;
	background-color: transparent;
	color: red;
	margin-left: 5px;
}

.headerRow {
	text-align: center;
}
