/* Loree CSS */

@import url('https://loree-files.crystaldelta.net/loree-themes/loreeThemesV2.min.css');

/* end of Loree css */

.ic-Login__link {
    display: none;
    color: #fff !important;
}
.forgotBlock {
    display: none !important;
}
.ic-DashboardCard__header_image .ic-DashboardCard__header_hero {
    background:none !important;
}

var LinkText = "Check Homework"; //Edit between quotes to change the link text
 
var cururl = location.href;
if (cururl.indexOf("/courses/") >= 0)
{
var CanvasTenant = window.location.host.split('.')[0]
var courseid = cururl.split('/')[4];
var newsechtml = "<li class='section'><a href='https://" + CanvasTenant + ".instructure.com/calendar?include_contexts=course_" + courseid + "' class='settings' style='font-weight:bold;' tabindex='0'>" + LinkText + "</a></li>";
$('#section-tabs').append(newsechtml);
}
.uncrosslist_link, .crosslist_link {
   display: none !important;
}
.profile_links {
display: none !important;
}
 
form.add-observee-form {
    display: none;
}
