/* Tree Grid CSS */
.Mailbox .treegrid-frame {
	font-size: 9pt;
}

.Mailbox .treegrid-header {
	font-size: 8pt;
	border: 0px !important;
}

.Mailbox .treegrid-item {
	border: 0px;
}

.Mailbox .share-view-buttons a,
.Mailbox .share-view-buttons .btn-group{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.Mailbox .share-view{
	margin-bottom: 20px;
}

.Mailbox .file-action-buttons [class*="span"] {
	text-align: center;
}

.Mailbox .title-container [class*="span"]:nth-child(1) {
    padding-top: 15px;
}

.Mailbox .title-container [class*="span"] {
    text-align: center;
}

.Mailbox .buffer-div {
	height:20px;
}

.Mailbox .treegrid-header {
    background-color: #222222;
    color: #ffffff;
}

.icon-view {
    background-image: url("../../img/action-view.png");
    background-position: center center;
    width: 27px;
    height: 24px;
}

.icon-remove {
    background-image: url("../../img/action-remove.png");
    background-position: center center;
    width: 24px;
    height: 24px;
}

.icon-add {
    background-image: url("../../img/action-add.png");
    background-position: center center;
    width: 24px;
    height: 24px;
}

.icon-inbox {
    background-image: url("../../img/inboxgreen.png");
    background-position: center center;
    width: 33px;
    height: 24px;
}
.icon-accept {
    background-image: url("../../img/action-accept.png");
    background-position: center center;
    width: 24px;
    height: 24px;
}

.Mailbox .btn.delete-button {
    width: 50px;
}

.Mailbox .btn.view-button {
    width: 50px;
}

.Mailbox .btn.add-button {
    width: 50px;
}

.Mailbox .treegrid-item-field
{
    cursor: default;
    position: absolute !important;
    float: none !important;
/*    width: -moz-calc(100% - 800px);
    width: -webkit-calc(100% - 800px);
    width: calc(100% - 800px);----defined in js*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Inbox .tree-grid-container {
    position: relative;
}

.Inbox .filter-icon {
    cursor: pointer;
}

.Inbox .only-new {
    display: flex;
}
.Inbox .only-new-checkbox {
    margin-left: 10px;
}

.Inbox .qcpro-success {
    height: 30px;
    margin-top: 10px;
}

.Inbox .recieved-after-date-picker, .Inbox .recieved-before-date-picker {
    width: calc(100% - 14px);
}

.Inbox .inbox-filter-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 10px;
    z-index: 999;
    right: 0;
    top: 30px;
    width: 180px;
    color: black;
}
