/*
 *
 * ============================================================================================
 *
 *                                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
 *
 *  ============================================================================================
 * /
 */


.AiMsgEntry
{
   width:100%;
   background-color:white;
}

.AiMsgEntry.Selected
{
   background-color:#CCC;
}

#msgSummary
{
  width:100%;

}


.MsgContainerMain
{
  cursor: pointer;
}


#noMsgText
{
  text-align: center;
  width: 100%;
  height: 14em;
}

#noMsgText span
{
  font-family: helvetica;
  line-height: 10em;
  font-size: 130%;
}

#topMsgSplit
{
  overflow-x:hidden;
  width:100%;
  position:relative;
  margin:0 auto;
  height: 15em;
  border-bottom: 2px solid black;
  border-radius: 0.1em;
  background-color: white;
}

#botMsgSplit
{
  height: 22.6em;
  width: 100%;
  overflow:hidden;
  margin: 0 auto;
}


#msgContentViewer
{
  height:100%;
  overflow:hidden;
  border-right: 0.15em solid #000;
  border-left: 0.15em solid #000;
  border-bottom: 0.15em solid #000;
  border-radius: 0 0 0.3em 0.3em;
  min-width:45em;
}

#msgContent
{
  width:100%;
}

#expandedDatePrefix
{
  margin-left:230px;
}


#msgFolder
{
  float:right;
  margin-right:24px;
  margin-top:20px;
}

#msgMoveGo
{
  height:18px;
  width:34px;
  font-size:9px;
  background-color:lightgreen;
  vertical-align:middle;
}




#msgs
{
  vertical-align:middle;

}


#msgHdrCount
{
  margin-left:20px;

}

#i18n_folder
{
  margin-left:125px;
}


#expandedMsg
{
  padding-top: 3px;
  height:22em;
  overflow:hidden;
  border-top:0.4em solid #5c9ec8;
}



#expandedDateHdr
{
  display:inline-block;
  vertical-align:middle;
}

#expandedMsgDate
{
  display:inline-block;
  margin-left:2px;
}


#recipientTitleWrapper
{
  color: white;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  cursor:pointer;
}

#expandedNumberRecipients
{
  color:white;
}


#messageRecipientDownArrow
{
  height:0.8em;
  cursor:pointer;
}



#expandedMsgContent
{
  padding:.5em;
  text-align: left;
}

#expandedSubject
{
  margin-top:15px;
}

#expandedEnvelope
{
  margin: 0.5em auto;
  width: 98%;
  position: relative;
  text-align: center;
}


#expandedEnvelopeLeft
{
  display: inline-table;
  width: 55%;
  border: 0.2em solid #5c9ec8;
  border-radius: 0.2em;
  background: #000;
  box-sizing: border-box;
  vertical-align: top;
}

.MessagesFrom
{
  display: table-cell;
  width: 15%;
  text-align: center;
  color: #AAA;
  font-size: 130%;
  vertical-align: middle;
}

#expandedOriginatorPicUrlWrap
{
  width: 23%;
  display: table-cell;
  text-align: center;
}

#expandedOriginatorPicUrl
{
  vertical-align: middle;
  width: 7em;
  height: 7em;
  margin: -0.6em 0;
  object-fit: cover;
  border: 0.2em solid #5c9ec8;
  box-sizing: border-box;
}


#expandedOriginatorName
{
  font-weight: 900;
  width: 14em;
  text-align: center;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  display: block;
  font-size: 115%;
}


#messageFromRecipients
{
  width: 62%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.5em;
  box-sizing: border-box;
  position: relative;
}




#expandedEnvelopeRight
{
  height: 5.6em;
  width: 40%;
  background: #666;
  display: inline-table;
  vertical-align: top;
  margin-top: 0.25em;
}


#i18n_subject
{
  font-weight:bold;
  margin-right:2px;
}

#new_msg_dialog_opener img
{
  width:30px;
  height:30px;
  margin-left:3px;
}


#i18n_sent
{
  margin-left:122px;
  display:inline-block;

}


#msgToolbar
{

  height:40px;
  width: 100%;
  margin-top:-12px;
  margin-bottom:4px;
  background-color: lightgray;


}

#msgActions
{
  margin-left:50px;
  padding-top:6px;
}

#i18n_msgViewer_newMsg
{
  height:24px;
  padding-right:5px;
}

#pagePrev
{
  margin-left:40px;
  margin-right:10px;
}

