﻿html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 260px;
  background:url(../images/bgimg_max_940.jpg) center;
  background-color:#c7dd95;
  background-size:cover;
  background-repeat:no-repeat;
  /*background-attachment:fixed;*/
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width:100%;
  opacity:0;
  
}
 
@media only screen and (min-width:992px){
		.error-add-address{
			width:525px !important;
		}
}
@media (min-width: 940px) {
                body {
                                background-image:url(../images/bgimg.jpg);
                                background-color:#c7dd95;
                                background-repeat: no-repeat;
                                background-size: 100% 100%;
                }
}
body.loggedIn{
	background:#faf7f7;	
}
.form-group {
    margin-bottom: 10px;
}
.form-group.has-error {position:relative;}

.has-error .form-control{
	border:1px solid #ef5656;
}
input[type="radio"].error + label span{
	border:1px solid red;
}
.has-error input[type="checkbox"].error + label span{
	border:1px solid red;
}
input[type="radio"].error:focus + label span{
	border:1px solid red;
}
.has-error input[type="checkbox"].error:focus + label span{
	border:1px solid red;
}
div.doberror .year,div.doberror .month,div.doberror .day, div.doberror.select-container{
	border:1px solid red !important;
}
ul{list-style:none; margin:0; padding:0}
header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#018243+0,275234+100 */
background: #018243; /* Old browsers */
background: -moz-linear-gradient(top, #018243 0%, #275234 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018243), color-stop(100%,#275234)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #018243 0%,#275234 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #018243 0%,#275234 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #018243 0%,#275234 100%); /* IE10+ */
background: linear-gradient(to bottom, #018243 0%,#275234 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018243', endColorstr='#275234',GradientType=0 ); /* IE6-9 */
z-index:10;
/*position: fixed;*/
position:relative;
width:100%;
top:0;
}

label{
	margin:0;	
}
.loginContainer {max-width:460px; margin:0 15px; margin-top:15px}
.logo {margin:7px 0; width:93px;}
/*.loggedIn .logo {margin:18px 0;}*/
.headTitle {color:#fff;margin:15px 0; font-weight:bold; /*border-left:1px solid #fff;*/padding:10px 0 10px 6px;}
.headTitle p {font-weight:normal;margin-top: 12px;margin-bottom: -5px;}
.hamburger {font-size:30px; line-height:71px;}
.hamburger button {background:none; border:none; color:#fff;}
.font-resize {
	line-height:74px;
	font-size:13px;
	font-weight:bold;
}
.font-resize span {
	color:#fff;
}
.font-resize a {
	color:#fff;
	display:inline-block;
	width:auto;
	height:30px;
	margin-left:12px;
	/*border:1px solid #599777;*/
	text-align:center;
	line-height:30px;
	border-radius:2px;
	text-decoration:none;
}
.font-resize a:hover, .font-resize a.active {
	/*border:1px solid #fff;
	background:#ba4c00;*/
	color:#ff741a;
	text-decoration:none;
}
.box,.container-box,.accordianBox .accordianContent,.accordianBox .sub-inner-container ,.outerBox{
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);
}

.accordianContent{
	display:none;
}

.box {
	background:#fff;
	margin-bottom:20px;
	padding-bottom:15px;
}
.box-head{
	background:#00693c;
	min-height:40px;
	line-height:40px;
	padding-left:15px;
	color:#fff;
	font-weight:bold;
	z-index:1;
	position:relative;
}
.regBoxHead{
	line-height:25px !important;
}
.box-footer{
	background-color:#e7eaeb;
	margin-bottom:-15px;
	padding:12px;
}

.box-footer span.checkboxEle , .checkbox-container span.checkboxEle{
/*display: inline-block;*/
width: 23px;
vertical-align:top;
}
.box-footer span.checkboxEle.longChkText , .checkbox-container span.checkboxEle.longChkText{
	display: inline-block;
}
.box-footer span.checkboxText , .checkbox-container span.checkboxText{
width: 87%;
padding-bottom:0px;
}
.checkbox-container .checkboxInnerLabelText span.checkboxText{
	width: 100%;
}


.checkbox-container  label.emailDelivery {
margin-bottom:10px;
}

.checkbox-container div.checkboxInnerLabel{
	display:inline-block;
	width:86%;
}

.box-head img {margin-right:5%;width: 20px;}

.accordianBox {
	background:#fff;
	margin-bottom:15px;
}
.accordianBox .box-head {cursor:pointer;}
.accordianBox .box-body {
	padding-bottom: 15px;
}
.accordianBox .inner-container {font-weight:normal;}
.accordianContent {
	display:hidden;
}


.innerBoxBg{
	background: none repeat scroll 0% 0% #EBEBEA;
	padding:15px;
}

.inner-container-bg{
	padding:10px 15px 15px 15px;
	margin:15px;
	margin-bottom:0px;
	background: none repeat scroll 0% 0% #EBEBEA;
}
.inner-container{
	padding-left:15px;
	padding-right:15px;
	margin:15px;
	margin-bottom:0px;
}
.inner-container-bg .form-group label{
	font-weight:bold;
	/*color:#6c6c6c;*/
	color:#000000;
	padding-bottom:1px;
	padding-top:8px;
}
#labelforRadio{
	padding-top:0px;
}
.regConfSteps5 .innerBoxBg .form-group label{
	/*color:#6c6c6c;*/
	color:#000000;
	padding-bottom:8px;
	font-weight:normal;

}


.inner-container-bg input, .innerBoxBg input{
	color:#000;
	height:44px;
}
.inner-container-bg a, .innerBoxBg a{
	color:#006940;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}
.has-error input.error{
	border:1px solid #ef5656;
}
#select_error_div{
	width:inherit;
}
div.error {
	 width:100%;
	 border:1px solid #ccc;
	 padding:1px 1px 1px 20px;
	 background-color:#fff;
	 background-image:url(../images/icon/wrong.png);
	 background-repeat:no-repeat;
	 color:#f00;
	 font-weight:normal;
	 position:absolute;
	 z-index:1;
	 line-height:1.2;
	 min-height:20px;
}
div.error-two-input{
	width:calc(200% + 20px);
	border:1px solid #ccc;
	 padding:1px 1px 1px 20px;
	 background-color:#fff;
	 background-image:url(../images/icon/wrong.png);
	 background-repeat:no-repeat;
	 color:#f00;
	 font-weight:normal;
	 position:absolute;
	 z-index:1;
	 line-height:1.2;
	 min-height:20px;
	margin-left:calc((100% + 20px)*-1);
	
}
div.error-two-input:after{
	content:"";
}
div.error-three-input{
	width:calc(300% + 70px);
	border:1px solid #ccc;
	 padding:1px 1px 1px 20px;
	 background-color:#fff;
	 background-image:url(../images/icon/wrong.png);
	 background-repeat:no-repeat;
	 color:#f00;
	 font-weight:normal;
	 position:absolute;
	 z-index:1;
	 line-height:1.2;
	 min-height:20px;
	 margin-left:calc((200% + 70px)*-1);
	
}
div.error-three-input:after{
	content:"";
}
div.error-elaims-policy{
	width:calc(470% + 70px);
	border:1px solid #ccc;
	 padding:1px 1px 1px 20px;
	 background-color:#fff;
	 background-image:url(../images/icon/wrong.png);
	 background-repeat:no-repeat;
	 color:#f00;
	 font-weight:normal;
	 position:relative;
	 z-index:1;
	 line-height:1.2;
	 min-height:20px;
}
div.error-elaims-policy:after{
	content:"";
}
div.date-error-class{
	border:1px solid #ccc;
	 padding:1px 1px 1px 20px;
	 background-color:#fff;
	 background-image:url(../images/icon/wrong.png);
	 background-repeat:no-repeat;
	 color:#f00;
	 font-weight:normal;
	 position:absolute;
	 z-index:1;
	 line-height:1.2;
	 min-height:20px;
	 margin-top:-9px;
}
div.checkBox-error-class{
	border:1px solid #ccc;
	 padding:1px 1px 1px 20px;
	 background-color:#fff;
	 background-image:url(../images/icon/wrong.png);
	 background-repeat:no-repeat;
	 color:#f00;
	 font-weight:normal;
	 position:absolute;
	 z-index:1;
	 line-height:1.2;
	 min-height:20px;
	 margin-top:-5px;
}
div.remmittance-error-class{
	border:1px solid #ccc;
	 padding:1px 1px 1px 20px;
	 background-color:#fff;
	 background-image:url(../images/icon/wrong.png);
	 background-repeat:no-repeat;
	 color:#f00;
	 font-weight:normal;
	 position:relative;
	 z-index:1;
	 line-height:1.2;
	 min-height:20px;
	 margin-top:-5px;
	font-size: 0.750em;
} 
div.radio-error-class{
	
	 padding:10px;
	 background:#ecc8c5;
	 color:#ef5656;
	 font-weight:normal;
	 position:absolute;
	 z-index:1;
	 
	 margin-top:-4px;
}
.combineerror {
	padding:10px;
	background:#ecc8c5;
	margin: 15px;
	color:#ef5656;
	border-left:4px solid #ef5656;
}
.combineerror div{
	display:inline-block;
	width:84%;
}
.errorIc {background:url(../images/icon/error.png) no-repeat; background-size:cover; width:18px; height:16px; display:inline-block; vertical-align:top; margin-right:5px;}
.rememberpass {color:#000000;}
.registerLinks {margin-top:15px; font-weight:bold;}
.registerLinks .row div a {display:inline-block; color:#006940;}
.registerLinks .row div:first-child a {margin-bottom:1px;}

.infoCnt-hold {position:relative; display:inline-block; margin-right: 5%;}
.infoCnt {
	position:absolute; 
	display:block; 
	width:15px; 
	height:15px; 
	border-radius:16px; 
	line-height:16px;
	top:3px; 
	left:14px; 
	background:#ba4c00;  
	text-align:center; 
	color:#fff;}
.btn-send-mail{ margin-bottom:15px;}	
/*Css for login-page scroll content*/
.login-scroll-wrapper {
	margin:15px;
	margin-bottom:0;
}
.notice-scroll {overflow:hidden;height: 130px; padding-right:10px; margin-right:-10px;}
.notice-scroll .nicescroll-rails{background:none; border-left: 1px solid #ccc;}
.notice-scroll .nicescroll-rails.custom .customChild{background-color:#c8c8c8;}
.box.scrollContent{margin-bottom:20px;}
.box.scrollContent .box-body{padding-bottom:20px;}
/* Notice of System Maintenance */
.notice-list , .caution-list ,.tax-info-list{margin:0;}
.cautionIcon {
	background:url(../images/icon/caution.png) no-repeat;
	padding-left:24px;
}
.notice-list li{
border-bottom:1px solid #ccc;
padding: 6px 0;
color:#000000;
}
.notice-list li:first-child{
padding-top:0px;
}

.notice-list li a{
color:#00693c;
}

/* Caution list in confirm  password page */
.caution-list {margin-top:10px;}
.caution-list li{
margin: 8px 0;
padding-left: 11px;
color:#000000;
background:url(../images/icon/bullet.png) no-repeat left 3px;
}
.caution-list li:first-child{
margin-top:0px;
}
/* Custom checkbox start */
                
input[type="checkbox"] {
	/*display:none;*/
	opacity:0;
	position:absolute;
}

input[type="checkbox"]:focus + label span{
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	} 
input[type="checkbox"] + label span {
				display:inline-block;
				width:21px;
				height:21px;
				margin:-1px 7px 0 0;
				vertical-align:middle;
				cursor:pointer;
				-moz-border-radius: 2px;
				border-radius:  2px;
				border:1px solid #979797;
				background-color:#fff;
}

input[type="checkbox"] + span {
				display:inline-block;
				width:17px;
				height:17px;
				margin:-1px 7px 0 0;
				vertical-align:middle;
				cursor:pointer;
				-moz-border-radius: 2px;
				border-radius:  2px;
				border:1px solid #979797;
				background-color:#fff;
}
input[type="checkbox"]:checked + span{
				background:url(../images/icon/act-chk.png) no-repeat center #fff;
}

input[type="checkbox"] + label{
	cursor:pointer;
}

input[type="checkbox"][disabled] + label {
		cursor:not-allowed;
		background-color:#f2f2f2;
}
input[type="checkbox"][disabled] + label span {
		cursor:not-allowed;
		background-color:#f2f2f2;
}
input[type="checkbox"]:checked + label span{
		background:url(../images/icon/act-chk.png) no-repeat center #fff;
}
/* Custom checkbox end */
/* Custom radio css */

	input[type="radio"] {
	    /*display:none;*/
		opacity:0;
		position:absolute;
	}
	/*input[type="radio"] + label {
    		color: #ff5f5f;
	}*/
	input[type="radio"]:focus + label span{
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	} 
	input[type="radio"] + label span {
    		display:inline-block;
    		width:21px;
    		height:21px;
    		margin:-1px 4px 0 0;
    		vertical-align:middle;
			cursor:pointer;
    		-moz-border-radius:  50%;
    		border-radius:  50%;
			border:1px solid #979797;
			background:#fff no-repeat center;
	}
	input[type="radio"] + label{
		cursor:pointer;
	}
	input[type="radio"]:checked + label span{
     		background-image:url(../images/icon/radio.png);
	}
	
	input[type="radio"][disabled] + label span{
		cursor:not-allowed;
		background-color:#f2f2f2;
	}
	
	.focusClass{
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	} 
/* Custom radio css end */

.input-lg{
border-radius: 2px;
}
.bold{
	font-weight:bold;
}
.no-margin{
	margin: 0 0 0 0;
}
.no-padding{
	padding: 0 0 0 0;
}

/***************************************
	Start :	Policy Details CSS                      
***************************************/
.accordianSubContainer{
	margin-bottom:20px;
}
.policySummaryContainer {
	border-style: solid;
	border-color:#00693c;
	border-width:2px 2px 2px 10px;
	padding:15px;
	margin: 15px 0 15px 0;
	/*border-radius:20px;
        -moz-border-radius:20px;
        -webkit-border-radius:20px;
        background:#FFFFE5;*/

}
.policySummaryContainer label{
	font-weight:normal;
	text-align: right;
}
.policySummaryContainer label{ padding: 0;}
.policySummaryContainer span{ padding: 0 0 0 10px;}
.policyDetailsInfoBar{
	margin:15px 0;
}
.tableHeading{
	padding:15px 8px 15px 0; 
}
.policyTableWrapper .table > tbody > tr > td{
	padding:0px 8px 4px 0;
	
}
.policyTableWrapper table tbody > tr > td{
	border-top: none;
}
.policyTableWrapper table tr td:last-child{
	word-wrap: break-word;
    word-break: break-all;
    padding: 0px 10px 4px 10px;
}
.policyTableWrapper table.lastColumnAlign tr td:last-child{
	padding-top:7px !important;
}
.inner-container .policyTableWrapper:first-child .tableHeading{
	padding-top: 0;
}
.inner-container .policyTableWrapper:last-child table{
	border-bottom: none;
}
table.normalTable, 
table.normalTable.table-bordered > thead > tr > td,
table.normalTable.table-bordered > tbody > tr > td{
	border:none;
}

table.policyDataTable.normalTable tr > td{
	border:1px solid #fff;
}

table.policyDataTable.normalTable thead > tr > td:first-child, table.normalTable tbody > tr > td {
    border-right: 1px solid #ffffff;
}
table.policyDataTable1.normalTable tr > td{
	border:1px solid #fff;
}

table.policyDataTable1.normalTable thead > tr > td:first-child, table.normalTable tbody > tr > td {
    border-right: 1px solid #ffffff;
}

table.normalTable thead > tr{ background-color: #aaadb3;}
table.normalTable thead > tr > td:first-child,
table.normalTable tbody > tr > td:first-child{ 
	border-right: 1px solid #ffffff;
}
table.normalTable tbody > tr:nth-child(odd){
	background-color: #e7eaeb;
}
table.normalTable tbody > tr:nth-child(even){
	background-color: #ffffff;
}
table.normalTable tbody > tr > td:first-child{
    padding: 8px 10px;
}
.policyTableWrapper table.normalTable tbody tr td,policyTableWrapper table.policyDataTable tr td:last-child{
	font-weight: normal;
}
.policyTableWrapper table.normalTable tbody tr td,policyTableWrapper table.policyDataTable1 tr td:last-child{
	font-weight: normal;
}
.policyTableWrapper table.table-responsive{
	border:none;
	border-bottom: 1px solid #dddddd;
}
.policyTableWrapper table tr td:last-child{
	font-weight: bold;
}
.policyTableWrapper table.table-responsive.normalTable{
	border-bottom: none;
}
.policyTableWrapper table.table-responsive.normalTable thead tr td{
	font-weight: bold;
}

.policyDataTable{
	white-space:nowrap;
	margin-bottom:15px;
}

.policyDataTable .child{
	/*white-space:normal;*/
	background:none !important;
}


table.policyDataTable{ border:none;}
table.policyDataTable thead > tr{ background-color: #aaadb3;}
table.policyDataTable thead > tr > td,
table.policyDataTable tbody > tr > td{ 
	border-right: 1px solid #ffffff;
	padding-left:8px;
}
table.policyDataTable thead > tr > td:first-child,
table.policyDataTable tbody > tr > td:first-child{ 
	border-left:none;
}
table.policyDataTable tbody > .odd{
	background-color: #e7eaeb;
}
table.policyDataTable tbody > .even{
	background-color: #ffffff;
}
table.policyDataTable tfoot tr td{
	border:none;
	}
table.policyDataTable tfoot tr:first-child td{
	border-top:1px solid #dddddd;
	
	}
table.policyDataTable.table-bordered{
	border:none;
}

.policyTableWrapper table.policyDataTable tr > td{ 
	padding:8px 10px;
	font-weight: normal;
}

.policyTableWrapper table.policyDataTable tr:last-child td{
	border-bottom:none;
}

.policyDataTable1{
	white-space:nowrap;
	margin-bottom:15px;
}

.policyDataTable1 .child{
	/*white-space:normal;*/
	background:none !important;
}


table.policyDataTable1{ border:none;}
table.policyDataTable1 thead > tr{ background-color: #aaadb3;}
table.policyDataTable1 thead > tr > td,
table.policyDataTable1 tbody > tr > td{ 
	border-right: 1px solid #ffffff;
	padding-left:8px;
}
table.policyDataTable1 thead > tr > td:first-child,
table.policyDataTable1 tbody > tr > td:first-child{ 
	border-left:none;
}
table.policyDataTable1 tbody > .odd{
	background-color: #e7eaeb;
}
table.policyDataTable1 tbody > .even{
	background-color: #ffffff;
}
table.policyDataTable1 tfoot tr td{
	border:none;
	}
table.policyDataTable1 tfoot tr:first-child td{
	border-top:1px solid #dddddd;
	
	}
table.policyDataTable1.table-bordered{
	border:none;
}

.policyTableWrapper table.policyDataTable1 tr > td{ 
	padding:8px 10px;
	font-weight: normal;
}

.policyTableWrapper table.policyDataTable1 tr:last-child td{
	border-bottom:none;
}
.menuLinkWrapper{
	margin-top: 9px;
}



.accordianBox .subLevel{
	padding-left: 15px;
    padding-right: 15px;

}

.accordianBox .sub-head {cursor:pointer;}


.sub-head img {width:25px; margin-right:15px;}
	
.sub-head{
	background:#d0d0d0;
	min-height:30px;
	line-height:30px;
	padding-left:42px;
	/*color:#404040;*/
	color:#000000;
	font-weight:bold;
	z-index:1;
	position:relative;
}
.subAccordianBg{
	background-color:#617b04;
	padding-left:42px;
}

.accordianContent .subLevelOuterContainer{
	margin-top:15px;
}
.subExist{
	cursor:pointer;
}


/***************************************
	End : Policy Details CSS                      
***************************************/

/* Code added for password re-issue page */
.container-box,.innerBoxBg{
	padding: 15px;
	margin-bottom: 15px;
	/*color:#6c6c6c;*/
	color:#000000;
	background-color:#fff;
}
.container-box p{
margin-bottom:6px;
}
.container-box p:last-child{
	margin-bottom:0px;
}

.container-box hr{
	margin: 15px 0 15px 0;
}
.container-box label{
font-weight:normal;
padding-bottom:14px;
}

.inner-container .radio-list label {
padding-bottom:0px;
}
.inner-container-bg .radio-list label span {
 margin-right:12px;	
}
.mei-element{
margin-top:15px;
}
.radio-list div label {margin-right:25px;}
/* Start : Modal CSS */
/*.modal{
	background-color: rgba(255,255,255,0.1);
}*/
.modal-dialog{
width:325px;
margin:0 auto;
}
.modal-footer{
text-align:center;
border-top:none;
padding-top:0px;
}

.modal-header{
background-color:#00693C;
color:#fff;
padding:8px 8px 8px 16px;
}
.modal-header h4{
font-weight: bold;
}
.modal-content{
border-radius:0px;
}
 .modal.fade{
 	overflow:auto;
 }
.modal-backdrop.in {opacity:0.85;filter: alpha(opacity=85);}
.close-icon{
background:url(../images/icon/close.png) no-repeat;
display:inline-block;
width:18px;
height:18px;
cursor:pointer;
}
/* End : Modal CSS */

.callCenter{
	border:1px solid #ccc;
	width:100%;
	border-radius:3px;
	padding:10px;
	background:#fff;
	text-align:center;
	margin-top:15px;
}
.callCenter span{
		margin-top:7px;
		display:block;
}

.success-text{
color:#00693c;
}
.warning-text{
color:#ef5656;
background:url(../images/icon/redbullet.png) no-repeat left 3px;
padding-left:11px;
margin-bottom:0 !important;
margin-top:14px;
}
.info-text {
	/*color:#404040;*/
	color:#000000;
	background:url(../images/icon/bullet.png) no-repeat left 3px;
	padding-left:11px;
}

.info-text1 {
	/*color:#404040;*/
	color:#000000;
	background:url(../images/icon/bullet1.png) no-repeat left 3px;
	padding-left:12px !important;
}
.ulList.noLiBg ul li.info-text2{
	list-style:none; position:relative; margin-left:16px; padding-left:4px;
}
.ulList.noLiBg ul li.info-text2:before{
	content:"※";
	display:block;
	width:12px;
	height:12px;
	position:absolute;
	top:0;
	left:-14px;
	font-size:12px;
	color:#404b47;
}
.info-text3{
	margin-left:15px; padding-left:15px;
}
.info-text3:before{
	content:"※";
	display:block;
	width:12px;
	height:12px;
	position:absolute;
	top:0;
	left:0px;
	color:#404b47;
}
.calender-icon {background:url(../images/icon/calender.png) 95% center no-repeat #fff;}
/* Jquery UI Calender css  ST*/
.ui-datepicker td span, .ui-datepicker td a{
text-align:center;
font-size:13px;
}
.ui-widget-header .ui-icon {
    background-image: url("../images/icon/ui-icons_222222_256x240.png");
}
.ui-datepicker .ui-datepicker-title select{
	font-weight:normal;
	font-size:15px;
}
.ui-datepicker th{
font-weight:normal;
font-size:13px;
}
/* Jquery UI Calender css  ED*/


/* Start : DOB CSS */

.dob .select-container{
	border: 1px solid #ccc;
	width:90px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff url("../images/icon/dropArrow.png") no-repeat center right;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:10px;
}
/*.dob .select-container.month{margin-bottom:0px;}*/

.dob .year{
   	width:155px;
   }
.dob .day,.dob .month{
	width:52px;
}
.select-pad-right0{
padding-right:0px;
}

.dob .select-style select {
    padding: 10px 4px;
    width: 146%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	cursor:pointer;
	/*opacity:0;*/
}
/*.dob .select-style select { width:150% \0/IE9; }  /* IE9 + IE10pp4 */

.select-style select:focus {
    outline: none;
}
.dob label{
font-weight:normal;
vertical-align:middle;
padding-top:3px;
padding-left:2px;
}

/* End : DOB CSS */

/*confirm password*/
.passwordRules {
	margin-top:10px;
	margin-left:0px;
	padding-left:0px;
	list-style:none
}
.passwordRules li  , .ulList ul li{
	margin-bottom:15px;
	background:url(../images/icon/grayCheck.png) no-repeat left top;
	padding-left:20px;
}	
	
.ulList ul li	{
margin-bottom:6px;
}
	
.passwordRules li.active, .ulList ul li {
	background:url(../images/icon/activeCheck.png) no-repeat left top;
}

.passwordRules li:last-child , .ulList ul li:last-child {
	margin-bottom:15px;
}

.confirm-password input{
	width:92%;	
}
.confirm-password input:after{
	content:" ";
	border:1px solid #6c6c6c;
	width:32px;
	height:32px;
	position:absolute;
	border-radius:50%;
}

.ulList {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:0px;
	list-style:none
}
.regMenu2 li:last-child{
margin-bottom:0px;
}


input.reset-password {  
    background:url(../images/icon/wrong.png) 98% center no-repeat #fff;
	padding-right:25px;
}

input.active {  
    background:url(../images/icon/correct.png) 98% center no-repeat #fff;
}    
.inner-container.btnMob button.defaultBtn{ margin-bottom: 15px;}
/*confirm password*/

/*Hamburger Menu Icon css*/
.user-profile .font-resize {
	line-height:25px;
	margin-top:2px;
}
.user-profile .loginDate {
	margin-bottom: 1px;
    margin-top: -4px;
}
.user-profile .infoBlock {
	margin-top:-2px;	
}
.logoutbtn {height:24px; display:inline-block; border-radius:2px; background:#ba4c00 url(../images/icon/logout-icon.png) no-repeat 5px center; color:#d8c6a2; padding-left:30px; padding-right:5px; line-height:28px; text-decoration:none;}
.logoutbtn:hover, .logoutbtn:focus{color:#d8c6a2; text-decoration:none;}

/*Breadcrumbs Mobile Section*/
nav.breadcrumbs{
	background-color: #fff;
	color:#000;
	width: 100%;
	/*border-top:1px #222222 solid;*/
	border-bottom:4px #799B1E solid;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.40);
	 box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.40);
}
  
.breadcrumbsLinks{
	margin-bottom: 0;
	font-weight: bold;
	padding:0;
}
.breadcrumbsLinks li{
	list-style-type: none;
	display: inline-block;
	margin: 0;
	margin-right:10px
}
.breadcrumbsLinks li.active:hover{
	background-color:#ffffff;
}
.breadcrumbsLinks li:hover{
	background-color:#D9E3BF;
}

.breadcrumbsLinks li:first-child{
	margin-right:0
} 

.breadcrumbsLinks li a {color:#000;}
.breadcrumbsLinks li a:hover,.breadcrumbsLinks li a:focus{text-decoration:none;}
.breadcrumbsLinks li span, .breadcrumbsLinks li a{
	padding: 13px 15px;
	margin-bottom:5px;
}
.breadcrumbsLinks li.active span{
    border-bottom: 2px solid #000;
	padding: 7px 15px;	 
	color: #000;
	margin: 3px 0 0 0;
}

nav.breadcrumbs .date{
	line-height: 28px;
	font-weight:bold;
}
.home-ic {
	/*line-height:44px;*/
	margin-right:13px;	
}
.navbar-toggle{
    margin: 0px;
    padding: 8px 0px 8px 15px;
    z-index: 1;
    height: 44px;
    border-left: 1px solid #fff;
    border-radius: 0;
	float:right;
}
.navbar-toggle .icon-bar{
	 background-color: #ffffff;
	 width: 24px;
	 height:3px
}
.navbar-collapse{
    background-color: #333333;
    color: #ffffff;
    padding-top: 55px;
    position: absolute;
    top: 0px;
    right: 0px;
    height:100%;
    min-height:100%;
	padding-left:0;
	padding-right:0;
	text-align:center;
	width:80%;
	z-index:8;
	overflow:auto !important;
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse div, .navbar-collapse ul li {
	border-bottom:1px solid #606060 !important;
	border-left:none;
	padding:10px 0;
	color:#f3f3f3
}
.curtainLink div{
	border-bottom:none !important;
}
.navbar-collapse ul li{
	width:100%;	
}
.navbar-collapse .infoBlock {
	text-align:left;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	line-height: 15px;
}
/*Home Page css start*/
.panelBlock .heading{
	color: #00693c;
	font-weight: bold;
	padding:15px 0 5px;
}
.panelBlock .heading img{ margin-right:6px; width: 15px;}
.panelBlock .regLink a, .panelBlock .conditionLink a{ color: #00693c;}
.menuLink,.menuLink:hover{ color: #00693c; font-weight: normal;}
.menuLink { margin-top: 6px;}
.noticeTable table{  margin-bottom: 0;}
.table-responsive{ margin-bottom: 0;}
.noticeTable table tr td{ vertical-align: middle;}
.noticeTable table tr.closeMail{ font-weight: normal; color:#ff741a;}
.noticeTable table tr.closeMail td.mailIcon span{ 
  background: url('../images/icon/closeMail.png') no-repeat;
  display: block;
  width: 19px;
  height: 19px;
}
.noticeTable table tr.openMail td.mailIcon span{
  background: url('../images/icon/openMail.png') no-repeat;
  display: block;
  width: 19px;
  height: 19px;
}
.noticeTable table tr td:first-child{ width: 40px;}
.noticeTable table tr td:first-child + td{ 
	word-wrap:normal;
	/*white-space:nowrap;*/
}
.noticeTable table tr:nth-child(odd) {  background-color: #e7eaeb; }
.noticeTable table tr:nth-child(even) {  background-color: #ffffff; }
.noticeTable table tr td:last-child{ 
  word-wrap: break-word;
  word-break: break-all;
  padding: 8px 12px;
}
.noticeTableScroll{
  overflow: hidden;
  height: 100px;
  background:#ccc;
}
.noticeTableScroll .nicescroll-rails{
    background: #dfdfdf;
    border-left: 1px solid #fff;
	box-sizing: content-box
}
.noticeTable .table-bordered > tbody > tr > td{ border:2px solid #ffffff;}
.noticeTable .table-bordered > tbody > tr > td:first-child{ border-left: 2px solid #dbdbdb;}
.noticeTable .table-bordered > tbody > tr > td:last-child{ border-right: 2px solid #dbdbdb; word-break:break-all;}
.noticeTable .table-bordered > tbody > tr:first-child{ border-top: 3px solid #dbdbdb;}
.announcement{ /*background: #91c294;*/ padding: 10px; color: #ff741a; margin-top:2px;}
.announcement .alertInfo{ margin-left: 10px; width: 87%;}
.contractInfo{ margin-bottom: 15px;}
.conditionLink{ margin: 16px 0 14px;}
.regLink{ margin-top:11px}
.sliderArea{
	height:auto;
	overflow:hidden;
	padding:3px 3px 0 3px;
}
 table.dataTable tr.child ul{
	width:100%;
}
 table.dataTable tr.child span.dtr-title{
	vertical-align:top;
	width:40%;
	white-space:normal;
}
table.dataTable tr.child span.dtr-data{
	white-space:normal;
	word-wrap:break-word;
	display:inline-block;
	width:55%;
}

.policyList {
width:36px;
height:36px;
display:block;
margin:0 auto;
background: url('../images/icon/slideArrow.png') no-repeat;
}
.policyList.more {
background-position:center;
cursor:pointer;
}
.policyList.less {
background-position:bottom;
cursor:pointer;
}
.rightPanelWrapper { background-color: #dacca9;position:relative; border-top: 1px solid #bdb5a1;opacity:0;}
.rightPanelFooter { bottom:-30px; left:0; width:100%; background-color: #dacca9; height:30px;}
.rightPanelFooter .backtoTop {cursor:pointer;position:fixed; padding:5px;height:auto; background:#ba4c00; color:#fff; text-decoration:none; display:none;transition:0.5s; bottom:107px;margin-left:15px; width:332px; text-align:center;z-index:1;}
.rightPanelWrapper .blockSection{ padding:12px 14px 7px 14px; border-bottom: 1px solid #bdb5a1;}
.blockSection .heading{
  color: #00693c;
  font-weight: bold;
  margin-bottom: 15px;
}
.blockSection .helpText{ font-weight: normal; padding-left: 20px; color: #000000;}
.blockSection a,.blockSection a:focus { color: #00693c;text-decoration: none;}
.tel-text{ font-weight: bold; color:#00693c; }
.tel-text a, .tel-text a:hover,.tel-text a:focus,.tel-text a:active{ text-decoration: underline; color:#00693c;}
.telLinkMargin{ margin-left:26px;}
.blockSection{ color: #000000;}
.blockSection p.contactLink{ padding-left: 20px;}
.callcenterinfo p.helpText{ margin-bottom: 6px; color: #00693c;padding-left: 26px; margin-top:0px;}
.callcenterinfo div.helpText{padding-left: 26px;}
.callcenterinfo img{ width: 12px; height: 20px; margin-right:12px}
.procedure img{ width: 21px; height: 18px;}
.menuImg img{ width: auto; height: auto;}
a.clickableBlock{
  display: block;
  background-color: #ba4c00;
  color: #fff;
  padding: 8px 14px;
  margin-bottom: 10px;
  min-height: 50px;
  font-weight: bold;
}
a.clickableBlock, a.clickableBlock:hover, a.clickableBlock:focus{ color: #fff; text-decoration: none;}
a.clickableBlock span.acptDuration{ font-weight: normal;}
.menuLink,.callcenterinfo a span{ text-decoration: underline;}
.iconBlock{ padding: 0; margin-top:8px; }

.iconBlock>div div{
  background-color: #e8e7e7;
  text-align: center;
  height: 104px;
  padding: 8px;
  margin-bottom: 20px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.iconBlock>div div span {height:39px; display: block; margin-bottom:8px;}
.iconBlock>div .faq span{ background: url(../images/icon/faq.png) no-repeat center;}
.iconBlock>div .custInfo span{ background: url(../images/icon/custInfo.png) no-repeat center; margin-top:1px; margin-bottom:10px;}
.iconBlock>div .pwd span{ background: url(../images/icon/pwd.png) no-repeat center; margin-top:6px;}
.iconBlock>div .email span{ background: url(../images/icon/emailChange.png) no-repeat center; /*margin-top:10px;*/}
.iconBlock>div a{ display: block;}
.iconBlock>div a:hover{ text-decoration: none;}
.iconBlock>div strong{ color: #c7713b;}
.curtainLink .faq{display:table; background: url(../images/icon/faq.png) no-repeat left center; height:36px; padding-left:45px; margin-bottom:10px;}
.curtainLink .custInfo{display:table; background: url(../images/icon/custInfo.png) no-repeat left center; height:36px; padding-left:45px; margin-bottom:10px;}
.curtainLink .pwd{display:table; background: url(../images/icon/pwd.png) no-repeat left center; height:36px; padding-left:45px; margin-bottom:10px;}
.curtainLink .email{display:table; background: url(../images/icon/emailChange.png) no-repeat left center; height:36px; padding-left:45px;}
.navbar-collapse div.curtainLink{
	margin-left:15px;
	margin-right:5px;
	text-align:left;
}
.linkText{
	display:table-cell;
	vertical-align:middle;
	color:#f3f3f3;
	width:100%;
	text-align:left;
}
 .expandedFaq{
 	margin-left:65px;
 	margin-top:-15px;
 }
 .hideFaq{
 	display:none;
 }
 .iconBlock>div a{ text-decoration: none;}
/*Tile section css start*/
.homeTile:hover{
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,1);
box-shadow: 0px 0px 5px 3px rgba(0,0,0,1);

/*background:#FFFFE5;*/
	
}
/*2018/08/03 -  624 CWS MPC - Accept Earlier resgistartion */
.homeTile>div.block-header11 {
    background: url(../images/icon/block-header-background.png) repeat-x 100%;
	padding: 10px 15px;
	color: #ffffff; 
	font-weight: bold;	
	margin-bottom:12px; 
	min-height:38px;
}
  .hometileHoverText11 {
            height: 70%;
            width: 49% !important;
        }
   .homeTile.stat11{	
	   cursor: not-allowed;
   }
/*End OF 2018/08/03 */
.homeTile:hover .hometileForeground,.homeTile:hover .hometileHoverText{
	display:block;
}
.homeTile.lapsedPolicy:hover .hometileForeground,.homeTile.lapsedPolicy:hover .hometileHoverText{
	display:none;
}
.lapsedPolicy:hover{
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.18);
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.18);
}
.homeTile{
min-height:165px;
border:1px solid #dcd8d8;  
/*border-radius:20px;*/
overflow:hidden;
height:auto;
margin-bottom: 13px;
-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.18);
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.18);
cursor: pointer;
position:relative;
}
.homeTile>div { 
  padding:4px 20px 4px;
 width:100%;
 float:left;

}
.homeTile>div:last-child {padding-top:10px; padding-bottom:30px; }
.homeTile>div.block-header{ 
 background: url("../images/icon/head-right-icon.png") no-repeat 97% center, url("../images/icon/block-header-background.png") repeat-x 100%;
 padding: 10px 15px;
 color: #ffffff; 
 font-weight: bold;	
 margin-bottom:12px; 
 min-height:38px;
}

.homeTile>div.block-footer{
  height: 38px;
  border-left: 5px solid #e6710c;
  border-top: 1px solid #e5e9ec;
  font-weight: bold;
  
  margin-top:12px;
}

.homeTile>div.block-header .left-side{
  width: 92%;
  float: left;
}
/*block-header11 is added for the QC#116791 [2019-10-21]*/
.homeTile>div.block-header11 .left-side{
  width: 92%;
  float: left;
}
.homeTile>div.block-header .right-side{
  /*width: 35%;
  float: right;*/
}
.left-side{
  width: 40%;
  float: left;
}
.right-side{
  width: 60%;
  float: right;
  font-weight: bold;
}  
.homeTile>div.third .right-side{
  word-wrap: break-word;
  word-break: break-all;
  /*height: 2.5em;*/
	  overflow: hidden;
}
.homeTile.lapsedPolicy{
	background-color: #d4d3d3;
	cursor: not-allowed;
}
.homeTile.lapsedPolicy .block-header{
	background: #bbbbbb;
}
.homeTile.lapsedPolicy .block-footer{
	border-left: 3px solid #bbbbbb;
}

/*Tile Section css end*/
.downBlock{margin-top:12px; }
/*Home css end*/

/*************************************
		Tax Certificate Re-issue 
************************************/
.condCheckedContainer{
	display:none;
	padding-left:0px;
	/*padding-top:20px;*/
}
.hypen :after{
    content: "-";
    position: absolute;
    right: -20px;
    top: 8px;
}
.hypen .form-group {
	position:relative;
}

.addressOptions .addressOption{
display:none;
}

.settingIcon{
background: url(../images/icon/setting-icon.png) no-repeat;
display:inline-block;
width:22px;
height:22px;
}

.addressChangeIcon{
background: url(../images/icon/address-change-icon.png) no-repeat;
display:inline-block;
width:22px;
height:22px;
}

.tabSecuritiesNumber tr th{
background-color:#aaadb3;
}


.tabSecuritiesNumber   tbody > tr > td,thead > tr > th{
	border:1px solid #fff;
	word-break:break-all;
}
.tabSecuritiesNumber{
margin-bottom:15px;
}

.tabSecuritiesNumber  tr td:first-child,
.tabSecuritiesNumber  tr th:first-child {
  border-left: 0;
}
.tabSecuritiesNumber  tr td:last-child,
.tabSecuritiesNumber  tr th:last-child {
  border-right: 0;
}

.addressOptions .addresContainer label{
margin-bottom:8px;
padding-left:0px;
}
.addressOptions .form-inline{
	margin-bottom:10px;
}
.addressOptions .addressEle label{ 
margin-bottom:8px;
}
.addressOptions .marginBottom{
margin-bottom:10px;
}

.taxCertificate .contactInfo label{
margin-bottom:8px;
padding-left:0px;
}
.taxCertificate .contactPhone .form-group label{
margin-bottom:0px;
}
.taxCertificate .contactPhone .form-group {
margin-bottom:8px;
}
.taxCertificate .postalCode {
margin-bottom:8px;
margin-top:15px;
}
.taxCertificate .form-control{
	 padding: 6px 5px;
}
.tax-phone{
	display:none;	
}
.taxCertificate .changePhone{
	margin-bottom:8px;
}
.taxCertificate .bunchBuildingText{
	padding-left:20px;
}
.otherOptionBox .select-style select {
    padding: 10px 4px;
}
.otherOptionBox .select-style.selOtherOption select {
    width: 130%;
}
.otherOptionBox .selOtherOption {
    width: 85%;
}
.otherOptionBox .select-container {
    margin-bottom: 0;
	margin-top:1px;
}
.otherOptionBox .select-container {
    background: url("../images/icon/dropArrow.png") no-repeat scroll right center #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width:202px;
}
.otherOptionBox .select-style select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    width: 110%;
}

.sslBlock  .taxCertReissueText{ 
margin-left:3px;
vertical-align:top;
padding-top:0px;
display:inline-block;
}
.settingIconContainer {
   text-align: center;
    width: 36px;
}
.taxCertInfo{
margin-bottom:10px;
}

.taxPaymentInfo{
	padding-left:34px;
}
.tax-info-list {margin-top:6px;}
.tax-info-list li{
margin: 4px 0;
padding-left: 11px;
background:url(../images/icon/bullet.png) no-repeat left 3px;
}
.red-text{
color:red;
}
.orange-text{
color:#ff6600;
}

.tax-info-list li.red-text-certificate{
color:red;
margin-left:-10px;
padding-left: 11px;
background:none;
}

.tax-info-list li.orange-text-certificate{
color:#ff6600;
margin-left:-10px;
padding-left: 11px;
background:none;
}

.tax-info-list li:first-child{
margin-top:0px;
}

.checkbox-container div.checkboxInnerLabelText{
	display:inline-block;
	width:83%;
}
.addressContainer label{
margin-bottom:10px;
width:100%;
}
.tabSecuritiesNumber .checboxTabWidth{
	width:2%;
	vertical-align:top;
}
	
.tabSecuritiesNumber .securityNum{
	width:40%;
}
.tabSecuritiesNumber .productName{
	width:auto;
	vertical-align:top;
}

.tax-reissueselect.otherOptionBox .select-container.selOtherOption{
	width:70%;
}
.tax-re-radiowrap{
	display: inline-block;
	margin-top:10px;
}
.tax-reissueselect.otherOptionBox .select-container.selOtherOption select{
	width:114%;
}
.tax-data{
	font-weight: bold;
	word-break: break-all;
}

.rowstripped .row>div:nth-child(odd) .form-group{
  background-color:#e7eaeb; padding:5px 0; margin:0; 
}
.rowstripped .row>div:nth-child(even) .form-group{
  background-color:#fff; margin:0;padding:5px 0;
}
.rowstripped .form-group label{ font-weight:normal;}
.contact-no{ display:none;}
/***********************************/

/*container margin for mobiles*/
.innerPageContainer{
	/*margin-top:44px;*/
}
.reg-mngmnt-top-space{
	/*margin-top:44px;*/
}
.pwsFaqContainer{
	/*margin-top:44px;*/
}
.banner{
	/*margin-top:44px;*/
}

/*	Start : New Registration CSS 

***********************************/
.new-reg-top-space{
	/*margin-top:44px;*/
}
.reg-container-bg, .tax-certificate-bg{
	background-color:#ddd0b1;
	box-shadow:none;
	margin-bottom: 15px;
}
.disabledBtn{
	pointer-events: none;
}
.outerBox{
	background-color:#fff;
	padding:15px;
}
.innerBoxBg{
	background: none repeat scroll 0% 0% #EBEBEA;
}
.hypen-width{
width: 1%;
color: #000;
padding-top: 6px;
}
.checkbox-text label{
font-weight:normal;
}

.text-info{
margin-bottom:0px;
padding-top:10px;
padding-bottom:5px;
/*color:#404040;*/
color:#000000;
}

.line{
	margin: 10px 0 10px 0;
	border:1px solid #ddd;
}

.policy-text-box .form-group{
margin-bottom:0px;
}
.userNameTextBox .form-group{
margin-bottom:5px;
}
.confirmPassText .form-group{
margin-bottom:5px;
}
.radio-list div.genderList  label{
	padding-bottom:4px;
}
.outerBox .btnList{
	margin-left:15px;
	margin-right:15px;
}
.important span.info{
	width:97%;
	display:inline-block;
}

.infoIcon{
background: url(../images/icon/info_grayic.png) no-repeat;
display:inline-block;
width:18px;
height:18px;
vertical-align:top;
}
.regIconContainer{
	width:36px;
}

/*****************************
 Start : Registration Tab 5 CSS 
 ******************************/
.reg-confirmation  p{
margin-bottom:0px;
}
.reg-confirmation .form-group{
margin-bottom:0px;
}
.innerBoxBg p.p-data{
	margin-bottom:0px;
	word-break: break-all;
	word-wrap: break-word;
}
.regConfSteps5 .form-group, .regConfSteps4 .email-delivery .form-group{
	margin-bottom:0px;
}
.regConfSteps5 .form-group label{
margin-bottom:8px;
}
.regConfSteps4  .form-group label{ 
padding-bottom:8px;
}
.regConfSteps2 .form-group label{ 
padding-bottom:8px;
}

/*****************************
 End : Registration Tab 5 CSS 
******************************/

 
/*****************************
Start : Registration menu list 
******************************/
.sslBlock{ padding:15px 0 2px; color:#000000;}
.sslBlock div:first-child{ margin-bottom: 10px;}
.sslRight{
	text-align:left;
}
.sslBlock  .regHeadText{ 
margin-left:3px;
vertical-align:top;
padding-top:8px;
display:inline-block;
}

.sslBlock  .regSSLText,.upperBlock .regSSLText{
	display:inline-block;
	width:82%;
	margin-left:0px;
	vertical-align: top;
	/*line-height:25px;*/
}

.sslImg {
background: url(../images/icon/ssl.png) no-repeat;
display:inline-block;
width:16px;
height:22px;
position:relative;
top: -5px;
}
.regIcon{
background: url(../images/icon/record.png) no-repeat;
display:inline-block;
width:34px;
height:26px;

}

.queryIcon{
background: url(../images/icon/query-icon-small.png) no-repeat;
display:inline-block;
width:20px;
height:20px;
margin-right:5px;
vertical-align:middle;

}
.contract{
background: url(../images/icon/contract-small.png) no-repeat;
display:inline-block;
width:14px;
height:20px;
margin-right:5px;
vertical-align:middle;

}

.ssl-info{ width: 90%;}

.reg-menu-list ul li{
	margin-right: 16px;
}
.reg-menu-list ul li:last-child{ margin-right: 0;}
.reg-menu-list ul{
	display:inline-block;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-bottom:8px;
}
.reg-menu-list ul li{
float:left;
}
.reg-menu-list ul li  span.icon-menu{
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:5px;
	text-decoration:none;
	vertical-align:middle;
	border-radius:100%;
	background-color:#fff;
	border:1px solid #ff5f5f;
	
}
.reg-menu-list ul li  span.list-items{
text-decoration:none;
margin-right:12px;
}
.reg-menu-list ul li {
	/*color:#404040;*/
	color:#000000;
	display:inline-block;
	text-decoration:none;
}
.reg-menu-list ul li .active span.list-items{
	color:#ff741a;
	font-weight:bold;
}
.reg-menu-list ul li  span.icon-menu {
background-color:#fff;
}

.reg-menu-list ul li  span.icon1{
	background: url(../images/icon/icon1.png) no-repeat center;
}
.reg-menu-list ul li  .active span.icon1{
	background: url(../images/icon/icon1-active.png) no-repeat center;
}
.reg-menu-list ul li  span.icon2{
	background: url(../images/icon/icon2.png) no-repeat center;
}
.reg-menu-list ul li  .active span.icon2{
	background: url(../images/icon/icon2-active.png) no-repeat center;
}
.reg-menu-list ul li  span.icon3{
	background: url(../images/icon/icon3.png) no-repeat center;
}
.reg-menu-list ul li .active span.icon3{
	background: url(../images/icon/icon3-active.png) no-repeat center;
}
.reg-menu-list ul li  span.icon4{
	background: url(../images/icon/icon4.png) no-repeat center;
}
.reg-menu-list ul li .active span.icon4{
	background: url(../images/icon/icon4-active.png) no-repeat center;
}
.reg-menu-list ul li  span.icon5{
	background: url(../images/icon/icon5.png) no-repeat center;
}
.reg-menu-list ul li .active span.icon5{
	background: url(../images/icon/icon5-active.png) no-repeat center;
}
.reg-menu-list ul li  .active span.icon-menu {
	background-color:#ff741a;
}
/*****************************
End :  Registration menu list 
******************************/
.mainInnerContainer > p{
	color:#ff741a;
	font-weight:bold;
	margin-bottom:11px;
}

.regTab1  > li{
	padding-top:10px;
}

.scroll-wrapper {
	margin:15px;
	margin-bottom:0;
}
.scroll-container {overflow:auto;height: 98px; padding-right:10px; margin-right:-10px; margin-bottom:15px;}
.reg-scroll-wrapper{ margin: 0; }
    .reg-scroll-container,.reg-scroll-container2{
    	overflow: auto;
    	height: 263px;
     	margin-right: 0;
    	margin-bottom: 0; 
        padding: 15px 15px 15px 15px;
    }
    .reg-scroll-container2{
    	height:100px !important;
    }
    .reg-scroll-container .nicescroll-rails,.reg-scroll-container2 .nicescroll-rails{
	    background: #dfdfdf;
	    border-left: 1px solid #fff;
	    box-sizing: content-box;
	}

.scroll-list {margin:0;}
.scroll-list li{
padding: 2px 0;
/*color:#404040;*/
color:#000000;
}
.scroll-list li:first-child{
padding-top:0px;
}
.scroll-list li a{
color:#00693c;
}

/***QC 67653 ***/

.noBottomPaddingLi {margin:0;}
.noBottomPaddingLi li{
padding: 0px 0;
/*color:#404040;*/
color:#000000;
}
.noBottomPaddingLi li:first-child{
padding-top:0px;
}
.noBottomPaddingLi li a{
color:#00693c;
}


/***/

/*********************************** 

	End : New Registration CSS 

***********************************/  
/*Registration-Information-Management CSS Start*/
.nobottom{ margin-bottom:0;}
.reg-mng .p-data{ font-weight:bold; color:#000000; }
/*.reg-mng .p-data a{color:#404040;}*/
.iconhead{float: left; width: 65px;}
.icon-text-content{float: left;}
.icon-registration{ width: 20px; height: 27px; display: inline-block;}
.icon-info{background:url(../images/icon/edit-icon.png) no-repeat; }
.nopadding{ padding-top:0;}
.greencheck { background: #91c294;}
.double-button-text button.btn{ padding-left:32px; padding-right:32px; }
.double-button-text button.btn:first-child{margin-right:16px;}
.rg-mng-ch-txt{ margin:10px 28px; }

.innerBoxBg.reg-mng .form-group:first-child{ padding-right: 0; }
.innerBoxBg.reg-mng{ font-weight: bold;}
.reg-info-mngmnt .checkbox-container{padding-top: 15px;}
.reg-info-mngmnt .btnList{ margin-left: 15px; margin-right: 15px;}
.double-button-text p{ margin-top: 8px; margin-bottom: 0;}
.double-button-text .btnBlock{ float: left; margin-top: 15px;}
.double-button-text { padding: 15px; margin: 0; background:#00693c; color:#fff;}
.double-button-text button.btn{ padding-left:33px; padding-right:33px; }
.double-button-text button.btn:first-child{margin-right:30px;}
.reg-info-mngmnt a.icon-edit{
	/*color: #6C6C6C;*/
	color: #000;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	text-decoration: none;
}
.main-heading{ display: block; margin-bottom: 9px;}

.config-icon{
	background: url("../images/icon/config-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 35px;
    width: 34px;
	}
.sslBlock .configHeadText {
    display: inline-block;
   /*margin-left: -8px;*/
    padding-top: 8px;
    vertical-align: top;
}
.ulList.ulNoicon ul li{
			background: none;
			margin-bottom: 15px;
			padding-left: 0;
		}
.ulList.ulNoicon ul li:last-child{
	margin-bottom: 0;
}
.reg-info-mngmnt .outerBox{
	margin-bottom:17px;	
}
.innerBoxBg.green-btn-box{
	padding-top:0;	
}
.row.userNameTextBox>div:first-child{
	margin-bottom:10px;
}

/*Email_Address-Change*/
.ulNoicon li{
	background:none;
	margin-bottom:5px;
	padding-left:0;	
}
.noshadowbg{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:none;
	padding:0;
}
.ulList.ulNoicon ul li{
			background: none;
			margin-bottom: 15px;
			padding-left: 0;
		}
.ulList.ulNoicon ul li:last-child{
			margin-bottom: 0;
		}

/*Email Address Verify*/
.textAreaVerify{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 3px;    
	padding: 8px;
	text-align:center;
}
.form-group .genderList label{
	font-weight:normal;	
}
.amber{ color:#ff741a;}
.top-margin{ margin-top:22px;}



/*Registration-Information-Management CSS Start*/
	
	a.link,a.link:focus,a.link:active{
		text-decoration:underline;
	}
	a{
		text-decoration:underline;
	}
	
	.openAll span,.openCollapse span{
		display:inline-block; 
		width:16px; 
		height:16px; 
		border-radius:16px; 
		background:#060; 
		color:#FFF;
		text-align: center;
    	line-height: 16px;
    }
    .innerBoxBg .textAreaVerify a{
    	display: inline-block;
    }
    
	
/* Sticky footer styles
-------------------------------------------------- */
/**********FAQ*********/
.upperBlock{
	color: #000000;
	padding: 17px 0 12px;
}
.upperBlock div{
	margin-bottom: 3px;
}
.upperBlock .iconContainer{
	width: 30px;
}
.sslImage{
	background: transparent url("../images/icon/ssl.png") no-repeat scroll 0% 0%;
	display: inline-block;
	width: 16px;
	height: 22px;
}
/* 371- OK wave - 2018/08/03*/
.faqIcon{
	background: url(../images/icon/faq2.png) no-repeat;
	display:inline-block;
	width:25px;
	height:24px;
}
 .buttonContainer {
            border-bottom:1px solid #bdb5a1;        
        }
/*.upperBlock .regSSLText{ vertical-align: text-top;}*/
.inquiryIcon{
	background: url(../images/icon/inquiry.png) no-repeat;
	display:inline-block;
	width:25px;
	height:24px;
}
.settingInfo{
	background: url(../images/icon/setIcon.png) no-repeat;
	display:inline-block;
	width:25px;
	height:24px;
}
.inquiryText{
	display: inline-block;
	vertical-align: top;
}
.tree-icon{
	background:url(../images/icon/white-plus-small.png) no-repeat left 10px;
	/*width:20px; 
	height:20px;*/
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
	padding-left: 30px;
	/*background-size:cover;*/
}

.inner-box-head .tree-icon{
	background-image:url(../images/icon/black-plus-small.png);
	
}
.tree-icon.minus-icon{
	background-image:url(../images/icon/white-minus-small.png);
	
}

.inner-box-head .tree-icon.minus-icon{
	background-image:url(../images/icon/black-minus-icon-small.png);
	
}
.faq-secbox{
	
	border-right:none;
	border-bottom:1px solid #e3e1e1;
}
.faq-line-break{ display:block;}

.faq-tree>.faq-tree-head{
	margin-left:0;
	margin-bottom:15px;
	/*-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);	*/
}	
.faq-cont{
	padding:12px 10px;
	margin-left: 53px;
}
.faq-tree-content{
	display:none;	
}
.inner-box-head{
	line-height: 30px;
    min-height: 30px;
	background: none repeat scroll 0 0 #d0d0d0;
    /*color: #404040;*/
    color:#000000;
    font-weight: bold;
	padding-left: 44px;
	margin-top:15px;	
}
.faq-block-head.inner-box-head {
    padding-left: 33px;
    line-height: normal;
}
.faq-block-head.inner-box-head .tree-icon, .faq-block-head.box-head .tree-icon{
	padding-top: 8px;
	padding-bottom: 8px;
}
.faq-block-head.box-head{
	line-height: normal;
}

.faqSummaryContainer{
	margin-bottom:30px;
	border: 1px solid #ddd;
    padding: 15px;
    color:#000000;
}
.faqBlock {
    padding: 0 0 20px;
}

.faq-tree-content .faq-tree-content{
	
	border:1px solid #d0d0d0;
}
.faq-right-text{
	line-height:30px;	
}
.dob .select-container-faq{
	width:100%;
		
}

.faq-textarea-label{
	margin-top:10px;	
}
.faq-cont-bottomp{
	margin-bottom:0;
	margin-top:10px;	
}
.faq-comment{
	margin-top:	10px;
}
.faq-info-heading, .faq-info-heading a{
	color: #00693c;
	font-weight: bold;
	margin-bottom: 10px;
}
.faqandcontact{ vertical-align:middle;}
.faqcontlink{
	margin-top:20px;	
}
.faq-cont .policyTableWrapper table.table-responsive{
		border-bottom: none;
}
.faq-block-head{
	cursor: pointer;
	padding-right: 15px;
}
.faq-contact-link{ margin-left:15px; vertical-align:middle;}
/*******faq end**********/


/***** register unlisted******/

.container-box .reg-un-head{ /*color:#333;*/color:#000; margin-bottom:9px}	
.reg-unlist ul li{
	padding-left:0;
	background:none;
}
.unlistedTableWrapper{
	margin-bottom:15px;	
}
.unlistedTableWrapper table{
	background:#FFF;
}
.unlistedTableWrapper table thead td{
	background:#aaadb3;
	border-bottom:none;
}
.alert-success{
		background-color:#91c294;
		color:#00693c;
		border-radius:0;
		border:none;
		padding:9px 15px;
	}
.policy-number{ display:block;}

/****address change****/
.new-address,.new-phone{ margin-top:15px;}
.changeconditioncheckbox .checkbox-container{ margin:5px 0;}
.addressChange-contact a{ /*color:#6c6c6c;*/color:#000;}
.new-address,.new-phone,.date-choose{ display:none;}
.change-section-head{
	background: none repeat scroll 0 0 #bdbfc3;
    font-weight: bold;
    line-height: 30px;
    min-height: 30px;
    padding-left: 15px;
   
	}
.contact-modal-change{
	margin:15px 0 0 15px;
}	
.contact-modal-change p a{
	display:inline;
}
.addressChange-radiowrap{ margin-bottom:15px;}
.tax-address{ margin-top:20px;}
.addresscontinuation{ display:block;}
.datepicker,.datepicker1{
		background-image:url(../images/icon/date-picker.png);
		background-repeat:no-repeat;
		background-position: 97% center;
		}
.address-modal{
		width:290px;
	}
.address-modal .modal-body{
		text-align:center;	
	}
.address-modal .modal-body .address-modal-contents>div{
		margin-top:15px;
}
.address-modal .modal-body .address-modal-contents .address-top-modalcont{ margin-top:0;}

.address-change-block{
	display:block;	
}
.address-change-ok{
		width:130px;	
	}
/**********/

/*******register unlisted end**************/


/*****PWS To CWS *****/
body.CWS{margin-bottom: 240px;}
.textureBg {background-image:url(../images/pwsBg.png)}
.banner {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d6d0+1,d9d6d0+55,878583+100 */
background: #d9d6d0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Q5ZDZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2Q5ZDZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Nzg1ODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d9d6d0 1%, #d9d6d0 55%, #878583 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d9d6d0), color-stop(55%,#d9d6d0), color-stop(100%,#878583)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d9d6d0 1%,#d9d6d0 55%,#878583 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d9d6d0 1%,#d9d6d0 55%,#878583 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d9d6d0 1%,#d9d6d0 55%,#878583 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d9d6d0 1%,#d9d6d0 55%,#878583 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d6d0', endColorstr='#878583',GradientType=0 ); /* IE6-8 */

}
.bannerText {color:#000000; margin-top:32px}
.bannerText h1 {font-weight:700; color:#136b3c; margin-bottom:15px;}
.bannerimg {height:443px;}
.banner-buttons{ margin-top:10px; margin-bottom:30px;}
.banner-buttons .btn.btn-default{ margin-top:15px;}
.monitor {position:absolute; right:0; bottom:-15px;}
.containCWS{ /*height:290px;*/}
.containCWS h2, .flowUp h2, .tableCWS h2{ margin-top:30px; font-weight:bold; color:#000000;}
.cwsfeaturewrap{ margin-top:30px; }
.cwsFeatures .feature-icons{ width:102px; height:102px; display:block; border:2px solid #809f13; border-radius:50%; margin:0 auto;}
.cwsfeature-list ul li{ background:url(../images/icon/cws-list-icon.png) no-repeat; margin-bottom:10px;}
.featureConts{ margin: 20px 0;}
.cwsFeatures .various{
	background:url(../images/icon/CWS-icon-various.png) no-repeat center center;
	}
.cwsFeatures .completion{
	background:url(../images/icon/CWS-completion.png) no-repeat center center;
	}
.cwsFeatures .cws-other{
	background:url(../images/icon/cws-other.png) no-repeat center center;
	}
.flowUp{ background-color:#ddd0b1;}

.followup-blocks{ 
	height:140px; 
	background:#fff; 	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);
	margin:10px 0;
}
.cws-block-num{
	width:20%;
	background:#00693c;	
	height:100%;
	line-height:150px;
	text-align:center;
	float:left;
	color:#fff;
}
.cws-block-cont{
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
	width:80%;
	height:150px;
		
}
.cws-block-cont h4{	font-weight:bold; }
.cws-signup{ width:160px; margin-bottom:30px; margin-top:10px;}
.cws-chart-head{ padding:20px 0 0 35px; background:url(../images/icon/cws-chart-icon-small.png) no-repeat left 85%;}
.tableCWS{
	
	background-color:#eeedee;	
}
.CWStableWrapper{ margin-top:30px; margin-bottom:30px;}
.cws-other-break{ display:block;}
.CWStableWrapper .table td.cwstabrow{ vertical-align:middle;}
.CWStableWrapper .table td, .CWStableWrapper .table th{ /*color:#4c4c4c;*/color:#000;}
.faq-gotop{ 
	display:none;
	position:fixed;
	padding:5px;height:auto;
	background:#ba4c00;
	color:#fff;
	text-decoration:none;
	bottom:0px;
	width:100%;
	margin-left:0px;
	text-align:center;
	z-index:2;
	opacity:1;
}
.faq-gotop a{
	color:#fff;
	text-decoration:none;
}
.redText{ color:#f00000;}

/*****PWS To CWS *****/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #333333;
  height:auto;
  padding-top: 10px;
  color:#cec8c8;
}
.footer .copy {
	float:left;
	width:100%;
	border-top:1px solid #3e3e3e;
	padding-top:10px;
	margin-bottom:5px;
}
.footer a {
	text-decoration:underline;
	color:#cec8c8;
}
.footer .foot-link {margin:0; float:left; list-style:none; padding:0}
.footer .foot-link li{
	float:left;
	width:100%;
	margin-bottom:5px;
}
.footer .foot-link li:last-child{
	border:none;	
}
.footer .social-icon{
	float:left;
	width:auto;
	margin-top:5px;
	margin-bottom:20px;
}
.footer .social-icon a{
	margin-left:0px;
	margin-right:25px;
}

.tablePopup + .tooltip > .tooltip-inner {
    background-color: #fff; 
    color: #000; 
    border: 3px solid green;
    padding: 6px;
    font-size: 1em;
    min-width:99% !important;
    max-width:99%;
    width:99%;
    text-align:left;
    border-radius:15px;
    margin-left:10px;
}
/* Tooltip on top */
.tablePopup + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #00693c;
}

.tablePopup + .tooltip.in {
                opacity:100;
}




/* day 2 */


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

label[for] { 
   cursor:pointer;
}

.digit3Normal{
	width:35px;
	display:inline-block;
	text-align:right;
}
.digit7Normal{
	width:75px;
	display:inline-block;
	text-align:left;
}
.digit3Bold{
	width:30px;
	display:inline-block;
	text-align:right;
}
.digit7Bold{
	width:70px;
	display:inline-block;
	text-align:right;
}
/* pop-upWindow */
.pop-upWindowClose{
margin-right:15px;

}
.logoutPopUpBtn{
margin-top:25px;
}
.popup-logout-img{
text-align: middle;
}
.pop-upWindowClose a{
	color: #006940;
    font-weight: bold;
}

.tax-certificate-head-icon{
background:url(../images/icon/error.png) no-repeat;
}
.ulList h4{
padding: 7px 0 0 30px;
}
.ulList ul li span a{
text-decoration:none;
color:#00693C;
}


/*  Added for Financial Estimation requirements */
.popup-button-style{
width:17%;
background:#d0d0d0;
color:#000;
box-shadow:2px 2px 2px #888888;
border-radius:4px;
margin:0 2px 0 0; 
}
/*.modal-content{
width:600px;
}
.popup-body{
margin:10px 40px 0 40px;
}*/
.filter-btn{
width:100%;
margin:10px 40px 0 40px;
}
.popup-Singlebutton{
margin-top:10px;
background:#d0d0d0;
color:#000;
box-shadow:2px 2px 2px #888888;
border-radius:4px;
width:100%;
}
.popup-body-content{
    margin: 15px 0 0px 30px
}
.text{
border-radius:4px;
width: 65px;
}
.end-buttons{
margin-top:10px;
background:#d0d0d0;
color:#000;
box-shadow:2px 2px 2px #888888;
border-radius:4px;
margin-left:10px;
float:right;
}


/* added classes by Goutam */
.noticeTable .noticeLink {/*color:#333333;*/color:#000;}
.noticeTable table tr.closeMail .noticeLink{
	color:#ff741a;
}


/* home page*/
.noticeTable .noticeLink {color:#333333;}
.noticeTable table tr.closeMail .noticeLink {color:#ff741a;}


/* post logout */
.logoutContainer {max-width:700px; margin:0 15px; margin-top:15px}

.logout-iframe{
	border:none; 
	overflow:hidden; 
	width:300px; 
	height:400px; 
} 
.inner-container-mobile{
		padding-left: 3px;
		padding-right: 3px;
	  }
.modal-margin-top{
	margin-top: 20px;
    }
.modal-margin-bottom{
	margin-bottom: 10px;
}	


/*popup modal home*/
.popup-modal{
		width:325px;
		display:table;		
	}
.popup-modal .modal-body{
		text-align:center;	
	}
.popup-modal .modal-body .popup-modal-contents>div{
		margin-top:15px;
		text-align:left;	
}
.popup-modal .modal-body .popup-modal-contents .popup-top-modalcont{ margin-top:0;}

.popup-change-block{
	display:block;	
}
.popup-change-ok{
		width:130px;	
	}

.popup-text-details {
	border:1px solid #dcd8d8;
	border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   height:278px;
   overflow-y:scroll;
   margin:13px 0px;
}

.popup-header{
	font-size:0.813em;
}


.popup-modal .fbFeed {
	width:100%;
	height:350px;
	overflow-y:scroll;
}
.popup-modal .youtube-block {
	text-align: center;
}


.padLeft0{
	padding-left:0px;	
}

/*policy certificate reissue */
.tax-certificate-head-icon{
background:url(../images/icon/error.png) no-repeat;
}
.ulList h4{
padding: 7px 0 0 30px;
}
.ulList ul li span a{
	text-decoration:none;
	color:#00693C;
	display:inline;
}
.ulList ul li span a:hover{
	text-decoration:underline;
}

.headingText{
	color:#000;
}
.addressChnageContainer label{
	padding-right : 18px;
}
/*  Added for Financial Estimation requirements */

.popup-button-style{
	width:17%;
	background:#d0d0d0;
	color:#000;
	box-shadow:2px 2px 2px #888888;
	-webkit-box-shadow:2px 2px 2px #888888;
	-moz-box-shadow: 2px 2px 2px #888888;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0 2px 0 0; 
}


.popup-Singlebutton{
	margin-top:10px;
	background:#d0d0d0;
	color:#000;
	box-shadow:2px 2px 2px #888888;
	-webkit-box-shadow:2px 2px 2px #888888;
	-moz-box-shadow: 2px 2px 2px #888888;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width:100%;
}
.popup-body-content{
    margin: 15px 0 0px 30px
}
.text{
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 65px;
}
.end-buttons{
	margin-top:10px;
	background:#d0d0d0;
	color:#000;
	box-shadow:2px 2px 2px #888888;
	-webkit-box-shadow:2px 2px 2px #888888;
	-moz-box-shadow: 2px 2px 2px #888888;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left:10px;
	float:right;
	display:none;
}

.popup-modal .fin-mob-overlay{
	position:absolute;
	top::-5px;
	left:25%;
	width:50%;
	z-index:5;
	padding:10px 1px 0;
	font-weight:normal;
	background:#f2f2f2;
	border:2px solid #d9d9d9;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display:none;
	text-align: center;
}

.popup-modal .fin-mob-overlay a{
	text-decoration:none;
	color: #333333;
	font-weight:bold;
	font-size:14px;
	display:block;
}

.fin-mob-tab1, .fin-mob-tab3,.fin-mob-tab4 {
	display:block;
}


.fin-tab-mob-btn, .fin-tab-mob-btn:hover, .fin-tab-mob-btn:active, .fin-tab-mob-btn:focus, .fin-tab-mob-btn:focus:active{
	font-size:14px;
}

.fin-tab-mob-scroll {
	display:block;
}


.popup-modal .fin-tab-mob-scroll {
	width:100%;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #CCC;
	height:248px;
	overflow-y:scroll;
}
.popup-modal .fin-tab-mob-scroll a{
	text-decoration:none;
	color: #333333;
}

.popup-modal .finHeadText{
	margin-top:15px;
	margin-bottom:15px;	
}

.popup-button-style{
	background:#d0d0d0;
	color:#000;
	box-shadow:2px 2px 2px #888888;
	border-radius:6px;
	margin:0 3% 5% 0; 
}

.popup-4button-width{
	width:45%;
}
.Search{
	display:block;
}

.popup-5button-width{
	width:40%;
}

.rwd-single-buttons{
	display:none;
}

.popup-twoButton{
	width:100%;
	text-align:left;
}

.popup-body {
    margin: 10px 20px 0 20px;
}
.popup-body-content {
    margin: 15px 0 0px 5px;
}

.clear{
clear:both;
}

.fin-search-name-panel .col-d-10{
	padding-left:10px;
	padding-right:10px
}
.activeTab{
	border-bottom:3px solid #ff741a;
}

.buttonSize{
	width: 115px;
	margin-right: 20px;
} 
/* end financial popup modal*/


/* owner change and family name change*/
.taxCertReissueText{
	width:84%;
}

.cautionIcon {
	background:url(../images/icon/caution.png) no-repeat;
	padding-left:24px;
}

.container-box .listHeading{
	margin-bottom:10px;
	font-weight : bold;
	font-size:0.813em;	/*13px*/
}

.margin-top0{
	margin-top : 0px !important;
}
.margin-left0{
	margin-left : 0px !important;
}


.tick-box
{
	width:90%;
	float:left;
}
.alphabet
{
	width:10%;
	float:left;
	padding-right:15px;
} 

.alphabet3p
{
	width:10%;
	float:left;
	/*padding-right:15px;*/
} 


.procedure-head{
  display: block;
  color: #ba4c00;
  padding: 8px 14px;
  font-weight: bold;
}
.procedure-head  .procedureIcon{
	background:#ba4c00;
	border:2px solid #ba4c00;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:15px;
	height:15px;
	display:block;
	margin-right:5px;
}

.list-division{
	margin-top:15px;
}

.disableText{
	color:#8c8c8c;
}
/* end owner change */


/* Credit Card Name Change */

.warningMsg{
	color:#f00000;
	background:url(../images/icon/exclamanitaionIco.png) no-repeat; 
	padding-left:20px;
	font-weight:bold;
	margin-bottom:5px;
}
.warningMsg a{
	display:inline;
}


/* Security Enhancement */

.registration-tab-list{
	font-size:0.938em;
}
.registration-tab-list ul li span.icon-menu {
	margin-right:1px;
	margin-top: 5px;
}
.registration-tab-list ul li span.list-items {
	margin-left:1px;
}

.securityEnhancement .select-container{
	border: 1px solid #ccc;
	width:97%;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    overflow: hidden;
    background: #fff url("../images/icon/dropArrow.png") no-repeat center right;
	display:inline-block;
	vertical-align:middle;
}

.securityEnhancement .select-style select {
    padding: 10px 4px;
    width: 115%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	cursor:pointer;
}
/*.securityEnhancement .select-style select { width:150% \0/IE9; }  /* IE9 + IE10pp4 */

.select-style select:focus {
    outline: none;
}

.securityEnhancement .input-container {
	width:97%;
}


.securityEnhancement .confirm-data{
	word-break: break-all;
	margin-top:5px;
}

.security-email-OTP-modal,.security-question-modal {
	width:325px;
}

.security-OTP-btn-block,.security-OTP-block{
	display:none;
}
.security-input{
	padding-left: 25px !important; 
	background:url("../images/icon/password.png") no-repeat scroll 2% center;
	background-color:#fff;
}

.security-question-footer a{
	color: #006940;
	text-decoration:underline;
}

.securityContactInfo{
	display:block;
	background:#dcd8d8;
	border-radius: 50%;
    height:20px;
	width:21px;
}

.security-OTP-block{		
	margin-left:25px;		
}		
.popup-info-text {		
	color:#000000;		
	background:url(../images/icon/bullet.png) no-repeat left 3px;		
	padding-left:11px;		
	margin-left:15px;		
}

.secutity-otp-btn,.secutity-otp-btn:hover{
	font-size:1em;
}

.box-head .title_img{
	display:inline-block;
	vertical-align:top;
}
.box-head .title_text{
	width:88%;
	display:inline-block;
	line-height:1.42857143;
	margin-top:4px;
}

.securityEnhancement{
	padding-left:15px;
} 

.answerInput{
border: 1px solid #ccc;
width: 224px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
overflow: hidden;
background: #fff;
display: inline-block;
vertical-align: middle;
}

/* End : securityEnhancement CSS */


/* Wm surrender */
.whiteTxt{
	color:#fff;
}
.select-dropdown{
	width:100px !important;
}
.select-dropdown select{
	width:121px !important;
}

.japaneseBankContainer,.foreignBankContainer{
	padding-left : 12px;
}


.japaneseBankContainer .select-container, .foreignBankContainer .select-container,.TdLoanBank .select-container, .UL_Fund_Premium .select-container{
	border: 1px solid #ccc;
	/*82658
	reducing size of dropdown of financial modal*/
	/*width:87px;*/
	width:74px;
	
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    overflow: hidden;
    background: #fff url("../images/icon/dropArrow.png") no-repeat center right;
	display:inline-block;
	vertical-align:middle;
}

.japaneseBankContainer .select-style select,.foreignBankContainer  .select-style select,.TdLoanBank .select-style select,.UL_Fund_Premium .select-style select{
    padding: 10px 4px;
    /*82658
	reducing size of dropdown of financial modal*/
	/*width: 113px;*/
	width: 95px;
	
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	cursor:pointer;
}
/*.japaneseBankContainer .select-style select { width:150% \0/IE9; }  /* IE9 + IE10pp4 */

.japaneseBankContainer .input-container , .foreignBankContainer .input-container,.TdLoanBank .input-container,.UL_Fund_Premium .input-container {
	width:97%;
}

.postBankInput{
	width:50%;
	display:inline;
}
.passbookNumberInput{
	width:80%;
	display:inline;
}

.japaneseBankContainer .bank_detail,.foreignBankContainer .bank_detail,.TdLoanBank .bank_detail,.UL_Fund_Premium .bank_detail{
	padding-left : 12px;
	padding-bottom : 5px;
	display:none;
}
.japaneseBankContainer .radioLabelText,.foreignBankContainer .radioLabelText,.TdLoanBank .radioLabelText,.UL_Fund_Premium .radioLabelText{
	width:86%;
	display:inline-block;
}
.japaneseBankContainer, .foreignBankContainer,.UL_Fund_Premium{
	display:none;
}
.taxCertInfo span >a{
	display:inline;
}


.wm-policy-surrender-mobile{
	display:block;
}
.wm-policy-surrender{
	display:none;
}
.bankRadioLabelText{
	width:79%;
	display:inline-block;
}
.agreeText{
	display:none;
}
/*.wm-policy-surrender-mobile table{
	margin-bottom:5px;
}*/
/* end Wm surrender*/

.accordianContent{
	display:none;
}

.tax-reissueselect.otherOptionBox .select-container.selOtherOption select 
{
  -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
   appearance:none; 
}
.tax-reissueselect.otherOptionBox .select-container.selOtherOption select::-ms-expand {
    display: none;
}

.focusClass{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.note-text {
	background:url(../images/icon/orangebullet.png) no-repeat left 3px;
	padding-left:12px;
}

.note-text-black {
	background:url(../images/icon/bullet.png) no-repeat left 3px;
	padding-left:12px;
}


/* TD Load */
.underline{
	text-decoration: underline;
}
.slideDownIcon{
    width:30px;
    height:30px;    
    border-radius: 100%;
    background: url("../images/icon/plus.png") #006600 no-repeat; 
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
	cursor:pointer;
}
.slideUpIcon{
    width:30px;
    height:30px;
    border-radius: 100%;
    background: url("../images/icon/minus.png") #006600 no-repeat; 
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
	cursor:pointer;
}
.TD_Loan ul li{
    margin-bottom:6px;
    padding-left:20px;
    margin-top:0px;
    margin-left:0px;
    list-style:none;
}

.sub-list{
	margin:3px 0px 4px 0px;
}

.TD_head .listHeading{
	cursor:pointer;
}

/*end td loan*/



/* membership grade up */
.membership-scroll-container{
    	overflow: auto;
    	height: 163px;
     	margin-right: 0;
    	margin-bottom: 0; 
        padding: 15px 15px 15px 15px;
    }
.membership-scroll-container .nicescroll-rails{
	    background: #dfdfdf;
	    border-left: 1px solid #fff;
	    box-sizing: content-box;
}	

.membership-box-footer span.checkboxText{
	width: auto;
	padding-bottom:0px;
}
.membership-box-footer{
	background-color:#e7eaeb;
	margin-bottom:-15px;
	padding:12px;
}
.membership-box-footer span.checkboxEle , .checkbox-container span.checkboxEle1{
	display: inline-block;
	width: 23px;
	vertical-align:top;
}
.membership-box-footer span.checkboxText , .checkbox-container span.checkboxText{
	width: 87%;
	padding-bottom:0px;
}

.membership_uploadBtn{
	/*display:none;*/
	font-size:1em;
}
.membership_uploadBtn:hover{
	font-size:1em;
}
.membership_uploadInput, .eClaim_uploadInput{
	display:none !important;
}
.image_container .image-box{
    margin-bottom: 15px;
    background-color:#ddd0b1;
}

.image_container .image-box img{
	max-height: 100%;
	max-width:100%;
	border:12px solid #ddd0b1;
}


.membership-ulList ul li{
	margin-bottom:15px;
	background:url(../images/icon/grayCheck.png) no-repeat left top;
	padding-left:20px;
}	
	
.membership-ulList ul li	{
margin-bottom:6px;
}
	
.membership-ulList ul li {
	background:url(../images/icon/activeCheck.png) no-repeat left top;
}

.membership-ulList ul li:last-child {
	margin-bottom:0px;
}
.membership-ulList {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:15px;
	list-style:none
}
.membership-ulList.ulNoicon ul li{
		background: none;
		margin-bottom: 15px;
		padding-left: 0;
}
.membership-ulList.ulNoicon ul li:last-child{
	margin-bottom: 0;
}
.membership-ulList.ulNoicon ul li{
		background: none;
		margin-bottom: 15px;
		padding-left: 0;
}
.membership-ulList.ulNoicon ul li:last-child{
		margin-bottom: 0;
}
.membership-ulList h4{
	padding: 7px 0 0 30px;
}
.membership-ulList ul li span a{
	text-decoration:none;
	color:#00693C;
	display:inline;
}
.membership-ulList ul li span a:hover{
	text-decoration:underline;
}


.membershipBankContainer .select-container{
	border: 1px solid #ccc;
	width:224px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    overflow: hidden;
    background: #fff url("../images/icon/dropArrow.png") no-repeat center right;
	display:inline-block;
	vertical-align:middle;
}

.membershipBankContainer .select-style select{
    padding: 10px 4px;
    width: 245px;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	cursor:pointer;
}

/* end membership grade up */

/*ul fund widral */


.UL_Fund_pad{
margin-left: 20px;
}

.UL_Fund_pad .textOne{
	display: inline-block; 
	vertical-align: top;
	 width: 17px;
}
.UL_Fund_pad .text-details, {
	display: inline-block;
	width: 86%;
}
.insurancePremiumRadioText{
	display: inline-block;
	width: 87%;
}

/*end of ul fund widral


/* radio button and text */
.radioBtnEle{
	display: inline-block;
    vertical-align: top;
    width: 19px;
}
.radioBtnLabelText{
	display:inline-block;
	width:89%;
}
.addressSelectContainer{
	margin-left:5px;
}
/* end radio button and text */
label[for] { 
   cursor:pointer;
}
.row-margin{
	margin-left:0px !important;
	margin-right:0px !important;
}

/* button ok*/
button.btn.okbtn,a.btn.okbtn
{
     padding: 5px 55px;
}
/* end button ok*/

.reg_add_no{
	width:100%;
	display:block;
	margin-right:15px;
}
.reg_add_container{
	margin-bottom:3px;
}
.okBtnWidth{
	width:135px !important;
}


/*genric class */
.threeDigit{
	max-width:41px;
	display:inline-block;
}
.threeDigitContainer{
	width:72px;
}
.fourDigit{
	max-width:50px;
	display:inline-block;
}
.fourDigitContainer{
	width:80px;
}
.fourDigitComa{
	max-width:54px;
	display:inline-block;
}
.fiveDigit{
	max-width:60px;
	display:inline-block;
}

.fourDigitAlphaNumeric{
	max-width:61px;
	display:inline-block;
}

.fiveDigitAlphaNumeric{
	max-width:64px;
	display:inline-block;
}

.fiveDigitContainer{
	width:90px;
}
.sevenDigit{
	max-width:78px;
	display:inline-block;
}
.sevenDigitContainer{
	max-width:80px;
}

.eightDigit{
	max-width:88px;
	display:inline-block;
}  
.eightDigitComa{
	max-width:88px;
	display:inline-block;
}

.tenDigit{
	max-width:107px;
	display:inline-block;
}

.twentySevenChar{
	max-width:280px;
	display:inline-block;
}

.selectWrapWidth{
	width:100px !important;
}
.selectWidth{
	width:121px !important;
}


select{
	font-size:14px;
}

.streetAddress{
		margin-right:-20px;
}
 /* end genric class*/
 
 
 /*right menu */
 .rightMenu > div:not(.rightSubMenu){
	width:100%;	
	background-color:#fff;
	margin-top:5px;
	list-style-position:inside;
    border-left: 15px solid #ff6801;
	cursor:pointer;
	height:50px;
	
	/*padding-top:15px;
	padding-bottom:10px;*/
	padding-left:50px;
	padding-right:10px;
	display: table;
 }
 .rightMenu  div > span{
	display: table-cell;
    vertical-align: middle;
}
 
 .rightMenu > div:not(.rightSubMenu):hover,.rightMenu > div.active{
	background-color:#ff6801;
	list-style-position:inside;
    border-left: 15px solid #ff2a00;
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	
 }
 .rightMenu > div > span.plusIcon{
	background-image: url(../images/icon/menu/ml_icon_17_o.png);
	background-size: 20px 20px;
    background-repeat: no-repeat;
	background-position:right 0px top 15px;
	width:20px;
	height:35px;
	display:inline-block;
	float:right;
 }
 .rightMenu > div:hover span.plusIcon,.rightMenu .active > span.plusIcon {
	background-image: url(../images/icon/menu/ml_icon_17_w.png);
	background-size: 20px 20px;   
 }
 .rightMenu > div  > span.minusIcon{
	background-image: url(../images/icon/menu/ml_icon_18_o.png);
	background-size: 20px 20px;
    background-repeat: no-repeat;
	background-position:right 0px top 15px;
	width:20px;
	height:35px;
	display:inline-block;
	float:right;
 }
 .rightMenu > div:hover span.minusIcon ,.rightMenu .active > span.minusIcon{
	background-image: url(../images/icon/menu/ml_icon_18_w.png);
	background-size: 20px 20px;   
 }
 
 /* insurance claims */
 /*[QC-82850][Start][24-July-2017][Added url for image to be displayed on right menu tab and modified background position]*/
 .rightMenu .insuranceClaims{
	background-image: url(../images/icon/menu/ml_icon_01_o.png), url(../images/icon/menu/ml_icon_19_o.png);
	background-size: 30px 30px,30px 30px;
	background-position:10px 10px,right 10px top 10px;
	background-repeat: no-repeat, no-repeat;
	padding-right:45px;
 }
 /*[QC-82850][End][24-July-2017]*/
  .rightMenu .insuranceClaims:hover, .rightMenu .insuranceClaims.active{
	background-image: url(../images/icon/menu/ml_icon_01_w.png);
	background-size: 30px 30px,30px 30px;
 } 
 
 /* family name change */
 .rightMenu .familyChange{
	background-image:url(../images/icon/menu/ml_icon_03_o.png);
	background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
 }
  .rightMenu .familyChange:hover, .rightMenu .familyChange.active{
	background-image:url(../images/icon/menu/ml_icon_03_w.png);
	background-size: 30px 30px;
 }
 
 /* credit Card Change */ 
 .rightMenu .creditCardChange{
	background-image:url(../images/icon/menu/ml_icon_04_o.png);
	background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
 }
  .rightMenu .creditCardChange:hover,.rightMenu .creditCardChange.active{
	background-image:url(../images/icon/menu/ml_icon_04_w.png);
	background-size: 30px 30px;
 }
  /* accountChange */
 .rightMenu .accountChange{
	background-image:url(../images/icon/menu/ml_icon_04_o.png);
	background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
 }
  .rightMenu .accountChange:hover, .rightMenu .accountChange.active{
	background-image:url(../images/icon/menu/ml_icon_04_w.png);
	background-size: 30px 30px;
 }
   /* accountChange */
 .rightMenu .bankCardChange{
	background-image:url(../images/icon/menu/ml_icon_04_o.png);
	background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
 }
  .rightMenu .bankCardChange:hover, .rightMenu .bankCardChange.active{
	background-image:url(../images/icon/menu/ml_icon_04_w.png);
	background-size: 30px 30px;
 }
   /* TDLoan */
 .rightMenu .TDLoan{
	background-image:url(../images/icon/menu/ml_icon_02_o.png);
	background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
 }
  .rightMenu .TDLoan:hover, .rightMenu .TDLoan.active{
	background-image:url(../images/icon/menu/ml_icon_02_w.png);
	background-size: 30px 30px;
 }
 /*SUL Fund Switching/Target Rider */
 .rightMenu .Captilization{
	background-image:url(../images/icon/menu/ml_icon_20_o.png);
	background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
 }
  .rightMenu .Captilization:hover, .rightMenu .Captilization.active{
	background-image:url(../images/icon/menu/ml_icon_20_w.png);
	background-size: 30px 30px;
 }
 
    /* TDsurrender */
 .rightMenu .TDsurrender{
	background-image:url(../images/icon/menu/ml_icon_05_o.png);
	background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
 }
  .rightMenu .TDsurrender:hover, .rightMenu .TDsurrender.active{
	background-image:url(../images/icon/menu/ml_icon_05_w.png);
	background-size: 30px 30px;
 }
     /* certificateReissue */
 .rightMenu .certificateReissue{
	background-image:url(../images/icon/menu/ml_icon_06_o.png);
	background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
 }
  .rightMenu .certificateReissue:hover, .rightMenu .certificateReissue.active{
	background-image:url(../images/icon/menu/ml_icon_06_w.png);
	background-size: 30px 30px;
 }
 
 .rightSubMenu{
	 display:none;
 }
 .rightSubMenu > div{
	width:100%;	
	background-color:#f4f0e5;
	margin-top:1px;
	cursor:pointer;
	height:50px;
	
	padding-left:45px;
	padding-right:10px;	
	
	background-image:url(../images/icon/menu/ml_icon_19_o.png);
	background-size: 30px 30px;
	background-position:10px 10px;
	background-repeat: no-repeat;	
	display: table;
}
 .rightSubMenu > div:hover{
	background-color:#8e8b85;
	text-decoration:underline;
	font-weight: bold;
 }

 
 /*popup right menu */
 .menuPopup{
	width:465px;
	position:absolute;
	z-index:2;
	display:none;
	background-color:rgba(0,0,0,0.7);
	padding:20px;
}
.menuPopup .closeBtn{
	position: absolute;
	color:#fff;
	right: 5px;
	cursor:pointer;
	top:1px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.menuPopup .arrow{
	position: absolute;
	right: -29px;
	top: 42px;
	
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-left: 29px solid rgba(0,0,0,0.7);
	border-bottom: 8px solid transparent;
}

.menuPopup .menuContainer{		  
   width:100%;
   height:100%;
   position:relative;
}
.menuContent{
	color:#000;
	opacity:1;
	background-color:#fff;
	width:285px;
	display:inline-block;
	float:left;
 }
 .menuRightBar{
	opacity:1;			
	width:140px;
	display:inline-block;	
	color:#fff;			
 }
.textAContainer{
	padding:15px 15px 5px 15px;
 }
 .textAContainer .menuImg{
	width:70px;
	height:70px;
	margin-right:15px;
	float:left;
 }
 .textAContainer .menuHeadingText{
	height:70px;
	display:table;
 }
 .textAContainer .menuHeadingText p{
	display:table-cell;
	vertical-align:middle;
	color:#ff6801;
	font-weight:bold;
 }
 .textBContainer{
	padding:5px 15px 5px 15px;	
	min-height:75px;
 }	
 .textCContainer{
	padding:15px 15px 15px 15px;	
	background-color:#e7e6e6;
	min-height:105px;
 }	
 .textCContainer .infoImg{
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	height: 70px;
	margin-right: 15px;			
	text-decoration: none;
	vertical-align: middle;
	width: 70px;
	float:left;
 }

.textCContainer .infoText{
	height:70px;
	display:table;
}
.textCContainer .infoText p{			
	display:table-cell;
	vertical-align:middle;
}
.menuContentFooter {	
	padding:15px 15px 5px 15px;
}
.menuPopup .menuRightBar .tabBtn {
	background-color:#fff;
	color:#000;
	height:60px;
	display:table;
	margin-left:10px;	
	margin-bottom:10px;
	padding: 5px 10px;
	border:2px solid #fff;
	cursor:pointer;
	width:130px;
}
.menuPopup .menuRightBar .tabBtn p{
	display:table-cell;
	vertical-align:middle;		
}
.menuPopup .menuRightBar .tabBtn:hover{
	background-color:#ffebde;
	border:2px solid #ff6801;
}
		
.menuPopup .menuRightBar .tabBtn.activeTab{
	background-color:#ff6801;
	color:#fff;
	margin-left:0px;
	padding: 5px 20px 5px 10px;	
	border:2px solid #ff6801;
	width:100%;
} 

.textCContainer .infoIcon1{
	background:#fff url("../images/icon/menu/ml_icon_15_o.png") no-repeat scroll center center;
 }
 
 .menuPopup .hideMenu{
	display:none;
 }
 .textCContainer .infoIcon2{
	background:#fff url("../images/icon/menu/ml_icon_14_o.png") no-repeat scroll center center;
 }
 .textCContainer .infoIcon3{
	background:#fff url("../images/icon/menu/ml_icon_16_o.png") no-repeat scroll center center;
 }
 .textCContainer .infoIcon4{
 	background:#fff url("../images/icon/menu/popup-icon-2.png") no-repeat scroll center center;
 }
 .textCContainer .infoIcon5{
 	background:#fff url("../images/icon/menu/popup-icon-3.png") no-repeat scroll center center;
 }
 /*end of right menu */
 
 

 
 /*****PWS To CWS NEW*****/
 .cwsPage{
	 margin-bottom:0px;
 } 
 .cwsBanner{
	/*margin-top:45px;*/
 }
 .cwsBanner > .container {
	background-image:url(../images/pws_cws_banner_mobile.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display:block;
 }
 
 .cws-banner-buttons{
	/*margin-top:375px;*/
	margin-top:-60px;
	padding-right:15px;	
 }
 .cws-banner-buttons  > div {
	 padding-right:0px;
 } 
 .cws-banner-buttons .btn, .registrationCompletionBg .btn{
	 font-size:.75em; 
	 padding:10px 0px;
 }
 
 .cws-btn{
	 width:160px;
 }
 
 .registrationCompletionBg > .container{
	background-color:#e6ecd5;
	 padding:20px 15px;
 }
 
 .registrationCompletionBg h2{
	color: #136b3c;
    font-weight: bold;
    margin:0px 0px 10px 0px;
 }
 
 .registrationCompletionBg .stepBg{
	 display:inline-block;
	 margin:10px 0px 10px 0px;
	 vertical-align:top
 }
 .registrationCompletionBg .imgContainer{
	 display:table;
	 height:50px;
 }
 .registrationCompletionBg .iconContainer{
	 display:table-cell;
	 vertical-align: middle;
	 width:52px;
 }
 .registrationCompletionBg .iconContainer img{
	 width:50px;
	 height:50px;
 }
 .registrationCompletionBg .arrowContainer{
	 display:table-cell;
	 vertical-align: middle;
 }
 .registrationCompletionBg .arrowContainer img{
	width:9px;
	height:8px; 
 }
 .registrationCompletionBg .stepText{
	margin:3px 0px;
	padding:0px;
	width:50px; 
 
	color: #0c6439;   
    font-weight: bold;
 }
 
 
 .availableServiceBg > .container{
	background-color:#faf7f7;
	padding:0px 15px 20px 15px;
 }
 .parent-circle{
	 width: 250px;
	 height: 94px; 
	 position: relative;
	 overflow-y: hidden;
	 margin:0 auto;
 }
 .half-circle{
	width: 250px;
    height: 150px;	
    background-color: #82a12c;  
	border-radius: 0 0 150px 150px;
	margin-top:-58px;
	padding-top:73px;
	padding-left:45px;
	padding-right:45px;
	position:absolute;	
	
	color:#ffffff;
	font-weight:bold;
 }
 .availableServiceBox{
	 margin:15px 0;
	 width:100%;
 }
 .availableService{
	padding:10px 15px;
 }
 
.cws-available-service-list li{
	background:url(../images/icon/circle.png) no-repeat;
	padding-left:18px;
	margin-bottom:5px;
}

.availableService .iconHeading{
	height:40px;
	display:table;
	padding-left:50px;
	margin-bottom:10px;
}
.subscriptionIcon{
	background:url(../images/icon/ml_icon_service_01.png) no-repeat;
}
.procedureIcon{
	background:url(../images/icon/ml_icon_service_02.png) no-repeat;
}
.otherIcon{
	background:url(../images/icon/ml_icon_service_03.png) no-repeat;
}
.availableService .iconHeading span{
	display:table-cell;
	vertical-align:middle;
	color:#0c6439;	
	font-weight:bold;
}

.availableServiceInfo{
	border:1px solid #82a12c;
	padding:15px;
	width:100%;
	border-radius:3px;
}
.availableServiceInfo .serviceInfoHeading{
	color:#0c6439;
	text-align:left;

	font-weight:bold;
}
.availableServiceInfo .noteInfo{
	text-align:left;
}
.availableServiceInfo .noteInfo span{
	display:inline-block;
}
 
 .mainServicesBg > .container {
	background-color:#e5ebd5; 
	padding:20px 15px;	
 }
 .mainServicesTable{
	padding-right:0px;
	padding-left:0px;
 }
 .mainServicesTable table thead > tr{
	 background-color:#84a12d;
	 font-weight:bold;
 }
 .mainServicesTable .oddRow{
	background-color:#e5ebd5;
 }
 .mainServicesTable .evenRow{
	 background-color:#fff;
 }
 .mainServicesTable .headWidth {
   min-width:95px;
}
.mainServicesTable .rightBorder{
	border-right:1px solid #84a12d !important;
}
.mainServicesTable .verticalMiddle{
	vertical-align:middle;
}

 .mainServicesTableLeftWrapper{
	padding-right:0px; 
	padding-left:0px;
	padding-bottom:10px;
 }
 
.mainServicesTableLeftWrapper .CWSImg{
	width:100%;
	height:100px;
	display:inline-block;
	text-align:center;
}

.mainServicesTableLeftWrapper .CWSHeadingText p{
	text-align:center;
	color:#0c6439;
	font-weight:bold;
	padding-left:15px;	
}

 /**** end ****PWS To CWS *****/
 /*****PWS To CWS Added for Day 2 page*****/
	.convenientServiceBg{
		/*background-color:#e6ecd5; */
		/*padding-bottom:20px; */
	} 
	.convenientServiceBg > .container{
		background-color:#e6ecd5; 
		padding:0px 15px 20px 15px; 
	}
	.convenientServiceBg .gradeUp{
		margin:15px 0px;
	}
  .convenientServiceBg .gradeUpInfo{
	  color:#0c6439;
	  font-weight:bold;
  }
  .convenientServiceBg .gradeUpText{
	  color:#ff6800;
	  font-weight:bold;	
  }
  .convenientServiceBg .serviceSupport{
	background:url(../images/icon/ml_icon_24.png) no-repeat center left;
	height:70px;  
	padding-left:85px;
	display:table;
	margin-bottom:10px;
  }
  .convenientServiceBg .serviceSupport span{
	display:table-cell;
	vertical-align:middle;	
	color:#82a12c;
	font-weight:bold;
	background-color:#fff;
	padding:3px;	
  }
  
  .convenientServiceBg .procedure .web{
	background:url(../images/icon/ml_icon_pc.png) no-repeat;
	height:30px;
	padding-left:35px;
	padding-right:15px;
	margin-bottom:10px;
	
	line-height:30px;	
  }
 
  .convenientServiceBg .procedure .mail{
	background:url(../images/icon/ml_icon_post.png) no-repeat; 
	height:30px;
	padding-left:35px;
	margin-bottom:10px;
	
	line-height:30px;
  }
  .servicesAvailable{
	 margin-bottom:20px;
  }
  .servicesAvailable table thead  tr{
	 background-color:#84a12d;	
   }
   .servicesAvailable table thead  tr th{	
		color:#fff;	 	 
		font-weight:bold;
		border-bottom:0px;	 
		border-right:1px solid #d6e0ba;
		border-left:1px solid #d6e0ba;
		border-top:1px solid #d6e0ba;	
	    vertical-align:middle;
		
		padding:5px 0px;		
   }
   .servicesAvailable table td{
		border-top:0px;
		border-right:1px solid #d6e0ba;
		border-left:1px solid #d6e0ba;
		border-bottom:1px solid #d6e0ba;	
		vertical-align:middle;
		padding:8px 5px;	
		
   }
   .servicesAvailable table td{
	   background-color:#fff;
   }
   .servicesAvailable .leftHeading{
		background-color:#a7bd6c;
		color:#fff;
		vertical-align:middle;
		font-weight:bold;
		padding:8px 5px;
   }
      
   .servicesAvailable table .webRow{
		background:url(../images/icon/ml_icon_pc.png) no-repeat;
		height:30px;
		padding-right:40px;	
		background-color:#fff;
		
		background-position:right 5px center; 
    }
    .servicesAvailable table .mailRow{
	   background:url(../images/icon/ml_icon_post.png) no-repeat;
	   height:30px;
	   padding-right:40px;	
	   background-color:#fff;
	   
	   background-position:right 5px center; 
    }
	.servicesAvailable table .webMailRow{
	   background:url(../images/icon/ml_icon_post.png) no-repeat,url(../images/icon/ml_icon_pc.png) no-repeat;
	   height:60px;
	   padding-right:40px;	
	   background-color:#fff;
	   
	   background-position:right 5px top,right 5px top 30px; 
    }
	.servicesAvailable sup{
		position: relative;		
		top:-15px;
	 }
   .servicesAvailable table .quickMember{
	   width:60px;
	   text-align:center;
   }
   .servicesAvailable table .tableHeading{
	   padding-left:5px;
    }
	.servicesAvailable .avaliable{
	   background:url(../images/icon/avaliable.png) no-repeat center;	 
	   width:16px;
	   height:16px;
	   display:block;
	   margin:0 auto;
	}
	.servicesAvailable .notAvaliable{
	   background:url(../images/icon/not-avaliable.png) no-repeat center;	 
	   width:12px;
	   height:12px;
	   display:block;
	   margin:0 auto;
	}
	
	.servicesAvailable .textOne{
		display: inline-block; 
		vertical-align: top;
		 width: 32px;
		 text-align:left;
	}
	.servicesAvailable .text-details{
		display: inline-block;
		width: 86%;
	}
	.servicesAvailable .servicesAvailableNote{
		text-align:left;
		margin-bottom:15px;		
	
	}
	.servicesAvailable .other{
		background:url(../images/icon/greenbullet.png) no-repeat;
		background-position:left top 3px;
		padding-left:15px;
		display:block;
	}
	.servicesAvailable .otherTxt{
		padding-left:15px;
		display:block;
	}	
 /**** end ****PWS To CWS Addition *****/
 
 
 .noLiBg ul li {
	background:none;
 

  }
 
.tax-certificate-head-icon{
background:url(../images/icon/error.png) no-repeat;
}
.ulList h4{
padding: 7px 0 0 30px;
}
.ulList ul li span a{
text-decoration:none;
color:#00693C;
}

.backBtnMsgLoggedout{
 	width:100%;
 	font-size:15px;
 	/*margin:50px 0px -55px 0px;*/
	margin:5px 0px 0px 0px;
 	padding-left:15px;
 	padding-right:15px;
 }
 .backBtnMsgLoggedin{
 	width:100%;
 	font-size:15px;
 	/*margin:50px 0px -55px 0px;*/
	margin:5px 0px 0px 0px;
 	padding-left:15px;
 	padding-right:15px;
 }
 .backBtn{
 	max-width:460px;
 	margin-left: auto; 
 	margin-right: auto;
 }
  .form-control{
 	padding:6px 5px;
 }
 .selectedAddress{
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
 }

 input[type="date"].form-control{
		height:32px;
}

.chkradio_container{
	display:table;
	width:100%;
}
.notice-indent.chkradio_container{
	display:block;
	width:100%;
}
.chkradio_box{
	display:table-cell;
	width:23px;
	vertical-align:top;
}
.chkradio_text.no-wrap{
	display:inline-block;
	clear: both;
    float: left;
}
.chkradio_text{
	display:table-cell;	
}

.normal-td td a {
	color: #000000;
	text-decoration: none;
}
.normal-td td a:hover {
	text-decoration:none;
	opacity: 1;
}

.address-change-block a{color:#00693c;}

/***********************Insurance claim page css****************************/
/*******************page-1*****************/
.marginTopZero{
	margin-top:0px !important;
}
.marginBottomZero{
	margin-bottom:0px !important;
}
.unchecked-inner-list{
	padding-left:40px;
	margin-top:10px;
}
.unchecked-inner-list li{
	background:none !important;
	list-style-type:disc;
	padding-left:0px !important;
}
.telephone-search{
	margin-left:20px;
	padding-bottom:10px;
}
.telephone-search .id-info, .table-top-heading.id-info{
	padding-top:10px;
	padding-bottom:0px;
}
.telephone-search .id-info ul li{
	font-weight:bold;
}
/*************************page-2********************/
.square-type-list{
	list-style:square;
	list-style-position: inside;
	margin-bottom:20px;
}
.square-type-list li{
	font-size:0.750em;
}
.square-type-list .data-list-container{
	padding-bottom:0px;
	padding-left:17px;
}
.list-inner-text{
	padding-left:30px;
	display:table;
}
.list-inner-text span{
	padding:0px 10px;
}
.list-left-side{
	display:table-cell;
	min-width:100px;
}
.list-arrow-mark{
	display:table-cell;
}
.list-right-side{
	display:table-cell;
}
.dark-gray-box{
	background-color:#a8a8a8;
}
.pageTab3 .id-info{
	padding-top:10px;
	padding-left:5px;
}
.pageTab3 .id-info p{
	font-weight:normal;
}
.pageTab3 .id-info .data-list-container{
	padding-bottom:5px;
}
/*
.dark-gray-box .id-info{
	padding-top:10px;
	padding-left:5px;
}
.dark-gray-box .id-info .data-list-container{
	padding-bottom:5px;
}
*/

.left-margin-zero{
	margin-left:0px !important;
}
/*
.dark-gray-box .spec-list-outer{
	margin-bottom:20px;
}
*/
.image-box-dim{
	min-height:100px;
}
.small-box{
	background-color: #ddd0b1;
	width:100%;
	padding:15px;
	margin-bottom:15px;
}
.small-box a{
	color: #006940;
}
.small-box p{
	margin:0 0 5px;
}
.outerBox .insurance-claim-page-3 .btnList{
	    margin-right: 0px;
}
.digit-help-text{
	display:table;
}
.help-text-content{
	display:table-cell;
	vertical-align:middle;
}
.radio-button-group .checkboxEle{
	display:inline-block;
}
.mobile-box{
	font-size:0.750em;
	margin-bottom:15px;
}
.mobile-box p{
	font-size:1em;
}
.mobile-box .id-info{
	padding-top:0;
}
.weblinkPage .form-group label{
	padding-bottom:0;
}
.pageTab1 .box-head , .pageTab5 .box-head{
	line-height: 25px;
}
.pageTab2 .select-style select , .pageTab4 .select-style select, .weblinkPage .select-style select{ 
	padding: 8px 4px;
}
.pageTab4 .change-section-head{
	background:none repeat scroll 0 0 #EBEBEA;
}
.pageTab5 .small-box{
	background:none;
}
select.disabled{
	cursor:auto !important;
}
.part2 ,.part3 ,.part4 ,.part5, .part6{
	display:none;
}
.policyNumber{
	vertical-align:middle;
	line-height:36px;
}
.insurance-claim-page-3 p,
.insurance-claim-page-3 div,
.insurance-claim-page-3 li{
	font-weight:normal;
}
.pageTab4 .alphabet{
	width:1%;
}
.pageTabLabel{
	margin-top:12px;
}
/***********************End Insurance claim page css******************************/
/***********************New popup pages css***************************************/
#oneTimePasswordModalLabel{
	display:inline;
}
#otpNotReceivedModalLabel{
	display:inline;
}
#loginSecurityQuestionModalLabel{
	display:inline;
}
 #downloadConfirmation-modal .modal-footer button:first-child{
 	font-size:0.85em;
 }
 #downloadConfirmation-modal .modal-footer button.btnHeight{
 	line-height:2.6;
 }
 .modal-body-content{
 	font-size:0.920em;;
 }
 .address-change-block a{color:#00693c;}

 a {
 	-webkit-touch-callout:none;
 }
 /*********Commented the following section as it was stopping copy paste from application body
 body{
	 -webkit-touch-callout:none;
	 -webkit-user-select:none;
 }
 *********************************************************************************************/
 .accordianBox table tr td{
 	text-decoration:none !important;
 }
 .customerCareLink{
 	text-decoration:none !important;
 }
/***********************End new popup pages css***********************************/
body.ios-devices.modal-open {
	position: fixed;
	left:0;
	top: 0;
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}
body.modal-open .modal{
	/***overflow-y:scroll;***/
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.notice-indent{
	/*padding-left:30px; */
	padding-left:36px;
	word-break:break-all; 
}
.email-indent{
	width:160px;
	display:inline-block;
}
.hasDatepicker::-ms-clear{
	display:none;
}
/**********************Registration information management changes******************************/
.rimRow{
	display:table;
}
.rim-left-column{
	width:100px;
	padding-right:15px !important;
	display:table-cell;
	vertical-align: top;
}
/**********************End Registration information management changes******************************/
/****************CSS for disabling context menu*****************/
.image-box{
	pointer-events: none;
}



.fieldset_box{
	border-radius: 5px; 
	border: 1px solid #a8a0a0;
	padding:10px;
	
	position: relative;
	padding-top:15px;
}

.fieldset_box legend{
	display:inline-block;
	width:auto;
	margin-bottom:0px;
	border-bottom:none;
	font-size:0.813em;
	
	
	position:absolute;
	top: -.5em;
	left: .5em;
	background-color:#EBEBEA;
	padding:0px 3px;
}

.ico_box{
                display:table;
                width:100%;
}
.ico_box .ico_box_part1, .ico_box .ico_box_part2{
                display:table-cell;
                vertical-align:top;
}
.ico_box .ico_box_part2{
                width:100%;
}
/*****************************Style for text indent********************************/
.text-indent{
	display:table;
}
.text-indent .textOne{
	display:table-cell;
}
.text-indent .text-details{
	display:table-cell;
}
/***************************End Style for text indent******************************/

.padLeft10{
	padding-left:10px;
}
.padLeft5{
	padding-left:5px;
}

.no-wrap{
	white-space: nowrap;
}
.verticalTop{
	vertical-align:top;
}
/*82804 start 28-6-2017 text alignment changes*/
.pad-left-15-mobile{
	padding-left:15px;
}
/*82804 end 28-6-2017*/
 
@media only screen and (min-width : 269px) and (max-width:991px) {
	.rightPanelFooter .backtoTop{
		width:100%;
		left:0px;
		margin-left:0px;
		bottom:0px;
	}
	.sslBlock  .regSSLText,.upperBlock .regSSLText{
		vertical-align:top;
	}
	.faq-gotop:hover, .faq-gotop a:hover{
		opacity:1 !important;
	}
	.faq-gotop{
		left:0;
	}
	/*
	.selectpadding{
		display:block;
		padding-left:15px;
		padding-right:15px;
	}
	*/
	.noDisplayMobile{
		display:none;
	}
	
	
}
@media (max-width: 365px) {
	/* post logout */
	.logout-iframe{
		width:100%;
	}
	
	.tablePopup + .tooltip > .tooltip-inner {
		width: 290px;
	}

	/*security enanchment*/
	.reg-menu-list ul li span.icon-menu{
		width:33px;
		height:33px;
	}
}

@media (min-width: 366px) and (max-width: 479px) {
	.tablePopup + .tooltip > .tooltip-inner {
		width: 330px;
	}	
}
 
@media (max-width: 480px) {	  
	.slideDownIcon{	
		vertical-align: top;
	}
	.slideUpIcon{		
		vertical-align: top;
	}
	.percent-width{
		width:79%;
		display: inline-block;
		vertical-align:top;
	}
	
}

@media (min-width: 480px) {
	
	.loginContainer{
		 margin-left:auto;
		 margin-right:auto;
	}
	.logoutContainer{
		 margin-left:auto;
		 margin-right:auto;
	}
	.inner-container-mobile{
		padding-left: 15px;
		padding-right: 15px;
	 }
	 
	.tablePopup + .tooltip > .tooltip-inner {
		width: 450px;
	}
}
@media only screen and (min-width : 768px) and (max-width:992px) {
	.footer{
		height:auto !important;
	}
	.foot-link{
		width:75%;
	}
	.cwsfooter{
		height:240px !important;
	}
	
	.tablePopup + .tooltip > .tooltip-inner {
		width: 500px;
	}
	.noDisplayTab{
		display:none;
	}
	.box-head{
		line-height:40px;
	}
		
}
@media (min-width: 730px) {
	/* post logout */
	.logoutContainer{
		 margin-left:auto;
		 margin-right:auto;
	}
	.modal-dialog.securityPopupWidth{
		width:460px;
	}
	.wideBox{
		max-width:520px;/*********change***********/
	}
	#downloadConfirmation-modal .modal-dialog{
		width:430px;
	}
}

/*tablet portrait*/
@media (min-width: 768px) {
	.navbar-collapse.collapse{
		overflow:auto !important;
	}
	body {
  		margin-bottom: 210px;
	}
	.navbar-toggle {display:block;}
	.footer {
		height:auto;
	}
	.footer .social-icon{
		float:right;
	}
	
	/* day 2 */
	/***popup modal****/
	.popup-modal{
		width:700px;
		
	}
	.popup-header{
		font-size:1em;
	}
	/* post logout*/
	.modal-margin-top{
		margin-top: 0px;
    }
	
	/*  Added for Financial Estimation requirements */
	.fin-tab-mob-btn, .fin-tab-mob-btn:hover, .fin-tab-mob-btn:active, .fin-tab-mob-btn:focus, .fin-tab-mob-btn:focus:active{
		font-size:1em;
	}
	
	/* owner change and family name change*/
	.alphabet{
		width:4%;
	}
	.alphabet3p{
		width:3%;
	}

	
}


/*Desktop*/
@media (min-width: 992px) {
	/*82804 start 28-6-2017 text alignment changes*/
	.pad-left-15-mobile{
		padding-left:0px;
	}
	/*82804 end 28-6-2017*/
	.sevenDigit{
		max-width:74px;
	}
	.tenDigit{
		max-width:103px;	
	}
	.padright15d{
		padding-right:15px;
	}
	.textBContainer .redText{
		width:101%;
	}
	.combineerror div{
		width:94%;
	}
	.leftShiftInput{
		margin-left:-50px;
	}
	.noticeTableScroll{
		height:112px;
	}
	.noticeTable table tr td div{
		height:36px;
	}
	.backBtnMsgLoggedout{
		font-size:inherit;
		/*margin:80px 0px -90px 0px;*/
		margin:10px 0px -10px 0px;
	}
	.backBtnMsgLoggedin{
	 	font-size:inherit;
	 	/*margin:125px 0px -125px -51px;*/
		margin:10px 0px -10px -51px;
	 	position:relative;
	 	z-index:1;
	 }
	.reg_add_no{
		display:inline;
	}
	table.dataTable tr.child span.dtr-title{
		width:30%;
	}
	table.dataTable tr.child span.dtr-data{
		width:60%;
	}
	.regBoxHead{
		line-height:40px !important;
	}
	.okModalWidth{
		width:425px !important;
	}
	/*.noticeTable table tr td div{
		height:35px !important;
	}
	.noticeTable table tr td div span{
		height:35px !important;
	}*/
	.select-container-faq{
		width:826px;
	}
	.riderCol1{
		width:380px !important;
		display:block;
	}
	.riderCol2{
		width:250px;
		display:block;
	}
	.riderInfoCol1{
        width:210px !important;
        display:block;
    }
    .riderInfoCol2{
        width:320px !important;
        display:block;
    }
    .riderInfoCol3{
        width:110px;
        display:block;
    }
	#span_text{
		font-weight:bold;
	}
	.logo {width:100%; max-width:148px; margin: 13px 0;}
	body {
		/* Margin bottom by footer height */
  		margin-bottom: 210px;  /* changes for OK Wave 10-Sep-2018*/
  		width:100%;/*fix on 24-feb-2017 for page shrink issue*/
	}
	body.CWS{margin-bottom: 80px;}
	body.modal-open {
		margin-bottom:100px;
	}
	body.modal-open header,body.modal-open footer{
		padding-right:17px;
	}
	header {
		/*position:fixed;*/
		top:0;
		width:100%;
		z-index:2;
	}
	.headTitle {
		margin:11px 0 10px -3px;
		padding: 16px 0 16px 28px;
	}
	.loginContainer {margin:25px auto 0 auto;}
	.passReissueContainer {margin:130px auto 0 auto;}
	.box-head {
		min-height:42px;
		line-height:42px;
	}
	.box-head img {width:25px; margin-right:15px;}
	.inner-container-bg input,.innerBoxBg input {height:auto; color:#000;}
	input[type="date"].form-control{
		height:44px;
	}
	.inner-container.btnMob button.defaultBtn{ margin-bottom: 0;}
	.errorIc {background:url(../images/icon/error.png) no-repeat; width:27px; height:22px; display:inline-block;margin-right:10px;}
	.infoCnt-hold {margin-right:4%;}
	.btn-send-mail{ margin-bottom:0px;}
	.infoCnt {
		width:20px; 
		height:20px; 
		border-radius:22px; 
		line-height:22px;
		top:2px; 
		left:16px; 
	}
	.mei-element{
		margin-top:30px;
	}
	input[type="radio"] + label span{width:17px; height:17px;}
	input[type="checkbox"] + label span{width:17px; height:17px;}
	.dob .select-container{margin-bottom:0px;}
	.dob .select-style select {padding: 7px 4px; }
	.dob .select-style.year select {width:130%}
	.dob .select-style.day select,.dob .select-style.month select{width:145%}
	.otherOptionBox .select-container {
		width:155px;
	}
	
	.modal-dialog{
		width:400px;
	}
	#downloadConfirmation-modal .modal-dialog{
		width:450px;
	}
	
	.box-footer span.checkboxText{
		width: auto;
		padding-bottom:0px;
	}
	.otherOptionBox .select-container {
		width:155px;
	}

	.outerBox .btnList{
	margin-left:15px;
	}
	/*.sslImg {
	top:5px;
	}*/
	
	/*Css for login-page scroll content*/
	.notice-scroll{
		height:130px;
		padding-right:10px; 
		margin-right:-10px;
	}
	
	.user-profile{
        padding-right: 15px;
        color: #ffffff;
    }
	.infoBlock p span{
		margin-right:15px;	
	}
    .navbar-collapse.collapse{
        display: none !important;
    }
    .breadcrumbsLinks li span, .breadcrumbsLinks li a{
		display:block;
		padding: 3px 15px;
    	margin-bottom: 0px;
	}
	.breadcrumbsLinks li.active span{
		padding: 0px 15px;	
	}
	.reg-em-verify{
		margin-bottom:0;	
	}
	.innerPageContainer {
      /*margin-top: 108px !important;*/
    }
    .innerPageContainerFAQ {
      /*margin-top: 80px !important;*/
    }
    .panelBlock .heading{
		padding:25px 0 5px;
	}
	.homeTile{
		margin-bottom: 25px;
	}
	.rightPanelWrapper { border-top: medium none; height: 100%; padding-top: 108px;position: absolute; top: 0; width: 360px;}
    .policyList { float:right; margin-right: 30px;}
    .conditionLink,.regLink{ margin: 0;}
    .announcement .alertInfo{ width: 94%;}
    /*.noticeTableScroll{  height: 110px; }*/
    .panelBlock .heading img{ margin-right: 5px; width: auto; height: auto;}
    .downBlock{	margin-bottom: 40px; margin-top:6px; }
    .rightPanelWrapper .blockSection.no-border{ border: none; }
    .iconBlock li:nth-child(odd){ padding-right: 15px;}
	.iconBlock li:nth-child(even){ padding-left: 15px;}
	.callcenterinfo,.procedure {margin-top:2px;}
	.rightPanelWrapper .blockSection.procedure {padding-bottom:15px;} /*371 - OK WAVE - 2018/09/20 - Changed form 3 PX to 15PX*/
	.callcenterinfo a span{ text-decoration: none;}
	.callcenterinfo img{ width: auto; height: auto; margin-right:7px;}
	.procedure img{ width: auto; height: auto; margin-right:7px;}
	.acptDuration {margin-top:-5px;}
	.sslRight{
		text-align:right;
	}
	.sslBlock .regSSLText, .upperBlock .regSSLText{
		width:auto;
	}
	.important span.info{
		width:97%;
	}
	.tel-text a, .tel-text a:hover,.tel-text a:focus,.tel-text a:active{ text-decoration: none; cursor: text;}
	/* Registration page css*/
	.new-reg-top-space{	/*margin-top:75px;*/}
	.reg-container-bg, .tax-certificate-bg{ margin-bottom: 20px; }
	.container-box.tax-certificate-bg{ margin-bottom: 0px; margin-top:10px; }
	.sslBlock{ padding:19px 0 15px; }
	.sslBlock div:first-child{ margin-bottom: 0px;}
	.ssl-info{ width: auto;}
	.reg-menu-list ul{ padding-bottom: 14px;}
	.reg-menu-list ul li{ margin-right: 0; }
	/*RIM*/
	.reg-mngmnt-top-space{/*margin-top:112px;*/}
	.reg-info-mngmnt .btnList{ margin-right: 0;}
	.double-button-text .btnBlock{ float: right; margin-top: 0;}
	.double-button-text { padding: 5px 15px;}
	.double-button-text button.btn:first-child{margin-right:0;}	
	.main-heading{ display: inline; margin-bottom: 0;}
	.textAreaVerify{text-align:left;}
	.row.userNameTextBox>div:first-child{
		margin-bottom:10px;
	}
	/*Policy Details*/
	.policy_update .col-md-3{
		width:30%;
	}
	.accordianSubContainer{
		margin-bottom:20px;
	}
	.policySummaryContainer label{
		text-align: left;
	}
	.policySummaryContainer {
		margin: 25px 0 25px 0;
	}
	.sub-head {
		min-height:42px;
		line-height:42px;
	}
	.menuLinkWrapper{
		margin-top: 0;
	}
	.policyTableWrapper table.table-responsive{
		border-bottom: none;
	}
	.tree-icon{
		
		background:url(../images/icon/white-plus.png) no-repeat left 10px;
		padding-left: 35px;
		
	}
	.faq-block-head.inner-box-head .tree-icon, .faq-block-head.box-head .tree-icon{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.inner-box-head .tree-icon{
		background-image:url(../images/icon/black-plus.png);	
	}
	.tree-icon.minus-icon{
		background-image:url(../images/icon/white-minus.png);
	}
	.inner-box-head .tree-icon.minus-icon{
		background-image:url(../images/icon/black-minus-icon.png);
	}
	.inner-box-head{
		line-height: 42px;
  		min-height: 42px;
		padding-left:40px;
	}
	
	.accordianBox .subLevel{
   		 padding-left: 40px;
   		 padding-right: 18px;
	}
	
	.faqcontlink{
		margin-top:5px;	
	}
	.faq-cont {
    	margin-left: 58px;
	}
	.faq-secbox{
	
	border-right:1px solid #e3e1e1;
	border-bottom:none;
	}
	.faq-secbox p:last-child{
		margin-bottom:0;	
	}
	.queryIcon{
		background:url(../images/icon/query-icon.png) no-repeat;
		width:25px;
		height:25px;
		margin-right:3px;	
		}
	
	.contract{
		background:url(../images/icon/contract.png) no-repeat;
		width:25px;
		height:25px;
		margin-right:3px;	
		}
	a.link,a.link:focus,a.link:active,a.link:focus:active{
		text-decoration:none;
	}
	a{
		text-decoration:none;
	}
	
	a:focus{
		text-decoration:none;
	}
	
	a:hover{text-decoration:underline;}
	
	/*FAQ*/
	.upperBlock{
		padding: 23px 0 11px;
	}
	.upperBlock .sslRight .iconContainer{
		text-align: center;
	}
	.upperBlock div{
		margin-bottom: 0;
	}
	/* Css for Tax certificate */
	.addressOptions .addresContainer label{
		padding-left:0px;
		padding-top:10px;
	}
	.condCheckedContainer{
		display:none;
		padding-left:30px;
	}
	.otherOptionBox .select-style select {
		padding: 4px 4px;
	}
	.addressContainer label{
		margin-bottom:0px;
	}
	.tabSecuritiesNumber .checboxTabWidth{
		width:2%;
	}
	
	.policy-number{ display:inline;}
	.tabSecuritiesNumber .productName{
		width:auto;
	}
	.addressContainer label{
	padding-right:18px;
	width:auto;
	}
	.tax-reissueselect.otherOptionBox .select-container.selOtherOption select{
	width:120%;
	}
	
	.tax-re-radiowrap{
	display: inline-block;
	margin-left:10px;
	margin-top:0px;
	}
	.container-box .reg-un-head{margin-bottom:14px}	
	.postalCode-head{
	margin-top:0px;
	font-weight:normal;
	}	
	/*.change-section-wrap{
		margin-left: 25px;
		
	}*/
	.change-section-head{
	
	    	line-height: 37px;
	    	min-height: 37px;
	    	
   
	}
	.address-modal{
		width:595px;
		
	}
	.address-modal .modal-body{
		text-align:center;	
	}
	.address-modal .modal-body .address-modal-contents>div {
		margin-top:5px;
	}
	
	.new-address,.new-phone{ margin-top:20px; }
	.addresscontinuation{ display:inline; }
	.policyDataTable{
		word-wrap:break-word;
		/*white-space:normal;*/
		margin-bottom:23px;
	}
	
	.address-change-block{
		display:inline;	
		
	}
	.address-change-block a{color:#00693c; cursor:text;}
	.address-change-block a:hover{text-decoration:none;}
	/*****PWS To CWS *****/
	.banner {margin-top:74px;}
	.bannerText {margin-top:80px}
	.bannerText h1 {margin-bottom:15px; }
	.banner-buttons{ margin-top:40px; }
	.banner-buttons .btn.btn-default{ margin-top:0;}
	.cws-signup{ margin-top:25px;}
	.containCWS h2{ margin-top:60px;}
	.cwsfeaturewrap{ margin-top:45px;margin-bottom:55px}
	.featureConts{ padding-left:23px; margin:0;}
	.cws-chart-head{ padding:35px 0 0 44px; background:url(../images/icon/cws-chart-icon.png) no-repeat left bottom;}
	.followup-blocks-wrap{padding:5px 0;}
	.cws-signup{ width:160px; margin-bottom:60px; }
	.CWStableWrapper{ margin-top:30px; margin-bottom:60px;}
	.CWStableWrapper .table{ width:600px;}
	.followup-blocks{ 	height:150px;	}
	.pwsFaqContainer { /*margin-top: 62px;*/}
	.faq-gotop{ 
		position:fixed; 
		z-index:10;
		bottom:100px; 
		right:40px; 
		width:36px;
		height:36px;
		margin:0 auto;
		background: url('../images/icon/slideArrow.png') no-repeat;
		background-position:0 bottom;
		cursor:pointer;
		}
	.faq-gotop a{display:none; line-height:30px;}
	/*****PWS To CWS *****/
	.footer {
		height:auto;
		padding-top:0px;
	}
  	.footer .copy {
		margin:10px 0 5px 0;
		width:50%;
		border:none;
		padding:0;
  	}
	.footer a {
		width:auto;
		margin:0;
  	}
	.footer .foot-link {
		margin-top:25px;
		margin-left:-10px;
		width:75%;
	}
	.footer .foot-link li{
		/*line-height: 10px;*/
		border-right:1px solid #aaa5a5;
		padding:0 10px;
		width:auto;
		margin-bottom:0;
		
	}
	.footer .social-icon {
		margin-top:25px;
		float:right;
		margin-bottom:0;
	}
	.footer .social-icon a{
		margin-right:0px;
		margin-left:25px;
	}
	
	/*css changes for logedIn user start*/
    .loggedIn .loginContainer{ margin-top: 132px;}
	.loggedIn .headTitle {padding: 24px 0 12px 20px;}
	.loggedIn .logo {margin:14px 0;}
	/*css changes for logedIn user end*/
	

	/* Css for Tax certificate */
	.addressOptions .addresContainer label{
		padding-left:0px;
		padding-top:10px;
	}
	.otherOptionBox .select-style select {
		padding: 4px 4px;
	}
	
	/************************************css for fine tuneing***********************************************/
	.loginContainer .inner-container-bg a {margin-bottom:0;}
	.loginContainer .form-group {margin-bottom:5px;}
	.loginContainer .registerLinks{margin-top:5px;}
	/************************************css for fine tuneing***********************************************/
	/************************************tablet Adjustment**************************************************/
	.navbar-toggle {display:none;}
	/************************************tablet Adjustment**************************************************/
	#Call_Center_Details_break{
		display:none;
	}

	.homeFaqLink{margin-left:8px;}

	
	.tablePopup + .tooltip > .tooltip-inner {                 
              max-width:500px;
              width:500px;
         }

	
	/* day 2 */
	.taxCertificate .postalCode {
		margin-bottom: 2px;
		margin-top: 12px;
	}
	/***popup modal****/
	.popup-modal{
		width:900px;
		
	}
	.popup-modal1{		
		width:796px;		
						
	}
	.popup-modal .modal-body{
		text-align:center;	
	}
	.popup-modal .modal-body .address-modal-contents>div {
		margin-top:5px;
	}
	/***end popup modal****/	
	
	/*post logout */
	.logoutContainer {margin:25px auto 0 auto !important;}


	/*  Added for Financial Estimation requirements */
	.fin-mob-tab1,.fin-mob-tab3, .fin-mob-tab4 ,.fin-tab-mob-scroll{
		display:none;	
	}
	
    .popup-4button-width{
		width:21%;
	}
	.popup-button-style{
                margin:0 1% 0 0;
	}
	.rwd-single-buttons{
		display:block;
	}

	.popup-body{
		margin:10px 30px 0 30px;
	}
	.popup-body-content{
   	 margin: 15px 0 0px 30px
	}
	.popup-5button-width{
		width:17%;
	}
	.filter-btn {
	    width: 100%;
 	   margin: 10px 30px 0 30px;
	}
	.Search{
		display:inline;
	}
	.end-buttons{
		display:block;
	}
	.col-d-10{
		width:10%;
	}
	.col-d-5{
		width:20%;
	}
	.col-p-70{
		width:70%
	}
	.col-p-30{
		width:30%
	}
	/* end  Financial Estimation requirements*/
	
	/*WM Surrender */	
	.policySummary{
		margin-top:3px;
	}
	.inputInfo{
		margin-top:9px;
	}
	
	.col-p-12{
		width:12%;
	}
	.col-p-14{
		width:14%;
	}
	.col-p-15{
		width:15%;
	}
	.col-p-28{
		width:28%;
	}
	.wm-policy-surrender-mobile{
		display:none;
	}
	.wm-policy-surrender{
		display:block;
	}
	
	.japaneseBankContainer .select-style select,.foreignBankContainer  .select-style select,.TdLoanBank .select-style select,.UL_Fund_Premium .select-style select{
		padding: 4px 4px;
	}
	.securityEnhancement .select-style select, .membershipBankContainer .select-style select{
		padding: 4px 4px;
	}
	/* end WM surrender */
	
	/* Security Enhancement */
	.login-modal{
         width:595px;                               
    }
	.security-email-OTP-modal,.security-question-modal {
		width:465px;
	}	
	.security-question-rightWrapper {
		padding-left :0px;
		margin-top:auto;
		display:block;
	}
	.security-question-rightWrapper button{
		white-space:normal;		
		padding:10px 7px;
		
	}
	
	
	/* end Security Enhancement*/	
	
	.reg_add_no{
		display:inline;
	}
	
	.pad-left-zero-md{
		padding-left:0px;
	}
	.pad-right-zero-md{
		padding-right:0px;
	}
	.width-90-md{				
		width:90px				
	}
	.width-109-md{		
		width:109px;		
	}
	.width-120-md{
		width:120px;
	}
	.width-130-md{
		width:130px;
	}
	.width-115-md{ 
		width:115px;
	}
	.width-135-md{
		width:135px;
	}
	.width-185-md{/* md -2*/
		width:185px;
	}
	.width-212-md{		
		width:212px;		
	}
	.width-245-md{
		width:245px;
	}
	.width-200-md{		
		width:200px;		
	}
	.width-275-md{ /* md -3*/
		width:275px;
	}
	.width-370-md{/* md -4*/
		width:370px
	}
	.width-370-md{/* md -4*/
		width:370px
	}
	.width-503-md{		
		width:503px		
	}
	.width-540-md{/* md -6*/
		width:540px
	}
	
	.width-135-md{
		width:135px;
	}
	.width-503-md + .error{
		width:503px
	}
	
	.width-90-md{
		width:90px
	}
	.width-475-md{
		width:475px
	}
		
	 /*right menu */
	 .rightMenu > div:hover, .rightMenu .active{
		font-weight:normal;
	 }	 
	 .rightMenu div > span.plusIcon,.rightMenu2 div > span.minusIcon ,.rightMenu .active > span.plusIcon,.rightMenu .active > span.minusIcon{
		 display:none !important;
	 }
	 /*end of right menu */
	 
	  /*****PWS To CWS NEW*****/	
	
	 .registrationCompletionBg > .container{
		 padding:35px 15px;
	 }
	  
	.registrationCompletionBg .imgContainer{
		 display:table;
		 height:90px;
	 }
	 .registrationCompletionBg .iconContainer{
		 display:table-cell;
		 vertical-align: middle;
		 width:150px;
	 }
	 .registrationCompletionBg .iconContainer img{
		 width:90px;
		 height:90px;
	 }
	 .registrationCompletionBg .arrowContainer{
		 display:table-cell;
		 vertical-align: middle;
	 }
	 .registrationCompletionBg .arrowContainer img{
		width:25px;
		height:25px; 
	 }
	 .registrationCompletionBg .stepText{
		margin-top:10px;
		width:150px; 
		
		color: #0c6439;   
		font-weight: bold;
	 }
	  .registrationCompletionBg .arrowContainer img{
		width:25px;
		height:25px; 
	 }
	 
	 
	.cwsBanner{
		/*margin-top:74px;	*/	
		/*height:400px;*/
	 }
	 .cwsBanner > .container{
		background-image:url(../images/pws_cws_banner.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display:block; 
	 }
	 .cws-banner-buttons{
		/*margin-top:300px;*/
		margin-top:-18%;
		padding-right:50px;
	 }
	 .cws-banner-buttons .btn, .registrationCompletionBg .btn{
		 font-size:1em;
	 }
	 
	.availableServiceBg{
		/*padding-bottom:35px;*/
	} 
	.availableServiceBg > .container{
		padding-bottom:35px;
	}
	 
	.availableService{
		padding:10px 40px;
	 }
	.dotedline {   
		border-right: 1px dotted #000; 
	}
	.availableServiceInfo .serviceInfoHeading{		
		text-align:center;
	}
	.availableServiceInfo .noteInfo{
		text-align:center;
	}
	
	.mainServicesTableLeftWrapper .CWSHeadingText{
		height:90px;
		display:table;
	}
	
	.mainServicesBg > .container{	 
		padding:35px 15px;
	}
	 .mainServicesTableLeftWrapper{	
		margin-top:55px;
		padding-right:30px;
	 }
	 
	.mainServicesTableLeftWrapper .CWSHeadingText p{	
		text-align:left;
		display:table-cell;
		vertical-align:middle;		
	}
	
	 .mainServicesTableLeftWrapper .CWSImg{
		height:90px;
		width:90px;
		float:left;
	}
	/**** end ****PWS To CWS *****/
	/*****PWS To CWS Added for Day 2 page*****/	 
	 .convenientServiceBg{
		/*padding-bottom:35px; */
	 } 
	 .convenientServiceBg > .container{
		padding-bottom:35px; 
	 }
	.convenientServiceBg .gradeUpInfo{	
	  width:22%;
	  margin-top:7px;
		  
	}
	.convenientServiceBg .gradeUpText{	  
	  width:78%;
	}
	.convenientServiceBg .gradeUpNote{
		text-align:right;
	}
	.convenientServiceBg .serviceSupport span{			
		background-color:transparent;
		color:#0c6439;
	}
	.convenientServiceBg  .procedure{
		text-align:right;
		margin-top:-25px;
	}
	 .convenientServiceBg .procedure  > div{
		  display:inline-block;
	  }
	  
	.servicesAvailable table .webMailRow{ 
	   background-position:right 15px top,right 45px top; 
	   height:30px;
	   padding-right:80px;
    }
	.servicesAvailable sup{
		position: relative;
		right: -80px;
		top:0px;
	}
	.servicesAvailable table .webRow{				
		background-position:right 18px center; 
    }
    .servicesAvailable table .mailRow{	  	   
	   background-position:right 18px center; 
    }
   
	.servicesAvailable .leftHeading{		
		padding:8px 25px;
		width:150px;
    }
	.servicesAvailable table td{		
		padding:8px 15px;		
    }
	 .servicesAvailable table .tableHeading{
	   padding-left:25px;
    }
	.servicesAvailable table thead  tr th{	
		padding:8px 5px;	
    }
	.servicesAvailable table .quickMember{
		   width:103px;
		   text-align:center;
	}
	.servicesAvailable .servicesAvailableNote{
		text-align:right;
		margin-bottom:25px;
		
	}
	.servicesAvailable .text-details{
		display: inline-block;
		width:inherit;
	}
	
	 /**** end ****PWS To CWS Addition *****/	 
	 
	 .reg-scroll-container2{		
    	height:68px !important;		
    }



    /***********insurance claim page css************/
	.no-background{
		background:none;
	}
	.digit-help-text{
		margin-left:-60px;
	}
	.help-text-content{
		height:40px;
	}
	/*************end insurance claim page css**************/
	.DesktoppadTop10{
		padding-top:10px;
	}
	.wideBox .box{
		padding-bottom:25px;
	}
	.weblinkPage .small-box{
		font-size:0.813em;
	}
	.new-address1, .new-phone1{
		padding-left:15px;
	}
	.pageTab3 .image_container .form-group button{
		margin-top:30px;
	}
	.innerTextSpan{
		margin-left:40px;
	}
	.innerTextSpan1{
		margin-left:-60px;
	}
	.leftShift{
		margin-left:-60px;
	}
	.page2Label{
		margin-left:-40px;
	}
	.wideLabel{
		width:104%;
	}
	.square-type-list li{
		font-size:0.813em;
	}
	.modal-body-content{
	 	font-size:0.813em;
	 }
	 .noDisplayDesktop{
	 	display:none;
	 }
	 .pageTab1 .box-head , .pageTab5 .box-head{
		line-height: 42px;
	}
	.pageTab1 input[type="checkbox"] + label span{
		margin: 2px 7px 0 0;
	}
	.weblinkPage label, .pageTab2 label{
		margin-top:9px;
	}
	.menuContentFooter.largeButton .row div:first-child{
		width:58.4%;
	}
	.menuContentFooter.largeButton .row div:first-child button{
		width:160px;
	}
	.menuContentFooter.largeButton .row div:last-child{
		width:41.6%;
	}
	#resetbtnright{
		width:250px;
	}
	
}
@media only screen and (min-width : 992px) and (max-width:1200px) {
	.riderCol1{
		width:320px !important;
		display:block;
	}
	.riderCol2{
		width:170px;
		display:block;
	}
	
	.riderInfoCol1{
        width:170px !important;
        display:block;
    }
    .riderInfoCol2{
        width:260px !important;
        display:block;
    }
    .riderInfoCol3{
        width:75px;
        display:block;
    }
} 


@media only screen and (min-width : 800px) and (max-width:800px), (min-width : 1280px) and (max-width:1280px), (min-width : 600px) and (max-width:600px), (min-width : 960px) and (max-width:960px), (min-width : 1024px) and (max-width:1024px){
	.tel-text a, .tel-text a:hover,.tel-text a:focus,.tel-text a:active{ text-decoration: underline; color:#00693c;}
}


/* ipad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
	.container{
		width:100%;
	}
	
	.footer .social-icon {
		float: right;
		margin-right: -24px;
	}

	.reg-menu-list ul li{
		margin: 0 123px 0 0;
	}

	
	.checkbox-container div.checkboxInnerLabel {
		width: 94%;
	}
	.user-profile{
		position: absolute;
		right: 0;
	}
	/*.sslImg{
		top: 5px;
	}*/

}
@media only screen and (min-width: 1024px) and (max-width: 1025px) and (orientation: portrait) {
	.rightPanelWrapper{
		width:300px;
	}
	.container{
		width:100%;
	}
	.rightPanelFooter .backtoTop{
		width:270px;
	}
}

/* ipad landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	/*.user-profile{
		position: absolute;
		right: 0;
	}*/

	.rightPanelWrapper{
		width:300px;
	}
	
	.sevenDigit{
		max-width:78px;
	}
	.tenDigit{
		max-width:107px;		
	}
}
@media only screen and (min-width: 992px) and (max-width: 1091px) and (orientation: landscape){
	.rightPanelWrapper{
		width: 311px;
	}
	.rightPanelFooter .backtoTop {
		width:281px;
	}
}
/* tablet landscape */
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) and (orientation: landscape) {

	/*.container {
	    width: 1024px;
	}*/

	.rightPanelWrapper{
		width: 311px;
	}

	.rightPanelFooter .backtoTop {
		width: 282px;
	}

	.reg-menu-list ul li{
		margin: 9px 2px 0 0;
	}

	.monitor {
	    right: 10px;
	    bottom: 20px;
	    width: 500px;
	}

	.downBlock {
	    margin-left: 0.5%;
	}

	.important span.info {
	    width: 96%;
	}

	.policyDataTable{
		white-space: normal;
	}
	.riderCol1{
		width:335px !important;
		display:block;
	}
	.riderCol2{
		width:215px;
		display:block;
	}
	
	.riderInfoCol1{
        width:180px !important;
        display:block;
    }
    .riderInfoCol2{
        width:270px !important;
        display:block;
    }
    .riderInfoCol3{
        width:85px;
        display:block;
    }
}


@media only screen and (min-width : 1024px) and (max-width : 1365px) and (orientation : portrait) { 
	.user-profile{
		position: relative;
		right: 0;
	}
	.rightPanelWrapper{
		width: 311px;
	}
	.rightPanelFooter .backtoTop {
		width: 282px;
	}
	.sevenDigit{
		max-width:78px;
	}
	.tenDigit{
		max-width:107px;	
	}
}
@media only screen and (min-width : 1092px) and (max-width : 1366px) and (orientation : landscape) { 
	.user-profile{
		position: relative;
		right: 0;
	}
	.rightPanelWrapper{
		width: 360px;
	}
	.rightPanelFooter .backtoTop {
		width: 330px;
	}
}

@media screen and
(min-device-width : 1024px) and 
(max-device-width : 1024px) and 
(min-device-height : 1366px) and 
(max-device-height : 1366px) and
(max-width: 991px) and (min-width: 980px) /*80 % of ipad pro */
{
                
	.rightPanelWrapper{
		width:100%;
	}
	.container{
		width:936px;
	}              
	.rightPanelFooter .backtoTop{
		width:100%;
		left:0px;
		margin-left:0px;
		bottom:0px;
	}
                
}

#p_tag{
	margin:0 0 0;
}

/*global Css*/
.w100{width:100%;}
.defaultBtn, .defaultBtn:hover, .defaultBtn:active, .defaultBtn:focus, .defaultBtn:focus:active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active,.btn-default[disabled]:focus:active{background:#ba4c00; color:#fff; font-weight:bold; text-decoration:none; border-radius:3px;}
.alterBtn, .alterBtn:hover, .alterBtn:active, .alterBtn:focus, .alterBtn:focus:active{text-decoration:none; background:#e9833d; color:#fff; font-weight:bold; border-radius:3px;}
.btn{border:none;}
.btn-lg, .btn-group-lg > .btn{padding:10px 7px;}
.positionRelative {position:relative;}
.positionStatic {position:static;}
.bdrtop {border-top:1px #f3f3f3 solid}
.active-text{color:#ff741a;}
.normal{ font-weight:normal;}
.padTop10{ padding-top:10px;}
.display-inline{
	display:inline-block;
}
.placeholder {color:#aaa !important;}
.bgOpacity {background-color: rgba(255,255,255,0.85);}
.noBg {background:none;}
a.link, a.link:focus,a.link:active{
	color: #00693C;
}


/*Icon*/
.lock-icon{background:url(../images/icon/lock.png) no-repeat; display:inline-block; width:12px; height:16px; margin-right:20px;}
.lock-head{background:url(../images/icon/lock-head.png) no-repeat; display:inline-block; width:20px; height:28px; margin-right:20px;}


input[type=number] {
	-moz-appearance: textfield;
}
/*::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  /*margin: 0; */
}

#passwordreissue
{
	line-height: 1.8;
}

.tableWrapping{
	white-space:normal !important;
	word-wrap:break-word !important;
}
.riderCol1{
	width:220px;
	display:block;
}
.riderInfoCol1{
    width:100px;
    display:block;
}
.benefInfoCol1{
	width:100px;
	display:block;
}
.varFundCol1{
	width:;
}
.modal-scroll{
	max-height:225px;
	overflow-y:auto;
	overflow-x:hidden;
}
/****  new changes 06/01/16 ****/
.newlabel{
                float:left;
                width:15%;
                vertical-align:center;
                margin-top:10px;
}
.newtext{
                float:right;
                width:85%;
                margin-top:3px;
}
.newcontainer-box{
                padding: 15px;
                margin-bottom: 15px;
                color:#000;
                background-color:#EBEBEA;
}
.newcontainer-box p{
                margin-bottom:6px;
}
.newcontainer-box p:last-child{
                margin-bottom:0px;
}
 
.newcontainer-box hr{
                margin: 15px 0 15px 0;
}
.newcontainer-box label{
                font-weight:normal;
                padding-bottom:0px;
}
.newtaxPaymentInfo{
                padding-left:60px;
}
.footer-padding{
	height:10px;
	background-color : transparent;
	Position:relative
}

html.disable_scroll,
body.disable_scroll{
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	/*position: fixed;*/
	height:100%;
	width:100%;
}
/*[82706][START][16-June-2017][Double scrollbar appearing on zoom in IE]*/
.ie_disable_scroll{
	-ms-overflow-style: none;
}
/*[82706][END][16-June-2017]*/


body.disable_scroll footer{
	/*position:static;*/
}
body.modal-open{
	overflow:hidden;
}
body.modal-open .select-container-faq textarea{
	overflow-y:hidden;
}
.curtainMargin{
	margin-left:45px;
}
.hometileForeground{
	position:absolute;
	display:none;
	height:100%;
	width:100% !important;
	background-color: rgba(0,0,0,0.6);
	top:0%;
	left:0%;
	text-align:center;
	vertical-align:middle;
}
.hometileHoverText{
	display:none;
	position:absolute;
	height:68%;
	width:44% !important;
	border-radius:50%;
	background-color:#fff;
	top:16%;
	left:28%;
	text-align:center;
	vertical-align:middle;
	opacity:1;
	color:#c7713b;
	font-weight:bold;
	font-size:14px;
	padding-top:35px !important;
}
.hometileForeground{
	position:absolute;
	display:none;
	height:100%;
	width:100% !important;
	background-color: rgba(0,0,0,0.6);
	top:0%;
	left:0%;
	text-align:center;
	vertical-align:middle;
}
	.noticeTable table tr td div{
		height:30px;
		overflow:hidden;
	}
	.noticeTable table tr td div span{
		height:35px;
		overflow:hidden;
		display:table-cell;
		vertical-align:middle;
	}
	.policyDataTable{
		visibility:hidden;
	}
.se-pre-con{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:100;
	background:url(../images/icon/loader.gif) center no-repeat #000;
}
.tableLoader{
	position:relative;
}

.imeInactive {
    ime-mode: inactive;
}

.imeActive{
    ime-mode: Active;
}

.imeDisabled {
    ime-mode: disabled;
}
	a, .btn, .policyList,.clickableBlock, .faq-gotop{
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -webkit-tap-highlight-color: rgba(0,0,0,1);
   }
 
   a:hover, .btn:hover, .policyList:hover,.clickableBlock:hover, .faq-gotop:hover {
      opacity: 0.5;
      -webkit-tap-highlight-color: rgba(0,0,0,0.5);
      }
 .openAll:hover, .openCollapse:hover, .customerCareLink:hover {
 	opacity: 1;
      -webkit-tap-highlight-color: rgba(0,0,0,1);
 }
 .btn[disabled]:hover{
 	opacity: 0.65;
      -webkit-tap-highlight-color: rgba(0,0,0,0.65);
 }
 
 .policyList.clicked:hover {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -webkit-tap-highlight-color: rgba(0,0,0,1);
}


.not-active{
          position:relative;
          cursor: not-allowed;
          opacity: 0.6;
}
.not-active:before{
          content:'';
          display:block;
          width:100%;
          height:100%;
          position: absolute;
          left:0;
          top:0;
          background:rgba(0,0,0,0.0);
}

/* Green message box*/
 .rightmenuGreenBtns{
 padding-bottom: 15px;
    padding-top: 10px;
 }
 .rightmenuGreenBtns> div {
 }
 .rightmenuGreenBtns> p{
  margin-left: -22px;
 }
 .rightmenuGreenBtns> span{
 padding-right:3px;
 
 }
 .rightmenuGreenBtn{
	width: 100%;
	margin-top: 5px;
	cursor: pointer;
    height: 50px;
    padding-left: 15px;
    padding-right: 10px;
    display: table; 
	background:#00693c;
	font-weight:bold;
	
 }
 .rightmenuGreenBtn > div {
    display: table-cell;
    vertical-align: middle;
	background: url(../images/icon/menu/ml_icon_19_w.png);
	background-size: 33px 33px;
	background-position:right 0px top 24px;
	background-repeat: no-repeat, no-repeat;
	padding-right:45px;
	color:#fff;
}
.rightmenuGreenBtn > div  p{
	padding-left:15px;
}
.rightmenuGreenBtn:hover{
	opacity:0.5;
}
.blueRightMenu{
	background:#296dc1;
}
.blueRightMenu > div{
	background-image:none;
}

.rightmenuBlueBtns{
 padding-bottom: 15px;
    padding-top: 10px;
 }
 .rightmenuBlueBtns> div {
 }
 .rightmenuBlueBtns> p{
  margin-left: -22px;
 }
 .rightmenuGreenBtns> span{
 padding-right:3px;
 
 }
 .rightmenuBlueBtn{
	width: 100%;
	margin-top: 5px;
	cursor: pointer;
    height: 50px;
    padding-left: 15px;
    padding-right: 10px;
    display: table; 
	background:#296dc1;
	font-weight:bold;
	
 }
 .rightmenuBlueBtn > div {
    display: table-cell;
    vertical-align: middle;
	background: url(../images/icon/menu/ml_icon_19_w.png);
	background-size: 33px 33px;
	background-position:right 0px top 24px;
	background-repeat: no-repeat, no-repeat;
	padding-right:45px;
	color:#fff;
}
.rightmenuBlueBtn > div  p{
	padding-left:15px;
}
.rightmenuBlueBtn:hover{
	opacity:0.5;
}
 /*******************Membership-grade-4-addition********************/


.id-info{
	font-size:0.750em;
	padding-top:20px;
	padding-bottom:10px;
}
.id-info p{
	font-size:inherit;
	font-weight:bold;
}
.id-info a{
	display:inline-block;
}
.id-info .bullet-list{
	list-style:disc;
	padding-left:20px;
	font-weight:bold;
}
.id-info .bullet-list li{
	margin-bottom: 6px;
}
.file-upload-info{
	padding-top:20px;
}
.file-upload-info p{
	margin-bottom:5px;
}
.inner-list{
	font-weight:normal;
}
.bullet-container{
	display:table-cell;
	width:15px;
	padding-left:0px;
	font-weight:bold;
}
.text-data-container{
	display:table-cell;
	padding-left: 3px;
	font-weight:bold;
}
.inner-list li{
	margin-bottom: 6px;
}
.file-specifications{
	padding-top:20px;
}
.spec-list-outer{
	padding-left:15px;
	font-weight:bold;
}
.spec-list-outer li{
	margin-bottom:6px;
}
.spec-list-inner{
	padding-left:25px;
	font-weight:bold;
}
.inner-list-text{
	color:#000000;
	background:url(../images/icon/bullet.png) no-repeat left 3px;
	padding-left:20px;
}
.data-list-container{
	display:table;
	width:100%;
	padding-bottom: 10px;
}
.rightMenu > div.active {
	position: relative;
}
@media (min-width: 992px) {

	.rightMenu > div.active:before {
		border-top: 12px solid transparent;
		border-left: 33px solid rgba(0,0,0,0.7);
		border-bottom: 8px solid transparent;
		content: ' ';
		display: block;
		position: absolute;
		left: -32px;
		top: 15px;
	}
	.address-change-block a:hover {
		text-decoration: underline;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.rightMenu > div.active:before {		
		left: -47px;		
	}
}
.menuPopup .arrow {
	display: none;
}
.underline {
	text-decoration: underline;
}
 /*******************End Membership-grade-4-addition********************/


 /***************tab-2-addition*******************/

 /**** 2nd Tab Style ****/
 .tickIcon{
	background:url(../images/icon/activeCheck.png) no-repeat 0 0;
	padding:0 0 0 25px;
 }
 .btnNewbesideIcon{
	background:#ff3300;
	color:#fff;
	margin:0 0 24px;
 }
 .btnNewbesideIcon1{
	 background:#ff3300;
	color:#fff;
 }
 .btnNewbesideIcon:hover, .btnNewbesideIcon1:hover{
	background:#ff3300;
	color:#fff;
 }
.fromSubmitBtn{
	padding-top:10px;
	padding-bottom:10px;
}
.membershipBankContainer.widthMid .select-container{
	width:150px;
}
.membershipBankContainer.widthMid .select-style select{
	width:180px;
}
.membershipBankContainer.widthSml .select-container{
	width:100px;
}
.membershipBankContainer.widthSml .select-style select{
	width:130px;
}
.membershipBankContainer.widthXsml .select-container{
	width:75px;
}
.membershipBankContainer.widthXsml .select-style select{
	width:100px;
}
.membershipBankContainer2 .select-container{
	border: 1px solid #ccc;
	width:150px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    overflow: hidden;
    background: #fff url("../images/icon/dropArrow.png") no-repeat center right;
	display:inline-block;
	vertical-align:middle;
}
.membershipBankContainer2 .select-style select{
    padding: 6px 4px;
    width: 170px;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	cursor:pointer;
}
.padLeft{
	padding-left:20px;
}
.listStyleForm{
	position:relative;
}
.listStyleForm span{
	position:absolute;
	left:0;
	top:0;
}
.listStyleForm ul{
	padding:0 0 6px 40px;
}
.listStyleForm ul li{
	list-style-type: disc;
	list-style-position:outside;
	margin:0;
}
.handLegPic{
	border:solid 1px #000;
}
.innerBoxBg.nomarginBottom{
	margin-bottom:0;
}
.box-head .green-box-font-size{
  font-size:0.9em;             
 }
.membershipBankContainer .form-group.inputCustomWidth input.form-control{
	width:200px;
	display:inline-block;
}
.membershipBankContainer .form-group.inputCustomWidth label{
	display:inline-block;
}
a.noUnderLine:hover{
	text-decoration: none;
}
a.noUnderLine{
	text-decoration: none;
}
@media screen and (max-width: 1023px) and (min-width: 320px) {
	.membershipBankContainer.widthMid .select-container{
		width:100%;
	}
	.membershipBankContainer.widthMid .select-style select{
		width:110%;
	}
	.membershipBankContainer.widthXsml .select-container{
		width:65px;
	}
	.btnNewbesideIcon {
		margin: 18px 0;
	}
	.handLegPic{
		border:none;
	}
	.padLeft{
		padding:0;
	}
	.membershipBankContainer .form-group.inputCustomWidth input.form-control{
		width:200px;
	}
	.fiveDigitContainer {
		width: 90px;
	}
}
.dotTxt{
	display:table;
	width:100%;
}
.dotTxt span{
	display:table-cell;
}
.dot{
	width:15px;
}


/*****************************************Hamburger menu modifications css*******************************************************/
.iconBlock>div div.expandableBlock{
  background-color: #333333;
  height: auto;
  padding: 8px;
  margin-bottom: 0px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}
.iconBlock>div div.curtainMargin{
  background-color: #333333;
  height: auto;
  padding: 2px;
  margin-bottom: 5px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}
.iconBlock>div div.curtainMargin span{
	height: auto;
	margin-bottom: 0px;
}
.navbar-collapse div.expandableBlock{
	padding-top:0px;
}
.padBottomZero{
	padding-bottom:0px !important;
}
.expandableBlock .curtainMargin{
	margin-left:20px;
}
.expandableBlock.level-second .curtainMargin{
	margin-left:0px;
}
.expandLink>span.open-arrow{
	background: url(../images/icon/ml_icon_arrow_down.png) no-repeat left center;
	background-size: 14px 18px;
	padding-left:20px;
	background-position: 3px 1px;
}
.expandLink>span{
	background: url(../images/icon/ml_icon_arrow.png) no-repeat left center;
	background-size: 18px 14px;
	padding-left:20px;
	background-position: 0px 2px;
	}
.expandLink>.linkText{
	margin-left:-20px;
}
.level-second .linkText{
	background: url(../images/icon/greenbullet.png) no-repeat left center;
	background-size: 11px 11px;
	padding-left:15px;
	background-position: 0% 3px;
}
/****09/05/2017 82530****/
.left-allign{
	margin-left: -19px;
}
.font-bold-13{
	font-size:13px !important;
	font-weight: bold;
}
.mb10{
	margin-bottom: 10px;
}
.star-style ul li ul li{
	position:relative;
	background:none;
}
.star-style ul li ul li:before{
content:"※";
display:block;
width:10px;
height:10px;
position:absolute;
top:0;
left:1px;
font-size:12px;

	
}
/*****************************************End hamburger menu modifications css***************************************************/
.collapse.div1 {
	margin-top: 20px;
}
.alert {
	font-size: 13px;
	margin: 0 0 20px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}
.txtRt { text-align: right; }
.fltRt { float: right; }
.accordion-wrapper {
	margin-bottom: 20px;
}
.tblInfo {
	font-size: 0.813em;
	margin: 0 0 20px;
}
.tblInfo label {
	font-size: 1em;
}
.tblInfo .pull-left {
	padding: 0;
}
.accordion-wrapper table th,
.accordion-wrapper table td {
	font-size: 0.813em;
}
.accordion-wrapper label {
	font-weight: normal;
	line-height: 1.42857143;
}
.tblWrapper .table {
	border: 1px solid gray;
	margin-left: 15px;
	width: 90%;
}
.tblWrapper .table tr {
	height: 40px;
}
.tblWrapper .table tr .form-group {
    margin-bottom: 0;
    text-align: right;
}
.policyDataTable .tblInput,
.policyDataTable .tblInput2 {
	display: inline-block;
	font-size: 1em;
	padding: 5px;
	text-align: right;
	width: 70% !important;
}
.tblWrapper .table tr td {
	border: 1px solid #fff;
}
.info {
	font-size: 1em;
	margin: 10px 0;
}
.info label {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.tblWrapper {
		width: 100%;
	}
	.tblWrapper table tr th {
		width: 50%;
	}
	/*
	.innerBoxBg input {
		height: 24px;
		margin-bottom: 10px;
	}*/
	.tblWrapper table tr p {
		height: 24px;
		vertical-align: middle;
		padding-top: 5px;
		font-size: 0.813em;
		font-weight: bold;
	}
	.accordion-wrapper table td p {
		margin-bottom: 30px;
		margin-top: 5px;
		font-size: 1em;
	}
}
/**********SUL Added css ************/


.info {
	font-size: 1em;
	margin: 15px;
}
.info label {
    text-align: right;
}
.div1, .div2 {
	margin-bottom: 20px;
}
.div1 table th,
.div1 table td {
	font-size: 1em;
}
@media screen and (min-width: 992px) {
	.innerBoxBg .div1 {
		width: 70%;
	}
	
	.innerBoxBg .div2 {
		width: 60%;
	}
	
	/*added on 7.1.19 by Namrata-start*/
	.info label, .padRitZr {
		padding-right: 0;
	}
	.btnPadMarg {
		margin-right: -15px;
		padding-right: 0;
	}
	.row.info {
		margin: 15px 0;
	}
	.txtAlignRt { text-align: right; }
	/*end*/
}
.tblInput {
	display: inline-block;
	/*font-size: 0.813em;*/
	text-align: right;
	width: 70%;
	height:30px !important;
}

.policyTableWrapper {	
	/*margin: 0 15px;*/
}
.tblInfo { margin: 0; }
.rowAccordionRadio .radio-list {
	margin: 0 30px;
}
.rowAccordionRadio .radio-list label {
	font-weight: bold;
}
.rowAccordionRadio .radio-list label p {
	display: inline-block;
	font-weight: normal;
	margin-left: 20px;
}
.accordionDisclaimerText p {
	color: #ff741a;
	margin: 0 20px;
}
.accordionDisclaimerText {
	margin: 20px 0;
}
.accordianBox1 .dropDownDesc {
	margin: 0 15px;
}
.rowAccordionRadio .accord-flt {
	display: block !important;
	font-weight: normal;
	float: right;
	margin-top: 20px;
}
.select-dropdown select {
    width: 98px !important;
    appearance: none;
	-webkit-appearance: none;
}
.tblInfo .tblRates, .tblInfo .tblRates td {
	border: 0 !important;
	padding: 0 !important;
}
.tblInfo .headingLabel {
	font-size: 0.813em;
	font-weight: bold;
}
.tblInfo .p-data {
	font-size: 0.813em;
}
.button-margin {
	/*margin-top:15px;*/
}
	
	table tr td span.accordion-toggle:before {
		/* symbol for "opening" panels */
		font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
		content: "\e114";    /* adjust as needed, taken from bootstrap.css */
		float: left;        /* adjust as needed */
		color: #00693c;         /* adjust as needed */
	}
	table tr td span.accordion-toggle.collapsed:before {
		/* symbol for "collapsed" panels */
		content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	}
}
@media screen and (max-width: 520px) {
	.policyTableWrapper {		
		margin: 0;
	}
}

/* chnage sfor popup
** added new button with blue background
*/
#logoutModal .modal-dialog {
	max-width: 650px;
	width: 95%;
}
#logoutModal .modal-body {
	min-height: 180px;
}
#logoutModal .modal-body div {
	margin-bottom: 10px;
}
#logoutModal .btn {
	font-size: 0.813em;
	margin-bottom: 20px;
}
#logoutModal .btnBlue {
	background: #0000C1;
}
@media screen and (max-width: 1023px) {
	.sp_dsn {
		display: none;
	}
}

/*[SUL QC:112718]and[QC:112725][14-06-2019][START][Label and value alignment same as table columns]*/
/*set width of additional row(below table) same as first column-start*/
.custWidth .form-group label { margin-left: 10px; }
@media screen and (min-width: 600px) and (max-width: 767px) {
	/*.custWidth .form-group label { margin-left: 30px; }*/
}
.p-data.custFntSz {
	font-size: 1em;
	/*padding-right: 15px;*/
	padding-right: 0;
}
@media screen and (max-width: 626px) {
	p.p-data.custFntSz {
		/*margin-left: 10px;*/
		margin-left: 0;
		padding-right: 0;
	}
	.custWidth .form-group label { margin-left: 0px; }
	/*.custWidthMob {
		width: 100% !important;
	}*/
	.button-margin {
		margin-top: 15px;
	}
}
@media screen and (min-width: 627px) and (max-width: 991px) {
	.button-margin {
		margin-top: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 400px) {
	.custWidthMob {
		width: 100% !important;
	}
}
/*[SUL QC:112718]and[QC:112725][14-06-2019][END]*/



/*Credit Card Page changes -- START*/
.innerBoxBg.taxCertificate .row {
    margin-bottom: 10px;
}
label.custLabelPadLft {
	padding-left: 0;
}
div.padLft30 {
	padding-left: 30px;
}
div.expDateWrapper {
	display: inline-block;
	width: 70px;
}
.custExpLabel {
	display: block;
	margin: 0 auto;
	text-align: center;
}
div.expDateWrapper .select-dropdown, div.expDateWrapper .select-dropdown select, input.form-control.security-code {
    width: 70px !important;
}
p.optionDisclaimer.orange-text {
	margin: 5px 0 0;
}
/*Credit Card Page changes -- END*/