@import "https://bcito.ek-au.com/canvas/css";
/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */

/*** Legacy Sidebar ***/
/* For Main CSS file */
@import url(https://designtools.ciditools.com/css/themes.css);
/* For Mobile app CSS file */
/*@import url(https://designtools.ciditools.com/css/app.css);*/
/* Institution color customizations */
@import url(https://designtools.ciditools.com/css/inst_theme_overrides.css);

/*** New Sidebar ***/
/* For Main CSS files */
@import url(https://designplus.ciditools.com/css/content.css);
@import url(https://designplus.ciditools.com/css/editor.css);
/* For Mobile app CSS file */
/*@import url(https://designplus.ciditools.com/css/mobile.css);*/

/* BCITO CSS */
@import url(https://bcitostaticassets.z8.web.core.windows.net/json/mybcito-theme.css);

:root {
  --dt-color-primary: #8a2fbb;
  --dt-color-primary-contrast: #ffffff;
  --dt-color-primary-dark-text: #8a2fbb;
  --dt-color-secondary: #3b0085;
  --dt-color-secondary-contrast: #ffffff;
  --dt-color-secondary-dark-text: #3b0085;
  --dt-color-accent: #2e70aa;
  --dt-color-accent-contrast: #ffffff;
  --dt-color-accent-dark-text: #2e70aa;
  --dt-color-gray: #cccccc;
  --dt-color-gray-contrast: #000000;
  --dt-color-gray-dark-text: #636363;
  --dt-color-white: #ffffff;
  --dt-color-white-contrast: #000000;
  --dt-color-white-dark-text: #707070;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/

.grades #grades_summary .group_total {
  display: none;
}
.ic-DashboardCard__header_hero {
  background-color: transparent !important;
}

#student-grades-right-content #student-grades-show-all {
  display: none;
}

#student-grades-right-content #assignments-not-weighted {
  display: none;
}

#student-grades-right-content .final_grade {
  font-size: 22px;
  font-weight: bold;
}

#student-grades-right-content #whatif-score-description {
  display: none;
}
