﻿@CHARSET "ISO-8859-1";

@font-face{
	font-family:"AvenirLTStdBook";
	src:url("../Fonts/AvenirLTStdBook/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix");
	src:url("../Fonts/AvenirLTStdBook/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot"),
		url("../Fonts/AvenirLTStdBook/939cba03-5b40-4d01-9bc5-7589eca863db.woff") format("woff"),
		url("../Fonts/AvenirLTStdBook/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf") format("truetype"),
		url("../Fonts/AvenirLTStdBook/f67fa3b5-c1d1-488f-8e60-a828b9ad56a4.svg#f67fa3b5-c1d1-488f-8e60-a828b9ad56a4") format("svg");
}

@font-face{
	font-family:"AvenirLTStdLight";
	src:url("../Fonts/AvenirLTStdLight/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix");
	src:url("../Fonts/AvenirLTStdLight/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot"),
		url("../Fonts/AvenirLTStdLight/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff") format("woff"),
		url("../Fonts/AvenirLTStdLight/3e419b5b-c789-488d-84cf-a64009cc308e.ttf") format("truetype"),
		url("../Fonts/AvenirLTStdLight/ca038835-1be3-4dc5-ba25-be1df6121499.svg#ca038835-1be3-4dc5-ba25-be1df6121499") format("svg");
}

@font-face{
font-family:"Avenir-Roman";
src:url("/Content/Fonts/Avenir-Roman/avenir-roman.ttf") format("truetype");
}

@font-face{
font-family:"Avenir-Medium";
src:url("/Content/Fonts/Avenir-Medium/Avenir LT W01_65 Medium.ttf") format("truetype");
}

@font-face{
font-family:"Avenir-Heavy";
src:url("/Content/Fonts/Avenir-Heavy/avenir-heavy1.ttf") format("truetype");
}

