:root {
    --primaryBlue: #4c3ec9;
    --primaryBlueLight: #F0EDFC;
    --secondaryBlue: #0093FF;
    --primaryGreen: #0EAE6B;
    --primaryGreenLight: #E7F7F1;
    --primaryOrange: #e78c05;
    --primaryOrangeLight: #FFF9E8;
    --primaryRed: #DE2C2C;
    --primaryRedLight: #FCEAEA;
    --primaryGray: #464646;
    --primaryGrayLight: #eeeeee;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

/*font for page*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

@font-face {
    font-family: "Opensans";
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.eot');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Opensans";
    src: url('../fonts/725982667-open-sans.semibold.eot');
    src: url('../fonts/725982667-open-sans.semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/725982667-open-sans.semibold.svg#Open Sans Semibold') format('svg'), url('../fonts/725982667-open-sans.semibold.woff') format('woff'), url('../fonts/725982667-open-sans.semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Opensans";
    src: url('../fonts/OpenSans-Bold.eot?') format('eot'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Opensans";
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot') format('embedded-opentype'), url('../fonts/opensans-light.woff') format('woff'), url('../fonts/opensans-light.ttf') format('truetype'), url('../fonts/opensans-light.svg#OpenSansLight') format('svg');
    font-weight: 300;
    font-style: normal
}
/*
body{     

    background-image:url(../images/dashboardbg.jpg);
    background-repeat: repeat;
   color: #515151;
   padding-top: 80px!important;
  font-family: "Helvetica";
  direction: ltr;
  letter-spacing: .5px;        
  font-size: 14px;
  font-weight: 400;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
*/
body {
    font-family: 'Nunito', sans-serif;
    direction: ltr;
    letter-spacing: .5px;
    background-repeat: no-repeat;
    background: #fff !important;
    color: #515151;
    padding-top: 60px !important;
}
.InnerModuleContainer {
    padding: 0 30px;
    max-width: 1366px;
    margin: 0 auto;
}
/*
css for rith side transport design
----------------------------------------
*/

.rightinfo {
    background-color: rgba(255, 255, 255, .37);
    position: relative;
}

    .rightinfo .headTitle {
        color: #5BC0DE;
        padding: 7px 20px;
        font-size: 17px;
        font-weight: 400;
        text-transform: uppercase;
        font-family: helvetica;
    }

        .rightinfo .headTitle i {
            color: #5BC0DE;
        }

    .rightinfo .headBody {
        padding: 35px 20px;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        background: #fff;
    }

        .rightinfo .headBody ul {
            list-style: none;
            margin-bottom: 0;
        }

            .rightinfo .headBody ul:before {
                content: "";
                width: 2px;
                background: #E0DDDD;
                position: absolute;
                left: 1px;
                height: 85%
            }

.trnheading {
    margin-left: -181px;
}

.rightinfo .headBody ul li {
    height: 50px;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 38px;
}

    .rightinfo .headBody ul li a {
        text-decoration: none;
        vertical-align: middle;
        color: #333;
        font-family: helvetica;
        font-size: 17px;
    }

        .rightinfo .headBody ul li a.end, .rightinfo .headBody ul li a.start {
            color: #fff !important;
            background: #3BCE3B;
            border: 4px solid #D0F1D0;
            height: 37px;
            display: inline-block;
            width: 90px;
            border-radius: 23px;
            text-align: center;
            margin-top: -12px;
            text-transform: uppercase;
            vertical-align: top;
            line-height: 29px;
        }

        .rightinfo .headBody ul li a.end {
            background: #6595B1;
            border: 4px solid #D0EFF1;
            vertical-align: bottom;
        }

        .rightinfo .headBody ul li a:before {
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            content: "";
            height: 30px;
            width: 31px;
            background: #fff;
            border: 2px solid #676561;
            position: absolute;
            border-radius: 50%;
            left: -14px;
            margin-top: 5px;
            box-shadow: 0 0 0 2px #5BC0DE;
        }

        .rightinfo .headBody ul li a.orange:after {
            content: attr(data-title);
            left: -15px;
            position: absolute;
            color: #fff;
            margin-top: 2px;
            text-align: center;
            height: 30px;
            width: 31px;
        }

    .rightinfo .headBody ul li.first:before, .rightinfo .headBody ul li.last:before {
        color: #fff !important;
        display: inline-block;
        text-align: center;
        margin-top: -12px;
        text-transform: uppercase;
        vertical-align: top;
        line-height: 29px;
        box-shadow: none;
        position: absolute;
    }

    .rightinfo .headBody ul li.first:before {
        background: #3BCE3B;
        border: 4px solid #D0F1D0;
        height: 37px;
        width: 160px;
        border-radius: 23px;
        content: "Starting Point";
        left: -77px;
    }

    .rightinfo .headBody ul li:last-child {
        margin-bottom: 0;
    }

    .rightinfo .headBody ul li.last:before {
        bottom: 50px;
        background-image: url(../images/schooldummy.png);
        height: 75px;
        width: 90px;
        border-radius: 0;
        content: "Start";
        background-color: transparent;
        left: -43px;
        background-size: cover;
    }

    .rightinfo .headBody ul li.last a:before {
        content: none;
    }

    .rightinfo .headBody ul li a.end:before {
        background: #6595B1;
        border-color: #6595B1;
        margin-top: 0;
    }

    .rightinfo .headBody ul li a.green:before {
        background: #fff;
        border-color: #5BC0DE;
    }

    .rightinfo .headBody ul li a.orange:before {
        background: #5BC0DE;
        border-color: #fff !important;
        box-shadow: 0 0 0 2px #5BC0DE;
    }

    .rightinfo .headBody ul li a.orange.active:before, .rightinfo .headBody ul li a:focus::before, .rightinfo .headBody ul li a:hover::before {
        background: orange;
        border-color: #fff !important;
        box-shadow: 0 0 0 2px orange;
    }

.rightinfo span.timming {
    position: absolute;
    left: -165px;
    font-size: 13px;
    margin-top: -3px;
    color: #4698B1;
    text-align: right;
}

    .rightinfo span.timming.end {
        position: absolute;
        left: -158px;
        font-size: 13px;
        color: #4698B1;
        text-align: right !important;
        margin-top: 12px;
    }

    .rightinfo span.timming.last {
        margin-bottom: -17px;
        bottom: -7px;
        left: -63px;
        color: gray;
    }

    .rightinfo span.timming.end.last {
        bottom: -23px;
        left: -44px;
        color: #4698B1;
    }

.last {
    border-radius: 0 0 0 10px;
}

.last, .last_n {
    min-height: 81px;
}





/*dasboard css*/
.teac-stu {
    text-align: center;
    margin: 0 0 25px;
    background: #E4E4E4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}

.sec-heading h3 {
    margin: 6px 0;
    font-weight: 400;
    color: #333;
    text-shadow: 1px 1px 1px rgba(49, 149, 217, 0.37);
}

.tabmenu .col-xs-6 a {
    position: relative;
    background: #fff;
    text-align: center;
    display: block;
    padding: 15px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.row.tabmenu.dbsep a {
    margin-bottom: 10px;
    text-decoration: none !important;
}

.tabmenu .col-xs-6 a span {
    display: block;
    font-size: 20px;
    color: #222;
    font-family: Opensans !important;
}

.tabmenu .col-xs-6 a i {
    font-size: 48px;
    color: #03A9F4;
}

/*listing Css*/
/*.containerbox {
    background: #fff;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px 2px rgba(94,94,94,.25);
    margin-bottom: 25px;
}*/
.minhgt {
    min-height: 600px;
}

.task {
    margin-right: 6px !important;
}

.create_task a, .subject-td label {
    font-family: Opensans;
}

.clear .btn-primary, .create_heading .glyphicon-circle-arrow-left:hover, .create_task a, .task-list li a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .create_task a {
        font-size: 20px !important;
    }
}

@media (min-width: 992px) {
    .create_task a {
        color: #2182CF;
        display: block;
        font-size: 20px !important;
        text-decoration: none;
    }
}

.section_cover h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Opensans;
}

.close1, .normal, .panel-enter h2, h1, h2, h3, h4, h5, h6, th {
    font-weight: 400;
}

.containerbox .form-control {
    height: 32px;
    line-height: 30px;
    padding: 4px;
}

.clear .btn-primary {
    border: 1px solid #0C6EBE;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    transition: background-color .15s ease-in-out 0s;
}

.nav-tabs {
    border-bottom: none;
}

.anzo li {
    margin-right: 1px !important;
    margin-bottom: 0 !important;
}

.nav-tabs > li {
    margin-right: 2px;
    margin-left: 0;
}

    .nav-tabs > li > a {
        margin-right: 0;
        border-radius: 0;
        border: 0;
    }

    .nav-tabs > li > a {
        line-height: 18px;
    }

.bs-example .nav-tabs > li > a {
    background: #e9e9e9;
    margin-right: 0;
    border-radius: 0;
    color: #515151;
    padding: 6px 7px;
    font-size: 14px;
    border: 0;
}

.tab-info li a.active, .tab-info li a:hover {
    background: #3195d9 !important;
    color: #fff !important;
    border-radius: 0;
}

.pagi {
    margin-top: 20px;
    padding-right: 20px;
    padding-top: 15px;
    text-align: right;
}

.containerbox .pagination {
    margin: 0;
}

.list-header {
    background: #6161a0;
    color: #fff;
    border-bottom: 3px solid #847fb8;
}

.tab-pane .table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
    padding: 8px 24px;
    border-top: 0 solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.tab-pane .table > thead > tr > th {
    padding: 8px 24px;
}

.table > thead > tr > th {
    border-bottom: 1px solid #DDD;
    vertical-align: bottom;
}

#no-more-tables .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #F0F9FF;
}

