body{
    margin: 0;
    background-color: #d9d9d966;
    box-sizing: border-box;
    color:#616161;
}
h1,h2,h3,h4,p{
    margin: 0;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar-default{
    background-color: #fff;
}
.navbar-header{
    padding: 15px 0 30px;
}
table.dataTable thead .sorting_asc{
    background-image: none !important;
}
table.dataTable thead .sorting_desc{
    background-image:none !important ;
}
/* input:focus{
    border:none;
} */
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    cursor: pointer;
    /* color: #fff; */
}
.switch-language a:hover,
.switch-language a:focus,
.switch-language a:active{
    color: rgb(214, 214, 214) !important;
}
.switch-language .button:hover, 
.switch-language .button:focus,
.switch-language .button:active{
    color: rgb(214, 214, 214) !important;
    background-color: rgb(37, 37, 37);
}
.switch-language a:hover, .switch-language a:focus{
        color: #fff;

}

.btn.focus, .btn:focus, .btn:hover{
    color:#fff !important;
}
.login .content .image-content img {
    max-width: 100%;
    background: radial-gradient(325.85% 167.66% at 67.28% -31.3%, #545454 0%, #1F1F1F 100%);
}
img{
    height: auto;
    max-width: 300px;
    vertical-align: middle;
    border: 0px none;
}
/* .alert-bg{
    background-color: red !important;
} */
/* #Alertmsg{
    position:fixed !important;
    top: 50%;
    right: 50% !important;
    transform: translate(-50%);
} */
.alert-bg{
    background: var(--primary) !important;
}
.dataTables_scrollBody{
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
input[type=checkbox]{
    margin: 0 4px 0 0 !important;
}
.student-list input[type=checkbox]{
    margin: 0 2px 0 0 !important;
}
.dataTables_wrapper .dataTables_filter input{
    background-color: #fff !important;
}
.dataTables_wrapper .dataTables_length select{
    color: #616161 !important;
}
.dataTables_wrapper .dataTables_length label{
    font-weight: normal !important;
    color: #616161 !important;
}
.dataTables_wrapper .dataTables_length select{
    background-color: #fff !important;
}
select, input{
    border-color:rgba(0,0,0,0.2) !important;
    border-width:1px !important;
    outline: none !important;
   
}
input#search_myclass{
    background: linear-gradient(180deg, #FFFFFF -100%, #D9D9D9 145%);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border-width: 0 !important;

}
select#grade, select#course  {
    width: 80%;
    height: 35px;
}
.dataTables_length select{
    width:37% !important;
}
table thead tr, th{
    background: var(--primary) !important;
    color:#fff;
    background-image: none !important;
}
select{ width:75%;}
table.dataTable{
    display: block !important;
}
table.dataTable.no-footer{
    display: inline-table !important;
    width: 100%;
    overflow: auto;
}
.incident-alerts table.dataTable.no-footer{
    display: block !important;
    width: 100%;
    overflow: auto;
    height: 350px;
}
table#assignment_report,
table#student_dailyusageReport {
    display: block !important;
    width: 100%;
    overflow: auto;
    /* height: 350px; */
}
span.select2 {
    width: 100% !important;
}
/*
table tbody {
    /* display: block; */
    /* max-height: 300px; */
    /* overflow-y: scroll; 
}*/

/* table thead, table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
} */
.modal-header{
    background:var(--primary)!important;
    color: #fff;
}
.modal-title{
    display: inline-block;
}
.modal-header button{
    color: #fff;
    opacity: 1 !important;
}
/* PRELOADER */

.Preloader{
    position: fixed;
    width:100%;
    height:100%;
    z-index: 1500;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.3);
    display: none;
}
.loader{
    width: 100px;
    height: 100px;
    margin: 50px auto;
    position: relative;
    top:50%;
    left:5%;
    transform:translate(-120%,-40%);
 }
 .loader .loader-inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
 }
 .loader .loader-inner:before{
    content: "";
    display: block;
    width: 15%;
    height: 25%;
    border-radius: 100%;
    background:var(--primary);
    margin: 0 auto;
    animation: loading-1 1.2s infinite ease-in-out both;
 }
 .loader .box-2{ transform: rotate(30deg); }
 .loader .box-3{ transform: rotate(60deg); }
 .loader .box-4{ transform: rotate(90deg); }
 .loader .box-5{ transform: rotate(120deg); }
 .loader .box-6{ transform: rotate(150deg); }
 .loader .box-7{ transform: rotate(180deg); }
 .loader .box-8{ transform: rotate(210deg); }
 .loader .box-9{ transform: rotate(240deg); }
 .loader .box-10{ transform: rotate(270deg); }
 .loader .box-11{ transform: rotate(300deg); }
 .loader .box-12{ transform: rotate(330deg); }
 .loader .box-2:before{ animation-delay: -1.1s; }
 .loader .box-3:before{ animation-delay: -1s; }
 .loader .box-4:before{ animation-delay: -0.9s; }
 .loader .box-5:before{ animation-delay: -0.8s; }
 .loader .box-6:before{ animation-delay: -0.7s; }
 .loader .box-7:before{ animation-delay: -0.6s; }
 .loader .box-8:before{ animation-delay: -0.5s; }
 .loader .box-9:before{ animation-delay: -0.4s; }
 .loader .box-10:before{ animation-delay: -0.3s;}
 .loader .box-11:before{ animation-delay: -0.2s;}
 .loader .box-12:before{ animation-delay: -0.1s;}
 @keyframes loading-1{
    0%, 39%, 100%{ opacity: 0; }
    40%{ opacity: 1; }
 }


.section-heading{
    
    color:var(--primary);
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.section-heading h2{
    color:var(--primary);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;

}
.section-heading .heading{
    display: inline-block;
}
.sub-text{
    font-size: 14px;
    font-weight: 400;
    color: grey;
    text-transform: none;
}
.section-tooltip{
    color: #ea0000;
    position: absolute;
    top: 0;
    margin-left: 5px;
}
p.text-limit{
    max-width: 10ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.main-content.col-md-12{
   
}
.full-view .main-content{
   width: 100%;
   padding-inline: 100px;
}
.full-view #myclasses-wrapper{
   
    display: none;
}
.full-view #quick-link-container{
   
    display: none;
}
.main-content{
    height:83vh;
    overflow:auto;
}
.main{
    padding: 20px 0 30px;
}
.button-default, .dt-buttons button, .btn, button.dt-button, #togglebtn{
    background:var(--btn-primary) !important;
    color:#fff;
    border:none;
    padding: 5px 15px !important;
    text-transform: capitalize;
    font-size:15px;
    border-radius: 5px;
    font-weight: 600;
}
.button-default:hover,.btn:hover,
.dt-buttons button:hover{
    background-color:var(--primary) !important;
    color:#fff !important;
}
/* LOGO HEADER */
header{
    padding: 20px 0;
    background-color: #fff;
    border-bottom:2px solid #1968752e;
    position: sticky;
    top: 0;
    z-index: 999;
}
/* css to center welcome note between logo nad logut START */

 /* header .container-fluid{
   
   padding-inline:100px ; 
}
header .row{
    display: flex;
    flex: 1;
    align-items: center;
} 
 header .row>div{
    width: max-content;
}
header .row>div:nth-child(2){
   margin-inline: auto;
} */

