/*Code for semester  setting start here */
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);*/
/* written by riliwan balogun https://www.facebook.com/riliwan.rabo*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
body{

    font-family:Montserrat!important;
    /*background: linear-gradient(#294292, #08d0f1)!important;*/
}

/*.greenText{ color:green; }*/

.select2-container--bootstrap4 .select2-selection--multiple
{
    height: auto!important;
}

.del_playlist_btn ,.save_playlist_btn ,.edit_playlist_btn {

    float: left;
    color: black;
    border: 1px solid #ddd;
    border-radius: 10px;
}


.subject-list{
    font-size: 18px;
    font-weight: 500;

}
.sublist-group{
    margin-bottom: 3px;
    padding: 0px !important;

}
.sublist-group a{
    color: #598103;
    margin-bottom: 2px;
}

#page-wrapper
{
    width: 100% !important;
}

/*header isssue*/

#nav .menu .active a
{
    color: #ddd !important;
}

#header
{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color:#087498 !important;

}
#header #nav
{
    float:none!important;
}

.gp-scrolling.gp-fixed-header #header
{
    width: 100% !important;
}

/*header issue*/
#assets_content{
    padding: 50px;
}

.student_class_status{
  vertical-align: middle;
}


.select_sub{
    background: #036dae !important;
    color:white !important;

}



.select_sub a{
/*    color: white !important; */
    color: black !important; /* added by yogesh */
}
/* Added by Yogesh (start) 26 apr 19 */
.select_sub .subject_link_select{
  background: #036dae !important;
  color:white !important;
}
/* Added by Yogesh (end) 26 apr 19 */

.topic_div,.objective_div{
    z-index: 100;
}

.subject_div{
   display:none;
    border: 1px solid white;
    /*border: 1px solid grey;*/
    margin: 10px;
    padding: 0px;
    z-index: 100;
    /*margin-left: 120px;*/

    width: 90%;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow: hidden;*/
    border-radius: 0px;
    /*box-shadow: 2px 2px #888888;*/
    box-shadow: 2px 2px white;

}
.topic_div,.objective_div{
   display:none;
    /*border: 1px solid grey;*/
    border: 1px solid white;
    margin: 10px;
    padding: 0px;
    /*margin-left: 120px;*/

    width: 90%;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow: hidden;*/
    border-radius: 0px;
    /*box-shadow: 2px 2px #888888;*/
    box-shadow: 2px 2px white;

}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.board{
    width: 100%;
    /*margin: 60px auto;*/

    /*background: #e8e8e8;*/
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board #semester_tab.nav-tabs {
    position: relative;
    /* border-bottom: 0; */
     width: 85%;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}



.question_view{

    display: block;
    width: 100%;
/* padding: .375rem .75rem; */
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
/* border: 1px solid #ced4da; */
/* border-radius: .25rem; */
/* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}



.question_div_playlist{

    height: 79px;
    padding: 10px;
    font-size: 12px;
    border-radius: 4px;
    background: white;
    color: #000000b0;
    font-weight: 500;
}


.question_div{
    /*height: 100% !important; *!*/
margin-top: 50px;
    padding: 10px;
    /*border: 1px solid red;*/
    /* height: 170px; */
    /* padding: 75px; */
    height: 115px;
    color: #000000b0;
    font-weight: 500;
}
#texteditor_orq{
    margin-top: 10px;
}

#collapse_orp_key{
    padding: 15px;
}
.orq_question_body{

    border: 1px solid #8888885c;
    border-radius: 10px;
    padding-top: 10px;
    margin-left: 0.5%;
    width: 99%;

    box-shadow: 1px 1px #8888885c;
}
.orp_card{

    border: 1px solid gainsboro;
    border-radius: 10px;

}

#manageevent_modal .modal-dialog,#manageevent_modal2 .modal-dialog
{
    max-width: none;!important;
}
#questionviewmodal_body{
    border: 1px solid;
    border-radius: 10px;
    padding-top: 10px;
    margin-left: 0.5%;
    width: 99%;

    box-shadow: 1px 1px #888888;
}


.add_new_playlist_btn{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#semester_tab.nav-tabs {
    border-bottom: transparent !important;
}

.board > div.board-inner{
    /*background: #fafafa url(https://subtlepatterns.com/patterns/geometry2.png);*/
    background-size: 30%;
    text-align: center;
    padding-left: 50px;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 7px;
    background: #929eaa;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 15%;
    top: 30%;
    z-index: 1;
}


.following_btn{
   background-color:  #2a8cae;
    font-weight: 900 !important;
    font-size: 20px !important;
    border-radius: 17px !important;




}
#semester_tab.nav-tabs > li.active > a, #semester_tab.nav-tabs > li.active > a:hover, #semester_tab.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #999;
    z-index: 2;
    position: relative;

    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

.tabtitle{
    font-size: 20px;
    /*font-weight: 600;*/

}
.open_res_div{

    padding-top: 40px;
    display: none;
}

