﻿/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d!important;
    font-weight: bold!important;
    display: none;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e80c4d!important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none!important;
}

.validation-summary-errors {
    color: red!important;
    font-weight: bold!important;
    font-size: 12px!important;
    /*font-family: 'Open Sans', Verdana;*/
    position: absolute;
    left: 100px;
    top: 100px;
    background-color: lightblue;
    padding: 10px;
    width: 400px;
    height: auto;
    line-height: 18px;
}

    .validation-summary-errors li {
        list-style: none;
        margin: 0;
        color: red!important;
    }

.validation-summary-valid {
    display: none;
}

.loginpopup .validation-summary-errors {
    position: absolute!important;
    left: 336px!important;
    top: 15px!important;
}

.form-elements {
    display: table;
    color: black;
    padding: 15px 0px 0px 11px;
    position: relative;
    z-index: 100;
    margin-left: 72px;
    width: 715px;
}

.head {
    margin-left: 0px;
    font-size: 16px;
    color: #FF6100;
    /*font-weight: bold;*/
    padding: 15px 0px 2px 0px;
    font-family: 'open sans bold',Verdana;
}

.line {
    border-top: solid 1px #ACACAC;
    padding: 5px 0px;
    width: 701px;
    position: absolute;
}

.form-element-row {
    display: table-row;
}

.form-signup-label {
    display: block!important;
    width: auto;
    text-align: left!important;
    padding: 5px 0px;
}

.form-label, .form-signup-label {
    display: none;
    color: black;
    text-align: right;
    vertical-align: middle;
}

    .form-label label {
        font: 13px 'Open Sans', Verdana;
        color: #808080;
    }

    .form-signup-label label {
        font: 13px 'Open Sans', Verdana;
        color: white;
    }

.form-field {
    display: table-cell;
    color: black;
    padding: 3px;
}

.form-field-middle {
    display: table-cell;
    color: black;
    vertical-align: middle;
}

    .form-field-middle div {
        float: left;
        font: 13px 'Open Sans', Verdana;
        color: #4a1c77;
    }

input[type=text], input[type=password], input[type=email], input[type=number], input[type=datetime], input[type=date], textarea {
    float: left;
    background: rgb(255, 255, 255);
    border: 2px solid #D1D1D1;
    border-radius: 5px;
    box-shadow: inset 0 0 1px #ccc;
    color: #2a2a2a;
    font: 14px 'Open Sans', Verdana;
    font-weight: 300;
    /* float: left; */
    padding: 5px;
    margin: 5px -1px;
    width: 244px;
    height: 20px;
    outline: none;
    /* border: 1px solid black; */
}

input[type=checkbox] {
    float: left;
    /* float: left; */
    padding: 5px!important;
    margin: 0px 5px!important;
    outline: none;
}

textarea {
    height: 100px!important;
    margin: 5px!important;
    padding: 5px!important;
    width: 330px!important;
}


/*.title {
    font: 17px 'Open Sans', Verdana;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 8px;
    text-align: center;
}*/

select {
    float: left;
    background: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px #ccc;
    box-shadow: inset 0 0 1px #333;
    color: #2a2a2a;
    font: 14px 'Open Sans', Verdana;
    font-weight: 300;
    /* float: left; */
    padding: 5px;
    margin: 5px -1px;
    width: 255px!important;
    height: 35px!important;
    outline: none;
    /* border: 1px solid black; */
}

.form-button {
    position: absolute;
    /*align-self: center;*/
    padding: 5px;
    width: 85%;
}

/*.student, .teacher, .parent {
    display: none;
    margin-left: 40px;
}*/

.termsconditions {
    float: left;
    position: fixed;
    /* border: solid 1px rgb(141, 141, 141); */
    /*width: 300px;*/
    height: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgb(162, 152, 152) 0px 0px 41px -3px;
    top: 50%;
    left: 50%;
    margin-left: -465px;
    margin-top: -320px;
    display: none;
    z-index: 310000;
    height: 640px;
    clear: none;
    width: 931px;
}

    .termsconditions ul {
        margin: 0px;
        padding: 10px 0px;
        /*min-width: 338px;
        margin-top: 20px;
        min-height: 200px;*/
    }

    .termsconditions li {
        list-style: inherit;
    }

    .termsconditions .aClose {
        color: rgb(173, 4, 4);
        font-size: 12px;
        position: absolute;
        right: 5px;
        top: 4px;
        font-weight: bold;
        cursor: pointer;
    }

