/*
*
* ====================================
* HIDING LINKS LOGIN PAGE
* ====================================
*
*/

/* List of Links
*
* Canvas Facebook
* Canvas Twitter
* Instructure Logo
* Canvas LMS
* Mastery Connect
* Elevate Analytics
* Impact
*
*
*/

/* Hide "Canvas Facebook" */
#footer-links a[href$="facebook.com/instructure"] {display: none; !important;}

/* Hide "Canvas Twitter" */
#footer-links a[href$="twitter.com/instructure"] {display: none; !important;}

/* Hide "Instructure Logo" */
#footer a[href="http://www.instructure.com"] {display: none; !important;}

/* Hide "Instructure Tag Line and Footer Links" */
div#footer-epilogue  {
    display: none;
}


/* END HIDING LINKS LOGIN PAGE */

/*
* This script removes the send-to function from all users in modules.
*
*/

.ui-menu-item:has(.module_send_to) {
  display: none !important;
}
.ui-menu-item:has(.module_item_send_to) {
  display: none !important;
}
.ui-menu-item:has(.send_assignment_to) {
  display: none !important;
}
.ui-menu-item:has(.icon-user.quiz-send-to) {
  display: none !important;
}

/* hide Drop Course button for self-enrolled students */

#right-side-wrapper .self_unenrollment_link {
    display: none !important;
}
