/*-----------------------------------------------------------------------------------*/
/* Backend Global Stylesheet */
/*-----------------------------------------------------------------------------------*/

/*  Sensei icon */
body #toplevel_page_sensei div.wp-menu-image:before {
  	content: "\f118" !important;
}

/* Lessons Icon */
body #menu-posts-lesson div.wp-menu-image:before {
    content: "\f163" !important;
}

/* Course Icon */
body #menu-posts-course div.wp-menu-image:before {
    content: "\f331" !important;
}

/* Questions Icon */
body #menu-posts-question div.wp-menu-image:before {
  	content: "\f223" !important;
}

#dashboard_right_now a.course-count:before, #dashboard_right_now span.course-count:before { content: "\f118"; }
#dashboard_right_now a.lesson-count:before, #dashboard_right_now span.lesson-count:before { content: "\f331"; }
#dashboard_right_now a.question-count:before, #dashboard_right_now span.question-count:before { content: "\f223"; }

/* Sensei Menu */
#toplevel_page_sensei li.wp-first-item { display: none; }

/* Course Menu Icons */
li.menu-icon-lesson .wp-menu-image img, li.menu-icon-course .wp-menu-image img { display: none; }

.edit-php.post-type-quiz .add-new-h2 { display: none; }
