﻿@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-400-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

body {
    font-family: open sans;
    letter-spacing: 0.15px;
}

.login, .payment-success {
    background-color: #35414f;
}

.content {
    background-color: #fff;
    border-radius: 16px;
    width: 550px;
    margin: auto;
    padding: 30px 30px 40px;
    text-align: center;
    overflow: hidden;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

    .content .logo-bis {
        margin: 0 auto;
        width: 100px;
        height: 90px;
    }

.login .content h3 {
    color: #052E2B;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 16px;
    margin-bottom: 3px;
    letter-spacing: 0.15px;
}

.login .content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.15px;
}

.red {
    color: #D80202;
}

.logindiv {
    margin-top: 40px;
    width: 292px;
    margin: 40px auto 0;
}

    .logindiv label {
        position: absolute;
        left: 16px;
        top: -5px;
        background: #fff;
        padding: 0 4px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
    }

    .logindiv input {
        height: 52px;
        font-size: 14px;
        padding: 0 12px;
        font-weight: 500;
        letter-spacing: 0.15px;
        font-family: inter;
        border-color: rgba(2, 10, 8, 0.23);
        box-shadow: none;
    }

        .logindiv input:hover,
        .logindiv input:focus {
            border-color: #000;
            box-shadow: none;
        }

    .logindiv .form-group {
        margin-bottom: 24px;
    }

        .logindiv .form-group:nth-child(2) {
            margin-bottom: 8px;
        }

    .logindiv a {
        color: #020A0899;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        float: right;
        margin: 0 0 32px;
    }

    .logindiv .validation-summary-errors ul {
        padding-left: 0;
    }

        .logindiv .validation-summary-errors ul li {
            list-style-type: none;
            text-align: left;
        }

a:hover {
    text-decoration: none;
    color: #008c6a;
}

.btn-fill-green {
    padding: 6px 16px;
    width: 100%;
    background-color: #46B7AF;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
}

    .btn-fill-green:hover, .btn-fill-green:focus {
        background-color: #46B7AF;
        color: #fff;
    }

.preview-password, .logindiv .form-group span {
    position: absolute;
    right: 13px;
    top: 18.52px;
}

.logindiv .form-group span {
    position: absolute;
    right: 13px;
    top: 18.52px;
    background: url(/img/preview-password.png) no-repeat;
    height: 16px;
    width: 23px;
}

span.eye-off {
    background: url(/img/eye-off3.png) no-repeat !important;
    top: 17.52px;
    height: 21px;
}

.position-relative {
    position: relative;
}

.btn:focus {
    outline: none;
}

.page-logo .logo-bis-left {
    margin: 15.5px 0 0 !important;
}

.page-header {
    margin-top: 0;
    margin-bottom: 0;
}

    .page-header .page-header-top .top-right-profile.top-menu {
        margin: 38px 0 0;
    }

.logout {
    padding: 0 !important;
    font-size: 19px;
    color: #c1ccd1;
}

.page-header .page-header-top {
    height: 115px;
}

.page-header .page-header-menu {
    background: #00837e;
}

.page-content-inner {
    background: white;
    padding: 22px 32px;
}

.uploadDocument .portlet.light {
    padding: 0px;
}

    .uploadDocument .portlet.light > .portlet-title {
        min-height: auto;
        margin-bottom: 0;
    }

        .uploadDocument .portlet.light > .portlet-title > .caption {
            padding: 8px;
            color: #052E2B;
            font-size: 24px;
            line-height: 36px;
        }

.uploadDocument .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #052E2B;
    margin: 40px 0 16px;
}

.btn-verify {
    border: 1px solid #00837E;
    padding: 10px 0;
    font-size: 14px;
    line-height: 21px !important;
    font-weight: 600;
    width: 100%;
    background-color: transparent;
    border-radius: 2px !important;
    margin-bottom: 20px;
    color: #00837E;
    text-transform: uppercase;
}

.form-control {
    border-radius: 4px !important;
    /*margin-bottom: 20px;*/
    height: 43px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.declaration {
    margin: 40px 0 20px;
}

    .declaration input {
        margin: 12px;
    }

    .declaration label {
        font-size: 16px;
        font-family: Inter;
    }

.btn-next {
    width: auto;
    background-color: #00837E;
    border-radius: 5px !important;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .2) !important;
}

.next {
    padding: 16px 24px;
    background-color: #FBFBFB;
    border-top: 1px solid #ECEFF1;
    text-align: right;
}

input[type='checkbox'] {
    accent-color: #00837e;
}

button img {
    margin-left: 10px;
}

.username {
    font-weight: 600;
    color: rgba(2, 10, 8, 0.6);
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}


#tblFeeBreakup th, #tblFeeBreakup td {
    padding-left: 32px;
}

