/*********************************************************************/
/***** 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);*/

:root {
    --dt-color-primary: #181A1C;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #181A1C;
    --dt-color-secondary: #009BDB;
    --dt-color-secondary-contrast: #000000;
    --dt-color-secondary-dark-text: #006C9E;
    --dt-color-accent: #BABABA;
    --dt-color-accent-contrast: #000000;
    --dt-color-accent-dark-text: #707070;
    --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;
    --dt-color-graybg: #E6E6E6;
    --dt-color-graybg-contrast: #000000;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/

.course_details.student_grades td.percent { display:none; }	/* for '/grades' page: hide grade info */
table#grades_summary tr.student_assignment.hard_coded.group_total { display:none; }   /* hide grade rows */
table#grades_summary tr.student_assignment.hard_coded.final_grade { display:none; } /* hide total grade row */
div.student_assignment.final_grade { display:none; }	/* hide total grade on right column  */
#show_all_details_link { display:none;}						/* hide Show all details button on right column */
#only_consider_graded_assignments { display:none;} 	/* only consider graded assignment checkbox on right column  */
label[for="only_consider_graded_assignments"]{ display:none;}  /* only consider graded assignment label on right  column  */
a[title="View comments and scoring details"] { display:none;}	/* hide link next to 'Out of' column */
a[title="View Scoring Details"] { display:none;}			/* hide link next to 'Out of' column */
a[title="View Rubric Evaluation"] { display:none; }		/* hide link next to 'Out of' column */
#grades_summary tr.student_assignment.dropped td.points_possible { background-image:none; }		/* hide x img */
#grades_summary tr.editable.student_assignment.dropped:hover td.points_possible { background-image:none; }   /* hide x on mouseover img */
#right-side-wrapper .rs-margin-all div:nth-child(6) {display:none;}				/* hide text Click any score and enter a new value to see how the change will affect your total */

.ic-app-header__logomark
{
width:85% !important;
}

#help_tray ul li {display:none;}

#help_tray ul li.gsb {
  display:block;
  margin-bottom:0.75rem;
}