/* @import "../plugins/simple-line-icons/simple-line-icons.min.css"; */
@import "../plugins/font-awesome/css/font-awesome.min.css";
/* <!--bootstrap --> */
@import "../plugins/bootstrap/css/bootstrap.min.css";
@import "../plugins/summernote/summernote.css";
/* <!-- morris chart --> */
@import "../plugins/morris/morris.css";
/* <!-- Material Design Lite CSS --> */
@import "../plugins/material/material.min.css";
@import "./material_style.css";
/* <!-- animation --> */
@import "../css/pages/animate_page.css";
/* <!-- Template Styles --> */
@import "../css/plugins.min.css";
@import "../css/style.css";
@import "../css/responsive.css";
@import "../css/theme-color.css";
@import "../plugins/datatables/plugins/bootstrap/datatables.bootstrap.css";
@import "../plugins/iconic/css/material-design-iconic-font.min.css";
@import "../css/pages/extra_pages.css";
@import "../css/loader.css";

.classtitlebtn {
    padding: 0px;
    width: 115px;
}
.UserTable {
    width:120px;
}
.MuiSelect-selectMenu{
    color:#000000 !important;
}
.infinite-scroll-component.gradeTableScroll {
    overflow-x: auto !important;
}
.menuNameList {
        color: #b4b6bd;
        border-bottom: none;
        display: block;
        position: relative;
        margin: 0;
        padding: 17px 15px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
}
.sub-menu_none {display:none}
.sub-menu_block {display:none}
.menuNameList i {
    margin-right: 10px;
}

