
.AttachGridColHdr
{
  width:100%;
  height:2em;
  line-height: 2em;
  font-weight: bold;
  background-color: #999999;
  vertical-align: middle;
  display:inline-block;

}

.AttachGridHdr
{
  height:2em;
  line-height: 2em;
  background-color: #999999;
  border-bottom:1px solid black;
}


.AttachGridSortArrow
{
  width: 12px;
  height: 12px;
  margin-top: 6px;
  position:absolute;
  display:none;
}


.AttachmentResultsGridCol
{
  vertical-align: middle;
}

.AttachGridRow
{
  height:2em;

}

#aiSendMessageAttachmentWrapper
{
  background: rgba(0,0,0,0.8);
  height: 100%;
  width: 100%;
  color: white;
  position: absolute;
  z-index:1;
  display:none;
}

#i18n_aiMessageAttachment
{
  border: .2em solid #5c9ec8;
  color: #5c9ec8;
  border-radius: 0.4em;
  width: 90%;
  margin: 4% auto;
  padding: 1.5%;
  font-size: 180%;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

#aiSendMessageContainer
{
  height: 100%;
  width: 100%;
  padding-top: 1em;
  box-sizing: border-box;
}

#aiMessageAttachmentSearchBarContainer
{
  width: 94%;
  margin: 4% auto;
  height:2.5em;
  background:white;
  color:black;
}

#aiMessageAttachmentSearchBarContainer_clearText
{
  vertical-align: middle;
}

#aiMessageAttachmentGridContainer
{
  margin: 0 auto;
  height:27em;
  background:white;
  color: black;
}

#aiMessageAttachmentGridContainer_addAttach, #aiMessageAttachmentGridContainer_download
{
  text-align: center;
}


#aiMessageAttachmentGridContainer_download img
{
  width: 1.5em;
}

.AttachmentGridImage
{
  margin: 0 auto;
  height: 1.7em;
  width: 1.7em;
  display: block;
  object-fit: cover;
}

.AttachmentGridName
{
  width: 17em;
  display: inline-block;
}


.AttachmentGridKind
{
  text-transform: uppercase;
}

.AttachmentGridDate
{
  width: 11em;
  display: inline-block;
}

.AttachmentGridSize
{
  display: inline-block;
  white-space: nowrap;
  overflow-x: hidden;
}

.AiEllipsis
{

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

.AttachmentAdd
{
  vertical-align: top;
}

.AttachmentDownload
{
  vertical-align: top;
  text-align: left;
  width: 1.5em;
}



#i18n_aiMessageAttachmentOk
{
  border: .15em solid #5c9ec8;
  border-radius:0.3em;
  color: #5c9ec8;
  line-height:2.5em;
  vertical-align: middle;
  margin:1em auto 0;
  background:#555;
  width:7em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}


#aiMessageAttachmentSearchBarContainer_searchText::-ms-clear {
    display: none;
}
