﻿.Client_cont .LoggedIn {
width: 639px;
height: 432px;
border-radius: 5px;
position: absolute;
top: 25%;
left: 29%;
margin-top: -110px;
margin-left: -130px;
/* border: 1px solid #CCC; */
/* background-color: #fff; */
padding: 10px 15px;
}
.Client_cont .LoggedIn #DivName
{
	width:100%;
	text-align:center;
 background-color:#2a83e1;
 margin-bottom:30px;
 padding-left:10px;
 padding-right:10px;
}
.Client_cont .LoggedIn #DivName #SpnName,.Client_cont .LoggedIn #DivName #SpnName1
{
	line-height:30px;
	font-size:16px;
	color:#FFF;
}
.table
{
	width:659px;
    position:absolute;
    
}
.table th,.table td
{
	font-size: 14px;
line-height: 30px;
color: #636363;
padding-left:10px;
padding-right:10px;
border-bottom:1px solid #E5E5E5;
text-align:center;
}
.table th
{
background-color: #2a83e1;
color: #FFF;
}
.table td:nth-of-type(odd) {
background: #F2F2F2;
}
/*.TAL
{
	text-align:left !important;
}
.TAR
{
	text-align:right !important;
}*/
.Logout
{
line-height: 30px;
border-radius: 5px;
text-align: center;
text-transform: uppercase;
background-color: #2a83e1;
color: #FFFFFF;
font-size: 14px;
position: relative;
text-decoration:underline;
}
.txt
        {
        	line-height: 28px;
width: 100%;
min-width: 30px;
border-radius: 17px;
 border-color:#2a83e1;
 border-width:1px;
 padding-left:3px;
 text-align:center;
        }
        .btn
        {
        	background-color: #2a83e1;
color: #FFF;
padding: 4px 7px;
border-radius: 20px;
border: none;
        }
        .spn
        {
        	font-size: 14px;
line-height: 30px;
color: #636363;
        }
        
        .LogBxIp
        {
        	border: none;
width: 100%;
margin-top: 15px;
border-radius: 5px;
line-height: 30px;
text-indent: 5px;
        }
        
        #divChangePw input[type='password']
        {
        	border: 1px solid;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 5px;
line-height: 30px;
text-indent: 5px;
background-color: rgb(250, 255, 189);
        }
        .spnMandatory
        {
        	color:Red;
        	display:inline;
        }
.spnInvalid
        {
        	position: absolute;
top: 25.5%;
left: 37.5%;
font-size: 14px;
color: red;
        }