a.finish-group {
  color:#4B57D6;
  padding: 7.5px;
}
.chatAttactmentDetails .row {
  margin: 0!important;
}
.modal-header, .modal-footer {
  border: none;
}
.chat-message-wrapper .row {
  background: #FFF;
  min-height: 50px;
  margin-bottom: 2px;
}
.chat-message-wrapper .row h2 {
  padding: 20px 0px;
  margin: 0 auto;
  color: #4B57D6;
  display: table;
  font-size: 1.5em;
}

#ChatNotifContainer .bg {
    position: fixed;
    top:70px;
    left:0px;
    width: 100%;
    min-height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 2000;

  }
  #ChatNotifContainer .content {
    position: absolute;
    top:70px;
    left:0px;
    width: 100%;
    min-height: 50%;
    background-color: #FFFFFF;
    z-index: 3000;

  }
  #ChatNotifContainer table.dropdown-wrapper {
    width: 100%;
  }
  #ChatNotifContainer .data-list {
    padding: 0px 60px;
  }
  #ChatNotifContainer .table tr td.first {
    border-left: 2px solid #4B57D6;/*
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
  }
  #ChatNotifContainer .table tr td a {
    background-image: url("../images/icon_go_to_message_active_20x20.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    cursor: pointer;
  }
  #ChatNotifContainer .table tr td a:hover {
    text-decoration: none;
  }

  #ChatNotifContainer .table tbody tr td.last {
    background-image: url("../images/Dropdown_closed_icon.svg");
    background-repeat: no-repeat;
    background-position: 80% center;
    cursor: pointer;
    /*
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
  }

  #ChatNotifContainer .table tbody.dropdown-active tr td.last {
    background-image: url("../images/Dropdown_open_icon.svg");
  }
  #ChatNotifContainer .table tr td {
    padding: 15px 0px 0px 5px;
    border-top: none;
    background: #EBEAFA;
    border-bottom: 1px solid #DDD;
  }
  #ChatNotifContainer .table tr.messages td, #ChatNotifContainer .table tr.parts td, #ChatNotifContainer .table tr.send td {
    background: #FFF;
    padding-bottom: 20px;
  }

  .data-list {
      margin-bottom: 45px;
  }

  .chat_top_left {
    margin:50px 0px 0px 60px;
    float:left;
    width: 40%;
  }
  .chat_top_left h2 {
    font-size: 20px;
    padding: 0;
    margin: 0;
  }
  .chat_top_right {
    margin:25px 60px 0px 0px;
    float:right;
    display: block;
    width: 40%;
  }
  .chat_data {
    display: block;
  }
  
  .list-group-groups .list-group-item .round, #ChatMails .table tr td .round {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 1px #000 solid;
    padding: 10px 6px 10px 6px;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-top: -6px;
    text-align: center;
    background: #FFF;
    z-index: 1000;
    position: relative;
}
.list-group-groups .list-group-item .round.gradient, #ChatMails .table tr td .round.gradient {
    background: rgb(255,92,199);
    background: linear-gradient(180deg, rgba(255,92,199,1) 0%, rgba(244,161,109,1) 100%);
    border:none;

}
#ChatMails td .round {
  margin-top: -10px!important;
  margin-bottom: 4px;
}
.edit-members-pen, .edit-members-pen-delete-group {
    color: #4B57D6;
}
.edit-members-pen .circle {
  background: url("../images/Add_participant.svg") no-repeat center;
  cursor: pointer;
}
.edit-members-pen-delete-group .circle {
  background: url("../images/remove_participant_icon.svg") no-repeat center;
  cursor: pointer;
}
#ChatMails .row.group-part ul li .circle.blue, .chat-message-wrapper .row.group-part ul li .circle.blue, .list-group-groups .list-group-item .round.blue, #ChatMails .table tr td .round.blue {
    border: 1px solid #4B57D6;
}
#ChatMails .row.group-part ul li .circle.SCR, .chat-message-wrapper .row.group-part ul li .circle.SCR, .list-group-groups .list-group-item .round.SCR, #ChatMails .table tr td .round.SCR {
    border: 1px solid #4B57D6;
}
#ChatMails .row.group-part ul li .circle.PPR, .chat-message-wrapper .row.group-part ul li .circle.PPR, .list-group-groups .list-group-item .round.PPR, #ChatMails .table tr td .round.PPR {
    border: 1px solid #4CA7D6;
}
#ChatMails .row.group-part ul li .circle.EXTERNAL, .chat-message-wrapper .row.group-part ul li .circle.EXTERNAL, .list-group-groups .list-group-item .round.EXTERNAL, #ChatMails .table tr td .round.EXTERNAL {  
    border: 1px solid #FF5CC7;
}
.list-group-groups .list-group-item .round {
  z-index: 9!important;
}
.list-group-groups .list-group-item .round.count, #ChatMails .table tr td .round.count {
  margin-left: -8px;
  z-index: 10;
}
.chat-messages ul {
  height: 400px;
  width: auto;
  overflow: auto;
  padding: 0;
  margin:0;
}
#ChatNotifContainer .chat-messages ul {
  height: auto;
}
.chat-messages ul li .delete {
  margin: 0;
  padding: 0;
  background:none;
  border:none;
}
.chat-messages ul li {
  list-style-type: none;
  padding: 10px 60px 10px 40px;
  margin:0;
  display: block;
  width: 100%;
  min-height: 70px;
  height: auto;
  display: inline-block;
}
.chat-messages ul li span {
  font-size: .8em;
}
.chat-messages ul li div {
  max-width: 60%;
  background: #EFEFEF;
  padding:10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: bold;
  float: left;
}
.chat-messages ul li.self div {
  background: #4B57D6;
  font-weight: bold;
  color:#FFF;
  float: right;
}
.chat-messages ul li.self span {
  float: right;
  text-align: right;
}

#ChatMails .row.group-part ul li .circle, .chat-message-wrapper .row.group-part ul li .circle, .chat-message-wrapper .row.group-part ul .admin-avail .delete {
  padding-top: 14px;
  text-align: center;
  background-color: #E4E4E9;
  border: 1px #000 solid;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  height: 50px;
  width: 50px;
}
.chat-message-wrapper .row.group-part ul, #ChatMails .row.group-part ul {
  margin: 0 auto;
  display: table;
  padding: 10px;
}
.chat-message-wrapper .row.group-part ul li, #ChatMails .row.group-part ul li {
  display: inline-block;
  margin-right: 5px;
}
.chat-message-wrapper .row.group-part ul li .name, #ChatMails .row.group-part ul li .name {
  display: block;
  text-align: center;
}
#ChatMails tr.parts {
  margin-bottom: 2px;
}

.send_message_msg {
  width: 90%;
  border: none;
  resize: none;
  outline: none;
  padding: 20px 0px 0px 20px;
}
.send_message_submit:disabled {
}
.send_message_submit {
  border: none;
  padding: 6px 10px;
  float: right;
  margin: 10px;
  background: none;
}
