@charset "utf-8";

/* ========== START WATERMARK COURSE EVALUATIONS DISABLE ========== */
/* @import 'https://utsa.evaluationkit.com/canvas/css';   */
/* ========== END WATERMARK COURSE EVALUATIONS ========== */

/* ========== START COURSE CUSTOMIZATIONS ========== */
/* Hide Syllabus Internal Tool from Course Navigation 

nav[role="navigation"] a.syllabus,
nav#mobileContextNavContainer a[href$="/assignments/syllabus"] {
  display: none;
} 

li#nav_edit_tab_id_1 {
    display: none;
} */

/* Hide BigBlueButton from Settings > Navigation Menu */
li#nav_edit_tab_id_12 {
    display: none;
}

/* Hide BigBlueButton from Course Navigation */
nav[role="navigation"] a.conferences,
nav#mobileContextNavContainer a[href$="/assignments/conferences"] {
  display: none;
}

/* Hide BigBlueButton from Settings > Navigation Menu */
li#nav_edit_tab_id_12 {
    display: none;
}

/* Hide Apps tab from Course Settings */
li#external_tools_tab {
    display: none;
}

/* ========== END COURSE CUSTOMIZATIONS ========== */

/* ========== START LOGIN PAGE ========== */
/* Hides "Instructure Learning Platform" Links on Login page */
.ic-Login-footer__logo-link, #footer-epilogue {
    display: none !important;
}

/* Enlarges UTSA logo on Login page. */
.ic-Login-header__logo {
    flex: 0 0 300px;
}

/* ========== END LOGIN PAGE ========== */