/* lessonReport.css
    Lesson report related styling
*/

input {
    text-align: left;
}

.no_select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

.lessonReport .bck_lightgray,
#controlPanelLessonReport .bck_lightgray {
    background-color: #aaa;
}
.lessonReport .brd_lightgray,
#controlPanelLessonReport .brd_lightgray {
    border-color: #aaa;
}



.lessonReport {
    
    color: white;
    font-size: 10px;

    margin: 1px;
    padding: 1px;
    
    position: relative;
}


.bordlight {
    border: 1px solid;
}

.studentInfoBox {
    
    float: left;
    margin-right: 2px;
    position: relative;
}


.topHalfBox {
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    border: 1px solid #aaa;
    background-color: #aaa;
}

.bottomHalfBox {
    margin-top: 1px;
    height: 22px;
    line-height: 22px;
    font-size: 20px;
    border: 1px solid #aaa;
    background-color: #aaa;
}


.firstBox .topHalfBox, .topLeftRound {
    -moz-border-radius-topleft: 3px; 
    border-top-left-radius: 3px;
}
.firstBox .bottomHalfBox, .bottomLeftRound {
    -moz-border-radius-bottomleft: 3px; 
    border-bottom-left-radius: 3px;
}
.lastBox .topHalfBox, .topRightRound {
    -moz-border-radius-topright: 3px; 
    border-top-right-radius: 3px;
}
.lastBox .bottomHalfBox, .bottomRightRound {
    -moz-border-radius-bottomright: 3px; 
    border-bottom-right-radius: 3px;
}

.firstBox {

}

.gradeBox, .ratingBox {
    min-width: 27px;
    float: left;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    background-color: #aaa;
    margin: 1px 0 0 0;
    border: 1px solid #aaa;
    text-align: center;
}
.gradeBox {
    margin-left: 0;
    -moz-border-radius-bottomleft: 3px; 
    border-bottom-left-radius: 3px;
}

.gradeBox .genderNumber {
    float: left;
    width: 22px;
    text-align: center;
}

.genderNumber.male {
    color: #6ecbf6;
}

.genderNumber.female {
    color: #f791f5;
}

.ratingBox {
    margin-left: 1px;
    -moz-border-radius-bottomright: 3px; 
    border-bottom-right-radius: 3px;
}
.ratingBox img {
    margin-top: 1px;
    width: 5px;
    float: left;
}
.ratingBox .studentRating {
    text-align: center;
}


.studioRoomBox {
    min-width: 58px;
}

.teacherBox {  
    border: 1px solid #aaa;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px; 
    border-radius: 3px 3px 0 0;
    text-align: center;
    font-size: 10px;
}
.dayOfWeekBox {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px; 
    border-radius: 0 0 3px 3px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.studentNameBox {
    min-width: 153px;
    padding-top: 0px; 
    padding-left: 4px; 
    background-color: #aaa; 
    text-align: left; 
    border: 1px solid #aaa;
    cursor: pointer;
}

.starSection {
    padding: 0 0px;
    text-align: center;
}
.starWrap {
    float: left; 
    font-size: 9px; 
    line-height: 8px;
    margin: 0 3px;
}
.starSection img {
    margin-top: -1px;
}


.historyLessonBtn {
    font-size: 8px;
    line-height: 11px;
    width: 17px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 1px;
    text-align: center;
    
    border: 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
}

.lessonTimeBox {
    position: absolute;
    top: 9px;
    left: 3px;
    height: 40px;
}

.studentReportWrapper {
    float: left;
    /*width: 536px;*/
}
#controlPanelLessonReport .studentReportWrapper {
    padding: 2px;
    border: 1px solid #333;
    color: white;
}

.reportMainInfo {
    
    width: 55px;
    float: left;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
}

.reportWeek {
    font-weight: bold;
    width: 32px;
    
    
    margin-left: 5px;
    text-align: center;
    float: left;
    
    
}
.prevLessons .reportWeek {
    font-size: 10px;
    width: 46px;
    color: #aaa;
}
.nextLessons .reportWeek {
    font-size: 10px;
    width: 46px;
}

.prevLessons .reportMainInfo {
    font-size: 10px;
    width: 45px;
}
.nextLessons .reportMainInfo {
    font-size: 10px;
    width: 45px;
}

