﻿.Notification-timeline-root {
}

.MessageCreate-icon {
}

.MessageUpdate-icon {
}

.Notification-gridview-root {
}

.Notification-listview-root {
}


.Message-list-root {
}

.Message-Detail-root {
}


.Message-list-root ul,
ol {
    padding: 0;
    /* margin: 0 0 10px 25px; */
}


.Message-list-Container {
    width: 24%;
    position: absolute;
    top: -2px;
    bottom: 0;
}

.Message-list-Detail {
    width: 80%;
    position: absolute;
    bottom: 0;
    top: -2px;
    left: 24.1%;
}


.Collapse-list {
    width: 0% !important;
    display: none !important;
}

.Expand-list {
    width: 26% !important;
    display: block !important;
}

.Collapse-Detail {
    width: 74% !important;
    left: 26.1%;
    right: 0;
    background-color: #ffffff;
}

.Expand-Detail {
    left: 0% !important;
    width: 100%;
    z-index: 111111;
    right: 0;
    background-color: #ffffff;
}

.Message-list-root .Messagelistview {
    font-size: 16px;
    height: 98vh;
    position: absolute;
    z-index: 111;
    top: 46px;
    border: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    width: 100%;
}

.Message-Detail-root .MessageDetailview {
    font-size: 16px;
    height: 800px;
    position: absolute;
    top: 56px;
    padding: 20px;
    width: 100%;
}


.Message-Detail-root .Message-box {
    height: 100px !important;
}


.Message-Detail-root .textbox-size {
    width: 600px !important;
}

.Message-Detail-root .textbox-Date-size {
    width: 555px !important;
    /* left: 90px; */
}


.Message-Detail-root .Dateicon-size {
    width: 25px !important;
    height: 25px !important;
}

.Message-Detail-root .textbox-Data-icon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    height: 23px !important;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 1; */
    padding: 6px 12px;
    text-align: center;
}

.Message-list-root .list-item {
    background-color: inherit;
    border-bottom: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 1px;
    /* position: relative; */
}


    .Message-list-root .list-item:hover {
        background-color: inherit;
        border: 1px solid #e7eaec;
        display: block;
        margin-bottom: -1px;
        padding: 10px 1px;
        background: #fbfbfb;
    }

.Message-list-root .msgtime {
    color: var(--Theme-txt-color);
    display: inline-block;
    float: left;
    font-size: 12px;
    width: 50px;
    text-align: right;
}


.Message-list-root .title {
    color: #454545;
    float: left;
    font-size: 15px;
    width: 213px;
    overflow: hidden;
    height: 17px;
    padding-left: 20px;
}

.Message-list-root .description {
    color: var(--Theme-txt-color);
    float: left;
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    width: 264px;
    padding-top: 0px;
    line-height: 1.5;
    padding-left: 20px;
}

.Message-list-root .icon {
    /*width: 60px;
  float: left;*/
    width: 28px;
    float: right;
    display: inline-block;
}
