/* course style overrides */

/* panel colours */
.course-MSMOOC_DMT .activity-panel {
    background-color: #3166ab !important;
    border: none !important;
}
.course-MSMOOC_MH .activity-panel {
    background-color: #3C8257 !important;
    border: none !important;
}
.course-MSMOOC_Ageing .activity-panel {
    background-color: #796EA6 !important;
    border: none !important;
}
.course-MSMOOC_DMT .activity-panel p, .course-MSMOOC_MH .activity-panel p, .course-MSMOOC_Ageing .activity-panel p {
    color: #fff !important;
}
.course-MSMOOC_DMT .activity-panel a:not(.btn), .course-MSMOOC_MH .activity-panel a:not(.btn), .course-MSMOOC_Ageing .activity-panel a:not(.btn) {
    color: #fff !important;
    border-bottom: #fff solid 2px !important;
}
.course-MSMOOC_DMT .activity-panel ul:not(.dropdown-menu) li, .course-MSMOOC_DMT .activity-panel ol li,
.course-MSMOOC_MH .activity-panel ul:not(.dropdown-menu) li, .course-MSMOOC_MH .activity-panel ol li,
.course-MSMOOC_Ageing .activity-panel ul:not(.dropdown-menu) li, .course-MSMOOC_Ageing .activity-panel ol li {
    color: #fff !important;
}
#course.course-MSMOOC_DMT .activity-panel h1, #course.course-MSMOOC_DMT .activity-panel h2, #course.course-MSMOOC_DMT .activity-panel h3, #course.course-MSMOOC_DMT .activity-panel h4, #course.course-MSMOOC_DMT .activity-panel h5, #course.course-MSMOOC_MH .activity-panel h5,
#course.course-MSMOOC_MH .activity-panel h1, #course.course-MSMOOC_MH .activity-panel h2, #course.course-MSMOOC_MH .activity-panel h3, #course.course-MSMOOC_MH .activity-panel h4, #course.course-MSMOOC_MH .activity-panel h5, #course.course-MSMOOC_MH .activity-panel h5,
#course.course-MSMOOC_Ageing .activity-panel h1, #course.course-MSMOOC_Ageing .activity-panel h2, #course.course-MSMOOC_Ageing .activity-panel h3, #course.course-MSMOOC_Ageing .activity-panel h4, #course.course-MSMOOC_Ageing .activity-panel h5, #course.course-MSMOOC_Ageing .activity-panel h5 {
    color: #fff !important;
}

/* panel icons */

.course-MSMOOC_DMT .activity-learning-outcomes::before, .course-MSMOOC_MH .activity-learning-outcomes::before, .course-MSMOOC_Ageing .activity-learning-outcomes::before {
    background: none;
    content: "\f19d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8rem;
    color: #fff;
    text-align: center;
    top: 0;
}
.course-MSMOOC_DMT .activity-web_resource::before, .course-MSMOOC_MH .activity-web_resource::before, .course-MSMOOC_Ageing .activity-web_resource::before {
    background: none;
    content: "\f129";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9rem;
    color: #fff;
    text-align: center;
    top: 10px;
}
.course-MSMOOC_DMT .activity-quiz::before, .course-MSMOOC_MH .activity-quiz::before, .course-MSMOOC_Ageing .activity-quiz::before {
    background: none;
    content: "\f128";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9rem;
    color: #fff;
    text-align: center;
    top: 10px;
}
@media (max-width: 767px) {
    .course-MSMOOC_DMT .activity-learning-outcomes::before, .course-MSMOOC_MH .activity-learning-outcomes::before, .course-MSMOOC_Ageing .activity-learning-outcomes::before {
        font-size: 3rem;
        top: 15px;
    }
    .course-MSMOOC_DMT .activity-web_resource::before, .course-MSMOOC_MH .activity-web_resource::before, .course-MSMOOC_Ageing .activity-web_resource::before {
        font-size: 4rem;
        top: 15px;
    }
    .course-MSMOOC_DMT .activity-quiz::before, .course-MSMOOC_MH .activity-quiz::before, .course-MSMOOC_Ageing .activity-quiz::before {
        font-size: 4rem;
        top: 15px;
    }
}

/* quiz callout fix */
.question.bs-callout.bs-callout-default {
    background-color: #fff;
}
.question.bs-callout.bs-callout-default h4, .question.bs-callout.bs-callout-default p {
    color: #222 !important;
}

/* survey label overrides */

.course-MSMOOC_MH .activity-survey::before, .course-MSMOOC_Ageing .activity-survey::before {
    background: none;
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9rem;
    color: #fff;
    text-align: center;
    top: 10px;
}
.course-MSMOOC_MH .activity-survey h2 b, .course-MSMOOC_Ageing .activity-survey h2 b {
    display: none;
}
.course-MSMOOC_MH #survey_btn_1, .course-MSMOOC_MH #survey_btn_2, .course-MSMOOC_MH #survey_btn_3, .course-MSMOOC_MH #survey_btn_4 {
    position: relative;
    width: 180px;
    color: rgba(0,0,0,0);
}
.course-MSMOOC_MH #survey_btn_1::after, .course-MSMOOC_MH #survey_btn_2::after, .course-MSMOOC_MH #survey_btn_3::after, .course-MSMOOC_MH #survey_btn_4::after {
    content: 'Open activity';
    position: absolute;
    left: 15px;
    color: rgba(0,0,0,1);
}
.course-MSMOOC_MH .activity-survey #btn-submit-survey, .course-MSMOOC_Ageing .activity-survey #btn-submit-survey{
    position: relative;
    height: 62px;
    color: rgba(255,255,255,0);
}
.course-MSMOOC_MH .activity-survey #btn-submit-survey::after, .course-MSMOOC_Ageing .activity-survey #btn-submit-survey::after{
    content: 'Save';
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    color: rgba(255,255,255,1);
}

.course-MSMOOC_MH .label-survey, .course-MSMOOC_Ageing .label-survey {
    display: none;
}
.course-MSMOOC_MH .progress-indicator > li .bar-background .badge.badge-quiz, .course-MSMOOC_Ageing .progress-indicator > li .bar-background .badge.badge-quiz{
    display: none;
}

@media (max-width: 767px) {
    .course-MSMOOC_MH .activity-survey::before, .course-MSMOOC_Ageing .activity-survey::before {
        font-size: 4rem;
        top: 15px;
    }
}

/* group assignment overrides */

.course-MSMOOC_DMT .activity-group::before, .course-MSMOOC_MH .activity-group::before {
    background: none;
    content: "\f46c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9rem;
    color: #fff;
    text-align: center;
    top: 10px;
}

@media (max-width: 767px) {
    .course-MSMOOC_DMT .activity-group::before, .course-MSMOOC_MH .activity-group::before {
        font-size: 4rem;
        top: 15px;
    }
}

/* discussion overrides */

.course-MSMOOC_Ageing .activity-discussion_board.activity-activity_board::before {
    background: none;
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9rem;
    color: #fff;
    text-align: center;
    top: 10px;
}
.course-MSMOOC_Ageing .activity-discussion_board:not(.activity-activity_board)::before {
    background: none;
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9rem;
    color: #fff;
    text-align: center;
    top: -10px;
}

@media (max-width: 767px) {
    .course-MSMOOC_Ageing .activity-discussion_board:not(.activity-activity_board)::before {
        font-size: 4rem;
        top: 10px;
    }
}


/*quiz overrides*/
#course .quiz_form .question h4 {
    color: #000 !important;
}
#course #form-actions h4, #course #form-actions h5 {
    color: #000 !important;
}