/*
    Registration forms
    ------------------

    Login, reg step 1, reg step 2
*/

/* legacy reset stuff */
@font-face {
    font-family: 'proximanova-bold';
    src: url('/Content/fonts/proximanova-bold.woff') format('woff');
}

@font-face {
    font-family: 'proximanova-regular';
    src: url('/Content/fonts/proximanova-regular.woff') format('woff');
}

@font-face {
    font-family: 'proximanova-semibold';
    src: url('/Content/fonts/proximanovacond-semibold.woff') format('woff');
}

html, body, input, select, option,textarea, button, h1, h2, h3, p, ul, li, form { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #777; list-style: none; }

.regForm { padding: 20px; width: auto; min-height: 500px; margin: 0 auto 0 auto; position: relative; }
.regForm .title h1 { font-size: 30px; color: #444; font-weight: normal; display: inline; }
.regForm .title .or { padding: 0 10px; }

.regForm .interim { position: relative; font-size: 12px; height: 15px; line-height: 15px; margin: -13px 0 5px 0; }
.regForm .serverError { color: #e66968; min-height: 20px; padding: 5px 0; width: 270px; }
.regForm .preForm { padding: 0 0 15px 0;  }

.regForm .endBtns { padding-top: 15px; }
.regForm .endBtns a { margin-right: 10px; }

.regForm .aside { position: absolute; top: 75px; left: 485px; width: 475px; height: 150px; text-align: center; }
.regForm .aside h2 { font-size: 13px; padding: 0 0 13px 0; color: #444;  }
.regForm .aside p { font-size: 14px; line-height: 20px; color: #444; }

.regForm .reg-aside { position: absolute; top: 57px; left: 637px; width: 475px; height: 150px; }
.regForm .reg-aside h2 { font-size: 24px; color: #444; font-family: proximanova-regular; margin-bottom: 0; }
.regForm .reg-aside h1 { font-size: 40px; padding: 0 0 13px 0; color: #016297; font-family: proximanova-regular; }
.regForm .reg-aside p { font-size: 14px; line-height: 20px; color: #444; }

.aside-detail .checkmark-icon {width: 30px; height: 30px; background: url('../../../Images/site/account/benefits_checkmark_icon.jpg') no-repeat; float: left;}
.aside-detail-text { margin-left: 40px; margin-top: 5px; padding: 7px 0 0 0; width: 290px;}
.aside-detail-text h3 { font-size: 21px; line-height: 20px; font-family: proximanova-semibold; color: #444;}
.aside-detail-text p { font-size: 21px; line-height: 20px; font-family: proximanova-regular; color: #444; padding: 5px 0 0 0}

.aside-footer {background: url('../../../Images/site/account/logmeinrescue_freeTrial_OS_icons.jpg') no-repeat; width:250px; height: 60px; margin-left: 31px;}

/* nice buttons (.button, .disabled, .active) */
.regForm .button { display: inline-block; color: #555; font-weight: bold; font-size: 16px; text-decoration: none; line-height: 19px; padding: 8px 20px 9px 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); outline: 0; border: 1px solid #bbb; border-color: #bbb #bbb #999;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    background: #eee; background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,238,238,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(238,238,238,1))); background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%);
}
.regForm .button.active { color: #fff; text-shadow: 0 1px rgba(0,0,0,0.2);
    border: 1px solid #4896c9; border-top: 1px solid #66b1da; border-bottom: 1px solid #327fb2;
    background: #6eb7df url(/Images/site/gradients.png) 0 -51px;
    box-shadow: 0 1px 0 rgba(72,150,201,0.6);
    -moz-box-shadow: 0 1px 0 rgba(72,150,201,0.6);
    -webkit-box-shadow: 0 1px 0 rgba(72,150,201,0.6);
}
.regForm a.button.disabled { color: #a8a8a8; border: 1px solid #d8d8d8; text-shadow: 1px 1px #fff;
    background: #e9e9e9; background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(232,232,232,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(232,232,232,1))); background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(232,232,232,1) 100%); background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(232,232,232,1) 100%); background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(232,232,232,1) 100%); background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(232,232,232,1) 100%);
}

.regForm .button.loginWithGoto { background: #000000; border: none; }
.regForm .button.loginWithGoto:hover {
    border: none !important;
}

.regForm .button {
    -webkit-transition: box-shadow .4s linear;
    -moz-transition: box-shadow .4s linear;
    transition: box-shadow .4s linear;
    -webkit-transition: border-color .2s linear;
    -moz-transition: border-color .2s linear;
    transition: border-color .2s linear;
}
.regForm .button:hover, .regForm .button:active, .regForm .button:focus { border: 1px solid #888; box-shadow: 0 0 6px rgba(100,100,100,0.2); -moz-box-shadow: 0 0 6px rgba(100,100,100,0.2); -webkit-box-shadow: 0 0 6px rgba(100,100,100,0.2);}
.regForm .button.active:hover, .regForm .button.active:active, .regForm .button.active:focus { border: 1px solid #236a99; }
.regForm a.button.disabled:hover, .regForm a.button.disabled:active, .regForm a.button.disabled:focus { border: 1px solid #aaa; }

.regForm .serverError ul { padding: 10px 0 5px 0; }
.regForm .serverError ul li { color: #e66968; font-size: 12px; line-height: 19px; font-weight: bold; padding-bottom: 5px; }

.regForm .footNote { width: 272px; line-height: 15px; padding: 0 0 10px 0; }
.regForm .footNote.last { padding-bottom: 20px; }

.regform-login { background: url(/Images/site/account/regform_bg.png) 235px 90px no-repeat; }

.regForm.twoFactor { max-width: 400px; }
.regForm.twoFactor .title { margin-top: 40px; }
.regForm.twoFactor .sub-title { display: block; line-height: 30px; padding: 0; }
.regForm.twoFactor .button { margin: 0 auto; }
.regForm.twoFactor h2 { font-size: 17px; padding: 30px 0 30px 0; font-weight: bold; color: #444; }
.regForm.twoFactor h3 { margin-top: 16px; font-size: 14px; font-weight: bold; color: #444; }
.regForm.twoFactor h3:first-of-type { margin-top: 120px; }
.regForm.twoFactor p { line-height: 16px; padding: 8px 0 16px 0; }
.regForm.twoFactor .guide { margin-bottom: 50px; }


html.lt-ie7 .regForm { background-image: url(/Images/site/account/regform_bg.gif);}
html.lt-ie7 .footer .edgeTop,
html.lt-ie7 p.right.logoBox { display: none; }
html.lt-ie7 .rscInput.select select { margin-top: 12px !important; } /* override js!!! */

.recaptchaForm { padding: 20px 0 0 0; }
.recaptchaForm .formrow * { vertical-align: middle; }
.recaptchaForm div#recaptcha_image { margin: 0 0 5px 0; }
.recaptchaForm .text { height: 35px; width: 225px; padding-left: 5px; margin-right: 5px; border: 1px solid #d0d0d0; outline: 0; position: relative; box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset; -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset; -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset; border-radius: 2px; }
.recaptchaForm .text:focus { border-color: #3A9CCE; box-shadow: 0 0 1px rgba(58, 156, 206, 0.5); -moz-box-shadow: 0 0 1px rgba(58, 156, 206, 0.5); -webkit-box-shadow: 0 0 1px rgba(58, 156, 206, 0.5); }
.recaptchaForm .refresh { padding: 8px 12px; width: 14px; }
.recaptchaForm .refresh b { background: url(/Images/sprite.png) no-repeat -175px -136px; width: 14px; height: 17px; display: inline-block; position: relative; top: -2px; }

/* iframe/embed version {{{*/
body.iframe .regForm { background-image: none; min-width: 485px; min-height: 435px; margin: 0; padding: 0; }
body.iframe .title a, body.iframe .title span, body.iframe .aside { display: none; }
body.iframe .serverError { min-height: auto; }
/* }}} iframe/embed version */

/* mediaqueries {{{ */
/*
// removed because of the cubyFlexWidth class
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .regForm .aside { display: none; }
    .regForm { width: 530px; background-image: none !important; }
}
*/
/* }}} mediaqueries */


.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    background-color: rgba(0,0,0,.75);
    z-index: 9;
}

.twoFactorDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 500px;
    min-height: 400px;
    background-color: #FFF;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 3px 30px 0px rgba(0,0,0,.2);
}

    .twoFactorDialog button:focus {
        outline: 0;
    }

    .twoFactorDialog input:focus {
        border: 2px solid #3A9CCE; 
    }

    .twoFactorDialog input.error {
        border: 2px solid #e66968;
    }

.twoFactorDialogHeader {
    width: 100%;
    background-color: #4CB7EF;
    overflow: ellipsis;
    color: #FFF;
    line-height: 50px;
    text-indent: 20px;
    height: 50px;
    font-size: 14px;
}

    .twoFactorDialogHeader a, .twoFactorDialogHeader a:active {
        text-decoration: none;
    }

.twoFactorContent {
    padding: 20px 30px;
}

    .twoFactorContent > p {
        border-bottom: solid 1px rgba(0,0,0,.1);
        display: inline-block;
    }

#userAccount {
    font-weight: bold;
}

#cancel {    
    position: absolute;
    background-color: transparent;
    right: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    color: #fff;
}

    #cancel:hover {
        background-color: rgb(56,163,219);
        text-decoration: none;
    }

.twoFactorDialog p {
    line-height: 35px;
}

.twoFactorDialog h2 {
    font-size: 17px;
    margin: 10px 0;
    line-height: 30px;
    font-weight: bold;
    color: #444;
}

.methodChoice {
    padding: 10px 10px 10px 0;
    display: block;
    position: relative;
    text-indent: 10px;
    background-color: #fff;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
}

    .methodChoice span {
        font-size: 16px;
        color: #3A9CCE;
    }

    .methodChoice:hover {
        background-color: rgba(0,0,0,.05);
        text-decoration: none;
    }

.alternative {
    position: absolute;
    bottom: 20px;
    display: block;
    width: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease-out;
    transition-delay: 1s;
    background-color: #fff;
    color: #3A9CCE;
    border: none;
    cursor: pointer;
}

.alternative:hover {
    text-decoration: underline;    
}

.twoFactorDialog .or {
    text-transform: uppercase;
    line-height: 40px;
    color: #000;
}

.instructions, .illustration {
    display: inline-block;
}
.instructions, .error {
    max-width: 272px;

}
    
    .instructions h2 {        
        line-height: 16px;
        margin-bottom: 10px;
    }

    .instructions p {
        line-height: 14px;
        margin-bottom: 10px;
    }

.illustration {
    background-color: rgba(177,218,236,.1);
    border-radius: 50%;
    position: absolute;
    top: 33%;
    right: 20px;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 120px 130px;
    height: 160px;
    width: 160px;
    transform: scale(0);
    transform-origin: center;
    transition: transform 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.twoFactorSubmit {
    display: block;
    width: 272px;
    text-align: center;    
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 0 9px 0;    
    border: 1px solid #4896c9;        
    text-shadow: 0 1px rgba(0,0,0,0.2); 
    background: #6eb7df url(/Images/site/gradients.png) 0 -51px;    
    cursor: pointer;
    margin-bottom: 30px;
}

.twoFactorDialog #push .illustration, .twoFactorDialog #totp .illustration, .twoFactorDialog #sms .illustration {
    transform: scale(1);
}


.twoFactorDialog #push .alternative,
.twoFactorDialog #totp .alternative,
.twoFactorDialog #sms .alternative {
    opacity: 1;
    pointer-events: initial;
}


/* States */


#push, #twoFactorRequest, #totp, #sms {
    overflow: hidden;
}

.twoFactorDialog #push {
    visibility: visible;
    height: auto;
    margin: auto;
    padding: auto;
}

    .twoFactorDialog #push .illustration {
        background-image: url("/Images/site/account/lp_mobile_push_2x.png");
        transform: scale(1);
    }

    .twoFactorDialog #push #twoFactorRequest, .twoFactorDialog .totp #twoFactorRequest, .twoFactorDialog.sms #twoFactorRequest {
        display: none;
    }

.twoFactorDialog #totp {
    visibility: visible;
    height: auto;
    margin: auto;
    padding: auto;
}

    .twoFactorDialog #totp .illustration {
        background-image: url("/Images/site/account/lp_mobile_totp_2x.png");
        transform: scale(1);
    }


.twoFactorDialog #sms {
    visibility: visible;
    height: auto;
    margin: auto;
    padding: auto;
}

    .twoFactorDialog #sms.sent > .instructions {
        visibility: visible;
        height: auto;
        margin: auto;
        padding: auto;
    }

    .twoFactorDialog #sms .illustration {
        background-image: url("/Images/site/account/lp_mobile_sms_2x.png");
        transform: scale(1);
    }

.twoFactorDialog #spinnerContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .twoFactorDialog #spinnerContainer h2 {
        margin-top: 25px;
    }

.twoFactorDialog .error {
    color: #e66968;
    min-height: 14px;
}


/* spinner for 2fa dialog */



.loader {
    width: 36px;
    height: 36px;
    transform-origin: center;
    animation: rotate 3150ms infinite cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
    margin: auto;
}

#smsPreform .loader {
    margin-top: 25px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% { 
        transform: rotate(180deg);
    }
    100% { 
        transform: rotate(360deg);
    }
}

.loader span {
    display: inline-block;
    position: absolute;
    width: calc(36px*0.11111111111);
    height: calc(36px*0.11111111111);
    border-radius: 50%;
    background-color: #4CB7EF;
    animation: bubble 900ms infinite;
    transition: transform 900ms ease-out;
}

@keyframes bubble {
    0% { transform: scale(1)}
    50% { transform: scale(1.3)}
    100% { transform: scale(0)}
}

.loader span:nth-of-type(1) {
    top: 0;
    left: calc(36px * 0.44444444444);
}

.loader span:nth-of-type(2) {
    animation-delay: 990ms;
    top: calc(36px * 0.11111111111);
    left: calc(36px * 0.77777777777);
}

.loader span:nth-of-type(3) {
    animation-delay: 1080ms;
    top: calc(36px * 0.44444444444);
    left: calc(36px * 0.88888888888);
}

.loader span:nth-of-type(4) {
    animation-delay: 1170ms;
    top: calc(36px * 0.77777777777);
    left: calc(36px * 0.77777777777);
}

.loader span:nth-of-type(5) {
    animation-delay: 1260ms;
    top: calc(36px * 0.88888888888);
    left: calc(36px * 0.44444444444);
}

.loader span:nth-of-type(6) {
    animation-delay: 1350ms;
    top: calc(36px * 0.77777777777);
    left: calc(36px * 0.11111111111);
}

.loader span:nth-of-type(7) {
    animation-delay: 1440ms;
    top: calc(36px * 0.44444444444);
    left: 0px;
}

.loader span:nth-of-type(8) {
    animation-delay: 1530ms;
    top: calc(36px * 0.11111111111);
    left: calc(36px * 0.11111111111);
}

.regform-login form .regionLinks {
    margin: 15px 0 0 0;
}

.continueBtn {
    width: 230px;
    text-align: center;
}

.rscInput {
    position: relative;
    width: 0px;
    height: 42px;
    padding: 0 0 20px 0;    
    margin: 0 auto 0 0;
}

.successful{    
    margin: 0 auto 0 120px;
}

.loginInput {
    width: 100%;
}

    .rscInput.flexHeight {
        height: auto;
    }

    .rscInput.last {
        height: auto;
        padding-bottom: 0;
    }

    .rscInput b.icon {
        display: block;
        width: 39px;
        height: 42px;
        position: absolute;
        z-index: 2;
        top: 1px;
        left: 1px;
        border-right: 0 dotted #999;
    }

    .rscInput .text, .rscInput .fake {
        border: 1px solid #D0D0D0;
        outline: 0;
        position: relative;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
        -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .rscInput input, .rscInput .fake {
        display: inline-block;
        width: 220px;
        height: 17px;
        padding: 11px 5px 12px 48px;
        font-size: 14px;
        width: 217px;
        height: 19px;
        line-height: 20px;
        background-color: #fff;
        color: #444;
    }

    .rscInput.focus input, .rscInput .focuser, .rscInput.focus .text {
        border: #3A9CCE 2px solid;
        top: -1px;
        left: -1px;
        box-shadow: 0 0 1px rgba(58, 156, 206, 0.5);
        -moz-box-shadow: 0 0 1px rgba(58, 156, 206, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(58, 156, 206, 0.5);
    }

    .rscInput label {
        color: #a0a0a0;
        cursor: text;
        display: inline-block;
        left: 2px;
        padding: 0 0 0 48px;
        position: absolute;
        top: 2px;
        z-index: 3;
        height: 39px;
        line-height: 39px;
        width: 250px;
    }

    .rscInput ::-webkit-input-placeholder {
        color: #a0a0a0;
        cursor: text;
        display: inline-block;
        padding: 0 0 0 48px;
        left: 2px;
        position: absolute;
        top: 2px;
        z-index: 3;
        height: 39px;
        line-height: 39px;
    }

    .rscInput ::-moz-placeholder {
        color: #a0a0a0;
    }

    .rscInput :-ms-input-placeholder {
        color: #a0a0a0;
    }

    .rscInput :-moz-placeholder .rscInput.regInputTrial {
        width: 217px;

    }

    .rscInput.select label {
        width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .rscInput.focus label {
        color: #c0c0c0;
    }

html.lt-ie7 .rscInput.focus input, html.lt-ie7 .rscInput .focuser, html.lt-ie7 .rscInput.focus .text {
    border: #3A9CCE 1px solid;
    top: 0;
    left: 0;
}

html.lt-ie7 .rscInput.select b.icon {
    display: none;
}

html.lt-ie8 .rscInput b.icon {
    top: 2px;
}

html.lt-ie9 .rscInput b.icon {
    background-color: #fff;
    height: 40px;
}

.rscInput.focus input, .rscInput.focus textarea, .rscInput.selectFocus .fake {
    background-color: #ffffff;
    -webkit-transition: background-color .7s ease-out;
    -moz-transition: background-color .7s ease-out;
    transition: background-color .7s ease-out;
}

html.lt-ie9 .rscInput.focus input, html.lt-ie9 .rscInput.focus textarea, html.lt-ie9 .rscInput.selectFocus .fake {
    background-color: #fff;
}

/* outline + chrome autocomplete bgcolor [http://code.google.com/p/chromium/issues/detail?id=46543#c22] */
div.rscInput .text {
    outline: none;
    background-color: #fff;
}

div.rscInput input:-webkit-autofill, div.rscInput input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.rscInput .focuser {
    width: 270px;
    height: 41px;
    position: absolute;
    display: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.rscInput.selectFocus .focuser {
    display: block;
}

.rscInput b.drop {
    position: absolute;
    top: 17px;
    left: 250px;
    color: #aaa;
}

html.ie9 .rscInput b.drop {
    top: 16px;
}

.rscInput.selectFocus b.drop {
    opacity: 0.2;
}
/*.rscInput.input-validation-error .focuser, .rscInput.input-validation-error .text { border-color: #E66968; }*/
.rscInput select {
    outline: 0;
    margin: 0;
    padding: 0;
    width: 272px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    border: 1px solid transparent;
}
    /* border triggers custom-renderer for osx */
    .rscInput select option {
        padding: 1px 2px;
    }

html.lt-ie8 .rscInput.selectOpened select {
    margin-top: 20px;
}

.rscInput .field-validation-error {
    color: #e66968;
    vertical-align: middle;
    position: absolute;
    display: table;
    height: 42px;
    top: 0;
    left: 282px;
    width: 183px;
    font-size: 11px;
    font-weight: bold;
}

    .rscInput .field-validation-error span {
        display: table-cell;
        vertical-align: middle;
        line-height: 12px;
    }

html.lt-ie8 .rscInput .field-validation-error span {
    padding-top: 15px;
    display: block;
    line-height: 12px;
}

.rscInput .input-validation-error, .field.input-validation-error .fake {
    border: 1px solid #e66968;
    top: 0;
    left: 0;
    box-shadow: 0 0 2px rgba(230,105,104,0.5);
    -moz-box-shadow: 0 0 2px rgba(230,105,104,0.5);
    -webkit-box-shadow: 0 0 2px rgba(230,105,104,0.5);
}

html.lt-ie7 .rscInput b.icon i {
    background-image: url(/Images/site/sprite.gif);
}

.rscInput b.icon i.tight {
    display: block;
    background: url(/Images/site/sprite.png) -219px -7px no-repeat;
    width: 11px;
    height: 11px;
    margin: 5px 0 0 14px;
}

.rscInput b.icon i {
    display: block;
    background: url(/Images/site/sprite.png) -219px -7px no-repeat;
    width: 39px;
    height: 42px;
}

.rscInputIcon1 b.icon i {
    background-position: -110px -28px;
}

.rscInputIcon2 b.icon i {
    background-position: -151px -28px;
}

.rscInputIcon3 b.icon i {
    background-position: -192px -28px;
}

.rscInputIcon4 b.icon i {
    background-position: -233px -28px;
}

.rscInputIcon5 b.icon i {
    background-position: -110px -73px;
}

.rscInputIcon6 b.icon i {
    background-position: -151px -73px;
}

.rscInputIcon7 b.icon i {
    background-position: -192px -73px;
}

.rscInputIcon8 b.icon i {
    background-position: -233px -73px;
}

.rscInput textarea {
    width: 218px;
    height: 56px;
    padding: 14px 5px 5px 47px;
    color: #444;
    resize: none;
}

.rscInput.textarea {
    height: 75px;
}

    .rscInput.textarea label {
        width: 200px;
        line-height: 15px;
        padding-top: 14px;
    }

    .rscInput.textarea b.icon i {
        width: 38px;
    }

    .rscInput.textarea b.verticalSplitter {
        position: absolute;
        z-index: 2;
        left: 39px;
        top: 14px;
        height: 51px;
        width: 0;
        border-right: 1px dotted #999;
    }

.rscInput.hasCheckbox b.icon {
    display: none;
}

.rscInput input.checkbox {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 3;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    opacity: 0.8;
}

.rscInput.hasCheckbox label {
    position: static;
    width: 255px;
    height: auto;
    margin: 0;
    padding: 1px 0 0 21px;
    line-height: 15px;
    cursor: default;
}

.debug .rscInput select {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/*
div.input-validation-error { background-color: red; }
form { background-color: gray; }
form.valid { background-color: lime; }
*/
/*
    Rescue Password Strength component
    ----------------------------------

    styling for the PasswordStrength.js

*/
.rscPasswordStrength .bar { background-color: #e8e8e8; height: 2px; font-size: 0; overflow: hidden; margin: -13px 0 20px 0; width: 272px; }
.rscPasswordStrength .bar div { display: block; background-color: #3A9CCE; font-size: 0; overflow: hidden; height: 2px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out; }
.rscPasswordStrength ul, .rscPasswordStrength li { margin: 0; padding: 0; list-style: none; }
.rscPasswordStrength li { display: none; font-size: 12px; font-weight: bold; text-align: right; width: 272px; position: absolute; margin-top: -20px; text-transform: lowercase; }
.rscPasswordStrength li.default { display: block; }
/*
    Registration related pages
    --------------------------

    For pages that are pretty small to have their own css folder
    and are related to the registration process (for example the
    "activation sent" page)

*/

.regActiSent {
    padding: 45px 65px 50px;
    text-align: center;
    
}

.regActiSent, .regActiSent p {
    font-size: 15px;
    color: #999999;
}

.regActiSent p.emailaddress {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #555555;
}

.regActiSent p.emailsent {
    color: #555555;
     font-size: 15px;
}



.regActiSent div.pagebody {
    font-size: 24px !important;
    
    color: #555555;
    padding: 0 0 20px 0;
    margin: 120px auto 200px;
    word-wrap: break-word;
    width: 500px;
}


.regFirstLogin {
    text-align: center;
    font-size: 20px;
    color: #349BCC;
    margin: 120px auto;
    word-wrap: break-word;
    width: 470px;
}

.regFirstLogin div {
    padding: 0 0 25px 0;
    font-size: 14px;
}



h1.title {
    padding: 20px 0 30px 0;
    font-size: 24px !important;
    color: #555555;
}

.regFirstLogin div.getHelp {
    padding: 30px 0 0 0;
    color: #999999;
}
.regFirstLogin div.getHelp a {
    color: #4cb7ef;
}

.regFirstLogin .rscInput input {
    padding: 11px 5px 12px 5px;
    background-color: white;
}

.forgetPassword {
    text-align: left;
    margin-left: 120px;
}

.regFirstLogin .button { display: inline-block; color: #555; font-weight: bold; font-size: 16px; text-decoration: none; line-height: 19px; padding: 8px 20px 9px 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); outline: 0; border: 1px solid #bbb; border-color: #bbb #bbb #999;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    background: #eee; background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,238,238,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(238,238,238,1))); background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%);
}
.regFirstLogin .button.active { color: #fff; text-shadow: 0 1px rgba(0,0,0,0.2);
    border: 1px solid #4896c9; border-top: 1px solid #66b1da; border-bottom: 1px solid #327fb2;
    background: #6eb7df url(/Images/site/gradients.png) 0 -51px;
    box-shadow: 0 1px 0 rgba(72,150,201,0.6);
    -moz-box-shadow: 0 1px 0 rgba(72,150,201,0.6);
    -webkit-box-shadow: 0 1px 0 rgba(72,150,201,0.6);
}

.regFirstLogin .rscInput .field-validation-error { color: #e66968; vertical-align: middle; position: absolute; display: table; height: 42px; top: 0; left: 350px; width: 183px; font-size: 11px; font-weight: bold; }
.regFirstLogin .rscInput .field-validation-error span { display: table-cell; vertical-align: middle; line-height: 12px; }

.regActiSent .promoVideo { text-align: center; padding: 40px 0 0 0; }
.regActiSent .promoVideo img { border-radius: 6px; margin: 0 0 10px 0; box-shadow: 0 1px 5px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1); }

.regActiSent .content {
    text-align: center;
    font-size: 14px;
    padding: 60px; 
    color: #999999 
}

.regActiSent .title {
    font-size: 24px; color: #555555; padding: 0 0 20px 0; 
}
}

/*DOTs animations*/
@-webkit-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
#loggingInDot span {
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: opacity;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: opacity;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
}
#loggingInDot span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}
#loggingInDot span:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
}
/*END DOTs animations*/

