/* style.forum.custom.css, created on 31-10-2019 13:13 */
.grouplist {
    background: #00838f!important;
}
.forumHeader.row {
    background: #00838f;
}
#forumConversationView .breadcrumb, div#forumConversationView .breadcrumb:before, .forumTitle {
    color: #fff!important;
}
#forumConversationView  .breadcrumb-div.mg0 {
    line-height: 18px;
    padding-left: 1rem;
    padding-bottom: 15px;
}
#teamForumView .forumHeader.row {
    line-height: 15px;
    padding-left: 1rem;
    padding-bottom: 15px;
}
#forumConversationView .breadcrumb-div {
    margin-top: 20px;
}

#forumConversationView .breadcrumb-div a {
    color: #fff;
}
#forumConversationView .widgetContent {
  margin-top: 1rem;
  margin-left: 1rem;  
  margin-right:  1rem;
}
#teamForumView .col-lg-12.row.converstion:hover {
    background: #ddd!important;
}

.row.newcomment-div button[type="submit"] {
    background: #00838f!important;
}

.row.newcomment-div button[type="submit"]:hover {
    background: #006064!important;
}
i.material-icons:hover {
    color: #006064;
}
i.material-icons.icon-cmmnt-align:hover {
    color:  #006064;
}
.commentWrapper .comment .commentContent {
    line-height: 25px;
}