/*collaboration Css*/

.collaborationContainer .panel {
    box-shadow: none;
    margin: 0;
    background-color: #f2f3f5;
}

.collaborationContainer .panel-heading {
    height: 30px;
    padding-right: 0;
    /*padding-top:0;
  padding-bottom:0;*/
}

.collaborationContainer .panel-body {
    padding: 5px 5px 0 0;
    margin-top: 5px;
}

.collaborationContainer .commentsContainer {
    /*max-height: 240px;
  overflow-x:scroll;*/
}

.commentsContainer {
    padding-bottom: 0px;
}

.collaborationBtn .glyphicon,
.viewReportBtn .glyphicon,
.launchViewerBtn .glyphicon,
.addendumBtn .glyphicon-chevron-up,
.addendumBtn .glyphicon-chevron-down {
    font-size: 10px;
}

.collaborationContainer .commentEnterContainer {
    /*border-top: 1px solid #cccccc;*/
    padding: 0;
    padding-bottom: 5px;
}

.collaborationContainer .commentEnterContainer .chat li {
    border-bottom: 0;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #cccccc;*/
}

/*.chat li:nth-last-child(2),*/
.chat li:last-child {
    /*border-bottom: 0;*/
    margin-bottom: 0;
}

.chat li.left .chat-body {
    margin-left: 60px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
    /*border:1px solid #e1e2e3;*/
}

.chat li.right .chat-body {
    margin-right: 60px;
    border-radius: 4px;
    background-color: #ffffff;
    /*border:1px solid #e1e2e3;*/
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.chat-body .dateTxt {
    margin-left: 30px;
    float: right;
}

.chat .glyphicon {
    margin-right: 5px;
}

.chat .submitBtn {
    /*margin-top: 2px;*/
}

.chat .submitBtn span {
    cursor: pointer;
    margin-top: 0px;
    overflow: hidden;
}

.chat .submitBtn button {
    margin-top: -29px;
    border-radius: 9px !important;
}

.chat .submitBtn .glyphicon-chevron-right:before {
    /* background-color: #337ab7;*/
    color: #ffffff;
    font-size: 16px;
    border-radius: 6px;
    padding: 5px;
}

.collaborationContainer .commentEnterContainer .chat li.left .chat-body {
    padding: 0;
    margin-right: 4px;
    background-color: transparent;
}

.chat .submitBtn input {
    height: 45px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    box-shadow: none;
}

.chat li .form-group {
    margin-bottom: 0;
}

.chat-img img {
    vertical-align: middle;
}

.commentEnterContainer {
    padding-top: 0px;
}

.chat-img .userImg {
    width: 50px;
}

.enterBtn {
    margin-top: 15px;
}

.header {
    width: 100%;
    height: 51px;
    background-color: inherit;
    color: inherit;
    line-height: inherit;
    position: inherit;
    z-index: 2;
    font-size: 16px;
    font-family: Light;
    border: 0;
}