.multiple_choice_div{

    padding-top: 40px;
    display: none;
}

.qtype_div{
    padding-top: 30px;
    border-bottom: 1px solid;
    padding-bottom: 50px;
    margin-bottom: 10px;
}


span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

#semester_tab.nav-tabs > li.active > a span.round-tabs{
    background: rgb(60, 203, 206);
}
#semester_tab.nav-tabs > li {
    width: 20%;

}
#semester_tab.nav-tabs > li.lischooladmin {
    /* width: 20%; */
    width: 14% !important;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;

}

.plan_tab_content
{
    padding: 10px;
}
.link_input{
    display: none;

}

.tabno{
    color: #e8e8e8;
    font-family: Montserrat;
    padding: 5%;
    font-size: 50px;
}

li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    /*border-bottom-color: #ddd;*/

}
#semester_tab.nav-tabs > li a{
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

#semester_tab.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
    /*height: auto !important;*/
    /*overflow: auto;*/
}
.tab-pane{
    position: relative;
    padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}


@media( max-width : 585px ){

    .board {
        width: 100%;
        height:auto !important;
    }
    span.round-tabs {
        font-size:16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
    }
    #semester_tab.nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height:50px;
    }

    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding:12px 20px;
    }
}

#weekday_title {
    overflow: hidden;
    text-align: center;
    margin-left: 15%;
}
#weekday_title:before,
#weekday_title:after {
    background-color: #929eaa;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
#weekday_title:before {
    right: 0.5em;
    margin-left: -50%;
}
#weekday_title:after {
    left: 0.5em;
    margin-right: -50%;
}
.weekDays-selector input {
    display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 50px;
    background: #999999;
    height: 30px;
    width: 30px;
    color: white;
    margin-right: 7%;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: bolder;
}
.form-control:disabled, .form-control[readonly]{

    background: white !important;
}

.sem_form_lebel{
    color: black;
    font-size: 16px;
    text-align: right;

}
.weekDays-selector{
    margin-left: 15px;
}


.weekDays-selector p{
font-size: 12px;
    font-weight: normal;
    font-style: italic;


}

.tabtitle.active{
    color:#3ccbce;
    font-weight:600;
}

.weekDays-selector input[type=checkbox]:checked + label {
    background: #3ccbce;
    color: #ffffff;
}
.btn-circle.btn-xl {
    width: 50px !important;
    height: 50px !important;
    padding: 10px 16px !important;
    border-radius: 35px !important;
    font-size: 24px;
    line-height: 1.33;
    background: #3ccbce;
    margin-left: 20%;
    color: white;
}
.holiday_addicon{

font-size: 20px !important;
}

.hoildayhead_col{

    width: 33%!important;
}
.btn-circle {
    width: 30px !important;
    height: 30px!important;
    padding: 6px 0px!important;
    border-radius: 15px!important;
    text-align: center!important;
    font-size: 12px!important;
    line-height: 1.42857!important;
}
.days_title{
    color: black;
    font-size: 12px;

}
.hoildayhead{
    padding: 15px;
    border: 1px solid;
    text-align: center;
    color: #362b2b;
    background: #bdbdbd;
    font-size: 14px;
    font-weight: 600;
}
.hoildaybody{
    padding: 15px;
    background: #d5d3d4!important;
    /*border: 1px solid;*/
    text-align: center;
    color: #362b2b;
    background: rgba(237, 237, 237, 0.64);
    font-size: 14px;
    font-weight: 600;
}
.hoildayfooter{

    background: #d5d3d4!important;
}

#hoildayhead th{

    text-align: center!important;
}

table#holiday-table {
    border: none!important;
}

#holiday-table td, #holiday-table th{
    border-top: none !important;
}

.hoildaybottom{

    padding: 0px;
    margin-top: 50px;

    text-align: center;
    color: #362b2b;
    /*background: #e8e8e8;*/
    font-size: 14px;
    font-weight: 600;
    /*height: -webkit-fill-available;*/
}
.holidaycolumn{

    border-right: 1px solid gray;
;
}
.edit_holiday:hover {
    color:  #3ccbce;
}

.add_module_button{
    background: #3cc9cd !important;
}

.assets_t_link.active{

    font-weight: 600;
    text-decoration: underline;
}

.edit_holiday{
    cursor: pointer;
}
.class_col_head{
    /* margin-right: 10%; */
    background: #3ccbce;
    color: white;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    border: 1px solid white;
}

#addnewclassbox{
padding-bottom: 20px;
}
.classeshead{

    margin-bottom: 15px;
}
.class_col_content{

    text-align: center;

    padding: 5px;
    padding-right: 70px;
    margin-bottom: 10px;
}

.class_code{
    color: black;
    font-weight: 600;
}
.student_sign{
    font-style: italic;
}
/*triangle shap on hr line*/
.box {

    width: 100%;
    height: 80px;
    position: relative;
}

