/**********************
/* Log In / Register **
**********************/


/* Registration Tabs */

.active>#auth-new-tab,
.active>#auth-registered-tab,
.active>#email-password-tab,
.active>#email-password-tab,
.active>#security-question-tab,
.active>#language-preference-tab,
.active>#generate-wak-tab,
.tab-title,
.tab-title:hover,
.active>#auth-new-tab:hover,
.active>#auth-registered-tab:hover {
    background-color: var(--state-green);
    color: white !important;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--state-green);
}

.auth-tab-container {
    flex:2; 
    max-width:500px; 
    background-color: var(--light-grey);
    position:relative;
    z-index:1;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.auth-tab-content {
    height: auto; 
    border: solid 1px #b4c6e8; 
    border-top: none;
}

#auth-img-container {
    width: 100%;
    flex: 4;
    display: flex;
    align-items: flex-end;
}

#auth-greeting {
    width: 50%;
    height: 90%;
    background-color: #005ca6;
    color: white;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 60px;
}

#auth-greeting>h1 {
    font-family: Quicksand-Bold, sans-serif;
    letter-spacing: -2px;
}

#auth-greeting>h4 {
    padding-top: 5px;
    font-size: 20px;
}

#auth-img {
    height: 90%;
    width: 100%;
    background-image: url("http://www.independentmediators.co.uk/wp-content/uploads/2016/02/placeholder-image.jpg");
    background-position: center;
    background-size: cover;
}

.auth-tabs {
    display: flex;
    border: none;
    height: 50px !important;
}

.auth-tab {
    flex: 1; 
    text-align: center;
}

.auth-tabs>li {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: none;
}

.auth-tabs>li:nth-child(even){
    border-left: 1px solid var(--state-gold);
    border-right: 1px solid var(--state-gold);
}

.auth-tabs>li>a {
    margin: 0px;
    padding: 2px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-new {
    flex: 1; 
    border: none !important;
}

.auth-registered {
    flex: 2; 
    border: none !important;
}

.auth-new > a,
.auth-registered > a {
    color: #fff !important;
    background-color: var(--state-gold);
    border: none !important;
}

#email-password-tab,
#security-question-tab,
#language-preference-tab,
#generate-wak-tab {
    font-size: 13px;
    text-align: center;
    color: #000;
    text-transform: none;
    background-color: var(--light-grey);
    border-radius: 0px;
}


/* Registration Page */

#registration_header {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

#registration_light_grey_bar {
    height: 460px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 50px;
    width: 100%;
    background-color: var(--light-grey);
    z-index: 0;
}

#registration_questions {
    margin-top: 150px;
}


/* Links */

a:hover,
input.cancel:hover,
input.back:hover {
    color: black !important;
}

.nav {
    width: 100%;
    height: 90%;
}

.tab-content {
    width: 100%;
    height: auto; 
    border-top: none
}

.nav.navbar-nav.navbar-right.clearfix a:hover {
    color: #005ca6 !important;
}


/* Labels */

#roll_number {
    margin-right: 5px;
}

#accessKey {
    margin-top: 10px;
}

#accessKey,
#email,
#pass {
    margin-right: -3px;
}


/* Captcha */

.captcha {
    margin-left: 17px;
}


/* Buttons */

a.need-help-btn {
    color: #fff;
}

.forgot_password {
    color: #000;
}

.need-help-btn {
    margin-right: 20px;
    padding: 10px;
}
.need-help-btn:focus{
    background-color: var(--state-gold)
}

.pull-right {
    margin-top: 10px;
}

.pull-left>.need-help-btn {
    font-size: 14px;
}

