/*
 *
 * ============================================================================================
 *
 *                                A r m o r e d  I n f o   W e b
 *
 *                                     Copyright(c) 2012 By
 *
 *                                       Armored Info LLC
 *
 *                             A L L   R I G H T S   R E S E R V E D
 *
 *  ============================================================================================
 * /
 */


.ai_member_entry
{
   width:740px;
   display:table-cell;
   color:black;

}

.ai_member_entry p
{
  font-size:105%;
  color:black;
  margin-top:5px;
  display:inline-block;

}


.ai_member_data
{
  display:inline-block;
  vertical-align:middle;
  width:450px;
}



.ai_member_data span
{
  margin:0;
  padding:0;
  text-align: left;
  display:inline-block;
}

.ai_member_parent
{
  position:relative;
  display:inline-block;
}

.AiMbrChooser
{
  color:black;
  width:350px;
  text-align:left;
}

.AiMbrChooserInfo
{
  display:inline-block;
  vertical-align:middle;
  width:200px;margin-left:4px;

}

.AiMbrChooserAction
{
  display:inline-block;
  margin-left:10px;
}

.ai_friend_online_data
{
  display:inline-block;
  vertical-align:middle;
  width:150px;
}


.ai_friend_online_data span
{
  vertical-align:middle;
}

.ai_member_button
{
  display:inline-block;
  vertical-align: middle;
  position:absolute;
  left:500px;
  top:10px;
  width:150px;
}

.ai_msg_date
{
  color:#909090;
  margin-left:5px;
}

.ai_member_image
{
  background-repeat: no-repeat;
  width:50px;
  height:50px;
  vertical-align:middle;
}
.ai_urgent_marker
{
  color:red;
  font-weight: bold;
  font-size: 16px;

}

.ai_friend
{
 background:url(../../../images/user_friend.png);

}

.ai_pending_friend
{
  background:url(../../../images/user_pending.png);
}

.ai_group
{
  background:url(../../../images/user_group.png);
}

.ai_pending_group
{
  background:url(../../../images/user_group_pending.png);
}

.ai_separator
{
  border-top: solid 1px #d3d3d3;
  margin-top:3px;
}

#expandedMsg
{
  position: relative;
}

#attachmentListOverlay
{
    background: rgba(0,0,0,0.85);
    position: absolute;
    height: 11.5em;
    top: 5.7em;
    left: 0%;
    z-index: 1;
    color: white;
    display: none;
    font-size: 125%;
}

#recipientListOverlay
{
  background: rgba(92, 158, 200, 0.9);
  position: absolute;
  left: 10%;
  z-index: 1;
  color: black;
  border: 2px solid #000;
  display: none;
}

.ShowRecipientBody
{
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  max-height: 13em;
  text-align: left;

}

.ShowRecipientRow
{
  font-size:150%;
  height:1.5em;
  margin: 0.2em;
}

.ShowRecipientCol
{
  box-sizing: border-box;
  padding: 0 0.2em;
}

.ShowRecipientGridName
{
  font-size:75%;
  vertical-align: middle;
  display:inline-block;
  margin-left: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 98%;
}


.ShowRecipientGridImage
{
  width:1.5em;
  height: 1.5em;
  object-fit: cover;
}
