﻿.mycontent-left {
    border-right: 1px dashed #333;
}

.required-field::after {
    content: "*";
    color: red;
    margin-left: 2px
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.paddingTop9px {
    padding-top: 9px;
}

/***Added By Bibek***/
/**Registration Page**/
.topbg {
    background-color: #ffffff !important;
    border-top: 30px solid #05309a;
    border-bottom: 5px solid #05309a !important;
}

.loginbg {
    background-image: url('../images/ofc2.jpg');
    background-size: cover;
    margin-top: -1px;
    height: 500px;
}

.brline {
    border-right: 1px solid #ddd
}

/*@media (min-width: 768px) {
    .brline {
        display: none;
    }
}*/

a:hover {
    color: #cd0d2c;
    text-decoration: none;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: .15rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.top-form {
    line-height: 1.3rem;
}

.top-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: .4rem;
    /* padding-top: .4rem; */
    border-radius: .15rem;
    background-color: #54a334;
    border-color: #54a334;
    background: linear-gradient(to bottom, #4b9c2a 0%, #5daa3d 100%);
    font-size: 16px;
    color: #fff;
}

.top-btn2 {
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #a29f9f;
    background-color: #fff;
}

.btn-uplod {
    padding-left: 2rem;
    /* padding-right: 2rem;*/
    padding-bottom: .4rem;
    /* padding-top: .4rem; */
    border-radius: .15rem;
    background-color: #e9ecef;
    border-color: #aaabaa;
    /* background: linear-gradient(to bottom, #4b9c2a 0%, #5daa3d 100%); */
    font-size: 16px;
    color: #000;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labelrgt {
    position: relative;
    left: 13px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    /*border-radius: 3px 0 0 3px;*/
    text-align: right;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn {
    margin-bottom: 10px;
}

.cpy-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}



.label-font {
    font-weight: 600;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: .3rem;
}


@font-face {
    font-family: 'roboto.light';
    src: url('../lib/font-awesome/webfonts/roboto.light.ttf') format('truetype');
}


@font-face {
    font-family: 'montserrat-black';
    src: url('../lib/font-awesome/webfonts/montserrat/montserrat-black.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('../lib/font-awesome/webfonts/montserrat/montserrat-regular.ttf') format('truetype');
}



body {
    font-family: "montserrat-regular";
    font-size: 12px;
    display: flex;
    flex-flow: column;
}

html, body {
    height: 100%;
}


/*body {
font-family: 'roboto', sans-serif;
font-size: 0.87rem;
}*/

/*body {
    font-family: "roboto.light";
    font-size: 13px;
}*/

.nav-lnk {
    font-size: 12px;
    color: #0e0660 !important;
}

.link-icon {
    width: 40px;
    height: 40px;
    background-color: #05309a;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
}

#customDropdown .dropdown-toggle::after {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#applicationDropdown {
    left: auto !important;
    right: 0 !important;
    position: absolute;
    float: none;
}

.nav-i {
    padding-top: 5px;
}


.btn-color {
    background: linear-gradient(to bottom, #4b9c2a 0%, #5daa3d 100%);
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 1.25rem;
}

.pg-bar {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-top: 7px;
}

.pgbar-text {
    font-size: 11px;
    padding-bottom: 5px;
    color: #05309a;
}

.card-header {
    display: inline;
}

.badge-success {
    color: #28a745;
    background-color: #28a74521;
}

.tile-icon {
    width: 30px;
    height: 30px;
    background-color: #fcebaf;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    margin-top: 3px;
    float: left;
    padding-top: 6px;
}

.tile-text {
    float: left;
    padding-left: 10px;
}

.tile-btn-info {
    color: #fff;
    background-color: #05309a;
    border-color: #05309a;
}

.tile-btn {
    /* padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: .4rem;
    padding-top: .4rem; */
    border-radius: 0.15rem;
    background-color: #05309a;
    border-color: #05309a;
    background: linear-gradient(to bottom, #05309a 0%, #05309a 100%);
    font-size: 16px;
    color: #fff;
    /*  background: linear-gradient(to bottom, #4b9c2a 0%, #5daa3d 100%); 
        color: #fff;
    background-color: #05309a;
    border-color: #05309a; */
}

    .tile-btn:hover {
        color: #fff;
        background-color: #cd0d2c;
        border-color: #cd0d2c;
        background: #cd0d2c;
    }

.tile-sub-header {
    margin-bottom: 0px;
    font-family: initial;
    font-weight: bold;
}

.pd-header {
    background-color: #05309a;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
}


.pd-subheader {
    color: #05309a;
    font-weight: 600;
    font-size: 16px;
}

.dashbh {
    color: #05309a;
    font-weight: 600;
}

.dashb-top {
    padding-top: 25px;
    background-color: #fcfcfc;
    border: 10px solid #fcfcfc;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.collapsed {
    cursor: pointer;
}






.table-header {
    background-color: #e8e8e8;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #bcc0c3;
}

.table td, .table th {
    padding: .45rem;
    vertical-align: top;
    border-top: 1px solid #d5d8d9;
    font-size: 12px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #c5c7c7;
}

.datepicker {
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}


.wrapTabelContent {
    border-collapse: collapse;
    table-layout: fixed;
    width: 310px;
}

/*.wrapTabelContent td {
    border: solid 1px #fab;
    width: 100px;
    word-wrap: break-word;
}*/


.custom-file-label {
    padding: .65rem .375rem;
}

    .custom-file-label::after {
        padding: .65rem .375rem;
    }


select.form-control:not([size]):not([multiple]) {
    height: calc(1.8rem + 6px);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*border-radius: .25rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.fset {
    border: 1px solid #eae6e6;
    margin-bottom: 15px;
    background-color: #fff;
}

.sfset {
    border: 1px solid #ecebeb;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.lstyle {
    border-radius: 2px;
    border: 1.1px solid #dad7d7;
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 30px;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    display: inline-flex;
    justify-content: space-around;
}

.lstyle2 {
    font-size: 12px;
    /* margin-left: 5rem; */
    margin-top: 10px;
    color: #827f7f;
    text-transform: uppercase;
}

.lgreen {
    max-width: 100%;
    width: 50%;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #00fd00;
    margin-top: 0px;
    margin-left: 0;
}

.lyellow {
    max-width: 100%;
    width: 50%;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #ffc107;
    margin-top: 0px;
    margin-left: 0;
}

.lred {
    max-width: 100%;
    width: 50%;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #dc3545;
    margin-top: 0px;
    margin-left: 0;
}

.lblack {
    max-width: 100%;
    width: 50%;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #343a40;
    margin-top: 0px;
    margin-left: 0;
}

.lblue {
    max-width: 100%;
    width: 50%;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #17a2b8;
    margin-top: 0px;
    margin-left: 0;
}



.lsstyle {
    /*border: 1px solid #f1f1f1;*/
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 400;
    display: inline-flex
}

.slstyle2 {
    font-size: 11px;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 11px;
    color: #000;
    text-transform: uppercase;
}


.sl-text {
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #443f3f;
    font-weight: 500;
}

.lbtn {
    float: right;
    margin-right: 30px;
    margin-top: -30px;
    border-radius: 3px;
    border: 1px solid #dedada;
    background-color: #f9f9f9;
    color: #000;
    font-size: 10px;
}

.l-img {
    height: 40px;
    /*width: 40px;
    padding-top: 11px;
    margin-top: 15px;*/
}

.lf-img {
    height: 20px;
    width: 20px
}

.lf-txt {
    padding-left: 0px;
    font-size: 12px;
    color: #05309a;
}

.a-link {
    color: #05309a
}


/* Step By STep Wizad CSS */
/* Custom css */


.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.tab-inactive {
    pointer-events: none;
}

.tab-active {
    pointer-events: auto;
}


@media only screen and (min-width: 768px) {
    .tab-active .tab-menu-style i:before {
        content: "\f058";
        color: #4CAF50;
    }
}


.align-right {
    text-align: right;
}

.admission-form-tab .tab-menu-style {
    float: right !important; /* Added right */
    width: auto !important;
    /* padding: 0px 0px; */ /* Added below part*/
    /* width: 35px !important; */
    /* padding-right: 10px; */
    padding-left: 4px;
    padding-top: 9px;
    margin-right: -5px;
}

.admission-form-tab .nav-link {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #676767;
    /* Added below part*/
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}


#nav-tab li {
    flex: 1;
    background-color: #f9fafb; /*#f1f1f1 Added */
    display: flex;
}

.admission-form-tab .nav-link.active {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 700 !important;
}

.admission-form-tab .nav-link:hover {
    color: #cd0d2c !important;
    background-color: #f1f0db !important;
    border-color: #dee2e6 #dee2e6;
    font-weight: 700 !important;
}

.aafter {
    color: #676767 !important;
    background-color: #e2f1db !important;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600 !important;
}

.tab-sm-content { /* Added below part*/
    margin-left: 0px;
    margin-top: 4px;
}



/* End Step By STep Wizad CSS */
/* Custom css */




/* Start of Chat CSS */
.chat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #05309a;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.m-chat {
    margin-top: 16px;
}
/* End of Chat CSS */

footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #05309a;
    color: #fff;
}

/* Mobile version */

@media only screen and (max-width: 768px) {

    .pl-5 {
        padding-left: 1rem !important;
    }

    .pb-3 {
        padding-bottom: 0rem !important;
    }

    .loginbg {
        display: none;
    }

    .tab-active .tab-menu-style i:before {
        content: inherit;
        color: #676767;
    }

    .admission-form-tab .nav-link {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        color: #676767;
        font-weight: 700;
        font-size: 6px;
        line-height: 0px;
        text-align: center;
        padding-left: 10px;
        padding-right: 21px;
    }

    #nav-tab li {
        flex: 1;
        width: 100%;
        background-color: #f1f1f1;
    }

    .admission-form-tab .tab-menu-style {
        /* float: right !important; */
        /* width: auto !important; */
        padding: 3px 0px;
        width: 13px !important;
        /* padding-right: 10px; */
        /* padding-left: 4px; */
        /*padding-top: 9px;*/
        /* margin-right: -5px; */
    }

    /* Start Dasgboard Card style */

    .lsstyle {
        /* border: 1px solid #f1f1f1; */
        width: 45%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 30px;
        font-size: 15px;
        font-weight: 400;
        display: inline-flex;
    }

    .lstyle {
        border-radius: 2px;
        border: 1.1px solid #dad7d7;
        width: 70%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 30px;
        font-size: 20px;
        font-weight: 600;
        background-color: #fff;
        display: inline-flex;
        justify-content: space-around;
    }

    .lbtn {
        float: right;
        margin-right: 28px;
        margin-top: 0px;
        border-radius: 3px;
        border: 1px solid #dedada;
        background-color: #f9f9f9;
        color: #000;
        font-size: 10px;
    }
    /* End Dasgboard Card style */

    .tab-sm-content {
        margin-left: 0px;
        margin-top: 4px;
        display: none;
    }
}

.fa.fa-trash:before {
    color: red;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cc0d2c;
}

a {
    color: #05309a;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.pl-86 {
    padding-left: 86px !important;
}

@media only screen and (max-width: 768px) {

    .pg-bar {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 7px;
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: unset;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .brline {
        border-right: 0px solid #ffffff;
    }
}

/******BusyIndidcator Starts*/
#busyIndicator {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../images/Spinner.gif) no-repeat center center;
    z-index: 10000;
}

/******BusyIndidcator Ends*/
