.student-lesson .inner-container {
    width: auto;
    background-color: #f4f4f4;
}
.student-lesson .closeBtn {
    position: absolute;
    top: -9px;
    right: -12px;
    height: 22px;
    border-radius: 11px;
    z-index: 1;
    width: 22px;
    background-color: #970000;
    cursor: pointer;
}
.student-lesson .closeBtn .icon {
    position: relative;
    top: -4px;
    left: 6px;
    font-size: 14px;
    color: white;
}
.student-lesson .top {
    height: 175px;
}
.student-lesson .bottom {
    clear: both;
    padding: 5px 10px 10px;
}
.student-lesson .charts {
    width: 250px;
    height: 175px;
    float: right;
    box-sizing: border-box;
    /*border: 1px solid red;*/
}
.student-lesson .chart-info {
    float: left;
    height: 175px;
    width: calc(100% - 250px);
    box-sizing: border-box;
    padding: 10px 0 0 15px;
    /*border: 1px solid blue;*/
}
.student-lesson .chart-info .resource-name {
    padding: 10px 0 0 10px;
}
.student-lesson .chart {
    width: 175px;
    height: 175px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
/********* Batch Scroll Overrides *********/
.student-lesson .batch-scroll .nav-control {
    background-color: #f4f4f4;
}
/****** End of Batch Scroll Overrides *****/

.student-lesson .student-table {
    font-size: 16px;
}
.student-lesson .student-table .theader {
    overflow: hidden;
    /* border: 1px solid blue; */
    font-size: 16px;
    color: white;
}
.student-lesson .student-table .theader {
    background-color: #040424;
}
.student-lesson .student-table .theader .tcell:nth-child(2) {
     padding-left: 24px; 
}
.student-lesson .student-table.overflow .theader .tcell:nth-child(2) {
    padding-left: 6px;
}
.student-lesson .student-table .tbody {
    clear: both;
    max-height: 300px;
    overflow-y: auto;
}
.student-lesson .student-table .trow {
    height: 26px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 1px;
    border-left: 5px solid;
}
.student-lesson .student-table .trow:nth-child(odd) {
    background-color: #dddee4;;
}
.student-lesson .student-table .trow.range-0 {
    border-left-color: #1c77b4;
}
.student-lesson .student-table .trow.range-1 {
    border-left-color: #aec7e8;
}
.student-lesson .student-table .trow.range-2 {
    border-left-color: #f48153;
}
.student-lesson .student-table .trow.range-3 {
    border-left-color: #910C07;
}
.student-lesson .student-table .tcell {
    float: left;
    padding: 3px 6px;
    box-sizing: border-box;
    height: 100%;
}
.student-lesson .student-table .tcell .selectable {
    cursor: pointer;
}
.student-lesson .mark .selectable {
    margin-left: 28%;
}
.student-lesson .student-table .theader .caption {
    float: left;
}
.student-lesson .sort-icon {
    position: relative;
    font-size: 20px;
    margin-left: 6px;
    float: left;
}
.student-lesson .sort-icon.asc {
    top: 7px;
}
.student-lesson .sort-icon.desc {
    top: -2px;
}
.student-lesson .student-table .tcell:nth-child(1) {
    width: 70%;
}
.student-lesson .student-table .tcell:nth-child(2) {
    width: 30%;
    text-align: center;
}
.student-lesson .tbody .mark .value {
    height: 20px;
    width: 41px;
    display: inline-block;
    text-align: right;
}
.student-lesson .no-student-selected {
    text-align: center;
    font-style: italic;
    font-size: 17px;
    color: gray;
    padding: 15px 0 15px 0;
}