@import url("https://ecusydprdstacanvas.z8.web.core.windows.net/CanvasQA/dict/canvas-blocks.css");
/* Design Blocks End */

/* 
ECU Global CSS

Created: D. Gilogley | 2021.09.24
Updated: D. Gilogley | 2024.02.21
*/

/* Change the display for Dashboard tiles to wrap further & add a minimum height for tiles */
.ic-DashboardCard {min-height: 301px;}
div#DashboardCard_Container h3.ellipsis, .course-list-table td{white-space: normal;}

/* Wrap the Canvas Term[ECU Teaching Period] When within a course to get the full information as opposed to .ellipsis*/
span#section-tabs-header-subtitle.ellipsis{white-space: normal;}

/* hide visibility options for users */
#course_form div.form-row.course-visibility-row {display: none;}

/* - Hide the self enrolment option for all users */
input#course_self_enrollment,input[name="course[self_enrollment]"],label[for="course_self_enrollment"]{display: none;}
#course_form > div > div:nth-child(23) > div:nth-child(2) > div > div:nth-child(1) > label{display: none;}


/*Generally - Hide the people page. It will be redisplayed via JS*/
a.people {display: none;}

/* Add new line spacing to honour the student declaration plain text */
form#submit_online_upload_form label.checkbox div,form#submit_online_text_entry_form label.checkbox div {
    white-space: pre-line;
}
/* Added addtional change for the new assignment submission point */
#content div[data-testid="similarity-pledge"] span{
    white-space: pre-line;
}



/* Disable default email option */
td.email_meta{display: none;}
#default_email_id{display: none;}