.btn.active,
.btn:active {
    color: #fff;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}


/* Tool Tip */

.arrow_tooltip {
    font-size: 13px;
    position: absolute;
    margin-left: 100%;
    margin-top: 40px;
    width: 240px;
    height: 130px;
    color: #fff;
    background-color: var(--dark-grey) !important;
    padding: 7px;
    z-index: 1;
}

/* custom attributes for specific tooltips */
.arrow_tooltip_reg {
    height: auto; 
    margin-top: 140px;
}

.arrow_tooltip_step_1 {
    height: 70px;
}

.arrow_tooltip_step_2 {
    height: 150px; 
    margin-top: 65px;
}

.arrow_tooltip_step_3 {
    height: 150px;
    margin-top: 135px;
}

@media (max-width: 768px) {
    .arrow_tooltip,
    .arrow_tooltip_white {
        display: none;
    }
}

.arrow_tooltip_white {
    font-size: 13px;
    position: absolute;
    margin-left: 100%;
    margin-top: 160px;
    padding: 10px;
    /* margin-top: 205px; */
    width: 240px;
    height: 130px;
    background-color: #FFFFFF;
    z-index: 2;
}

.arrow_tooltip_white_step_1 {
    margin-top: 205px;
}

.tooltip-img-guide {
    width: 100%;
    height: 100%;
}

.tip {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    color: #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--dark-grey) !important;
    left: -20px;
    top: 20px;
    z-index: -1;
}

div.help {
    float: none
}

/* Inputs */

.forgot-password-input {
    width: 100%; 
    margin-bottom: 12px;
}

/* Overflow */

.overflow_text {
    overflow-y: scroll;
    height: 300px;
    background-color: #FFF;
    margin: 2px;
    padding: 13px;
    font-size: 12px;
}


/* Content/Box */

#verifyRoll,
#login {
    width: 100% !important;
    height: 100% !important;
    background-color: #FFFFFF !important;
    padding-top: 5px;
    /* border: solid 1px var(--state-gold); */
}

.verify_roll_form {
    height: 100%;
}

#main_footer_content {
    background-color: #e5ebf8;
}

#main_footer_content {
    margin-top: 10px;
}

.form_body {
    padding: 15px;
    font-size: 12px;
    height: auto;
    min-height: 240px;
    background-color: #FFF !important;
    border: solid 1px #b4c6e8;
}

.checkmark {
    color: green;
    padding: 2px;
}

.sub_text {
    padding: 15px 15px 0px 15px;
    font-size: 0.9em;
}

.amppa-auth-container{
    padding-top: 10px;
}

.blue_bar {
    height: 60px;
    margin-bottom: 20px;
    background-color: #cfdaf1;
}

.form-control {
    border-radius: 0px;
}

.profile_label_red {
    color: red;
}

.profile_label,
.profile_label_red {
    font-size: 13px;
    width: 70%;
    padding-bottom: 4px;
}

input {
    border: solid 1px var(--light-grey) !important;
}

.tab-title,
#titleText {
    padding: 10px;
}

.box_footer {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px 20px 20px;
}

#step_2 fieldset {
    padding-top: 12px;
}

/* Decorative */

.decorative-banner {
    height: 60px;
    background-color: var(--light-grey);
    margin-bottom: 20px;
}

.white-bg {
    background-color: white;
}

/* Positional */

.pwd_requirement {
    position: relative;
}

.passwordForm > .pwd_requirement {
    margin: 30px;
}

.toc_container {
    border: solid 1px #b4c6e8;
}

.clear_row {
    border-left: solid 1px #b4c6e8;
    border-right: solid 1px #b4c6e8;
    border-bottom: solid 1px #b4c6e8;
}

.state-green_row {
    background-color: var(--state-green);
    border-left: solid 1px var(--state-green);
    border-right: solid 1px var(--state-green);
    border-bottom: solid 1px var(--state-green);
}

/* Accessibility contrast*/
.state-gold {
    color: #6b5d33 !important;
}


.register,
button#register,
.signin,
button#login-btn {
    background-color: #7A6A3F !important;
}


.auth-new > a,
.auth-registered > a {
    background-color: #7A6A3F !important;
    color: #ffffff !important;
}

.active > .auth-new > a,
.active > .auth-registered > a,
li.active .auth-new > a,
li.active .auth-registered > a,
.auth-new.active > a,
.auth-registered.active > a {
    background-color: var(--state-green) !important;
    color: white !important;
}

.need-help-btn:focus,
.need-help-btn:hover {
    background-color: #7A6A3F !important;
}

button[style*="background-color: #a39161"],
.btn[style*="background-color: #a39161"],
input[style*="background-color: #a39161"] {
    background-color: #7A6A3F !important;
}