/* css to center welcome note between logo nad logut END */

/* css to center welcome not to screen  START*/
header .container-fluid{
   
    padding-inline:100px ; 
 }
header .logout{
    float: right;
}
header .row{
    display: flex;
    flex: 1;
    align-items: center;
} 

header .logo{
    float: left;
    /* text-align: center; */
}
.logo-wrapper 
{
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
/* css to center welcome not to screen  END*/
header .logo a{
    display: block;
}
header .teacher-name{
    text-align: center;
    color:var(--primary);
}
header .teacher-name h1{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
header .logout a{
    display: inline-block;
    background-color:var(--primary);
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 80px;
    border-radius: 20px;
}
.container-fluid{
    /* margin: 0 -15px; */
    /* padding: 0 !important; */
}

/* FOOTER */
footer{
    background-color: #000;
    border-top: 0.051px solid rgba(162, 162, 162, 0.46);
    color: #fff;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 7px;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999;
}

/* login form */
/* section.login-form{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.login{
    margin-bottom: 5%;
    margin-top: 3%;
    background-color: #196875;
    border-radius: 15px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    color: #616161 !important;
    height: 500px;
    border:2px solid #1968752e;
    width: 800px;
    margin: auto;
}
.login .login-left{
    background-color: #fff;
    width: 50%;
    margin: -2px;
    border-radius: 15px 0 0 15px;
    display: inline-block;
    height: 500px;
    padding: 80px 50px;
}
.login .login-left h2{
    font-size: 20px;
    margin-bottom: 15px;
}
.login .login-left p{
    font-size: 14px;
    margin-bottom: 15px;
}
.login .login-right{
    width: 50%;
    height: 500px;
    display: inline-block;
    float: right;
    padding: 80px 30px;
}
.login .login-right .form-group label{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    width: 30%;
    line-height: 40px;
    display: inline-block;
}
.login .login-right .form-group input {
    border: 1px solid rgba(255,255,255,0.7);
    background-color: #fff;
    border-radius: 0;
    display: inline-block;
    width: 68%;
    padding: 7px 5px;
    color: #101010;
    border-radius: 10px;
}
.login .login-right form .btn {
    float:right;
    background: #1cb9d2;
    border-radius: 0;
    border-color: #1cb9d2;
    width: 35%;
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
} */

/* QUICK LINKS */
.quick-links, .my-classes{
    background-color:var(--sidebar-right);
    position: fixed;
    right: 0;
    /* position:absolute;
    height:100vh; */
    width:24%;
    /* min-height: 100vh; */
    padding: 20px 15px;
    overflow: auto;
    /* max-height: 120vh; */
    max-height: calc( 100vh - 110px );
    min-height: calc( 100vh - 110px ) !important;

}
.my-classes{
    overflow: visible
}
.quick-links{
    width: 16%;
    left: 0;
    /* background:linear-gradient(#019aff, #6633cc); */
    background: radial-gradient(164.91% 281.04% at 67.28% -31.3%, #545454 25%, #1F1F1F 90%) ;
    max-height: calc( 100vh - 110px );
    min-height: calc( 100vh - 110px );
    padding-inline: 0px;
    overflow: visible;

}
.quick-links ul.navigation-bar{
    /* height: 545px; */
    /* overflow: auto; */
    max-height: calc( 100vh - 190px);
    /* max-height: 50%; */
    overflow: auto;
}
.my-classes #MyClasslink{
    /* height: 495px;
    overflow: auto; */
    /* height: max-content; */
    background:transparent;
    padding: 10px;
    max-height: calc(100vh - 250px);
    overflow: auto;
}
.quick-links h3, .my-classes h3{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background:var(--primary);
    padding: 10px 20px;
}
.my-classes h3{
    padding: 10px 40px;
    margin-left:-25px;
    width: 95%;
    background-color: #ea0000;
}
.my-classes hr{
    margin-block:5px;
    border-color: #8e8e8e;
}
.quick-links h3{
    background-color:var(--red);
    color:#fff;
    width: 95%;
    margin-left:25px;
   padding: 10px 20px;
   display: inline-block;
   /* margin-left: -20px; */

   
}
/* .quick-links .navigation-bar{
    padding-left:10px ;
} */
/* .quick-links .navigation-bar li{

} */
.quick-links .navigation-bar li {
    margin-bottom: 2px;
}

.quick-links .navigation-bar li a{
    padding: 10px 15px 10px 25px;
    /* border-radius: 25px; */
    display: block;
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    /* background:#1c6874; */
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.quick-links .navigation-bar li a:hover{
    background: rgb(94, 94, 94);

}
.quick-links .navigation-bar li.active a{
    text-decoration: none;
    /* letter-spacing: 2px; */
    color:#fff;
    background:#929292;
   
}
.quick-links .navigation-bar li ul.nav{
    border-left:1px solid #fff;
}
.quick-links .navigation-bar li ul.nav li a{
    padding-left:10px;

}

.caret{
    display: inline-block;
    width: 0;
    height: 0;
    float: right;
    margin-top: 8px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px dashed !important;
    
    border-right: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
}

   
a[data-toggle="collapse"][aria-expanded="false"] .caret { 
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.linkactive{
    background: #929292;
}

/* MY CLASSES */
.my-classes #accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
    background-color: transparent;
}
.my-classes #accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
.my-classes #accordion .panel-title{
    background:var(--primary);
}
.my-classes #accordion .panel-title .toggleClass{
    display: inline-block;
    text-transform: capitalize;
    padding: 10px 30px 10px 40px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    background-color:var(--primary);
    border-radius: 0;
    position: relative;
}
.my-classes #accordion .panel-title ul.icons{
    display: inline-block;
    padding: 10px 0;
}
.my-classes #accordion .panel-title ul.icons{    
    float: right;    
}
.my-classes #accordion .panel-title > a.toggleClass:before,
.my-classes #accordion .panel-title > a.toggleClass.collapsed:before{
    content: "\f107";
    font-family: "fontAwesome";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.my-classes #accordion .panel-title  a.collapsed:before{
    content: "\f105";
}
.my-classes #accordion .panel-title  a .icons{
    float: right;
}
.my-classes .MyClass#accordion .icons li{
    display: inline-block;
    padding: 3px;
}
.my-classes #accordion .panel-title .icons li a{
    display: inline;
    color: #fff;
}
.my-classes #accordion .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    border-top: none;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: right;
}
.my-classes #accordion .panel-body li a{
    color:#fff;
}
.my-classes #accordion .panel-body span, .MyClass #accordion .panel-body .icons{
    display: inline-block;
}
.my-classes #accordion .panel-body p span{
    float:left;
}
#MyClasslink .jstree-node.jstree-leaf div{
    font-weight: normal !important;
    display: inline-block;
    /* max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px !important;
    display: inline-block; */
}
#MyClasslink .jstree-node.jstree-leaf .jstree-anchor div.studentName{
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#MyClasslink .no-student{
    opacity: 0.6 !important;
}