.line {
    height: 39px;
    border-bottom: 2px solid #767676;
}

.triangle {
    background: #e8e8e8;
    border: 2px solid #767676;
    border-width: 2px 2px 0 0;
    transform: rotate(-45deg);
    position: relative;
    left: 5%;
    top: 28px;
    width: 20px;
    height: 20px;
}
.color_div{
    width: 80%;
    border: 1px solid;
    padding: 8px;
    border-radius: 23px;


}
.class_box{
    padding: 10px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 10px;
    min-height: 60px;
    cursor: pointer;

}

.allHorariodiv{
    text-align: right!important;
}

.class_box_playlist{
    padding: 10px;
    opacity: 0.5;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 60px;
    background: #d7d5d5;
    color: black;
    cursor: pointer;

}

.class_box_playlist_noclick{
    padding: 10px;
    opacity: 0.5;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 60px;
    background: #d7d5d5;
    color: black;
    cursor: pointer;

}


.input_span{

    border-radius: 22px !important;
    background: white !important;
    border: none !important;
}

.class_playlist{

    padding: 10px;
margin: 40px;
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 60px;
    background: #d7d5d5;
    color: black;
    /*min-height: 400PX;*/
    cursor: pointer;
}
.class_box_playlist.active{
    opacity: 1;
    font-weight: 600;
}
.week_boxsmall{
    padding: 10px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #c6c4c4;
    height: 35px;
    color: white;
    cursor: pointer;

}
.teacherweek{
    height: 60px;
    font-size: 11px;
    word-wrap: break-word;
    text-align: center;
    padding-top: 2px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-bottom: 1px !important;
}
.teachertimediv{
    height: 60px !important;
}
.teachersch{
    padding-left: 2px;
    padding-right: 2px;
}

.assets_form_div{

    padding: 30px;
    border-right: 1px solid grey;
}

input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    /*font-size: 100%;*/
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}


#assetsModal .modal-dialog{

    max-width:95% !important;
}
#loadassetsmodal .modal-dialog{

    max-width:95% !important;
}

#demo-2 input[type=search] {
    /*background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;*/
    background: #ededed url(https://edunet.cl/wp-content/uploads/2018/11/search_icon.png) no-repeat -7px center;
    background-size: 50px 50px;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#demo-2 input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#demo-2 input[type=search]:hover {
    background-color: #fff;
}
#demo-2 input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#demo-2 input:-moz-placeholder {
    color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}


.vertical_line{

    height: -webkit-fill-available;
    border-left: 1px solid;
}
.vertical_box {
    /*backgroundbox: green;*/
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 50%;
}

th.dt-center, td.dt-center { text-align: center; }
.vertical_triangle{

    background: #e8e8e8;
    border: 2px solid #767676;
    border-width: 2px 2px 0 0;
    transform: rotate(-134deg);
    position: relative;
    right: 40%;
    top: 20px;
    width: 20px;
    height: 20px;
}
.dayshader{
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: black;
}

.time_div{
    padding: 2px;
    height: 35px;
    color: black;
    text-align: right;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;

}
.trianglepos{

    margin-bottom: 10px;
    min-height: 60px;
    border-radius: 6px;
}
.addmoreform{

    border: 1px solid;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.schedule_modal_heading{
    color: #3ccbce;
}

.borderless{
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.borderless th,.borderless thead th,.borderless tr,.borderless td{
    font-weight: bold;
    border-top: none !important;
    border-bottom: none !important;
    padding: 10px;
    text-align: left;
}
.timeinput{

    width: 70px;
    display: none;
}
.timeinput_new{

    width: 70px;

}


.timeinput::-webkit-datetime-edit-ampm-field {
    display: none;
}
.timeinput::-moz-time-edit-ampm-field {
    display: none !important;
}
input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none !important;
    -o-appearance: none;
    -ms-appearance:none;
    appearance: none;
    margin: -10px;
}



.module_input{
    width: 100px;
    display: none;

}
.module_input_new{
    width: 100px;


}
.moudle_save_btn{
    font-size: 20px;
    color: #0c0c0c;
    padding:10px;
    cursor: pointer;
    display: none;

}
.moudle_save_btn_new{
    font-size: 20px;
    color: #0c0c0c;
    padding:10px;
    cursor: pointer;
}

.error_input{
    border: 1px solid red;
}

input[type='time'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*remove spin from number table*/


input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/*classes-library start here*/


#sidebar_classes_library {
    width: 250px;
    box-shadow: 0px 10px 8px #888888;
    top: 0;
    left: 0;
    /*height: 100vh;*/
    z-index: 999;
    background: #efefef;
    color: #fff;
    transition: all 0.3s;
}
.card{
    margin-top: 10px;


}
.search_div{
    padding: 30px;

}
.filter_span{
    font-size: 14px;
    padding: 7px;
    color: #8885a2;
    cursor: pointer;
}


#classlibrary_select::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */

}
#classlibrary_select{
    cursor: pointer;
    border-radius: 30px;
}


