/* Hide Shuffle from M/C Test questions,but not Surveys */ body.question div[question-intended-for="Test"] div[multiple-choice] div.checkbox{display:none}/* Make feedback show "Your Answer" in marker training courses */ .catalogue.edetails .feedback-inner .add-border strong:before{content:"Your "}/* Hide PNPs from Test Attempt popup */ .assessmentattempt div.s.sb-none{display:none}/* Hide columns on Manage Attempts page */ .assessmentattempt th[data-field="rowguid"],.assessmentattempt th[data-field="ReplayNetworkMode"],.assessmentattempt th[data-field="ReplaySubmissionMethod"],.assessmentattempt .k-grid tbody td:first-child,.assessmentattempt tbody > tr > td:nth-child(9),.assessmentattempt tbody > tr > td:nth-child(10),/*.assessmentattempt a.icon-unlock*/{display:none}/* Highlight alternate rows in test and section editor screens */ body.test.details table.subentity-grid tr.subentity:nth-child(odd),body.testsection.details table.js--test-questions tbody.section tr.subentity:nth-child(4n-3){background-color:#eeeeee}#footer{display:none}/* Match Test Player text styles for display when authoring */ .questiontext p,.questiontext h1,.questiontext h2,.questiontext h3,.questiontext h4{font-size:14pt;margin:0 0 15px}.questiontext h1{font-size:18pt}.questiontext h2,body.mce-content-body h2{color:#0000ff;font-weight:bold}.questiontext h3,body.mce-content-body h3{line-height:3}.questiontext h4,body.mce-content-body h4{text-align:center}/* End authoring text styles */ /* Hide calibration/location from OrgUnit details */ .orgunit.details .form-group.data-field.calibrationstatus,.orgunit.details [ng-controller="LocationCtrl"]{display:none}/* School Monitoring Dashboard - Hide Test Sessions */ body.schoolmonitoringdashboard div.col-md-6.row-eq-height + div.col-md-6.row-eq-height{display:none}body.schoolmonitoringdashboard div.col-md-12,body.schoolmonitoringdashboard div.col-md-6{width:80%}body.schoolmonitoringdashboard div.col-md-5,body.schoolmonitoringdashboard div.col-md-7{width:50%}/* Hide Org Unit links on Student lists */ .user.orgunitwithrole .org-users-org-unit,.user.orgunit .org-users-org-unit{display:none}/* Hide unnecessary school from Test Admins in Users screen */ .user.main-role_school-test-administrator .org-users-org-unit,.user.main-role_school-test-administrator th[data-field="rowguid"],.user.main-role_school-test-administrator td:first-child{display:none}.user.main-role_school-test-administrator table > colgroup > col{width:auto!important}/* Clean up School Monitoring Dashboard */ .schoolmonitoringdashboard div.callout:first-child,.schoolmonitoringdashboard div.col-md-8.text{display:none}.schoolmonitoringdashboard div.col-md-4.text{/*position:absolute;*/ left:50%;transform:translate(-50%,0%);width:auto}.schoolmonitoringdashboard.details div.panel > div.callout{display:none}.schoolmonitoringdashboard.details div.panel > div.row:before{border-left-color:#5bc0de!important;padding:20px;margin-left:15px;border:1px solid #eee;border-left-width:5px;border-radius:3px;background:#FBFBFB}.schoolmonitoringdashboard.details div.panel > div.row:before{/*content:"This displays the school's progress through the event.";*/ content:"The progress bar below shows the split between complete and incomplete attempts for the school.";margin-bottom:15px}