.graph{
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
    border:1px solid #eee;
}
.incident-alerts .dataTables_wrapper{
    height: 200px;
    /* overflow-y: auto; */
}
.incident-alerts table{
    background-color: #fff;
    color: #616161;
    text-align: center;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    font-size: 15px;
}
.incident-alerts tbody{
    /* max-height: 210px; */
    display: table;
    width: 100%;
    /* overflow-y: auto; */
}
.incident-alerts thead{
    position: sticky;
    top: 0;
    display: table;
    width: 100%;
}
.incident-alerts thead tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}
  .incident-alerts tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.incident-alerts tbody tr td:nth-child(2){
    max-width: 159px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.incident-alerts table th{
    text-align: center;
    font-size: 17px;
}
.incident-alerts table i.fa{
    font-size: 22px;
    color:var(--primary);
}

/* JS TREE */
.my-classes .jstree li a.jstree-anchor{
    color:var(--primary) !important;
    display: initial;
    font-size: 16px;
    font-weight: 500;
}

.my-classes #gradestree li a.jstree-anchor{
    color: #111 !important;
 }

.my-classes .jstree li a.jstree-anchor .icon_group{
    float:right;
    position: relative;
}
.my-classes .jstree li a.jstree-anchor .icon_group span{
    padding: 3px;
}
.my-classes .jstree-default .jstree-hovered,
.my-classes .jstree-default .jstree-clicked {
    background:transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.my-classes .jstree-default .jstree-search {
    font-style: italic;
    background: rgba(0,0,0,0.2);
    font-size: 14px !important;
}
.my-classes .jstree-proton .jstree-anchor{
    margin:1px 0 15px !important;
}
.my-classes .jstree-proton .jstree-wholerow-clicked,
.my-classes .jstree-proton .jstree-wholerow-hovered{
    background: transparent;
}
.my-classes .jstree-proton .jstree-node,.my-classes .jstree-proton .jstree-icon{
    background-image: none !important;
}
.my-classes .jstree-proton .jstree-node .jstree-open ,
.my-classes .jstree-proton.jstree-icon{
    background: url(images/arrow-right.png) no-repeat!important;
    background-size:10px !important;
    background-position: 0 0;
}
.my-classes .jstree-proton .jstree-node.jstree-closed,
.my-classes .jstree-proton > .jstree-no-dots .jstree-node,
.my-classes .jstree-proton > .jstree-no-dots .jstree-leaf > .jstree-ocl{
    background-size: 14px !important;
    background-image: url(images/arrow-right.png) !important;
    background-repeat: no-repeat !important;
    /* background-position: -10px -5px !important; */
}
.my-classes .jstree-proton > .jstree-no-dots .jstree-children .jstree-node,
.my-classes .jstree-proton > .jstree-no-dots .jstree-children .jstree-leaf > .jstree-ocl{
    background-image: none !important;
}
.my-classes .jstree-proton > .jstree-no-dots .jstree-closed > .jstree-ocl{
    background-position: -10px -5px !important;
}
.my-classes .jstree-node ul.jstree-children .jstree-icon{
    background-image: none !important;
    /* background: #1c6874 !important; */
}
.my-classes .jstree-proton .jstree-node.jstree-open{
    background-image: url(images/arrow-down.png) !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
}
/* .my-classes .jstree-proton .jstree-node,
.my-classes .jstree-proton .jstree-icon {
    background-size: 12px !important;
    background-image: url(images/arrow-down.png) !important;
    background-repeat: no-repeat !important;
} */


/* Create Class page */
.new-class .form-label{
    color: #616161;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}
.new-class label.form-check-label{
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    line-height: 14px;
    margin: 0 !important;
}
#lesson label.form-check-label {
    width: 249px;
}
.new-class form, .new-class form label{
    color: #616161;
    font-weight: normal !important;
}
.create-class{
    margin-bottom: 15px;
    background: #fff;
    padding: 15px 6px;
    border-radius: 0 0 15px 15px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.create-class .custom-select{
    width:100%;
    /* border:none !important; */
    height: 35px;
    /* overflow-y: auto; */
}
.create-class .custom-select option{
    padding: 5px 10px;
}
.fc .fc-button-group button, button.fc-today-button{
    text-transform: capitalize !important;
}
.form-check-input{
    vertical-align: text-top;
}
#studentList.form-check{
    margin-bottom: 2px;
}

.select-right h4{
    font-size: 15px;
    margin-bottom: 12px;
}
.new-student-detail ul{
    margin-bottom: 10px;
}
.new-student-detail li{
    display: inline-block;
}
.new-student-detail li i.fa{
    font-size: 22px;
}
button.add-student{
    margin-top: 10px;
    float:right;
    /* padding: 3px 10px !important; */
}
.new-student-detail td{
    display: inline-block;
    width:30% !important;
    margin-bottom: 3px;
}
.select-right .StudentList tbody{
    max-height: 250px;
    display: block;
    overflow-y: auto;
}
.select-right .StudentList thead, .select-right .StudentList tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.selectstudent{
    border:1px solid #eee;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}
.select-right, .create-class{
    border:1px solid #eee;
}
/* button.addstudent,
button.addstudent:hover,
button.addstudent:focus{
    background: none !important;
    border: none !important;
    color: #196874 !important;
    outline: none !important;
} */

/* Add student to class */
.select-class{
    margin-bottom: 15px;
}
.select-class label{
    color: #616161;
    font-size: 16px;
}
.move-new-student-detail{
    margin-bottom: 15px;
}
table.move-student > thead, table.move-student tbody > tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.move-student th{
    font-size: 17px;
    font-weight: 600;
    padding:5px 10px;
    border-bottom:1px solid var(--primary);
    border-right: 1px solid var(--primary);
    text-align: center;
}
.move-student tr select option{
    padding: 3px 10px;
}
.move-student tr select:focus{
    border:none;
}
/* .move-student td{
    border-right: 1px solid #196875;
} */
.move-student select{
    border:none;
    font-size: 15px;
}
.move-controls{
    margin-bottom: 15px;
}

.highcharts-figure, .highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
/*
#statusmsg {
    -webkit-animation: cssAnimation 5s forwards;
    animation: cssAnimation 5s forwards;

}*/



@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

div.student-user-list{
    height: 155px;
    /* overflow-y: auto; */
}
ul.student-user-list li{
    margin-bottom: 3px;
}
.panel-default>.panel-heading{
    color: #fff !important;
    background-color:var(--primary)!important;
    border-color: #ddd !important;
}

/* STUDENT REPORT */
#studentRepo, #studentRepo .table.dataTable{
    /* height: 320px;
    overflow: auto; */
    margin: 15px 0;
}
#studentRepo th{
    font-size: 15px;
}
table#studentRepo{
    min-width: 720px;
    max-height: 50vh;
    overflow-y: auto;
}
#studentRepo .table.dataTable{
    display: block !important;
}
table#studentRepo tbody {
    /* display: block; */
    display: table;
    max-height: 300px;
    overflow-y: auto;
   
    width: 100%;
}
table#studentRepo tbody tr td,
table#studentRepo thead tr th,
table#studentRepo tfoot tr td{
    padding: 5px 5px ;
    text-align: center;
}
.summary-buttons{
    margin-top: 42%;
}
table#studentRepo tfoot{
    display: table;
    width: 100%;
    position: sticky;
    bottom: 0;
    z-index: 8;
    background-color: white;
}