#tblFeeBreakup th {
    padding: 40px 8px 16px 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.17px;
}

#tblFeeBreakup td {
    font-family: 'Source Sans Pro';
    padding: 16.5px 32px;
}

    #tblFeeBreakup td span.type {
        padding: 3px 14px;
        border: 1px solid #0D47A1;
        border-radius: 50px !important;
        font-weight: 600;
        color: #0D47A1;
        line-height: 18px;
        font-size: 13px;
        letter-spacing: 0.16px;
    }

#tblFeeBreakup thead {
    background-color: #EFF1F1;
}

#tblFeeBreakup td span.feetitle {
    font-size: 16px;
    line-height: 22.88px;
    font-weight: 400;
    color: rgba(2, 10, 8, 0.87);
}

#tblFeeBreakup td span.amount {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: rgba(2, 10, 8, 0.87);
}

.totalamount {
    display: flex;
    padding: 16.5px 32px;
    margin-top: 40px;
    border: 1px solid rgba(2, 10, 8, 0.5);
    justify-content: space-between;
    align-items: center;
}

    .totalamount p {
        font-weight: 400;
        font-size: 16px;
        margin: 0;
        line-height: 22.8px;
        font-family: 'Source Sans Pro';
    }

    .totalamount span {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        color: rgba(0, 112, 75, 1);
        font-family: 'Source Sans Pro';
    }

.feebreakup {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2) !important;
}

.feebreakup-page .page-head .page-title {
    float: right;
}

.page-footer a, .page-footer a:hover {
    color: #00837E;
}

.feebreakup-page .page-head {
    background-color: transparent;
}

.feebreakup-page .page-title {
    padding-bottom: 0;
}

#UploadDocuments .form-group {
    margin-top: 15px;
}

#UploadDocuments .form-control {
    margin-bottom: auto;
}

.student-details .badge {
    margin-left: 20px;
}

.student-details {
    padding: 15px;
    background-color: #F5F5F5;
    border-radius: 10px !important;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .student-details a {
        color: #008c6a;
        margin-left: 20px;
    }

        .student-details a:hover {
            text-decoration: underline;
        }

.verify-adhaar {
    font-size: 14px;
    color: #adadad;
    font-weight: 600;
    /*float: right;*/
    text-decoration: underline;
    position: absolute;
    right: -45px;
    top: 10px;
}

.verify-img {
    display: none;
    height: 21px;
}

.verified .verify-img {
    display: inline-block;
}

.verify-adhaar.verified {
    right: -80px;
    color: #00837E;
    text-decoration: none;
    margin: 0;
}

.verify-adhaar.not-verified {
    right: -65px
}

.fileinput.fileinput-new .info-icon {
    bottom: 5px;
}

.info-icon {
    padding-left: 15px;
    font-size: 20px;
    color: #adadad;
    display: block;
    position: relative;
    cursor: pointer;
}

span.input-group-addon.btn.default.btn-file, .file-aleady-exists {
    color: #00837E;
    font-size: 19px;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    padding-left: 21px;
    position: relative;
    bottom: -5px;
}

.fileinput-new .fa-file, .UploadedFileDiv a {
    color: #00837E;
}

.fileinput-new .input-large {
    /*width: 350px !important;*/
}

.fileinput .btn.default:not(.btn-outline):active:focus {
    background-color: transparent !important;
    border: none;
    color: #00837E
}

.removeIcon {
    cursor: pointer;
    padding-left: 10px;
    font-size: 20px;
    color: #e24646;
}

#UploadDocuments .input-medium, .UploadedFileDiv {
    width: 290px !important;
}

.modal-header {
    background: #008c6a;
    color: #fff;
}

    .modal-header .close {
        opacity: 1;
        height: 16px;
        width: 16px;
    }

.fileinput.fileinput-exists .info-icon {
    bottom: -5px
}

.uploadDocument .badge {
    font-weight: 500;
    padding: 5px 9px;
    height: auto;
}

.uploadDocument .bg-success {
    background-color: #00837E;
}

.uploadDocument .bg-warning {
    background-color: #fdba53;
}

.modal-backdrop.fade {
    opacity: 0.7;
}

.fileinput-exists .uneditable-input, .FileExists {
    display: none !important;
}

.payment-details {
    margin-top: 168px;
}

    .payment-details .amount {
        color: #00837E;
        font-size: 40px;
        font-family: 'Source Sans Pro';
        font-weight: 700;
        line-height: 60px;
    }

    .payment-details .payment-status, .access-denied h2 {
        color: #052E2B;
        font-size: 32px;
        font-family: 'Source Sans Pro';
        font-weight: 600;
        line-height: 48px;
        margin-top: 8px;
    }

    .payment-details .payment-msg {
        color: #020A08DE;
        font-size: 24px;
        font-family: 'Source Sans Pro';
        font-weight: 400;
        line-height: 36px;
        margin-top: 8px;
    }

    .payment-details .pay-id {
        color: #020A0899;
        font-size: 24px;
        font-family: 'Source Sans Pro';
        font-weight: 400;
        line-height: 36px;
        margin-top: 40px;
        margin-bottom: 36px;
    }