#no-more-tables .btn-group-xs > .btn, #no-more-tables .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.col-sm-4.col-xs-4.col-md-2.clear {
    padding: 0;
}

.search {
    padding: 0 15px;
    position: relative;
}

#btnDownload {
    margin-top: 2px
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 13px;
    margin-left: -1px;
    line-height: 1;
    color: #242425;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(158, 158, 158, 0.72);
    font-size: 17px;
    font-weight: 400;
    font-family: helvetica;
}

    .pagination > li > a.active {
        background: #0480e4;
        color: #fff
    }
/*teacher add edit*/

.create_heading {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    background: #e7e7e7;
}

.pane {
    padding: 0 3%;
}

.bottom-section {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e5e5e5;
    background: #f4f4f4;
    text-align: right;
    min-height: 45px;
    bottom: 0;
}

.containerbox .form-control {
    height: 36px;
    line-height: 30px;
    padding: 4px;
    /* width: 100% !important; */
    box-shadow: none !important;
    border-color: #857cd7 !important;
}
    .containerbox .form-control[disabled],
    .containerbox .form-control[readonly] {
        background: #fff;
        border-color: #d5d4d4 !important;
    }
    .create_heading h4 {
        margin-top: 5px;
        font-size: 20px;
        margin-bottom: 5px;
        color: #5c5c5c;
    }