#classlibrary_select option:checked{
    background: #1aab8e -webkit-linear-gradient(bottom, #149dc1 0%, #149dc1 100%);
}
.classlibrary_lebel{
    font-size: 22px;
    color: gray;
}
.search_div .list-group-flush .list-group-item{
    /*width: 90%;*/
    background: whitesmoke; /* added by yogesh 25 apr 19 */
    border-color: white; /* added by yogesh 25 apr 19 */
}
/* added by yogesh (start) 26 apr 19 */
#load_assets .search_div .list-group-flush .list-group-item{
    border: 1px solid whitesmoke;
}
/* added by yogesh (end) 26 apr 19 */


#sidebar_classes_library .selected_sub_pat{


    border-radius: 10px;
 }

/* Added by Yogesh (start) 26 apr 19 */
.list-group-item{
    background: whitesmoke;
}
/* Added by Yogesh (end) 26 apr 19 */


.subject_div .list-group-item,.topic_div .list-group-item,.objective_div .list-group-item {
    padding: 0px !important;
}

.subject_link_select{

    display: inline-block;
    width: 88%; /* Updated by yogesh from 90% to 88% 26 apr 19*/
    /* height: 31px; */
    padding: 10px;
    /*border: 1px solid;*/
    background: white !important; /* Added by yogesh 26 apr 19 */
}
.sub-subject_link_select{
    display: inline-block;
    margin-left: 10px; /* added by yogesh 26 apr 19 */
    color: darkgray; /* added by yogesh 26 apr 19 */
}
/* added by yogesh (start) 26 apr 19 */
#load_assets .sub-subject_link_select{
  /*  margin-left: 3px; */
}
/* added by yogesh (end) 26 apr 19 */

.selected_sub_path,.select_subject_type{
    border: 1px solid gainsboro;
    padding: 10px;
    width: 100%;
    color: gray;
}
.select_subject_type ul{
  list-style: none;
}
.select_subject_type ul li{
    margin-left: 0;
}
.search_div .list-group{
    align-items: center;
    /*background: white;*/
    border-radius: 30px;
    padding: 10px;
}
/*ribbon test*/

#ribbon{

    font-size: 12px;
    padding-right: 10px !important;
}
#ribbon-container {
    position: absolute;
    top: 15px;
    /*right: -20px;*/
    left: -26px;
    overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
    font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */
    line-height: 18px;
}

#ribbon-container:before {
    content:"";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    /*left: 0;*/
    right: -15px;
    border-top: 15px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
    border-bottom: 15px solid rgba(0,0,0,.3);
    border-left: 15px solid rgba(0,0,0,.3);
    border-right: 15px solid transparent;
}

#ribbon-container:after { /* This adds the second part of our dropshadow */
    content:"";
    height: 3px;
    background: rgba(0,0,0,.3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 15px;
    right:15px;
}

#ribbon-container a {
    display:block;
    padding:0px;
    position:relative; /* allows us to position our pseudo-elements properly */
    background:#0089d0;
    overflow:visible;
    height:30px;
    margin-left:15px;
    color:#fff;
    text-decoration:none;
}

#ribbon-container a:after { /* this creates the "folded" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    bottom:30px;
    right:98px;
    border-bottom: 10px solid #004a70;
    border-left: 10px solid transparent;
}

#ribbon-container a:before { /* this creates the "forked" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    top:0;
    /*left:-15px;*/
    right: -15px;
    border-top: 15px solid #0089d0;
    border-bottom: 15px solid #0089d0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

#ribbon-container a:hover {
    background:#009ff1;
}

#ribbon-container a:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
    border-top: 15px solid #009ff1;
    border-bottom: 15px solid #009ff1;
}


/*activites rebbon*/


#ribbon{

    font-size: 12px;
    padding-right: 10px !important;
}
#ribbon-container_1 {
    position: absolute;
    top: 15px;
    /*right: -20px;*/
    left: -26px;
    overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
    font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */
    width: 60%;
    text-align: center;
    line-height: 14px;
}
#ribbon-container_1:before {
    content:"";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    /*left: 0;*/
    right: -15px;
    border-top: 15px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
    border-bottom: 15px solid rgba(0,0,0,.3);
    border-left: 15px solid rgba(0,0,0,.3);
    border-right: 15px solid transparent;
}

#ribbon-container_1:after { /* This adds the second part of our dropshadow */
    content:"";
    height: 3px;
    background: rgba(0,0,0,.3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 15px;
    right:15px;
}

#ribbon-container_1 a {
    display:block;
    padding:0px;
    position:relative; /* allows us to position our pseudo-elements properly */
    background: #3ccbce;
    overflow:visible;
    height:30px;
    margin-left:15px;
    color:#fff;
    text-decoration:none;
}

