#message .pagination-format {
    margin-right: 0
}

#message .message-toolbar .dropdown input[type="checkbox"].message-nested-checkbox {
    position: absolute;
    z-index: 3;
    margin-left: 5px;
    left: 0;
    height: 14px;
    margin-top: 6px;
}

#message .message-toolbar .btn,
#message .message-toolbar input {
    height: 25px;
    line-height: 0;
}

#message .message-toolbar .fa {
    line-height: 7px;
}

#message .message-toolbar .dropdown button.message-btn-merge {
    width: 45px;
    padding-right: 0;
}

#message .message-toolbar .message-search-group {
    padding-left: 6px;
    width: 230px;
}

#message .message-toolbar .message-search-group label {
    display:inline;
}

#message .message-results {
    float: right;
    margin-top: 7px;
}

#message table.message-table {
    font-size: 12px;
    margin-top: 6px;
    color: #222;
}

#message table.message-table tr {
    height: 40px;
    background-color: #e9e9e9;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-left: none;
    border-right: none;
    cursor: pointer;
}

#message table.message-table tr:hover {
    background-color: #fff;
}

#message table.message-table tr.unread {
    background-color: #fff;
    font-weight: bold;
}

#message table.message-table tr.unread.title {
    font-weight: normal;
    font-size: 13px;
    height: 30px;
}

#message table.message-table tr.title .title-bg {
    background-color: #ddd;
    padding: 2px 6px;
}

#message table.message-table tr td a.message-link {
    color: #000;
    font-size: 12px;
}

#message table.message-table tr td .td-0 {
    margin-left: 10px;
}

#message table.message-table tr td .td-1 {
    margin-left: 4px;
}

#message table.message-table tr td .td-1 img {
    width: 45px;
    border: 1px solid #CCCCCC;
}

#message table.message-table tr td .td-2 {
    width: 130px;
    margin-left: 6px;
}

#message table.message-table tr td .td-3 {
    width: 470px;
}

#message table.message-table tr td .limit-width {
    width: 360px;
}

#message table.message-table tr td .td-3 .limit-width .limit-width-content {
    color: #777;
    font-weight: normal;
}

#message table.message-table tr td .td-4 {
    margin: 0 5px;
    width: 80px;
    text-align: center;
}

#message .widget {
    padding: 20px 20px;
}

#message .widget-square {
    width: 704px;
    height: 68px;
    text-align: center;
    padding: 20px;
}

#message .widget-square .text-body {
    font-size: 13px;
    color: #666;
    font-weight: bold;
}
