.right-sidebar {
    position:                   fixed;
    top:                        0px;   
    right:0px;
    z-index: 6660;
    width:41px;
    height:100%;
    border-left: 1px solid #330000;
    background-color: #ffffff;
}
.right-sidebar .side-item {
    right:                      -360px;
    padding:                    20px;
    width:                      400px;
    padding:                    0px;
    height:                     45.5px;
    position:                   absolute;
    padding-top:                45px;
    overflow:                   hidden !important;
/*    display: none;*/
}
.right-sidebar .side-item.side-wide {
    width:                      760px; 
    right:                      -720px;
}
.right-sidebar  .side-item-list {
    width: 360px;
    overflow-y: scroll;
    height:100%;
    overflow-x: hidden;
    background-color: #ffffff;
    border: 1px solid #330000;
    border-top: 0px none;
}
.right-sidebar .side-item.side-wide .side-item-list {
    width: 720px;
}
.right-sidebar .side-item > .side-menu-item  {
    padding: 10px 12px;
    height:45px;
    width:  400px;
    position:absolute;
    top:0px;
}
.right-sidebar .side-item.side-wide > .side-menu-item  {
    width:  800px;
}
.right-sidebar .side-item  > .list-group-item {
    border-left: 0 none !important;
    overflow: hidden;
    padding: 0 !important;
    background-color: #fff !important;
}
.right-sidebar .side-item .list-group-item div {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    height: 40px;
    line-height: 15px;
}

.right-sidebar .side-item .list-group-item div a {
    padding: 10px 11px !important;
    display: block;
    color: inherit !important;
    white-space: nowrap ;
    overflow: hidden;
}

.right-sidebar .side-item .list-group-item div .datetime{
    position: absolute;
    bottom:0px;
    right:10px;
    font-size: 8px;
    color:#aaa;
}

.right-sidebar .side-item .list-group-item div .fa {
    padding-right:12px;
}
.right-sidebar .bottom-right-sidebar {
    position: absolute;
    background-color: #ffffff;
    bottom: 0px;
    width: 100%;
    right: 0px;
}

.side-menu-item {
    padding: .50rem .75rem;
    cursor: pointer;
    border-right: 0px none !important;
}
