
/***************Login (Single Sign on)*****************/
#divSocialLoginFormContainer {
    padding: 15px;
}

.pnlUserAuthenticationContainer {
    color: #454545;
    /*border: 1px solid #b2b2b2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FDFBFC;*/
}

    .pnlUserAuthenticationContainer .LoginButton, .pnlUserAuthenticationContainer .LoginCancel {
        /*  width: 90px;
    height: 36px;
    cursor: pointer !important;
    margin-bottom: 5px;
    margin-top: 5px;*/
    }

    .pnlUserAuthenticationContainer .LoginButton {
        /*background: url(../Images/SingleSignOn/SingleSignOnLogin.jpg) no-repeat;*/
    }

    .pnlUserAuthenticationContainer .LoginCancel {
        /*background: url(../Images/SingleSignOn/SingleSignOnCancel.jpg) no-repeat;*/
    }

    .pnlUserAuthenticationContainer .heading {
    }

        .pnlUserAuthenticationContainer .heading .divRULDesc {
            padding-left: 10px;
            line-height: 18px;
        }

        .pnlUserAuthenticationContainer .heading .RWULTitle {
            text-align: center;
            color: #3a589b;
            font-size: 17px;
            font-weight: bold;
            padding-bottom: 10px;
        }

.tblHeading {
    padding: 10px;
}

#LoginInnerContainer .left img {
    padding-top: 30px;
}