.atermsStudent, .atermsParent, .atermsTeacher {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.okButton {
    color: white;
    background-color: #009aff;
    width: 24px;
    padding: 10px 31px;
    margin: 10px 36%;
    border-radius: 28px;
    cursor: pointer;
}
/*@media screen and (max-width: 800px) {
    body {
        font-size: 20px;
    }

    .container {
        background-color: #f4f4f4;
        position: fixed;
        top: 15%;
        left: 3%;
        z-index: 999;
        min-height: 433px;
        min-width: 630px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        box-shadow: 0px 0px 5px #979494;
    }
}*/


.otherstate {
    display: none;
}

.closeState {
    position: fixed;
    right: 380px;
    padding: 5px 0px;
    display: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

.notinthelist {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -130px;
    /*top: 400px;
    left*/: 106px;
    background-color: white;
    width: 700px;
    z-index: 30100;
    box-shadow: rgb(0, 0, 0) 0px 0px 30px 4px;
    display: none;
}

    .notinthelist .form-button {
        position: static;
        /* align-self: center; */
        padding: 17px 4px;
        width: 85%;
        margin: 0px;
    }

    .notinthelist .title {
        float: left;
        width: 100%;
        background-color: #666;
        padding: 0px;
        height: 40px;
    }

    .notinthelist .searchbox {
        float: left;
        background-color: #f2f2f2;
        width: 100%;
        min-height: 220px;
        height: auto!important;
    }

    .notinthelist .title span {
        padding: 0px;
        margin: 13px 35px;
        float: left;
        color: white;
    }

    .notinthelist .form-element-row {
        padding-left: 33px;
        /* float: left; */
        /* position: relative; */
        left: 33px;
        display: block;
    }

    .notinthelist button {
        float: left;
        margin-left: 250px!important;
        background-color: #0049af;
        color: white;
        padding: 10px 47px!important;
        font-size: 14px;
        border: none;
        margin-bottom: 10px!important;
    }

    .notinthelist input[type="text"] {
        width: 600px;
        text-transform: capitalize;
    }

.searchcontextlist {
    background-color: white;
    max-height: 200px;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    float: left;
    float: left;
    z-index: 1;
}

.searchcontent {
    background-color: white;
    max-height: 203px;
    height: auto;
    float: left;
    margin-left: -1px;
    position: absolute;
    top: 135px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 0px 11px 0px;
    float: left;
    z-index: 1;
    display: none;
}

.searchcontextlist ul {
    list-style: none;
}

    .searchcontextlist ul li {
        color: #808080;
        padding: 5px 10px;
        cursor: pointer;
        text-transform: capitalize;
    }

        .searchcontextlist ul li:hover {
            color: #808080;
            padding: 5px 10px;
            cursor: pointer;
            background-color: #ccf3ff;
            text-transform: capitalize;
        }

.notinthelistfield {
    display: none;
}

.selected {
    color: #808080;
    font-size: 15px;
    word-wrap: break-word;
    float: left;
}

    .selected b {
        color: #808080;
        font-size: 15px;
    }

.form-field #imgBdate {
    float: left;
    margin: 10px -36px;
}

.termscondition {
    float: left;
    width: 715px;
    padding-top: 10px;
}

    .termscondition div {
        display: flex;
        color: #DADADA;
        font-size: 14px;
    }

select {
    text-transform: capitalize;
}

.background {
    background-color: rgba(184, 184, 184, 0.79);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0.7;
    z-index: 200;
    display: none;
}

.form-field img {
    border: none;
}

.studentpopup button {
    background-color: #FF7000;
    color: white;
    padding: 10px 48px;
    font-size: 16px;
    margin: 15px 0px 0px 294px;
    border: none;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

    .studentpopup button:hover {
        box-shadow: #FF7000 0px 0px 5px 0px inset;
        -moz-box-shadow: #FF7000 0px 0px 5px 0px inset;
        -webkit-box-shadow: #FF7000 0px 0px 5px 0px inset;
        background-color: #FF4D00;
    }

.pledgedetails {
    width: 95%;
    float: left;
    font-size: 13px!important;
    line-height: 17px;
}

.termscondition > div {
    padding: 5px;
    float: left;
    width: 100%;
}

    .termscondition > div span {
        float: left;
        padding: 0px 3px 0px 0px;
    }

.signupcodecontainer {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -305px;
    /*margin-top: -108px;*/
    z-index: 102;
    background-color: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 1) 0px 0px 47px 1px;
    display: none;
}

    .signupcodecontainer label {
        color: #838383;
        width: 100%;
        text-align: center;
        float: left;
    }

.signupcodeValidation {
    color: #535353;
    width: 650px;
    min-height: 215px;
    /* border: solid 1px red; */
}

    .signupcodeValidation a {
        color: blue;
        cursor: pointer;
        float: none!important;
        margin: 0px!important;
    }

    .signupcodeValidation .message {
        color: #535353;
        font-size: 14px;
        padding: 9px 50px 0px;
        line-height: 17px;
        float: left;
        margin: 34px 0px 0px 0px;
    }

    .signupcodeValidation .message {
        cursor: default;
    }

    .signupcodeValidation .field {
        min-height: 142px;
    }

.signupclose {
    left: 605px;
}

.signupcodeValidation .form-elements button {
    margin: 6px 60px;
    background-color: #00499f;
    color: white;
    padding: 10px 48px;
    font-size: 16px;
    border: none;
}

.signupcodeValidation .form-elements {
    padding: 0px 40px 15px!important;
    margin: 0px;
    width: 568px;
    /* border: solid 1px; */
    position: relative;
    /* top: 20px; */
}

.clsSignupCode {
    float: none!important;
}

.emailMessage, .signupCodeMessage {
    float: left;
    color: rgb(0, 224, 255);
    font-size: 12px;
    width: 250px;
    /* margin: 0px; */
    position: absolute;
}

#imgProcessing {
    display: none;
    position: absolute;
}

