﻿/* PopOutLogin Styling */
.WebLogin.POPOUT {position: relative;z-index: 9999999;display: block !important;}
.LoginContainer.POP { position: relative; }
.LoginContainer.POP .LoginToggleBlock {position: absolute;top: 25px;width: 300px;right: 0px;background-color: #ffffff;padding: 10px;border: 1px solid #333;box-shadow: 0px 2px 4px #ccc;}
.LoginContainer.POP .LoginToggleBlock label { color: #333 !important; }
.LoginContainer.POP .btn.LoginToggle { margin: 0px; padding: 3px 10px; }
.LoginContainer.POP .LoginToggle:before { content: "\f09c"; }
.LoginContainer.POP .LoginToggle.LogoutUser:before { content: "\f023"; }
.LoginContainer.POP .LoginToggle.Active { background-color: #fff; box-shadow: none; border-bottom: 0px; z-index: 999; border-radius: 4px 4px 0px 0px; }
        
/* Currently loged in Styling */
.LoginContainer.POP { background-color: transparent; border: 0px; }
.LoginContainer.POP .CurrentLoginBlockBackGround { display: block; text-align: right; }
.LoginContainer.POP #LoginCarat:before { content: "\f0d7"; font-size: 18px; white-space: nowrap; border:1px solid transparent; border-left: 1px solid #333; border-bottom: 0px; width: auto; padding: 2px 8px; color: #4A4A4A; }
.LoginContainer.POP .quickLinksLogin { display: none; border-top: 0px; padding: 4px; background-color: #FFF; border: 1px solid #333; position: absolute; top: 27px; right: 10px; width: 225px; }
.LoginContainer.POP #LoginCarat { display: inline-block; position: relative; z-index: 999; }
.LoginContainer.POP #LoginCarat.Active:before { background-color: #fff; border: 1px solid #333; border-bottom: 0px; }
.LoginContainer.POP.Loggedin .LoginToggle { display: none; }
.LoginContainer.POP.Loggedin {padding:0px;}
.LoginContainer.POP.Loggedin .LoginToggleBlock { width:auto;padding:0px; border: 0px; position:relative; top:0; right:0; background-color: transparent; box-shadow: none; }
.LoginContainer.POP.Loggedin .quickLinksLogin {top:17px; right:0px;}
        
/* Current Login no popup and Default Styling */
.NeedAnAccount { padding: 10px 0px 0px 0px; text-align: center; }
.CustMessage { display: block; font-size: 13px; padding: 9px; margin-bottom:9px; border: 1px solid #ccc; text-align: center; border-radius: 10px; background-color: #ECFEFF; }
.LoginContainer .LoginReturn:before { content: "\f090"; }
.LoginContainer .CurrentLoginBlockBackGround { text-align: center; }
.LoginContainer .quickLinksLogin .btn { width: 100% !important; margin: 2px 0px !important; box-sizing: border-box; padding: 6px !important; border-radius: 0px; /* background-color: rgba(0, 0, 0, 0); */ box-shadow: none; border: 0px; text-align: left; }
.LoginContainer .quickLinksLogin .btn.Logout { text-align: center; }
.LoginContainer { text-align: left; /*padding: 10px;*/ background-color: rgb(255, 255, 255); border: 1px solid rgb(51, 51, 51); }
.LoginContainer .quickLinksLogin { display: block; position: relative; width: auto; top: auto; right: auto; margin-top: 5px; padding-top: 5px; border-top: 1px solid #ccc; }
.LoginContainer #LoginCarat { display: none; }
.DateandTimeInfo { background-color: #f0f0f0;color:#333; font-size:12px; }
span#lblDate { width: 50%; text-align: left; display: inline-block; padding: 2px 6px; box-sizing: border-box; float:left; }
.UserTimeZone { display: inline-block; width: 48%; text-align: right; padding: 2px 6px; box-sizing: border-box; font-style: italic; color: #888888; float:right; }

/* New Login PopOut Styling */
.TwoFactorAuthenticator {
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    box-shadow: -2px 0px 20px 3px rgba(0,0,0,0.10);
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A
}

    .TwoFactorAuthenticator .TFAPopOutHeaderDiv {
        width: auto;
        background-color: #1276D2;
        padding: 16px 24px;
        display: flex;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        color: #fff;
    }

        .TwoFactorAuthenticator .TFAPopOutHeaderDiv .TFAPopOutHeader {
            font-weight: 700;
            font-size: 16px
        }

    .TwoFactorAuthenticator .StepProgress {
        display: flex;
        flex-direction: row;
        width: 12%
    }

        .TwoFactorAuthenticator .StepProgress .HLine {
            border: 1px solid #0A4275;
            margin: 4px 2px;
            width: 100%
        }

    .TwoFactorAuthenticator .TFAPopOutInfoPnl {
        padding: 12px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

        .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepLogoDiv {
            width: 58px;
            height: 58px;
            border-radius: 50%;
            background-color: #E5E5E5;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 5px 0px;
        }

        .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepInfoDiv {
            padding: 5px 0px;
            display: flex;
            flex-direction: column;
        }

            .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepInfoDiv .TFARBSelectionDiv {
                display: flex;
                flex-direction: column;
                color: #808080;
                margin-top: 20px;
                font-size: 12px;
            }

                .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepInfoDiv .TFARBSelectionDiv .TFARadioButton {
                    border: 2px solid #E5E5E5;
                    border-radius: 2px;
                    padding: 0px 10px;
                    margin: 2px 0px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                }

                    .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepInfoDiv .TFARBSelectionDiv .TFARadioButton .TFARadioButtonTxt {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        padding: 5px;
                    }

                        .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepInfoDiv .TFARBSelectionDiv .TFARadioButton .TFARadioButtonTxt .lblRadioButtonTxt, .TFARadioButton .TFARadioButtonTxt .material-icons {
                        font-size: 14px;
                        font-weight: 600;
                        color: #1A1A1A
                        }

        .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAButtons {
            width: 100%;
            display: flex;
            justify-content: flex-end
        }

    .TwoFactorAuthenticator .TFAButtons .primary {
        background-color: #1276D2;
        margin: 10px 0px 0px 10px;
        color: #fff
    }

    .TwoFactorAuthenticator .TFAButtons .secondary {
        background-color: #CCC;
        margin: 10px 0px 0px 10px
    }

    .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepInfoDiv .TFAResendCode {
        background-color: #E8F3FD;
        padding: 5px 10px;
        border-radius: 2px;
        margin-top: 10px;
    }

    .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepLogoDiv .material-icons {
        font-size: 35px
    }

    .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepInfoDiv .TFAVerificationCode {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px;
    }

        .TwoFactorAuthenticator .TFAPopOutInfoPnl .TFAStepInfoDiv .TFAVerificationCode .ShortNumber {
            width: 15% !important;
            border: 2px solid #E5E5E5;
            border-radius: 5px;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
        }

.TFARememberchk .checkbox {
    margin-top: 0px;
}

    .TFARememberchk .checkbox label {
        margin-left: 20px;
        padding-top: 5px !important
    }

.TFARadioButton .TFARadioButtonTxt span {
    display: flex;
    align-items: center;
    margin-left: 2px
}

.error {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
}