#ribbon-container_1 a:after { /* this creates the "folded" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    bottom:30px;
    right: 89%;
    border-bottom: 10px solid #14a7aa;
    border-left: 10px solid transparent;
}

#ribbon-container_1 a:before { /* this creates the "forked" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    top:0;
    /*left:-15px;*/
    right: -15px;
    border-top: 15px solid #3ccbce;
    border-bottom: 15px solid #3ccbce;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

#ribbon-container_1 a:hover {
    background:#3ccbce;
}

#ribbon-container_1 a:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
    border-top: 15px solid #3ccbce;
    border-bottom: 15px solid #3ccbce;
}

/*assignment rebbon*/
#ribbon{

    font-size: 12px;
    padding-right: 10px !important;
}
#ribbon-container_2 {
    position: absolute;
    top: 15px;
    /*right: -20px;*/
    left: -26px;
    overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
    font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */
    width: 60%;
    text-align: center;
    line-height: 14px;
}
#ribbon-container_2:before {
    content:"";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    /*left: 0;*/
    right: -15px;
    border-top: 15px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
    border-bottom: 15px solid rgba(0,0,0,.3);
    border-left: 15px solid rgba(0,0,0,.3);
    border-right: 15px solid transparent;
}

#ribbon-container_2:after { /* This adds the second part of our dropshadow */
    content:"";
    height: 3px;
    background: rgba(0,0,0,.3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 15px;
    right:15px;
}

#ribbon-container_2 a {
    display:block;
    padding:0px;
    position:relative; /* allows us to position our pseudo-elements properly */
    background: #8bc95b;
    overflow:visible;
    height:30px;
    margin-left:15px;
    color:#fff;
    text-decoration:none;
}

#ribbon-container_2 a:after { /* this creates the "folded" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    bottom:30px;
    right: 89%;
    border-bottom: 10px solid green;
    border-left: 10px solid transparent;
}

#ribbon-container_2 a:before { /* this creates the "forked" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    top:0;
    /*left:-15px;*/
    right: -15px;
    border-top: 15px solid #8bc95b;
    border-bottom: 15px solid #8bc95b;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

#ribbon-container_2 a:hover {
    background:#8bc95b;
}

#ribbon-container_2 a:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
    border-top: 15px solid #8bc95b;
    border-bottom: 15px solid #8bc95b;
}

/*plalist rebbon*/

/*assignment rebbon*/
#ribbon{

    font-size: 12px;
    padding-right: 10px !important;
}
#ribbon-container_3 {
    position: absolute;
    top: 15px;
    /*right: -20px;*/
    left: -26px;
    overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
    font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */

    width: 60%;
    text-align: center;
    line-height: 14px;
}
#ribbon-container_3:before {
    content:"";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    /*left: 0;*/
    right: -15px;
    border-top: 15px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
    border-bottom: 15px solid rgba(0,0,0,.3);
    border-left: 15px solid rgba(0,0,0,.3);
    border-right: 15px solid transparent;
}

#ribbon-container_3:after { /* This adds the second part of our dropshadow */
    content:"";
    height: 3px;
    background: rgba(0,0,0,.3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 15px;
    right:15px;
}

#ribbon-container_3 a {
    display:block;
    padding:0px;
    position:relative; /* allows us to position our pseudo-elements properly */
    background: #f4bc1e;
    overflow:visible;
    height:30px;
    margin-left:15px;
    color:#fff;
    text-decoration:none;
}

#ribbon-container_3 a:after { /* this creates the "folded" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    bottom:30px;
    right: 89%;
    border-bottom: 10px solid #cf9b07;
    border-left: 10px solid transparent;
}

#ribbon-container_3 a:before { /* this creates the "forked" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    top:0;
    /*left:-15px;*/
    right: -15px;
    border-top: 15px solid #f4bc1e;
    border-bottom: 15px solid #f4bc1e;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

#ribbon-container_3 a:hover {
    background:#f4bc1e;
}

#ribbon-container_3 a:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
    border-top: 15px solid #f4bc1e;
    border-bottom: 15px solid #f4bc1e;
}




.checked {
    color: orange;
}
.star_rating{
    text-align: right;
    padding: 10px;
    margin-top: 34%;
    /*margin-top: 71%;*/
}
.col-right{

    height: 28px;
    text-align: right;
}
.circul_v_small,.circul_v_small1, .add_fr_lib{
    text-align: center;
    border: 1px solid;
    padding: 5px;
    color: white;
    /*background: #c9c9c9;*/
    background: #dc3545;
    border-radius: 12px;
    width: 22px;
    height: 22px;
    /*margin-left: 50px;*/
}


.card{
    background: #efefef;
    min-height: 200px;
    box-shadow: 2px 3px 0px 0px #888888;
}
.box_bottom_cotainer{
    background: white;
    padding: 5px;
    min-height: 37px !important;

}





