@charset "UTF-8";

@font-face {
  font-family: 'moblab';
  src: url("fonts/moblab/moblab.eot?#iefix") format("embedded-opentype"),
    url("fonts/moblab/moblab.woff") format("woff"),
    url("fonts/moblab/moblab.ttf") format("truetype"),
    url("fonts/moblab/moblab.svg#moblab") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Lato;
  src: url("fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Lato;
  src: url("fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Roboto-Light.woff2") format("woff2"),
    url("fonts/Roboto/Roboto-Light.woff") format("woff"),
    url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

*:focus {
    outline: 2px solid #1A5091;
    outline-offset: -2px;
}

/* for hovering*/
a::after {
    border-bottom: 2px solid #47525D;
}

.a-no-animation {
    border-bottom: 0;
    transition: none;
}

.a-no-animation::after {
    border-bottom: 0;
    content: none !important;
    transition: none !important;
    width: initial !important;
}

/*-------------Left Column CSS----------------*/

.leftColumn {
    display: flex;
    padding: 0 0 10px 0;
    position: fixed;
    height: 100%;
    width: 30%;
    flex-direction:column;
}

/* for the user logo */
.registerReroute{
    text-align: center;
    height: 100%;
    transform:translate(0,30%);
    display: block;
}

.userFont {
    font-family: Lato, bold;
    text-align: center;
    font-size: 20px;
}

.actuallyTeacherImg {
    width: 80%;
}

.waitFont{
    font-family: "Lato";
    text-align:center;
    color: white;
    font-size:16px;
    justify-content: center;
}

.backPhoto{
    border-radius: 14px;
    background: white;
    margin: auto;
    margin-bottom: 26px;
    height: 40%;
    max-height: 315px;
    justify-content: center;
    width: 63%;
    max-width: 262px;
    flex-direction: column;
    align-items: center;
    box-shadow:0px 2px 4px -1px rgba(16, 32, 55, 0.2),
               0px 4px 5px 0px rgba(16, 32, 55, 0.14),
               0px 1px 10px 0px rgba(16, 32, 55, 0.12);
}

.tiledIcons {
    float: right;
}

.hexContainer {
    height: 86%;
    width: 204%;
    position: absolute;
    bottom: 0;
    left: -96%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;

    background: url('themes/moblab/images/reg_hexblock.svg') center no-repeat;
}
.imgContainer {
    height: 344px;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #D93025;
    user-select: none;
    pointer-events: none;
}

/*-------------General Server CSS-------------*/
.blue-gradient {
    background-image: -ms-linear-gradient(top left, #E0E8EE 0%, #ADC4D7 100%);
    background-image: -moz-linear-gradient(top left, #E0E8EE 0%, #ADC4D7 100%);
    background-image: -o-linear-gradient(top left, #E0E8EE 0%, #ADC4D7 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #E0E8EE), color-stop(1, #ADC4D7));
    background-image: -webkit-linear-gradient(top left, #E0E8EE 0%, #ADC4D7 100%);
    background-image: linear-gradient(to bottom right, #E0E8EE 0%, #ADC4D7 100%);
}

body#register{
    margin:0px!important;
    font-family: Roboto, sans-serif, Arial, Helvetica;
}

.moss-green {
    color: #8A9A5B;
}

.brandingBar {
    background-color: #FEFAF9;
    height: 64px;
    width: 100%;
    display: flex;
}

.brandingBar.mobile {
    display: none;
}

/*-------- Role Selcetor -------*/

#selectRoleContainer {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    color: #47525D;
    opacity: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

#selectRoleContainer .brandingContainer {
    color: #D93025;
}

#selectRoleContainer .backgroundColor {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F7F9FA;
    z-index: -2;
}

#selectRoleContainer .backgroundGraphic {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/reg_select_bg.svg);
}

#selectRoleContainer .dialogContentContainer {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: calc(1140px*.66);
    max-width: -moz-calc(1140px*.66);
    max-width: -webkit-calc(1140px*.66);
}

#selectRoleContainer .header {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 10%;
    color: white;
    font-size: 20px;
}

@media only screen and (max-height: 800px) {
    #selectRoleContainer .header {
        top: 5%;
    }
}

#selectRoleContainer .title {
    font-size: 32px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(16,32,55, .2);
}

#selectRoleContainer .subHeader {
    font-weight: 400;
}

.reset-header {
  height: auto;
  padding: 50px 0px 5px;
  border-radius: 6px 6px 0 0;
  border: none;
  text-align: left;
}

.reset-header-text1 {
  margin-top: 20px;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  color: #1B2224;
}

.reset-header-text2 {
  color: #47525D;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
  margin-top: 20px;
}

#selectRoleContainer .selectCardContainer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

