/*font for page*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@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: "Helvetica";
    direction: ltr;
    letter-spacing: .5px;
    background-repeat: no-repeat;
    background: #fff !important;
    color: #515151;
    padding-top: 60px !important;
}
/*
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: #3195d9;
    color: #fff;
}
.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 !important;}
.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: 8px;
    padding-bottom: 5px;
    border-top: 1px solid #e5e5e5;
    background: #f4f4f4;
    text-align: right;
    min-height: 60px;
}
.containerbox .form-control {
    height: 32px;
    line-height: 30px;
    padding: 4px;
        /*width: 100% !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: #0480e7 !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%;
    }
}

.latestfilterdesign li {
    float: left;
}