﻿/*
    e-StudentTracker
    Popup.css    
*/

@import url(Shared.css);

.studentPastoralLog .log .buttons {
display: none !important;
}

#cphMain_spStudentProfile_tcTabContainer_tpDetails_sdStudentDetails_dGender {
    display: none;
}

#cphMain_spStudentProfile_tcTabContainer_tpPastoral_spStudentPastoral_slStudentLog_upStudentLog div.log div.responsiveTable_Sma table td:nth-child(6) {
    display: none;
}

#cphMain_spStudentProfile_tcTabContainer_tpPastoral_spStudentPastoral_slStudentLog_upStudentLog div.log div.responsiveTable_Sma table td:nth-child(7) {
    display: none;
}

#cphMain_spStudentProfile_tcTabContainer_tpPastoral_spStudentPastoral_slStudentLog_upStudentLog div.log div.responsiveTable_Sma table td:nth-child(8) {
    display: none;
}

#cphMain_spStudentProfile_tcTabContainer_tpPastoral_spStudentPastoral_slStudentLog_upStudentLog div.log div.responsiveTable_Sma table th:nth-child(6) {
    display: none;
}

#cphMain_spStudentProfile_tcTabContainer_tpPastoral_spStudentPastoral_slStudentLog_upStudentLog div.log div.responsiveTable_Sma table th:nth-child(7) {
    display: none;
}

#cphMain_spStudentProfile_tcTabContainer_tpPastoral_spStudentPastoral_slStudentLog_thActions {
    display: none;
}

#cphMain_spStudentProfile_tcTabContainer_tpPastoral_spStudentPastoral_slStudentLog_upStudentLog div.log div.responsiveTable_Sma table td:nth-child(2) {
    display: none;
}

#cphMain_spStudentProfile_tcTabContainer_tpPastoral_spStudentPastoral_slStudentLog_upStudentLog div.log div.responsiveTable_Sma table th:nth-child(2) {
    display: none;
}

#cphMain_spStudentProfile_tcTabContainer_tpReferences_srStaffReference_pnlReferences table tr.progressGrade_ {
    display: none;
}

.studentPastoralNotifications tr td .comment {
    max-height: none !important;
}

.studentPastoralNotifications .standardTable .expandedNotification .fieldgroup .singleField .label {
    width: auto;
    margin-bottom: 8px;
}

.studentPastoralNotifications .standardTable .expandedNotification .fieldgroup .singleField.fieldDetails .label {
    display: none;
}

.studentPastoralNotifications .standardTable .expandedNotification .fieldgroup .singleField .value {
    width: 100%;
}

.ajax__tab_container .ajax__tab_header .ajax__tab_inner .ajax__tab_tab {
    border-radius: 0;
}

.studentLearnerSupport #tpUCAS td#trLabel { display: none; }
