﻿/*--------------------------------------------------------------
# Sections Intro
--------------------------------------------------------------*/
#SectionTheory {
    background-color: white;
    border-bottom: 1px rgba(0,0,0,.1) solid;
    padding: 2rem 0 5rem;
}

    #SectionTheory .theo-btn-reg {
        width: 100%;
        max-width: 20rem;
        margin: 0 auto;
        display: inline-block;
        padding: 0.5rem 1rem;
        text-align: center;
        border-radius: 0.5rem;
        background-color: var(--nx-cta-backcolor);
        border: 1px solid var(--nx-cta-bordercolor);
        font-weight: 400;
    }

        #SectionTheory .theo-btn-reg:hover {
            background-color: var(--nx-cta-backcolor-hover);
            border: 1px solid var(--nx-cta-bordercolor-hover);
            color: var(--nx-cta-text-color-hover);
            letter-spacing: .02rem;
        }

        #SectionTheory .theo-btn-reg.inactive {
            width: 100%;
            max-width: 20rem;
            margin: 0 auto;
            display: inline-block;
            padding: 0.5rem 1rem;
            text-align: center;
            border-radius: 0.5rem;
            background-color: whitesmoke;
            border: 1px solid whitesmoke;
            font-weight: 400;
            color: gray;
            cursor: not-allowed;
            transition: .3s ease all;
        }

            #SectionTheory .theo-btn-reg.inactive:hover {
                background-color: lightgray;
                border: 1px solid lightgray;
                letter-spacing: .02rem;
            }

    #SectionTheory .reg-btn-container {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    #SectionTheory .CourseTextTitle {
        margin: 0;
        font-weight: bold !important;
        font-size: 1rem !important;
    }


.table p {
    margin: 0;
}

@media (max-width: 991px) {
    #SectionTheory .image-content {
        float: left;
        width: 50%;
    }

    #SectionTheory h1 {
        text-align: center;
    }

    #SectionTheory p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #SectionTheory .CourseTextTitle {
        margin: 1rem 0 0;
    }

    #SectionTheory .reg-btn-container {
        margin: 1rem 0 1rem;
    }
}

@media (max-width: 575px) {
    #SectionTheory .image-content {
        float: unset;
        width: 100%;
    }
}


.CourseTextTitleIntro {
    margin: 0 0 .5rem;
}


#SectionUserPanel {
    border-bottom: 1px solid var(--nx-box-soft-bordercolor);
}


#SectionEducators h1 {
    text-align: right;
}

#SectionEducators h3 {
    color: var(--nx-sec-subtitle-color);
    text-align: right;
}

.teacherlist-container {
    margin: 2rem 0;
}

.teacherlist-cell-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.teacherlist-cell-img-holder {
}


.teacherlist-cell-img {
    width: 9rem;
    height: 9rem;
    border: 0;
    border-radius: 50%;
    margin: 3px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    opacity: 1;
    transition: all 0.5s ease;
    background-color: var(--nx-box-soft-backcolor);
}

.teacherlist-content-title {
    text-align: center;
    margin: .5rem 0 0;
    font-size: 1rem !important;
    font-weight: bold !important;
}

.teacherlist-content-subtitle {
    text-align: center;
    font-weight: 100 !important;
    font-size: .9rem !important;
}

.teacherlist-content-info {
    text-align: center;
}

.teacherlist-score-star {
    font-size: 1rem;
    margin-left: .25rem;
}

.teacherlist-container.carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1rem 0;
}

    .teacherlist-container.carousel .teacherlist-cell-container {
        min-width: 9rem;
        margin: 0 0 .5rem;
        justify-content: start;
        padding: .5rem;
        border: 1px var(--nx-box-soft-bordercolor) solid;
        margin: 0 .25rem .5rem;
        border-radius: .5rem;
    }

        .teacherlist-container.carousel .teacherlist-cell-container:hover {
            background-color: var(--nx-box-soft-backcolor);
        }

    .teacherlist-container.carousel .teacherlist-cell-img {
        width: 6rem;
        height: 6rem;
        border: 1px white solid;
    }

.teacherlist-cell-container.continue {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

    .teacherlist-cell-container.continue .icon {
        font-size:2rem;
    }

    .teacherlist-cell-container.continue .title {
        font-size:.9rem;
    }

@media screen and (max-width:991px) {
    #SectionUserPanel h1 {
        text-align: center;
    }

    #SectionUserPanel h3 {
        text-align: center;
    }


    #SectionEducators h1 {
        text-align: center;
    }

    #SectionEducators h3 {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .teacherlist-cell-img {
        width: 7rem;
        height: 7rem;
    }
}

@media screen and (max-width:575px) {
    .teacherlist-cell-img {
        width: 7rem;
        height: 7rem;
    }

    .teacherlist-content-title{
        margin: 0;
    }

    .teacherlist-cell-container {
        margin-bottom: 2rem;
    }
}
