/********************************************************
		Customer support Section Styles
*********************************************************/
.lightBoxFixedTop {
	position: fixed !important;
	top: 140px !important;
}

 /* Retail Seperation changes for SMS Overlay starts */
.lightBoxFixedTop.SMSTermsAndConditon {
	top: 40px !important;
	position: absolute !important;
} 
/* Retail Seperation changes for SMS Overlay ends */
.custSupportSection .CustSupportRight {
	border: solid 0px #d5d5d5;
	background: #EDEDED;
	margin-top: 10px;
	padding: 0;
}
.custSupportSection .CustSupport .infoSection .dijitTextBox {
	width:175px;
}
.CustSupport .label {
	display: inline-block;
	font-family: "FrutigerBold";
}
.CustSupport a {
	cursor:pointer;
}
.CustSupport .hr_line {
	border:solid #595959;
	border-width:1px 0 0 0;
}
.CustSupport .txtContent {
	font: 13px frutiger, arial, sans-serif;
	padding:0px;
}
.collapsed .econsentimg {
	background: url("../../img/collapseArw.png") no-repeat scroll right center transparent;
	color: #077CC2;
	margin-right:10px;
}
.econsentimg {
	background: url("../../img/expandArw.png") no-repeat scroll right center transparent;
	color:#62A642;
	margin-right:10px;
}
.lobHead {
	color: #595959;
	font-size:18px;
}
.CustSupport .strongText {
	font-family: "FrutigerBold";
}

.CustSupport h2 .txtprompt {
	display:inline;
	font-size:12px !important;
}

.CustSupport .phonixTitlePane LABEL, .CustSupport .phoenixAccordion LABEL {
	padding:0px 0 2px 0;
}
/********************************************************
						TitlePane
*********************************************************/

.claro .phonixTitlePane .dijitTitlePaneTitle {
	background-color:transparent;
	_background-image: none;
	border: 0px solid #b5bcc7;
	color:#007CC2;
	font-size:15px;
	min-height: 17px;
	padding: 5px 7px 5px 0px;
}
.claro .phonixTitlePane .dijitOpen {
	
	color:#62A642;
}