.summaryDiv {
    width: 666px;
    float: left;
    height: 17px;
    border-left: 1px solid #aaa;
    padding-left: 2px; 
}

.reportDiv input {
    color: #888;
    border-color: #888;
}
.reportDiv textarea {
    color: #888;
    border-color: #888;
}

.mainTopInfo {
    height: 12px;
    padding: 2px 0px 0px 2px;
}

.mainBotInfo {
    border-right: 1px solid #888;
    height: 16px;
    padding: 3px 3px 0px 0px;
    width: 107px;
    float: left;
    text-align: right;
}

.lessonReport .studentFirst,
#controlPanelLessonReport .studentFirst {
    font-size: 13px;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 3px;
    color: white;
}
.lessonReport .studentLast,
#controlPanelLessonReport .studentLast {

    font-size: 10px;
    margin-left: 0px;
    margin-right: 3px;
    color: white;
}
.lessonReport .studentGrade,
#controlPanelLessonReport .studentGrade {
    margin: 0px 0px -1px 0px;
    position: relative;
    display: inline;
}
.studentInstrument {
    font-size: 10px;
    width: 12px;
    position: absolute;
    bottom: 4px;
    right: 2px;
    line-height: 10px;
}
#listContainer .studentInstrument {
    /* Match the last name in list view */
    font-size: 7pt;
    position: static;
    color: #8C939E;
}

.reportMainDiv {
    float: left;
    
    overflow: hidden;
}

.prevLessons .reportMainDiv {
    border-color: #aaa;
    width: 805px;
}
.nextLessons .reportMainDiv {
    border-color: #aaa;
    width: 805px;
}

.outerReportDiv {
    margin-top: 1px;
    overflow: hidden;
}
.prevLessons .outerReportDiv {
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-width: 1px 1px 0px 1px;
    margin-left: 0px;
    
    border-color: #bbb;
    color: #bbb;
    float: left;
}
.nextLessons .outerReportDiv {
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-width: 0px 1px 1px 1px;
    margin-left: 0px;
    
    border-color: #bbb;
    color: #bbb;
    float: left;
}


.reportSchedSpace {
    float: left;
    width: 10px;
    padding: 3px;
    height: 11px;
    position: relative;
}


.lessonReport .inputDiv {
    min-width: 647px;
}


.reportRow {
    height: 24px;
    margin: 1px 0 0 1px;
    border: 1px solid;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-radius: 3px 3px 3px 3px;
}

.reportAssignment {
    float: left;
    width: 57px;
    
    font-size: 19px;
    line-height: 16px;
    font-weight: bold;
    height: 21px;
    overflow-y: hidden;
    /* cursor: pointer; */
}

.transparentVertical {
    opacity: .5;
    background-color: white;
    width: 1px;
    position: relative;
}
.transparentHorizontal {
    opacity: .5;
    background-color: white;
    height: 1px;
    position: relative;
}

.notifiedAbsence {
    color: #B65352;
    background-color: rgb(246, 254, 16);
    float: left;
    width: 88px;
    text-align: center;
    
    margin-left: 1px;
    margin-top: 1px;
    
    font-size: 10px;
    font-weight: bold;
    
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-radius: 2px 0 0 2px;
    height: 14px;
    padding-top: 4px;
}

.emptyYellowDiv {
    width: 348px;
    height: 14px;
    float: left;
    border: 2px solid #F6FE10;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 0 2px 2px 0;
    background-color: white;
}
.canceledLesson {
    color: #fff;
    background-color: #9F261D;
    float: left;
    width: 88px;
    text-align: center;
    
    font-size: 11px;
    font-weight: bold;
    
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-radius: 2px 0 0 2px;
    height: 14px;
    padding-top: 4px;
}
.emptyRedDiv {
     width: 348px;
    height: 14px;
    float: left;
    border: 2px solid #9F261D;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 0 2px 2px 0;
    background-color: white;
}

.instructionRow {
     height: 22px;
     border: 1px solid;
     border-top-width: 0px;
     -moz-border-radius-bottomleft: 3px;
     -moz-border-radius-bottomright: 3px;
     border-radius: 0 0 3px 3px;
     margin-top: 1px;
     margin-right: 2px;
     margin-bottom: 0px;
     margin-left: 4px;
     overflow: hidden;
     clear: both;
     padding-top: 2px;
     width: 800px;
     color: #222;
     border-color: rgba(0,0,0,.2);
     background-color: rgba(0,0,0,.2);
}