#pageNext
{
  margin-right:10px;
}

.ai_msg_profile_img
{
  width:2.4em;
  height:2.4em;
}

.songAttachment
{
  position:relative;
}

.attachDownload
{
  position:absolute;
  left:600px;
}
.songAttachment span
{
  display:inline-block;
  margin-top:-8px;
}

.songAttachment img
{
  width:20px;
  height:20px;

}

.songAttachment div
{
  display:inline-block;
}


.seekBar
{
  width:150px;
  height:20px;
  background-color:black;
  position:relative;
  display:inline-block;
  vertical-align:middle;
}


.timeMarker
{
  width:15px;
  height:16px;
  position:absolute;
  background-color:white;
  border-radius:3px;
}




#contentMainTitle
{
  position:relative;
  height: 4.5em;
}

#i18n_messageTitle
{
  font-size: 180%;
  line-height: 227%;
  width: 100%;
  font-family: "arial black";
  display: inline-block;
  text-transform: uppercase;
}

.Spacer
{
  border: 0.17em solid white;
  width: 4em;
  border-radius: 0.2em;
  display: inline-block;
  margin: 2% 4% 1.3% 4%;
}


#leftTitleContainer
{
  position: absolute;
  display: inline-block;
  vertical-align: top;
  left: 0;
  top: 0;
  height: 100%;
  width: 10em;
}

#inboxCountContainer
{
  font-family: "HelveticaNeue", "Helvetica";
  color: #999;
  position: absolute;
  left: 0%;
  top: 0;
  width: 56%;
  text-align: center;
  height: 100%;
  font-weight: 900;

}

#msgFolderDropdown
{
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    display: table;
    background: none;
    width: 97%;
    border:none;
}

#msgFolderDropdown img
{
  vertical-align: baseline;
}

#vwSelItemTxt_msgFolderDropdown
{
  margin-left:-5px;
  color:white;
}

#vwSelItemTxt_msgMoveToDropdown
{
  margin-left:5px;
  color:white;
}

#msgFolderDropdown select
{
    background: none;
    color: #888;
    border: none;
    font-size: 115%;
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
    outline: none;
}


#inboxCount
{
  font-size: 95%;
  margin-top: 1.5%;

}


#inboxPlusContainer img
{
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  vertical-align: middle;
  padding: 1.3em 0;
}


#inboxPlusContainer
{
  position: absolute;
  left: 61%;
  top: 5%;
  width: 26%;
  height: 90%;
  text-align: center;
  border-right: 2px solid #444;
  border-left: 2px solid #444;
  cursor: pointer;
}

#rightTitleContainer
{
  position: absolute;
  height: 90%;
  top: 5%;
  width: 4.8em;
  border-left: 2px solid #444;
  display: inline-block;
  right: 0;
  overflow: hidden;
}

#searchImg
{
  display: block;
  margin: 15% auto;
  height: 60%;
  cursor: pointer;
}

.SearchSelected
{
  background:#5c9ec8;
}

.attachmentListOverlayRow
{
  background-color: rgba(0,0,0,0.85);
}

#msgViewerHeader
{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 2.5em;
    background: #5c9ec8;
}
.MsgHeaderOption
{
  position: absolute;
  top: 10%;
  height: 80%;
  width: 14%;
  border-right: 0.2em solid #000;
}

.MsgHeaderOptionImg
{
  height: 90%;
  margin: 1% auto;
  display: block;
  cursor: pointer;

}

#replyContainer
{
   left:0;
}

#replyAllContainer
{
  left:14%;

}

#forwardContainer
{
  left:28%;
}

#trashContainer
{
  left:42%;
}

#i18n_msgViewer_moveTo
{
  left: 59%;
  color: #000;
  font-size: 110%;
  top: 20%;
  position: absolute;
  font-family: "HelveticaNeue", "Helvetica";
}

#msgMoveToDropdown
{
  position: absolute;
  top: 3%;
  left: 69%;
  background: #000;
  height: 70%;
  width: 14%;
  color: #999;
  font-size: 110%;
  margin-top: 4px;
}

@media (max-width: 1280px)
{
  #msgMoveToDropdown {
    position: absolute;
    top: -3%;
    left: 69%;
    background: #000;
    height: 70%;
    width: 14%;
    color: #999;
    font-size: 110%;
    margin-top: 4px;
  }
}