.buttonGrey {
    font-family:Avenir-Heavy !important;
    padding: 7px 17px;
    border-radius: 8px;
    background: #3c498d;
    background-image: -moz-linear-gradient(top, #9d9c9c 0%, #929292 100%);
    background-image: -webkit-linear-gradient(top, #8c8c8c 0%,#929292 100%);
    background-image: linear-gradient(to bottom, #8c8c8c 0%,#929292 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9c9c', endColorstr='#929292',GradientType=0 );
    color: #ffffff;
    font-size: 14px !important;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 2px 2px 0px #d1d1d1;
    float: left;
    text-shadow: 1px 1px 1px #333333;
    border:none !important;
}


 .buttonBlue {
            font-family:Avenir-Heavy !important;
			padding: 7px 17px;
			border-radius: 8px;
			background: #3c498d; /* Old browsers */
			background: -moz-linear-gradient(top,  #003d99 0%, #003380 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #003d99 0%,#003380 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #003d99 0%,#003380 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c498d', endColorstr='#2f3a72',GradientType=0 ); /* IE6-9 */
			color: #ffffff;
			box-shadow: inset 2px 2px 0px #949dd2;
			letter-spacing: 1px;
            Font-size: 14px !important;
			box-shadow: inset 2px 2px 0px #949dd2;
			letter-spacing: 1px;
            text-transform:none !important;
            border:none !important;
            width:119px;
			cursor: pointer;
			float: left;		
		}
		.buttonBlue:hover {
			background: #2f3a72; /* Old browsers */
			background: -moz-linear-gradient(top,  #003380 100%, #003380 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #003380 100%,#003380 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #003380 100%,#003380 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3a72', endColorstr='#3c498d',GradientType=0 ); /* IE6-9 */
			box-shadow: inset 2px 2px 0px #949dd2;
			cursor: pointer;
		}

 .buttonGrey:hover {
    background: #3c498d;
    background: -moz-linear-gradient(top, #bfbfbf 0%, #595959 50%);
    background: -webkit-linear-gradient(top, #bfbfbf 0%,#595959 50%);
    background: linear-gradient(to bottom, #bfbfbf 0%,#595959 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c498d', endColorstr='#2f3a72',GradientType=0 );
}

input[type="text"]:focus, 
input[type="password"]:focus
{
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 16px rgba(170, 146, 97 , 0.7) !important;
	outline:none !important;
}

#bodyContent
{
    height:651px;
    width: 980px;
    margin: 0px auto;
    color:#df1b2a
}

html
{
    background-size: 100% 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body
{
    background:linear-gradient(135deg, #253a61 0%,#002e6f 50%,#121920 100%) !important;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Avenir-Roman;
}

.vjs-tech
{
	
}
input[type="text"]:focus, input[type="password"]:focus
{
    border-color: Black;
}
input[type="text"], input[type="password"]
{
    color: black !important;
    font-family: Avenir-Roman;
    font-size: 14px !important;
    height: 30px;
    width: 249px; /*277px;*/
    margin-bottom: 15px !important;
    border: 1px solid black;
    border-left: none;
}

form
{
    margin: 0 0 10px;
}

.txtBoxLogo
{
    background-color: lightGray;
    border: 1px solid gray;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    display: inline;
    padding: 9px 3px 11px 10px;
    position: relative;
    top: -6px;
    right: -7px;
}

.LoginContent
{
    position: absolute;
    z-index: 999;
    font-size: 18px;
    margin: auto;
    text-align: center;
    width: 100%;
    height:500px !important;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.linkExpiredMainContent
{
    font-size: 16px;
    width: 393px;
    margin: 0px auto;
    text-align: left;
    margin-top: 60px;
}

.forgotPassword
{
    margin: 0 auto;
    padding-top: 10px;
    width: 393px;
    height: 260px;
    background-color: rgba(0,0,0,0.1);
}

.forgotPasswordContent{
    margin: 0 auto;
    padding-top: 10px;
    width: 364px;
    height: 233px;
    background-color: rgba(255,255,255,0.1);
    margin-top: 2px;
}

.ChangePswdContent 
{
    padding: 25px;
    padding-bottom: 10px;
}

#forgotPasswordSucessMessage
{
	padding: 25px 25px;
	font-size:13px;
}

#forgotPasswordResetContent
{
    padding:35px 45px 3px 45px;
}

.createNewPswdContentOuter{
    margin: 0 auto;
    padding-top: 10px;
    width: 393px;
    height: 260px;
    background-color: rgba(0,0,0,0.1);
}

.createNewPswdContentInner {
     font-size: 16px;
    margin: 0 auto;
    padding-top: 10px;
    width: 364px;
    height: 230px;
    background-color: rgba(255,255,255,0.1);
    margin-top: 4px;
    text-align: left;
}

.newPassword
{
    width: 340px;
    margin: 0px auto;
    padding-top: 30px;
}

.dvLoginHeader
{
    display: inline;
    font-size: 30px;
    padding-left: 40px;
    position: relative;
    top: 5px;
}


.headerContent
{
    width: 100%;
    margin-bottom: 30px;
}

.loginMsg, .forgotPswdSuccessMsg, .newPasswordMsg
{
    margin-bottom: 20px;
}

.forgotPswdContent
{
    text-align: left;
    font-size: 13px;
    color:white !important;
    /* font-weight: bold; */
}

.loginBodyContent .txtBoxEmail,
.loginBodyContent .txtBoxPswd
{
	height: 30.5px !important;
	line-height:30px;
	font-family:Avenir-Roman !important;
}   

.forgotPassword .txtBoxEmail
{
	line-height:30px;
}   
.newPasswordBox .txtBoxPswd
{
	line-height:30px !important;
}

.txtBoxEmail, .txtBoxPswd
{
    width: 300px;
    background-repeat: no-repeat;
    vertical-align: middle;
    border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    margin-bottom: 15px !important;
    padding-left: 10px !important;
    border-top-left-radius: 0px !important;
    -moz-border-top-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
}

.control-group
{
    margin-bottom: 0px;
}

.input-prepend
{
    margin-bottom: 0px;
}

.input-prepend .add-on
{
    background-color: White;
    border: 1px solid black;
    border-right: none;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 5px 7px 0px 8px;
	height: 34px !important;
}

.forgotPassword .input-prepend .add-on, .createNewPswdContent .input-prepend .add-on
{
    padding: 11px 5px 0px 8px;
	height: 27px !important;
    background-color: white !important;
}

.add-on
{
    height: 31px !important;
    background-repeat: no-repeat;
}

.icon-user.iconUserEmail
{
    height: 20px;
    width: 20px;
    background-image: url('/Content/Images/usericon1.png') !important;
    background-position: 0 0 !important;
}

.icon-user.iconUserPswd
{
    height: 20px;
    width: 20px;
    background-image: url('/Content/Images/password_icon.png') !important;
    background-position: 0 0 !important;
}

.icon-user.iconForgotPswdEmail
{
    height: 12px;
    width: 21px;
    background-image: url('/Content/Images/mail_icon.png') !important;
    background-position: 0 0 !important;
}

.icon-user.iconNewPswd
{
    height: 20px;
    width: 21px;
    background-image: url(/Content/Images/password_icon.png) !important;
    background-position: 0 0 !important;
}

.loginLabel
{
    display: inline-block;
    padding-right: 20px;
    width: 100px;
}

.ForgotPasswordLink, .ForgotPasswordLink:active, .ForgotPasswordLink:focus
{
    color: white !important;
    font-size: 14px;
    text-decoration: none;
    font-family: Avenir-Roman;
}

.ForgotPasswordLink:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 14px;
}

.CancelForgotPasswordLnk
{
    letter-spacing: 0;
    width: 46px;
    height: 15px;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 13px;
    margin-right: 2px;
    /* font-style: italic; */
    margin-top: 7px;
    margin-bottom: 13px;
    /* float: right; */
    margin-left: 50px;
}

.CancelForgotPasswordLnk:hover
{
    background-position: -87px 0px;
}

.loginBtnSection
{
    margin: 5px auto 0;
    width: 285px;
    display: inline-block;
}

.NewPswdLoginBtnSection
{
    margin: 0px auto;
    width: 355px;
    display: inline-block;
    margin-top: 26px;
}

.forgotBtnSection
{
    margin: 5px auto 0;
    width: 300px;
    display: inline-block;
    text-align: right;
}

.btnSave, .btnCancel, .btnReturnToLogin
{
    float: none;
}

.CngPswdBtnSection
{
    text-align: right;
    width: 365px;
    margin: 0px auto;
}

.loginFailureMsg
{
    color: Red;
}

.ShowPasswordLink, .ShowingPasswordLink, .ChangePasswordErrorLbl
{
    display: inline-block;
    float: left;
    padding-top: 10px;
}

.errorMsgStyle
{
    color: #FF0000;
    display: block;
    margin: 0 auto 20px;
    text-align: left;
    width: 365px;
}
.loginFailureMsg .validation-summary-errors
{
    color: black;
}
.validation-summary-errors
{
    color: rgb(208, 98, 98) !important;
    display: block;
    margin: 0px auto;
    width: 80%;
    text-align: center;
    font-size: 14px;
    margin-top:-15px !important;
}

.loginFailureMsg ul, .validation-summary-errors ul
{
    list-style-type: none;
    margin: 0px;
    font-family: Avenir-Roman;
}

.passwordStrength
{
    width: 340px;
    margin: 0 auto 20px;
    text-align: left;
}

.pswdStrengthHeader
{
    display: inline-block;
}
.ProgressBarContainer
{
    margin-left: 20px;
    display: inline-block;
    width: 200px;
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 15px;
}

.ProgressBar
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 15px;
}

.tooltip
{
    font-size: 14px;
    color: white;
    font-family: Avenir-Roman;
}

.setOpacity
{
    opacity: 1;
}

/** New Style - Abinaya **/

.loginBodyOuterContent
{
    margin: 0 auto;
    padding-top: 10px;
    width: 393px;
    height: 260px;
    background-color: rgba(0,0,0,0.1);
}

.loginBodyInnerContent
{
    margin: 0 auto;
    padding-top: 10px;
    width: 364px;
    height: 230px;
    background-color: rgba(255,255,255,0.1);
    margin-top: 4px;
}

.loginBodyContent
{
    margin-top: 45px;
}

.btnSignInForgotPswd
{
    color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    width: 533px;
    height: 64px;
}

.btnSignInSection
{
    background-color: #b49659;
    display: inline-block;
    float: left;
    height: 100%;
    width: 40%;
    cursor: pointer;
}
.btnForgotPasswordSection
{
    display: inline-block;
    float: left;
    padding: 5px 0;
    cursor: pointer;
    margin-top: 5px;
}


.btnLogin /*, .btnResetPswd, .btnSave, .btnCancel*/
{
    border-color:transparent !important;
    letter-spacing: 0;
    width: 71px;
    height: 32px;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 11px;
    /* font-style: italic; */
    margin-top: 7px;
    margin-bottom: 13px;
    float: right !important;
}

.btnNewPswdLogin
{
    letter-spacing: 0;
    width: 71px;
    height: 29px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 11px;
    margin-right: 16px;
    margin-top: 7px;
    margin-bottom: 13px;
}
.btnReturnToLogin
{
    letter-spacing: 0;
    width: 71px;
    height: 29px;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 11px;
    margin-right: 16px;
    margin-top: 7px;
    margin-bottom: 13px;
}

.btnReturnToLogin:hover
{
    background-position: -170px 0px;
}

.btnNewPswdLogin:hover
{
    background-position: -87px 0px;
}

.btnNewPswdLogin:disabled
{
    background-color: transparent;
}


.btnResetPswd:disabled
{
    background-color: transparent;
    cursor:default;
}
.btnResetPswd
{
    border-color: transparent !important;
    letter-spacing: 0;
    width: 71px;
    height: 34px;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 11px;
    /* margin-right: 16px; */
    /* font-style: italic; */
    margin-top: 5px;
    margin-bottom: 13px;
    float: right;
    /* font-weight: 600; */
}

.btnResetPswd:hover
{
    background-position: -157px 0;
}

.btnLogin:hover
{
    background-position: -87px 0;
}

.btnSignIn
{
    padding-top: 25px;
    display: block;
    font-family: Avenir-Roman;
}

.btnArrow
{
    margin-top: 23px;
    width: 40%;
}

.popover
{
    color: Black;
    font-family: Avenir-Roman;
    width: 400px;
    font-size: 13px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 3px solid #174e8c;
}

.linkExpiredMessageInner{
     font-size: 14px;
    margin: 0 auto;
    padding-top: 10px;
    width: 364px;
    height: 148px;
    background-color: rgba(255,255,255,0.1);
    margin-top: 4px;
    text-align: center;
}

.linkExpiredMessageOuter{
     /*margin: 68px 20px;*/
    text-align: center;
    display: inline-block;
    padding-top: 10px;
    width: 393px;
    height: 227px;
    background-color: rgba(0,0,0,0.1);
}

/*a:hover, a:focus{
    color:white !important;
    text-decoration:none !important;
}*/

.forgotBtnSection a{
    color:white !important;
    text-decoration:none !important;
}

*{
    outline:none !important;
}

input::-webkit-input-placeholder {
color:#cecece !important;
}

.placeholder::-webkit-input-placeholder {
color: #ada9a9 !important;
}
 
input:-moz-placeholder { 
color: white !important;  
}
 
input::-moz-placeholder { 
color: white !important;  
}
 
input:-ms-input-placeholder {  
color: white !important;  
}