.payment-success .content {
    overflow: visible;
}

.green-tick {
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    margin: 0 auto;
}

.m-0 {
    margin: 0px;
}

.declaration .ErrorIsDeclaredSigned {
    margin-left: 12px;
}

.btn-outline-black {
    border: 1px solid #052E2B80;
    background-color: transparent;
    width: 292px;
    color: #052E2B;
    text-transform: uppercase;
}

#divForgotPassword .btn-outline-black {
    width: 100%;
}

#divForgotPassword .btnsection {
    display: flex;
    justify-content: center;
}

.access-denied {
    margin-top: 40px;
}

    .access-denied h2 {
        line-height: 41px;
        font-size: 34px;
        color: #000000DE;
        margin-bottom: 16px;
    }

    .access-denied h3 {
        font-size: 16px;
        color: #00000099;
        line-height: 24px;
        font-family: 'Source Sans Pro';
        margin-bottom: 40px;
    }

@media only screen and (max-width: 900px) {
    .page-content {
        padding-top: 15px;
    }

    .verify-adhaar {
        left: 0;
        bottom: -25px;
        top: unset;
        right: unset !important;
        position:static;
    }

    .mt-mobile {
        margin-top: 10px;
    }

    .green-tick img {
        height: 130px;
        width: 170px;
    }

    .green-tick {
        top: -55px;
    }

    .payment-details {
        margin-top: 90px;
    }

    .payment-details .amount {
        font-size: 20px;
        line-height: 30px
    }

    .payment-details .payment-status {
        font-size: 12px;
        line-height: 20px
    }

    .payment-details .payment-msg, .payment-details .pay-id {
        font-size: 14px;
        line-height: 16px
    }

    .payment-details .pay-id {
        margin-top: 20px;
        margin-bottom: 16px;
    }

    .payment-success .content {
        width: 90%;
    }
}

.greentext {
    color: #008c6a;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.information {
    background-color: #37a824;
    border: 1px solid #BEE4A5;
    color: #fff;
    padding: 5px 5px 5px 10px;
}

    .information span {
        background: url(../gfx/icon-succes.png) no-repeat 11px -3px #37a824;
        padding: 0 0 0 0px;
    }

.login-errormsg {
    background-color: #cb4040;
    border: 1px solid #E4BBBC;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

    .login-errormsg span {
        background: url(../gfx/icon-error.png) no-repeat 11px -3px #cb4040;
        padding: 0 0 0 0px;
    }


.email-wrapper {
    position: relative;
    display: inline-block;
}

.email-input {
    padding-right: 120px; 
    box-sizing: border-box;
}

.email-domain {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--gm3-sys-color-on-surface,#1f1f1f);
}
.position-absolute {
    position: absolute;
}
.familyEmailInput{
    position:relative;
}
.familyEmailMessage {
    display: block;
}

.access-denied p {
    font-size: 128px;
    font-weight: 600;
    line-height: 102px;
    color: #00837EDE;
    margin: 0;
    font-family: "Open Sans",sans-serif
}


.unauthorized {
    margin-top: 40px !important;
    font-weight: 600;
}

.ltitle {
    font-size: 48px;
    line-height: 38px;
    color: #65558F;
    margin-top: 40px;
    margin-bottom: 24px;
    font-family: "Open Sans",sans-serif
}

.pagenotfound {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000DE;
    font-family: "Open Sans",sans-serif;
    margin: 0;
}

.notfound {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smallmsg {
    margin-top: 16px;
}

.backoutline {
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans",sans-serif;
    letter-spacing: 0.46px;
    text-decoration: none;
}

.backoutline span {
    margin-left: 8px;
}

.mr-2 {
    margin-right: 0.5rem;
}

.access-denied {
    margin-top: 40px;
}

.access-denied h3, .smallmsg {
    font-size: 16px;
    color: #00000099;
    line-height: 24px;
    margin-bottom: 40px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.access-denied h2 {
    line-height: 41px;
    font-size: 34px;
    color: #000000DE;
    margin-bottom: 16px;
    font-family: "Open Sans",sans-serif
}

.access-content {
    margin: auto;
    padding: 30px 30px 40px;
    text-align: center;
    overflow: hidden;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.field-validation-valid {
    color: red;
}

.payBychequeHeader {
    display: contents !important;
}

.mr-15 {
    margin-right: 15px;
}