﻿.courseprogress-heading {
    margin-bottom: 22px;
}

.courseprogress-title-strip {
    color: #8A9B9F;
    font-size: 13px;
    text-transform: uppercase;
}

.courseprogress-heading-title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 10px;
}

.courseprogress-module {
    position: relative;
    margin: 40px 0;
}

.courseprogress-lesson-thumbnail {
    width: 88px;
    margin-left: 10px;
    margin-right: 5px;
}

.courseprogress-lessons {
    margin: 20px 0;
}

.courseprogress-lesson {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #D1DBE0;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 1px 4px 0 rgba(47,52,54,0.1);
    margin: 10px 0 15px 0;
    padding: 10px 0;
}

.courseprogress-lesson-details {
    flex: 1;
    display: flex;
}

.courseprogress-lesson-title {
    width: 100%;
}
.courseprogress-lesson-title-text {
    font-size: 14px;
    font-weight: 600;
    color: #3A4449;
    padding-bottom: 10px;
}

.courseprogress-lesson-duration {
    color: #3A4449;
    font-size: 10px;
}

.courseprogress-lesson-status {
    margin-right: 20px;
}

.courseprogress-lesson-status-text {
    text-transform: uppercase;
    font-size: 0.8125rem;
    color: #7a7a7a;
    border: 1px solid #e9e9e9;
    padding: 0 2px;
    background: #f5f5f5;
}
.courseprocess-assignedby {
    font-size: 10px;
    color: #3A4449;
}

.lesson {
    padding-top: 2rem;
}

.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -2.75rem;
}

.grid-item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 2.75rem;
    vertical-align: top;
    width: 100%;
}

.lg--one-third {
    width: 33.333%;
}

.course-nav .course-module {
    border-top-color: #8638a4;
}

.course-nav-module-header {
    padding: 0 15px;
}

.course-nav-module-status {
    float: right;
    margin-left: 10px;
    font-size: 15px;
}

.course-nav-module-lessons {
    display: block;
}

.course-description {
    border: 0 none white;
    overflow: hidden;
    padding: 0;
    outline: none;
    width: 100%;
}
.course-heading-nolink {
    color:inherit;
}
.lesson-flow-nav {
    display: flex;
    margin: 40px 0;
    justify-content: space-between;
    align-items: flex-start;
}

.lesson-flow-nav-link {
    margin-right: 20px;
}

.lesson-flow-nav-name {
    display: block;
    margin-top: 8px;
    opacity: 0.8;
    font-size: 14px;
}

.lesson-flow-nav-completion {
    margin-bottom: 20px;
    width: 100%;
}

.lesson-Overview {
    background-color: #f8f9fa;
}
.lesson-view{
    padding-top:15px;
}
.lesson-description {
    border: 0 none white;
    overflow: hidden;
    padding: 0;
    outline: none;
    width: 100%;
}

.lesson-navigation-toggle-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lesson-navigation-toggle-btn {
    width: 50%;
    border-width: 1px;
    border-style: solid;
}

.lesson-navigation-toggle-btn-active {
    background-color: #fff;
}

.lesson-progress
{
    padding-bottom:15px;
}
.lesson-progressbar {
    width: 100%;
    /*max-width: 300px;*/
}
.lessonView {
    padding-top:15px;
}
.lesson-media {
/*    max-width: 100%;
*/
    width: 400px;
/*    height: 400px;
*/}

.lesson-btn-underline{
    text-decoration:underline;
}

.left-content {
    display: inline-block;
    width: 180px;
    padding: 0 10px 10px;
    background-color: rgba(191, 191, 191, 0.15);
    box-shadow: -5px 0px 14px -8px rgba(0, 0, 0, 0.25) inset;
}

.right-content {
    position: absolute;
    right: 0;
    left: 220px;
    display: inline-block;
    height: 100%;
    padding-right: 10px
}

.form-avatar {
    height: 128px;
    width: 128px;
    margin-right: 10px;
    border: 1px solid #d2d3d5;
    border-radius: 50%;
    background-image: url('../Images/video-lecture.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.jumbotron {
    background-color: #fff;
}

.application-welcome-header {
    color: var(--primary-color);
    font-weight: 700;
}
.quiz-title-container {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}
.quiz-title-thumbnail {
    padding-right: 20px;
}
.quiz-question {
    font-size: 14px;
}
.quiz-question-correctAnswers {
    font-size: 8px;
}
.quiz-question-nav-links {
    padding-top: 40px;
}
.quiz-question-nav-links-prev {
    vertical-align: top;
}
.quiz-question-nav-links-next {
    float: right;
}

.quiz-question-nav-links-next .dx-button .dx-icon {
    float: right;
    padding-left: 10px;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    color: red;
}

.quality-select-menu .dx-button-text {
    color: white;
}

.quality-select-menu .dx-icon {
    color: white;
}

.horizontal-align-text {
    vertical-align: middle;
}