label {
    display: inline-block;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.create_student .containerbox {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}

.containerbox {
    background: #fff;
    /*border-radius: 5px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    /*box-shadow: 0 0 5px 2px rgba(94,94,94,.25);*/
    margin-bottom: 25px;
}

input[type=checkbox] + label span {
    background: url(../images/check_sheet2.png) left top no-repeat rgba(0,0,0,0);
    cursor: pointer;
    display: inline-block;
    height: 21px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 20px;
}

input[type=checkbox]:checked + label span {
    background: url(../images/check_sheet2.png) -30px top no-repeat rgba(0,0,0,0);
}

.large-check input[type=checkbox] + label span {
    background: url(../images/check_sheet.png) left top no-repeat rgba(0,0,0,0);
    cursor: pointer;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
}

.large-check input[type=checkbox]:checked + label span {
    background: url(../images/check_sheet.png) -35px 0 no-repeat rgba(0,0,0,0);
}

.create_student textarea.form-control {
    height: auto;
}

#errormessage span {
    color: red;
}


.alert-success.infopopups {
    background-color: #8BC34A;
    border-color: #5ec162;
    color: #fff;
    font-size: 17px;
    margin-bottom: 2px;
    border-radius: 2px;
    padding: 11px 20px;
    position: relative;
}

    .alert-success.infopopups a {
        color: #fff;
        background: #527924;
        border-color: #486d1d;
    }

        .alert-success.infopopups a.btn-defauld:focus, .alert-success.infopopups a.btn-default:hover {
            color: #fff;
            background: #527924;
            border-color: #486d1d;
        }