.LoginButtonStyle {
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#436dbd),to(#244386));
    background-image: -webkit-linear-gradient(top,#436dbd,#244386);
    background-image: -moz-linear-gradient(top,#436dbd,#244386);
    background-image: -ms-linear-gradient(top,#436dbd,#244386);
    background-image: -o-linear-gradient(top,#436dbd,#244386);
    background-image: linear-gradient(top,#436dbd,#244386);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#436dbd',EndColorStr='#244386');
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-color: rgba(0,0,0,0.1);
    color: #fff !important;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    font-weight: bold;
    cursor: pointer !important;
    margin: 5px;
    text-align: center;
    width: 80px;
}

    .LoginButtonStyle:hover {
        background-color: #f5f5f5;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#244386),to(#436dbd));
        background-image: -webkit-linear-gradient(top,#244386,#436dbd);
        background-image: -moz-linear-gradient(top,#244386,#436dbd);
        background-image: -ms-linear-gradient(top,#244386,#436dbd);
        background-image: -o-linear-gradient(top,#244386,#436dbd);
        background-image: linear-gradient(top,#244386,#436dbd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#244386',EndColorStr='#436dbd');
        border: 1px solid #dcdcdc;
        border-color: rgba(0,0,0,0.1);
        color: #fff !important;
        font-size: 14px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 40px;
        cursor: pointer !important;
        text-align: center;
        text-decoration: none !important;
        width: 80px;
    }

.SearchButtonStyle {
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7d7e7d),to(#424342));
    background-image: -webkit-linear-gradient(top,#7d7e7d,#424342);
    background-image: -moz-linear-gradient(top,#7d7e7d,#424342);
    background-image: -ms-linear-gradient(top,#7d7e7d,#424342);
    background-image: -o-linear-gradient(top,#7d7e7d,#424342);
    background-image: linear-gradient(top,#7d7e7d,#424342);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7d7e7d',EndColorStr='#424342');
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-color: rgba(0,0,0,0.1);
    color: #fff !important;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    font-weight: bold;
    cursor: pointer !important;
    margin: 5px;
    text-align: center;
    width: 80px;
}

    .SearchButtonStyle:hover {
        background-color: #f5f5f5;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#424342),to(#7d7e7d));
        background-image: -webkit-linear-gradient(top,#424342,#7d7e7d);
        background-image: -moz-linear-gradient(top,#424342,#7d7e7d);
        background-image: -ms-linear-gradient(top,#424342,#7d7e7d);
        background-image: -o-linear-gradient(top,#424342,#7d7e7d);
        background-image: linear-gradient(top,#424342,#7d7e7d);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#424342',EndColorStr='#7d7e7d');
        border: 1px solid #dcdcdc;
        border-color: rgba(0,0,0,0.1);
        color: #fff !important;
        font-size: 14px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 30px;
        cursor: pointer !important;
        text-align: center;
        text-decoration: none !important;
        width: 80px;
    }


.Gmaillogin, .fblogin, .linkedInLogin, .yahooLogin, .WLLogin, .pnlSocialLoginbtnLeft, .pnlSocialLoginbtnRight {
    width: 151px;
    background-position: center top;
    height: 35px;
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}

    .Gmaillogin:hover, .fblogin:hover, .linkedInLogin:hover, .yahooLogin:hover, .WLLogin:hover {
        background-position: center bottom;
    }

.Gmaillogin {
    /*background:url(../Images/googlemail.png) 17px center no-repeat !important;*/
    background-image: url(../Images/SingleSignOn/Google.jpg);
}

.fblogin {
    background-image: url(../Images/SingleSignOn/Facebook.jpg);
}

.linkedInLogin {
    background-image: url(../Images/SingleSignOn/Linkedin.jpg);
}

.yahooLogin {
    background-image: url(../Images/SingleSignOn/Yahoo.jpg);
}

.WLLogin {
    background-image: url(../Images/SingleSignOn/Windowslive.jpg);
}

.pnlSingleSignInContainer {
}

.loginControl {
    width: 100%;
    text-align: left;
}

.divFindUseIdContainer {
}

.divForgotUserIdText {
    text-align: left;
    line-height: 30px;
    padding-bottom: 15px;
}

.btnfindUserID, .btnChkLoginOption {
}

.pnlUserIDListContainer {
    padding-top: 8px;
    border-top: solid 1px #c7c7c7;
    width: 342px;
    margin-top: 10px;
    text-align: left;
    line-height: 23px;
    float: left;
}

    .pnlUserIDListContainer ul {
        margin-top: 0px;
    }

.pnlUserIDListContainer {
}

.pnlCheckOptionsContainer {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
}

.tblFindUserID {
}

input[type="radio"] {
    width: 30px;
    margin-bottom: 5px !important;
}

.tblCheckOptions {
}

.divOptionsText {
    clear: both;
    border: 1px solid #ddd;
    /*margin-bottom:30px;*/
    padding: 0 10px;
    background:#eee;
    text-align:left;
    margin:0;
}

    .divOptionsText a {
        /*background: url(../images/SingleSignOn/arrow.png) no-repeat bottom right;     padding-right: 20px;     padding-left: 7px;     margin-top: 5px;     margin-right: 10px;     color: #3665BC;*/
    }

        .divOptionsText a#linkChkOpt {
            background: url(../images/SingleSignOn/arrow.png) no-repeat center right;
            padding: 10px 0;
            margin:0;
            color: #3665BC;
            cursor: pointer;
            display:inline-block;
            width:100%;
        }

.pnlSingleSignInContainer .divOptionsText a, .pnlSingleSignInContainer .divOptionsText {
}

.pnlSingleSignInText {
    margin-bottom: 5px;
}

.pnlSingleSignInText, .LoginContianerText {

}

.divSocialLoginContainer {
    padding-bottom: 15px;
    padding-top: 15px;
}

.checkUID {
}

.pnlMembersLogin, .pnlSingleSignInContainer {
}



.pnlMembersLogin {
    background: #e6e4e5;
}

.pnlSingleSignIn {
    display: inline;
}


.divLoginControlContent input.LoginTextBox {
    border: 1px solid #CCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    padding: 4px !important;
    margin: 0px 0px 10px 0px;
    display: inline;
}

.divLoginControlContent select.ddlUserName {
    /*  height: 33px;     padding: 5px;     width: 220px;*/
    border: 1px solid #CCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    padding: 4px;
    margin-bottom: 10px;
}

#content {
    padding-top: 10px;
}

.tblLoginBtn div {
    text-align: right;
}

.tblLoginBtn .LinkHref, .hlkClearLoginList {
    color: #3665BC;
}

#divLoginMessage {
    color: Red;
    padding: 10px 0px;
    text-align: center;
    font-size: 11px;
}

.chkrememberMeContainer #ctl00_ContentPlaceHolder1_ctl00_Login1_Login1_RememberMe {
    margin-bottom: 20px;
}

.aforgotusername {
    float:left;
    padding-top: 5px;
}

.aforgotpassword {
    float: right;
    padding-top: 5px;
}

.tdChkLoginOptMsgContainer {
    text-align: left;
    padding-left: 15px;
}
.chkrememberMeContainer label {
    display:inline !important;
}
.lblChkLoginOptMsg {
}

.pnlloginsocial {
}

    .pnlloginsocial .pnlSingleSignInText {
    }

.divsignuptext {
    font-size: 16px;
    padding-bottom: 2px;
}
input[type=checkbox], input[type=radio] {
    margin: 7px 0 0 !important;
}
.checkboxClass label, .commonstatementClass{
    font-size: 15px;
    font-weight: normal;
    font-family: 'ASAP';
    padding-bottom: 10px;
    color: #666666;
    line-height: 25px;
    display:inline;
    padding-left: 10px;
}
.divLoginSection,.divLoginSocialMediaSection {
        margin-bottom: 30px;
    background: #f6f6f6;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.divLoginSection {
    margin-right:15px;
}
.button-row .tdEasyPayRequestRight {
    padding-top:15px;
}

.LoginContianerText {
    padding-bottom:15px;
}
.pnlSingleSignInContainer {
    padding-top: 10px;
}