﻿

/*New Login and Logout page*/



body {
	background-color: #f4f4f4;
	margin:0;
}
.topheaderblue {
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:18px;
	color:#0d3963;
}

.loginhead 
{

font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:22px;
color:#eb9421;
font-weight:normal;
}

.footertxt {
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#788692;
}
.footertxt2 {
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#757575;
	line-height:20px;
	text-decoration:none;
}
.footertxt2 a:link
{
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#757575;
	line-height:20px;
	text-decoration:underline;
}
.footertxt2 a:active
{
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#757575;
	line-height:20px;
	text-decoration:none;
}
.footertxt2 a:visited
{
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#757575;
	line-height:20px;
	text-decoration:underline;
}
.footertxt2 a:hover
{
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#000000;
	line-height:20px;
	text-decoration:none;
}

.greyheadbig {
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:18px;
	color:#8e8e90;
	font-weight:bold;

}
.greyhead {
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	color:#8e8e90;
	font-weight:bold;

}
.greysmall {
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#666666;
	font-weight:bold;

}
.greysmall a:link
{
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#cd5e0c;
	text-decoration:underline;

}
.greysmall a:active
{
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#f7971c;
	text-decoration:underline;

}
.greysmall a:visited
{
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#cd5e0c;
	text-decoration:underline;

}
.greysmall a:hover
{
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	text-decoration:none;

}
.textbox
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	padding:6px;
	width:250px;
	border: 1px solid #c7d2de;
}

/*#9981- New Login Page Styles*/

.m_OuterContainer {
       
    background: url('../../Images/bg_Outer.jpg') repeat;    
}

.m_ContainerHeader {
    height: 104px;
    background-color: #FFF;
}

.CustomerHeadingBlue {
    /*font-family: Segoe UI;*/
    font-family: 'Roboto','sans-serif';
    font-weight: 500;
    font-size: 16pt;
    color: #3F5467;
}

.m_HeaderBodySeparator {
    height: 5px;
    background-color: #ff9201;
}

.m_ContainerBody {
    /* position: relative;*/
    background-color: #FFF;
    min-height: 390px;
    margin: -32px 0px 0px 0px;
    background-color: Transparent;
    left: 0px;
}

.m_BigTopPart {    
    height: 19px;
    background-color: #E9E9E9;
    -webkit-border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;
}

