/***************************************************************Login style starts *********************************************************************/
*{position:relative;margin:0;padding:0;}
html,body
{
	width:100%;
	height:100%;
	font-family:sans-serif;
	overflow:hidden;
}
.loginContainer{
	width: 100%;
    height: 100%;
}
.loginContainer>div:first-child
{
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.loginPaneLeft,.loginPaneRight
{
	display: inline-block;
    vertical-align: top;
    margin-left: 7%;
    width: 41%;
    height: 91%;
	text-align:center;
}
.loginPageBody
{
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.loginPageBody:before
{
	content:'';
	position : absolute;
	top:0;
	left : 0;
	height:100%;
	width:100%;
	background:url("bgImage.jpg") no-repeat;
	background-size:56% 100%;
	opacity: 0.5;
}
.loginPaneLeft>p
{
	width:90%;
	margin-top : 10%;
	text-align:justify;
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	padding : 5%;
    color: rgba(0,0,0,1);
    font: italic 0.85em/2 sans-serif;
	font-weight: 548;
}
.loginPaneRight
{
    width: 37%;
    height: 88%;
    margin-top: 3%;
    border-radius: 8px;
}
.loginPaneRight:before
{
	content:'';
	position: absolute;
	top:0%;
	left:0%;
	width: 100%;
	height:100%;
	border-radius:8px;
	background-color: #fff;
	opacity: 0.44;
	//background-color: rgba(12,126,176,0.2);
	box-shadow:0px 0px 25px #001532;
}
.loginPaneRight>img{margin:4%;}

.btnDiv, #adminLoginBtn
{
	display:inline-block;
	height: 25px;
	width:auto;
	left:40%;
	padding : 1% 2%;
	text-align:center;
	background: -moz-linear-gradient(top, #1787c7 0%,  #0b5bad  100%);
	background: -webkit-linear-gradient(top, #1787c7 0%,  #0b5bad  100%);
	background: -o-linear-gradient(top, #1787c7  0%,  #0b5bad  100%);
	background: -ms-linear-gradient(top, #1787c7  0%,  #0b5bad  100%);
	background: linear-gradient(to bottom, #1787c7 0%, #0b5bad  100%);
	color : white;
	line-height : 1.5;
	border:solid 1px #0b5bad ;
	border-radius : 5px;
	cursor : pointer;
}
#userLogin #userLoginBtn
{
	width:80%;
	left:0%;
}
#adminLoginBtn
{
	margin-top: 1.5%;
	margin-left: 10%;
	width : 72%;
	left:0%;
}
.dividerLine
{
	color : #dddddd; 
}
#adminLogin
{
	height: 65%;
	margin-top: 8%;
}
.adminLoginWrapper
{
	display : block;
	width : 90%;
	height: 9%;
	margin :  1% 0% 2% 1%;
	/* border-bottom: dotted 1.5px #dddddd; */
	/* border-top: dotted 1.5px #dddddd; */
}
.adminLoginBtn
{
	margin-top: 1%;
    margin-left: 10%;
    width: 30%;
}
.changePass
{
	display : inline-block;
	font-weight : 600;
	font : bold 14px helvetica;
	margin-top: 3%;
	color : #054192;
	cursor : pointer;
}
#login_footer_securedByImg
{
	position:absolute;
	bottom:0;
	background: url(../images/SnorkelXLogo.png);
    width: 100%;
    height: 5.5em;
    background-repeat: no-repeat;
	background-size:100% 100%;
} 
/* .login_footer_securedByImg>div
{
	width:100%;
	height:2em;
	background:#0F6AB6;
}
.login_footer_securedByImg>img
{
} */
/***************************************************************Login style ends *********************************************************************/
/***************************************************************Admin style starts *********************************************************************/
.bodyContainer
{
	width:100%;
	height:100%;
	overflow:hidden;
}
.pageBody
{
	position:absolute;
	top:12%;
	left:0%;
	width:100%;
	height:88%;
}
.pageWrapper
{
	position:absolute;
	display :inline-block;
	vertical-align:top;
	height:100%;
	width:78%;
}
.pageFooter
{
	position:absolute;
	left:0%;
	bottom:0%;
	width:100%;
	height:4%;
	color:#a1a1a1;
	text-align:right;
	font:normal 0.7em/3 sans-serif;
}
.mainWrapper
{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:85%;
	margin:1% auto;
}
.formWrapper
{
	margin:1% 0%;
	width:104%;
	height:100%;
	overflow:hidden;
}
#addAdminForm
{
	width:75%;
	margin: 9.5% 4%;
	height:37%;
}
#addAdmin
{
	width:auto;
}
.formCenterPane
{
	width:67%;
	margin:1% auto;
	height:auto;
}
#addAdminForm .formCenterPane
{
	height:auto;
}
.userListHeader
{
	position:absolute;
	display :inline-block;
	vertical-align:top;
	height:5%;
	margin-left:14.5%;
	margin-top:1%;
	color:#4b0b0b;
	letter-spacing:1px;
	font-size:1.1em;
	font-weight: 600;
}
.formRow
{
	width:100%;
	margin:4% auto;
	height:30px;
}
.formLabel,.formInput,.formFile,.formValue
{
	display: inline-block;
    width: 30%;
    height: 28px;
    padding-left: 5px;
}
.formInput 
{	width: 49%;
	outline:0;
	border:0;
    border: solid 1px #bebebe;
	border-radius:5px;
}
.formLabel
{
	width:47%;
	text-indent:5px;
	color:#666666;
	vertical-align:top;
	text-shadow:0 0 3px #fff;
	font-size:10pt;
	font-weight : 600;
}
.formValue
{
	width : 48%;
}
input.formInput:focus{box-shadow:0px 0px 6px #bebebe;}
.btnWrapper
{
	display:inline-block;
	width:50%;
	margin:0.5% auto;
	text-align:center;
}
#manageUser
{
	width: 84%;
    height: 90%;
    margin: 1.5% 8% 0;
    box-shadow: 0px 0px 8px 4px #e3eff9;
    border-radius: 20px;
    border: solid 1px #8ebce0;
}
.formHeader
{
	width: 74.8%;
    height: auto;
	margin-top:1%;
    margin-left: 12.7%;
    font-weight: 600;
    line-height: 40px;
    text-indent: 40px;
    text-align: left;
    background: linear-gradient(to right, #0b5bad, #1b93cf 45%);
    color: white;
    letter-spacing: 0.5px;
    //text-transform: uppercase;
}
textarea
{
	border: solid 1px #bebebe;
	height : 90%;
	width:49%;
	border-radius:5px;
	resize : none;
	outline:0;
	text-indent:5px;
}
.userInfoDiv
{
	display:inline-block;
	height:64%;
	width:22%;
	float:right;
	padding:1%;
	font-size: 10pt;
}
.userInfoDiv:after
{
	content :'';
	position : absolute;
	top:7px;
	left:82%;
	height: 60px;
	width : 1px;
	background: #48b9f1;
}
.userFormDiv
{
	display :inline-block;
	vertical-align: top;
    width: 96%;
    height: 74%;
    margin: 6% auto;
	overflow : hidden;
}
.userformWrapper
{
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 1% 6.5%;
    background: rgba(189,208,237,0.3);
}
#addAdminForm .userFormWrapper
{
	margin: 0%;
    width: 74.8%;
    margin-left: 12.7%;
}
#addAdminForm .btnWrapper
{
	margin:-1% auto;
	left:3%;
}
.formPane
{
	display: inline-block;
    float: left;
    margin: 1% 0%;
    vertical-align: top;
    width: 46%;
    height: 82%;
    text-align: left;
}
#userTableDiv
{
	display: inline-block;
    margin: 2%;
    height: 78%;
    width: 78%;
    vertical-align: top;
}
.addUserIcon, .backIcon
{
	display:inline-block;
	position:absolute;
	vertical-align:top;
	width : 8%;
	right:1%;
	margin:0.5%;
	cursor : pointer;
	padding : 0.2%;
	border-radius : 8px;
	background: linear-gradient(to right,#ffffff 0%, #b9dfe4 100%);
    border: solid 1px #b9dfe4;
	text-indent : 3px;
	color: rgba(0,0,0,0.8);
	font-size : 11pt;
	font-weight : bold;
}
.addUserIcon{width:10%;}
.backIcon
{
	display:inline-block;
	width: 5%;
	text-align: center;
}
.deleteIcon
{
	position : relative;
    display: block;
    height: 18px;
    width: 18px;
    color:#0b5bad;
    text-align: center;
    font : bold 17px helvetica;
	margin : 1%;
    cursor: pointer;
}
.deleteIcon:before, .deleteIcon:after {
  position: absolute;
  content: ' ';
  top : 3px;
  left : 8px;
  height: 12px;
  width: 2px;
  background-color:#0b5bad;
}
.deleteIcon:before {
  transform: rotate(45deg);
}
.deleteIcon:after {
  transform: rotate(-45deg);
}
input[type=checkbox]
{
	visibility: hidden;
}
.checkBoxElem 
{
    display: inline-block;
    width: 20px;
    height: 20px;
	left:14%;
    position: relative;
	float:left;
    margin: 2% auto;
    border-radius: 5px;
    background: #ccc;
}
.checkBoxElem>label 
{
    position: absolute;
    top: 0;
    left: 0;
	width: 20px;
    height: 20px;
    cursor: pointer;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.checkBoxElem>label:after 
{
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: solid 3px #111;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
}

#checkBoxElem:checked + label:after 
{
      opacity: 1;
}  
/***************************************************************Admin style ends ***********************************************************************/
/***************************************************************Menu style starts ***********************************************************************/
.mainMenuWrapper:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:#b3b3b3;
}
.mainMenuWrapper, .mainMenuWrapperSelected {
	width:100%;
	height:10%;
	text-align:left;
	white-space: wrap;
	padding:1em;
	cursor:pointer;
	box-sizing:border-box;
	font-weight: 600;
	list-style:none;
	letter-spacing:0.7px;
	border-bottom:solid 1px #ececec;
}
.mainMenuWrapper>span,.mainMenuWrapperSelected>span{
	display:inline-block;
	padding-left:5%;
	padding-top:1%;
	vertical-align:top;
	color:rgba(0,0,0,0.8);
}
.mainMenuWrapperSelected{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
	color:white;
	background:linear-gradient(to right, #0b5bad, #1b93cf 45%);
}
.pageWrapper
{
	position:absolute;
	display :inline-block;
	vertical-align:top;
	height:100%;
	width:78%;
}
.userListHeader
{
	position:absolute;
	display :inline-block;
	vertical-align:top;
	height:5%;
	margin-left:14.5%;
	margin-top:1%;
	color:#00397a;
	letter-spacing:1px;
	font-size:1.1em;
	font-weight: 600;
}
/***************************************************************Menu style ends ***********************************************************************//******************* Show POPUP Starts ***********************/
/* #popupMessageArea{ */
	/* position : absolute; */
	/* top : 35%; */
    /* left: 35%; */
	/* color:#fff; */
	/* min-height:160px; */
	/* height:auto; */
    /* width: 33%; */
    /* line-height: 20px; */
    /* text-align : center; */
    /* box-shadow : 2px 2px 5px #000000; */
	/* -webkit-box-shadow:2px 2px 5px #000000; */
	/* -moz-box-shadow:2px 2px 5px #000000; */
	/* -webkit-backface-visibility: visible !important; */
	/* -moz--backface-visibility: visible !important; */
	/* -ms-backface-visibility: visible !important; */
	/* -o-backface-visibility: visible !important; */
	/* backface-visibility: visible !important; */
	/* -webkit-animation:flipInX 0.5s; */
	/* -moz-animation:flipInX 0.5s; */
	/* -ms-animation:flipInX 0.5s; */
	/* animation:flipInX 0.5s; */
	/* padding-bottom:10px; */
	/* border-radius:8px; */
	/* border:solid 1px #5586c4; */
	/* background: -moz-linear-gradient(top, #0b5bad, #1b93cf 45%); */
	/* background: -webkit-linear-gradient(top, #0b5bad, #1b93cf 45%); */
	/* background: -o-linear-gradient(top, #0b5bad, #1b93cf 45%); */
	/* background: -ms-linear-gradient(top, #0b5bad, #1b93cf 45%); */
	/* background: linear-gradient(to bottom, #0b5bad, #1b93cf 45%); */
	/* z-index:1000; */
/* } */
.closePopup
{
	position:absolute;
	top:2%;
	right:2%;
	background:#176dac;
	height:25px;
	width:25px;
	border-radius:100%;
	text-align:center;
	cursor:pointer;
	transition:transform 0.5s;
	font:normal 0.7em Helvetica;
	color:#fff;
	line-height:25px;
	transition:transform 0.5s;
}
.closePopup:hover{transform:rotate(180deg)}
.popupText
{
	position:relative;
	left:5%;
	width:90%;
	top:50px;
	color:#fff;
	line-height:1.2;
	min-height:30px;
	font:normal 1.2em Helvetica;
}
.dullScreenStyle
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:#0303033d;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	/* filter: alpha(opacity=50); */
	/* -moz-opacity: 0.5; */
	/* -khtml-opacity: 0.5; */
	/* opacity:0.5; */
	display:none;
	z-index:450;
}
.confirmationDiv
{
    position : absolute;
	top : 30%;
    left: 34%;
	color:#000;
	min-height:140px;
	height:auto;
    width: 36%;
    text-align : center;
    z-index : 501;
	border-radius  : 8px;
    box-shadow : 2px 2px 5px #000000;
	-webkit-box-shadow:2px 2px 5px #000000;
	-moz-box-shadow:2px 2px 5px #000000;
   // display : block;
	opacity: 1;
    -webkit-animation:fadeInDown 0.5s;
    -moz-animation:fadeInDown 0.5s;
    -ms-animation:fadeInDown 0.5s;
	animation:fadeInDown 0.5s;
	padding-bottom:10px;
	border:solid 1px rgba(255,255,255,0.7);
	background: -moz-linear-gradient(top, #3088ca 0%, #176dac  100%);
	background: -webkit-linear-gradient(top, #3088ca  0%, #176dac  100%);
	background: -o-linear-gradient(top, #3088ca  0%, #176dac  100%);
	background: -ms-linear-gradient(top, #3088ca  0%, #176dac  100%);
	background: linear-gradient(to bottom, #3088ca 0%, #176dac  100%);
	color:white;
} 
.confirmationDiv>div:first-child{
    position:relative;
	font:normal 1em Helvetica;
	width:95%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	height:auto;
	line-height:40px;
}
.confirmationDiv>div:last-child{
    position:relative;height:40px;width:100%;text-align:center;
}
.confirmationDiv>div:last-child>div
{
    position:relative;
    display:inline-block;
    text-align:center;
    width : 80px;
    height : 30px;
    font:bold 0.9em helvetica;
    cursor:pointer;
	letter-spacing:0.2px;
	border:solid 1px #042948;
	/*background-image: -webkit-linear-gradient(#f6fbff,#58a4f3);
	background-image: -moz-linear-gradient(#f6fbff,#58a4f3);
	background-image: -ms-linear-gradient(#f6fbff,#58a4f3);
	background-image: -o-linear-gradient(#f6fbff,#58a4f3));
	background-image: linear-gradient(#f6fbff,#58a4f3);*/
	background:#042948;
	color:white;
	box-shadow: 0px 0px 3px #042948;
    border-radius:5px;
    padding-bottom:1px;
    line-height:30px;
    margin-right:5%;
	box-shadow:1px 1px 2px black;
}
.confirmationDiv>div:last-child>div:active
{
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset;
  -webkit-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
 }
.closeConfirmDiv
{
	-webkit-animation:fadeOutUp 0.5s;
    -moz-animation:fadeOutUp 0.5s;
    -ms-animation:fadeOutUp 0.5s;
    -o-animation:fadeOutUp 0.5s;
	animation:fadeOutUp 0.5s;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -o-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/*******************  Show POPUP Ends  ***********************/
#logoimg
{
	background-image:url('../images/logo.png');
	width:67px;
	height:64px;
	background-repeat:no-repeat;
}
.loginPaneRight>div:nth-child(3)
{
	font-size:14pt;
	font-weight:bold;
	color :  #054192;
	margin-top:3%;
	text-align : center;
}
#contentdiv {
	height: 75%;
}
.loginPaneRight>div:nth-child(4)
{
	width:96%;
	clear:both;
	margin: 6% auto;
}
.txtbox
{
	outline:none;
	width:90%;
	height:20px;
	border: none;
	border-color: transparent;
	line-height:20px;
	top:-12px;
	position:relative;
	font-size:13pt;
}
.inputdiv
{
	border-left:2px solid #999999;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	margin-top:20px;
	height:10px;
	width:65%;
	text-align:left;
	padding-bottom:5px;
	padding-left:5px;
}
.submitImg
{
	cursor:pointer;
	width:124px;
	height:48px;
	background-repeat:no-repeat;
	float:left;
	color:#FFFFFF;
	font-size:11pt;
	vertical-align:middle;
	display:table-cell;
}
.submitImg>label
{
	height:48px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	cursor:pointer;
}
#forgotpass
{
	background-image:url('../images/loginbgrotate.jpg');
}
#login
{
	background-image:url('../images/loginbg.jpg');
	cursor:pointer;
}
.bottomcls
{
	display:inline-block;
	vertical-align:top;
	height:auto;
	width:42%;
	margin:4% 1% 1%;
	box-sizing:border-box;
}
.bottomcls>div
{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
.bottomcls>div:last-child
{
	left:0.5em;
}
.bottomcls>div:first-child>img
{
	width:2em;
}
.bottomcls>div:last-child>span:first-child
{
	font-size: 12pt;
    font-weight: 600;
}
.bottomcls>div:last-child>span:nth-child(2)
{
	font-size:10pt;
	color:#666;
	top:0.2em;
}

.borderRidge:after {
	content:'';
	height:100%;
	width:1px;
	position:absolute;
	top:0;
	right: -12%;
	border-right:2px ridge #FCFCFC;
}
#bottomdiv
{
	height:15%;
	width:100%;
	left:0;
	background:#E5E5E5;
}
@media screen and (min-width:668px){
	#summarydiv,
	#viewsummary,
	.legendcls  {
		width: 70%;
	}
}
@media screen and (min-width:769px) and (max-width:1024px) {
	#summarydiv,
	#viewsummary,
	.legendcls  {
		width: 50%;
	}
}
@media screen and (min-width:1025px) and (max-width:1366px) {
	#summarydiv,
	#viewsummary,
	.legendcls {
		width: 36%;
	}
}
@media screen and (max-width:1024px) {
	.inputdiv
	{
		width:60%;
	}
}
@media screen and (max-width:640px)
{
	#logininput
	{
		margin:15% auto 10%;
	}
	.inputdiv
	{
		width:80%;
	}
	.bottomcls
	{
		margin:3%;
	}
}


* {
	position:relative;
	font-family:arial;
}
li {
	list-style:none;
}
dt, dd, dl, ul {
	padding:0;
	margin:0;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('CenturyGothic.ttf');
}
html, body {
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	overflow:hidden;
	font-family:CenturyGothic;
    -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
/********header starts*********/
#header {
	background-image:url('../images/banner.png');
	background-repeat:no-repeat;
	background-size:1160px 100%;
	background-color:#8fbce1;
	width:100%;
	height:12%;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}
/********header ends*********/
/********bodyContent starts*********/
#bodyContent {
	top:78px;
	width:100%;
	margin:0;
	padding:0;
	height:88%;
	background-repeat:no-repeat;
    background-size: 40%;
    background-position: 100% 100%;
}
.content {
	text-align:center;
	display:inline-block;
	float:left;
	padding:0;
	margin:0;
	height:100%;
}
.mainHeading {
	color:#0a58ab;
	line-height:40px;
	letter-spacing:1px;
	font-size:1.3em;
	font-weight:600;
}
.subHeading {
	background:#1b93cf;
	text-indent:5.7%;
	color:white;
	letter-spacing:0.5px;
	line-height:40px;
}
#mainMenuDiv {
	display:inline-block;
	width: 16%;
	height:100%;
    font-size: 0.8em;
	background-color:#d9d9d9;
}
#pageContent {
	width:84%;
	text-align:center;
}
#cardsContainer {
	text-align:left;
	width:50%;
	margin:6% auto 0;
}
#registerSnorkletContainer {
	margin:10% auto 0 !important;
}
#fundTransferContainer,
#registerSnorkletContainer,
#accSummaryContainer,
#newUserForm,
#newUserRegistrationContainer {
	text-align:left;
	width:50%;
	margin:2% auto 0;
}
#accSummaryContainer {
	width:65%;
}
#newUserRegistrationContainer {
	width:80%;
}
#genTokenVal {
	margin-top:3%;
	width:70%;
	left: 16%;
}
.amountVal {
	color:#1889c8;
}
.fundTransferDetail {
	text-align:center;
	width:75%;
	margin:1em auto;
}
.fieldName,
.fieldInput {
	font-weight:600;
	font-size:0.8em;
	text-align:left;
	display:inline-block;
}
.fieldName {
	width:25%;
	margin:0%;
	vertical-align:middle;
}
.fieldInput {
	width:65%;
	outline:0;
	border:0;
	box-shadow:none;
	font-size:0.8em;
	padding:0.8em 1.5em;
	border-radius:5px;
}
#availBalance {
	left:10%;
	width:52%;
	font-weight:600;
}
#availBalance .fieldName{
	letter-spacing:0.8px;
	width: 45%;
	font-size:0.7em;
}
#availBalance .fieldInput{
	width: 35%;
	color:#1E81C4;
	padding-top: 0;
	font-size: 1em;
}
.containerContent {
	background:rgba(10, 88, 171,0.1);
	border-radius:1px;
	overflow:hidden;
	padding-bottom:2%;
}
#newUserForm {
	margin-top: 1%;
}
#newUserForm .fundTransferDetail {
	margin:1em auto 0;
}
#newUserRegistrationContainer .containerContent {
	padding: 0;
    background: none;
    height: 65%;
    overflow-y: auto;
	font-size:0.8em;
}
.menuLi:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:#b3b3b3;
}
.menuLi {
	width:100%;
	text-align:left;
	white-space: nowrap;
	padding:1em;
	cursor:pointer;
	box-sizing:border-box;
	font-weight: 600;
	list-style:none;
	letter-spacing:0.7px;
	border-bottom:solid 1px #ececec;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.menuLi[data-selected='true'] {
	box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
	color:white;
	background:linear-gradient(to right, #0b5bad, #1b93cf 45%);
}
.menuLi *{
	vertical-align:middle;
	display:inline-block;
}
.menuLi img {
	width:43px;
	height:41px;
}
#cardsMenu img {
    width: 40px;
    height: 31px;
    padding: 5px 0;
}
.menuLi span{
	text-indent:10px
}
.button.small {
    padding: 0.4em 1em;
	float:right;
    font-size: 0.7em;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.button {
	cursor:pointer;
	border-radius:5px;
	margin:3% 3% 0 0;
	background:linear-gradient(to bottom, #1a91ce, #0b5bad);
	border:solid 1px #0b5bad;
	text-align:center;
	font-size:0.8em;
	min-width:80px;
	padding:0.6em 0.5em;
	color:white;
	letter-spacing:0.5px;
	display:inline-block;
	
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.button:hover {
	background:linear-gradient(to top, #1a91ce, #0b5bad);
}


/********accSummary starts*********/
.details {
	width:100%;
	margin:0 auto;
}

.accInfo {
	padding:1em 2em;
	border-bottom:solid 1px #cbdced; 
}
.accInfo:last-child {
	border-bottom:none;
}
.accInfo .button{
    width: auto;
    margin: 0;
    text-align: center;
    top: 15px;
}
.accInfo > span{
	width:47%;
	display:inline-block;
	font-weight: 600;
	text-align:left;
}
#cardsContainer .accInfo > span{
	width:32.5%;
}
.accInfo:not(#cardsContainer .accInfo) > span:first-child {
	border-right:solid 1px #b8bec5; 
	margin-right: 12%;
}
.accInfo > span:nth-child(2) {
	width:35%;
}
.accInfo > span > div {
	text-shadow:1px 1px 1px rgba(255,255,255,0.7);
}
.accInfo > span > div:first-child {
	font-size:0.9em;
	letter-spacing:1px;
	line-height: 30px;
}
.subinfowrapper:before {
    content: attr(data-date);
    font-size: 10px;
    position: absolute;
    right: 0%;
    letter-spacing: 0.8px;
    top: -2em;
    font-weight: 600;
    line-height: 20px;
}
.subinfowrapper {
	display:none;
	border:solid 1px #bfd4e9;
	width:96%;
	margin:1.4em auto 0.2em;
}
.subaccInfo {
	font-size:0.8em;
	font-weight:600;
}
.subaccInfo:nth-child(odd) {
	background:white;
}
.subaccInfo:nth-child(even) {
	background:rgba(218, 242, 254, 0.8);
}
.subaccInfo > span {
	background:inherit;
	line-height:25px;
	text-align:center;
	display:inline-block;
}
.subaccInfo:not(.subaccInfoHeading) > span {
	border-left:solid 1px #bfd4e9;
}
.subaccInfo > span:first-child {
	width:17%;
	width:13%;
	border:none;
}
.subaccInfo > span:nth-child(2),
.subaccInfo > span:nth-child(3) {
	width:25%;
}
.subaccInfo > span:last-child {
	width:30%;
}
.subinfowrapper div {
	max-height:125px;
	overflow-y:auto;
}
.subaccInfoHeading {
	background:#1889c8 !important;
	color:white;
	font-weight:100;
}
.note {
	margin-top:10%;
	font-weight: 600;
}
.note > div:first-child{
	color:#1b93cf;
	font-size:0.8em;
}
.note li:before {
	content:'';
	background:#04366e;
	position:absolute;
	left:0;
	top:15px;
	height:3px;
	width:3px;
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.note li {
	text-indent:;
	padding: 7.5px 3%;
	font-size:0.8em;
}
#cardsContainer .accInfo > span > div:first-child {
	line-height: 20px;
}
/********accSummary ends*********/
/********cards starts*********/
#creditcard_number {
	color:#1b93cf;
}
#cardsContainer .accInfo > span > div:first-child {
	font-size:0.8em;
}
.accInfo > span > div:last-child {
	font-size:1.35em;
}
#cardsContainer .accInfo > span > div:last-child {
	font-size:1em;
}
/********cards ends*********/
/********change address starts*********/
#changeAddrContainer {
	width:70%;
	text-align:left;
	margin:7% auto 0;
}
#changeAddrContainer .accInfo > span:first-child:after {
	content:':';
	position:absolute;
	right:2%;
	top:0;
	line-height:inherit;
}
#changeAddrContainer .accInfo > span:first-child{
	letter-spacing:0.6px;
	width:30%;
	font-size:0.8em;
	float: left;
}
#changeAddrContainer .accInfo > span:nth-child(2){
	color: #1b93cf;
	width:60%;
	word-wrap: break-word;
}
#changeAddrContainer .accInfo > small:active ,
#changeAddrContainer .accInfo > small:hover {
	color:#0a58ab;
}
#changeAddrContainer .accInfo > small {
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	float:right;
	text-decoration:underline;
	cursor:pointer;
	line-height:inherit;
	height:inherit;
	display:inline-block;
}
#changeAddrContainer #customerAddress[contenteditable='true'] {	
	padding:2px 5px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.5);
}
#changeAddrContainer #customerAddress[contenteditable='true'] ~ small{
	display:none;
}
#changeAddrContainer #customerAddress[contenteditable='false'] ~ small{
	display:inline-block;
}
/********change address ends*********/
/********bodyContent ends*********/

