
.oe_im {
    position: fixed;
    background-color: #E8EBEF;
    width: 220px;
    border-left: 1px solid #AEB9BD;
    z-index: 500;
}

@media print {
    .oe_im, .oe_im_chatview {
        visibility: hidden;
    }
}
/* button */
.oe_systray #oe_topbar_imbutton_icon {
    color: white;
}
.oe_topbar_item.oe_topbar_imbutton .oe_e {
    position: relative;
    top: -8px;
}

/* search stuff */
.oe_im_frame_header {
    position: relative;
    background: #dedede;
    background: -moz-linear-gradient(#fcfcfc, #dedede);
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
    border-bottom: 1px solid border-color !important;
    padding: 5px;
}
.oe_im_frame_header .oe_im_searchbox {
    width: 168px;
    padding: 1px 21px 1px 19px;
    font-size: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}
.oe_im_frame_header .oe_im_search_icon {
    position: absolute;
    color: #888;
    top: -4px;
    left: 9px;
    font-size: 28px;
    font-family: "entypoRegular" !important;
    font-weight: 300 !important;
}
.oe_im_frame_header .oe_im_search_clear {
    display: none;
    position: absolute;
    right: 11px;
    top: 4px;
    font-size: 26px;
    color: #b6b6b6;
    cursor: pointer;
}
.oe_im_frame_header .oe_im_search_clear:hover {
    color: #888;
}

/* users */

.oe_im_users {
    padding-bottom: 38px;
    height: 100%;
    overflow-y: scroll;
}
.oe_im_user {
    position: relative;
    padding: 2px 6px;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 3px;
}
.oe_im_user:hover {
  background: lightGrey;
}
.oe_im_user_clip {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 4px;
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}
.oe_im_user_avatar {
    width: 26px;
    height: auto;
}
.oe_im_user_name {
    width: 162px;
    line-height: 26px;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.oe_im_user_online {
    display: none;
    position: absolute;
    top: 9.5px;
    right: 11px;
    width: 11px;
    height: 11px;
    vertical-align: middle;
    border: 0;
}