table#studentRepo thead
{
    display: table;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 4;
    /* table-layout: fixed; */
}
span#idquestion{
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: 50%;
    width: 80px;
    transform: translate(-50%,50%);
}
#btnEnableTTS{
    padding:5px 10px;
    background: #e4e8e8;
    color: #4d4d4d;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: left;
    font-size: 14px;
    margin-top: -1%;
    margin-left: 0%;
}

#btnEnableTTS{
   float: left;
}
ul.liPad>li>label{
    width:20px;
    height:25px;
}
.button-bottom{
    position: relative;
    right: 0px;
    bottom: 0;
    clear: both;
    width: 100%;
    justify-content: space-between;
    margin-bottom: -6%
}
.reviewShowModal .summary{
    overflow-y: auto;
    max-height: 80vh;
}
.button-bottom .right{
    float: right;
    margin-top: 12px;
}

.button-bottom .left{
    float: left;
    margin-top: 12px;
}
.row.Review{
    padding: 20px;
    position: relative;
}
.lesson-questions p{
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 40px;
}
.lesson-questions ul{
    padding-left: 100px;
}
.lesson-questions ul li{
    font-size: 17px;
    margin-bottom: 25px;
}

.lesson-question-buttons ul{
    padding: 0;
}
.lesson-question-buttons{
    display: flow-root;
}
.lesson-question-buttons ul li{
    display: inline-block;
}
.lesson-question-buttons ul li a{
    color: #fff;
}
/* #questionPara {
    margin-bottom: 30px;
    margin-top: 4%
} */
#questionPara ul li .option{
    background-color:var(--primary);
    color: #fff;
    border-radius: 10px;
    margin-right: 5px;
    float:left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}
#questionPara ul.options li{
    width:75%;
    margin-top: 1.5em;
}
#questionPara ul.options li span{
    font-size: 15px;
    margin-left: 20px;
}
#questionPara ul.options li span img{
    width:auto !important;
    margin-left: 20px;
}
#subCont ul li label{
    position: absolute;
}
.viewmode1{
    display:flex;
    flex-wrap: wrap;
}
.viewmode1 .graph{
    flex:auto;
    width:70%;
}
/* button for switch view of graph in student report*/
#Repograph{
    clear: both;
    
}
 
#togglebtn{
    background-color:var(--btn-primary);
    border-radius: 5px;
    margin-bottom: 30px;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    transition: 0.3s all;
    
    text-transform: capitalize;
    font-size:15px;
    
    font-weight: 600;
    background: #444444;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  
}

#togglebtn:hover{
    
    color: var(--btn-txt-hover);
    background-color: var(--btn-hover);
}
#togglebtn:focus{
    
   border: #019aff;
}

#togglebtn:active{
    transform: scale(.99);
}

.tilesview #quick-link-container, .tilesview #myclasses-wrapper, .tilesview #basic-view{
    display:none;
}
#tilesViewContent{
    display: none;
}
.tilesview #tilesViewContent{
    display: block;
}

/* button for switch view of graph in student report*/

/*student report progress Graph start*/
/*#studentRepo .highcharts-series rect {
    width: 10px;

}*/

.progress_graph {
    display:flex; 
    justify-content:center;
    height: 100px; 
    margin: 0 ;
}


/*student report progress Graph end*/


#image{
    float: right;
    position: absolute;
    right: 0;
    top:10px;
}
#qtext img{
    max-width: inherit !important;
}
#image img{
    max-height: 235px !important;
}
#questionPara ul li i.fa{
    margin-right: 5px;
}
#questionPara ul li{
    font-size: 17px;
    min-height:30px;
    margin-bottom: 20px;
}
#questionPara ul li label span{
    position: relative;
}
.explanation{
    color: green;
    font-size: 13px !important;
    margin: 0 !important;
    position: relative;
    top: -20px;
    left: -52px;
    background:none;
    border:none;
    /* top: -47px; */
    display: table-cell;
}
.explanation:focus{
    border:none;
    color:green;
}
/* Classroom report */
#classroom_report{
    /* min-height: 300px; */
    /* height: 490px !important; */
    overflow: auto;
    display: block !important;
}
table#classroom_report tbody,table#lessons_table tbody {
    /* max-height: 150px;
    margin: 0;
    overflow-y:auto; */
}
#lessons_table{
    height: 200px;
    overflow:auto;
}
/* #lessons_table.dataTable.no-footer{
    display: block !important;
} */
#student_dailyusageReport_wrapper table.dataTable thead th{
    text-align: center;
}
#student_dailyusageReport_wrapper .dataTables_scrollBody{
    overflow:auto !important;
}
/* DIAGNOSTIC REPORT */
.diagnostic-report tbody{
    max-height: 300px;
    /* display: block;
    overflow-y: auto !important; */
}
.diagnostic-report tbody tr{
    cursor: pointer;
}
/* .diagnostic-report table thead,.diagnostic-report table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
} */

/* LESSON ASSIGNMENT (MULTIPLE STUDENTS) */
#calendar .fc-col-header-cell-cushion {
    color:#fff !important;
}
#calendar tbody{
    background-color:#fff !important;
    overflow-x: auto;
}
td.fc-timegrid-axis.fc-scrollgrid-shrink{
    height:500px;
}
.lesson{
    border:2px solid var(--primary);
    margin: 10px 0 10px;
    height:120px;
    overflow-y:auto;
}
.lesson .form-label{
    padding: 7px 0;
    text-align:center;
    background:var(--primary);
    color:#fff;
}

.lesson .form-check{
    padding-left:10px;
}
.lesson .modal-footer {
    padding: 0 0 15px !important;
    text-align: center !important;
    border:none !important;
}
#lessonbrainchild{
    margin-bottom: 10px;
}
#lessonbrainchild table.dataTable tbody td{
    padding: 5px 10px !important;
}
#lessonbrainchild tbody#lesson td label{
    /* width: 90% !important; */
    overflow: visible !important;
    width: auto!important;
    display: inline-block;
}
.enter-dates{
    margin-top: 10px;
}
ul.student-user-list img{
    display: inline-block;
}
ul.student-user-list span{
    width: 84%;
    display: inline-block; 
}
ul.student-user-list span{
    float: right;
}
#favsLessonsDiv table.dataTable tbody td{
    padding: 3px 10px !important;
}

@media screen and (max-width:1430px){
    div#ListQuestions, div#SelectedsQuestions{
        height: 200px !important;
    }
    .quick-links ul.navigation-bar{
        height: 460px;
    }
    .my-classes #MyClasslink{
        /* height: 468px; */
        height: max-content;

    }
    .main-content{
        height: 80vh;
    }
    .new-class label.form-check-label{
        width: 83%;
    }
    .selectstudent #search_selectedstudent{
        width: 150px !important;
    }
}