.claro .phonixTitlePane .dijitTitlePaneTitleHover {
	background-color: transparent;
	color:#62A642;
}
.claro .phonixTitlePane .dijitTitlePaneTitleActive {
	background-color: transparent;
	_background-image: none;
	color:#62A642;
}
.claro .phonixTitlePane .dijitTitlePaneTitleFocus {
	margin-top: 3px;
	padding-bottom: 2px;
}
.claro .phonixTitlePane .dijitTitlePane .dijitArrowNode {
	background-image:url(../../img/collapseArw.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 10px;
}
.claro .phonixTitlePane .dijitTitlePane .dijitOpen .dijitArrowNode {
	background-image:url(../../img/expandArw.png);
	background-position: 0 0;
}
.claro .phonixTitlePane .dijitTitlePane .dijitClosed .dijitArrowNode {
	background-image:url(../../img/collapseArw.png);
	background-position: 0 0;
}
.claro .phonixTitlePane .dijitTitlePaneContentOuter {
	background: #ffffff;
	border: 0px solid #b5bcc7;
	border-top: none;
	line-height: 1.1em;
	margin-left:10px;
	padding-bottom: 12px;
}
.claro .phonixTitlePane.dijitTitlePaneContentInner {
	padding: 10px;
}
.claro .phonixTitlePane .dijitTitlePaneTextNode {
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: text-top;
}

/********************************************************
					TitlePane : Accordion 
*********************************************************/
.claro .phoenixAccordion .dijitTitlePaneTitle {
	border-radius: 2px;
	border: 1px solid #B0D5E9;
	background-color: transparent;
	background-image:url("../../img/accordian/accordian_titleBG.png");
	background-repeat: repeat-x;
	color:#007CC2;
	font-family: "FrutigerBold";
	font-size:18px;
	font-weight: normal;
	min-height: 28px;
	padding: 10px 7px 0px 7px;

}
.claro .phoenixAccordion .dijitTitlePane .dijitOpen {
	background-image:url("../../img/accordian/accordian_titleBG-select.png");
	background-repeat: repeat-x;
	border: 1px solid #62A642;
	color: #ffffff;
	
}
.claro .phoenixAccordion .dijitTitlePaneTitleHover,
.claro .phoenixAccordion .dijitTitlePaneTitle:focus {
	color: #ffffff;
	background-image:url("../../img/accordian/accordian_titleBG-over.png");
	background-repeat: repeat-x;
}
.claro .phoenixAccordion .dijitTitlePaneTitleActive {
	color:#ffffff;
	background-image:url("../../img/accordian/accordian_titleBG-select.png");
	background-repeat: repeat-x;
	border: 1px solid #62a642;
}
.claro .phoenixAccordion .dijitTitlePaneTitleFocus {
	margin-top: 3px;
	padding-bottom: 2px;
}
.claro .phoenixAccordion .dijitTitlePane .dijitArrowNode {
	background-repeat:no-repeat;
	display:inline-block;
	height:10px;
	margin:0px 5px 8px 0;
	width:10px;
}
.claro .phoenixAccordion .dijitTitlePane .dijitOpen .dijitArrowNode {
	background-image:url("../../img/accordian/expandArw-select.png")!important;
	background-position:0 0;
}
.claro .phoenixAccordion .dijitTitlePane .dijitClosed .dijitArrowNode {
	background-image:url("../../img/accordian/expandArw.png");
	background-position:0 0;
}
.claro .phoenixAccordion .dijitTitlePaneTitleHover .dijitArrowNode {
	background-image:url("../../img/accordian/expandArw-over.png")!important;
	background-position:0 0;
}
.claro .phoenixAccordion .dijitTitlePaneContentOuter {
	background-color: #ffffff;
	border: 1px solid #d5d5d5 !important;
	margin:0px;
	padding:5px;
}
.claro .phoenixAccordion .dijitTitlePaneContentInner {
	padding: 5px;
}
.claro .phoenixAccordion .dijitTitlePaneTextNode {
	
	margin: 0px 4px 0px 4px;
	vertical-align: text-top;
}

/********************************************************
						Table
*********************************************************/
.divTable {
	padding: 5px;
}

.divRow {
	padding:5px 0 5px 0;
	position: relative;
}

.divColumn2 {
	float: left;
	width: 50%;
}

.setPhoneType {
	display: inline-block;
	position: absolute;
	right:-25px;
	top:3px;
	
}

.setPhoneType .dijitRadio{
width:16px !important; 
float: none !important; 
margin-right: 2px !important;
}

.hideNewProduct {
	display: none;
}

textarea.dijitTextBox {
	background: none !important;
	border: 2px solid #DCDCDC !important;
	padding: 5px 7px !important;
	box-shadow:0px 0px 1px 0px #CCC inset;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	color: #000000 !important;
	font-family: "Frutiger", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
	height: 100px !important;
	resize: none;
	/*margin: 0 !important;*/
	width: 100% !important;
}

textarea.dijitValidationTextBoxError {
	border: 2px solid #DBA4A6 !important;
}

.requiredEmailUsText, .requiredContactUsText, .validRequiredText {
	/*padding-bottom: 10px;*/
}

.errorColor {
	color: #DA3941;
}

.checkboxpad label {
	/*float: right;*/
	font-family: "Frutiger", Arial, Helvetica, Sans-Serif;
    margin:0;
	line-height: 14px;
	width: 80%;
	padding:0 0 5px 0 !important;
	
}



.haveReperrorText  {
	margin: 5px 0px 0px 0px;
}
.yourAccount, .yourCarrier {
	margin-top: 6px;
}
.yourAccount .dijitSelect .dijitButtonText, .yourCarrier .dijitSelect .dijitButtonText {
    width: 268px;
    text-align:left;
}


.custButtons{
    padding: 21px 0px 16px 0px;
}
.eMailLabel{
	font-family: "Frutiger";
	font-weight:normal;
	padding: 14px 0px 1px 0px !important;
	width : 200px !important;
}

.subjectLabel{
	font-family: "Frutiger";
	font-weight:normal;
	padding: 14px 0px 1px 0px !important;
}

.accountLabel{
	font-family: "Frutiger";
	font-weight:normal;
	padding-bottom:14px 0 1px 0 !important;
	width:306px !important;
}

.selectError .dijitSelect{
	border: 2px solid #DBA4A6 !important
}

/********************************************************
						Defect fixes
*********************************************************/

.custSupportSection .CustSupport {
	box-shadow: 0 0px 0 0 !important;
	border: solid 1px #d5d5d5;
	background: #ffffff;
	padding: 15px 13px 21px;
	margin-bottom: 0 !important;
}
.custSupportSection .CustSupport h2 {
	font-size:24px;
	margin:0px 0px -1px 0px ;
	padding:0px;
}
.custSupportSection .CustSupport .dijitTitlePane {
	padding:0 0 12px 0;
}
.custSupportSection .CustSupport .dijitTitlePaneTitle {
	display: inline;
	padding-top:0;
}
.custSupportSection .CustSupport .dijitTitlePane .dijitTitlePaneTextNode {
	color: #007CC2;
	font-size: 15px;
}
.custSupportSection .CustSupport .dijitTitlePane .dijitOpen .dijitTitlePaneTextNode {
	color: #62A642;
	font-size: 15px;
}
.custSupportSection .CustSupport .dijitTitlePaneTitle.dijitTitlePaneTitleActive {
	border:none;
	background:none;
}
.custSupportSection .CustSupport .dijitTitlePaneTitle .dijitTitlePaneTitleFocus {
	display: inline;
	margin:0px;
	padding:0px;
}
.custSupportSection .CustSupport .dijitTitlePane .dijitTitlePaneContentOuter {
	margin: 0 0 0 13px;
	padding:0px;
}
.custSupportSection .CustSupport .dijitTitlePane .dijitTitlePaneContentInner {
	padding: 10px 0 0 0;
}
.custSupportSection .CustSupport .dijitTitlePane .dijitTitlePaneContentInner h3 {
	margin:0px;
	padding:0px 0 5px 0;
}
.custSupportSection .CustSupport .dijitTitlePane .dijitTitlePaneContentInner p {
	margin:0px;
	padding:0px 0px 24px 0px;
}
.custSupportSection .CustSupport .dijitTitlePane .dijitTitlePaneContentInner p.last {
	padding:0px 0px 14px 0px;
}

.custSupportSection .CustSupportRight {
	box-shadow: 0 0px 0 0 !important;
	margin:0px;
}
.custSupportSection .CustSupportRight .dijitTitlePaneTitle {
	height: 36px;	
	padding:0 14px;
}
.custSupportSection .CustSupportRight .dijitTitlePaneTitle .dijitTitlePaneTitleFocus {
	margin:0px;
	padding:0px;	
}
.custSupportSection .CustSupportRight .dijitTitlePaneTitle .dijitArrowNode  {
	margin: 10px 5px 0 0;
	margin:3px 5px 8px 0 \0/;
}
.custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneTextNode {
	color:#007CC2;
	line-height:37px;
}
.custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneTitleHover .dijitTitlePaneTextNode, .custSupportSection .CustSupportRight .dijitTitlePane .dijitOpen .dijitTitlePaneTextNode{
	color:#ffffff;
}
.custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneContentOuter {
	padding:0px;
	border-top:none !important;
}
.custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneContentInner {
	padding: 16px 14px 26px;
	background: #F9FAFC;
}
.custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneContentInner  textarea{
	background: #ffffff !important;
}
.custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneContentInner .divTable {
	padding: 0px;
}
.custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneContentInner .leftSplictColumn, .custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneContentInner .rightSplictColumn {
	width:138px
}
.custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneContentInner .leftSplictColumn {
	margin: 0 15px 0 0;
}
.custSupportSection .CustSupportRight .dijitTitlePane .dijitTitlePaneContentInner .dijitRadioIcon{
	margin-right:-4px;
}
.custSupportSection .CustSupportRight .callUsBlock {
	margin-top:-2px;
}
.custSupportSection .CustSupportRight .callUsBlock .divRow{
	padding:0px 0 9px 0!important;
}
.custSupportSection .CustSupportRight .callUsBlock label {
	padding:0px 0 3px 0 ;
	font-family: "Frutiger";
	font-weight:normal;
	width:100%;
}

.custSupportSection .dayworkhours{font-size:13px; font-family: "Frutiger", Arial, Helvetica, Sans-Serif !important;}

.daytimeLabel {
	display:inline!important;
	font-family: "Frutiger", Arial, Helvetica, Sans-Serif !important;
	
	
}
.custSupportSection .CustSupportRight #rightNavContainer_Mail .requiredEmailUsText {
	padding:0 0 7px 0;
}
.custSupportSection .CustSupportRight #rightNavContainer_Mail .custButtons {
	padding-bottom:5px;
}
.custSupportSection .CustSupportRight #PhoneNumber {
	
	color:#595959;
	font-size:18px;
	font-family: "Frutiger";
	font-weight:normal;
	margin:10px 0 0 0;
	line-height:24px;
}
.custSupportSection .CustSupportRight .callUsBlock .dijitComboBox {
	margin-bottom:9px;
} 
.custSupportSection .CustSupportRight #rightNavFormContainer_Acc label{
    /*height: 6px;
    line-height: normal;*/
}
.custSupportSection .CustSupportRight #rightNavFormContainer_Acc .dijitSelect {
	margin-top:6px;
}
.custSupportSection .CustSupportRight #rightNavFormContainer_Acc .actionItemsWithText {
	margin: 19px 0 0 !important;
}

