/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{	
	margin: 0px;
	padding: 0px;
	font-family: Arial !important;
	font-size: 14px ;
	-webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

html, body{
	height: 100%;
}

/*****Bootstrap grid reset********/
.row,.container,.container-fluid{
	padding:0;
	margin:0;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
	padding:0;
	margin:0;
}
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
	padding:0;
	margin:0;
}
/*********************************/

input[disabled],input[readonly] {
  background-color: #dadada;
  cursor: not-allowed;
}

select[disabled],select[readonly]{
  background-color: #dadada;
  cursor: not-allowed;
}

a{
	text-decoration: none;
}

label{
	font-weight: bold;
	margin-bottom:5px;
	font-size: 13px;
	display: block !important;
}

label::after{
	content:' : ';
}

.seperator {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    clear: both;
    margin: 10px 0;
}

input[type="text"],select,input[type="password"]{
	border: 1px solid #dadada;
	width: 90%;
	height: 28px;
	color: dimgrey;
}

input[type="text"]:focus,input[type="password"]:focus{
	outline:none;
	border:none;
	border-bottom: 2px solid #ec0667;
	transition:all .5s ease;
}


input[type="checkbox"]:not(:checked),input[type="checkbox"]:checked{
	position:relative;
	cursor: pointer;
	visibility:hidden;
	padding-left: 30px;
}

input[type="checkbox"]:not(:checked)+label,input[type="checkbox"]:checked+label{
	position:relative;
	cursor: pointer;
	padding-left: 30px;
	/*background-image: url('../imagesIB/checkbox.png');*/
	left: -11px;
	
}

input[type="checkbox"][disabled]:not(:checked)+label:before{
	content:'';
	cursor: not-allowed;
	position: absolute;
	left: 5px; 
	top: -2px;
	width: 18px; 
	height: 18px;
	background-image: url('../imagesIB/checkbox-disabled.png');
	background-size: cover;
}

input[type="checkbox"]:not(:checked)+label:before,input[type="checkbox"]:checked+label:before{
	content:'';
	position: absolute;
	left: 5px; 
	top: -2px;
	width: 18px; 
	height: 18px;
	background-image: url('../imagesIB/checkbox.png');
	background-size: cover;
}
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
	content:'';
	position: absolute;
	left: 5px; 
	top: -2px;
	height: 18px;
	width: 18px;
	background-image: url('../imagesIB/checkbox-active.png');
	background-size: cover;
}
input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}


label{
	font-weight: bold;
	margin-bottom:5px;
	font-size: 13px;
	
}
label::after{
	content:' : ';
}

.seperator {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    clear: both;
    margin: 10px 0;
}

input[type="text"],select,input[type="password"]{
	border: 1px solid #dadada;
	width: 90%;
	height: 28px;
	color: dimgrey;
}

select:focus{
	outline:none;
	border-bottom: 1px solid #ec0667;
}

input[type="text"]:focus,input[type="password"]:focus{
	outline:none;
	border:none;
	border-bottom: 2px solid #ec0667;
	transition:all .5s ease;
}

.dimcolor{
	color: dimgrey !important;
}

.wel-radiosel{
	margin-right: 10px !important;
}

.wel-radiosel:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #e60677;
}

.wel-radiosel:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #e60677;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #e60677;
}
/*******************************************************/
/****** custom alert*********/

