﻿.CompanyMessagesWrap {
}

.CompanyMessagesWrap .Back {
    margin-bottom: 12px;
}

.CompanyMessagesWrap .ActionStats {
    /*float: right;
    width: 230px;*/
}

.CompanyMessagesWrap .Messages {
    /*float: left;
    width: 950px;*/
}

.CompanyMessagesWrap .Messages .Message {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0 3px rgba(0,0,0,0.3);
}

.CompanyMessagesWrap .Messages .Message.Alt {
    background-color: #f6f6f6;
}

.CompanyMessagesWrap .Messages .Message table.Header {
    width: 100%;
    margin-bottom: 20px;
}

.CompanyMessagesWrap .Messages .Message table.Header tr td {
    padding: 1px 0;
}

.CompanyMessagesWrap .Messages .Message table.Header tr td.Hd {
    width: 150px;
    font-weight: bold;
}

.CompanyMessagesWrap .Messages .Message .Attachments, .DlgBody .Attachments {
    margin-top: 20px;
    border-top: 1px solid #CCC;
    padding: 0 12px 0 0;
}

.CompanyMessagesWrap .Messages .Message .Attachment, .DlgBody .Attachment {
    padding: 16px 0 0 56px;
    line-height: 1.1em;
    position: relative;
}

.CompanyMessagesWrap .Messages .Message .Attachment img, .DlgBody .Attachment img {
    position: absolute;
    left: 4px;
}

.DlgBody .Attachment img {
    left: 4px;
}

.CompanyMessagesWrap .Messages .Message .Attachment a, .DlgBody .Attachment a {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    padding-bottom: 5px;
}

.DlgBody .Attachment a {
    display: inline-block;
}

.CompanyMessagesWrap .Messages .Message .Attachment .FileName, .DlgBody .Attachment .FileName {
    color: #222;
    font-size: 16px;
    padding-bottom: 1px;
}

.CompanyMessagesWrap .Messages .Message .Attachment .FileSize, .DlgBody .Attachment .FileSize {
    color: #777;
    font-size: 11px;
}

.CompanyMessagesWrap .ActionStats select {
    width: 99%;
}

.CompanyMessagesWrap .ActionStats #CmdReply {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 8px 0;
}

#DlgReply table.Header {
    width: 100%;
    margin-bottom: 12px;
}

#DlgReply table.Header tr td {
    padding: 1px 0;
}

#DlgReply table.Header tr td.Hd {
    width: 75px;
    font-weight: bold;
}

#DlgReply textarea {
    width: 98%;
}
#DlgReply #CmdAttachFile {
    position: absolute;
    right: 52px;
}

.CompanyMessagesWrap .Success {
    float: right;
    text-align: right;
    color: #1336fd;
    font-weight: bold;
}

#DvAssignStatus {
    line-height: 1;
}

#DvAssignStatus span {
    display: inline-block;
    color: #1336fd;
    font-weight: bold;
    line-height: 1;
    padding: 9px 0 0 0;
}

.StatTitle {
    font-size: 13px;
}

.StatsTable {
    width: 100%;
    font-size: 12px;
    margin: 6px 0;
}

.StatsTable tr td {
    text-align: center;
    padding: 3px 8px;
    line-height: 1.1;
}

.StatsTable tr td.First {
    padding-left: 0;
}

.StatsTable tr td.Last {
    padding-right: 0;
}

.StatsTable .Num {
    display: block;
    background: #F4f4f4;
    padding: 12px 8px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.OtherStat {
    font-size: 13px;
}

.OtherStat .Date {
    color: #317bb3;
    font-weight: bold;
}

.OtherStat .FB {
    padding-left: 8px;
}

.OtherStat .FB .Feedback {
    color: #eb7033;
    font-weight: bold;
}