@media screen and (max-width:1360px){
    .quick-links ul.navigation-bar{
        height: 440px;
    }
    .my-classes #MyClasslink{
        height: 350px;
        height: max-content;

    }
    .new-class label.form-check-label{
        width: 76%;
    }
    #studentList label {
        width: 118px !important;
    }
    #studentList, .class-list{
        height: 430px !important;
    }
}

.Additionallist h3{
    font-size:16px;
    font-weight: 600;
    margin-bottom:10px;
}
.Additionallist li{
    padding: 7px 0;
    border-bottom:1px solid #616161;
}
.Additionallist li.light{
    opacity: 0.7;
}
.panel-bod.Additionallist{
    height: 230px;
    padding: 15px;
    overflow-y: auto;
}

span[id^='duedatesp_']{
    margin-right: 15px;
    cursor: pointer;
}
input[id^='upduedate_']{
    margin-right: 15px;
    cursor: pointer;
    border: none;
}
.updateduedate, .cancleupdate{
   margin-right: 8px;
   cursor: pointer;
}
.cancleupdate{
    color: red;
}

.fa-check.updateduedate{
    color: green;
}
/* Daily instructions */
table#daily tbody {
    display: block;
    max-height: 220px;
    overflow-y: auto;
}


table#daily thead, table#daily tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#daily th{
    width:17% !important;
    border:3px solid transparent;
    background-image: none !important;
}
#gradestree .jstree-proton .jstree-node, #gradestree .jstree-proton .jstree-icon{
    background-image: url("32px.png") !important;
}
.cke_dialog_body{
    width: 50% !important;
    margin: 0 auto !important;
}
/* ul.jstree-children li ul.jstree-children {
    height: 100px;
    overflow: auto;
} */
#gradestree.jstree-proton ul li .jstree-clicked,
#gradestree.jstree-proton ul li .jstree-hovered,
#gradestree.jstree-proton ul li .jstree-clicked{
    background-color: #000;
    color: #fff !important;

}

#gradestree{
    max-height: 150px;
    overflow:auto;
}
#refrencediv ul.jstree-container-ul ul.jstree-children li ul.jstree-children li .jstree-anchor>.jstree-themeicon{
    display: none !important;
}
#refrencediv .jstree-proton .jstree-node{
    margin-left: 20px !important;
}
#refrencediv .jstree-anchor{
    color: #626262 !important;
}
#refrencediv .jstree-proton .jstree-hovered,
#refrencediv .jstree-proton .jstree-clicked{
    color:var(--primary) !important;
}
/* #refrencediv .jstree-proton .jstree-clicked{
    color: #fff !important;
} */



.panel-group .panel{
    margin-bottom:15px !important;
}
#accordion .panel-title a{
    position: relative;
    display:block;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: -4px;
    right: 30px;
    /* transform: rotate(180deg); */
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
}
table.AssignList thead,
table.AssignList tbody > tr{
    display: table;
    table-layout: fixed;
    width: 100%;
}
table.AssignList tbody{
    height: 85px;
    display: block;
    overflow:auto;
}



 /* Browse Content */

.spoken{
  background-color:#F44333;
}
.readtospeek{
  background-color:#ece01c;
}


div[class*="search-loader-"]{
    width: 15px;
    height: 15px;
    margin-left:5px;
    border-top: 3px solid var(--primary);
    border-right: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    display: none;
    animation: round 1s linear infinite;
}
@keyframes round{
    100%{ transform: rotate(360deg); }
}
.search-content{
    margin-bottom:30px;
}
.box{
    background: #fff;
    padding: 100px 20px 0;
    border-radius: 15px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
    text-align:center;
    height:250px;
    border:1px solid #eee;
}
.box h2{
    font-size:18px;
    margin-bottom:10px;
}
.result{
    /* border-bottom:1px solid rgba(0,0,0.6); */
    padding:10px 0 3px;
}
.search-content input{
    width: 100%;
    float:right;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: none;
    border:1px solid #c7c7c7;
    margin-bottom:10px
}

.search-content .button-default{
    display:block;
    width:80px;
    margin:0 auto;
}

.searched-content{
    display:none;
}
#browseSearch{
    max-height:439px;
    overflow-y:scroll;
}
#browseSearch .result{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}

.searched-content h3{
    font-size: 15px;
    margin-bottom: 15px;

}
.search-result {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
    margin-bottom: 15px;
}
.result{
    /* border-bottom:1px solid rgba(0,0,0.6); */
    padding:10px 0 3px;
}
.result-heading h3, .result-heading span{
    display:inline-block;
}
.result-heading span{
    font-size:20px;
    color:var(--primary);
    margin-left:10px;
}
.result p{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.result ul li{
    display:inline-block;
    margin-right:6px;
    padding:3px 5px;
    border-radius: 5px;
}
.brainchild ul li{
     background: #CCCCCC;
}

.teded ul li{
     background: #CCCCCC;
}

.vimeo ul li{
     background: #CCCCCC;
}
.youtube ul li{
     background: #CCCCCC;
}
 /*.result ul li:first-child{
    background:#ddd;
}*/

/* Browse Content */
.card{
    border:none !important;
    background-color: #fff;
    border-radius: 15px !important;
    padding: 20px 30px 40px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
    color: #616161 !important;
    margin-bottom:20px;
}

.card h2{
    font-size: 20px !important;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom:18px !important;
}

.lesson {
    min-height: 500px;
}

.vertical-tab {
    display: table;
    width: 100%;
}


.back-buttons{
    margin-bottom:15px;
}
.back-buttons li{
    display: inline-block !important;
    margin-right: 10px;
}
.back-buttons li a{
    display:block;
    color:#fff;
}
.back-buttons li a i.fa{
    font-size: 20px;
}
.lesson{
    min-height: 500px;
    margin-top: 40px;
}
.switch-language{
    position: absolute;
    right: 18px;
    top: 10px;
}
.lessonview .switch-language{
    top: 72px;
    right: 18px;
    position: fixed !important;
    z-index: 999;
}
.switch-language li{
    display:inline-block;
}
.lesson h2{
    text-align: center;
    color:var(--primary);
}
.vertical-tab{
    display: table;
    width:100%
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 180px;
    vertical-align: top;
    border-bottom:none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
   width:150px;
}
.vertical-tab .nav-tabs li a{
    color: #333;
    background: #e7e7e7;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 10px;
    margin: 0 0 20px 0;
    border: none;
    border-top: 4px solid #d1d1d1;
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 0;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li:last-child a{ margin-bottom: 0; }
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background: #fff;
    border: none;
    border-top: 4px solid #d1d1d1;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    background:var(--primary);
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease;
}
.vertical-tab .nav-tabs li a:before{
    width: 0;
    height: 4px;
    top: -4px;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before{
    width: 100%;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after{
    height: 100%;
}
.vertical-tab .tab-content{
    color: #333;
    /* background: #fff; */
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 5px 20px 10px;
    margin-top: 10px;
    display: table-cell;
    position: relative;
}
#serialbtn{
    width: 100%;
    text-align: center;
}
.summary #serialbtn{
    top:-3% !important;
}
span#idquestion{
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 80px;
    transform: translate(-50%,50%);
}
#btnEnableTTS{
    padding:5px 10px;
    background: #e4e8e8;
    color: #4d4d4d;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: left;
    font-size: 13px;
    margin-top: -1%;
    margin-left: 0%;
}
.modal-content .modal-body.lessonview #btnEnableTTS{
    margin-top: -10%;

}
.modal-content .modal-body.lessonview .lesson.card{
    padding-top: 25px;

}