/********logout starts*********/
#logoutBtn {
    position: absolute;
    right: 0;
    margin: 1.5% 1%;
    padding-left: 1%;
    top: 0;
    cursor: pointer;
}
/********logout ends*********/

/********footer starts*********/
#footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	color:#585858;
	text-align:center;
	font-size:0.75em;
	z-index:1;
	line-height:15px;
	height:15px;
}
/********footer ends*********/

::-webkit-inner-spin-button {
	-webkit-appearance: none; 
	appearance: none; 
	margin: 0; 
	border:0;
	outline:0;
	width:0%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cdcdcd;
}
::-moz-placeholder{ /* Firefox 19+ */
  color: #cdcdcd;
}
:-ms-input-placeholder{ /* IE 10+ */
  color: #cdcdcd;
}
:-moz-placeholder { /* Firefox 18- */
  color: #cdcdcd;
}
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	display:none;
	z-index:999;
}
#loader_with_text {
	display:none;
	z-index:9998;
	color:white;
	font-size:1.5em;
	left:0%;
	right:0;
	margin:0 auto;
	top:35%;
	position:absolute;
	width:100%;
	text-align:center;
}
.loader {
	border: 5px solid white;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
}
#loader {
	z-index:9998;
	display:none;
	left:0%;
	right:0;
	margin:0 auto;
	top:35%;
	position:absolute;
	border: 5px solid white;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