@media only screen and (max-width: 800px) {
    #selectRoleContainer .selectCardContainer {
        flex-direction: column!important;
        margin-top: 0px!important;
    }

    .selectCard {
        margin-top: 20px!important;
        width: 100%!important;
    }

    h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 800px) {
    #leftColumn-student {
        display: none!important;
    }

    #leftColumn-instructor {
        display: none!important;
    }

    .register-content {
        width:100%!important;
        margin:auto!important;
    }

    .brandingBar.mobile {
        display: flex;
    }

    .register-header-student .register-header-mobile {
        display: block !important;
    }

    .register-header-instructor .register-header-mobile {
        display: block !important;
    }

    .role-card-mobile-wrapper {
        display: block !important;
        padding: 24px;
        margin-bottom: 20px;
        border-radius: 0;
    }

    .role-card-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        background: white;
        border-radius: 14px;
        padding: 16px 20px;
        margin-bottom: 0;
        box-shadow: 0px 2px 4px -1px rgba(16, 32, 55, 0.2),
                    0px 4px 5px 0px rgba(16, 32, 55, 0.14),
                    0px 1px 10px 0px rgba(16, 32, 55, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    .role-card-mobile-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
    }

    .role-card-mobile-img {
        width: 80px;
        height: auto;
        margin-bottom: 8px;
    }

    .role-card-mobile-text {
        font-family: Lato, sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #1B2224;
    }

    .role-card-mobile-reroute {
        font-family: "Lato";
        font-size: 14px;
        color: #1B2224;
        text-align: center;
    }

    #register .role-card-mobile-reroute a {
        color: #1A5091;
        font-weight: 500;
    }

}

#selectRoleContainer .selectCard {
    width: 50%;
    height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    border-radius: 14px;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 4px 4px 0 rgba(16, 32, 55, 0.1);
    cursor: pointer;
    max-height: 45%;
}

#selectRoleContainer .selectCard:first-of-type {
    margin-right: 12px;
}

#selectRoleContainer .selectCard:hover,
#selectRoleContainer .selectCard:active,
#selectRoleContainer .selectCard:focus {
    box-shadow: 0px 6px 20px 2px rgba(16, 32, 55, 0.15);
}


#selectRoleContainer .roleImg {
    width: 200px;
}

#selectRoleContainer .roleText {
    letter-spacing: .05em;
}

h3 {
    font-size: 22px;
    color: #1B2224;
    font-weight: 600;
}

#selectRoleContainer .roleSubText {
  color: #47525D;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

#selectRoleContainer .loginLinkContainer {
    margin: 40px 0;
    width: auto;
    text-align: left;
    color: #47525D;
    font-size: 16px;
    font-weight: 400;
}

#selectRoleContainer .loginLinkContainer  a{
    color: #1A5091;
    border-bottom: 0px;
}

#selectRoleContainer .loginLinkContainer  a::after{
    border-bottom: 2px solid #1A5091;
}

/*-------- Register Form -------*/
body#register{
    display:flex;
    margin: 0;
    height: 100%;
}

#register .brandingContainer {
    margin-left: 10px;
    cursor: pointer;
}

.register-content {
    width:70%;
    height:100%;
    float:right;
    background-color: white;
}

.register-dialog-content {
    height: 100%;
    padding: 0 50px;
}

@media only screen and (max-width: 800px) {
    .register-dialog-content {
        padding: 0 10px;
    }
}

/* Register Header Student*/

.register-header-container {
    display: flex;
    flex-direction: row;
    color: black;
    font-family: 'Lato';
    margin-bottom: 20px;
    margin-top: 61px;
    font-size: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 800px) {
    .register-header-container {
        margin-top: 0px !important;
    }
}

.register-header-student .register-logo {
    font-size: 1.89em;
    content: "%";
    speak: none;
    margin-top:4px;
    font-style: normal;
    font-weight: normal;
    font-family: 'moblab';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.register-header-student .register-thanks-header {
    font-size: 32px;
    width: 100%;
    font-family: "Lato";
    font-weight:400;
}

.register-header-student .register-header-bottom {
    width: 100%;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    color: #1B2224;
}

.register-header-student .register-header-mobile {
    width: 100%;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    color: #1B2224;
    margin-bottom: 20px;
    display: none;
}

/* Role card shown on mobile so orientation change does not lose content (accessibility) */
.role-card-mobile-wrapper {
    display: none;
}

.role-card-mobile {
    display: none;
}

.register-logo::before {
    font-size: 26.67px;
    content: "%";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'moblab';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* End of Student Header */

/* Used for links */

#register a {
    color: white;
    cursor:pointer;
    font-family: "Lato";
    font-size:16px;
}

#loginHeader a {
    font-size: 16px;
    color: #1A5091;
    cursor: pointer;
}