.schoolnametop {
    margin-top:18px;
}
td {cursor: context-menu !important;}
.padding15 {
    padding-top:10px;
}
.todayAttendanceName {
    width:15%;
}
.selecttag {
    color:#cccccc;
}
.lineChartLabel {
    text-decoration: line-through;
    color:#cccccc;
}
.subMenuList {
    color:#ffffff !important;
}
.subjectbox{
    background: #dadada;
    border-radius: 10px;
}
.subjectboxtitle{
    background: #57bb8a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.subjectboxtitleNot{
    background: #f5ce62;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.subjectboxtitleNot{
    background: #f5ce62;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.subjectboxtitleInccort{
    background: #dd776e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.subjectboxbg {
    background: #f7f7f7;
}
.topBox{
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.lineChartLabelnormal {
    text-decoration: none;
}
.feedbackcharbar {
    color:#757575;
    font-size:12px;
}
.height265{
height:265px !important;
}
.min-height265{
    min-height:265px !important;
    }
.height300{
    height:500px !important;
    }
    .height337 {
        height: 337px !important;
    }
.loadingCommon {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
  }
  
  @-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  .boxsize {
    padding: 4px;
    color: #fff;
    text-align: center;
    padding-top: 18px;
    font-size: 10px;
  }
  .max-height-scroll{
    max-height: 420px;
    overflow: auto;
    width: 800px;
  }
  td.academicGrade {
    border: 1px solid #ffffff;
}
td.academicGradeTitle.text-center {
    border: 1px solid #ffffff;
}
 .tagcolor{
    font-size: 12px;
    color: #fb0000;
 }
 .studentNameListbox{
     height:550px !important;
 }
.imageUploadRemove .fa{
    color: #f44336;
    font-size: 16px !important;
    padding-top: 3px;
    background: #fffcfccc;
    padding: 6px;
    border-radius: 25px;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    top: -10px;
    position: relative;
    left: -17px;
}
.width100 {
    width:100% !important;
}
.ARheight {
    height: 265px;
}
button.close {
    background: #ffffff !important;
    width: 20px;
    height: 20px;
    position: relative;
    left: 5px;
    top: -20px;
    /* bottom: 9px; */
    opacity: 1;
    border: 1px solid #cccccc !important;
}
.clickMenuList:hover {
    color:#ffffff !important;
}
.close span {
    position: absolute;
    top: 5px;
    left: 7px;
}
.colorCodeCenter {
    margin: auto 0 0 25%;
}
.labelChart{
    padding: 6px;
    width: 100% !important;
    font-size: 11px;
    border-radius: 41px;
    font-weight: bold;
    /* margin-bottom: 15px; */
}
.labelChartMainDiv{
    position: absolute;
    left: 10px;
    top: 155px;
    width: 180px;
    float: left;
}

.attendance-container {
    width: 75%;
    display: flex;
    overflow: auto;
  }
  .attendance-flex-container {
    display: flex;
    flex-wrap: no-wrap;
    
  }
  .minwidth{min-width: 100px;}
  .height60{height: 60px;}
  .attendance-flex-scroll {
    display: flex;
    flex-wrap: nowrap;
    width: 99%;
  }
  
  .attendance-box {
    width: 75px;
    height: 75px;
  }
  
  .attendance-box:nth-child(3n-2) { background-color: #EF5350; }
  .attendance-box:nth-child(3n-1) { background-color: #2E7D32; }
  .attendance-box:nth-child(3n) { background-color: #03A9F4; }
  .width1Table{width: 35%;}

  .paddingcommon {
      padding:9px !important;
  }
.labelChartMainDivRight {
    position: absolute;
    right: 10px;
    top: 54px;
    width: 180px;
    float: left;
}
.profileImage img{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 25px;
    border-radius: 50px;
}
.icount {
    border-radius: 100%;
    width: auto;
    padding: 2px 7px 2px;
    text-align: center;
    color:#ffffff;
}
.correctBG{
    background: rgb(69, 149, 146);

}
.incorrectBG{
    background: rgb(248, 130, 102);
}
.notansBG{
    background: rgb(248, 201, 124);
}
.widthLabel{
    width: 95px;
    float: left;
}
.font14{
    font-size: 14px;
}
.zindex0{
    z-index: 0 !important;
}
.MuiAutocomplete-popper{
    z-index: 5 !important;
}
.Mui-disabled input{
color:#000000 !important;
}
.cardBoxSize {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin: 15px;
}
.slimScrollDiv {
    width:100% !important;
}
.absentbg {
    color:#ff0000;
    font-size: 10px;
}
.cursorPoint{
    cursor: default !important;
}
.topicbg {
    background: #53a0f3;
    padding: 6px;
    border-radius: 13px;
    color: #ffffff;
}
ul.docListWindow{
    width:100% !important;
}
.width100{
    width:100% !important;
}
.modal-90w { max-width: 90% !important; }
.progressbar {
    height:15px;
}
.countBtn {
    width:50px;
}
.pragressBarGood {
    background-color: #318f94;
}
.pragressBarMiddel {
    background-color: #f8c97c;
}
.pragressBarwid {
    background-color: #d0011b;
}
.page-background{
	background-image: url('../../../../assets/img/bg-01.jpg');
}
input::-webkit-input-placeholder { color:#8b8a8a;}
input:-moz-placeholder { color: #8b8a8a;}
input::-moz-placeholder { color:#8b8a8a;}
input:-ms-input-placeholder { color:#8b8a8a;}

textarea::-webkit-input-placeholder { color:#8b8a8a;}
textarea:-moz-placeholder { color:#8b8a8a;}
textarea::-moz-placeholder { color:#8b8a8a;}
textarea:-ms-input-placeholder { color:#8b8a8a;}
.selector-title{
	margin-top: 0px !important; 
	color: #000000;
}
.card-body .fa {
    font: normal normal normal 12px/1 FontAwesome !important;
}
.card-body *{
    font-family: Poppins,sans-serif !important;
}
.page-footer {
    position:fixed;
    clear: both;
    bottom: 0;
    width: 100%;
    padding: 5px;
    z-index: 1003;
}
.headerBold {
    font-weight: 600;
}
.MuiInputLabel-shrink {
    transform: translate(0, 1.5px) scale(1) !important;
    transform-origin: top left;
}
input:-internal-autofill-selected *{
    background-color: transparent !important;
}
.categoryPadding{padding-top: 1.1rem !important;}
.s-name {
    background: #ccc;
    text-align: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bolder;
}
.schooldetailscolor *{
    color: #000000 !important;
}
.schooldetailscolor input[type="text"] *{
    color: #9b0000 !important;
    font-size: 42px !important;
}
.m-name {
    background: #E91E63;
    text-align: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bolder;
    color: #fff;
}
.n-name {
    background: #4CAF50;
    text-align: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bolder;
    color: #fff;
}
.a-name {
    background: #FFC107;
    text-align: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bolder;
    color: #fff;
}

.flex-container {
    display: flex;
}
.MuiSwitch-colorSecondary.Mui-checked + .MuiSwitch-track {
    background-color: #28a745 !important;
}
.MuiSwitch-colorSecondary.Mui-checked {
    color: #ffffff !important;
}
.MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track {
    opacity: 1 !important;
}
.teachername-s {
    background: #8BC34A;
    text-align: center;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-weight: bolder;
    font-size: 39px;
    display: inline-block;
}
.peiCharHeight{
    height:450px !important;
}
.peiAlign {
    text-align: right;
    top: 50px;
}
.teacher-status-color {
    width: 80px;
    height: 80px;
    background: #ccc;
    text-align: center;
}
.teacher-status-color p{
    line-height: 78px;
}

.teacher-status-color-good {
    width: 65px;
    height: 65px;
    text-align: center;
    border: 1px solid #fff;
}

.teacher-status-color-good p{
    line-height: 65px;
    color: #fff;
    font-size: 10px;
}
.teacher-status-color1 {
    background: rgb(74, 150, 145);
}
.teacher-status-color2 {
    background: rgb(118, 163, 140);
}
.white-color {
    background: #ffffff;
}
.status-color1 {
    background: #f3f3f3;
}
.status-color2 {
    background: rgb(91, 155, 143);
}
.status-color3 {
    background-color: rgb(248, 112, 96);
}
.status-color4 {
    background-color: rgb(248, 186, 119);
}
.status-color5 {
    background-color: rgb(163, 176, 134);
}
.status-color6 {
    background: rgb(133, 167, 138);
}
.status-color7 {
    background: rgb(49, 143, 148);
}
/* weak and good color code list */
.weak-good-color1 {background-color: rgb(248, 112, 96);}
.weak-good-color2 {background-color: rgb(248, 121, 99);}
.weak-good-color3 {background-color: rgb(248, 130, 102);}
.weak-good-color4 {background-color: rgb(248, 139, 104);}
.weak-good-color5 {background-color: rgb(248, 148, 107);}
.weak-good-color6 {background-color: rgb(248, 157, 110);}
.weak-good-color7 {background-color: rgb(248, 165, 113);}
.weak-good-color8 {background-color: rgb(248, 174, 116);}
.weak-good-color9 {background-color: rgb(248, 183, 118);}
.weak-good-color10 {background-color: rgb(248, 192, 121);}
.weak-good-color11 {background-color: rgb(248, 201, 124);}
.weak-good-color12 {background-color: rgb(228, 195, 126);}
.weak-good-color13 {background-color: rgb(208, 189, 129);}
.weak-good-color14 {background-color: rgb(188, 184, 131);}
.weak-good-color15 {background-color: rgb(168, 178, 134);}
.weak-good-color16 {background-color: rgb(149, 172, 136);}
.weak-good-color17 {background-color: rgb(129, 166, 138);}
.weak-good-color18 {background-color: rgb(109, 160, 141);}
.weak-good-color19 {background-color: rgb(89, 155, 143);}
.weak-good-color20 {background-color: rgb(69, 149, 146);}
.week-good-width-height {
    width: 15px;
    height: 15px;
}
.academicGrade {
    width: 90px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.academicGradeEmpty {
    width: 100px;
    height: 30px;
    text-align: center;
}
.academicGradeTitle {
    
    height: 30px;
    text-align: center;
}
.gradeTable th, td {
    border: 1px solid #ffffff;
}
.gradeTable{
    background: #f7f7f7;
}
.table-bordered td, .table-bordered th{
    border: 1px solid #ffffff;
}
.titleColorGrade {
    /* box-shadow: 0px 0px 6px 2px #ccc; */
    background: #007bff;
    font-size: 14px;
    color:#ffffff;
}
.titlesidebar {
    background: #1b3148;
    /* box-shadow: 0px 0px 5px 0px #ccc; */
    font-size: 14px;
    color: #ffffff;
}
.week-good-name {
    bottom: 5px;
    position: relative;
}
.badge {
    position: absolute;
    top: -6px;
    right: -12px;
    -webkit-animation: 1s ease 0s normal none infinite running wobble;
    -ms-animation: 1s ease 0s normal none infinite running wobble;
    -o-animation: 1s ease 0s normal none infinite running wobble;
    animation: 1s ease 0s normal none infinite running wobble;
}

.title-sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
}

.classes-height {
    height: 170px;
}

a {
    color:#000000;
    font-weight: normal;
}

.badge, .btn {
    text-transform: none !important;
}

.color-pink {
    color:#ff4081;
}
.multiImage {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
/* student details */

.student-status-color {
    width: 65px;
    height: 65px;
    background: #ccc;
    text-align: center;
}
.student-status-color p{
    line-height: 70px;
    font-size: 11px;
    color: #ffffff;
}

.student-status-color-good {
    width: 65px;
    height: 65px;
    text-align: center;
}

.student-status-color-good p{
    font-size: 11px;
    color: #ffffff;
}
.student-status-color1 {
    background: rgb(74, 150, 145);
}
.student-status-color2 {
    background: rgb(118, 163, 140);
}

.docListWindow {
    padding-right: 10px;
    padding-left: 10px;
}

/* loginForm */
.logincheckbox {
    top: 21px;
    position: relative;
    z-index: 1000;
    width: 17px;
}
  .errorcolor {
    color: #f44336;
	font-size: 1rem;
	padding-top: 3px;
}
.diaryerrorcolor {
    color: #f44336;
    margin: 0;
    font-size: 0.75rem;
    margin-top: 3px;
    text-align: left;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.03333em;
}

.fontSize {
    font-size:20px
}
.deleteIcon .fa {
    color: #f44336;
    font-size: 18px !important;
    padding-top: 3px;
    background: #fffcfccc;
    padding: 10px;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    top: -8px;
    position: relative;
    left: 10px;
}
.deleteIcon .fa:hover {
background: #ff4081;
    color: #fff;
}
.deleteIcon {
    position: absolute;
    top: -10px;
}
.errorlogin {
     color: #000000;
     font-size: 0.75rem;
     padding-top: 3px;
    }

.close {
    cursor: pointer;
    position: absolute;
    display: block;
    padding: 2px 5px;
    line-height: 20px;
    right: -10px;
    top: -10px;
    font-size: 24px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #cfcece;
  }
.formboxsize {
    width:435px !important;
}
.logoprofileicon {
    width:82px !important;
    height:82px !important;
}

.logoprofileicon i {
font-size: 35px;
}

.formtitlesize {
    font-size:25px !important;
    text-transform: capitalize !important;
}
.titleCapitalize {
    text-transform: capitalize !important; 
}
th {
    text-transform: capitalize;
}

.modelboxbutton {
    padding: 10px;
}
.modelbottomcolor {
    border-bottom: 1px solid #e5e5e5 !important;
}

.modal-content {
    border-radius: 10px !important;
}

.underwork {
    width:75px;
    margin-top: 10% !important;
}
.userNameTitle {
    text-transform: capitalize;
    font-weight: bold !important;
}
.usernamesubtitle {
    font-size: 12px;
}
.page-content-wrapper {
    margin-bottom: 80px;
}
.profile-header{
    min-height: 80px !important;
}
.user-img {
    max-width: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
}
.MuiButton-root {
    min-width: 120px !important;
    height: 40px;
}
.btn-disable
    {
    cursor: not-allowed;
    pointer-events: none;
    color: #c0c0c0;
    background-color: #ffffff;

    }
.activeview {
    width: 15px;
    height: 15px;
    background: #28a745;
    border-radius: 50px;
    border: 1px solid #fff;
}
.deactiveview {
    width: 15px;
    height: 15px;
    background: #ff0000;
    border-radius: 50px;
    border: 1px solid #fff;
    }
    .replaybackground {
        background: #f7f7f7;
        z-index: 999 !important;
        border: 1px solid #ccc;
        border-radius: 10px;
    }
    .firstletter {
        height: 35px !important;
        width: 35px !important;
        min-width: 35px !important;
    }
    .firstletter span {
        font-size: 18px !important;
    }
    .autoselection {
        overflow-y: auto !important;
    }
    .pointer {cursor: pointer !important;}
    .page404 {
        text-align: center;
        margin-top: 5%;
        font-size: 19rem;
        color: #ccc;
    }
    .studentImage {
        width: 210px;
        height: 210px;
        object-fit: cover;
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .paddingleft {
        padding-left: 35%;
    padding-right: 40%;
    text-align: center;
    }
    input[type="radio"] {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.5);
    }
    .diarybg {
        background: #f3f3f3;
    }
    .profile-userpic img{
        height: 130px;
        box-shadow: 0px 0px 8px 0px #ccc;
    }
  .font-color {
      color:#ffffff;
      opacity:1;
  }
  .infinite-scroll-component {
    overflow-x: hidden !important;
  }
  .table-responsive {
    overflow-x: hidden !important;
  }
 .WordCrop {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
    min-width: 50px;
 }
  
.loader3 {
    width:50px;
    height:50px;
    display:inline-block;
    padding:0px;
    text-align:left;
 }
 .loader3 span {
    position:absolute;
    display:inline-block;
    width:50px;
    height:50px;
    border-radius:100%;
    background:rgba(135, 211, 124,1);
    -webkit-animation:loader3 1.5s linear infinite;
    animation:loader3 1.5s linear infinite;
 }
 .loader3 span:last-child {
    animation-delay:-0.9s;
    -webkit-animation-delay:-0.9s;
 }
 @keyframes loader3 {
    0% {transform: scale(0, 0);opacity:0.8;}
    100% {transform: scale(1, 1);opacity:0;}
 }
 @-webkit-keyframes loader3 {
    0% {-webkit-transform: scale(0, 0);opacity:0.8;}
    100% {-webkit-transform: scale(1, 1);opacity:0;}
 }
 
@media (max-width: 580px){
    .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
        display: inline-block !important;
    }
    .page404 {
        font-size: 2rem;
    }
}


@media only screen and (max-width: 1466px) and (min-width: 1200px)  {
    .height300{
        height: 400px !important;
    }
}


@media only screen and (max-width: 1200px) and (min-width: 975px)  {
    .height300{
        height: 320px !important;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 956px)  {
    .height300{
        height: 500px !important;
    }
}
@media only screen and (max-width: 514px) and (min-width: 100px)  {
    .height300{
        height: 285px !important;
    }
}

.text-loader-css{
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

span.dot {
    display: inline-block;
    margin: 3px;
    padding: 0px;
    animation: dot 1s infinite linear;
    font-size: 28px;
 }
 
 span.dot:nth-child(2) {
    animation-delay: 0.2s;
 }
 
 span.dot:nth-child(3) {
    animation-delay: 0.4s;
 }
 
 @keyframes dot {
    0%,
    100% {
       opacity: 0;
    }
    50% {
       opacity: 1;
    }
 }