.dateClass {
    background-image: url(../Images/dob_calendar.png)!important;
    background-repeat: no-repeat!important;
    background-position: 97% 56%!important;
}

#ui-datepicker-div {
    z-index: 1000!important;
}

.termsconditions div {
    color: #5a5a5a;
}

.aCloseStudent {
    cursor: pointer;
}

.termsconditions ol {
    list-style: decimal!important;
    margin-left: 2.3em!important;
}

.termsconditions ul {
    list-style: outside disc!important;
    margin-left: 2em!important;
}

.searchbox label {
    color: #838383;
    position: relative;
    top: 10px;
}

.footer {
    float: left;
    width: 100%;
    /* border: solid 1px; */
    margin: 60px 0px 0px 0px;
    padding: 10px 0px;
    text-align: center;
    font-size: 11px;
    color: white;
}

.hidden {
    width: 0px!important;
    height: 0px!important;
    visibility: hidden;
    /* position: relative; */
    /* top: -7px; */
    float: left;
    margin: -1px -69px!important;
    display: block!important;
}

.signupcodeValidation .message p a {
    text-decoration: underline;
    color: #0000FF!important;
}

.signupcodeValidation .message p {
    margin: 10px 0px;
    line-height: normal;
    text-align: left;
}

.signupcodeValidation .message div {
    margin: 30px 0px 10px;
}

.signupcodeValidation .message ul {
    list-style-type: disc;
}

    .signupcodeValidation .message ul li {
        margin: 5px 0px 0px 35px;
        font-size: 13px;
    }

.signupcodeValidation .message p .strong {
    margin: 7px 0px 5px;
    font-weight: bold;
}

.signupcodeValidation .message .strong {
    font-weight: bold;
}

.studentGSignUp {
    background-image: url('../Images/index/su_student.png');
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    cursor: pointer;
    display: table-cell;
    margin: 0px auto;
    padding: 5px 20px;
}

.teacherGSignUp {
    background-image: url('../Images/index/su_teacher.png');
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    cursor: pointer;
    display: table-cell;
    margin: 0px auto;
}

.signupOAUthHead {
    font-family: 'Raleway-semibold';
    font-size: 18px;
    padding: 5px 0px;
    margin: 10px 0px;
    text-align: center;
    /* border-bottom: solid 1px#333; */
    text-decoration: underline;
    cursor: pointer;
    width: 18%;
}

.countrySelector {
    display: table;
    margin: 10px 0px;
    width: 360px;
    text-align: left;
    color: #00ffff;
    font-family:'raleway-bold',Verdana, sans-serif;
    padding: 15px 20px 15px;
    background-color: #00011b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: #717171 0px 0px 0px 1px inset;
    -moz-box-shadow: #717171 0px 0px 0px 1px inset;
    -webkit-box-shadow: #717171 0px 0px 0px 1px inset;
}

    .countrySelector > div {
        display: inline-table;
        margin: 5px 20px 0px 0px;
    }

        .countrySelector > div > span {
            margin: 0px 5px;
            font-size: 15px;
            position: relative;
            top: -1px;
        }

.newSchoolSearch input[type="text"] {
    width: 600px;
    text-transform: capitalize;
    margin: 0px -1px;
}

.newSchoolSearch select {
    margin: 0px -1px;
}

.newSchoolSearch form {
    margin: 10px auto 0px;
}

.newSchoolSearch .searchbox label {
    top: 0px;
    margin: 3px 0px 0px;
    display: table;
}

.formHolder {
    margin: 10px 0px 0px;
}

    .formHolder > div {
        display: none;
    }

        .formHolder > div:first-child {
            display: table;
        }

.otherStates .form-elements {
    margin: 0px;
    padding: 0px 0px;
}

.otherStates .form-bigelem input[type='text'] {
    width: 605px;
}