.alertModal{
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 40004; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.alert-modal-content{
	position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    text-align: center;
    /*border: 1px solid #888;*/
    width: 38%;
    border: 4px solid rgb(58, 144, 161);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: alertanimatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: alertanimatetop;
    animation-duration: 0.4s

}
@-webkit-keyframes alertanimatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
	
@keyframes alertanimatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
	
.alert-modal-header{
 	padding: 2px 16px;
	color: dimgrey;
}

.alertModalImg{
	z-index: 100;
	margin-bottom: -2px;
	height: 60px;
	width= 60px;
}

.alertCloseX{
	position: absolute;
    right: -16px;
    top: -16px;
    border-radius: 21px;
    font-size: 21px;
    font-weight: bold;
    border: none;
    background: #ec0667;
    color: #fff;
}

.alertCloseX:hover,
.alertCloseX:focus {
    background-color: #e45a93;
    text-decoration: none;
    cursor: pointer;
}
	
	
.alert-modal-body{
	padding: 10px 16px;
	margin: 20px 0;
}

.alert-modal-body p{
	color: red;
}

.alert-modal-footer{
 	padding: 4px 16px;
    color: dimgrey;
    height:30px;
}

.alertModalbtn{
	border: 1px solid #fff; 
	color: #fff;
	background-color: #ec0677;
	padding: 5px 40px;
}

.alertModalbtn:hover{
	background-color: #000180;
	cursor: pointer;

}

/****************/
/*#DynMainContainer{
	position: relative;
	margin: 0px auto;
	width:80%;
	z-index: 1000;
	vertical-align: middle;
}*/

.DynMainCon{
	position: relative;
	margin: 0px auto;
	width: 70%;
	height: 100%;
	z-index: 1000;
	vertical-align: middle;
	background-color: #f3f5f7;
}

.headerRow{
    position: relative;
    top: 0px;
	width: 100%;
    height: 62px;
    color: #e60677;
    background-color: #fff;
    border-top: 2px solid #e60677;
    padding: 5px 0px;
}

.blueStripHeading{
	color: #fff;
	margin: 0;
	padding:10px 0;
	font-size: 14px;
	/*font-weight: bold;*/
	display: block;
	background-color: #000180;
	text-align: center;
}

.pinkStripHeading{
	color: #fff;
	margin: 10px 0;
	padding:10px 0;
	font-size: 14px;
	/*font-weight: bold;*/
	display: block;
	background-color: #e60677;
	text-align: center;
}

.lightBlueStripHeading{
	color: #fff;
	margin: 10px 0;
	padding: 4px 0;
	font-size: 14px;
	/*font-weight: bold;*/
	display: block;
	background-color: #4d4ec3;
	text-align: center;
}
.pinkBorderHeading{
	margin: 10px 0;
	padding:10px 0;
	display: block;
	/*border:1px solid #e60677;*/
	text-align: center;
	background-color: #f9f3f3;
}

.dimtextstyle{
	font-size:13px;
	color: dimgrey;
	/*line-height: 15px;*/
	line-height: 18px;
	text-align: justify;
	padding: 10px 0;
	margin: 10px 0px;
}

.dimtextstyle a{
	text-decoration: none;
	color: blue;
}

.dimtextstyle a:visited{
	color: blue;
}

.dimtextstyle > b{
	font-size: 14px;
	font-weight: bold;
	color: #000180;
}

.blueHeading{
	font-size: 14px;
	font-weight: bold;
	color: #000180;
}

.dimtextstyle1{
	font-size:13px;
	color: dimgrey;
	line-height: 18px;
	text-align: justify;
	padding: 7px;
	margin: 7px 0px;
}

.dimtextstyle1 > b{
	font-size: 14px;
	font-weight: bold;
	color: #000180;
}

.dimtextstyleWpadd{
	font-size:13px;
	color: dimgrey;
	line-height: 15px;
	text-align: justify;
	margin: 10px 0px;
	padding: 8px 0;
}

.dimtextstyleWpadd > b{
	font-size: 14px;
	font-weight: bold;
	color: #000180;
}
.dimgreyHeading{
	color: dimgrey;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;	
}

.textBtn{
	color: #e60667;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
	cursor: pointer;
	position: relative;
    top: 32px;
    left: 50px;	
}

.textBtn:hover{
	color: #2e3192;
}

.dimgreySubHeading{
	color: dimgrey;
	font-size: 13px;
	margin: 10px 0;
	font-weight: bold;
}

.mainNote{
	width: 90%;
	border-left: 2px solid #e60667; 
	padding: 5px; 
	text-align: left;
	background-color: #f5e7ed;
	margin: 10px 0;
	clear: both;
}

.mainNoteMultiLine img{
	position: relative;
	left: 10px;
	top:50%;
	transform: translateY(-50%);
	
}
.collapseQA{
	text-align: left;
	margin-top: 20px;
}

.collapseQA > li{
	margin: 10px 0px;
	font-size: 14px;
	/*font-weight: 600;*/
	/*color: #e60677;*/
	color: #5b68ab;
	padding-bottom: 4px;
	background-color: #fbfafa;
}

.collapseQA > li > span{
	display: block;
	padding: 3px 0;
	cursor: pointer;
}
.collapseQA > li > p{
	margin: 10px 0px;
	font-size: 12px;
	font-weight: normal;
	color: dimgrey;
	border-left: 3px solid #e60677;
	//border-top: 1px solid #000180;
	padding: 10px;
	//border-bottom: 1px solid #000180;
	background-color: #f9f3f3;
}
.collapseQA > li > div {
	margin: 10px 0px;
	font-size: 12px;
	font-weight: normal;
	color: dimgrey;
	border-left: 2px solid #e60677;
	//border-top: 1px solid #000180;
	padding: 10px;
	//border-bottom: 1px solid #000180;
	background-color: #f9f3f3;
	line-height: 18px;
}

.collapse-p{
	line-height: 18px;
}

.collapse-p a{
	text-decoration: none;
	color: blue;
}

.collapse-p a:visited{
	color: blue;
}

.collapse-p > b{
	font-weight: 600;
}

.discul{
	margin-top: 5px;
	margin-left: 10px;
}

.cursorPointer{
	cursor: pointer;
}

.discul > li{
	margin: 8px 0px;
	list-style-type: disc; 
	text-align: left;
	list-style-position: inside;
	font-size: 13px;
	color: dimgrey;
}

.phishingUl{
	margin-top: 5px;
	margin-left: 10px;
}

.phishingUl > li{
	margin: 20px 0px;
	list-style-type: disc; 
	text-align: left;
	list-style-position: inside;
	font-size: 13px;
	color: dimgrey;
}

.myFooter{
	position: relative;
	display: inline-block;
	color: #FFF;
    padding: 5px 0px;
    font-size: 8px;
	background: #000180;
	width: 100%;
	z-index: 10001;
}
.myFooter2{
	position: absolute;
	bottom: 0;
	left: 0;
    padding: 15px 0px;
    background: rgb(184,182,183);
    color: #000000;
    width: 100%;
    font-size:9px;
    width: 100%;
    margin: 0 auto;
}

.footerIndex {
    position: absolute;
	bottom: 0;
	left: 0;
    padding: 15px 0px;
    background: rgb(184,182,183);
    color: #000000;
    width: 100%;
    font-size:9px;
    width: 100%;
    margin: 0 auto;
}

.footer-index-expand{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 15px 0px;
    background: rgb(184,182,183);
    color: #000000;
    font-size: 9px;
	width: 100%;
	margin: 0 auto;
}
.footer-index-expand1{
	position: relative;
	bottom: 0px;
	left: 0px;
	padding: 15px 0px;
    background: rgb(184,182,183);
    color: #000000;
    font-size: 9px;
	width: 100%;
	margin: 0 auto;
}

.mainFooter{
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 5px 0px;
    background: #2e3192;
    color: #fff;
    font-size: 11px;
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid #ec0667;
}

.footext{
	color: #fff;
	font-size: 12px;
	padding: 10px 0px;
	border-right: 1px solid #fff;
	margin-left: 10px;
}

.footext1{
	color: #fff;
	font-size: 12px;
	padding:5px 0px;
	margin-left: 10px;
}

.footerIndex a{
	color: #000000;
	font-weight: bold;
}

.subMainContainer{
	padding: 5px;
	min-width:560px;
	width: 60%;
}

.subConPhishing{
	padding: 5px;
	width: 65%;
}

.subMainContainer1{
	padding: 0 25px;
	width: 70%;
}

.mainBtn{
	color: #fff;
    background-color: #e60677;
    padding: 10px 0;
    text-align: center;
    border: none;
    box-shadow: 4px 4px 20px 2px white;
    transition: all .36s ease;
    cursor: pointer;
    margin: 5px 0;
}

.mainBtn:hover{
    background-color: #000180;
    box-shadow: 4px 4px 10px 1px grey;
}

.grid-row {
	margin-right: -15px;
	margin-left: -15px;
	clear: both;
	padding: 0px;
	margin: 0px;
	display: block;
}

.col {
	display: block;
	float: left;
	margin: 0;
}

.col :first-child { margin-left: 0; }
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}