.feePaymentAd .studentDetail label span {
    font-weight: 500;
    font-family: roboto;
}

.feeSearch a.studentSearchBtn {
    color: #FFFFFF;
    background-color: #4CAF50;
    margin-bottom: 5px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.2), 0 6px 8px 0 rgba(0, 0, 0, 0);
    padding: 4px;
    font-size: 15px;
    padding: 6px;
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .mediaquerydetection:after {
        content: "iPhone 4 and 4S :P";
    }

    .alert-success.infopopups {
        display: table;
        width: 100%;
    }

        .alert-success.infopopups a {
            margin-top: 12px;
        }
}

@media (min-width: 1200px) {
    .container.completewidth {
        width: 95%;
    }
}

@media only screen and (max-width: 480px) {
    .shortheader img, .circleLogo {
        display: none;
    }

    .teachersBadges {
        margin-top: 15px !important;
    }
}

/*New Teacher Dashboard Design*/

.dashboard-menu h3 {
    border-radius: 0 !important;
    background: transparent !important;
    color: #333 !important;
    box-shadow: none !important;
    font-size: 16px !important;
}

.teacher-dashboard-new .dashboard-menu .box-menu.new .title-menu {
    display: inline-block !important;
    text-align: center !important;
}

.teacher-dashboard-new .profile-links a {
    padding: 0;
    box-shadow: none;
}

    .teacher-dashboard-new .profile-links a:hover {
        box-shadow: none !important;
    }

    .teacher-dashboard-new .profile-links a i {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 100px;
        background-color: white;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0,0,0,.12) !important;
        border: 1px solid #f9f9f9;
        color: #333;
    }

.teacher-img {
    border-radius: 100px;
    border: 5px solid #ddd;
    width: 65px;
    height: 65px;
}

.dashboard-menu.new.teacher-dashboard-new .box-menu.new .title-menu i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0,0,0,.12) !important;
    border: 1px solid #f9f9f9;
    color: #333;
    margin-right: 10px;
}

.dashboard-menu.new.teacher-dashboard-new .box-menu.new .title-menu {
    font-size: 16px;
}

.dashboard-menu.new.teacher-dashboard-new .box-menu p {
    border-top: 1px solid #f3f3f3;
}

/*Teacher Dashboard Right Section*/
.teacher-academic-content {
    background-image: url('../images/dashboard_images/academic-bg.svg');
    float: left;
}

.academic-content {
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

    .academic-content img {
        width: 200px;
    }

.classroom-content img {
    width: 150px;
}

.academic-content h3, .classroom-content h3 {
    color: #000;
}

.academic-badge {
    font-size: 11px;
    border: 1px solid #333;
    padding: 5px 8px;
    border-radius: 15px;
    color: #333;
}

    .academic-badge:hover {
        background-color: #333;
        color: #fff;
        transition: 1s;
    }

.classroom-content {
    width: 50%;
    float: right;
    padding: 15px;
    box-sizing: border-box;
}

.teacher-academic-heading h2, .teacher-administrative-heading h2 {
    border-bottom: 2px solid #8c16f7;
}

.teacher-assesment-heading h2 {
    border-bottom: 2px solid #2196F3;
}

.manage-class-heading h2 {
    border-bottom: 2px solid #20BF0D;
}

.help-desk-heading h2 {
    border-bottom: 2px solid #ff1900;
}

.teacher-dashboard-content .label-secondary {
    background-color: #ebd4ff;
}

.teacher-dashboard-content .label-primary {
    background-color: #d6edff;
}

.teacher-dashboard-content .label-success {
    background-color: #d3ffc4;
}

.teacher-dashboard-content .label-danger {
    background-color: #ffcdc9 !important;
}

.teacher-academic-heading h2 label, .teacher-assesment-heading h2 label, .manage-class-heading h2 label, .teacher-administrative-heading h2 label, .help-desk-heading h2 label {
    padding: 5px 15px;
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0px;
    font-size: 25px;
    color: #000;
}

.text-secondary {
    color: #8c16f7;
}

.work-detail {
    text-align: center;
    box-sizing: border-box;
}

    .work-detail .homwork a {
        display: block;
        padding: 15px 10px;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #000;
    }

        .work-detail .homwork a:hover {
            border: 1px solid #8c16f7;
            background-color: #ebd4ff;
            color: #000;
            transition: 1s;
        }

    .work-detail .homwork img {
        width: 50px;
    }

/*Assesment*/
.assesment-box .assesment-content h3 img {
    width: 40px;
    margin-right: 10px;
}

.assesment-box .assesment-content h3 {
    color: #2196F3;
}

.assesment-box .assesment-content p, .assesment-list {
    padding-left: 42px;
}

    .assesment-list li:before, .help-list li:before {
        display: inline-block;
        content: '';
        -webkit-border-radius: 1.5rem;
        border-radius: 1.5rem;
        height: 1.5rem;
        width: 1.5rem;
        margin-right: 0.5rem;
        background-color: #ffffff;
        border: 3px solid #2196f3;
    }

.help-list li:before {
    border: 3px solid #f55144;
}

.assesment-list li {
    margin-bottom: 8px;
}

    .assesment-list li a, .help-list li a {
        font-size: 16px;
        color: #000;
    }
/*Manage Student*/
.manage-class-wrapper .manage-box h4 {
    color: #000;
}

.manage-class-wrapper .manage-box p {
    padding-left: 15px;
}

.manage-class-wrapper .manage-box h4:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    margin-right: 0.5rem;
    background-color: #3bbf0d;
    /* border: 3px solid #2196f3; */
    margin-bottom: 3px;
}

