.column.msg-participants{
  min-width: 328px;
  display: table-cell;
}
.column.msg-recipients{
  min-width: 328px;
  display: table-cell;
}
.column.msg-preview{
  width: 100%;
  display: table-cell;
  min-width: 215px;
}
.table-cell .msg-participants{
  height: 640px;
  overflow-y: scroll;
  margin-bottom: 0px;
  box-shadow:rgba(0, 0, 0, 0.05) 0 1px 1px;
}
.table-cell .msg-body{
  height: 391px;
  overflow-y: scroll;
  margin-bottom: 0px;
}

.column-heading-tabs{
  padding: 0px 15px 0px 0px;
  border-bottom: 2px solid #c2d4ee !important;
  border-bottom-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.table-cell .message-sent{
  height: 682px;
  overflow-y: scroll;
  margin-bottom: 0px;
  vertical-align: middle;
}

.nav-tabs.msg{ border-bottom: 1px solid #c2d4ee;}
.nav-tabs .msg > li:first-child {margin-left: 15px;}
.nav-tabs .msg> li > a {width: 30px; text-align: center;}

.column-heading-tabs .nav-tabs {border-bottom: none;}

.msg.users-filter{
  background: #e8eff8;
}
.msg.users-filter-select{
    background: #e8eff8;
}
.msg-profile-photo{
  height: 25px;
  border-radius:70px;
}
.msg.name{
  font-weight: bold;
  margin-top: 5px;
  margin-left: 5px;
}
.msg-message{
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: solid 1px #f2f4f6;
}
.msg-message p{
  margin: 1px 0 5px 0;
}
.msg.label{
  border-radius: 70px;
}

.msg-options{
  /* background-color: #d9e1e9 !important; */
  height: 44px;
  /* border-top:solid 1px #dddddd; */
  /* border-bottom:solid 1px #e9ecee; */
  background-color: #F5F5F5;
  padding: 10px 0px 0px 0px;
  /* box-shadow:rgba(0, 0, 0, 0.12) 0 -1px 8px; */
}
.message-content-body{
  height: 340px;
  background-color: #F5F5F5;
  padding: 14px;
  /* overflow-y: scroll; */
}
.message-content-attachment-title{
  height: 50px;
  background-color: #F5F5F5;
  padding: 14px;
  border-top: solid 1px #dddddd;
}
.message-content-attachment{
  height: 146px;
  background-color: #F5F5F5;
  padding: 0px 14px 0px 14px ;
  overflow-y: scroll;
}
.message-content-footer{
  height: 60px;
  background-color: #F5F5F5;
  padding: 14px;
  border-top: solid 1px #dddddd;
}
.message-content-body textarea.form-control{
  border:2px solid #C2D4EE;
}
.msg-conversation{
    margin-right: -15px;
    margin-left: -15px;
}