.forCustId{
	width: 100%;
	border: none;
	border-bottom: 1px solid dimgrey;
	background-color:inherit;
	position: relative;
	top: -14px;
	height: 25px;
}

.forPasswordId{
	width: 100%;
	border: none;
	border-bottom: 1px solid dimgrey;
	background-color:inherit;
	position: relative;
	top: -14px;
	height: 25px;
}

.forCustId:focus{
	outline: none;
	border-bottom: 1px solid #000180;
}

forPasswordId:focus{
	outline: none;
	border-bottom: 1px solid #000180;
}

::-webkit-input-placeholder {
	color: #aaaaaa;
}
::-moz-placeholder{
	color: #aaaaaa;
}
:-ms-input-placeholder{
	color: #aaaaaa;
}
:-moz-placeholder{
	color: #aaaaaa;
}

.forCustBox{
	width: 90%;
	height: auto;
	padding: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 20px #dadada;
	position: relative;
	display: block;
	margin-top: 25px;
}

.labelPadFix{
	padding-left: 25px;
}

.forCustBoxRel{
	position: relative;
	width: 65%;
	height: 65%;
	padding: 10px;
	margin-top: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 20px #dadada;
}

.forPasswordBox{
	position: relative;
	width: 90%;
	height: auto;
	padding: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 20px #dadada;
	margin: auto;
	margin-bottom: 20px;
}