.m_BigMiddleCenter {    
    background: url('../../Images/bg_ParentChildImg.jpg' ) left bottom no-repeat #E9E9E9;    
    min-height:395px;
    height:395px;
    vertical-align: top;
    padding: 0 2%;
     -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.m_BigBottomCenter {
    width: 100%;
    background-color: #7197C4;
    height: 92px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: #2B3947 0px 5px 0px;
    -moz-box-shadow: #2B3947 0px 5px 0px;
    box-shadow: #2B3947 0px 5px 0px;
}

.m_innerLoginBlock {
    /*width: 100%;*/
    height: 287px;
    margin-top: 47px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: rgba(254, 250, 248, 0.5);
    
}


.m_TextChildCareLogin {
    float:left;
    color:#3C4E64;
    font-size:25px;
    font-weight:500;
    /*font-family:'Segoe UI','Arial';*/
    font-family: 'Roboto','sans-serif';
}

.m_UserNamePassword {
    padding-left:6px;
    color:#888A85;
    font-style:italic;
    font-size:14px;
    /*font-family:Arial;*/
     font-family: 'Roboto','sans-serif';
     font-weight:400;
}

.m_Pipe_UserNamePassword {
    font-size:21px;
    color:#C1C3BE;
    font-family:'Roboto','sans-serif';
     font-weight:300;
}
    
.TKSABtnLogin {
    background: #FF7E00 none repeat scroll center bottom;
    border: 1px solid #FF7E00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    /*font-family: Arial;*/
     font-family: 'Roboto','sans-serif';
    font-size: 9pt;
    font-weight: 600;
    padding: 6px 11px;
    text-decoration: none;
    -webkit-box-shadow: #BF5E00 0px 2px 0px;
    -moz-box-shadow: #BF5E00 0px 2px 0px;
    box-shadow: #BF5E00 0px 2px 0px;
    cursor:pointer;
    text-shadow:1px 1px 1px #793C00;
}

.TKSABtnParentLogin {
    background: #F2BD49 none repeat scroll center bottom;
    border: 1px solid #F2BD49;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #252429;
    /*font-family: Arial;*/
    font-family: 'Roboto','sans-serif';
    font-size: 11pt;
    font-weight: 500;
    padding: 6px 11px;
    text-decoration: none;
        -webkit-box-shadow: #3E4A62 0px 2px 0px;
    -moz-box-shadow: #3E4A62 0px 2px 0px;
    box-shadow: #3E4A62 0px 2px 0px;
    cursor:pointer;
}

.m_ForgotPassword {
    color:#392F23;
    font-size:15px; 
    font-family: 'Roboto','sans-serif';
    font-weight:500; 
}

.m_ForgotPassword_Link {
    Color:#AB5200;
     font-size:15px; 
    font-family: 'Roboto','sans-serif';
    font-weight:500;
}

.m_ForgotPassword_Link a:link {
    Color:#AB5200;
     font-size:15px; 
    font-family: 'Roboto','sans-serif';
    font-weight:500;
}

.m_ForgotPassword_Link a:active {
    Color:#AB5200;
     font-size:15px; 
    font-family: 'Roboto','sans-serif';
    font-weight:500;
}

.m_ForgotPassword_Link a:visited  {
    Color:#AB5200;
     font-size:15px; 
    font-family: 'Roboto','sans-serif';
    font-weight:500;
}

.m_ForgotPassword_Link a:hover  {
    Color:#3C4E64;
     font-size:15px; 
    font-family: 'Roboto','sans-serif';
    font-weight:500;
    text-decoration:none;
}

.m_td_ParentPortal {
    background-color:#3B4F68;
    border-radius:5px 0px 0px 5px;
    color:#FFF;
    text-align:right;
    width:54px;
    float:left ;    
}

.m_Outerdiv_ParentPortal {
    float:left;   
    width:152px;
    float:left;
    /*margin-top:7px;*/
}

.m_Innerdiv_ParentPortal {
    float:left;
    margin-left:4px;
    margin-top:4px;
}

.m_Innerdiv_Text_ParentPortal {
    float:left;
    margin-right:1px;
    margin-top:8px;   
    font-size:17px;
    font-weight:600;
    font-family: 'Roboto','sans-serif';
    color:#FFF;
}

.m_tdParentPortal_Arrow_Image {
    background: url('../../Images/bg_arrow_ParentPortal.png') no-repeat 0 0;
	background-size:auto 100%;
    width:36px;
    height:52px;
    float:left;
}

.m_tdParentPortal_Right {
    background-color:#4F6A88;
    border-radius:0px 5px 5px 0px;
    text-align:center;
    padding-right:3px;
    width:120px;
    height:52px;
    float:left;
}

.m_Outerdiv_ParentPortal_DeActive {
    float: left;   
    width: 100%;    
}


.m_Innerdiv_ParentPortal_DeActive {
    float: left;    
    margin-top: 2px;
}

.m_divDeActiveCenter {
    float:left;
    color:#FFF;
     text-align:left;
    font-family:'Roboto',sans-serif;
     font-weight :400;
     font-size:13px;
}

.m_ParentLeftCorner {
    background: url('../../Images/left_ParentCorner.png') no-repeat left top #3B4F68;
    height:52px;
}

.m_ParentRightCorner {
    background: url('../../Images/right_ParentCorner.png') no-repeat right top #4F6A88;
    height:52px;
}

.m_ParentLeftCornerCenter {
    background-color:#3B4F68;
    height:52px;
}

.m_ParentRightCornerCenter {
    background-color:#4F6A88;
    height:52px;
}
.m_ContainerFooter {
    text-align: center;
}


.m_BigMiddleCenter_ForgotPassword {    
    background: url('../../Images/bg_ParentChildImg.jpg' ) left bottom no-repeat #E9E9E9;    
    min-height:450px;
    height:450px;
    vertical-align: top;
    padding: 0 2%;
     -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: #2B3947 0px 5px 0px;
    -moz-box-shadow: #2B3947 0px 5px 0px;
    box-shadow: #2B3947 0px 5px 0px;
}

.bluesmall {
   font-size:13px;
   text-align:left;
    font-family: 'Roboto','sans-serif';
   font-weight :400;
   color:#3C4E64;
}

.blueLarge {
   font-size:14px;
   text-align:center;
    font-family: 'Roboto','sans-serif';
   font-weight :400;
   color:#3C4E64;
   padding-top:4px;
}

.blueLarge a:link {
   font-size:14px;
   text-align:center;
    font-family: 'Roboto','sans-serif';
   font-weight :400;
   color:#AB5200;
   padding-top:4px;
}

.blueLarge a:active {
   font-size:14px;
   text-align:center;
    font-family: 'Roboto','sans-serif';
   font-weight :400;
   color:#AB5200;
   padding-top:4px;
}

.blueLarge a:visited  {
   font-size:14px;
   text-align:center;
    font-family: 'Roboto','sans-serif';
   font-weight :400;
   color:#AB5200;
   padding-top:4px;
}

.blueLarge a:hover {
   font-size:14px;
   text-align:center;
    font-family: 'Roboto','sans-serif';
   font-weight :400;
   color:#3C4E64;
   padding-top:4px;
   text-decoration:none;
}

.blueLarge_AlignLeft {
   font-size:15px;
   text-align:left;
    font-family: 'Roboto','sans-serif';
   font-weight :500;
   color:#3C4E64;
   padding-top:4px;
}

.blueLarge_AlignLeft a:link{
   font-size:15px;
   text-align:left;
    font-family: 'Roboto','sans-serif';
   font-weight :500;
   color:#AB5200;
   padding-top:4px;
}

.blueLarge_AlignLeft a:active{
   font-size:15px;
   text-align:left;
    font-family: 'Roboto','sans-serif';
   font-weight :500;
   color:#AB5200;
   padding-top:4px;
}

.blueLarge_AlignLeft a:visited {
   font-size:15px;
   text-align:left;
    font-family: 'Roboto','sans-serif';
   font-weight :500;
   color:#AB5200;
   padding-top:4px;
}

.blueLarge_AlignLeft a:hover{
   font-size:15px;
   text-align:left;
    font-family: 'Roboto','sans-serif';
   font-weight :500;
   color:#3C4E64;
   padding-top:4px;
   text-decoration:none;
}

.TKSABtnLoginCancel {
    background: #4A6077 none repeat scroll center bottom;
    border: 1px solid #3C4E64;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    /*font-family: Arial;*/
     font-family: 'Roboto','sans-serif';
    font-size: 9pt;
    font-weight: 600;
    padding: 6px 11px;
    text-decoration: none;
    -webkit-box-shadow: #3C4E64 0px 2px 0px;
    -moz-box-shadow: #3C4E64 0px 2px 0px;
    box-shadow: #3C4E64 0px 2px 0px;
    cursor:pointer;
    text-shadow:1px 1px 1px #3C4E64;
}


/*#9981- New Login Page Styles*/
