div.sticky-queue
{
    position:fixed;
    border:1px solid #999;
    box-shadow:0px 0px 5px #bbb;
    -moz-box-shadow:0px 0px 5px #bbb;
    -webkit-box-shadow:0px 0px 5px #bbb;
    width:200px;
    z-index:999 !important;
}
div.sticky-note
{ padding-right:20px; }
div.sticky
{
    font-size:12px;
    color:#555;
    display:none;
    padding:10px;
    position:relative;
}
.imgsa{
    position: relative;
    top: 1px;
    right: -2px;
    opacity: 0.7;
}
.img_circle {
    border-radius: 35px;
}
img.sticky-close
{
    position:absolute;
    top:10px;
    right:10px;
    height:14px;
    width:14px;
    cursor:pointer;
}
.pull-right {
    float: right;
}
.top-right
{ right:20px; }
.top-left
{ left:20px; }
.top-right, .top-left
{
    top:10px;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}
.bottom-right
{ right:20px; }
.bottom-left { left:12px; }
.bottom-right, .bottom-left
{
    bottom:50px;
    border-top-right-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
}
.notify2{
    display: flex;
    width: auto;
    background: white;
    margin:0 !important;
    box-shadow: 0px 1px 5px -1px #c7c7d6;
    border-radius: 8px;
}
.avatars img{
    width: 35px;
	height:35px;
}
.content_noti{
    font-size: 12px;
    padding: 0 5px;
    color: #333;
    line-height: 20px;
    margin-top: 3px;
    width: 100%;
}
.color-pp a{
    color: #555!important;
}
.time_at img{
    margin-top: -3px;
    width: 13px;
    padding-right: 3px;
}
.time_at span {
    position: relative;
    font-size: 10.5px;
    color: #555;
    margin-right: 10px;
}
i.sticky-close.fa.fa-times {
    position: absolute;
    right: 12px;
    color: #f1f1f1;
}
.avatars {
    padding :5px;
}
/*cĂ¡ch tĂ¢n */
div.sticky-queue {
    position: fixed;
    /* background: transparent !important; */
    width: auto;
    border: none !important;
    -webkit-box-shadow:none !important;
    /*top: 55px !important;*/
}
.border-top-right{
    border: none !important;
}