.nodisplay{
	display: none;
}

.aboutContainer,.vkeyContainer{
	padding: 5px;
	margin-top: 20px;
	max-width: 60%;
	text-align: justify;
}

.paddFivePx{
	padding: 5px;
}

.marginTopBotTwnty{
	margin: 20px 0;
}

.paddTwentyPx{
	padding: 20px;
}

.resetMargin{
	margin: 0px !important;
}

.resetPadding{
	padding: 0px !important;
}

.fullWidth{
	width: 100%;
}

.notVisible{
	visibility: hidden;
}

.topNegTen{
	top: -10px;
}

.topPaddTwenty{
	padding-top: 20px;
}

.leftRightTwentyPad{
	padding:0 20px;
}

.leftRightTenPad{
	padding:0px 10px;
}

.ulDecimal{
	list-style-type: decimal;	
}

.ulDisc{
	list-style-type: disc;
}

.ulCircle{
	list-style-type: circle;
}

.ulUpperRoman{
	list-style-type: upper-roman;
}

.alignSubUl{
	margin-left: 20px;
	line-height: 20px;
}

.marginBotTen{
	margin-bottom: 10px;
}

.textAlignJustify{
	text-align: justify;
}

.textAlignLeft{
	text-align: left;
}

.onlinepwdUlPadd{
	padding:10px 25px;
}

.securityUl{
	padding:10px 25px;
	margin-left: 20px;
}

.shoppingUl{
	max-width: 800px;
	line-height: 18px;
}


.footerCorrection{
	display: none;
}

.vkeyPadd{
	padding:5px 20px;
}

.backgroundInherit{
    background-color: inherit;
}

.redColor{
	color: red;
}

.marHeight{
	margin: 20px 0;
	height: 20px;
}

.adjustBtn{
	width: 70%; 
	margin: 20px 20px;
	text-decoration: none;
	display: block;
}
.adjustDob{
	width: 95%;
}
.avoidOverflow{
	box-sizing: border-box;
}

.clearFloat{
	clear: both;
}

.overflowHidden{
	overflow: hidden;
}

.marginAuto{
	margin: auto;
}

.verisignBox{
	width: 80%;
	margin-top: 20px;
}

.ackValue{
	font-size: 22px;
	font-weight: bold;
}

.alignForCusAck{
    text-align: center;
    font-size: 20px;
    margin-top: 75px;
}

