﻿
@media (max-width: 800px)
{

    #ucMailList .CLTableRow td:nth-child(3)
    {
        display: none;
        width: 0px;
    }



    #ucMailList .CLTableRow td
    {
        max-width: 100px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media (max-width: 480px)
{

    #ucMailList .CLTableRow td:nth-child(5)
    {
        display: none;
        width: 0px;
    }

    #ucMailList .CLTableRow td:nth-child(7)
    {
        display: none;
        width: 0px;
    }


    #ucMailList .CLTableRow td:nth-child(9)
    {
        display: none;
        width: 0px;
    }
}




.message_bodyText
{
    /* font-weight:  300;     font-size: 12px;*/
    line-height: 1.5;
}


.bodyTextSeleted
{
    /*  border-color: #E6AA82 !important; */
}

.replyText
{
    background-color: #fff !important;
    padding: 5px !important;
}

.replyText textarea
{
    background-color: #fff !important;
}


.messageCommand
{
    margin: 1px;
    vertical-align: middle;

}

.messageCommandDelete
{
    /*box-shadow: 0px 0px 4px #cc8888;       border: 1px solid #cc8888!important;        border-radius: 4px;*/
}



.messageCommandClose
{
   
    float: right;
   
}

.messageCommandClose img
{
    height: 16px;
    margin: 0 3px;
    vertical-align: bottom;
    width: 16px;
}


.message_bar
{
    margin: 0 0 5px 0 !important;
    min-height: 18px;
}

.message_searchbar
{
    display: inline-block;
}

.message_toolbar
{
    float: right;
}


.message_SearchTextHighLight
{
    background-color: rgba(255,255,0,0.3);
    font-weight: bold;
}


#ucMailList .CLTableRow
{
    cursor: pointer;
}

#ucMailList .CLTableRow td
{
    overflow: hidden;
    text-overflow: ellipsis;
}

.messageNewMailBox
{
}

.messageRecipientStatusDlg
{
    display: none;
}

.messageRecipientStatusUnread
{
    padding: 0 2px;
}

.messageRecipientStatusRead
{
    padding: 0 12px 0 2px;
    background-image: url('../icon/checkmark-32_green.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 10px 10px;
}

.panInstantMsg
{
    z-index: 100;
}



.MessageContent
{
    border: 1px solid #ddd;
    border-radius: 5px; /*border-top:none!important;*/
    margin: 2px 0;
    min-width: 150px;
    background-color: #fff;
}

.MessageContentHeader
{
    padding: 2px 5px 6px; /*border: 1px solid #cfcfcf;*/
    border-bottom: 1px dotted #cfcfcf;
    background-color: #f9f9f9;
    border-radius: 3px 3px 0 0;
}


.MessageContentHeaderOwner
{
    background-color:#fef9e7;
}


.MessageContentText
{
    padding: 5px 10px;
}