﻿#innerpage {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.mainpage-admission-row {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.mainpage-logo {
   
    max-width: 400px;
    display: block;
    margin: 1px 0;
    padding: 0;
    box-sizing: border-box;
}

.mainpage-logo img {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto 0px auto;
}

.mainpage-title {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mainpage-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #455A64;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.mainpage-admission {
    width: 100%;
    background-color: #f3f3f3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    margin: 0 0;
}

.mainpage-title h3 {
    text-align: center;
}

.mainpage-title h3 span {
    font-size: 20px;
    font-weight: 900;
    display: block;
}

.admission-toprow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 15px auto;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 1%;
}

.a-toprow-c {
    width: 300px;
}

.a-input-code {
    display: flex;
    flex-direction: column;
}

.a-input-code label {
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.5em;
    text-align: center;
}

.a-input-box {
    display: flex;
}

.a-input-box input {
    flex: 1;
    height: 35px;
    display: block;
    background: #ffffff;
    color: #455A64;
    border: 1px solid #e0e0e0;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
}

.a-input-box button {
    width: 50px;
    height: 35px;
    background-color: #455A64;
    border: none;
    outline: none;
    color: #ffffff;
    transition: 0.2s all;
}

.a-input-box button:hover {
    background-color: #777777;
}

.a-input-box button i {
    font-size: 12px;
}

.a-input-back {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.a-input-back a {
    font-size: 14px;
    border: 2px solid #455A64;
    padding: 5px 25px;
    color: #455A64;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.2s all;
}

.a-input-back a i {
    margin-right: 5px;
}

.a-input-back a:hover {
    color: #ffffff;
    background-color: #455A64;
    text-decoration: none;
}

.apage-content {
    display: block;
    margin: 25px auto 40px auto;
    width: 90%;
}

.mainpage-social {
    width: 100%;
    background-color: #e0e0e0;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.mainpage-social a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: #607D8B;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    line-height: 40px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.mainpage-social i {
    color: #ffffff;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    border: 1px solid #0288D1;
    background: #0277BD;
    color: #fff;
    cursor: default;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0;
    transition: 0.2s all;
    margin: 0;
}

.wizard > .steps .done a,
.wizard > .steps .done a:active {
    border: 1px solid #03A9F4;
    background: #ffffff;
    color: #455A64;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    height: auto;
    border-radius: 0;
    transition: 0.2s all;
    margin: 0;
}

.wizard > .steps .done a:hover {
    border: 1px solid #03A9F4;
    background: #f9f9f9;
    color: #455A64;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    height: auto;
    border-radius: 0;
    transition: 0.2s all;
    margin: 0;
}

.wizard > .steps .current a i,
.wizard > .steps .done a i {
    margin-bottom: 7px;
}

.wizard > .steps .done a i {
    color: #0288D1;
}

h3.apage-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    color: #455A64;
    position: relative;
    padding: 5px 0 5px 0;
    margin-bottom: 25px;
}

h3.apage-title::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #90A4AE;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.wizard > .actions {
    text-align: center;
    display: none;
}

.wizard > .actions a,
.wizard > .actions a:active {
    background: #455A64;
    color: #ffffff;
    border: 2px solid #455A64;
    display: block;
    padding: 0.5em 1.5em 0.5em 3.5em;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    transition: 0.2s all;
}