#registerHeaderMobile a {
    font-size: 16px;
    color: #1A5091;
    cursor: pointer;
}

/* for the form section*/

#registerForm {
    width: 100%;
    /* min-width:350px; */
}

.register-table {
    width: 100%;
    /* min-width:350px; */
}

.register-div .register-main-label {
    font-size: 14px;
    margin-bottom: 4px;
    font-family: "Lato";
    color: #47525D;
}

.register-div .register-sublabel {
    font-size: 14px;
    margin-bottom: 4px;
    color:#47525D;
}

.register-div .register-sublabel,
.register-div .register-main-label {
    padding-left: 2px;
}

/* for the passwordhide/show */

.login-showPassword-div .redCheckboxWrapper  {

}

.redCheckboxWrapper input[type="checkbox"]#showPassword {
    height: 24px;
}
/* checking password */

.checkPassword {
    padding: 0 0 0 5px;
    font-family: 'Lato';
    list-style: none;
    margin-bottom: 14px;
    font-size: 12px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.checkPassword li {
    list-style: none;
}

.invalid {
    color: #D93025;
}

.invalid:before {
    color: #D93025;
    content: "• ";
    width: 1em;
    display: inline;
    margin-right: 1em;
}

.valid {
    color: #1E7E34;
}

.valid:before {
    color: #1E7E34;
    content: "✓ ";
    width: 1em;
    display: inline;
    margin-right: 1em;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* end of checking password */

/* check box stuff */

.checkboxContainer {
    float: left;
    width:30px;
    height:30px;
    position: relative;
}

.checkboxContainer input[type="checkbox"]{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
}

.checkboxContainer input[type="checkbox"]:checked + label {
    background-position: 0 0;
}

.register-div .termsSpan {
    font-size: 14px;
    font-family: "Lato";
}

/*Math Check */

.mathCaptchaDiv {
    margin-bottom: 20px;
    margin-top: 37px;
}

.mathCaptcha:focus {
    width: 46px;
    height: 36px;
    border: 1px solid #1A5091;
    padding: 0 2px;
    font-size: 20px;
}

::placeholder{
    color: #D93025;
}

.mathCaptcha::placeholder {
    color: #8B1A1A;
}

.mathCaptcha {
    width: 46px;
    height: 36px;
    border: 1px solid #707070;
    background-color: #FFF;
    padding: 0 2px;
    font-size: 20px;
}

.mathCaptchaSpan {
    font-family: "Lato";
    font-size: 14px;
}

.mathCaptcha.preset {
    border: none;
    width: 20px;
    font-size: 20px;
    color: #47525D;
}

input.template_submit{
    border: none;
    border-radius: 5px;
    background-color: #1A5091;
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: Roboto, sans-serif;
}

/* submit button */

#register .register-btn-div {
    display: flex;
    margin-top: 45px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms cubic-bezier(0, 0, 0.2, 1), margin 200ms cubic-bezier(0, 0, 0.2, 1), visibility 0ms 200ms;
}

#register .register-btn-div-on {
    display: flex;
    margin-top: 35px;
    opacity: 1;
    visibility: visible;
    transition: opacity 200ms cubic-bezier(0, 0, 0.2, 1), margin 200ms cubic-bezier(0, 0, 0.2, 1), visibility 0ms 0ms;
}

#register .register-submit {
    border-radius: 6px;
    background-color: #1A5091;
    box-shadow: 0px 5px #006981;
    color: white;
    width: 146px;
    height: 29px;
    font-size: 20px;
    border: none;
    font-family: Roboto, sans-serif;
}

#register .register-submit:active, #register .register-submit:focus {
    display:block;
    box-shadow: none;
    margin-top: 5px;
}

#register .register-bottom-note {
    font-size: 14px;
    text-align: center;
    width: 440px;
    margin-left: calc(50% - 220px);
    margin-left: -moz-calc(50% - 220px);
    margin-left: -webkit-calc(50% - 220px);
}

.terms {
    float:right;
    font-size: 12px;
    margin-left: 20px;
}

/* Suggestion box */

.register-organization-input-div .suggestionsBox{
    position: relative;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    border: 1px solid #636e89;
    border-top: 0;
    color: #000;
    font-size:14px;
    z-index: 3;
}
.suggestionList {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
.suggestionList li {
    margin: 0px 0px 0px 0px;
    padding: 2px;
    list-style-type: none;
}

.suggestionList li:hover,
.suggestionList li.hovered {
    margin: 0px 0px 0px 0px;
    padding: 2px;
    list-style-type: none;
    background-color: #E9F1F5;
}

/* end of form section */

.margin-bottom-half {margin-bottom: 5px; }
.margin-bottom-one {margin-bottom: 10px;}
.margin-bottom-two {margin-bottom: 20px;}
.margin-bottom-three {margin-bottom: 30px;}
.margin-bottom-four {margin-bottom: 40px;}

#register .register-gradient-top {
    padding-top: 20px;
}