/*ribbon test*/

/** {*/
/*box-sizing: border-box;*/
/*}*/

.library_pills.mb-3, .my-3 {
     margin-bottom: 0rem!important;
}

.library_pills .tab-content{
    background: #e2dede!important;

}

.sem_tabcontent{
    margin-top: 70px;
}

.library_pills .nav-pills .nav-link.active, .library_pills .nav-pills .show>.nav-link{

     background-color: #087498 !important;
     color: black;
     font-size: 20px;
     color: white;
     font-weight: 600;
     border-right: 2px solid white;

}
.library_pills .nav-pills .nav-link{
    background-color: #087498 !important;
    color: black;
    font-size: 20px;
    color: white;
    border-radius: 0px;
    border-right: 2px solid white;
    align-items: center;
    margin-top: -11px !important;
}
.library_pills .nav-pills{
    background-color:#087498 ;
    padding:25px;
    /*align-items: center;*/
    padding-left: 22%;
    height: 61px;
}
.assetslist{
    width: 100%!important;
}

.request{

    text-align: center;
    padding: 10%;

}


#classlibrary_select option {

    background-color:white;
    margin-left:0px;
    display:inline-block;
    /*float: left;*/
    padding: 4px;
}

.box-container{
    padding: 15px;
    background: #e2dede;
    max-height: auto;

}
.box-container_playlist{
    padding: 15px;
    background: #e2dede;
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.playlist_thumbnill{
    height: 80px!important;
}


.playlistbtn{
    font-size: 18px !important;
}





#clientsOpen {
    background: url("images/open.png") no-repeat scroll 68px 10px #414142;
    color: #ececec;
    cursor: pointer;
    float: left;
    font-size: 26px;
    margin: -2px 0 0 10%;
    padding: 0 15px 2px;
    text-decoration: none;
    width: 63px;
}
#clientsCTA {
    background:#414142;
    width:100%;
    color: #CCCCCC;
    text-align:center;
    font-size: 46px;
    margin: 0;
    padding: 30px 0;
    text-decoration: none;
}
.clientsClose {
    background-image: url(images/close.png);
}
#clientsDashboard {
    /*display: none;*/
}
.triangle_card {
    background: #e2dede;;
    border: 2px solid #767676;
    border-width: 2px 2px 0 0;
    transform: rotate(-45deg);
    display: none;
    position: sticky;
    /*left: 5%;*/
    /*top: 28px;*/
    width: 20px;
    height: 20px;
}

.line_card {
    height: 12px;
    border-bottom: 2px solid #767676;
}
.box_card {

    width: 100%;
    height: 20px;
    position: relative;
    margin-top: 10px;
}
.addactivity_row{
    background: white;
    margin: 10px;
    padding: 10px;
    box-shadow: 0px 10px 10px #ccc;
    border-radius: 20px;
}

.actvity_header{
    padding: 5px;
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
    text-align: center;
}
.playlist_exis{

    border-right: 1px solid grey;

}
.col_fields_small{
    padding: 5px;
}

.small_fields{
    border-radius: 15px;
    width: 30%;
}

.small_cross{
    padding: 1px;
    color: white;
    background: #ac0000;
    width: 25px;
    font-size: 20px !important;
    height: 25px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.lock_container{
    left: 87%;
    position: absolute;
    top: 5px;
    font-size: 25px;
    color: #0a779b;
    cursor: pointer;
}


.a_content{
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 1px 1px 1px;
    margin: 5px;
    padding: 2px;
    max-height: 100px;
}

.a_content img {
     height: 100%;
    width: 100%;
}

.loader_position{
    margin-left: 30%;
    padding: 140px;
}

.cross_container{
    left: 87%;
    /* background: red; */
    position: absolute;
    /* border-radius: 20px; */
    top: -1px;
    /* border: 1px solid; */
    font-size: 20px;
    color: red;
    cursor: pointer;
}

.a_content:hover {
    box-shadow: 5px 5px 5px;
}


.lock_container .fa-unlock{
    color: #339900;

}

.edit_assets{
    cursor: pointer;

}

.up_longarrow{
    margin-top: 55px;
    width: 60px;
    height: 60px;
    /* border: 1px solid; */
    text-align: center;
    padding-top: 10px;
    font-size: 41px;
    border-radius: 125px;
    background: #0a779b;
    color: white;
    display: none;
    cursor: pointer;
}
.star-rating {
    line-height:32px;
    font-size: 2.1em;

}

.star-rating .fa-star{color: orange !important;}

/*.card img{*/

/*width: 100% !important;*/
/*height: 200px !important;*/
/*}*/

.card{

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}




/*classes-library end here*/




/*custome tabs code start here*/


.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


.active_filter {

    font-weight: 600;
}

.active_filter span{
    box-shadow: 2px 2px #888888;
}

#clear_filter{
    margin: 0 0 0 auto;
    /* width: 100%; */
    text-align: right;
}
/*custome tabs code ends here*/