.manage-box a h4:hover {
    color: #3bbf0d;
}

/*administrative Details*/
.administrative-detail {
    text-align: center;
}

    .administrative-detail .administrative-content img {
        width: 130px;
    }

.administrative-content {
    margin-bottom: 15px;
}

.administrative-badge {
    font-size: 14px;
    border: 1px solid #8c16f7;
    padding: 5px 9px;
    border-radius: 50px;
    color: #000000;
    background-color: #ebd4ff;
}

    .administrative-badge:hover {
        background-color: #8c16f7;
        color: #fff;
    }
/*Help Desk*/
.help-content h3 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

.text-primary {
    color: #4e40cc !important ;
}

.help-content {
    margin-bottom: 30px;
}

    .help-content img {
        width: 150px;
    }

@media only screen and (max-width:425px) {
    .academic-content {
        width: 100%;
    }

    .classroom-content {
        width: 100%;
        float: none;
        margin-top: 35px;
    }

    .help-content {
        text-align: center;
    }

    .assesment-box .assesment-content h3 {
        font-size: 20px;
    }

    .teacher-academic-heading h2 label, .teacher-assesment-heading h2 label, .manage-class-heading h2 label, .teacher-administrative-heading h2 label, .help-desk-heading h2 label {
        font-size: 20px;
    }

    .dashboard-menu.new.teacher-dashboard-new .box-menu {
        min-height: 100%;
    }
    .mt-sm-15 {
        margin-top: 15px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }
    .text-sm-left{
        text-align:left;
    }
    .text-sm-right {
        text-align: right;
    }
    .pl-sm-15{
        padding-left:15px;
    }

    .pr-sm-15 {
        padding-right: 15px;
    }
}

.latestfilterdesign li {
    float: left;
}

.total-paid {
    overflow: auto;
    background-color: #e0edff;
    width: 510px;
    margin: 0 auto;
    padding: 15px;
}
.installmentFeetab li {
    margin-left: 15px;
}

/*New Page*/
.loop-video .video-link a {
    padding: 15px;
    display: flex;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #000;
    align-items: center;
    margin-top: 12px;
    border-radius: 5px;
}

    .loop-video .video-link a:hover {
        text-decoration: none;
    }

    .loop-video .video-link a i {
        font-size: 27px;
        color: #4398ff;
        padding-right: 12px;
    }

.independent-link h4 {
    font-family: 'helvetica';
    font-size: 18px;
    margin-top: 30px;
}

.independent-link ul {
    margin: 0;
    padding-left: 20px;
}

    .independent-link ul li {
        list-style: disc;
        color: #03A9F4;
        margin-bottom: 10px;
    }

        .independent-link ul li a {
            font-size: 16px;
            color: #03A9F4;
        }