.prevLessons .instructionRow {
     border-top: 1px solid #dddbd7;
     /*height: 14px;*/
     height: 19px;
     overflow: hidden;
}

.closebtn {
    float: left;
    height: 19px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -moz-border-radius-bottomright: 3px;
    border-radius: 0 0 3px 0;
    
}


.viewMoreLessonsBtn {
    cursor: pointer;
    color: #aaa;
    width: 25px;
    margin-top: 2px;
    float: left;
    text-align: center;
    padding-top: 3px;
    font-size: 9px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.viewMoreLessonsBtn:hover {
    background-color: rgba(0, 0, 0, .2);
}

.outerVerticalSection {
    position: relative;
}

.innerVerticalSection {
    position: relative;
    top: 50%;
    height: 21px;
    margin-top: -11px;
}

.attendenceSection,
.practiceSection,
.outcomeSection,
.playlistSection,
.assnSection,
.taskSection,
.piecesSection,
.willingnessSection {
    float: left;
    cursor: pointer;
    border-width: 2px 0px 2px 1px;
    overflow-y: hidden;
}


.practiceSection, .playlistSection, .outcomeSection {
    border-width: 1px;
}

.practiceSection:hover,
.playlistSection:hover,
.outcomeSection:hover,
.assnSection:hover,
.taskSection:hover,
.piecesSection:hover,
.willingnessSection:hover,
.noteSection:hover,
.studentNameBox:hover {
    background-color: rgba(0, 0, 0, .2);
}

.attendenceSection {
    padding-top: 3px;
    margin: 0 2px;
    text-align: center;
}

.repBtn, .imgBtn {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    
    line-height: 15px;
    cursor: pointer;
    margin: 1px 1px 0px 1px;
    padding: 0px 3px;
    border: 1px solid;
    /*opacity: .8;*/
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}

.reportarrow {
    background-image: url('/assets/images/rightMenuArrow.gif');
    height: 11px;
    width: 11px;
    display: block;
    cursor: pointer;
}

.imgBtn {
    margin: 0px 3px;
    padding: 0px 3px;
    min-height: 19px;
    text-align: center;
}
.imgBtn span {
    line-height: 19px;
}


.imgBtn.previouslySelected {
    background-color: #66A500;
}


.imgBtn:hover, .imgBtn.selected {
    color: white;
}
.imgBtn.selected {
    background-color: #64b4fa;
}
.imgBtn.selected:hover {
    background-color: #64b4fa;
    border-color: #888;
}
.imgBtn.selected.no {
    background-color: #FFA500;
}

.imgBtn.star {
    border-width: 0;
    margin-left: -3px;
    margin-top: 2px;
    background-color: transparent;
}
.imgBtn.star.selected:hover {
    background-color: transparent;
}

.repBtn:hover {
    background-color: rgba(0, 0, 0, .2);
}

.repQuestion {
    font-weight: bold;
    margin: 3px 10px 0px 10px;
    float: left;
}

.attendanceBtn {
    margin: 1px;
    vertical-align: bottom;
}

.assnSection {
    width: 40px;
    border-right: 1px solid #dddbd7;
}
.todoAssnNum {
    text-align: center;
    margin-top: 3px;
    opacity: .3;
}
.reassignedAssnNum {
    color: #babaaa;
    margin-top: 3px;
}
.progressedAssnNum {
    color: #aaaaca;
    margin-top: 3px;
}

.taskSection {
    width: 410px;
    height: 24px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-radius: 3px 3px 3px 3px;
}

.finishedTask, .todoTask, .taskDiamondInput {
    float: left;
    background-image: url(/image/diamondnumber?size=14;xoffset=0;bordercolor=purewhite;bgcolor=purewhite;textcolor=lessongray;fontsize=9;text=);
    padding-top: 0px;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
    margin-top: 4px;
    margin-bottom: 3px;
    height: 13px;
    padding-top: 1px;
    width: 14px;
}

.taskDiamondInput {
    color: #888;
    margin-top: 2px;
    cursor: pointer;
}

.selectedTaskInput {
    background-image: url(/image/diamondnumber?size=14;xoffset=0;bordercolor=purewhite;bgcolor=lessonblue;textcolor=purewhite;fontsize=9;text=);
    color: white;
}
.selectedTaskInputOrange {
    background-image: url(/image/diamondnumber?size=14;xoffset=0;bordercolor=purewhite;bgcolor=lessonorange;textcolor=purewhite;fontsize=9;text=);
    color: white;
}

.selectedTaskInput:hover {
    
}
.todoTask {
    opacity: .5;
}

.songStatusDiv, .songInputDiv, .addSongBtn, .sightReadingStatus, .sightReadingInput {
    height: 13px;
    width: 17px;
    
    color:  rgb(170, 170, 170);
    
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 0;
    padding-top: 0;
    
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid;
    background-color: white;
    background-image: none;
    
    font-size: 10px;
    font-weight: bold;
    float: left;
    line-height: 13px;
    text-align: center;
    
}

.songStatusDiv {
    margin-top: 4px;
}
.songInputDiv {
    color: #888;
    cursor: pointer;
    font-family: arial;
    font-size: 10px;
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 2px;
    padding-top: 0px;
    line-height: 13px;
    height: 13px;
}

.sightReadingStatus, .sightReadingInput {
    margin-top: 4px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    margin: 3px 2px 0 3px;
    padding-top: 0px;
    width: 13px;
    height: 13px;
    font-size: 8px;
    line-height: 13px;
}
.sightReadingInput {
    padding-top: 0px;
    height: 13px;
}

.selectedSongInput {
    background-color: #4490BB;
    color: white;
}

.selectedSongInputOrange {
    background-color: rgb(255, 165, 0);
    color: white;
}

.addSongBtn {
    
}

.toAssignSong {
    
}

.assignedSong {
    background-color: #4490BB;
    color: white;
    /*color: #666;
    padding-top: 2px;
    height: 13px;
    text-align: center;
    */
}


.assignedSongLetters {
    background-color: #D3D137;
}

.skipSong {
    opacity: .25;
}



.noteSection {
    cursor: pointer;
    width: 261px;
    float: left;
    height: 21px;
    font-size: 9px;
    text-align: center;
    margin-top: 1px;
    background-color: #aaa;
    border: 1px solid #aaa;
    overflow: hidden;
}
.noteSectionWrap {
    width: 262px;
    float: left;
    margin-right: 2px;
}

.willingnessSection {
    width: 14px;
    text-align: center;
}

.willRating {
    margin-top: 2px;
    color: #888;
}

.rightHeaderSection {
    background-color: #aaa; 
    float: left; 
    min-width: 261px; 
    border: 1px solid #aaa; 
    -moz-border-radius-topright: 3px; 
    -moz-border-radius-topleft: 3px; 
    
    border-radius: 3px 3px 0 0;
}
#controlPanelLessonReport .rightHeaderSection {
    /*background-color: transparent;
    border-color: transparent;
    */
}
#controlPanelLessonReport .noteSectionWrap {
    width: 200px;
}
#controlPanelLessonReport .studentReportWrapper {
    border-width: 0px;
    float: none; 
}