.countfiletext{

    font-size: 16px;
    font-weight: 600;
}

 .dropdown-menu::after {
    position: absolute;
    top: -10px;
    left: 70px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    content: '';
}


 .dropdown-item.active, .dropdown-item:active{

    background-color:white !important;
    color: black !important;
    font-weight: 600 !important;
}

.dropdown-menu{
    padding: 10px   ;
}
#pills-student-tab{
     border-bottom: 1px solid darkgrey;
 }
.dropdown-item{
    text-align: center !important;
}
/*Code for semester  setting end here*/




/*week planner css starts*/

#draggableevents .drag-event {
    /*margin: 1em 0;*/
    cursor: move;
}

.square {
    height: 30px;
    width: 30px;
    /*background-color:rgb(255,0,0);*/
    margin-right: 5px;
    cursor: pointer;
    /*border: 2px solid red;*/
}

.fc-time,.fc-today-button  {
    /* display: none; */
}

.hide
{
    display: none;
}


.time_box_class{
    padding-left: 0px;

}
/*week planner css ends*/

/*week planner*/

/*#loadergif {*/
    /*border: 16px solid #f3f3f3; !* Light grey *!*/
    /*border-top: 16px solid #343a40; !* dark grey*!*/
    /*border-radius: 50%;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*animation: spin 2s linear infinite;*/
    /*position: relative;*/
    /*z-index: 1000;*/
    /*top: 30%;*/
    /*left: 55%;*/
    /*display: block;*/
/*}*/

/*@keyframes spin {*/
    /*0% { transform: rotate(0deg); }*/
    /*100% { transform: rotate(360deg); }*/
/*}*/


/*week planner*/
/*year planer*/

/*year planner css starts*/


/*radio button*/


/* The container */
.customradio {
    display: block;
    position: relative;
    padding: 5px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #eee;
    border-radius: 100%;

}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
    background-color: lightgreen;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
    display: none;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/*radio button ends*/

.yboxline {
    /*background: green;*/
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
    position: relative;
}

.yline {
    height: 4px;
    border-bottom: 1px solid #767676;
    margin-bottom: 12px;
    width: 190px;
}

.task_txtarea
{
    height: auto;
}
.classlesson
{

    font-size: 10px;
    margin-bottom: 0px;
    position: relative;
}
.ytriangle {
    background: white;
    border: 1px solid #767676;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    position: relative;
    left: 14%;
    top: -4px;
    width: 15px;
    height: 15px;
}
.yfuncbutton
{
    padding: 5px;
    display: flex;
    flex-direction: row;
}

.yvertical_line{

    /*height: -webkit-fill-available;*/
    height: 95%;
    border-left: 2px solid #ccc;
    position: absolute;
    left: 55%;
    top:2px;

}

.yclass_box{
    padding: 10px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 60px;
    cursor: pointer;
    /*width: 155px;*/

}

.yclass_box_content
{
    /*padding: 10px;*/
    border: 1px solid;
    /*border-radius: 6px;*/
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 60px;
    cursor: pointer;
    width: 100%;
    margin-left: 20px;
    display: flex;
    flex-direction: row;

}
.yclassul
{
    display: flex;
    flex-direction: column;
}

/*later*/
.yclasses
{
    display: flex;
    flex-direction: column;
}


/*.classtabpane
{
    margin-top: -50px;
}*/

.classtabpane
{
    margin-top:15px;
}


.yeardropdowndiv
{

    margin-right: 6px;
    margin-left: auto;
}

.yplannerhead
{
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    padding-top: 30px;
    text-align: center;
}

.yclassdiv
{
    display: flex;
    flex-direction: row;
    padding-top: 30px;

}

#annualdropdown
{
    width: 100px;
    /*margin-left:  auto;*/

}

#yeardropdown
{
    width: 100px;
    /*margin-left: auto;*/

}

.yplannerheadside
{
    display: flex;
    padding-top: 15px;
    justify-content: flex-end;

}

.fc-event {
    border-width: 2px !important;
    line-height: 1.5 !important;
}




/*year planner css ends*/

/*add hour objective wise*/

.objectivediv
{
    border-radius: 20px;
    background-color: #eee;
    /*height: 50px;*/
    margin-top: 10px;
}

.objcontainingmsindiv
{

    /*border: 1px solid red;*/
}


/*add hour objective wise*/


/*copy previous event*/

#select_subject,#select_grade
{
    background: #c1c1c136;

}

 /*remove browser dropdown arrow and use custom class to add dropdown arrow*/
.form_group_select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form_group_select2 select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 20px;
}
.form_group_select select::-ms-expand,.form_group_select2 select::-ms-expand {
    display: none;
}

/*custom arrow */
.form_group_select::after {
    content: "";
    border-top: 1.0em solid #343a404f;
    border-right: 1.0em solid transparent;
    border-left: 1.0em solid transparent;
    position: absolute;
    top: 35%;
    right: 20px;
}