#btnEnableTTS{
   float: left;
}
#btnEnableTTS img{
    width:20px !important;
    height: 20px !important;
}
ul.liPad>li>label{
    width:20px;
    height:25px;
}
.button-bottom{
    position: relative;
    right: 0px;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    margin-bottom: -6%
}
.button-bottom .right{
    float: right;
}

.button-bottom .left{
    float: left;
}

table.dataTable thead .sorting_asc{
    background-image: none !important;
}

.lesson-questions p{
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 40px;
}
.lesson-questions ul{
    padding-left: 100px;
}
.lesson-questions ul li{
    font-size: 17px;
    margin-bottom: 25px;
}

.lesson-question-buttons ul{
    padding: 0;
}
.lesson-question-buttons{
    display: flow-root;
}
.lesson-question-buttons ul li{
    display: inline-block;
}
.lesson-question-buttons ul li a{
    color: #fff;
}

.learning-plan{
    height: 400px;
}
.learning-plan tbody{
    max-height: 320px;
    display: block;
    overflow-y: scroll;
}
.learning-plan table thead, .learning-plan table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
tr.subjectname {
    background: #d5e2e4;
    font-weight: 600;
}
.learning-plan table tr a.score{
    color: #616161;
}
.learning-plan table tr a.score:hover{
    color: #616161;
}
/* LESSON SUMMARY */
.lesson-summary{
    text-align: right;
}
.lesson-summary li{
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 16px;
}
.lesson-summary .count{
    display: inline-block;
    border:1px solid #616161;
    width: 80px;
    text-align: left;
    padding: 2px 5px;
    margin-left: 10px;
}
.summary-buttons{
    height: 244px;
    text-align: center;
    /* padding-top: 85px; */
}
.summary-buttons .button{
    width: 187px;
    background:var(--primary) !important;
    padding: 5px 15px !important;
    margin-bottom: 15px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.loadquickv .fa-eye{
    cursor: pointer;
}

.a-pointer{
    cursor: pointer;
}

.button {
    background-color:var(--primary);
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border: none;
}
.button:hover{
    color: #fff !important;
}
.button.flag {
    background-color: #bdaf00;
}

.back {
    position: absolute;
    top: 20px;
    right: 15px;
}

.additional_content #accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 5px;
    background: transparent;
    position: relative;
}
.additional_content #accordion .panel-title a{
    display: block;
    padding: 10px 30px;
    margin: 0;
    background:var(--primary);
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
    position: relative;
}
.additional_content #accordion .panel-title a.collapsed{ border: none; }
.additional_content #accordion .panel-title a:before,
.additional_content #accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "fontAwesome";
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 4px;
    right: 30px;
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}
.additional_content #accordion .panel-title a.collapsed:before{
    color: rgba(255,255,255,0.5);
    transform: rotate(0deg);
}
.additional_content #accordion .panel-body{
    padding: 15px 20px;
    background:#fff;
    font-size: 15px;
    color:var(--primary);
    line-height: 28px;
    letter-spacing: 1px;
    border-top: none;
    margin-top:5px;
    border-radius: 5px;
    max-height: 100px;
    overflow:auto;
}

.Expired{
    opacity:0.7;
}

/* browse brainchild content */
table#example {
    width: 100%;
}
table#example th{
    height: 35px;
    padding: 0 15px;
}
.brainchild div#example_filter{
    margin-top: -50px !important;
}
.branchild .dataTables_filter{
    margin-bottom: 15px !important;
}
.brainchild .dataTables_scrollHeadInner{
    width: 100% !important;
}
.brainchild table.dataTable{
    width:100% !important;
}
.brainchild-lesson{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
    text-align:center;
    max-height:500px;
    overflow-y: auto;
    border:1px solid #eee;
}
/* .brainchild-lesson .jstree-wholerow-ul ul.jstree-children li ul.jstree-children{
    max-height: 100px;
    overflow-y: auto;
} */
.brainchild-lessons {
    overflow:auto;
    min-height:100px;
    text-align:left;
}
.brainchild-lesson .jstree-default .jstree-wholerow-hovered,
.brainchild-lesson .jstree-proton .jstree-wholerow-hovered,
.brainchild-lesson .jstree-proton .jstree-wholerow-clicked{
    background: var(--primary) !important;
    color:#fff !important;
}
.brainchild-lesson .jstree-default .jstree-hovered ,
.brainchild-lesson .jstree-proton .jstree-clicked,
.brainchild-lesson .jstree-proton .jstree-hovered{
    color:#fff !important;
    background:transparent!important;
    font-weight: 700;
}
.brainchild-lesson .jstree-proton .jstree-search,
.brainchild-lesson .jstree-proton .jstree-search.jstree-hovered{
    background: #eaea28 !important;
    /* font-style: normal !important; */
}
.brainchild-lesson .jstree .jstree-open > .jstree-children{
    margin-left: 30px;
}
.brainchild-lesson .jstree .jstree-open > .jstree-children ul.jstree-children{
    margin-left: 0;
}

/* Browse fav */
/* .fav_content .dataTables_length, #favTable_info, #favTable_paginate{
    display: none !important;
} */
#favTable_info{
    display: none;
}
#favsLessonsDiv .form-check{
    margin-bottom: 5px;
}
#favsLessonsDiv img{
    display:inline-block;
}
#favsLessonsDiv label{
    display: inline-block;
    width: 91%;
    float: right;
    white-space: normal !important;
}
table#favTable tbody {
    display: block;
    max-height: 300px;
    overflow-y: scroll;
}

table#favTable thead, table#favTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#quickviewModalBrain_r .back{
    display: none !important;
}

/* LESSON REPORT */
/* #classroom_report.table>tbody>tr>td,
#classroom_report.table>tbody>tr>th,
#classroom_report.table>tfoot>tr>td,
#classroom_report.table>tfoot>tr>th,#classroom_report .table>thead>tr>td,
#classroom_report.table>thead>tr>th{
    padding: 3px !important;
    width: 100% !important;
} */
#classroom_report thead tr th:first-of-type,
#classroom_report tbody tr td:first-of-type{
   min-width: 95px;
   max-width: 100px;
   
   
}
#classroom_report thead tr th:first-of-type{
    padding: 2px;
}
#classroom_report tbody tr td{
    padding: 8px 2px;
}


/*
#classroom_report.table>tbody>tr>td,
#classroom_report.table>tbody>tr>th,
#classroom_report.table>tfoot>tr>td,
#classroom_report.table>tfoot>tr>th{
    padding: 3px !important;
    width:25% !important;
}
*/

