.header-top .header-top-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 0;
    position: relative;
    z-index: 1001;
}
.left-header-top-content {
    padding: 0 10px;
    min-height: 26px;
}
.right-header-top-content {
    padding: 0 10px;
}
.header-top .header-top_text {
    padding-left: 13px;
    position: relative;
    top: 5px;
}
.header-top .header-top_text a{
    color:#ddd;
    padding-left: 5px;
}
.header-top .header-top_text a:hover{
    color: #ffffff;
}

.header-middle {
    /*max-width: 1200px;*/
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
.header-middle .header-middle-content {
    float: left;
    width: 100%;
    position: relative;
}
.header-middle > div {
    padding: 0 10px;
}

.course-header{
    padding: 15px;
}
.course-header .course-author{
    display: inline;
    border-left: 1px solid #ececec;
    padding-left: 15px;
    margin-left: 15px;
}
.course-header .course-title{
    position: relative;
    padding: 8px 0 0 0;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
}
.course-header .course-description{
    position: relative;
    font-size: 13px;
    line-height: 20px;
    color: #757575;
}

.course-activity:hover,
.course-activity:focus{
    cursor: pointer;
    background: #ffffcc;
    border: 2px solid #00c0ef;
    padding: 0px 10px;
}

.course-activities{
    padding: 10px;
}

@media screen and (min-width: 767px) {
    .quiz.quiz-item .quiz-info {
      text-align: right;
    }
    .course-description{
        height: 80px;
        overflow-y: auto;
    }
    .course-activities{
        padding: 40px 76px;
    }
    .course-content .tab-content{
        height: 395px;
        overflow-y: auto;
    }
}

.course-activity{
    padding: 1px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-left: 3px solid #939393;
    margin-bottom: 10px;
}
.course-activity.pass{
    background: #ffffcc;
}
.course-activity.success{
    background: #ccffcc;
}

.course-activity-1{
    border-left: 3px solid #dd4b39 !important;
}
.course-activity-2{
    border-left: 3px solid #00c0ef !important;
}
.course-activity-3{
    border-left: 3px solid #00a65a !important;
}
.course-activity-4{
    border-left: 3px solid #3c8dbc !important;
}

.course-activity-container{
    padding: 8px 0;
}

.course-activity-type-icon{
    border-right: 1px solid #d2d6de !important;
    background: #f9f9f9 !important;
}

.course-activity-title{
    padding: 8px 0;
    font-size: 15px;
    line-height: 17px;
    color: #3b3b3b;
    text-decoration: none;
    background: 0 0;
    border: none;
    font-weight: bold;
}

.activity-toolbox{
    display: none;
}
.course-activity:hover .activity-toolbox{
    display: inline-block;
}

.nav-tabs-custom{
    margin-bottom: 0;
    border-right: initial;
    box-shadow: initial;
}
/*.nav-tabs-custom>.nav-tabs>li.active{
    border-left: 1px solid #3c8dbc;
    border-right: 1px solid #3c8dbc;
}*/
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active>a:hover{
    background: #ecf0f5;
}
/*.nav-tabs-custom>.nav-tabs{
    border-bottom: 2px solid;
    border-bottom-color: #3c8dbc;
}*/
.tab-content{
    background: #ecf0f5 !important;
    /*border-right: 1px solid #3c8dbc;*/
}

.slide-image{
    background: #ecf0f5 !important;
    padding: 0px;
}

.slide-content-1{
    height: 500px; 
    padding: 20px;
    overflow-y: scroll;
    background: #fff;
}
.slide-content-1.right{
    border-left: 2px solid;
    padding-right: 30px;
}
.slide-content-1.left{
    border-right: 2px solid;
    padding-left: 40px;
}

.slide-content-2{
    height: 450px; 
    padding: 20px;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.93);
    position: absolute;
    z-index: 999;
    top: 20px;
    border: 1px solid;
    border-radius: 5px;
}
.slide-content-2.right{
    right: 50px;
}
.slide-content-2.left{
    left: 50px;
}

.slide-chevron{
    position: absolute;
    top:300px;
}
.slide-chevron button{
    padding-bottom: 20px;
    padding-top: 20px;
    background: #000;
    color: #fff;
}
.slide-chevron button:hover{
    background: #fff;
    color: #000;
}
.slide-chevron.right{
    right: 0;
}
.slide-chevron.left{
    left: 0;
}
.slide-chevron.right button{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 10px;
}
.slide-chevron.left button{
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding-right: 10px;
}

.post-wrap .post > .post-content:after{
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    backface-visibility: hidden;
    transition-duration: 0.5s;
    border-radius: 5px 5px 5px 5px;
}

@media screen and (min-width: 767px) {
    .post-wrap .post:hover > .post-content:after{
        opacity: 1;
        top: 0;
        bottom: 0;
    }
}

.post-wrap .post:hover{
    cursor: pointer;
}