.sel_asset_classwise::before {
    content: "  ";
    border-top: 0.3em solid #343a404f;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 38%;
    left: 20px;
}

.sel_asset_classwise
{
    background: #c1c1c136;
    border-radius: 22px;
    height: 26px!important;
    font-size: 11px;
    font-weight: bold;
}

.pagecontainer{
    background: white;
    padding: 5px;
}
.customtabs_ul{
    list-style: none;
    padding-left: 0;
    display: inline-block;
}
.customtabs_ul li{
    border: 1px solid moccasin;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    margin-left: 0;
    margin-right: 5px;
    background: moccasin;
}
.customtabs_ul .activeTabhead{
    background: gainsboro;
    border-bottom: 0;
    border: 1px solid gainsboro;
}
.customtabs_ul button{
    background: transparent;
    color: black;
    border: 0px;
}
.customtabs_ul button:focus{
    background: transparent;
    border-color: transparent;
    border: 0;
}
.customtabs_ul button:hover{
    background: transparent;
}
.customtabs_ul li:hover{
    background: darkgrey;
}

.customtabs-content{
    border-top: 2px solid gray;
    padding: 5px;
}
.customtab-content{
    display: none;
}
.activeTab{
    display: block;
}

.dataTable .switchuser{
    text-decoration: underline;
    color: blue;
}
.customtab-content table thead, .prevreportTable thead{
    background: turquoise;
    color: white;
    font-weight: bold;
}

.customtab-content table thead, .prevreportTable thead{
    background: turquoise;
    color: white;
    font-weight: bold;
}
.customtab-content table .even, .prevreportTable .even{
    background: lightblue;
    color: white;
}
.customtab-content table .odd, .prevreportTable .odd{
    background: lavender;
}
.notplanned{
    border: 1px solid red;
    border-radius: 50%;
    background: red;
    color: white;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}
.planned{
    border: 1px solid lightgreen;
    border-radius: 50%;
    background: lightgreen;
    color: white;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.reportfilter{
    margin-bottom: 5px;
}
.reportfilter select{
    padding: 5px;
}
.printprev{
    color: white !important;
}
.categorytype{
    font-size: 16px;
    color: red;
    font-weight: bold;
}
.dataTable .fa-pencil:hover,.dataTable .fa-trash:hover,.dataTable .categorysave:hover{
    cursor: pointer;
}
.dataTable tr td:nth-child(1):hover{
  cursor: move;
}
.addcategorytxt{
    width: 75%;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    font-size: 16px !important;
    color: black !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    color: black !important;
}
/*copy previous event*/

/* added by yogesh (start) */
.scheduleclass .class_box p{
    width: 87% !important;
}
#semUserList td:nth-child(1):hover{
  cursor: default !important;
}

#editTeacherModal .modal-header,#editTeacherClassModal .modal-header{
  background-color: khaki !important;
  color: white !important;
}
#editTeacherModal .modal-header .modal-title,#editTeacherClassModal .modal-header .modal-title{
  color: white !important;
  font-size: 17px;
}
#editTeacherModal .modal-header .close,#editTeacherClassModal .modal-header .close{
  color: white !important;
}
.viewclasses{
  padding: 0;
  font-size: 13px;
  border: 1px solid dimgray;
  padding-left: 6px;
  padding-right: 6px;
  background: dimgray;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 7px;
}
.viewclasses:hover{
  cursor: pointer;
}
#btn_addnewclass,#btn_addnewuser{
  background: mediumseagreen !important;
}
#back_teacherlist{
    background: darkgray !important;
    border: 1px solid darkgray !important;
}
.modal{
  overflow-y: auto;
}
#searchclass{
    width: 97% !important;
}

.select2-results__options { max-height: 400px; overflow: auto }
/* added by yogesh (end) */

.tablecellborder0 td{
  border: 0px;
}
.classnamewithcolor{
  padding-right: 0px;
    padding-left: 0px;
}
.classnamewithcolor .input-group{
  position: relative;
  width: 100%;
}
.classnamewithcolor .input-group input[type=text]{
  width: 89%;
}
.paddingleftright0{
  padding-left: 0px;
  padding-right: 0px;
}
.paddingleftright0 .dragtarget{
  padding-left: 4px;
  padding-right: 0px;
}
.rectangle{
  border: 0px solid black;
  width: 55px;
  height: 33px;
  background: white;
  text-align: center;
  padding-top: 5px;
}
.droptarget_sa:hover{
  cursor: pointer;
}

#div_subtype_subjects{
  margin-top: 15px;
  margin-bottom: 15px; width: 100%; min-height: 100px; background: white;
  padding: 5px;
  border-radius: 5px;
}
.subtype_check_sa{
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
#div_homeworksubmission_content{
  background: white;
  padding: 10px;
}