.wizard > .actions a:hover {
    color: #ffffff;
    background-color: #263238;
    padding: 0.5em 1.5em 0.5em 3.5em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.wizard .steps ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wizard > .steps > ul > li {
    width: calc(16% - 10px);
    min-width: 140px;
    margin: 0.25em 5px;
}

.wizard > .actions ul li:last-child a {
    padding: 0.5em 3em 0.5em 1.5em;
}

.wizard > .actions ul li:first-child a::before {
    content: "\f0a8";
    font-family: "FontAwesome";
    width: 20px;
    height: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    font-size: 16px;
    left: 0.7em;
}

.wizard > .actions ul li:last-child a::before {
    content: "\f0a9";
    font-family: "FontAwesome";
    width: 20px;
    height: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    font-size: 16px;
    right: 0.7em;
}

.wizard > .actions ul li:first-child a:hover::before,
.wizard > .actions ul li:last-child a:hover::before {
    color: #455A64;
}

.btn-select-pic {
    font-size: 12px;
    color: #455A64;
    border: 2px solid #455A64;
    background: #ffffff;
    padding: 0.6em 2em;
    cursor: pointer;
    margin: 15px 0;
    transition: 0.2s all;
}

.btn-select-pic i {
    margin-right: 5px;
}

.btn-select-pic:hover {
    background: #455A64;
    color: #ffffff;
}

.table th {
    background: #f3f3f3;
    color: #455A64;
}

.wizard > .content > .body input:not([type="submit"]),
.wizard > .content select.form-control {
    border-radius: 0;
    border: 1px solid #e0e0e0;
    font-family: inherit;
    color: #455A64;
}

.marginTop {
    margin-top: 15px;
}

.swal-button {
    background-color: #455A64;
    color: #fff;
}

.swal-button:not([disabled]):hover {
    background-color: #263238;
}

.notfound {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
}

.notfound-box {
    width: 90%;
    max-width: 500px;
    background-color: #ffffff;
    margin: 0 auto;
}

.notfound-img {
    width: 200px;
    margin: 0 auto;
    display: flex;
}
.notfound-text {
    display: block;
    margin: 15px auto;
    width: 90%;
    background: #ECEFF1;
    padding: 10px 10px;
}
.notfound-text p {
    font-size: 16px;
    font-weight: 300;
    color: #111111;
    text-align: center;
    margin: 0;
    padding: 0;
}

.notfound-text button {
    background: #455A64;
    border: 1px solid #263238;
    color: #ffffff;
    padding: 6px 12px;
    margin: 0 auto;
    display: table;
    cursor: pointer;
    font-size: 12px;
}

@media screen and (max-width: 1100px) {
    .wizard > .steps > ul > li {
        width: calc(25% - 10px);
        min-width: 140px;
    }
}

@media screen and (max-width: 700px) {
    .wizard > .steps > ul > li {
        width: calc(33% - 10px);
        min-width: 140px;
    }

    .admission-toprow {
        flex-direction: column;
        align-items: center;
        padding: 0 0 10px 0;
    }
    .a-input-back {
        margin-top: 0px;
    }
    .mainpage-title {
        padding-top: 0;
    }

    .mainpage-admission-row {
        flex-direction: column;
        align-items: center;
    }
    

    .a-toprow-b {
        margin-top: 15px;
    }
}

@media screen and (max-width: 520px) {
    .wizard > .steps > ul > li {
        width: calc(50% - 10px);
        min-width: 140px;
    }
}





/*Admission form Start*/

.table td {
    padding: 15px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

h3 {
    text-align: center;
}

body {
    width: 100%;
    background-color: #111111;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.brand {
    color: #2184be;
    font-size: 26px;
    font-weight: 700;
    padding-left: 8px;
}

.containerAdmission p, .containerAdmission input, .containerAdmission label, .containerAdmission table, .containerAdmission table tr td input {
    font-size: 14px;
}

.containerAdmission h4 {
    font-size: 16px;
    font-weight: 600;
}

.containerAdmission h3 {
    font-size: 18px;
    font-weight: 600;
}

.agreementModal {
    padding: 30px;
}

    .agreementModal h3 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        color: #455A64;
        letter-spacing: 2px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .agreementModal p {
        font-size: 14px;
        color: #37454c;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .agreementModal ul {
        font-size: 14px;
        color: #37454c;
    }

    .agreementModal textarea {
        font-size: 14px;
        color: #37454c;
    }



.fontSize {
    font-size: 12px;
}

#imgDiv {
    text-align: center;
    overflow: hidden;
    padding: 5px;
}

#logoImg {
    width: 370px;
    height: 80px;
}

#table {
    border: 1px solid black;
}

#stdImgDiv {
    padding-bottom: 5px;
    text-align: right;
    padding-right: 55px;
}

#stdImg {
    text-align: left;
    height: 100px;
}

#signatureDiv {
    margin-top: 10px;
    margin-left: 5px
}

#FeeVoucherLogo {
    width: 180px;
    /*height: 60px;*/
}

#feeCopy {
    color: #0773dc;
}

#feeTable {
    border: 1px solid #a2a2a2;
}

    #feeTable td {
        border: 1px solid #a2a2a2;
    }


#tdLeftAlign {
    text-align: left;
    padding-left: 5px;
}

#tdRightAlign {
    text-align: right;
    padding-right: 5px;
}

#academyTable tr td {
    min-width: 150px;
}
.marginTopNew {
    margin-top: 15px;
    padding: 0px 0px 0px 20px;
}

/*Admission Form End*/