﻿* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    height: 100%;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    color: #fff;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

object{
    position: fixed;
    left: -9999px;
    width: 0px
}

img {
    border: 0px !important; 
    margin: 0px;
    padding: 0px;
}

a, a:visited, a:hover {
    text-decoration: none;  
    color: White; 
}

input {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
}


/* Hide Legacy Controls */
.ProcessTreeWrapper,
.HelpLink {
    display: none !important;
}


/* Page */
.PageWrapper {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    min-height: 480px;
}
    .LogonControl {
        margin: auto;
        margin-top: 100px;
    }
    @media (max-device-width: 350px) {
        .LogonControl {
            margin-top: 40px;
        }
    }
    @media (max-device-width: 600px) {
        .LogonControl {
            max-width: 300px;
        }
    }
    @media (min-device-width: 600px) {
        .LogonControl {
            max-width: 350px;
        }
    }

.FooterBar {
    text-align: center;
    position: relative;
}
    .FooterBar-absolute {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }


/* Header */
.HeaderBar {
    height: 45px;
    line-height: 45px;
    padding: 0px 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: bold;
}

/* Content */
.Content,
.HeaderBar,
.Error,
.HelpDesk,
.Learning,
.IdentityWrapper {
    background: rgba(0,0,0, .75);
    box-shadow: 0px 6px 12px -5px #333;
    margin-bottom: 5px;
}

.Content {
    padding: 24px;
    min-height: 180px;
}

    .RegularRapRememberMe,
    .RapRememberMeChallenge {
        /*
            NOTE: hiding Remember Me feature because there is a chance it may conflict
            with native app logic that will delete all cookies when app is launched
            
            
        */
        display: none;
        width: 100%;
        font-size: .75rem;
        text-align: center;
    }

    .RapRememberMeChallenge {
        display: block;
    }
        .RegularRapRememberMe input,
        .RapRememberMeChallenge input,
        .QuestionGroup input[type="radio"] {
            vertical-align: middle;
            margin-right: 6px;
        }
        .RegularRapRememberMe input[type="checkbox"],
        .RapRememberMeChallenge input[type="checkbox"]{
            -webkit-appearance: checkbox;
        }

    .CapsWarn {
        /*
            NOTE: hiding Caps Warning feature because currently Mobile Simple Theme hides this
        */
        display: none;
        margin-bottom: 15px;
    }
    .CapsWarn p {
        font-size: .75rem;
    }

    .IdentityWrapper {
        padding: 12px;
        height: 56px;
        line-height: 1;
    }
        .IdentityWrapper svg {
            float: left;
            margin-right: 12px;
            height: 32px;
        }
        .IdentityWrapper .UserId {
            font-size: .75rem;
            font-style: italic;
        }

.Error {
    background: #fff;
    color: #111;
    font-size: .75rem;
    padding: 13px;
    position: relative;
    border-bottom: 3px solid #f45c5c;
    border-radius: 4px
}
        .Error svg {
            fill: #fff;
            position: absolute;
            height: 30px;
            bottom: -26px;
            left: 20px;
            display:none
        }

    .QuestionWrapper,
    div.ResetInput,
    .ChallengeInstruct {
        margin-bottom: 14px;
    }

     .Eula {
        height: 168px;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
        .Eula iframe {
            width: 100%;
            background: white;
            height: 100%;
        }

    .SystemMaintenance {
	    color: #ff0000;
        font-weight: bold;
    }

    .DeniedDescription {
        padding: 20px 0px;
        font-size: .75rem;
    }

    .QuestionEnrollment{
        margin: 0px -10px;
    }
        .QuestionEnrollment div {
            background: #fff;
            color: #111;
            padding: 0px 12px;
            margin-bottom: 13px;
            border-radius: 5px;
        }
        .QuestionEnrollment span {
            font-weight: bold;
        }

    /* Input Wrappers */
    .LogonControlWrapper,
    .PasswordWrapper,
    .ButtonWrapperReset,
    .ForgotInput,
    .ButtonWrapperRegular,
    .RegularAgentIdInput,
    .RegularPasswordInput,
    .RegularTokencodeInput {
        max-width: 250px;
        margin: auto; 
    }
        .LogonControlWrapper table {
	        width: 100%;
        }

    /* Inputs */
    .RegularAgentIdInput input,
    .RegularPasswordInput input,
    .PasswordInput input,
    .TokencodeInput input,
    .ForgotInput input,
    .QuestionWrapper input,
    .ResetInput input,
    .QuestionGroup input[type="text"],
    .RegularTokencodeInput input {
        width: 100% !important;
        height: 34px;
        padding: 6px 12px;
        font-size: 1rem;
        line-height: 1;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #eee;
        box-sizing: border-box;
        box-shadow: 0px 0px 5px 5px #333;
    }

        .IncorrectValue {
        }

    .QuestionEnrollment input[type="text"] {
        box-shadow: none;
        border-color: #111;
    }
    .QuestionEnrollment input[type="radio"]{
        -webkit-appearance: radio;
    }
    .QuestionEnrollment input:checked + label {
        color: #2ca4fa;
    }


    /*Input Lables*/
    .FieldLabel,
    .QuestionWrapper span
    {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 0.75rem;
    }

    .QuestionGroup label {
        font-size: .75rem;
    }


    /* Button Wrappers */
    .ButtonWrapperPW,
    .ButtonWrapperRegular, 
    .ButtonWrapperSecurity,
    .ButtonWrapperChallenge,
    .ButtonWrapperReset,
    .ButtonWrapperCourtesy,
    .ButtonWrapperEULA  {
        padding: 20px 0px 20px 0px;
        text-align: center;
    }

    /* Buttons */
    .NavButton,
    .PasswordSubmit
    {
        display: block;
        margin-bottom: 0;
        font-size: .75rem;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        color: #fff;
        background-color: #2ca4fa;
        width: 100%;
        text-transform: uppercase;
        height: 39px;
        border-radius: 1px;
    }

    .btn-2-col {
        display: inline-block;
        width: 48%;
    }
        .btn-2-col:nth-child(2) {
            margin-left: 2%;
            background-color: #474747;
        }

        .NavButton:hover,
        .PasswordSubmit:hover,
        .RapRememberMeChallenge input:hover {
            color: #333;
            background-color: #e6e6e6;
            border-color: #adadad;
        }

/* Buttons */
.NavLinkButton {
    display: block;
    margin-bottom: 0;
    font-size: .75rem;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #648195;
    width: 100%;
    text-transform: uppercase;
    height: 39px;
    border-radius: 1px;
}

    .NavLinkButton:hover {
        background-color: #3f5666;
        border-color: #3f5666;
    }


/* Actions */
.Actions {
    text-align: center;
}

    .Actions a {
        display:block;
    }
    .Actions a:hover {
        background: rgba(0,0,0, 1);
    }


    .HelpDesk,
    .Learning {
        display: inline-block;
        width: 49%;
        height: 36px;
        line-height: 36px;
        font-size: .75rem;
        font-weight: bold;
    }


/* Footer */
.Copyright {
    font-size: .7rem;
    padding: 10px;
    text-align: center;
}

/* Help */
.HelpWrapper,
.TokenHelp
{
    text-align: center;
    font-size: .75rem;
}
    .HelpWrapper a
    {
        text-decoration: underline;
        color: #2ca4fa;
    }

    .TokenHelp a {
        display: block;
        margin: 10px;
    }

.LinkButton {
    text-decoration: underline;
    font-size: 14px;
}
.CheckDevice input {
    -webkit-appearance: auto;
}