.demo-text{
    border-bottom:1px solid #ddd;
}
.demo-text h3 {
    margin: 0;
    font-family: 'helvetica';
}
.quickhelp {
    margin-left: 15px;
    margin-top:85px!important;
}
    .quickhelp h3 {
        font-size: 16px;
        border-bottom:1px solid #ddd;
        padding-bottom:15px;
    }
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}

.table-today-exam h4 {
    font-family: 'helvetica';
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.discussion-chat h4 {
    text-align: left;
}

.class-discussion {
    position: relative;
}

.post-btn {
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.chat {
    position: relative;
    margin-top: 30px;
}

.chat-right:after {
    content: url(../user.svg);
    position: absolute;
    right: 6px;
    top: -20px;
}

.collapse-help .panel-title {
    font-family: 'helvetica';
}
    .collapse-help .panel-title a {
        color: #4199ff;
        font-size: 16px;
    }

.chat-right {
    text-align: left;
    background-color: #deffde;
    height: 45px;
    line-height: 45px;
    width: 80%;
    float: right;
    border-radius: 15px 15px 0px 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.demo-video .nav-tabs > li.active > a {
    border: none !important;
    color: #21a125 !important;
}

    .demo-video .nav-tabs > li.active > a, .demo-video .nav-tabs > li.active > a:hover, .demo-video .nav-tabs > li.active > a:focus {
        color: #4199ff !important;
    }
.demo-video .nav-tabs > li.active .bullet {
    background-color: #4199ff;
    border-color: #1272e1;
}
.nav-tabs > li a {
    color: #333;
}
.demo-video {
    margin-top: 50px;
}
.mb-15{
    margin-bottom:15px!important;
}
.mt-15 {
    margin-top: 15px !important;
}
.demo-video .nav-tabs > li {
    position: relative;
}
.bullet {
    width: 15px;
    height: 15px;
    background-color: #e7e7e7;
    position: absolute;
    left: 40%;
    top: -13px;
    border-radius: 100px;
    border: 3px solid #949494;
}
.demo-video .nav-tabs > li.active > a:after {
    background-color: #1172e1;
}
.demo-video .nav-tabs li a:after {
    content: '';
    position: absolute;
    width: 105px;
    height: 5px;
    background-color: #e7e7e7;
    border-radius: 100px;
    top: -8px;
    left: 50%;
}
.demo-video .nav-tabs li:last-child a:after{
    content:none;
}

.fee-report-tab .nav-tabs > li.active > a:focus {
    background: none repeat scroll 0 0 #b4b4b4;
    border: navbar.css1px solid #949494;
    color: #000000 !important;
    margin-bottom: -2px;
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
}
.teacherMeetingLeftBox {
    background-color: #fff;
    padding: 15px;
    box-shadow: -1px 2px 10px 5px #ddd;
    border-radius: 5px;
    position: relative;
}
.recentViewcard h2 img {
    width: 30px;
    display: inline-block;
}
.recentViewcard h2 {
    font-size: 18px;
    margin: 0 0px 10px;
    border-bottom: 1px solid #d0e3ff;
    padding-bottom: 4px;
    color: #000;
}
.rounded {
    border-radius: 1rem !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.recentViewcard {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
.recentDetail ul {
    margin: 0;
    padding-left: 0;
}
    .recentDetail ul li {
        list-style: none;
    }
        .recentDetail ul li a {
            text-decoration: none;
            color: #384C6D;
            font-size: 16px;
            display: block;
            padding: 10px 5px 0px;
        }
.recentDetail .badge2.badge-sucsess {
    color: #000;
    font-weight: normal;
    background-color: #cbffe6;
}
.recentDetail .badge2.badge-danger {
    color: #000000 !important;
    background-color: #ffd8d5;
    font-weight: normal;
}

.birthdaySec {
    background-image: url(../../images/birthdayBanner2.png);
    background-size: contain;
    background-position: top left 100%;
    background-repeat: no-repeat;
}

    .birthdaySec .birthdayDetail {
        text-align: center;
    }
        .birthdaySec .birthdayDetail h1 {
            text-align: center;
            color: #2196F3;
            font-size: 30px;
            font-weight: 600;
            margin-top: 25px;
        }
.office-document {
    background: #ffffff;
    border-radius: 6px;
    padding: 18px 15px;
    margin: 32px 6px 5px;
    text-align: left;
    transition: all 0.3s ease-in-out;
    /* box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16); */
    cursor: pointer;
    min-height: 108px;
    /* border: 1px solid #c4e3ff; */
}
.office-document:hover {
    background-color: transparent !important;
}
.birthdaySec .birthdayDetail p {
    font-size: 18px;
    text-align: center;
    color: #000;
}

        .birthdaySec .birthdayDetail textarea {
            background-color: #ff000000;
            border-left: none;
            border-top: none;
            border-right: none;
            color: #fff;
            border-bottom: 2px solid #b3b2b2;
            box-shadow: none;
            height: auto;
            padding: 0px;
            margin-top: 50px;
            border-radius: 0;
        }
.mt15 {
    margin-top: 15px;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.recentViewcard {
    background-color: #fff;
    padding: 15px;
}
.helpdesk-list h3 {
    margin: 0 0px 5px;
    font-size: 16px;
    font-weight: 600;
}
.helpdesk-list .helpdesk-icon{
    margin: 4px;
}
    .helpdesk-list .helpdesk-icon img {
        width: 40px;
        text-align: center;
        border-radius: 5px;
        margin: 0 auto;
    }
.helpdesk-list a {
    text-align: left;
    font-size: 12px!important;
    color: #007bff!important;
    padding: 0!important;
}
.manage-event-box {
    margin: 5px;
}
    .manage-event-box img {
        width: 35px;
        margin: 0 auto;
    }
    .manage-event-box a {
        display: block;
        text-align: center;
        padding: 10px 0px;
    }
.bonus-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}
.bonus-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
    margin-top: 50px;
}
.bonus-box ul{
   padding-left:16px;
}

.bonus-box ul li {
    list-style: decimal;
}

.birthdayDetail .infoBtn i {
    color: #0f86e0;
    font-size: 33px;
    box-shadow: 1px 2px 4px 1px #00000075;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    animation: blinker-two 1.4s linear infinite;
    position: absolute;
    top: 10px;
    right: 25px;
}
.badge2 {
    display: inline-block;
    padding: 0.50em 1em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2rem;
    float: right;
}
.demo-video .tab-content{
    margin-top:30px;
}
    .demo-video .tab-content .embed-responsive {
        margin-top: 30px;
    }

.chang-cont{
    margin-left:15px;
}
    .chang-cont h4 {
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }
    .chang-cont p small {
        color: #828282;
        font-size:12px;
    }
.activities-box {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 5px 2px 10px 1px #ddd;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 30px;
    border-radius: 5px;
}
    .activities-box h5 {
        text-align: left;
        font-weight: 600;
        color: #000;
    }
    .activities-box p {
        text-align: left;
        color: #333;
        font-size: 12px;
    }
        .activities-box a{
            text-align:left;
            display:block;
        }
.chang-pass {
    background-color: #b4e8ff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
}

    .chang-pass i {
        font-size: 14px;
        line-height: 30px;
        color: #36c1ff;
        text-align: center;
    }
.account-link h4{
    color:#000;
    font-weight:600;
}
.account-link ul li {
    margin-bottom: 15px;
    padding-left: 15px;
}
.sign-in h3{
    color:#000;
    font-weight:600;
}
.school-admin {
    height: 260px;
    overflow: auto;
}
.school-admin ul li {
    margin-bottom: 15px;
}
.school-admin ul li a {
    color: #333;
}
.stay-scure{
    border-right:2px solid #ddd;
}
    .stay-scure h5 {
        color: #000;
        font-weight: 600;
    }
.account-micro ul li{
    margin-bottom:15px;
}
.sign-in-activities{
    margin-top:80px;
}
.school-admin ul li a h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.survey-section .send-text img{
    width:150px;
}
.survey-section .send-text h4 {
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    font-size: 16px;
}
    .survey-section .send-text p{
        font-size:13px;
        color:#333;
    }
.survey-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
.send-text {
    padding: 25px;
    border-right: 1px solid #ddd;
}
.manageEvent {
    height: 260px;
    overflow-y: scroll;
}
.followUp-list {
    display: block !important;
    margin:0;
    padding:0;
}
    .followUp-list li {
        list-style: none;
        margin-bottom: 8px;
    }
.followup-box {
    box-shadow: none !important;
    border: none !important;
}
@media only screen and (max-width: 768px) {
    .demo-video .nav-tabs > li > a{
        text-align:center;
    }
    .demo-video .nav-tabs > li > a:after{
        content:none;
    }
    .demo-video .nav-tabs > li .bullet{
        display:none;
    }
    .feereport-box .collection-box{
        margin-bottom:15px;
    }
}
.create_student .row.pane {
    background: #eee;
}


/*Anuj Update Common CSS*/
.subfilterBar {
    display: flex;
    justify-content: space-between;
}

.subfilterBarLeft {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.subfilterBarRight {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.searchBarInput {
    border: 1px solid #5d4eda7a;
    height: 32px;
    background: #fafafa;
    border-radius: 15px;
    min-width: 300px;
}

.searchInput {
    background: transparent;
    width: calc(100% - 35px);
    height: 30px;
    padding: 0 10px;
    outline: none;
    border: 0;
}

.searchIconBtn {
    background: transparent;
    border: 0;
    font-size: 17px;
    color: #4d3eca;
    height: 30px;
    width: 30px;
    border-radius: 50px;
}

.searchBarInput:hover .searchIconBtn {
    background: #5143d038;
}


.btnNew {
    background: transparent;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    min-height: 31px;
}

    .btnNew.btnPrimary {
        color: #fff;
        background: var(--primaryBlue);
        border-color: var(--primaryBlue);
    }

    .btnNew.btnSecondaryBlue {
        color: #fff;
        background: var(--secondaryBlue);
        border-color: var(--secondaryBlue);
    }

    .btnNew.btnSuccess {
        color: #fff;
        background: var(--primaryGreen);
        border-color: var(--primaryGreen);
    }

    .btnNew.btnSuccessOutline {
        color: var(--primaryGreen);
        background: var(--primaryGreenLight);
        border-color: var(--primaryGreen);
    }

.tableHeaderActions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background: #4c3ec929;
    margin-top: 6px;
    border-radius: 5px 5px 0 0;
}

.tableHeaderActionsLleft {
}

.tableHeaderActionsRight, .dflex {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.tableHeaderSearchInput {
    background: #fafafa;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 5px 21px;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #b2abf4;
    outline: none;
}

.btnNew.btnOutlinePrimary {
    border: 1px solid var(--primaryBlue);
    background: #fff;
    padding: 5px 12px !important;
    width: auto !important;
    outline: none;
    box-shadow: none;
}

.btntable {
    display: flex;
    column-gap: 4px;
    align-items: center;
    height: 24px;
    padding: 0 6px;
    border-radius: 0px;
    box-shadow: none !important;
    border: 1px solid transparent;
    background: transparent;
    color: #000;
    font-family: 'Nunito', sans-serif;
}

    .btntable.btntableBlue {
        border: 0;
        background: #F0EDFC;
        color: var(--secondaryBlue);
    }

    .btntable.btntableSecondary {
        border: 0;
        background: var(--primaryBlueLight);
        color: var(--primaryBlue);
    }

    .btntable.btntableGreen {
        border: 0;
        background: var(--primaryGreenLight);
        color: var(--primaryGreen);
    }

    .btntable.btntableOrange {
        border: 0;
        background: var(--primaryOrangeLight);
        color: var(--primaryOrange);
    }

    .btntable.btntableRed {
        border: 0;
        background: var(--primaryRedLight);
        color: var(--primaryRed);
    }

    .btntable.btntablepink {
        border: 0;
        background: var(--primaryGrayLight);
        color: var(--primaryGray);
    }

.tableActionBtnslist {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.btnPromoted {
    color: var(--primaryBlue);
    background: var(--primaryBlueLight);
    border: 0;
    box-shadow: none;
    font-size: 15px;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    width: 24px;
    display: inline-flex;
    height: 24px;
    align-items: center;
    justify-content: center;
}

    .btnPromoted.new {
        background: var(--primaryGreenLight);
        color: var(--primaryGreen);
    }

    .btnPromoted.transfered {
        background: var(--primaryOrangeLight);
        color: var(--primaryOrange);
    }

.noRecordExist {
    min-height: 40px;
    display: flex;
    justify-content: center;
    background: var(--primaryRedLight);
    color: var(--primaryRed);
    align-items: center;
    font-size: 19px;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
    border-radius: 4px;
}