body.metlife.phoenix .dijitSelectMenu.CustSupportDropdown.CustSupportDropdownState {
	width: 136px !important;
	height: 154px;
	overflow: hidden !important;
	overflow-y: auto !important;
}
body.metlife.phoenix .dijitSelectMenu.CustSupportDropdown.CustSupportDropdownAccountDetail, body.metlife.phoenix .dijitSelectMenu.CustSupportDropdown.CustSupportDropdownCarrierDetail, body.metlife.phoenix .dijitSelectMenu.CustSupportDropdown.CustSupportDropdownCallUs {
	width:288px !important;
}
body.metlife.phoenix .custSupportSection .dijitComboBoxMenu .dijitMenuItem {
	font-weight:normal;
}

.faqAns p{
	margin-top: 3px !important;
	line-height:16px !important;
}


.faqAns h3{
	margin-bottom: 0px !important;
	margin:21px 0 4px!important;
	line-height: 18px;
}

.faqAns div:first-child h3{
	margin-top: 16px !important;
}

ul.listFaqContents > li {
	line-height: 16px;
}

/* Help By product Styles Starts */
.helpbyProd{float: left;background:#FFFFFF;border: 1px solid #D5D5D5;box-shadow: none;padding: 12px 14px 20px 14px; margin-top:14px;}
.helpbyProd .helpbyProdtitle{margin-bottom: 14px;font-size:15px;font-family: FrutigerBlack;}
.helpbyProd .midContent{color: #595959;margin-top:15px;}
.helpbyProd .BottomContent{color: #007CC2;line-height: 18px;}
.helpbyProd .BottomContent ul{padding: 0;margin-bottom:0}
.helpbyProd .BottomContent ul li{list-style: none;}
.helpbyProd .helplogo{width:75px; height:24px;}
.helpbyProd .helplogo img{width:100%; height:100%;}
/* Help By product Styles Ends */

.contactDialogContent .datarow p {
    margin: 5px 0 14px;
}
.lightBoxWithDefaultClose .dijitDialogTitleBar {
	margin: 0!important;
}
.listFaqContents li{line-height:16px}

hr.outerSpliter {
    border-color: #ccc -moz-use-text-color #ededed;
    border-style: solid none;
    border-width: 1px medium;
    margin: 22px 0 21px;
}
.backToTop {
	margin: 22px 0 21px;
}

.callUsBlock .dijitReset.dijitInputField.dijitButtonText {
    overflow: hidden;
    text-align: left;
    width: 256px;
}

/* Added for bene */

.faqAns div.address p {
 margin-bottom: 0;
}

.lightBoxWithDefaultClose .dijitDialogTitleBar .dijitDialogCloseIcon {
    z-index: 1;
}
/* Added for bene ends*/

/* Added for RS Day2 starts */
.CustSupport .faqAns em{
	font-weight:bold;
} 
.g-recaptcha {transform:scale(0.95);-webkit-transform:scale(0.95);transform-origin:0 0;-webkit-transform-origin:0 0;width:302px}

#grpCaptchaDiv.ErrorHighlight{border: 2px solid #dba4a6;}
/* Added for RS Day2 ends */