/*The body tag of a web page*/
body {
	font: 12px/normal arial;
}
/*The primary color for the site*/
.color1 {
	background-color: #065BAA;
	border: solid 0px #065BAA;
	color: #fff !important;
}
/*The secondary color for the site*/
.color2 {
	background-color: #fff;
	border: solid 1px #fff;
}
/*The tertiary color for the site.*/
.color3 {
	background-color: #065BAA;
}
/*The 4th color for the site.*/
.color4 {
	border: solid 0px #000;
	background-color: #ffffff;
	border-bottom: solid 1px #065BAA;
}
/*The style for error text throughout the site.*/
.error {
	color: #D60057 !important;
}
/*The style for common links throughout the site.*/
.link {
	color: #065BAA;
}
/*copayDetailsTable*/
.copayDetailsTable {
	margin-left: 15px;
}
/*.copayDetailsTable_td*/
.copayDetailsTable td {
	border: 0 solid black;;
}
/*.copayDetailsTable .label*/
.copayDetailsTable .label {
	font-size: 11px !important;;
	margin-left: 5px;;
}
/*The style for tables throughout the site.*/
.table {
	border-collapse: collapse;
	border: solid 1px #eee;
}
/*The style for table rows throughout the site.*/
.tablerow {
	padding: 3px;
	border: solid 1px #eee;
}
/*The style of input controls throughout the site.*/
.input {
	font-size: 12px;
}
/*The alternate row of a table.*/
.tablerowalternate {
	background-color: #ccc;
}
/*The style of select controls throughout the site.*/
.select {
	font-size: 12px;
}
/*The primary header of the site.*/
H1 {
	color: #065BAA;
}
/*The secondary header of a site.*/
H2 {
	color: #065BAA;
	background-color: #fff;
	border: solid 0px #FFF;
	border-bottom: solid 1px #065BAA;
}
/*The tertiary header of a site.*/
H3 {
	color: #fff;
	background-color: #065BAA;
	border: solid 1px #065BAA;
}
/*The 5th color for the site.*/
.color5 {
	border: solid 1px #c0c0c0;
	background-color: #F4F4F4;
	color: #065BAA;
}
/*The 4th header of a site.*/
H4 {
	color: #fff;
}
/*The style of text that is required*/
.required {
	color: #065BAA;
	font-weight: bold;
}
/*The styles of the main menu links*/
.mainmenu a {
	color: #C4E86B !important;
	font-weight: bold;
}
/*The style of the child elements of the main menu*/
.mainmenuchildren a {
	width: 200px;
	border: solid 0px #aaa;
	background-color: #5C6670;
	color: #C4E86B !important;
}
/*The style of the sub menu links*/
.submenu a {
	color: #065BAA;
	text-decoration: underline;
}
/*The style of hovered items in the main menu*/
.mainmenu a:hover {
	background-color: #065BAA;
	color: #ffffff !important;
}
/*The style of the selected main menu item*/
.mainmenuselected a {
	background-color: #065BAA;
	font-size: 12px !important;
	color: #C4E86B !important;
}
/*The style of hovered menu children*/
.mainmenuchildren a:hover {
	background-color: #065BAA;
	color: #ffffff !important;
}
/*The style of the text for the login control*/
.login {
	color: #fff !important;
	font-weight: bold;
}
/*The style for the heading of a table*/
.tableheader {
	background-color: #065BAA;
	color: #fff;
}
/*The style of links in the header of a table.*/
.tableheader a {
	color: #fff !important;
}
/*The 5th header of a site.*/
H5 {
}
/*Links inside a color one container*/
.color1 a {
	color: #065BAA;
}
/*The style of tabs in the patient profile*/
.tab {
	font-weight: bold;
	width: 75%;
}
/*The tabs in the patient profile and enrollment*/
.menutabs a {
	background-color: #5C6670 !important;
	color: #fff !important;
	border: solid 1px #aaa;
	border-bottom: none;
	text-decoration: none;
}
/*The tabs in the patient profile and enrollment*/
.menutabs a:hover {
	background-color: #065BAA !important;
	color: #fff !important;
	border: solid 1px #00338d ;
	border-bottom: none;
}
/*The selected tab in the patient profile and enrollment*/
.menutabsselected a {
	background-color: #065BAA !important;
	color: #fff !important;
	font-size: 12px !important;
	border-left: solid 1px #00338d !important;
	border-right: solid 1px #00338d !important;
	border-top: solid 1px #00338d !important;
	text-decoration: none;
}
/*The sixth heading of a web site*/
H6 {
}
/*Message Indicator Text*/
.messageindicatortext a {
	color: #065BAA;
	font-weight: bold;
}
/*Selected Row Highlight*/
.tablerowhighlight {
	background-color: #DCEBFE;
}
/*#headermenubarheader*/
#headermenubarheader {
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	border-left: 0px !important;
}
/*.BottomFooterPlaceHolder*/
.BottomFooterPlaceHolder {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	color: ;
	background-color: ;
}
/*.calendarchooser*/
.calendarchooser {
	float: left;
	margin-top: 2px;
}
/*.LeftColumnPlaceHolder*/
.LeftColumnPlaceHolder {
	font-size: 0px;
	font-weight: bold;
	color: white;
	padding: 5px;
	margin: 0px;
	background-color: ;
	padding-left: 5px;
}
/*.LeftContentPlaceHolder*/
.LeftContentPlaceHolder {
	font-size: 0px;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 0px;
	background-color: ;
	width: ;
	padding-bottom: 0px;
}
/*.ReviewPageLabel1*/
.ReviewPageLabel1 {
}
/*.ReviewPageLabel2*/
.ReviewPageLabel2 {
}
/*.TopHeaderPlaceHolder*/
.TopHeaderPlaceHolder {
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 5px;
	padding: 5px;
	background-color: #065BAA;
}
/*#footerbar*/
#footerbar {
	display: none;
}
/*Infragistics Grid Alternating Row Color Setting*/
.ui-iggrid .ui-ig-altrecord {
	background-color: #ccc;
}
/*Infragistics jQuery Grid Header Row Border Settings*/
.ui-iggrid th,.ui-iggrid th.ui-state-default {
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
/*Infragistics jQuery GridView Header & Footer, Text & Background color*/
.ui-widget-header {
	background-color: #065BAA;
	color: #fff;
}
/*Infragistics jQuery Grid Pager Border*/
.ui-widget-header .ui-state-active {
	border: 1px solid #ccc;
}
/*Infragistics Grid Row Hyperlink Color*/
.ui-widget-content a {
	color: #065BAA;
	text-decoration: underline;
}
/*Infragistics Grid Table Row Text & Background Color*/
.ui-widget-content {
	background-color: #fff;
	color: #000000;
}
/*Infragistics jQuery Grid table body and cell borders*/
.ui-iggrid tbody td  {
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
/*Infragistics JQuery Grid View Header Links*/
.ui-widget-header a  {
	color: #fff;
	text-decoration: underline;
}
/*The style for buttons throughout the site.*/
.button {
}
/*#headerlogos*/
#headerlogos {
	padding-top: 0px !important;
}
/*session timeout*/
#sesstimeout {
	background-color: #D60057;
	border: 3px solid #D60057;
	color: #000000;
	text-align: center;
	padding: 10px;
}
/*session timeout box*/
#sesstimeoutbox {
	background-color: #FFFFFF;
	border: 3px solid #D60057;
	padding: 10px;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
}
/*session timeout button*/
#sesstimeoutbutton {
	background-color: #065BAA;
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin: 0px auto;
	width: 20%;
}
/*session timeout link*/
#sesstimeoutlink {
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
}
/*dialog content*/
.ui-dialog-content {
	border: solid 1px;
	border-bottom: 0px;
	padding: 5px;
	font-size: 10px;
}
/*dialog titlebar*/
.ui-dialog-titlebar {
	border: solid 1px #41648E;
	padding: 5px;
	cursor: move;
}
/*dialog*/
.ui-dialog {
	border: solid 1px;
	border-bottom: 0px;
	text-align: center;
	float: none;
	border-top: 0px;
	height: 250px;
	width: 500px;
}
/*dialog buttonpane*/
.ui-dialog-buttonpane {
	border: solid 1px;
	border-top: 0px;
	padding: 10px;
	text-align: center;
	float: none;
}
/*query Dialog Buttonset*/
.ui-dialog-buttonset {
	float: none;
}
/*Jquery background*/
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	background-color: #aaaaaa;
	filter: Alpha(Opacity=30);
	opacity: 0.5;
}
/*EBR Link*/
.ebrLink {
	font-size: 14px;
	color: #065BAA;
}
/*Main Area*/
#contentcolumncontent {
	width: 775px;
}
/*.TopFooterPlaceHolder*/
.TopFooterPlaceHolder {
	font-size: 11px;
	color: black;
}
/*Header 8 for the Site*/
H8 {
	background-color: #21B571;
	border: solid 0px #21B571;
	color: #fff;
	overflow: hidden;
	padding: 5px;
	height: 100%;
	display: block;
}
/*Header 7 for the Site*/
H7 {
	background-color: #065BAA;
	border: solid 0px #065BAA;
	color: #fff;
	overflow: hidden;
	padding: 5px;
	height: 100%;
	display: block;
}
/*Label for Enrollment Begin Page*/
.labelEnrollBegin {
	width: 240px;
	float: left;
	display: block;
	padding-top: 5px;
}
/*label width 200px*/
.label200 {
	width: 192px;
	float: left;
	display: block;
	padding: 5px;
}
/*DropDown Control for Diagnosis Codes*/
.selectdiagnosis {
	font-size: 12px !important;
	margin-top: 2px !important;
	width: 895px !important;
}
/*Date Chooser for Treatment Start Date for Eylea*/
#ctl00_ContentColumnContent_EnrollmentRenderingEngine_DateChooserWithLabelEyleaTrtDate_dateChooser {
	height: 20px !important;
	width: 200px !important;
	font-size: 1px !important;
	background: none !important;
	border: none !important;
}
/*Review Selections Label Right Padding*/
.labelrightpadding {
	padding-right: 5px;
	float: left;
	display: block;
	padding-bottom: 5px;
	padding-left: 5px;
}
/*Override IndentSmall*/
.indentsmall {
	margin-left: 5px !important;
}
/*CSS for Benefits Investigation Servie*/
.BIService {
	width: 50%;
	display: inline-block;
	font-size: 14px;
}
/*CSS for Update Patient Service Requested*/
.UpdatePtService {
	display: inline-block;
	width: 100%;
	text-align: center;
}
/*CSS for UnInsured Service*/
.UnInsuredService {
	display: inline-block;
	width: 50%;
	text-align: center;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
/*CSS for PAP Service*/
.PAPService {
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 14px;
}
/*CSS for Insured Label*/
.InsuredService {
	display: inline-block;
	width: 30%;
	text-align: center;
	padding-right: 20%;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
/*CSS for Copay Service*/
.CopayService {
	width: 50%;
	display: inline-block;
	font-size: 14px;
}
/*Padding Left 210px for PAP Diagnosis Code*/
.chkboxpaddingleft {
	padding-left: 205px;
}
/*Header for Eylea Product Only*/
H9 {
	background-color: #00446B;
	border: solid 0px #00446B;
	color: #fff;
	overflow: hidden;
	padding: 5px;
	height: 100%;
	display: block;
}
/*Footer Content - Beside Footer Image*/
#footercontent {
	width: 82% !important;
}
/*Color for Eylea Product*/
.coloreylea {
	border: solid 0px #00446B;
	color: #fff !important;
	background: #00446B !important;
}
/*Color for Eylea HD*/
.coloreyleahd {
	border: solid 0px #21B571 !important;
	color: #fff !important;
	background: #21B571 !important;
}
/*hide/show link Insurance Tab*/
#ctl00_ContentColumnContent_Insurance_InsuranceRepeater_ctl00_ProductsRepeater_ctl00_ProductSectionCollapseLink {
	color: #fff !important;
}
/*Table Header for Eylea*/
.tableheadereylea {
	color: #fff !important;
	background-color: #00446B !important;
}
/*Table Header for Eylea HD*/
.tableheadereyleahd {
	color: #fff !important;
	background-color: #21B571 !important;
}
/*Anchor Tag inside Table Header for Eylea*/
.tableheadereylea a {
	color: #fff !important;
}
/*Anchor Tag inside Table header for eylea hd*/
.tableheadereyleahd a {
	color: #fff !important;
}
/*Hyperlinks text color across portal*/
a {
	color: #065BAA;
}
/*hide/show prescriptions tab*/
#ctl00_ContentColumnContent_Prescriptions_ProductsRepeater_ctl00_ProductSectionCollapseLink {
	color: #fff !important;
}
/*hide show on prescriptions tab*/
#ctl00_ContentColumnContent_Prescriptions_ProductsRepeater_ctl01_ProductSectionCollapseLink {
	color: #fff !important;
}
/*hide show on details table*/
#ctl00_ContentColumnContent_ProgramProductDetails_ProductRepeater_ctl00_ProductSectionCollapseLink {
	color: #fff !important;
}
/*hide show details tab*/
#ctl00_ContentColumnContent_ProgramProductDetails_ProductRepeater_ctl01_ProductSectionCollapseLink {
	color: #fff !important;
}
/*show hide link on Insurance Tab*/
#ctl00_ContentColumnContent_Insurance_InsuranceRepeater_ctl01_ProductsRepeater_ctl01_ProductSectionCollapseLink {
	color: #fff !important;
}