@-webkit-keyframes spin {
  0% { 
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

@keyframes spin {
  0% { 
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
/******************Mobile*****************************/
.mob_loginPageBody
{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.mob_login_userPane
{
	width:95%;
}
.mob_login_header
{
	font-size: 1.7em;
    font-weight: bold;
    color: #054192;
    margin-top: 3%;
    text-align: center;
}
.mob_formRow
{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5em auto;
    width: 80%;
    height: 4em;
}
/* .mob_input
{
	width:75%;
	height:3em;
	margin:1em auto;
	border:solid 0.1em #e8e8e8;
	outline:none;
	padding-left:0.5em;
} */
.mob_input
{
	width: 100%;
    height: 100%;
    border: solid 0.1em #e8e8e8;
    outline: none;
    padding-left: 0.5em;
}
.mob_btn
{
	width:5em;
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	margin:1.5em auto 0;
	padding:0.7em;
	background: -moz-linear-gradient(top, #1787c7 0%, #0b5bad 100%);
    background: -webkit-linear-gradient(top, #1787c7 0%, #0b5bad 100%);
    background: -o-linear-gradient(top, #1787c7 0%, #0b5bad 100%);
    background: -ms-linear-gradient(top, #1787c7 0%, #0b5bad 100%);
    background: linear-gradient(to bottom, #1787c7 0%, #0b5bad 100%);
    color: white;
	border-radius:0.5em;
	letter-spacing:1.4;
	cursor:pointer;
	
}
.mob_otpWrapper
{
	width: 80%;
    /* height: 30%; */
    background: white;
    padding: 2em;
    border-radius: 0.5em;
}
.mob_btnWrapper
{
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
	margin-top:4em;
}
.mob_smallBtn
{
	cursor: pointer;
    border-radius: 0.4em;
    margin-top: 1.5%;
    background: linear-gradient(to bottom, #1a91ce, #0b5bad);
    text-align: center;
    font-size: 1.2em;
	font-weight:bold;
    min-width: 5em;
	margin:0 1em;
    padding: 0.6em 0.5em;
    color: white;
    letter-spacing: 2;
}
/******************Mobile*****************************/
/********************************************************** MEDIA QUERIES **********************************************************/
@media screen and (min-width:320px) and (max-width:580px)
{
	.loginPaneLeft
	{
		display : none;
	}
	.loginPaneRight
	{
		margin: 17% 5%;
		width: 90%;
		height: 80%;
	}
	.btnDiv, #adminLoginBtn
	{
		height : 20px;
		font-size : 14px;
		width : 96%;
	}
	#adminLoginBtn
	{
		margin-left: 10%;
		width: 84%;
	}
	.loginPaneRight > div:nth-child(3) 
	{
		font-size : 12pt;
	}
	.txtbox
	{
		top: -6px;
		width: 100%;
	}
	.bottomcls > span:first-child, .bottomcls > span:last-child
	{
		font-size :12pt;
	}
	#header
	{
		background-size: 600px 100%;
	}
	#adminLogin
	{
		height: 75%;
		margin-top: 18%;
	}
	#mainMenuDiv
	{
		width: 15%;
	}
	.mainMenuWrapper, .mainMenuWrapperSelected 
	{
		padding:0em 0em 1em;
		font-size:0.75em;
		height:12%;
	}
	.mainMenuWrapper>span, .mainMenuWrapperSelected>span
	{
		display:block;
		width:100%;
	}
	.mainMenuWrapper>img, .mainMenuWrapperSelected>img
	{
		padding-left:1.2em;
	}
	.userListHeader
	{
		margin-left:8%;
		font-size:0.9em;
	}
	.addUserIcon
	{
		right:15%;
		width:33%;
		font-size:0.7em;
	}
	#userFormDiv
	{
		width:75%;
		height: 83%;
		margin: 8% 0% 2% -2%;
	}
	#addAdminForm
	{
		left: 0%;
		margin:0%;
		margin-left: -5%;
		top: 10%;
		width:65%;
		height:28%;
	}
	#addAdminForm .formLabel
	{
		width:48%;
	}
	#addAdminForm .formInput
	{
		width:46%;
	}
	.userFormWrapper
	{
		width: 100%;
		height:95%;
	}
	.backIcon
	{
		line-height: 1.7;
		right: 14%;
		width: auto;
		font-size: 0.7em;
		padding: 0% 1%;
		margin-top:1%;
	}
	.formHeader
	{
		font-size: 0.7em;
		line-height: 30px;
		text-indent: 10px;
		width:100%;
	}
	.formCenterPane
	{
		width:90%;
	}
	.formLabel,.formInput
	{
		font-size:0.7em;
		text-indent:2px;
		width: 46%;
	}
	.formLabel
	{
		width:48%;
	}
	.pageWrapper
	{
		width: 100%;
		left: 13%;
	}
	textarea 
	{
		width:46%;
	}
	#addAdmin
	{
		width:33%;
		font-size:0.7em;
		line-height:20px;
	}
	#addUserBtn
	{
		width:30%;
		font-size:0.8em;
	}
}
@media screen and (min-width:580px) and (max-width:768px)
{
	.loginPaneLeft
	{
		display : none;
	}
	.loginPageBody:before
	{
		background:none;
	}
	.loginPaneRight
	{
		margin: 17% 5%;
		width: 90%;
		height: 80%;
	}
	.btnDiv, #adminLoginBtn
	{
		height : 20px;
		font-size : 14px;
		width : 96%;
	}
	#adminLoginBtn
	{
		margin-left: 10%;
		width: 84%;
	}
	.loginPaneRight > div:nth-child(3) 
	{
		font-size : 12pt;
	}
	.txtbox
	{
		top: -6px;
		width: 100%;
	}
	.bottomcls > span:first-child, .bottomcls > span:last-child
	{
		font-size :12pt;
	}
	#header
	{
		background-size: 600px 100%;
	}
	#adminLogin
	{
		height: 75%;
		margin-top: 18%;
	}
	#mainMenuDiv
	{
		width: 14%;
	}
	.mainMenuWrapper, .mainMenuWrapperSelected 
	{
		padding:1em;
		font-size:0.75em;
		height:10%;
	}
	/* .mainMenuWrapper>span, .mainMenuWrapperSelected>span */
	/* { */
		/* display:inline-block; */
		/* width:100%; */
	/* } */
	/* .mainMenuWrapper>img, .mainMenuWrapperSelected>img */
	/* { */
		/* padding-left:1.2em; */
	/* } */
	.userListHeader
	{
		margin-left:8%;
		font-size:0.9em;
	}
	.addUserIcon
	{
		right:15%;
		width:15%;
		font-size:0.7em;
	}
	#userFormDiv
	{
		width:74.8%;
		height: 80%;
		margin: 8% 0% 2% 0%;
	}
	#userFormDiv .formHeader, #userFormDiv .userformWrapper 
	{
		margin-left:6%;
	}
	#addAdminForm
	{
		left: 0%;
		margin:0%;
		margin-left: -3%;
		top: 10%;
		width:73%;
		height:25%;
	}
	#addAdminForm .formLabel
	{
		width:48%;
	}
	#addAdminForm .userFormWrapper
	{
		width:100%;
	}
	#addAdminForm .formInput
	{
		width:46%;
	}
	#userFormDiv>div:nth-child(2)
	{
		width: 100%;
		height:95%;
		overflow: auto;
	}
	.backIcon
	{
		line-height: 1.7;
		right: 14%;
		width: auto;
		font-size: 0.7em;
		padding: 0% 1%;
		margin-top:1%;
	}
	.formHeader
	{
		font-size: 0.7em;
		line-height: 30px;
		text-indent: 10px;
		width:100%;
	}
	.formCenterPane 
	{
		width: 99%;
		margin-left: 3%;
	}
	.formLabel,.formInput
	{
		font-size:0.7em;
		text-indent:2px;
		width: 46%;
	}
	.formLabel
	{
		width:48%;
	}
	.pageWrapper
	{
		width: 100%;
		left: 13%;
	}
	textarea 
	{
		width:46%;
	}
	#addAdmin
	{
		width:33%;
		font-size:0.7em;
		line-height:20px;
	}
	#addUserBtn
	{
		width:15%;
		font-size:0.8em;
	}
}
@media screen and (min-width:769px) and (max-width:1024px)
{
					  
  
			   
						   
  
	.loginPaneLeft
	{
		display : none;
					 
	}
	.loginPaneRight
	{
		margin: 17% 5%;
		width: 90%;
		height: 80%;
	}
	.btnDiv, #adminLoginBtn
	{
		height : 20px;
		font-size : 14px;
		width : 96%;
	}
	#adminLoginBtn
	{
		margin-left: 10%;
		width: 84%;
	}
	.loginPaneRight > div:nth-child(3) 
	{
		font-size : 12pt;
	}
	.txtbox
	{
		top: -6px;
		width: 100%;
	}
	.bottomcls > span:first-child, .bottomcls > span:last-child
	{
		font-size :12pt;
	}
	#header
	{
		background-size: 600px 100%;
	}
	#adminLogin
	{
		height: 75%;
		margin-top: 18%;
	}
	#mainMenuDiv
	{
		width: 15%;
	}
	.mainMenuWrapper, .mainMenuWrapperSelected 
	{
		padding:1em;
		font-size:0.95em;
		height:10%;
	}
	/* .mainMenuWrapper>span, .mainMenuWrapperSelected>span */
	/* { */
		/* display:block; */
		/* width:100%; */
	/* } */
	/* .mainMenuWrapper>img, .mainMenuWrapperSelected>img */
	/* { */
		/* padding-left:1.2em; */
	/* } */
	.userListHeader
	{
		margin-left:8%;
		font-size:0.9em;
	}
	.addUserIcon
	{
		right:15%;
		width:auto%;
		font-size:0.8em;
	}
	#userFormDiv
	{
		width:79%;
		height: 80%;
		margin: 8% 0% 2% 0%;
	}
	#userFormDiv .formHeader, #userFormDiv .userformWrapper 
	{
		margin-left:6%;
	}
	#addAdminForm
	{
		left: 0%;
		margin:0%;
		margin-left: 1%;
		top: 10%;
		width:65%;
		height:33%;
	}
	#addAdminForm .formLabel
	{
		width:48%;
	}
	#addAdminForm .formInput
	{
		width:46%;
	}
	#userFormDiv>div:nth-child(2)
	{
		width: 100%;
		height:95%;
		overflow: auto;
	}
	.backIcon
	{
		line-height: 1.7;
		right: 14%;
		width: auto;
		font-size: 0.7em;
		padding: 0% 1%;
		margin-top:1%;
	}
	.formHeader
	{
		font-size: 0.9em;
		line-height: 30px;
		text-indent: 10px;
		width:100%;
	}
	.formCenterPane 
	{
		width: 99%;
		margin-left: 3%;
	}
	.formLabel,.formInput
	{
		font-size:0.9em;
		text-indent:30px;
		width: 46%;
	}
	.formLabel
	{
		width:48%;
	}
	.pageWrapper
	{
		width: 100%;
		left: 13%;
	}
	textarea 
	{
		width:46%;
	}
	#addAdmin
	{
		width:33%;
		font-size:0.8em;
		line-height:20px;
	}
	#addUserBtn
	{
		width:15%;
		font-size:0.8em;
	}
}
/********************************************************** MEDIA QUERIES **********************************************************/

/******************* Show POPUP Starts ***********************/
/* #popupMessageArea,.popupConstruction{ */
	/* position : absolute; */
	/* top : 30%; */
    /* left: 34%; */
	/* color:#000; */
	/* font:normal 0.95em Helvetica; */
	/* min-height:5.263em; */
	/* height:auto; */
    /* width: 35.94em; */
    /* line-height: 1.315em; */
    /* text-align : center; */
    /* box-shadow : 2px 2px 5px #000000; */
	/* -webkit-box-shadow:2px 2px 5px #000000; */
	/* -moz-box-shadow:2px 2px 5px #000000; */
	/* -webkit-animation:reveal 0.8s; */
	/* -moz-animation:reveal 0.8s; */
	/* -ms-animation:reveal 0.8s; */
	/* animation:reveal 0.8s; */
	/* padding: 1.97em  0em; */
	/* border-radius:8px; */
	/* border:solid 1px #5586c4; */
	/* background:#fff; */
	/* z-index:601; */
/* } */

#popupMessageArea{
	position : absolute;
	top : 35%;
    left: 35%;
	color:#fff;
	min-height:85px;
	height:auto;
    width: 33%;
    line-height: 20px;
    text-align : center;
    box-shadow : 2px 2px 5px #000000;
	-webkit-box-shadow:2px 2px 5px #000000;
	-moz-box-shadow:2px 2px 5px #000000;
	-webkit-backface-visibility: visible !important;
	-moz--backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation:flipInX 0.5s;
	-moz-animation:flipInX 0.5s;
	-ms-animation:flipInX 0.5s;
	animation:flipInX 0.5s;
	padding-bottom:10px;
	border-radius:8px;
	border:solid 1px #5586c4;
	background: -moz-linear-gradient(top, #0b5bad, #1b93cf 45%);
	background: -webkit-linear-gradient(top, #0b5bad, #1b93cf 45%);
	background: -o-linear-gradient(top, #0b5bad, #1b93cf 45%);
	background: -ms-linear-gradient(top, #0b5bad, #1b93cf 45%);
	background: linear-gradient(to bottom, #0b5bad, #1b93cf 45%);
	z-index:1000;
}
.popupConstruction
{
	height: 35%;
    top: 30%;
	width: 40%;
    left: 31%;
}
.mob_popupMessageArea
{
	color:#000;
	font:normal 0.95em Helvetica;
	max-height:5.263em;
	height:auto;
    width: 90%;
    line-height: 1.315em;
    text-align : center;
    box-shadow : 2px 2px 5px #000000;
	-webkit-box-shadow:2px 2px 5px #000000;
	-moz-box-shadow:2px 2px 5px #000000;
	-webkit-animation:reveal 0.8s;
	-moz-animation:reveal 0.8s;
	-ms-animation:reveal 0.8s;
	animation:reveal 0.8s;
	padding: 1.97em  0em;
	border-radius:8px;
	border:solid 1px #5586c4;
	background:#fff;
	z-index:601;
}
.closePopup
{
	position:absolute;
	top:2%;
	right:2%;
	background:#176dac;
	height:2.349em;
	width:2.349em;
	border-radius:100%;
	text-align:center;
	cursor:pointer;
	transition:transform 0.5s;
	font:normal 0.7em Helvetica;
	color:#fff;
	line-height:2.349em;
	transition:transform 0.5s;
	text-indent:0px;
}
.closePopup:hover{transform:rotate(180deg)}
#popupMessageArea>.popupText
{
	position:relative;
	/* left:5%; */
	width:90%;
	top:0.27em;
	color:black;
	font:normal 1.2em/2 Helvetica;
	overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: pre-wrap;
	padding:1.096em 0em;
}
.popupConstruction>.popupText
{
	position:relative;
	left:5%;
	width:90%;
	top:20px;
	color:black;
	line-height:1.2;
	font:normal 1.2em Helvetica;
}
#ribbonPopupDiv
{
	position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    width: 100%;
	padding:2% 0%;
    background: #000;
    text-align: center;
    opacity: 0;
    z-index: 500;
    animation: slideDown 1s 1 forwards;
}
#ribbonPopupDiv>span:first-child
{
	display: inline-block;
    height: auto;
    width: 90%;
	font: normal 1.2em/2.2 calibri;
    color: #fff;
	white-space:pre-wrap;
}
#ribbonPopupDiv>span:last-child
{
	position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    font: bold 0.85em/1.5 calibri;
    cursor: pointer;
    border-radius: 50%;
    background: #24b7ed;
    color: rgba(0,0,0,0.7);
}
#ribbonText
{
	position: absolute;
    top: -30px;
    left: 0%;
    height: auto;
    width: 99%;
	padding:0.5% 0%;
    background: #444;
    /* opacity: 0; */
    z-index: 500;
    text-align: center;
    animation: slideDown 1s 1 forwards;
}
#ribbonText div:not(.formBtn)
{
	font: normal 0.9em/2 helvetica;
    color: #fff;
	width:95%;
	margin:0.5% auto;
}
#ribbonText .formBtn{height:28px;}
#ribbonText span
{
	display:inline-block;
	vertical-align:top;
	height: auto;
	width:auto;
}
/******************* Show POPUP Ends ***********************/