.errmsg{
	/*font-family: verdana,sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	color: red;
	margin: 10px 0px;
	transform: translateY(7px);
	text-align: center;
	padding-bottom: 10px;
}

.homeHeadMenu{
	float: left;
	left: 10px;
	position: relative; 
	color: #fff;
	text-decoration: none;
}

.homeHeadMenu > img{
	height: 14px;
	width: 16px;
}

.homeHeadMenu > span{
	position: relative;
	left: 4px;
}


.InsOvcAckTable > td {
    width: 100%;
    height:40px;
}
.InsOvcAckTable >tbody > tr{
	border-bottom: 1px solid #ddd;
}
.InsOvcAckTable >tbody > tr:hover{
	background-color: #f5f5f5
}

.myHrLine{
	background-color: #cbcbcb;
}

.myHrMargin{
	margin: 10px 0;
}
.myHrPadding{
	padding: 10px 0;
}

.sixtyPercHeight{
	height: 60%;
}

.dobImgAlign{
	position: relative;
	top: -10px;
}

.headerBlueStrip{
	padding:8px 0;
	background-color: #2e3192;
	color: #fff;
	margin-top: 1px;
}

.headerBlueStrip p,.headerBlueStrip span{
	font-size: 10px;
	margin-right: 35px;
}

.helpLogoutText{
	margin:5px 10px;
}
.helpLogoutText a{
	color: #2e3192;
	font-size: 12px;
	margin-right: 40px;
}

.welcomeName{
	color: #2e3192;
	margin: 5px 0px;
	font-weight: bold;
}

.welcomeName span{
	color: #2e3192;
	font-size: 14px;
	font-weight: bold;
}

.mainContentFrame{
	padding: 0;
	overflow: auto;
}

mainContentFrame ::-webkit-scrollbar{
	height: 12px;
	width: 5px;
}
mainContentFrame ::-webkit-scrollbar-track{
	background-color: #f1f1f1;
}
mainContentFrame ::-webkit-scrollbar-thumb{
	background-color: #ec0667;
}

.cub-logo{
	width: 200px;
	height: 50px;
}
.transparentBox{
	position: fixed;
	top: 13.5%;
	height: 100%;
	width: 100%;
	background-color:rgba(0,0,0,.3);
	z-index: 4003;
}

.targetSideNav{
	display: none;
}

.welHeadBox{
    height: 50px;
    line-height: 18px;
    box-shadow: 5px 5px 20px #dadada;
    padding: 5px;
}
nav.navbar.navbar-inverse{
	border-bottom: 4px solid #2e3192 !important;
}
.navbar-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
	border-bottom: 2px solid #2e3192;
	margin-bottom: 0px;
	padding-top: 5px;
}

.navbar{
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
nav.navbar.navbar-inverse:hover .nbBtn{
	display: block!important;
}
.navbar-nav>li{
	margin: 0px 0px;
}
.navbar-nav>li>a {
    padding-top: 5px; 
    padding-bottom: 5px;
}
.navbar-inverse .navbar-nav>li>a{
   color:#2e3192;
   margin:0 0px;
  /* padding-bottom:5px !important;*/
   font-size:12px;
   background-color: #fff;
   width: 180px;
}

.navbar-nav>li>a:hover {
	background-color: #2e3192 !important;
	color:#fff;
	padding-bottom: 11px;
   
}

.wel-img{
	height: 25px;
	width: 25px;
	margin-right: 5px;
}

.myNavbarNavBox{
	width: 100% !important; 
	height: 40px;
	overflow: hidden;
}

.line1{
	position: absolute;
	top: 9px; 
	left: 20px; 
	color: #fff;
}

.line2{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: block;
	height: 7px;
	width: 20px;
}

.line3{
	border-top: 2px solid #fff;
	display: block;
	margin-top: 3px;
	width: 20px;
}

.openSidenavC{
	font-size: 20px;
	cursor: pointer;
	float: left;
	margin-top: 16px;
	margin-left: 10px;	
}

.nextBackBtn{
	margin-left: 5px;
	padding-top: 5px;
	float: left;
}

.nextBackBtn1{
	margin-right: 5px;
	padding-top: 5px;
	float: right;
}

.nbBtn{
	display: none;
}
.nav{
	position: realtive;
}

.sideNavFrameCon{
	width: 100%;
	height: 100%;
}

.contentFrameCon{
	padding-right: 0px;
	width: 100%;
	height: 100%;
}
.footerCon{
	border-left: 2px solid #9092e6;
	padding: 5px;
}

/****inner screen css****/

.MainContainerWF{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #f3f5f7;
}

