@import 'https://nctc.evaluationkit.com/CanvasScripts/nctc.css?v=0';

@charset "utf-8";
/* CSS Document */
  
/* Hide "Delete my Account" */
a.admin{
	display:none;
}

/* Hide "Conclude this Course" */
#right-side a[href*="event=conclude"] {
	display:none !important;
}

/* Hide "Permenantly delete this course" */
/*#right-side a[href*="event=delete"] {
	display:none !important;
}*/


/* Hide "Account Name Field" */
#account_settings > fieldset:nth-child(2) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2){
        display:none !important;
}

/* Hide "Account Name Label" */
#account_settings > fieldset:nth-child(2) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > label:nth-child(1){
        display:none !important;
}


/* Hide "Report a Problem"
#help-dialog-options a[href="#create_ticket"] {
  display:none !important;
} */

/* Hide "Ask the Community" */
#help-dialog-options a[href="https://community.canvaslms.com/community/answers"] {
  display:none !important;
}

/* Hide "Request a Feature" */
#help-dialog-options a[href="https://community.canvaslms.com/community/ideas/feature-ideas"] {
  display:none !important;
}

/* Hide Global Nav Lion Logo */
.ic-app-header__logomark {
	display:none !important;
}

/* Hide Reset Course Content */
.reset_course_content_button {
	display:none !important;
}

/* Hide Arc Course, Global navigation, and submission links */
.context_external_tool_3850, .context_external_tool_3852 {
    display:none !important;
}
