/**
 * Legacy Styles from plaYEAH! PowerStyle
 * This provides the main branding for the course player.
 */

.fr-view em { color: inherit; } 

.take .course-player, 
.take .course-player__course-navigation , 
.take .course-player__content  { 
    background-color: transparent !important; 
} 

.take { background-color: #e2e2ff; } 
.take .course-player__left-drawer { background-color: #e2e2ff; } 

.take div[class*="_course-progress__progress-bar__inner"]{ background-color: #000080 !important; } 

.take .course-player__user-search .ember-power-select-trigger { 
    background-color: #000080 !important; 
    border-color: #000080 !important; 
} 

.take span[class*="_progress-ring__ring"] { background-color: transparent; } 
.take .content-item__progress-icon{ background-color: transparent; } 

.take span[class*="_progress-ring__ring-inset"], 
.take .content-item__progress-icon--circle\--active:after { 
    background-color: #9b9b9b; 
} 

.take .ui-state-active .course-player__chapter-item__container, 
.take .course-player__chapter-item__header:hover .course-player__chapter-item__container{ 
    border-bottom-color: #000080; 
} 

.take .course-player__chapter-item__container{ border-bottom-color: transparent; } 

.take .course-progress__container .course-progress__school-name { background-color: #000080; } 

.take .course-player__chapter-item__completion, 
.take h3[class*="_chapter-item__title"], 
.take h2[class*="_chapter-item__title"], 
.take a[class*="_content-item__link"],
.take a[class*="_content-item__link"]:hover,
.take a[class*="_content-item__link"]:active, 
.take a[class*="_content-item__link"]:focus { 
    color: #36394D;  
    font-family: 'Alegreya Sans SC', sans-serif !important;  
} 

.take .course-player__branding-badge { display:none } 

.take .course-progress__title { 
    color: #000080;  
    font-family: 'Alegreya Sans SC', sans-serif !important;  
} 

.take .top-bar__dashboard-link a, 
.take .course-progress__dashboard-link{
    border: 0;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    height: 32px;
    padding: 0 16px;
    background-color: #000080;
    border-radius: 4px;
    color: #ffffff !important;
} 

.take .course-progress__dashboard-link{height: auto; padding: 6px 16px;} 
.take .top-bar__dashboard-link i{color: #ffffff !important;}

/* Additional global styles from original */
.notification-pane-instance { display:none !important; }
.fr-view em { color: inherit; } 
