@CHARSET "ISO-8859-1";
/*
 * Base HTML Styles for Member Pages
 * This is for core styles that could apply to all Pages
 * 
 * Author: Michael E Metcalf
 * CreationDate: 2012.09.18
 *
 */
body {
	background-color: #f7f7f7;
	color: #000;
	font: 1em/1.2 /* Verdana, */ Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

p {
	font-size:14px !important;
	color: #000;	
}
.ui-widget-content {
	color: #000000 !important;
}

.ui-widget-content a { 
	color: #0c94c4; 
	font-size:14px;
	text-decoration: none;	
}
a:visited {  }
a:hover, #footer:hover { color: #636363; }
.ui-widget-content a:hover { 
	color: #636363; 
}
a.button:hover { 
	color: #026890;
}
a img {
	border: none;
}
h1 { 
	font-size: 18px/*1.2em*/; 
	color: #0c94c4; 
	font-weight: normal; 
	margin-bottom: 12px; 
}
.center {
	margin-left:auto !important;
	margin-right:auto !important;
}
.centerText {
	text-align:center;
}    		
.errorRedBold {
	text-align:center;
	color: #d50808;
	font-weight: bold;
} 

.bc-variable-inputtext{
	max-width: 218px;
	width: 100%
}
.selectDropDown{
	border: 1px solid #aed0ea;
	border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
	background: #d7ebf9 url("/bcbsks-employer/javax.faces.resource/images/ui-bg_glass_80_d7ebf9_1x400.png.faces?ln=primefaces-blueaccess") 50% 50% repeat-x;
	color: #000 !important;
	font-weight: bold !important;
	font-family: Helvetica, Arial, sans-serif !important;
	cursor:default;
    z-index:1;
    margin-right:5px;
 	max-width: 218px;
	height: 100%;
	width: 100%
}
.bc-pro-boldtext {
	font-weight: bold !important;
	vertical-align: -webkit-baseline-middle;
}
.bc-common-outtext {
	/*color: #888 !important;
	font-size: 97% !important;
	*/text-align:right;
	font-family: Helvetica, Arial, sans-serif !important;									
}
.bc-orderIdCard-outtext {
	color: #333 !important;
	font-size: 97% !important;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif !important;									
}
.bc-common-selectmenu {
	/*color: #888 !important;
	font-size: 97% !important;
	*/text-align:right;
	font-family: Helvetica, Arial, sans-serif !important;
	text-align:left;
	background-color:#E3F1FA;
	border-radius: 5px;
	border-color: #C3DEF0;
	height:26px;
    line-height:26px;									
}
.button.ui-widget { 
	font-size: 12px !important;
	background:#1b7cb3;
	color:#FFFFFF !important;
	border-style:none;
	width:125px;
	text-align:center;
}
.button.ui-widget:hover { 
/* 	font-size: 12px !important; */
	background:#79c9ec;
	color:#026890 !important;
	border-style:none;
}
.button { 
	font-size: 14px !important;
	background:#1b7cb3;
	color:#FFFFFF !important;
	border-style:none;
	width:125px;
	height:30px;
	font-weight:bold;
	text-align:center;
}
.button:hover { 
/* 	font-size: 12px !important; */
	background:#79c9ec;
	color:#026890 !important;
	border-style:none;
}
#divDialog {
  text-align:center;
  margin-top:15px;
  color:#FF9933;
}
#divWellnessDialog {
  text-align:center;
  margin-top:15px;
  color:#FF9933;
}
#errorDialogWellnessDisplay {
  text-align:center;
  margin-top:15px;
  color:#FF9933;
}
#divDiseaseDialog {
  text-align:center;
  margin-top:15px;
  color:#FF9933;
}
#divDiseaseDialogError {
  text-align:center;
  margin-top:15px;
  color:#FF9933;
}
.bc-text-note {
	background-color:transparent !important;
	color:#FF9933 !important;
	font-weight:bold !important;
	font: 14px HelveticaNeueLTSd-Roman;
	letter-spacing:-0.05em !important;										
}
.marginRule {
margin-left: 14px;
}

.formTips {
	color:#FFC978 !important;
}

#panelGridInfoCenterBackground {
	background-image:url('/bcbsks-employer/resources/images/secure-page-bg-resized.jpg') !important; 
	background-repeat:no-repeat;
	height:330px;
	position:relative;
	top:0px;
	left:0px;
}

#outputTextInfoCenterTitle {
	color:#0C94C4;
	background:transparent;
	font-family:Helvetica, Arial, sans-serif !important;
	font-size:150%;
	font-weight:normal;
	position:absolute;
	top:15px;
	left:10px;
	margin-left: 7px;
}
#outputTextInfoCenterTitle2 {
	color:#0C94C4;
	background:transparent;
	font-family:Helvetica, Arial, sans-serif !important;
	font-size:150%;
	font-weight:normal;
	position:absolute;
	top:15px;
	left:10px;
	margin-left: 7px;
}

#divInfoCenter {
	position:relative;
	top:-5px;
	left:0px;
}
#divInfoCenterView {
}			

.ui-datatable-even {
	background:none !important;
}
.ui-datatable-odd {
	background:#F4F4F4 !important
}
.dlgFooter .ui-dialog-titlebar {
	background:none;
    background-color:none;
}

