/*******************************************************************************
 * These materials are confidential and proprietary to Polaris Software Lab
 * Limited and no part of these materials should be reproduced, published,
 * transmitted or distributed in any form or by any means, electronic,
 * mechanical, photocopying, recording or otherwise, or stored in any
 * information storage or retrieval system of any nature nor should the
 * materials be disclosed to third parties or used in any other manner for which
 * this is not authorized, without the prior express written authorization.
 * 
 * Copyright 2018. Intellect Design Arena Limited. All rights reserved.
 * 
 * -----------------------------------------------------------------------------------------------------
 * CHANGE CODE		DATE		AUTHOR						DESCRIPTION											  
 * -----------------------------------------------------------------------------------------------------
 * BURGAN_BRANDING	12-11-2018	MuthuAnanth	& JaiGanesh		Burgan branding changes 
 * -----------------------------------------------------------------------------------------------------
 */
@font-face {
  font-family: 'Bliss-Bold';
  src: url('../fonts/Bliss/Bliss2B.eot'); IE9 Compat Modes 
  src: url('../fonts/Bliss/Bliss2B.eot?#iefix') format('embedded-opentype'), IE6-IE8 
       url('../fonts/Bliss/Bliss2B.woff2') format('woff2'),  /* Super Modern Browsers  */
       url('../fonts/Bliss/Bliss2B.woff') format('woff'),  /* Pretty Modern Browsers */
       url('../fonts/Bliss/Bliss2B.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/Bliss/Bliss2B.otf')  format('opentype'),
       url('../fonts/Bliss/Bliss2B.svg#svgFontName') format('svg'); /* Legacy iOS */
	 font-weight: bold;
 }
@font-face {
  font-family: 'Bliss-Regular';
  src: url('../fonts/Bliss/Bliss2R.eot'); IE9 Compat Modes 
  src: url('../fonts/Bliss/Bliss2R.eot?#iefix') format('embedded-opentype'), IE6-IE8 
       url('../fonts/Bliss/Bliss2R.woff2') format('woff2'),  /*  Super Modern Browsers */
       url('../fonts/Bliss/Bliss2R.woff') format('woff'),  /* Pretty Modern Browsers */
       url('../fonts/Bliss/Bliss2R.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/Bliss/Bliss2R.otf')  format('opentype'),
       url('../fonts/Bliss/Bliss2R.svg#svgFontName') format('svg'); /* Legacy iOS */
	  font-weight: normal;
	  }

/* @font-face {
  font-family: 'Frutiger-Bold';
  src: url('../fonts/Frutiger/Frutiger-Bold.afm') format('afm'), 
       url('../fonts/Frutiger/Frutiger-Bold.pfb') format('pfb'),
	   url('../fonts/Frutiger/Frutiger-Bold.pfm')  format('pfm');
	font-weight: bold;
}
@font-face {
  font-family: 'Frutiger-Regular';
  src: url('../fonts/Frutiger/Frutiger-Light.afm') format('afm'),
       url('../fonts/Frutiger/Frutiger-Light.pfb') format('pfb');
	font-weight: normal;
}
 */
/*FBN Branding Login screen*/
.width100percent_main_loginbgCust {
    clear: both;
    height: 100vh;
    padding-top: 44px;
    width: 100%;
    background-size: cover;
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
}
/*@media screen\0, @media screen\9 {	
  .width100percent_main_loginbgCust {
    clear: both;
    height: 700px !important;
    padding-top: 44px;
    width: 120%;
	background-size: cover;
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
}*/
.skew-container-innerCust {
    color: rgb(8, 35, 80);
    min-height: 5px;
    width: 355px;
    float: right;
    font-size: 1.3em;
    margin-top: 9%;
    margin-right: 50px;
}
.skew {
    min-height: 50px;
    float: left;
    width: 93.5%;
   /* transform: skewX(-15deg);*/
}
.skew-innerCust {
    min-height: 10px;
    float: left;
    width: 100%;
    /*border-left: 4px solid #e0ad0f;
    border-bottom: 4px solid #e0ad0f;*/
    margin-bottom: 8%;
    border-radius: 10px;
    padding-left: 0.75%;
}
.skew-wrapCust {
    min-height: 365px;
    float: left;
    width: 85%;
    border: 2px solid #fff;
    padding-left: 12%;
    padding-right: 8%;
    transform: translate(1%, -1.5%);
    padding-top: 4%;
    margin-bottom: -1%;
    background-color: #afbdd3;
    border-radius: 50px;
    opacity: 0.88;
}
.inner-skew {
    min-height: 50px;
    float: left;
    width: 100%;
    /*transform: skewX(8deg);*/
    padding-bottom: 2%;
    line-height: 0.6;
    overflow-x: hidden;
    /* overflow: auto; */
    overflow-y: auto;
    height: 352px;
}
.form-group {
    margin-bottom: 10px;
}
.skew-baseCust {
    width: 88%;
    min-height: 10px;
    float: left;
    background-color: #e0ad0f;
    padding-top: 3%;
    border-radius: 10px;
    margin-top: -3%;
	padding-left: 50px;
}
.skew-base-inner {
    width: 100%;
    margin: auto;
    min-height: 50px;
    transform: skewX(15deg);
    color: rgb(8,35,80);
    padding-bottom: 2%;
}
/*Button Css for CBX 11-02-2015*/


