.rightPanel .main {
    background-color: #ebebeb;
    /*min-height: 680px;*/
    /*padding-top: 10px;*/
    padding-left: 0px;
    /*padding-right: 10px;*/
    /*overflow-x:hidden;*/  /*鼠标缩放显示滚动条*/
}
.text-muted{
    /*margin-bottom: -4px;*/
    display: block;
    margin-top: 7px;
}

.dropdown-menu .glyphicon-remove-circle{
    float: right;
    line-height: inherit;
    font-size: 21px;
    color: #ed5565;
    cursor:pointer;
}
.dropdown-messages-box{
    display: inline-block;
    width:260px;
}
#noticeRemind{
    max-height: 550px;
    overflow-x: scroll;
}

.table {
    cursor: pointer;
}

.div-sm-left {
    width: 240px;
    float: left;
    margin-right: 10px;
}

.div-sm-left > .panel-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.div-sm-right {
    float: right;
}

.div-sm-main {
    width: 100%;
}