#cet .col-md-2, .col-md-10{
    padding:1px !important;

}
#cet .panel{
    margin-bottom: 0px;
}
#cet .chat-window{
    bottom:-2px;
	right:0;
    position:fixed !important;
    z-index:99999;
    float:right;
}
#cet .chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
#cet .icon_minim{
    padding:2px 10px;
}
#cet .msg_container_base{
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
        padding-right:20px;
        padding-left:5px;
  max-height:300px;
  overflow-x:hidden;
}
#cet .top-bar {
  background: #333333;
  color: white;
  padding: 0px;
  position: relative;
  overflow: hidden;
  height:30px;
}
#cet .msg_receive{
    padding-left:0;
    margin-left:0;
}
#cet .msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
#cet .messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
#cet .messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
    color:black;
  }
#cet .messages > time {
    font-size: 11px;
    color: black;
}
#cet .msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}
#cet .chatimg {
    display: block;
    width: 100%;
}
#cet .avatar {
    position: relative !important;
    width:10%;
    float:left;
    max-width:20%;
}
#cet .base_receive > .avatar:after {
    content: "";
    position: absolute !important;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 1px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}
#cet .base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
#cet .base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 1px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); 
}
#cet .msg_sent > time{
    float: right;
}
#cet .msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#cet .msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}
#cet .msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
#cet .btn-group.dropup{
    position:fixed !important;
    right:0px;
    bottom:0;
    height:30px;
    width:200px;
}
#cet .panel-footer {
    padding: 5px 10px;
    background-color: #333333;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#cet .msg_container .col-md-10
{
    max-width:80%;
}
#cet .msg_container .col-md-2
{
    max-width:20%;
}
#cet #btn-chat
{
    background-color: #2484DA !important;
    color: white;
    font-weight: bold;
}
#scrollUp {
    left: 10px;
}