.post-wrap .post {
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 5px 5px 5px 5px;
}
.post-wrap .post * {
    border-color: #ebebeb;
}
.post-wrap .post .post-header img {
    width: auto !important;
    height: auto !important;
    width: 100% !important;
    height: 120px !important;
    transform-style: preserve-3d;
}

.post-wrap .post .post-content {
    padding: 0 10px 10px;
}
.post-wrap .post .post-content .cat-links {
    color: #3c8dbc;
    padding: 10px 25px 0 35px;
    margin: 0 -30px 5px;
    position: relative;
    font-weight: bold;
    height: 50px;
    overflow-y: auto;
}
.post-wrap .post .post-content .cat-links:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
    width: 10px;
    height: 13px;
    background: #3c8dbc;
    transition: all 0.3s;
    backface-visibility: hidden;
    transition-duration: 0.5s;
}
.post-wrap .post .post-content .cat-links > a {
    color: inherit;
}
.post-wrap .post .post-content .content_author {
    color: #424242;
    font-size: 13px;
    opacity: 0.5;
    margin: 0 0 5px;
}
.post-wrap .post .post-content .content_author span {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    position: relative;
    text-transform: capitalize;
}
.post-wrap .post .post-content .content_author span:last-child:after {
    width: 0;
    margin-right: 0;
    padding-right: 0;
}
.post-wrap .post .post-content .content_author span:first-child {
    padding-left: 0;
}
.post-wrap .post .post-content .content_author span .fa {
    margin-right: 4px;
}
.post-wrap .post .post-content .content_author span:after {
    content: "";
    position: absolute;
    background-color: #424242;
    right: 0;
    top: 3px;
    height: 15px;
    width: 1px;
    opacity: 0.6;
}
.post-wrap .post .post-content .content_infor {
    height: 100px;
    overflow: hidden;
}
.post-wrap .post .post-content .content_infor .read_more {
    position: absolute;
    /*bottom: -50px;*/
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    text-align: center;
    transition: all 0.3s;
    backface-visibility: hidden;
    transition-duration: 0.5s;
}

.post-wrap .post:hover .read_more {
    bottom: -15px !important;
    opacity: 1 !important;
}


@media screen and (max-width: 767px) {
    .post-wrap .post .post-header img {
        height: 150px !important;
        width: 50% !important;
        margin: auto;
    }
    .post-wrap .post .post-content .cat-links {
        font-size: 20px;
    }
    .post-wrap .post .post-content .content_infor .read_more{
        opacity: 1 !important;
        margin-top: 130px !important;
        transition: none !important;
    }
    .post-wrap .post .post-content{
        padding-bottom: 40px;
    }
}


.conversation-list-item{
    padding: 10px;
    border-bottom: 1px solid #ececec;
    margin-right: 0px;
    margin-left: 0px;
}
.conversation-list-item:hover{
    background-color: rgba(0, 0, 0, .05);
    cursor: pointer;
}
.related-quiz{
    border-bottom: 1px solid #cecece;
    padding: 5px;
    cursor: pointer;
}
.related-quiz:hover{
    background: #ffffcc;
    border-left: 2px solid #cecece;
    border-right: 2px solid #cecece;
}

.bg-white {
    background: #fff!important;
}

.mt-element-step .step-thin .mt-step-col {
    padding-top: 10px;
    padding-bottom: 10px; 
}
.mt-element-step .step-thin .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    border: 1px solid #cecece;
    float: left;
    margin: auto;
    padding: 3px 14px; }

.mt-element-step .step-thin .mt-step-title {
    font-size: 24px;
    font-weight: bold;
    padding-left: 60px;
    margin-top: -4px; }

.mt-element-step .step-thin .mt-step-content {
    padding-left: 60px;
    margin-top: -5px; }

.mt-element-step .step-thin .active {
    background-color: #32c5d2 !important; }
.mt-element-step .step-thin .active .mt-step-number {
    color: #32c5d2 !important; }
.mt-element-step .step-thin .active .mt-step-title,
.mt-element-step .step-thin .active .mt-step-content {
    color: #fff !important; }
.mt-element-step .step-thin .done {
    background-color: #26C281 !important; }
.mt-element-step .step-thin .done .mt-step-number {
    color: #26C281 !important; }
.mt-element-step .step-thin .done .mt-step-title,
.mt-element-step .step-thin .done .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-thin .error {
    background-color: #E7505A !important; }
.mt-element-step .step-thin .error .mt-step-number {
    color: #E7505A !important; }
.mt-element-step .step-thin .error .mt-step-title,
.mt-element-step .step-thin .error .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-thin .active .mt-step-title a{
    color: #fff !important; 
}
.mt-element-step .step-thin .done .mt-step-title a{
    color: #fff !important; 
}
.mt-element-step .step-thin .error .mt-step-title a{
    color: #fff !important; 
}