#msgMoveToDropdown select
{
    background: none;
    background-repeat: no-repeat;
    background-position: 94% 65%;
    background-size: 0.7em 0.7em;
    color: #888;
    border: none;
    font-size: 115%;
    width: 102%;
    margin-top: 5%;
    padding-right: 10%;
    padding-left: 10%;
    outline: none;


}
#i18n_msgViewer_go
{
  font-family: "HelveticaNeue", "Helvetica";
  text-transform: uppercase;
  font-size: 120%;
  top: 27%;
  left: 92%;
  position: absolute;
  cursor: pointer;
}

@media (max-width:1280px)
{
  #i18n_msgViewer_go
  {
    position: absolute;
    left: 94%;
  }
}


/* use vwSearch*/
#messageSearchContainer
{
  position: relative;
  display: none;
  background-color: white;
  height: 3.15em;
  width: 100%;
  border: 2px solid #5c9ec8;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

#msgFilter
{
  position: absolute;
  font-size: 140%;
  width: 94%;
  height: 90%;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin: 0 auto;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  appearance: none;
  box-shadow: none;
  vertical-align: middle;
}

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




.MsgContentViewerTitle {
	color:#fff;
	text-align:center;
  background: linear-gradient(#333,#000);
}

@-webkit-keyframes glow {
    0% {
		border-color: #5c9ec8;
		box-shadow: 0 0 5px rgba(74,148,194,.2), inset 0 0 5px rgba(74,148,194,.2), 0 2px 0 #000;
    }
    100% {
		border-color: #5c9ec8;
		box-shadow: 0 0 20px rgba(74,148,194,.6), inset 0 0 10px rgba(74,148,194,.4), 0 2px 0 #000;
    }
}

@-moz-keyframes glow {
    0% {
		border-color: #5c9ec8;
		box-shadow: 0 0 5px rgba(74,148,194,.2), inset 0 0 5px rgba(74,148,194,.2), 0 2px 0 #000;
    }
    100% {
		border-color: #5c9ec8;
		box-shadow: 0 0 20px rgba(74,148,194,.6), inset 0 0 10px rgba(74,148,194,.4), 0 2px 0 #000;
    }
}

@-o-keyframes glow {
    0% {
		border-color: #5c9ec8;
		box-shadow: 0 0 5px rgba(74,148,194,.2), inset 0 0 5px rgba(74,148,194,.2), 0 2px 0 #000;
    }
    100% {
		border-color: #5c9ec8;
		box-shadow: 0 0 20px rgba(74,148,194,.6), inset 0 0 10px rgba(74,148,194,.4), 0 2px 0 #000;
    }
}

@-ms-keyframes glow {
    0% {
		border-color: #5c9ec8;
		box-shadow: 0 0 5px rgba(74,148,194,.2), inset 0 0 5px rgba(74,148,194,.2), 0 2px 0 #000;
    }
    100% {
		border-color: #5c9ec8;
		box-shadow: 0 0 20px rgba(74,148,194,.6), inset 0 0 10px rgba(74,148,194,.4), 0 2px 0 #000;
    }
}

@keyframes glow {
    0% {
		border-color: #5c9ec8;
		box-shadow: 0 0 5px rgba(74,148,194,.2), inset 0 0 5px rgba(74,148,194,.2), 0 2px 0 #000;
    }
    100% {
		border-color: #5c9ec8;
		box-shadow: 0 0 20px rgba(74,148,194,.6), inset 0 0 10px rgba(74,148,194,.4), 0 2px 0 #000;
    }
}

#messageSearchClear
{
    height: 2em;
    position: absolute;
    z-index: 2;
    top: 0.4em;
    right: 0.4em;
    cursor: pointer;
}


#expandedAttachmentImgIconContainer
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

#urgentMessageImgIconContainer
{
  display: inline-block;
  height: 3.6em;
  width: 3em;
  border: 0.1em solid #000;
  border-radius: 0.2em;
  margin-top: 1em;
  margin-left: 0.5em;
  position: static;
}

#urgentMessageImgContainer
{
  height: 3em;
  width: 3em;
  cursor: pointer;
  margin-bottom: -0.2em;

}

#urgentMessageImg
{
  display: block;
  margin: 0% auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: 65%;
}


#expandedAttachmentWrapper Img
{
  margin: 0 auto;
  height: 1.5em;
  width: 1.5em;
  padding: 0.3em 0;
  cursor: pointer;
}

#expandedAttachmentWrapper
{
  border: 1px solid black;
  margin: 0 auto;
  width: 3em;
}

#expandedAttachmentDropContainer
{
  width: 3em;
  background: #cccccc;
  cursor: pointer;
  margin: 0 auto;
}

#expandedAttachmentCount
{
  display: block;
  margin: 0 auto;
  color: #5c9ec8;
  font-size: 100%;
  text-align: center;
  color: black;
}


#expandedSubjectWrapper
{
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  padding-right: 1em;
  box-sizing: border-box;
}



#expandedSubjectText
{
  color: white;
  text-align: center;
  font-size: 130%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

#expandedMsgDate
{
  color: #fff;
  font-size: 70%;
  display: block;
  text-align: center;
}


#expandedImgIconContainer
{
  height: 3.5em;
  width: 3em;
  border: 0.1em solid #AAA;
  border-radius: 0.2em;
  overflow: hidden;
  display: inline-block;
  margin-top:1em;
  vertical-align: top;
}

#expandedReplyContainer
{
  height: 3em;
  width: 3em;
  cursor: pointer;

}

#expandedReplyImg
{
  display: block;
  margin: 5% auto;
  height: 65%;
}


#expandedDropContainer
{
  height: 0.7em;
  width: 3em;
  background: #AAA;
  cursor: pointer;
}

#expandedDropImg
{
  display: block;
  margin: -11% auto;
  padding-top: 3%;
  height: 90%;
}


#msgContentWrapper
{
  height: 13em;
  width: 100%;
  position: absolute;
  top: 8em;
  left: 0em;
  overflow-y: auto;
  font-weight: 900;
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /*Chrome & Safari */
  white-space: -o-pre-wrap;    /* Opera 7 */
  white-space: pre-wrap;       /* css-3 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

#splitBar_thumb
{
  background:#5c93c8;
}



/*  MESSAGE ENTRY CSS*/


.MsgEntryWrap
{
  position: relative;
  border-bottom: 2px solid black;
  overflow: hidden;
  display: block;
  height: 3em;
  background: #FFFFFF;
  box-sizing: border-box;
}



.MsgProfileImg
{
  display: inline-block;
  margin-left: 0.2em;
  margin-top: 0.23em;
  cursor: pointer;
  object-fit: cover;
}

.MsgCorrespondenceCount
{

  display:none;
  position: absolute;
  top: 0.8em;
  left: 3.3em;
  font-weight: 500;
  color: white;
}


.MsgSenderName
{
  display: inline-block;
  margin-left: 1em;
  padding-top: 0.5em;
  margin-bottom: -0.5em;
  font-weight: 900;
  font-size: 120%;
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  cursor: pointer;


}

.MsgReadIndicator
{
  display: inline-block;
  margin-left: 1em;
  margin-top: 0.5em;
  visibility: hidden;
  cursor: pointer;
}


.MsgSubject
{
  display: inline-block;
  font-size: 120%;
  width: 36%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  cursor: pointer;
  padding-top: 0.5em;
  margin-bottom: -0.5em;
}

.MsgUrgentImg
{
  height: 1.3em;
  width:.3em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  cursor:pointer;
  visibility: hidden;
}


.MsgAttachmentImg
{
  height: 1.3em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  cursor:pointer;
  visibility: hidden;
}


.MsgContentPreview
{
  display: block;
  width: 9em;
  font-size: 110%;
  top: 0.65em;
  position: absolute;
  left: 55%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  cursor:pointer;
}


.MsgExpanderContainer
{
  position: absolute;
  left: 79%;
  top: 15%;
  height: 1em;
  width: 1em;
  cursor: pointer;
}

.MsgExpanderImg
{

  display:none;
  height: 100%;
  width: 180%;
}


.MsgRecipientContainer
{
  display: inline-block;
  vertical-align: middle;
  line-height: 3em;
  margin-bottom: -0.5em;
  overflow: hidden;
  width: 5em;
  cursor: pointer;

}

.MsgDateReceived
{
  color: black;
}


.MsgFavoriteImg
{
  margin-top: 0.6em;
  margin-left: 0.7em;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
}


.ShowAttachmentDownload
{
  height: 1.5em;
  margin-left: 0.6em;
  cursor:pointer;
}


.ShowAttachmentGridImage
{
  width:1.4em;
}




@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}


@media screen and (max-device-width: 1280px), screen and (max-width: 1280px)
{

}

@media screen and (max-device-width: 1689px), screen and (max-width: 1689px)
{

}