.whiteMainBox{
	width: 90%;
	height: auto;
	padding: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 20px #dadada;
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blackHeading{
	display: block;
	text-align: left;
	font-size: 15px;
	color: black;
	margin: auto;
	width: 90%;
	padding: 10px 0;
}

.MainPinkButton {
    display: inline-block;
    width: 85%;
    border: 1px solid #ec0677;
    color: #fff;
    background-color: #ec0677;
    padding: 10px;
    margin: 15px 0;
    transition: all .5s ease;
    text-decoratio: none;
}
.MainPinkButton:hover,.MainPinkButton:focus {
    background-color: #2e3192;
    border: 1px solid #2e3192;
    color: #fff;
    text-decoration: none;
}

.imageBorder-current{
    border: 3px solid #2e3192;
    padding: 10px;
    height: 128px;
    width: 128px;
    margin: 40px 20px;
    transition: all 1s ease;
}
.imageBorder{
	border: 2px solid #dadada;
    padding: 10px;
    height: 128px;
    width: 128px;
    margin: 40px 20px;
    transition: all 1s ease;
}
.imageBorder-active{
	border: 3px solid #e60667;
    padding: 10px;
    height: 128px;
    width: 128px;
    margin: 40px 20px;
    transition: all 1s ease;
}
.borderActive{
	background-image: url(../imagesIB/success-pink.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 75px;
    background-position-y: 26px;
    display: block;	
    transition: all .1s ease;
}

.tableText{
	width: 100%;
	font-size: 14px;
    color: dimgrey;
    line-height: 18px;
}

.tableText>tbody>tr>td{
	padding: 5px 0px;
}
.tableText tr:hover{
	background-color: #f5f5f5;
}
   
/***inner screen css till here****/

#aftersubmit{
	visibility: hidden;
}

.billPayContainer{
	position: relative;
	background-color: #fff;
	height: 100%;
	width: 100%;
	display: block;
}
	.billPayUserDetails{
	width: 50%;
	}

	.thpWhiteBox{
		adding: 0; 
		margin-bottom: 15px; 
	}
	.thpWhiteBoxSub{
		background-color: #fff;
		box-shadow: 5px 5px 20px #dadada;
		padding: 5px; 
		width: 100%;
		margin-left: 10px; 
		line-height: 20px;
	}
	
	.payment-heading{
		color: #fff; 
		background-color: #000180; 
		padding: 5px; 
		text-align: center;
	}
	.payment-otpmsg{
		font-size: 10px; 
		margin:10px 0; 
		text-align: justify;
	}
	.billPayUserDetails{
		box-shadow: 5px 5px 20px #dadada;
	}
	.billPayUserDetails > p{
		font-weight:bold; 
		color:#2e3192;
		padding: 5px;
		font-size: 12px;
	}
	.billPayBlueStrip{
		background-color: #2e3192;
		padding: 5px 0;
		color: #fff; 
		font-size: 12px;
		margin-top:6px;
	}
	.billPayPaymentContainer{
		width: 100%;
		padding-top: 50px;
	}
	.billPayDetialsKey{
		padding: 5px;
	    text-align: left;
	    font-size: 12px;
	    color: #e60677;
	    font-weight: bold;
	}
	.billPayDetialsValue{
		padding: 5px;
	    text-align: left;
	    font-size: 12px;
	    color: #000180;
	}
	.billPaySubCont{
		padding: 0; 
		margin-bottom: 15px;
	}
	.billPayformCont{
		background-color: #fff;
		box-shadow: 5px 5px 20px #dadada;
		padding:5px; 
		width: 92%;
		margin-left: 10px;
	}
	.billPayformCont label{
	    display: block;
	    color: #000180;
	}
	.billPayformCont form{
		padding: 10px 20px;
	}
	    
	.billPayBalance{
		margin-left: 10px;
		color: #2e3192;
		text-decoration: none;
	}
	.billPayBalance:hover{
		text-decoration: none;
	}
	.billPayAuthDiv{
		cursor: pointer;
	    padding: 10px;
	    background-color: #fff;
	    color: #000180;
	    border: 1px solid #ddd;
	}
	
	.billPayAuthDiv:hover{
		background-color: #ddd;
	}
	
	.billPayActive{
		background-color: #000180 !important;
  	    border: 1px solid #000180 !important;
    	color: #fff !important
	}

	.billPayAuthetication{
		padding: 10px;
	}
	.billPayBtn{
		display: inline-block;
	    width: 85%;
	    border: 1px solid #ec0677;
	    color: #fff;
	    background-color: #ec0677;
	    padding: 10px;
	    margin: 15px 0;
	    cursor: pointer;
	    transition: all .5s ease;
	}
	.billPayBtn:hover{
		background-color: #000180;
		border: 1px solid  #000180;
		color:#fff;
		text-decoration:none;
	}
	.billPayBtn1{
		display: inline-block;
	    color: #e60677;
	    padding: 10px;
	    margin: 15px 0;
	    cursor: pointer;
	}
	.billPayBtn1:hover{
		color:#ddd;
		text-decoration:none;
	}
	.payment-debit{
		display: inline;
		width: 55%;
	}

.highlighter{
	color: #6261e8;
}

.padFive{
	padding: 5px;
}

/*.anchorLink{
	font-weight: bold;
	color: #2e3192;
}*/

/*.ulBox{
	background-color: rgba(255,255,255,.8);
	border-radius: 5px;
	box-shadow: 5px 5px 5px #dadada;
}

.ulBox li{
	margin: 5px 0;
}

.ulBox > li{
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 30px;
	box-shadow: 0px 5px 10px 1px #cbcbcb;
	margin: 20px 60px;
}*/

/*#animatableUL1,#animatableUL2{
	visibility: hidden;
}*/

/*.ulBoxSub{
	visibility: visible;
	transform: translateX(0px);
    -webkit-animation-name: ulSlideAnim;
    -webkit-animation-duration: .36s; 
     -webkit-animation-timing-function: ease;
    animation-name: ulSlideAnim;
    animation-duration: .36s;
    animation-timing-function: ease;
}

@-webkit-keyframes ulSlideAnim {
    0%   {
	    -ms-transform: translateX(-800px) scale(0,0);
	    -moz-transform: translateX(-800px) scale(0,0);
	    -webkit-transform: translateX(-800px) scale(0,0);
    	transform: translateX(-800px) scale(0,0);
    }
     50%   {
    	-ms-transform: translateX(-200px) scale(.5,.5);
	    -moz-transform: translateX(-200px) scale(.5,.5);
	    -webkit-transform: translateX(-200px) scale(.5,.5);
    	transform: translateX(-200px) scale(.5,.5);
    }
    100% {
   		-ms-transform: translateX(0px) scale(1,1);
	    -moz-transform: translateX(0px) scale(1,1);
	    -webkit-transform: translateX(0px) scale(1,1);
   		transform: translateX(0px) scale(1,1);
    }
}


@keyframes ulSlideAnim {
   0%   {
    	transform: translateX(-800px) scale(0,0);
    }
     50%   {
    	transform: translateX(-200px) scale(.5,.5);
    }
    100% {
   		transform: translateX(0px) scale(1,1);
    }
}*/
	

/********************************************/
@media only screen and (max-width: 960px){
	/*#DynMainContainer{
		width: 100%;
	}*/
	.DynMainCon{
		width: 98%;
	}
	.subMainContainer{
		width: 70%;
	}
	.alert-modal-content{
		width: 50%;
	}
	.navbar-inverse .navbar-nav>li>a{
		width: 160px;
	}
	.collIcon{
		display: none;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		float: right;
	}
	.collMinusIcon{
		display: none;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		float: right;
		position: relative;
   	    top: -5px;
	}
}

.paymentackSuccess{
	font-size: 14px ;
	font-weight: bold;
	margin: 10px 0;
	color: green;
}

.paymentackFail{
	font-size: 14px ;
	font-weight: bold;
	margin: 10px 0;
	color: red;
}

.success-img,.failure-img{
	margin-top: 20px;
	height: 100px;
	width: 100px;
	margin-bottom: 10px;
}



@media only screen and (max-width: 801px){
	input[type="text"],select,input[type="password"]{
		border: none;
		border-bottom: 1px solid #dadada;
		margin: 10px 0;
	}
	.subMainContainer{
		min-width: 450px;
    	width: 73%;
	}
	.subConPhishing{
		width: 100%;
	}
	
	.forCustBoxRel{
		width: 95%;
	}
	
	.aboutContainer,.vkeyContainer{
		max-width: 80%;
	}
	.best-viewed{
		display: none;
	}
	.footer-index-expand,.footer-index-expand1,.footerIndex{
		margin-top: 20px;
		padding: 8px 0;
		position: relative !important;
	}
	.myFooter2{
		margin-top: 20px;
		padding: 8px 0;
	}
	.subMainContainer1{
		padding: 0 5px;
		width: 80%;
	}
	.footerCorrection{
		display: block;
		padding: 20px 0px;
		clear: both;
	}
	.dimgreyHeading,.blueStripHeading,pinkStripHeading{
		font-size: 13px; 	
	}	
	.alert-modal-content{
		width: 60%;
	}
	.adjustDob{
		width: 92%;
	}
	#sideNavFrame{
		display: none;
	}
	
	.mainContentFrame{
		padding-left: 15px;
		width: 100%;
	}
	.cub-logo{
		width: 162px;
		height: 42px;
	}
	.welcomeName span{
		font-size: 13px;
	}
	.targetSideNav{
		display: block;
	}
	.footext{
		border-right: none;
	}
	nav.navbar.navbar-inverse{
		display: none !important;
	}
	.loginDetails{
		visibility: hidden;
	}
	#relationshipMBox{
		display: none;
	}
	.tabWidth{
		width: 100%;
	}
	.radioTabWidth{
		width: 30%;
	}
	.tableTabWidth{
		width: 100%;
		display: block;
	}
	.billPayUserDetails{
		width: 100%;
	}
	.billPayBlueStrip{
		padding: 0px;
	}
	.billPayPaymentContainer {
	    padding-top: 0px;
	}
	.thpWhiteBoxSub{
		margin-left: 0px;
		padding: 0px;
	}
	.billPayformCont {
		margin-left: 0px;
		padding: 0px;
		width: 96%;
	}
	
	.billPayformCont form{
		padding: 0px;
	}
	.billPayBlueStrip{
		font-size: 2px;
	}
	
	.payment-debit{
		width: 100%;
	}

}
@media only screen and (max-width: 760px){
	.mfaImaWidth{
		width: 33%;
	}
}