#register register-terms-div a {
    text-decoration: none;
    color: #D93025;
    font-weight: bold;
    font-size: 14px;
}

.register-container {
    flex:1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.register-div {
    width: 100%;
    height: auto;
    margin-top:30px;
    color: black;
}

#register #console.topBar,
#demographic #console.topBar,
#payment #console.topBar,
#paymentconfirmation #console.topBar {
    position: absolute;
}

/* inputs */

.register-half-input {
    width: 100%;
}

.register-full-input {
    width: 100%;
    border-radius: 5px;
}

#register .register-firstname-input-div,
#register .register-lastname-input-div,
#register .register-password-input-div,
#register .register-email-input-div,
#register .register-organization-input-div,
#register .register-schoolid-input-div,
#register .register-referral-input-div {
    margin-bottom: 15px;
}

#register .register-firstname-input-div input,
#register .register-lastname-input-div input,
#register .register-password-input-div input,
#register .register-email-input-div input,
#register .register-organization-input-div input,
#register .register-schoolid-input-div input,
#register .register-referral-input-div input {
    height: 46px;
    font-size: 16px;
    border: 1px solid #707070;
    border-radius: 6px;
    padding-left: 10px;
    background-color: #FFF;
}

#register .register-firstname-input-div input:focus,
#register .register-lastname-input-div input:focus,
#register .register-password-input-div input:focus,
#register .register-email-input-div input:focus,
#register .register-organization-input-div input:focus,
#register .register-schoolid-input-div input:focus,
#register .register-referral-input-div input:focus {
    border: 1px solid #1A5091;
}
#register .register-terms-div input:focus {
    outline: 2px solid #1A5091;
}

#register .register-div input[type="email"].disabled {
    border: 1px solid #767676;
    background-color: #E5E5E5;
    color: #595959;
}

.register-login-div {
    width: 240px;
    margin-left: calc(50% - 120px);
}

.register-login-text {
    font-size: 14px;
    color: #1A5091;
    cursor:pointer;
}

/* Instructor Specific */

.register-header-instructor .register-logo {
    font-size: 1.89em;
    content: "%";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'moblab';
    margin-top:4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.register-header-instructor .register-thanks-header {
    font-size: 32px;
    width: 100%;
    font-family: "Lato";
    font-weight:400;

}

.register-header-instructor .register-header-bottom {
    width: 100%;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    color: #1B2224;
}

.register-header-instructor .register-header-mobile {
    width: 100%;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    color: #1B2224;
    margin-bottom: 20px;
    display: none;
}

.register-header-instructor .register-header-top {
    width: 100%;
    font-size: 41px;
    margin-left: calc(50% - 200px);
    margin-left: -moz-calc(50% - 200px);
    margin-left: -webkit-calc(50% - 200px);
    margin-bottom: 20px;
    margin-top: 0.7em;
}

.register-header-instructor .register-header-subtop {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-left: calc(50% - 290px);
    margin-left: -moz-calc(50% - 290px);
    margin-left: -webkit-calc(50% - 290px);
}

/*.register-header-instructor .register-header-bottom {
    width: 340px;
    font-size: 36px;
    text-align: center;
    margin-left: calc(50% - 170px);
    margin-left: -moz-calc(50% - 170px);
    margin-left: -webkit-calc(50% - 170px);
    border-bottom: 1px solid rgb(181, 188, 199);
    padding-bottom: 5px;
    margin-bottom: 5px;
}*/

.register-header-instructor .register-header-subbottom {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-left: calc(50% - 225px);
    margin-left: -moz-calc(50% - 225px);
    margin-left: -webkit-calc(50% - 225px);
}
/* End of Instructor Specific */

.register-div .register-error-message {
    width: 100%;
    margin-left: 39px;
    margin-bottom:30px;
    height: auto;
    padding: 10px;
    border: 1px solid #D93025;
    text-align: center;
}


#register .register-referral-input-div select {
    width: 100%;
    font-size: 14px;
}



#password.invalidPassword{
    border: 2px solid #1A5091;
}
#emailInput.invalidEmail {
    border: 2px solid #1A5091;
}

#register .tooltip-inner {
    background-color: #1b2224;
    padding: 8 10;
}

#register .tooltip-arrow {
    border-top-color: #1b2224;
}

/*---------------- Error Message --------------*/

.error-message {
    border-radius: 6px;
}

.error-message-span {
    margin-bottom: 10px;
}