/* Assign lesson */
.assign-lesson-tabs .tab .nav-tabs{
    font-family: 'Lato', sans-serif;
    /* margin: 0 0 10px 0; */
    /* border: none; */
}
.assign-lesson-tabs  .tab .nav-tabs li a{
    color: #616161;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 4px 0px 4px rgb(0 0 0 / 16%);
    /* border-radius: 15px; */
    /* box-shadow: 4px 4px 4px rgb(0 0 0 / 20%); */
    font-size: 17px;
    text-transform: capitalize;
    margin-right: 3px;
    /* border: none; */
    overflow: hidden;
    border-bottom: none;
}
.assign-lesson-tabs  .tab .nav-tabs li:last-child a{ margin-right: 0; }
.assign-lesson-tabs  .tab .nav-tabs li a:hover,
.assign-lesson-tabs  .tab .nav-tabs li.active a{
    background: #000f1a;
    font-weight: 600;
    color: #fff;
    border-color: transparent;
    /* border: none; */
}
.assign-lesson-tabs .result{
    border-bottom: none;
}
.assign-lesson-tabs .label-student-option{
    display: block;
}
.assign-lesson-tabs .create-class{
    border:1px solid #ddd;
    box-shadow: none;
}
.assign-lesson-tabs .nav-tabs{
    border-bottom: none;
}
.ui-autocomplete.ui-front{
    display: block;
    z-index: 99999 !important;
}

#selectedstudent label{
    width: 250px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 !important;
    line-height:initial;
}
#studentList label{
    width: 150px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 !important;
    line-height:initial;
}
/* .multiAssignment #studentList label{
    display: contents;
} */

.jstree-proton .jstree-node{
    margin-left: 0 !important;
}

#SelectedStudents div:nth-child(odd) {
 background: #d7d7df;
}
#ListStudents div:nth-child(odd) {
  background: #d7d7df;
}
table.move-student tbody > tr{
    vertical-align: baseline !important;
}
#SelectedStudents div:nth-child(even) {
  background: #c4c1aa;
}
#ListStudents div:nth-child(even) {
  background: #c4c1aa;
}

/* .cke_contents{
    height: 30px !important;
} */

/* .jstree-clicked{
  background-color: #316975 !important;
} */
.daterangepicker .calendar-table .prev span,
.daterangepicker .calendar-table .next span{
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
}

#daily tbody tr>td:first-child{
    width: 120px;
    word-wrap: break-word;
    /* overflow: hidden;
    text-overflow: clip; */
    padding: 8px 2px;
}

/* Lesson new assignment table */


#exampleLti_wrapper{
    margin-top: 50px;
}

#exampleLti_wrapper thead tr:first-of-type th{
    text-align: center;
    background-color: #212222 !important;

}
#example_wrapper thead tr:first-of-type th{
    text-align: center;
    background-color: #212222 !important;

}
#example_wrapper .dataTables_length label, #exampleLti_wrapper .dataTables_length label{
    display: none;
}
#example_wrapper tbody button, #exampleLti_wrapper tbody button{
    background-color: transparent;
    border: none;
}
#exampleLti_wrapper tbody button {
    width: 20px;
    height: 20px;
}
#example_wrapper tbody button i:hover,#exampleLti_wrapper tbody button i:hover{
    color: black;
}
/*
#exampleLti_wrapper thead tr:nth-child(2) th:last-child,
 #exampleLti_wrapper tbody tr td:last-child{
    min-width: 10% !important;
    background-color: #019aff !important;
}
*/
.modal_backdrop{
    background-color: #000f1a56;
}

.fav .favlist .dataTables_length label{
    display: none;
   
}
.fav .favlist{
    margin: 20px 0;

}

.table_dec {
    border: 1px solid #8080804a
}
.table_dec tbody tr:nth-of-type(even) td{
    background-color:#f9f9f9 !important;
    border-top: 1px solid #8080804a;
    border-bottom:  1px solid #8080804a;
}
.table_dec tbody tr:last-of-type td{
    border-bottom: none;
}
.dataTables_length{
    display: none;
}
/*
.table_dec thead {
    position: sticky;
    top: -17px;
 }
#favouritelist_filter{
    position: relative;
    top: -35px;
}
/*
#lessonbrainchild tbody tr:nth-of-type(even) td{
    background-color:#f9f9f9 !important;
    border-top: 1px solid #8080804a;
    border-bottom:  1px solid #8080804a;
    display: block;
}*/
/*
#exampleLti_wrapper table{
    overflow-y: auto  !important;
    height: 100px !important;
    max-height: 200px !important;
   
}
#exampleLti_wrapper table thead{
    position: sticky;
    top:0px;
}
#example_wrapper table thead{
    position: sticky;
   
}*/
/*
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px dashed !important;
    
    border-right: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
}

   
a[data-toggle="collapse"][aria-expanded="false"] .caret { 
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.linkactive{
    background: var(--primary);
}*/

.switch-wrapper{
    width: max-content;
    display: flex;
    align-items: center;
    margin-top: 5px;
    /* margin-left: 15px; */
   
}
.switch-wrapper i{
    margin: 5px;
}
.switch-icon img{
    max-width: 40px;
    padding-inline: 10px;
}
.switch-input {
    display: none;
  }
.switch-label {
    position: relative;
    display: inline-block;
    min-width: 34px;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    /* background: #bb8c6b; */
    margin: 0px !important;
    /* min-height: 30px; */
    /* padding: 5px 0 5px 0;*/
    padding-left: 44px;
}
.switch-label:before {
    left: 1px;
    width: 34px;
    height: 14px;
    background-color: #9E9E9E;
    border-radius: 8px;
}
.switch-label:before, .switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.switch-label:after {
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* background-color: #FAFAFA;
   
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 14%), 0 2px 2px 0 rgb(0 0 0 / 10%), 0 1px 5px 0 rgb(0 0 0 / 8%); */
    background-color: #ea0000;
    box-shadow: inset 0px -2px 1px rgb(0 0 0 / 25%);
}
.switch-input:checked + .switch-label:before {
    background: #767575 !important;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.switch-input:checked + .switch-label:after {
    background-color: #ea0000;
    box-shadow: inset 0px -2px 1px rgb(0 0 0 / 25%);
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
  }
  .switch-input:checked + .switch-label .toggle--off {
    display: none;
  }
  .switch-label .toggle--on {
    display: none;
  }
  .switch-label .toggle--off{
    display: inline-block;
  }
  .switch-input:checked ~ .fa-list-ul{
    color: red;
  }
  .fa-list-ul{
    color: #019aff;
  }

.full-view #tilesViewContent{
    display: block;
}
/* #tilesViewContent{
    display: none;
} */

/* .card .card-header {
    box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 5px;
     background-color: #f1f1f1; 
    background-color: #000;
    color:#fff;
} */
.full-view .main-content{
    background-color: #d9d9d966;
}
.card-header .title{
    text-align: center !important;
    color:#ea0000;
    font-size: 25px;
    font-weight: 700;

}