.studentStatusBox, .voucherBG {
    background-color: #aaa;
    border: 1px solid #aaa;
    -moz-border-radius-topleft: 3px; 
    -moz-border-radius-topright: 3px; 
    border-radius: 3px 3px 0 0;
    font-size: 10px; 
    line-height: 10px; 
    height: 10px;
    width: 57px;
    float: left; 
    text-align: center;
}

#controlPanelLessonReport .voucherBG {
    /*
    background-color: transparent;
    border: 1px solid transparent;
    */
}

.reportNoteWrapper {
    height: 22px;
    padding-left :1px;
}

.reportNoteAuthor {
    font-size: 9px;
    line-height: 8px;
    font-weight: bold;
    width: 24px; 
    padding-top: 1px;
    padding-right: 3px;
    text-align: right;
    float: left;
}
.reportMainDiv .reportNoteAuthor {
    color: white;
}

.reportNoteMessage {
    font-size: 10px;
    /*padding: 2px 2px 0px 2px;*/
    height: 8px;
    
    float: left;
    font-size: 9px;
    
    text-align: left;
}
.reportMainDiv .reportNoteMessage {
    
    height: 10px;
    overflow: hidden;
    color: white;
    background-color: auto;
}

#adminview .reportNoteMessage {
    width: 186px;
    height: 18px;
    overflow-y: scroll;
    white-space: normal;
}