.waitLogo, .waitLogo div {		
	position: absolute;
	top: 50%;
	left: 50%;	
}

.spinnerAnimation {
	background: url('/bcbsks-employer/resources/images/ajaxstatusbig.gif') no-repeat;
	width: 32px;
	height: 32px;
}
.waitLogo {
	display: none;
}

.disabledButton  {	
	filter: alpha(Opacity=35); /*For IE*/
	opacity: 0.35 !important;  /* For other browsers */
	cursor: not-allowed !important; /* Changing the cursor style */ 
}

/* 
button[disabled*=disabled]:hover  {
 	color:white !important;
}
 */ 
 
  /*
[id*=submitPanel] {
	display: inline; To make the panel as an inline element.
} */

.blockPanel, .blockPanel.ui-panel .ui-panel-content {
	display: inline-block; 
	padding: 0em;
}

.ui-blockui, .ui-blockui button {
	filter: alpha(Opacity=0) !important; /*For IE*/
	opacity: 0 !important; /* Override the css property of the blockui*/
	padding : 0em !important;
}
.ui-blockui, .ui-blockui button, .ui-blockui-content {
	cursor: not-allowed !important;
}
button.ui-state-disabled {
	cursor: not-allowed !important; /* css for ajax requests only */ 
}

[id*=pdfImage]:hover {
	cursor: help;
}




/* Below styles are used to set the width of the page to a centered layout. 
 To center the page, make sure there is a div tag with id of 'wrapper' or 
 'layoutWrapper' containing all the page elements within it to apply the styles correctly.
*/
#layoutWrapper,
#wrapper {
	margin: 0 auto !important;
	max-width: 1218px !important; 
	background-color: #fff !important;
	height: 100%;
}

#header,#bg-header,#panel,#divMainBody,#footer {	
	background-color: #fff !important; 	
}

/* 
	Below are the styles to produce a greyish-white margin around the centered page. 
	Make sure that the page contains the p:layoutUnit tag or an 
	div tag with the id of layoutUnitMain for this to apply correctly. 
*/
div#layoutUnitMain, 
div#layoutUnitMain > div {
	background: #f7f7f7 !important;
	height: 100%;
}

.ui-dialog .ui-dialog-title { 
 	 float: none !important; 
 	 display:block;
 	 text-align:center;
 	 color:#0C94C4 !important;
} 


#tabView [role=tab], #tabsContainer [role=tab]{
	font-weight: normal;
}

/* Remove borders created due to prime faces v5 */
.ui-panelgrid .ui-panelgrid-cell{border:none;}

.ui-datatable table {table-layout: auto;}

.ui-tabs-panels {border: 1px solid #B3DDEC;}

/* Container style for the white box in the dashboard, benefits/coverage and claims pages */ 
.divContainer {
 	margin-left: 17px; 
 	position:absolute;
	top:45px;	 	
 	z-index:2;
	/* border-style:solid;
	border-width: 0px 1px 3px 1px;
	border-color:#AED0EA;	 */
	width:890px;
	height:300px;
	background-color:#FFF;	 
}

.boxshadow {
	height: 100%;
	width: 100%;
	position:absolute;
	left: 1px;	
	z-index: -1;
 /*  background: 		  #fff;	 */
  -moz-box-shadow:    1px 2px 5px 2px rgba(12,148,196, 0.4);
  -webkit-box-shadow: 1px 2px 5px 2px rgba(12,148,196, 0.4);
  box-shadow:         1px 2px 5px 2px rgba(12,148,196, 0.4); 
}

.boxContainerBottom {
	margin-top: 10px;
}

.helpLinks {
	margin-top: 20px;
	position:relative;
	z-index: 1000;	
}
.helpLinksEob {
	margin-top: 15px;
	left: auto;
	position:relative;
	z-index: 1000;	
}
.helpLinks a span {
	margin-left:80px;
}

.helpLinks .firstHelpLink {
	margin-left: 20px;
}

table[id*=options] td label, table[id*=mailOption] td label {
	margin: 10px;	
}

/* Below commented styles are used to remove the background color across pages for the tabbed menus 
which usually have a light blue background */ 
/* 
[role*=tablist].ui-widget-header {
	background: none;
} */

/*Base style to align the close button on the success/error pop-ups */
.ui-dialog .ui-dialog-titlebar-close {
	top: 7px;
}

#bcbsksSolutionsLogo {
	width: 77px;
	height: 30px;	
	margin-left: 15px;
} 

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.checkbox  .ui-icon { 
     background-image: url("/bcbsks-employer/javax.faces.resource/images/ui-icons_047aac_256x240.png.faces?ln=primefaces-blueaccess") !important; */
}

.inputDates {
    position:relative;
    bottom:0;
    left:0;
    height:18px;
    line-height:18px;
	border: 1px solid #aed0ea;
	border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
	background: #d7ebf9 url("/bcbsks-employer/javax.faces.resource/images/ui-bg_glass_80_d7ebf9_1x400.png.faces?ln=primefaces-blueaccess") 50% 50% repeat-x;
	color: #888888 !important;
	font-weight: bold !important;
	font-family: Helvetica, Arial, sans-serif !important;
	cursor:default;
    z-index:1;
    width: 100%;
    max-width: 218px;
}