.Actionbtn {
  background: #002a89;
  background-image: -webkit-linear-gradient(top, #1072bb, #19b3ea);
  background-image: -moz-linear-gradient(top, #002a89, #19b3ea);
  background-image: -ms-linear-gradient(top, #002a89, #19b3ea);
  background-image: -o-linear-gradient(top, #002a89, #19b3ea);
  background-image: linear-gradient(to bottom, #1072bb, #19b3ea);
  font-family: 'Bliss-Regular';
  color: #ffffff !important;
  font-weight:bold !important;
  font-size:12px !important;
  padding: 8px 17px;
  text-decoration: none;
  border-radius:8px;
  }

.Actionbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #1072bb, #002a89);
  background-image: -moz-linear-gradient(top, #1072bb, #002a89);
  background-image: -ms-linear-gradient(top, #1072bb, #002a89);
  background-image: -o-linear-gradient(top, #1072bb, #002a89);
  background-image: linear-gradient(to bottom, #1072bb, #002a89);
  text-decoration: none;
}
.topbannercls
{
width:810px; background: #1072bb;
  background-image: -webkit-linear-gradient(top, #1072bb, #19b3ea);
  background-image: -moz-linear-gradient(top, #1072bb, #19b3ea);
  background-image: -ms-linear-gradient(top, #1072bb, #19b3ea);
  background-image: -o-linear-gradient(top, #1072bb, #19b3ea);
  background-image: linear-gradient(to bottom, #1072bb, #19b3ea);
  display:block;height:40px;border-top-left-radius: 10px;border-top-right-radius: 10px;
}
.corpcls
{
color:#fff;padding-top:10px;padding-left:30px;
}
.loginTitle{
	font-size: 20px !important;
	color: #003e7d !important;
	font-family: 'Bliss-Regular', sans-serif !important;
	font-weight: normal;
	height: 30px;
}
.securityTips{
    width: 95%;
    /*height: 125px;*/
    border: 0px solid #ccc;
    padding: 10px;
}

.securityTips p.infoTitle{
	font-size: 14px !important;
	color: #333 !important;
	font-family: 'Bliss-Regular', sans-serif !important;
	font-weight: normal;
}
.securityTips p.infoPoints {
    font-size: 11px !important;
    color: #333 !important;
    font-family: 'Bliss-Regular', sans-serif !important;
    font-weight: normal;
    line-height: 15px;
    padding-bottom: 5px;
    padding-left: 0px;
    display: list-item;
    margin-left: 17px;
}


.topuseridcls
{ 
/*
border:1px solid #2c86c2;width:500px;height:75px;padding-top:20px;margin-left:110px;border-radius:10px;
background:#1072bb;
  background-image: -webkit-linear-gradient(top, #1072bb, #002a89);
  background-image: -moz-linear-gradient(top, #1072bb,#1ab4eb);
  background-image: -ms-linear-gradient(top, #1072bb,#1ab4eb);
  background-image: -o-linear-gradient(top, #1072bb, #002a89);
  background-image: linear-gradient(to bottom, #1072bb, #1ab4eb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1072bb', endColorstr='#1ab4eb');*/ 
  
}

.topuseridclsregister
{
	/*
border:1px solid #2c86c2;width:450px;height:230px;padding-top:20px;margin-left:110px;border-radius:10px;
background:#1072bb;
  background-image: -webkit-linear-gradient(top, #1072bb, #002a89);
  background-image: -moz-linear-gradient(top, #1072bb,#1ab4eb);
  background-image: -ms-linear-gradient(top, #1072bb,#1ab4eb);
  background-image: -o-linear-gradient(top, #1072bb, #002a89);
  background-image: linear-gradient(to bottom, #1072bb, #1ab4eb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1072bb', endColorstr='#1ab4eb'); */ 
  width: 470px; 
}
.btnpanel
{/*
width:500px;height:40px;padding-top:0px;margin-left:110px;float:left; */
float:left;
}
.divfootercls
{
 background: #1072bb;
  background-image: -webkit-linear-gradient(top, #1072bb, #19b3ea);
  background-image: -moz-linear-gradient(top, #1072bb, #19b3ea);
  background-image: -ms-linear-gradient(top, #1072bb, #19b3ea);
  background-image: -o-linear-gradient(top, #1072bb, #19b3ea);
  background-image: linear-gradient(to bottom, #1072bb, #19b3ea);

color:#fff; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;
}

body { 
	font-size: 80%; 
	font-family: 'Bliss-Regular', Verdana, Arial, Sans-Serif;
    background: url(/iportalweb/iportal/images/login-bg.png) no-repeat 0 0;
    background-size: cover;
}
      ul#tabs { /* list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; margin-left:107px; */}
      ul#tabs li { display: inline; }
      ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding-top: 8px;
		padding-bottom: 3px;padding-right: 6px;
		padding-left: 8px; text-decoration: none;   border-top-left-radius: 10px;border-top-right-radius: 10px; }
      ul#tabs li a:hover { background-color: #f1f0ee; }
      ul#tabs li a.selected { color:#fff; background-color:#1072bb; display:none;
	  
	  
	  font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em;   border-top-left-radius: 10px; }
      div.tabContent { 
      /*border: 1px solid #2c86c2; width:58%; padding:1.5em; background:#1072bb;
	  position: relative;
	top: -16px;
	  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1072bb', endColorstr='#1ab4eb')
	  background-image: linear-gradient(to bottom, #1072bb, #1ab4eb); margin-left:107px; 
	  border-radius:10px; */
	  
	  }
      div.tabContent.hide { display: none; }
 
 .textboxstyle{
 	width: 200px !important;
	border-radius: 7px;
    transform: skewX(-8deg) !important;
    box-shadow: 1px 2px 2px #888888;

	   height: 26px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: black;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;   
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 }
 .captcha_image{
	width: 200px !important;
	border-radius: 7px;
	transform: skewX(-8deg) !important;
	box-shadow: 1px 2px 2px #888888;
	height: 20px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: black;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc; 
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 }
 img#Captcha {
    width: 191px !important;
    height: 73px;
}
.captcha_refresh {
    float:right;
    padding-top: 3px;
}
.captcha_refresh img {
    width: 16px;
}
a.tooltip {
	display:none;
}
 .tooltip img{
 width:15px;
 padding-top: 15px;
    padding-left: 3px;
 }
 a.tooltip span {
    z-index: 10;
    display: none;
    padding: 18px 20px;
    margin-top: -57px;
    margin-left: 267px;
    width: auto;
    width: 220px;
    line-height: 16px;
}

.logo{/*MuthuAnanth*/
    background: url(/iportalweb/iportal/images/logo.png) no-repeat white;
    height: 82px;
    width: 450px;
    background-position: 20px;
    position: absolute;
    margin-top: 22px;
    background-size: contain;
    border-color: gray;
    border-width: 55px;
    text-align: right;
    /*margin-right: 12px;
    top: 0;
    float: right;
    */
    right: 46px;
    border-radius: 26px;
}
.footer{
	background-color: #c66209 !important;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
}
.footer .copyright{
	float:right;
	font-size: 11px;
    color: #fff;
    font-family: 'Bliss-Regular', sans-serif !important;
	padding: 4px 30px 4px 4px;
}		
.footer .cservice{
	font-size:11px;
	color:#fff;
	float:left;
	font-family: 'Bliss-Regular', sans-serif !important;
	padding: 2px 0 10px 30px;
}   
.cservice a{
	color:#FFF;
	font-family: 'Bliss-Regular', sans-serif !important;
} 
.cservice .splitter{
	width:30px;
	text-align:center;
	display: inline-block;
	font-size: 14px;
}
.submit{    
	background-color: #e0ad0f;
    color: #fff !important;
    font-size: 14px !important;
    padding: 8px 32px;
    text-transform: uppercase;
    font-family: 'Bliss-Regular', sans-serif !important;
    text-decoration: none !important;
    font-weight: normal !important;
    border-radius: 7px;
    transform: skewX(-8deg) !important;
    box-shadow: 1px 2px 2px #888888;
    border: 0;
 }
 .cancel{
	background-color: #444444;
    color: #fff !important;
    font-size: 14px !important;
    padding: 8px 32px;
    text-transform: uppercase;
    font-family: 'Bliss-Regular', sans-serif !important;
    text-decoration: none !important;
    font-weight: normal !important;
    border-radius: 7px;
    transform: skewX(-8deg) !important;
    box-shadow: 1px 2px 2px #888888;
    border: 0;
 }
 .close{
	background-color: #003e7d;
    color: #fff !important;
    font-size: 18px !important;
    padding: 8px 38px;
    text-transform: uppercase;
    font-family: 'Bliss-Bold', sans-serif !important;
    text-decoration: none !important;
 }
.forgot-pwd{
    font-size: 12px !important;
    color: #003e7d !important;
    font-family: 'Bliss-Regular', sans-serif !important;
    font-weight: normal !important;
}
#welcome-adib_login{
	font-family: 'Bliss-Regular', sans-serif !important;
    font-size: 25px;
    color: #ffffff;
    text-align: right;
    padding-right: 50px;
    padding-top: 0px;
    position: absolute;
    top: 52px;
    right: 0;
    margin-top: -25px;
	}
#welcome-adib{
	font-family: 'Bliss-Regular', sans-serif !important;
    font-size: 25px;
    color: #ffffff;
    text-align: right;
    padding-right: 50px;
    padding-top: 0px;
    position: absolute;
    top: 52px;
    right: 0;
    margin-top: -25px;
	}
/*  CMXXXLOGIN*/	
#welcome-adib3{
		font-family: 'Bliss-Regular', sans-serif !important;
	
    font-size: 35px;

	color:#003e7d;

	text-align: right;

    padding-right: 50px;

	padding-top: 0px;

    position: absolute;

    top: 50%;
	
	right:0;
	
	margin-top:-25px;
	
	}
	/*  CMXXXLOGIN*/	
#mainCont{padding-left: 40px;}
#content1{    
	/*background-color: #f9f9f9;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding-left: 20px;*/
	/*padding-right: 15px;
	margin-bottom: 50px;	
	height: 480px;*/
}
.bod-btm{
	border-bottom: 0px solid #24b3eb; 
	padding-bottom: 5px;
	height: 40px;
	}
input{font-size: 14px !important; font-family: 'Bliss-Regular', sans-serif !important;}
.pTop40{padding-top:40px;}
.pTop30{padding-top:30px;}

.SecQuesCombo{
	background-color: transparent;
	border: 0;
	font-size: 12px !important;
	font-family: 'Bliss-Bold', sans-serif !important;
	border-bottom: 1px solid #24b3eb;
	height: 30px;
	width: 305px !important;
    border-radius: 7px;
    transform: skewX(-8deg) !important;
    box-shadow: 1px 2px 2px #888888;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.security_image{
	width: 95px;
    height: 95px;
}
.bod-btms::before {
	content:'';
	display:inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #444;
	float:right;
	position:relative;
	right:20px;
	top:7px;
	pointer-events: none;
}
.SecQuesCombo:required:invalid {
  color: gray;
}
.SecQuesCombo[value=""][disabled] {
  
}

.resendOtp{    
	background-color: #003e7d;
    color: #fff !important;
    font-size: 18px !important;
    padding: 8px 8px;
    text-transform: uppercase;
    font-family: 'Bliss-Bold', sans-serif !important;
    text-decoration: none !important;
 }

#tandc,#resetQs{
	height: 12px;
    margin-top: 10px;
	}
.callout {    
    top: 9px !important;
    left: 9px !important;
}
div.wrapper-demo ul li label {
    width: 80px;
    padding-right: 88px;
    position: relative;
    top: 13px;
    float: left;
}
table#keypad {
    background-color: #d1d2d4;
    padding: 20px;
    border-radius: 10px;
	transform: skewX(-8deg);
	position: absolute;
    left: -400px;
    top: 272px;
}

.tablecls table {
    background-color: #e0ad0f;
    border-radius: 10px;    
	transform: skewX(-15deg);
}
.tablecls table td,.tablecls td span {
    background-color: transparent !important;
}
.clstd {
    color: #353535;
    width: 600px;
    display: inline-block;
    font-family: 'Bliss-Regular', sans-serif !important;
    font-size: 15px;
    padding-bottom: 6px;
}

/**MuthuAnanth**/
::-webkit-scrollbar {
    width: 7px !important;
    height: 10px !important;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background-color: #868686;
    width: 12px;
    height: 12px;
    border: 1px solid #ecedec;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    border-radius: 0px;
    border: 0px solid #ffc72c;
}


.textboxstyle {
    width: 278px !important;
    border-radius: 7px;
    transform: skewX(-8deg) !important;
    box-shadow: 1px 2px 2px #888888;
    height: 26px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: black;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.skew-container-innerCust {
    color: rgb(8, 35, 80);
    min-height: 5px;
    width: 450px;
    float: right;
    font-size: 1.3em;
    margin-top: 9%;
    margin-right: 50px;
}

/* LOGIN BRANDING --21-08-2020--*/

body { 
	background-image: url(/iportalweb/iportal/images/login-bg.jpg) no-repeat 100% !important;
	/* background-position: center; */
}

.skew-wrapCust {
	width: 73% !important;
    padding-right: 6% !important;
	padding-left: 2% !important;
    padding-top: 2% !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    border: 12px solid #0069aa !important;
    opacity: 0.8 !important;
  
}

.inner-skew {
       background-color: #ececec;
	   width: auto !important;
	/* outer shadow
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;*/
  /* Innder shadow 
 -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;*/

}

.submit {
    background-color: transparent !important;
    color: #0069aa !important;
    font-size: 14px !important;
    padding: 8px 20px  !important;
    border-radius: 0px  !important;
    transform: none !important;
    box-shadow: none !important;
    border: 3px solid #00a1e4  !important;
    margin-left: 0px  !important;
	 font-weight: bold !important;
}

.cancel {
    background-color: transparent  !important;
    color: #0069aa !important;
    font-size: 14px !important;
    padding: 8px 20px  !important;
    border-radius: 0px;
    transform: none !important;
    box-shadow: none  !important;
    border: 3px solid #00a1e4  !important;
    margin-left: 84px  !important;
	 font-weight: bold !important;
}

.textboxstyle {
    width: 278px !important;
    border-radius: 0px !important;
    transform: none !important;
    box-shadow: none !important;
    height: 26px !important;
    padding: 6px 8px !important;
    color: #FFF !important;
    background-color: #0f6bae !important;
    border: 1px solid #0f6bae !important;
    margin-left: 8px !important;
}

.logo {
	background: url(/iportalweb/iportal/images/logo.png) no-repeat transparent !important;
	height: 60px !important;
	width: 324px !important;
	background-position: 10%!important;
	position: relative !important;
	margin-top: 0px !important;
	border-width: 0px !important;
	right: -30px !important;
	border-radius: 0px !important;
	top: 32px !important;
	background-size: 210px 54px !important;
}
#content1 {
    padding-top: 20px;
}


.skew-container-innerCust {
     margin-top: 100px !important;
}

.SecQuesCombo{
	transform: none !important;
	border-radius: 0px !important;
	width: 298px !important;
	margin-left: 6px !important;
	font-weight: bold !important;
	height : 25px;
}

.footer {
    background-color: #f78e1e !important;
}

.tablecls table {
        transform: none !important;
}

.loginTitle{
	padding-left: 10px !important;
}


input::placeholder 
{ 
color: #ffffff !important;
}

input {
    font-size: 12px !important;
}

/**MuthuAnanth**/
input::-ms-input-placeholder {
	color: white;
}