/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'Noto Serif Tamil';
    src: url('../fonts/NotoSerifTamil-Light.woff2') format('woff2'), url('../fonts/NotoSerifTamil-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Tamil';
    src: url('../fonts/NotoSerifTamil-Regular.woff2') format('woff2'), url('../fonts/NotoSerifTamil-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Tamil';
    src: url('../fonts/NotoSerifTamil-Bold.woff2') format('woff2'), url('../fonts/NotoSerifTamil-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Tamil';
    src: url('../fonts/NotoSerifTamil-Medium.woff2') format('woff2'), url('../fonts/NotoSerifTamil-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'), url('../fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'), url('../fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Light.woff2') format('woff2'), url('../fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*** Colors Start ***/
.memBG {
    background: #210070;
}

.residBG {
    background: #337def;
}

.nonresidBG {
    background: #fcc729;
}

.nriBG {
    background: #5e057e;
}

.subI {
    color: #d020bd;
}

.eyeI {
    color: green;
}

.deleI {
    color: red;
}

.viewI {
    color: #ff00cb;
}


.loginpage {
    background-image: url("../img/loginWeb.jpg");
    background-size: 100% 100%;
}


.clsBtn {
    background: red;
    color: #fff;
    border: 1px solid red;
}

.saveBtnDiv {
    text-align: right;
}

.saveBtn {
    background: green;
    color: #fff;
    border: 1px solid green;
}

    .saveBtn:hover {
        background: #fff;
        color: green;
        border: 1px solid green;
    }

.clsBtn:hover {
    background: #fff;
    color: red;
    border: 1px solid red;
}

.compLi {
    background: green;
    color: #fff;
}

.pendLi {
    background: red;
}

.weekBG {
    background: #7ef9cb;
}

.monthBG {
    background: #90cec9;
}

.yearBG {
    background: #b58fbf;
}

.totSubBG {
    background: #a6a3a3;
}

.totAmtBG {
    background: #86c62a;
}

.padBG {
    background: green;
}

.unpdBG {
    background: red;
}

.maryInp {
    border-left: 2px solid red;
    border-right: 2px solid red;
}

.edtBG {
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

.detBG {
    background: red;
    color: #fff;
    border: 1px solid red;
}

.subBG {
    background: #d020bd;
    color: #fff;
    border: 1px solid #d020bd;
}

.edtBG:hover {
    background: #fff;
    color: #007bff;
    border: 1px solid #007bff;
}

.detBG:hover {
    background: #fff;
    color: red;
    border: 1px solid red;
}

.subBG:hover {
    background: #fff;
    color: #d020bd;
    border: 1px solid #d020bd;
}

.posRel {
    position: relative;
}
/*** Colors End ***/
.Mdl70 {
    max-width: 70%;
}

.MdlOff {
    max-width: 50%;
}

.subsctMdl {
    max-width: 90%;
}

.marLR0 {
    margin-left: 0;
    margin-right: 0;
}

.paddLR0 {
    padding-left: 0;
    padding-right: 0;
}

.paddLR5 {
    padding-left: 5px;
    padding-right: 5px;
}

.tamilFont {
    font-family: 'Noto Serif Tamil';
    font-weight: 500;
    font-size: 13px;
    margin-left: 5px;
}

.card {
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
}



.navbar {
    background: #ec1d25 !important;
}

    .navbar .toggle-sidebar, .navbar .sidebarCollapse {
        color: #fff;
    }

.topIcon {
    color: #fff;
}

.menu-categories {
    background: #fff;
}

.submenu {
    background: rgba(0,0,0,0.03);
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover .menuProfIcon {
    color: #df0001;
}

.logoImgLar {
    width: 150px;
}

.menuIcon {
    margin-right: 0;
    font-size: 20px;
    vertical-align: middle;
    width: 25px;
    text-align: center;
}

.downIcon {
    margin-left: 5px;
}

.breadDiv {
    background: #fff;
    padding: 5px 10px;
    margin-top: 8px;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    position: relative;
}

.addBtnDiv {
    position: absolute;
    top: 10px;
    right: 10px;
}

.addBtn {
    background: #e22e2f;
    border: 1px solid #e22e2f;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
}

.breadcrumb-two .breadcrumb li a::before {
    border-left: 30px solid #ec1d25 !important;
}

.breadcrumb-two .breadcrumb li.active a {
    background: #ec1d25 !important;
}

.breadcrumb-two .breadcrumb li a {
    color: #000;
}

.commTable {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.commTable thead {
    background: #ec1d25;
}

.commTable thead tr th {
    padding: 5px;
    border-right: 1px solid #ddd;
    color: #fff !important;
    font-size: 11px;
}

.commTable tbody tr td {
    padding: 5px;
    border-right: 1px solid #ddd;
    font-size: 12px;
}

.table > tbody::before {
    content: none !important;
}

.tableIconA {
    margin: 0 3px;
    cursor: pointer;
    color: #101726;
}

.tableIcon {
    font-size: 14px;
    color: green;
}

.select2 {
    width: 100% !important;
}

.form-control {
    height: auto !important;
    line-height: 18px;
    padding: 5px 10px;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

.select2-container .select2-selection--single {
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
}

.marTop30 {
    margin-top: 22px;
}

.serBtn {
    background: #ffe57e;
    color: #000;
    border: 1px solid #ffe57e;
    line-height: 30px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
}


.serBtn:hover {
    background: #547588;
    color: #fff;
    border: 1px solid #547588;
}
.uploadBtn {
    background: #9d53f7;
    color: #fff !important;
    border: 1px solid #9d53f7;
    line-height: 30px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
}
    .uploadBtn:hover {
        background: #fff;
        color: #9d53f7 !important;
        border: 1px solid #9d53f7;
    }
.dwnBtn {
    background: #31bcd2;
    color: #fff !important;
    border: 1px solid #31bcd2;
    padding: 2px 15px !important;
    border-radius: 5px;
    text-align: center;
}
.dwnBtn:hover {
    background: #fff;
    color: #31bcd2 !important;
    border: 1px solid #31bcd2;
}
.expBtn {
    background: #7ed5ff;
    color: #fff;
    border: 1px solid #7ed5ff;
    line-height: 35px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 15px;
    cursor:pointer;
}


.expBtn:hover {
    background: #fff;
    color: #7ed5ff;
    border: 1px solid #7ed5ff;
}

.noDataH4 {
    text-align: center;
    margin-top: 50px;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: red;
    letter-spacing: 1px;
}

.comLNamePtag {
    padding-left: 25px;
    padding-top: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.dashCardTmlP {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.comBtn {
    line-height: 30px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 10px;
    text-transform: uppercase;
}
.vewBtn {
    background: #4dcaf0;
    border: 1px solid #4dcaf0;
    color: #fff;
}
    .vewBtn:hover {
        background: #fff;
        border: 1px solid #4dcaf0;
        color: #4dcaf0;
    }
.abtn {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000 !important;
}

.comBtn i {
    font-size: 15px;
    margin-right: 5px;
}

.serIcon {
    font-size: 12px;
    margin-right: 5px;
}

.logLogo {
    width: 70%;
    margin-bottom: 11px;
}
label {
    margin-bottom: 0;
    font-size: 13px;
}

.logFromDiv {
    position: relative;
}

.logFromIcon {
    position: absolute;
    font-size: 17px;
    color: #ec1f27;
    top: 12px;
    left: 15px;
}

.logFromViewIcon {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 15px;
    color: #82ae46;
}

.loginBtn {
    background: #ec1f27;
    border: 1px solid #ec1f27;
    color: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100%;
    text-transform: uppercase;
}

.loginBtn:hover {
    background: transparent;
    border: 1px solid #ec1f27;
    color: #fff;
}
.loginBtnDiv {
    margin-bottom: 10px;
}
.forA {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-top: 16px;
}
    .forA:hover {
        color: #ec1f27;
        text-decoration: none;
    }
.multloginBtn {
    background: #ec1f27;
    border: 1px solid #ec1f27;
    color: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100%;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.multloginBtn:hover {
    background: transparent;
    border: 1px solid #ec1f27;
    color: #ec1f27;
}
    .loginP {
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }

.popover {
    z-index: 999999 !important;
}

.uploadInpu {
    position: absolute;
    left: 0;
    width: 100%;
    background: red;
    line-height: 35px;
    border-radius: 5px;
    opacity: 0;
    cursor: pointer;
}

.uploadDiv {
    position: relative;
}

.logoText {
    font-size: 28px;
    letter-spacing: 20px;
    color: #82ae46;
    font-weight: 700;
}

.logoSpan {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    margin-left: 15px;
}

.active {
    background: rgba(0,0,0,0.03);
}
.menu {
    margin-bottom: 8px;
}
.addIconP {
    position: absolute;
    top: 7px;
    right: 80px;
    background: #111827;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.addIconP:hover {
    background: #547588;
    color: #fff;
}

.addIcon {
    margin-right: 5px;
    font-size: 10px;
}

.homeIcon {
    position: absolute;
    top: 8px;
    right: 85px;
    background: #31bcd2;
    border: 1px solid #31bcd2;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.homeIcon:hover {
    background: #fff;
    border: 1px solid #31bcd2;
    color: #31bcd2;
    text-decoration: none;
}

.homeIcon i {
    font-size: 15px;
}
.warP {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    padding-left: 10px;
    color: #ec1d25;
    width: 90%;
    margin-top: -10px;
}
.usImg {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
}

.usDetDiv {
    display: inline-block;
    vertical-align: top;
}

.useP {
    margin: 0;
    font-size: 11.5px;
    line-height: 20px !important;
    font-weight: 500;
    color: black;
}
.backP {
    position: absolute;
    top: 7px;
    right: 10px;
    background: red;
    border: 1px solid red;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.backP {
    position: absolute;
    top: 7px;
    right: 10px;
    background: red;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.backP i{
    font-size:14px;
}
.addAIcon {
    color: #fff;
}

.fromDiv {
    margin-bottom: 10px;
}

.fromLab {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 3px;
    width: 100%;
}

.fromSubTit {
    font-size: 15px;
    padding-bottom: 7px;
    margin-bottom: 5px;
    font-family: 'Nunito Sans';
    background: rgb(253, 208, 209);
    padding-top: 7px;
    padding-left: 10px;
    position: relative;
    font-weight: 700;
}

.editSpan {
    position: absolute;
    right: 10px;
    font-size: 13px;
    background: #ec1d25;
    color: #fff;
    border-radius: 5px;
    line-height: 27px;
    padding: 0 10px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    top: 3px;
}

    .editSpan i {
        margin-right: 5px;
        font-size: 13px;
    }

.editSpan1 {
    position: absolute;
    right: 80px;
    font-size: 13px;
    background: #ec1d25;
    color: #fff;
    border-radius: 5px;
    line-height: 27px;
    padding: 0 10px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    top: 3px;
}

    .editSpan1 i {
        margin-right: 5px;
        font-size: 13px;
    }

.cheDiv {
    margin-top: 8px;
}

.cheLab {
    margin-right: 10px;
    font-size: 12px;
    margin-bottom: 0;
}

.cheInput {
    margin-right: 8px;
    vertical-align: top;
}
.vewSele {
    width:80% !important;
}
.viewP {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    font-weight: 600;
}
.genLab {
    margin-right: 5px;
    margin-left: 5px;
}

.upImgDiv {
    position: relative;
}

.upImg {
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 5px;
}

.upImgInpu {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    opacity: 0;
    cursor: pointer;
}

.fromComDiv {
    margin-bottom: 15px;
}

.txtArea {
    width: 100%;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 5px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
}

.flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}

.logDiv {
    position: absolute;
    right: 8%;
    top: 20%;
    background: rgba(0,0,0,0.6);
    padding: 20px;
    width: 20%;
    border-radius: 5px;
}

.logH1 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.logLab {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 0;
}
.logFrmInDiv {
    margin-bottom: 20px;
}

.logInp {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 30px;
    border-radius: 5px;
    padding-left: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mdlHead {
    background: #ec1d25;
    color: #fff;
    padding: 5px;
}

.mdlTit {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
}

.mdlClsI {
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    font-size: 20px !important;
    text-shadow: none;
    color: #fff;
}

.modal-body {
    padding: 10px 5px;
}

.textAr {
    width: 100%;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 100px;
}

.compSpan {
    background: green;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    width: 120px;
    height: 25px;
    display: block;
    line-height: 25px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}

.pendSpan {
    background: red;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    width: 120px;
    height: 25px;
    display: block;
    line-height: 25px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}

.dashCard {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}

.dashCardIDiv {
    background: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    margin-top: 10px;
}

.dashcardImg {
    width: 35px;
}

.dashCardH3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.dashCardH5 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.subscrCardDiv {
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 10px;
    padding-top: 10px;
}


.subscrP {
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}

.subscrH3 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #a8a8a8;
    margin-bottom: 5px;
}

.subSpan {
    color: #ec1d25;
}

    .subSpan i {
        font-size: 17px;
    }

.subscrUl {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    width: 100%;
}

    .subscrUl li {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }

.subScrP {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 30px;
}

.sucAmtSpan {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.subScrP i {
    font-size: 14px;
    margin-right: 4px;
}

.totLi {
    background: gray;
}

.subscriFstP {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.subscriLstP {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    letter-spacing: .5px;
}

.menuTit {
    background: #ec1d25;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .menuTit a {
        padding: 0 !important;
        color: #fff !important;
        margin: 0 !important;
        text-align: center;
        display: block !important;
        font-size: 18px !important;
    }

.orgDiv {
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
    padding: 5px;
    position: relative;
    margin-bottom: 15px;
}

.orgImgDiv {
    width: 40%;
    display: inline-block;
}

.orgImg {
    width: 140px;
    height: 140px;
    border: 1px solid #ddd;
    padding: 2px;
}

.orgDetDiv {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}

.orgH4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 4px;
    line-height: 24px;
}

.orgP {
    font-size: 12px;
    margin: 0;
    line-height: 23px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orgUl {
    padding: 0;
    list-style: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-bottom: 0;
}

    .orgUl li {
        display: block;
        margin: 10px 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
        color: #fff;
    }

.inexInDiv {
    background: #fff;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.inexCrdDiv {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.inexImg {
    position: absolute;
    right: 10px;
    top: 13px;
    width: 75px;
}

.inexH3 {
    background: rgba(0,0,0,0.05);
    color: #000;
    font-size: 25px;
    padding-left: 10px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.inexP {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.inexAmt {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
}

    .inexAmt i {
        font-size: 22px;
        margin-right: 5px;
    }

.sucTitMainDiv {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    margin-top: 15px;
}

.sucTitDiv {
    position: relative;
    background: rgba(0,0,0,0.09);
    margin-bottom: 15px;
}

.sucTitH3 {
    margin: 0;
    font-size: 25px;
    padding-left: 10px;
    line-height: 45px;
}

.monthDiv {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 200px;
}

.subscrH2 {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.lagInp {
    width: 43%;
    display: inline-block;
}

.logI {
    color: #ec1d25;
    font-size: 23px;
    cursor: pointer;
}

.chkInp {
    margin-right: 4px;
    margin-left: 5px;
}

.idLap {
    font-weight: 700;
    font-size: 15px;
    color: #000;
}

.ht38 {
    height: 38px;
}

.addMemI {
    position: absolute;
    right: 0px;
    background: green;
    color: #fff;
    line-height: 32px;
    top: 0;
    width: 30px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.falyDiv {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 5px 10px;
}

.falyH4 {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
}

.falyUl {
    width: 100%;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    margin-bottom: 0;
    display: flex;
    flex-flow: row nowrap;
}

    .falyUl li {
        width: 10%;
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 5px;
        min-width: 130px;
    }

.crdI {
    font-size: 20px;
    margin: 0 10px;
    color: #000;
    cursor: pointer;
}

.iconDiv {
    text-align: right;
    margin-right: 10px;
}

.actI {
    color: #ec1d25;
}

.memCrdDiv {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.memImg {
    width: 130px;
    height: 130px;
    border: 1px solid #ddd;
    padding: 2px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.memCntDiv {
    padding: 0 10px;
    text-align: center;
    margin-top: 5px;
}

.memNme {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ec1d25;
}

.memP {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: .5px;
}

.cardVewDiv {
    margin-top: 15px;
}

.memIul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
}

.memCrdDiv:hover .memIul {
    opacity: 1;
}

.memIul li {
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.astcrdDiv {
    margin-top: 20px;
}

.astCrd {
    border-radius: 5px;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.2);
    position: relative;
    padding: 20px 10px;
    margin-bottom: 15px;
}

.astCrdRD {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 68%;
}

.astCrdImgDiv {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.astCrdImg {
    width: 56px;
    padding-top: 10px;
}

.astCrdP {
    text-align: right;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.astCrdH3 {
    text-align: right;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

    .astCrdH3 i {
        color: #000;
        font-size: 20px;
        margin-right: 5px;
    }

.subRecTabDiv {
    margin-top: 20px;
}

.subStatP {
    margin-bottom: 0;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
}

.astDiv {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
}

.astH3 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

    .astH3 i {
        font-size: 18px;
        margin-right: 4px;
    }

.astP {
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 8px;
    color: #fff;
}

.adrRigDiv {
    margin-left: 63%;
    display: inline-block;
}

.tamilkeyIcon {
    position: absolute;
    right: 46px;
    font-size: 30px;
}

.closekeyIcon {
    position: absolute;
    right: 7%;
    font-size: 30px;
}

/** On Off Switch Code Start  **/
.knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.swithDiv {
    position: relative;
    width: 74px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
}

    .swithDiv .layer {
        border-radius: 100px;
    }

.swithInp {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

.swithDiv .knobs:before {
    content: 'YES';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.swithDiv .swithInp:active + .knobs:before {
    width: 46px;
    border-radius: 100px;
}

.swithDiv .swithInp:checked:active + .knobs:before {
    margin-left: -26px;
}

.swithDiv .swithInp:checked + .knobs:before {
    content: 'NO';
    left: 40px;
    background-color: #F44336;
}

.swithDiv .swithInp:checked ~ .layer {
    background-color: #fcebeb;
}
/** On Off Switch Code End  **/
.upIDdiv {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 10px;
    margin-top: 4px;
}

.upIDI {
    background: #ec1d25;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 5px;
}

.upIDinp {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.eorMdl {
    border-radius: 5px;
}

.eorMdlColour1 {
    background: red;
}

.eorMdlColour2 {
    background: #ec1d25;
}

.eorP {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: .5px;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 5px 0;
}

    .eorP i {
        font-size: 15px;
        margin-right: 5px;
    }

.prdLstDiv {
    text-align: right;
    margin-bottom: 5px;
    margin-top: 5px;
}

.prdLstInp {
    border: 1px solid #938e8e;
    border-radius: 5px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 13px;
    width: 15%;
}

.paginationjs {
    float: right;
}

.Sele2eorLft {
    position: absolute;
    color: red;
    border-top-left-radius: 5px;
    height: 36px;
    left: 0px;
    top: 1px;
    display: block;
    margin-bottom: 0;
    border-left: 2px solid red;
    border-bottom-left-radius: 5px;
}

.Sele2eorRgt {
    position: absolute;
    color: red;
    border-top-right-radius: 5px;
    height: 36px;
    right: 0px;
    top: 1px;
    display: block;
    margin-bottom: 0;
    border-left: 2px solid red;
    border-bottom-right-radius: 5px;
}

.memMdl {
    max-width: 50%;
}

.comBtnDiv {
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
}

.swhInpDiv {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.swtSpan {
    vertical-align: top;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-left: 5px;
}
/** Raack Dance  */
.logoUl {
    display: block;
    padding-left: 5px !important;
    text-align: center;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.logoLi {
    display: inline-block;
    vertical-align: top;
}

.logoA {
    display: block;
    padding: 0 !important;
}

.logoImgSm {
    width: 55px !important;
    height: auto !important;
}

.logoImgLar {
    width: 120px !important;
    height: 40px !important;
}

.rghtA:hover {
    background: rgba(0,0,0,0.04);
    text-decoration: none;
}

.centDiv {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 5px;
    background: #fff;
    cursor:pointer;
}
.centDiv:hover {
    background: #90f7e9;
}
    .centH3 {
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: .5px;
        text-transform: uppercase;
        color: #ec1d25;
        margin-bottom: 3px;
        background: rgba(0,0,0,0.1);
        line-height: 30px;
    }

.centP {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 5px;
    line-height: 20px;
}

.centimg {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid #ec1d25;
    border-radius: 50%;
    padding: 3px;
    margin-bottom: 3px;
}
.cenLogImgDiv {
    display: inline-block;
    padding-left: 5px;
}
.centUl {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.centUl li {
    font-size: 13px;
    line-height: 20px;
    padding-left: 10px;
    position: relative;
    font-weight: 600;
    letter-spacing: .5px;
}

.billLstDiv {
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 7px;
    width: 100%;
    position: relative;
    background: #fff;
}
.mobLogoImg {
    width: 110px;
    margin-left: 5px;
}
.stdAmtInp {
    position: absolute;
    right: 7px;
    z-index: 999;
    width: 17px;
    height: 17px;
}

.stdImg {
    width: 75px;
    height: 75px;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 5px;
}

.stdImgDiv {
    text-align: center;
}

.detVewDiv {
    margin-bottom: 5px;
}

.detVewLab {
    margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 500;
}

.detVewP {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    border-bottom: 2px solid #ddd;
    color: #4166d5;
    height: 22px;
}

.stdImgDiv {
    margin-bottom: 10px;
}

.payBtnDiv {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

    .payBtnDiv label {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

.amtInp {
    margin-right: 5px;
}

.billDiv {
    display: flex;
}

.vewP {
    margin-bottom: 0;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    padding-left: 5px;
    letter-spacing: 1px;
}

.label {
    font-size: 13px;
    margin-bottom: 0;
}

.AmtTblDiv {
    width: 100%;
    display: inline-block;
}

.newAmtDiv {
    width: 60%;
    display: inline-block;
}

.discTblDiv {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.refdiscTblDiv {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}



/** New */
.paymentDiv {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
}

.paymentUl {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .paymentUl li {
        position: relative;
        line-height: 30px;
        padding-left: 5px;
        font-size: 13px;
        letter-spacing: .5px;
    }

        .paymentUl li:last-child {
            background: rgba(0,0,0,0.2);
            font-size: 15px;
        }

            .paymentUl li:last-child .paymentSpn {
                font-size: 20px;
            }

                .paymentUl li:last-child .paymentSpn i {
                    font-size: 15px;
                }

.paymentSpn {
    position: absolute;
    right: 10px;
    font-weight: 700;
    font-size: 13px;
}

    .paymentSpn i {
        font-size: 10px;
        margin-right: 3px;
    }

.paymentH4 {
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 10px;
    background: rgba(0,0,0,0.1);
    line-height: 30px;
}

.vewLab {
    line-height: 35px;
}

.logBtnUl {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

    .logBtnUl li {
        display: inline-block;
    }

.logBtnA {
    background: #ec1d25;
    color: #fff;
    border: 1px solid #ec1d25;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
}

    .logBtnA i {
        margin-right: 3px;
    }

    .logBtnA:hover {
        background: #fff;
        color: #ec1d25;
        border: 1px solid #ec1d25;
        text-decoration: none;
    }

.marBot10 {
    margin-bottom: 10px;
}
.verifyatag {
    position: absolute;
    right: 15px;
    top: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.resendotpatag {
   
    right: 15px;
    top: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.dicBtn {
    width: 100%;
    background: #ec1d25;
    border: 1px solid #ec1d25;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 25px;
    border-radius: 5px;
}

.dicBtn:hover {
    background: #fff;
    border: 1px solid #ec1d25;
    color: #ec1d25;
}


.fc-day-grid-event > .fc-content {
    white-space: normal;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
}

.fc-toolbar {
    margin-bottom: 5px !important;
}

.fc button {
    font-size: 14px !important;
}

.fullCaldDiv {
    background: #fff;
    padding: 5px;
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0;
    font-size: 18px;
    font-weight: 600;
}

.fc-day-grid-event > .fc-content {
    white-space: normal !important;
}

.studprf {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 24px;
}

.fc-unthemed .fc-today {
    background: #71eca7 !important;
    color: #fff !important;
}

.fc-event {
    border: 1px solid #967bf9 !important;
    background-color: #967bf9 !important;
}
.mdl65 {
    max-width: 65%;
}
.AddLable {
    width: 100%;
    padding: 0 15px;
}
.visSel {
    width: 30%;
    display: inline-block;
}
.plusIconP {
    cursor: pointer;
    background: #f44336;
    color: #fff;
    padding: 7px 7px;
    border-radius: 5px;
}
.visiAddIcon {
    margin-top: 15px;
}
.removeBG {
    margin-left: 4px;
}

.Qrwimg {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.rghtA {
    color: #000;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px !important;
    font-size: 13px;
    letter-spacing: .5px;
}
.logIcon {
    font-size: 17px;
    margin-right: 10px;
    color: #000;
}
.rghtA:hover .logIcon {
    color: #0056b3 !important;
}
.rghtA:last-child{
    border-bottom:0;
}
.validation-summary-errors ul{
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}
.validation-summary-errors ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ec1d25;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs {
    border-top: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    border-right: 1px solid #ddd;
}
.nav-tabs {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
.tabContDiv {
    padding: 10px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
.nav-link{
    cursor:pointer;
}
/** timeline code */
.timlneDiv {
    background: rgba(0,0,0,0.05);
}
.timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ec1d25;
    top: 0;
    bottom: 0;
    left: 10%;
    margin-left: -6px;
}
.timlnecontainer {
    padding: 10px 30px;
    position: relative;
    background-color: inherit;
    width: 85%;
}
.timlnecontainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #ec1d25;
    border: 4px solid #fff;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}
.left {
    left: 0;
}
.right {
    left: 10%;
}
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 1;
    left: 20px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ec1d25 transparent transparent;
}
.right::after {
    left: -16px;
}
.timlnecontent {
    padding: 10px 15px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
}
.timlneH2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 5px;
    color: #ec1d25;
}
.timlneP {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 20px;
}
/*** Time Line code End */
.btngrpContul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    width: 100px;
    text-align: left;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    position: absolute;
    right: 0px;
}
.btngrp {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.btngrpDiv {
    position: relative;
}
/*.table-responsive {
    overflow-x: scroll;
}*/
.btngrpContul li {
    line-height: 30px;
}
.btngrpA {
    padding-left: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    border-bottom: 1px solid #ddd;
    display: block;
    color: #101726;
}
    .btngrpA:hover {
        background: rgba(0,0,0,0.1);
        text-decoration: none;
        color: #101726;
    }
.btngrpIcon {
    margin-right: 5px;
}
.modpop {
    max-width: 60% !important;
}
.right::before {
    content: none !important;
}
.left::before {
    content: none !important;
}
.mdl80 {
    max-width: 80% !important;
}
.mdldialover {
    max-height:250px;
    overflow-x:auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.drpBtnDiv {
    left: -56px;
    min-width: 120px !important;
    margin-top: 0 !important;
}
.tabelDrpBtn {
    color: #000;
    background: transparent !important;
    border: 0;
    padding: 3px 10px;
    cursor: pointer;
    background: transparent;
}
/*** Bill Status  */
.bilStatDiv {
    background: #fff;
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
    margin-top: 5%;
    padding: 25px 10px;
    border-radius: 5px;
}

.blImg {
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.blH4 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    color: green;
}

.blCntDiv {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.blCntUl {
    padding: 0;
    list-style: none;
    margin: 0;
}

.blCntFstP {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.blCntLstP {
    width: 62%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.blCntUl li {
    line-height: 30px;
}

.blBtnDiv {
    text-align: center;
    margin-top: 20px;
}

.blBtnA {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0 10px;
}

.blHome {
    background: green;
    border: 1px solid green;
    color: #fff;
}

.blPrnt {
    background: grey;
    border: 1px solid grey;
    color: #fff;
}

.blHome:hover {
    background: #fff;
    border: 1px solid green;
    color: green;
    text-decoration: none;
}

.blPrnt:hover {
    background: #fff;
    border: 1px solid grey;
    color: grey;
    text-decoration: none;
}


.blI {
    font-size: 14px;
    margin-right: 5px;
}

.blP {
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
}
.cuseP {
    position: relative;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
}
.cuseSpnfstTit {
    color: #4166d5;
}
.cuseSpnfst {
    color: #ec1d25;
}
.cuseSpnLst {
    position: absolute;
    right: 10px;
    color: #ec1d25;
}
.detVewLab{
    position:relative;
    width:100%;
}
.preBtn {
    position: absolute;
    top: 4px;
    right: 5px;
    background: #3b88fe;
    color: #fff;
    line-height: 23px;
    padding: 0 4px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor:pointer;
}
.cusediv {
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}


.upDiv {
    position: relative;
    text-align: center;
}

.updelyImg {
    width: 191px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
}

.upldInput {
    width: 191px;
    height: 150px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.upBtnDiv {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.upBtn {
    background: green;
    border: 1px solid green;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 0 20px;
    border-radius: 5px;
}

.upProInput {
    width: 191px;
    height: 150px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.upProImg {
    width: 191px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
}

.upBtn i {
    margin-right: 5px;
    font-size: 15px;
}
.remBtn {
    background: red;
    border: 1px solid red;
}
/*STUDENT DETAILS*/
.titletag {
    display: inline-block;
    width: 30%;
}

.desctag {
    display: inline-block;
    width: 60%;
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.detailsul {
    list-style: none;
    padding-left: 0;
}

.detailscrdtitle {
    color: #ec1d25;
    text-align: center;
    border-bottom: 2px solid #f71919;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.barname {
    height: 44px;
    overflow: auto;
    margin-top: 5px;
    font-weight: 600;
    font-size: 13px;
}
.detailscard {
    height: 93%;
}
.siteovrflowcls {
    max-height: 485px;
    overflow-y: auto;
}
/*STUDENT DETAILS*/
.qrImg {
    width: 65px;
    border: 1px solid #ddd;
    padding: 5px;
}

.qrImgDiv {
    position: absolute;
    right: 8px;
    top: 3px;
    display:none;
}

.qrImgSpn {
    display: inline-block;
    cursor: pointer;
}


/** Responsive code **/
@media only screen and (max-width: 980px) {
    .loginpage {
        background-image: url(../img/loginMob.jpg);
        background-size: 100%;
        background-color: #c8242d;
        background-repeat: no-repeat;
    }
    .modpop {
        max-width: 100% !important;
    }
    .breadDiv {
        margin-top: 18px;
        height: auto;
    }
    .mobTop{
        margin-top:0;
    }
    .dwnBtn {
        padding: 2px 10px !important;
    }
    .centDiv {
        margin-top: 10px;
        width: 100%;
    }

    .sidebar-wrapper {
        width: 235px;
    }

    .navbar.expand-header {
        margin: 0 0 0 0px;
    }

    .addBtnDiv {
        top: auto;
        bottom: 4px;
    }

    .breadcrumb-two .breadcrumb li a {
        margin-bottom: 0;
    }

    /*.marTop30 {
        margin-top: 0px;
    }*/

    .subsctMdl {
        max-width: 100%;
    }

    .logDiv {
        position: absolute;
        right: 0;
        top: 48%;
        background: rgba(0,0,0,0.6);
        padding: 20px 10px;
        width: 90%;
        border-radius: 5px;
        left: 0;
        display: block;
        margin: 0 auto;
    }

    .layout-px-spacing {
        padding: 0 0px;
    }

    .webVew {
        display: none;
    }

    .navbar {
        border-radius: 0;
    }

    .MdlOff {
        max-width: 100%;
    }

    .Mdl70 {
        max-width: 100%;
    }

    .comLNamePtag {
        padding-left: 15px;
        padding-top: 0px;
        font-size: 17px;
        margin-bottom: 0;
    }

    .navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
        padding: 0;
    }

    .navbar .toggle-sidebar, .navbar .sidebarCollapse {
        padding: 0px 0;
    }

    #content {
        margin-top: 30px;
    }

    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
        top: 44px;
    }

    .memMdl {
        max-width: 100%;
    }

    .billLstDiv {
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
        border-radius: 5px;
        padding: 5px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .billDiv {
        margin-top: 10px;
        display: block;
    }

    .detVewDiv {
        margin-bottom: 0px;
    }

    .detVewLab {
        font-size: 12px;
        display: inline-block;
        width: 36%;
    }

    .detVewP {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }

    .AmtTblDiv {
        width: 100%;
    }

    .newAmtDiv {
        width: 100%;
    }

    .discTblDiv {
        width: 100%;
    }
    .refdiscTblDiv {
        width: 100%;
    }

    .stdImgDiv {
        margin-bottom: 0px;
        text-align: left;
    }

    .stdImg {
        width: 80px;
        height: 80px;
        padding: 2px;
    }

    .fromDiv {
        margin-bottom: 5px;
    }
    .breadcrumb-two .breadcrumb li:last-child a {
        padding: 3px 10px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size:12px;

    }
    .addIconP {
        top: 4px;
        line-height: 25px;
        font-size: 12px;
        margin-bottom: 0;
    }
    .backP {
        top: 736px;
        line-height: 25px;
        font-size: 12px;
        margin-bottom: 0;
    }
    .mdl65 {
        max-width: 100%;
    }

    .Qrwimg {
        width: 150px;
    }
    .serBtn {
        padding: 0 5px;
    }
    /*** Time Line code */
    .timeline::after {
        left: 31px;
    }

    .timlnecontainer {
        width: 100%;
        padding-left: 55px;
        padding-right: 25px;
    }

    .timlnecontainer::before {
        left: 45px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent #ec1d25 transparent transparent;
    }

    .left::after, .right::after {
        left: 15px;
    }

    .right {
        left: 0%;
    }
    /*** Time Line code End */
    /** Bill Status */
    .blCntDiv {
        width: 100%;
    }
    .dashCard{
        margin-top:10px;
        margin-bottom:0;
    }
    .AmtTblDiv{
        height:350px;
        overflow-x:auto;
    }
    .discTblDiv {
        height: 350px;
        overflow-x: auto;
    }
    .refdiscTblDiv {
        height: 350px;
        overflow-x: auto;
    }

    .preBtn {
        right: 0px;
        bottom: -15px;
    }
    /*STUDENT DETAILS*/
    .titletag {
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
    }

    .desctag {
        display: inline-block;
        width: 100%;
        color: black;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .detailsli {
        margin-bottom: 10px;
    }
    .detailscard {
        height: 95%;
    }
    /*STUDENT DETAILS*/
    .qrImgDiv {
        position: absolute;
        right: 8px;
        top: auto;
        bottom: 0;
        display: block;
    }

}







