﻿.labelColumn {
    font-weight: bold;
    text-align: right;
    color: #454748;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: right;
}

.ktt-header {
    /*width: calc(100% + 30px);*/
    /*margin-left: -15px;*/
    width: calc(100% + 200px);
    margin-left: -100px;
}

.one-more-step {
    color: #3D3F3F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}

.we-need-to-get-some {
    color: #3D3F3F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

.labelColumnSubLeft {
    color: #999D9F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    font-weight: normal;
    margin-top: 10px;
}

.labelColumnSubRight {
    color: #999D9F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
}

.notesColumn {
    padding-top: 8px;
    padding-left: 0;
    margin: 0;
    border-left: none;
    border-top: none;
    color: #999D9F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    line-height: 17px;
}

.password-remember {
    border: 1px solid #4A90E2;
    background-color: #F9FCFF;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px 20px;
    width: 650px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .password-remember .password-remember-icon {
        color: #4A90E2;
        font-family: FontAwesome;
        font-size: 36px;
        line-height: 36px;
        display: inline-block;
        width: 40px;
        position: absolute;
    }

    .password-remember .password-remember-text {
        color: #3577C5;
        font-family: "Proxima Nova", sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 19px;
        display: inline-block;
        margin-left: 50px;
    }

.callToAction {
    border-radius: 3px !important;
    background-color: #3E9CDB !important;
}


/* K12 LOGIN */

/* K12 Registration */

.good-doggo {
    height: 34px;
    width: 160px;
    margin: 13.5px 15px;
    padding-left: 15px;
}

@media (min-width: 801px) {
    .good-doggo {
        width: 188px;
        height: 45px;
        padding-left: 30px;
        margin: 8px 7px;
    }
}

.header-area {
    position: fixed;
    box-sizing: border-box;
    background-color: #ffffff;
    height: 61px;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(48, 58, 69, 0.1);
    z-index: 100;
    margin-bottom: 25px;
}


.embed .hideTillLoaded {
    display: initial !important;
}

.embed .registerJobSeekerFormContainer {
    padding: 0 0 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px;
    color: #37424E;
    z-index: 4 !important;
    position: fixed !important;
    top: 0 !important;
    margin: auto auto !important;
    width: 100%;
    background: #f2f5f6 !important;
}

.embed .registerJobSeekerFormContainer .innerContent {
    padding: 36px 12px;
    overflow: auto;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.k12-registering-gives-you {
    color: #37424E !important;
    font-family: Lato !important;
    font-size: 13px !important;
    text-align: center !important;
    padding: 0 10px 36px 10px !important;
}
.k12-privacy-agreement {
    color: #37424E !important;
    font-family: Lato !important;
    font-size: 12px !important;
    text-align: center !important;
    padding: 0;
}
.k12-skip-profile {
    padding-top: 15px;
    text-align: center;
    font-style: italic;
}

.k12-btn-create-account {
    margin-top: 30px !important;
}

a.k12-skip-profile-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.registerJobSeekerFormContainer .innerContent::before {
    background: #3f2b56;
    background-image: -webkit-linear-gradient(197deg,#7a4183,#3f2a56);
    background-image: -o-linear-gradient(197deg,#7a4183,#3f2a56);
    background-image: linear-gradient(287deg,#7a4183,#3f2a56);
    background-image: -ms-linear-gradient(197deg,#7a4183,#3f2a56);
    content: 'Create an Account';
    display: block;
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    height: 220px;
    font-size: 36px;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    color: white;
}
.registerProfileJobSeekerFormContainer .innerContent::before {
    content: 'Create a Profile';
}

@media (max-width: 800px) {
    .registerJobSeekerFormContainer .innerContent::before {
        padding-top: 48px;
        font-size: 25px;
    }
}

form#registrationForm {
    border: none;
    width: 300px;
    border-radius: 2px;
    box-shadow: 0 0 2px #bbb;
    padding: 20px;
    background: #fff;
    position: absolute;
    margin: 180px auto 20px auto;
    left: calc(50% - 150px);
}

html, body, .fade-opaque {
    background: #f2f5f6 !important;
}

/* Hide placeholder on large screens */
/* TODO: add media query to show on mobile only after mobile is coded */

.embed ::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}

.embed :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.embed ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.embed :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}

.k12-label-input {
    height: 16px;
    font-weight: 600;
    line-height: 16px;
    display: inline;
}

.k12-input-control {
    margin-bottom: 15px;

}

.k12-input-text {
    height: 30px !important;
    border: 1px solid #C8CFD6 !important;
    box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,0.13) !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    line-height: 30px !important;
    margin-top: 3px !important;
    width: 100%;
    padding: 6px 12px;
}

.k12-btn-primary {
    height: 32px !important;
    border-radius: 16px !important;
    background-color: #25A383 !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    line-height: 16px !important;
    text-align: center !important;
    border-color: #25A383 !important;
    border: none;
    padding: 0 10px;
    width: 300px;
    margin-top: 40px;
    max-width: 100%;
    margin-bottom: 5px;
}
.k12-btn-primary[disabled] {
    cursor: not-allowed;
    background-color: #6c757d !important;
    opacity: .65;
}

.k12-modal-link {
    font-weight: 600 !important;
    line-height: 16px !important;
    text-align: center !important;
    text-decoration: underline !important;
}

.k12-btn-secondary {
    height: 32px !important;
    width: 100% !important;
    border-radius: 16px !important;
    background-color: #FFF !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    line-height: 16px !important;
    text-align: center !important;
    display: block !important;
    line-height: 31px !important;
    color: #37424E !important;
    border: 1px solid #AFB6BE !important;
}

.k12-alert-error {
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 13px !important;
    display: block !important;
    margin: -3px -3px !important;
}

.k12-alert-error-body {
    padding: 18px 18px 18px 18px !important;
    background-color: #F6DC6B !important;
}

.k12-btn-close {
    text-transform: uppercase !important;
    cursor: pointer !important;
    color: #5B636C !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    background: none !important;
}

.k12-alert-error-fade {
    background-color: #fff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
}

.k12-subtitle1 {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
}

.k12-subtitle2 {
    line-height: 16px !important;
}

.k12-terms {
    margin-bottom: 30px;
    margin-top: 15px;
}

.k12-privacy-policy-text {
    color: #37424E !important;
    font-family: Lato !important;
    text-align: center;
}

.k12-registration-complete {
    padding: 70px 45px 70px 45px
}

.that-s-it-we-ve-cre {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.you-re-just-one-clic {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.find-that-dream-job {
    padding: 20px 20px;
    text-align: center;
}

.we-ve-sent-a-verific {
    padding: 10px 10px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.embed .has-error {
    color: #e56a54 !important;
    font-weight: 500 !important;
}

.embed .has-error .k12-input-error-message {
    font-weight: 500 !important;
    font-size: 85%;
    margin-top: -1px;
    display: block;
}

.embed .has-error .k12-input-text {
    border: 1px solid #e56a54 !important
}

.password-requirements-tooltip {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    list-style-type: none;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 10px;
}

 .password-requirements-tooltip:hover, 
 .password-requirements-tooltip:active {
    visibility: visible !important
 }

span.k12-input-error-message.pull-right:hover .password-requirements-tooltip,
span.k12-input-error-message.pull-right:active .password-requirements-tooltip {
    visibility: visible !important
}

.container-tooltip {
    display: inline;
    padding: 3px 15px 3px 15px;
    right: 0px;
    position: absolute;       
}

@media only screen and (max-width: 600px) {
    div.container-tooltip:hover .password-requirements-tooltip,
    div.container-tooltip:active .password-requirements-tooltip {
        visibility: visible !important
    }
}

/* K12 Password reset */
.k12-password-reset-group {
    padding-top: 20px;
}

.sign-in-link {
    color: #37424E;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-decoration: underline;
}

form#JobSeekerSignIn {
    margin-top: 574px !important;
    border: none;
    width: 300px;
    border-radius: 2px;
    box-shadow: 0 0 2px #bbb;
    background: #fff;
    position: absolute;
    margin: 180px auto 20px auto;
    left: calc(50% - 150px);
}

form#EmployerSignIn {
    margin-top: 628px !important;
    border: none;
    width: 300px;
    border-radius: 2px;
    box-shadow: 0 0 2px #bbb;
    background: #fff;
    position: absolute;
    margin: 180px auto 20px auto;
    left: calc(50% - 150px);
}

form#extraSpace {
    margin-top: 616px !important;
}
/*AE css fixes for high-contrast issue*/
[data-audioeye-lr-contrast_setting="1"] .k12-input-text,
[data-audioeye-lr-contrast_setting="2"] .k12-input-text,
[data-audioeye-lr-contrast_setting="1"] form#registrationForm,
[data-audioeye-lr-contrast_setting="2"] form#registrationForm {
    border: 1px solid #777 !important;
}