@media only screen and (max-width: 560px){
	
	.vkeyContainer{
		max-width: 100%;
	}

	.forPasswordBox{
		max-width: 90%;
		height: 92%;
	}
	
	.aboutContainer{
		max-width: 100%;
	}
	
	.subMainContainer{
		min-width: 100%;
		width: 100%;
	}	
	
	.subMainContainer1{
		padding: 0 5px;
		width: 96%;
	}	
	.alert-modal-content{
		width: 80%;
	}
	.adjustDob{
		width: 90%;
	}
	
	.cub-logo{
		height: 40px;
		width: 120px;
	}
	.welcomeName span{
		font-size: 12px;
	}
	.mfaImaWidth{
		width: 50%;
	}
	.line1{
		top: 10px; 
	}
	.ulBox > li{
		padding: 10px 5px;
		margin: 20px 10px;
	}
}
@media only screen and (max-width: 450px){
	.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
  		width: 100%;
	}
	.hideLabel{
		display: none;
	}
	.marHeight{
		margin: 10px 0;
		height: 20px;
	}
	
	.adjustBtn{
		width: 70%; 
		margin: 10px 10px;
	}
	
	.forCustId{
		width: 80%; 
		left: -5px;
	}
	.forPasswordId{
		width: 100%;
		top: 0px; 
	}
	.adjustDob{
		width: 85%;
	}
	.forPasswordBox{
		max-width: 90%;
	}
	.dobImgAlign{
		top: 4px;
	}
	.textBtn{
    top: 0px;
    left: 0px;	
	}
	.mfaImaWidth{
		width: 100%;
	}
}
/*@media only screen and (orientation: landscape) {
    .forCustBox{
		width: 90%;
		height: 80%;
		padding: 10px;
		background-color: #e4eaea;
		border: 1px solid #cabfbf;
		box-shadow: 8px 8px 20px #aaaaaa;
		position: relative;
		top: 0%;
		left: 0%;
		transform: translateY(0%) translateX(0%);
	}
	.footerIndex {
		clear: both;
	    position: relative;
		bottom: 0;
		left: 0;
	    padding: 15px 0px;
	    background: rgb(184,182,183);
	    color: #000000;
	    width: 100%;
	    font-size:9px;
	    width: 100%;
	    margin-top: 10px;
	    
	}

	.footer-index-expand{
		clear: both;
		position: relative;
		bottom: 0px;
		left: 0px;
		padding: 15px 0px;
	    background: rgb(184,182,183);
	    color: #000000;
	    font-size: 9px;
		width: 100%;
		margin-top: 10px;
	}
}
*/