 
#user_post_container{float: left; margin-bottom: 10px; width: 100%;}

.name_image_container{float: left; width: 210px;font-size: 14px; font-weight: bold;   }
#user_post_container   .image{float: left; width: 11%;  }
#user_post_container   .name{float: left; width: 120px;  }
#user_post_container   .content{  border: 1px solid #DDDDDD;
                                  float: left;
                                  margin-left: 0px;
                                  width: 100%;
}
#user_post_container   .content-top{float: left; width: 100%;   height:25px;background-color:#D2E4F7}
#user_post_container   .content textarea{width: 630px; height: 75px; border: none!important;}
#user_post_container   .content .post_button_container{width: 100%; height: 28px; background: #d2e4f7;   float: left;}
#user_post_container   .content .post_button_container button{margin: 0px; width: auto; height:28px;padding: 0px 20px;}

/*button*/ 
#access_type_button  {  width: auto;}
#access_type_button #access_type_label{ padding: 0px 20px;  }
#access_type_button span.caret{margin-right: 10px;}


#user_post_container #upload-input{padding: 0px; border: none;}

#user_post_view{  }
#user_post_view .block{border-bottom: 1px #ddd solid; padding-bottom: 10px;}
#user_post_view h2{font-size: 12px; margin-bottom: 0px;}
#user_post_view .date{font-size: 12px; margin-bottom: 5px; float: left;}
#user_post_view .profile_image{width: 60px;}
#user_post_view .content_container{width: 100%;}

#user_post_view .content_container .image{  margin-right: 10px;  }
#user_post_view .content_container .content{width: 390px;  }

.post_button_container .btn-default{background-image: none; border: none; border-radius:0px;}
.post_button_container .btn-group .dropdown-toggle{padding: 0px!important;   font-size: 12px; border-top: 1px solid #d2e4f7;}


.widget-body {
    border-radius: 0 0 3px 3px;
    padding: 15px;
}
#user_post_view .meta {
    /*    background:   repeat scroll 0 0 #d2e4f7;*/
    border-bottom: 2px solid #d2e4f7;
    border-top: 1px solid #d2e4f7;
    color: #888;
    font-size: 11px;
    margin: 8px 0;
    padding: 4px 8px;

}
#user_post_view .meta i{cursor: pointer; font-size: 16px; color:#356aa0;}

/*time line chat*/
.timeline-messages:before {
    background: #d2e4f7;
    bottom: 0;
    left: 58px;
    top: 0;
    width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 24px;
    position: absolute;
    top: 1px;
}
.timeline-messages, .msg-time-chat {
    position: relative;
}
.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background:#fff; 
    border: 2px solid #d2e4f7;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 10px;
    margin: 23px 0 0 27px;
    width: 10px;
}
.msg-time-chat:hover:before {
    background: #A5D16C;
}
.msg-time-chat:hover .postDelete {
    display: block;
}

.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    border: 2px solid #d2e4f7;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-left: 55px;
}
.msg-time-chat .text {
    background: #fbfbfb;
    border: 1px solid #d2e4f7;
    padding: 10px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    color: #666666;
    font-size: 11px;
    margin: 0px 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding:8px 0;
}

.msg-in a{
    color: #22878E;
}
.msg-out a{
    color: #B14C4C;
}


/*Chats*/
.chats li.out .name {
    color: #b14c4c;
}

.chats li.in .message {
    border-left: 2px solid #d2e4f7;
}

.chats li.in .message .arrow {
    border-right: 8px solid #d2e4f7;
}

.chats li.out .message .arrow {
    border-left: 8px solid #d2e4f7;
}

.chats li.out .message {
    border-right: 2px solid #d2e4f7;
}
.chats li.in .name {
    color: #4C4C4C;
    text-shadow: 0 1px 1px #FFFFFF;
}
.chats {
    margin:0;
    padding: 0;
    margin-top: -15px;
    margin-right: 10px;
}

.chats li {
    list-style: none;
    padding: 8px 0 5px;
    margin: 7px auto;

}

.chats li .avatar img {
    /*    height: 45px;*/
    width: 50px;
    /*    -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;*/
}

.chats li.in .avatar img{
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}

.chats li.in .activity_image{
    float: left;
    margin-right: 10px!important;
    margin-top: 0px;
}

.chats li .name {
    font-size: 13px;
    font-weight: 400;
}

.chats li .datetime {
    color:#adadad;
    font-size: 13px;
    font-weight: 400;
}

.chats li.out avatar img {
    float: right;
    margin-left: 10px;
    margin-top: 0px;
}

.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}

.chats li.in .message {
    text-align: left;
    margin-left: 65px;
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 8px;
    left: -8px;
    width: 0;
    height: 0;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 8px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #b14c4c;
}

.chats li.out .message {
    border-right: 2px solid #b14c4c;
    margin-right: 65px;
    text-align: right;
}

.chats li.out .name,
.chats li.out .datetime  {
    text-align: right;
}

.chats li .message .body {
    display: block;
    margin-top: 5px;
}
.chats li .message .body img.activity_image{float: left; margin-right: 5px; width: 150px;}



.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #d2e4f7;
    clear: both;
}
.chat-form textarea{width: 100%;}
.chat-form .activity_comment, .chat-form .activity_comment_mouseout{height: 30px;}
.chat-form .activity_comment_focus{height: 70px;}

.chat-form .btn-cont {
    float: right;
}

.chat-form .btn-cont .btn {
    margin-right: -10px;
    margin-top: 15px;
}
.postDelete {
    border: 2px solid #eee;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    padding: 0px;
    text-decoration: none;
    display: none;
    color: red;
}

.activity_action{}