.full-view .card {
    display: inline-block;
    position: relative;
    /* width: auto; */
    margin: 15px 0 20px 0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    padding-top: 0;
   
}
.full-view .card-container .card{
    padding: 0;
    border-radius: 0 !important;
    width: 100%;
    background: transparent !important;
}
.ser-text {
    font-size: 20px !important;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000;
}
.card-container .card a:active .service-box{
    box-shadow: inset 0px 0px 2px 4px grey;
    border: 1px solid #fff;
}
.service-box {
    display: flex;
    padding: 10px;
    align-items: center;
    background: #FCFCFC;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 1px -4px 2px rgb(0 0 0 / 25%) !important; */
    border-radius: 18px;
    
    
    background: #fff;
    border: 1px solid #fff;

    
    box-shadow: -7px -8px 5px grey, -7px -10px 13px grey, -10px 0px 12px grey, 6px 20px 25px rgb(0 0 0 / 90%);
}

.service-box>.icon-image, .service-box>div{
    flex: 0.5 !important;
}
.service-box>.icon-image img{
    max-width: 80px;
    max-height: 80px;

}
.ser-text{
    text-align: left;
    
}
.card-wrapper{
    background: radial-gradient(164.91% 281.04% at 67.28% -31.3%, #545454 0%, #1F1F1F 100%) !important /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 25px;
    padding: 20px !important;

}


.highcharts-background{
    FILL:transparent;
    


}
.highcharts-root{
    font-family: "poppins", "Lucida Sans Unicode", 'poppins', Arial, Helvetica, sans-serif !important;
}
.highcharts-contextbutton .highcharts-button-box{
    fill:transparent;
}
#Repograph .highcharts-container {
    border-radius:20px;
    border: 2px solid #C1C1C1;
}

 .profile_group{
    float: right;
    /* padding-right:  ; */
    
    border-radius: 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.profile-img{
    margin-left: 10px;
}
 .profile_group span a{
    
}
.profile_group span a:hover {
   

}
.profile_sub_menu:hover,
.profile_icon:hover + .profile_sub_menu{
    display: block;
    pointer-events: auto;
}
.profile_sub_menu {
    display:none;
    position: absolute;
    right: 0;
    top: 0;
    margin: -10px 0px 0 0;
    width: 43%;
    background-color: transparent;
    padding: 5px 0px;
    /* border: 1px solid; */
    border-radius: 10px;
    
    pointer-events: none;

}
.sub_menu_link li:first-of-type
{
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.sub_menu_link li:first-of-type img{
    width: 40px;
}
.sub_menu_link li a{
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: block;
}
.sub_menu_link{
    background: radial-gradient(164.91% 281.04% at 67.28% -31.3%, #545454 0%, #1F1F1F 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
border-radius: 7px;
padding: 20px;
}

.modal-95{
    width: 95%;
}
.create-modal .tab-pane{
    margin-top: 10px;
}
.btn a{
    color: #fff ;
}
.create-modal ul.nav-tabs{
    /* display:flex; */
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    /* background: #ea0000; */
    color: #b7b7b7;
    padding-block: 10px;
    border-right: 5px solid #ea0000 ;
    border-bottom : 0px !important
}
.create-modal .nav-tabs>li>a{
    color: #616161;
}
.create-modal .nav-tabs>li.active>a, .create-modal .nav-tabs>li.active>a:focus,  .create-modal .nav-tabs>li.active>a:hover .create-modal .nav-tabs>li.active>a:visited{
    color: #000000;
    cursor: default;
    /* background-color: #ea0000; */
    border: 0px solid #ddd;
    border-bottom-color: transparent;

}

.create-modal .steps-wrapper{
    /* display:flex; 
    align-items: center; */
    display: grid;
    /* grid-template-columns: auto auto auto; */
    grid-auto-columns: 1fr auto;
    grid-auto-flow: column;
    /* align-items: center; */
}
.create-modal .steps-wrapper .text-wrapper{
    display:flex; 
    /* flex-direction:column;  */
    align-items: center;
    margin-inline: 20px;
}
.create-modal .steps-wrapper .text-wrapper .step-count {
     /* width: 100%;
      display: flex;  */
     /* aspect-ratio: 1/1;  */
     /* background: rgb(255, 255, 255);  */
     /* border-radius: 40px;  */
     /* align-items: center;  
     justify-content: center;*/
     margin-right:15px; 
     color: #000;
     width: 25px;
    /*aspect-ratio: 1/1;
    background: #ea0000;
    border-radius: 20px;
    border: 3px solid #6c6c6c; */
    position: relative;

}
.create-modal li .steps-wrapper .text-wrapper .step-count:after {
    content: '\2713';
    position: absolute;
    left: 0;
    border: 3px solid #00912b;
    top: 0;
    transform: translate(50%, -50%);
    aspect-ratio: 1/1;
    font-size: 14px;
    text-align: center;
    width: 20px;
    border-radius: 30px;
    background: #e8e8e8;
    line-height: 1;
    color: #00912b;
}
.create-modal li:last-child .steps-wrapper .text-wrapper .step-count:before, .create-modal li.additional:last-child .steps-wrapper .text-wrapper .step-count:before {
    height: 20px !important;
    
}
.create-modal li:first-child .steps-wrapper .text-wrapper .step-count:before, .create-modal li.additional:first-child .steps-wrapper .text-wrapper .step-count:before {
    height: 20px !important;
    transform: translate(18px, 0px) !important;
}
.create-modal li .steps-wrapper .text-wrapper .step-count:before{
    content: "";
    position: absolute;
    transform: translate(18px, -20px);
    width: 3px;
    height: 40px;
    background: #00912b;
}
.create-modal li.active .steps-wrapper .text-wrapper .step-count:after{
    background: #Ea0000;
    content: '';
    border: 3px solid #Ea0000;
}
.create-modal li.active .steps-wrapper .text-wrapper .step-count:before{
    background: #Ea0000;
}
.create-modal li.disabled .steps-wrapper .text-wrapper .step-count:after{
    background: #ffffff;
    content: '';
    border: 3px solid #616161;
}
.create-modal li.disabled .steps-wrapper .text-wrapper .step-count:before{
    background: #616161;

}

.create-modal .steps-wrapper .text-wrapper .step-count:before {
    content: '\2713'; /* Unicode character for a checkmark */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 1;
    color: green; /* Set the color of the checkmark */
  }

li.complete a .step-count  {
    /* background: #000000 !important;  */
    
}
li.complete a .step-count h3, li.active a .step-count h3{
    color: #000000;

}
li.active a .step-count {
    /* background: #00860d!important;  */
   
}
.create-modal ul.nav-tabs li a{
padding-inline: 0px;
border: 0px;
}
.create-modal .nav>li>a:hover{
    /* background-color: #e03f3f; */
    border-color: transparent;
}
.create-modal li a{
    color: #d8d8d8;
}
li.active a, li.complete a, li.active a i, li.complete a i{
    color: #fff;
}
.mt-10{
    margin-top: 10px;
}

.create-modal #lessonbrainchild{
    width: 100%;
}
.create-modal #lessonbrainchild th{
    
text-align: center;
padding-block: 10px;
}

.create-modal .search-wrapper{
    display: flex;
    align-items: center;
    justify-content: end;
    border: 1px solid rgb(203 203 203);
    background: #Ea0000;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;

}
.create-modal .search-wrapper input{
    border: none;
}
.create-modal .create-class {
    box-shadow: none;
}
.create-modal .create-class hr{
    border-color: #ea0000;
}