.needsAction {
    color: red; 
    font-weight: bold;
}

.officeNote {
    /*color: darkBlue;*/
}

.planNote {
    /*color: darkRed;*/
}

.reportCoachNote {
    /*color: darkGreen;*/
}

.selectedReportDiv {
    /* !important compensates for the greater specificity of .lessonReport .bck_gray, can be fixed by creating a new bck_ style */
    background-color: rgba(0, 0, 0, .2)  !important;
}
.performancePieceStatus {
    border-width: 0px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
    font-weight: bold;
    float: left;
    
    text-align: center;
    margin: 3px 0px 0 3px;
    background-position-x: -1px;
    opacity: .5;
    color: rgb(157,165,180);
}

.completedPerformancePieceStatus {
    opacity: 1.0;
}

.performancePieceInput  {
    font-size: 8px;
    font-weight: bold;
    float: left;
    
    text-align: center;
    
    cursor: pointer;
    color: #888;
    width: 20px;
    height: 19px;
    line-height: 19px;
    margin: 1px 0 0 3px;
    background-image: url("/image/hexagonnumber?size=19&xoffset=0&bordercolor=lessongray&bgcolor=purewhite&textcolor=lessongray&fontsize=9&text=");
}

.performancePiecePlus {
    font-size: 11px;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 5px;
    line-height: 17px;
    margin: 1px 0 0 3px; 
    color: white;
}

.sightReadingChecked {
    background-color: #4490BB;
    color: white;
}

.performancePieceChecked { 
    color: white;
    background-image: url("/image/hexagonnumber?size=19&xoffset=0&bordercolor=purewhite&bgcolor=lessonblue&textcolor=purewhite&fontsize=9&text=");
}

#advancementTable {
    float: right;
    margin: 10px 20px;
}

.button {
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #888;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 10px;
    cursor: pointer;
    width: 100px;
}


.selectedButton {
    color: white;
    background-color: rgba(0, 0, 0, .2);
}

.teacherAttendanceButton,
.emptyLessonAttendanceButton {
    float: left;
    width: 35px;
    padding: 1px 3px;
    margin: 3px 2px;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #aaa;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.emptyLessonAttendanceButton {
    width: 100px;
    height: 14px;
    background-color: #bbb;
    
}

.teacherAttendanceButton.missed,
.emptyLessonAttendanceButton.missed {
    background-color: rgb(127, 30, 30);
}

.teacherAttendanceButton.attended,
.emptyLessonAttendanceButton.attended {
    background-color:  rgb(30, 127, 30);
}

.filterDisplayBlock {
    color: #797b7d;
    margin: 0 0 0 12px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    
}

.week_filter_display_word {
    color: #bcbdc0;
}

.week_filter_display_num {
    
}


.filterDisplayBlock .coach_first {

}
.filterDisplayBlock .coach_last {
    color: #bcbdc0;
}

.star_btn {
    background-color: transparent;
    background-image: url(/image/star?color=purewhite&textColor=black&size=21&stroke=1);
    width: 20px;
    height: 11px;
    margin: 0 1px;
    font-size: 8px;
    border-width: 0px;
    min-width: inherit;
    padding: 5px 0;
}

.star_btn.selected {
    background-color: transparent;
    background-image: url(/image/star?color=black&textColor=white&size=21&stroke=1);
    color: white;
}

.practiceStar {
    /*background-image: url(/image/star?color=white&textColor=black&size=16&stroke=1);
    */
    width: 16px;
    height: 16px;
    float: left;
    margin: 2px;
    padding: 1px;
    background-color: #ccc;
    /*
    border: 1px solid #333;
    */
    border-radius: 4px;
    font-size: 12px; 
    text-align: center;
}
.practiceStar.selected {
    /*background-image: url(/image/star?color=green&textColor=green&size=16&stroke=1);
    */
    background-color: #4490BB;
    color: white;
}
.practiceStar.unselected {
    /*background-image: url(/image/star?color=red&textColor=white&size=16&stroke=1)
    */
    background-color: #FFA500;
    color: white;
}
.practiceStar.forgotBooks {
    background-color: #EE3311;
}

.practiceDays {
    float: left;
    width: 30px;
}
.practiceBox {
    width: 47px;
}