.cs-page-course-details {
    /*    background-color: #f5f5f5;
        border-top: 1px solid #dddddd;*/
    /*padding-top: 20px;*/
}

/* SECTION: TEACHER INFO => same as TEACHER */

/* SECTION: TEACHER UPCOMING COURSES */

.row.cs-course-info {
    margin-top: 20px;
}

.course-content {

}

.course-content .btn-enroll {
    float: right;
    margin: 20px -15px 10px 10px;
}

.course-sidebar {
    padding-top: 20px;
    position: relative;
    width: 100%;
    display: block;
}

.course-sidebar .widget {
    font-size: 12pt;
}

.course-sidebar .widget.course-features i {
    color: #2196f3;
    font-size: 16pt;
}

.course-sidebar .widget.course-summary {
    background-color: #2196f3;
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
}

.course-sidebar .widget.course-summary h4 {
    text-align: center;
    color: #ffffff;
    background: rgba(255,255,255,0.5);
    margin: 5px -10px 5px;
    padding: 10px 0px;
}

.course-sidebar .widget.course-summary i {
    color: #ffffff;
    font-size: 12pt;
}

.course-sidebar .widget.course-summary p {}

.course-sidebar .widget.course-summary p.low-seat {
    text-align: center;
    color: #ffff00;
    font-weight: bold;
}

.course-sidebar .widget.course-summary p.low-seat i {
    color: #ffff00;
}

.student-review-item {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 5px;
    display: block;
    float: left;
    margin: 5px 0;
    width: 100%;
}

.student-review-item .student-photo,
.student-review-item .student-info {
    display: inline-block;
}

.student-review-item .student-name,
.student-review-item .student-rating {
    display: block;
    line-height: 15px;
}

.student-review-item .student-rating i {
    font-size: 8pt;
    color: #ECD600;
}

.student-review-item .student-review {
    display: block;
    font-size: 10pt;
    padding: 5px;
}

.student-review-item .student-review {
    padding: 5px;
}

.student-review-item .student-review textarea {
    border: 0;
    background: #EEE;
    transition: none;
    box-shadow: none;
    margin-bottom: 10px;
}



/* SECTION: COURSE COMMENT */

.row.cs-course-comment {

}
.row.cs-course-comment .text-area textarea {
    border: 0;
    background: #f5f5f5;
    transition: none;
    box-shadow: none;
}
.row.cs-course-comment .text-area textarea:focus
.student-review-item .student-review textarea:focus {
    box-shadow: none;
    border: 0;
}

.row.cs-course-comment .submit-btn {
    margin: 10px 0;
}

.row.cs-course-comment .submit-btn .comment-user-identity {
    display: inline-block;
    margin-right: 10px;
}

.row.cs-course-comment .student-comment-item {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}
.row.cs-course-comment .student-comment-item table td {
    vertical-align: top;
}
.row.cs-course-comment .student-comment-item .student-comment {
    display: inline-block;
    background-color: #f5f5f5;
    font-size: 11pt;
   
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 99%;
    border-radius: 3px;
    text-align: justify;
}

.student-comment .post-user-name

{
    margin-left: 10px;
    margin-right: 10px;
}

.student-comment .reply-content-post
{
    padding-left: 10px;
    padding-right: 10px;
}


.row.cs-course-comment .student-comment-item .student-comment .post-user-name h5 a
{
  font-size: 14px;
  color: #2196f3;
}
.row.cs-course-comment .student-comment-item .student-comment:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid whitesmoke;
    position: absolute;
    left: 55px;
    top: 10px;
}

.student-comment-item table
{
    width: 100%;
}

.student-comment-item table tr td:first-child
{
    width: 40px;
}

.student-comment ul
{
    list-style: none;
    list-style-image: none;
    margin-top: 10px;
    padding-left: 0px;
}

.comment {
  clear: both;
  border-top: 1px solid #dee6ee;
  padding: 14px 0 11px 0;
}

.student-comment ul li:first-child
{
    border-top: none;
}

.comment .avatar .small-avatar, .send-reply-container .avatar .small-avatar {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  margin-left: 30px;
}

.seperate
{
    border-top: 1.9px solid #dee6ee;
    margin-top: 10px;
}



.comment .comment-right {
  margin-left: 10px;
  width: 88%;
  text-align: justify;
}

.replier-name {
  font-size: 14px;
  color: #2196f3;
}

.reply-content
{
    margin-top: 4px;
}

.show-more-comments {
  padding: 2px 0 10px 82px;
  cursor: pointer;
  color: #3784d3;
  font-size: 13px;
}

.send-reply-container {
  padding-top: 9px;
  border-top: 1px solid #dee6ee;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding-bottom: 7px;
}

.repy-text-area {
    margin-left: 10px;
    width: 75%;
}

#commentPaginationBox
{
    padding-left: 62px;
}
/* SECTION: COURSE RELATED */

.row.cs-course-related {

}