/*
 * All customizations now found in /lms/css on our main website.
 *
 * CSS files from that dir are loaded per-context (either global or panorama)
 * by a global footer script
 */
 
 /* ...except these which are universal */
 
 /* hide drop-down in user profile when searching for content to add */
 
 .manager-title-search .selectize-dropdown {
  display: none !important;
}

 /* hide "Collaborations" in learner dashboard engagement stats */
.dashboard #learner .user-engagement-stat--collaborations {
    display: none;
}

/* style copyright notice in footer of content pages */

.ap_copyright {
    margin-top: 1em;
    color: #777;
    font-size: 12px;
}

/* hide LR 9 & 10 ("for office use only") */

.manager.user-detail .row--full-width .columns:nth-of-type(2) div:nth-of-type(n+10):nth-of-type(-n+11) {
      display: none;
}

/* Audio player color call out needed for ProctorFree Ti pages */

.audio__player {
    background-color: #FFA500;
}

/* should be backed up to /lms/css/universal.css on our main website */