
/*------------------------------------------------------------------------*/
/*Chat module*/


.single-icon{
    padding: 0 0 0 10px!important;
}

span.inactive_chat {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #757975;
    border-radius: 50%;
    margin-left: 7px;
    position: relative;
    top: -4px;
}

span.busy_chat {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ff0000;
    border-radius: 50%;
    margin-left: 7px;
    position: relative;
    top: -4px;
}

span.away_chat {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ff9f13;
    border-radius: 50%;
    margin-left: 7px;
    position: relative;
    top: -4px;
}
.user_search {
    width: 100%;
    border: 1px solid #ECEEF4;
    border-radius: 3px;
    height: 46px;
    line-height: 44px;
    font-size: 13px;
    color: #415094;
    padding: 0px 25px;
    padding-left: 20px;
    font-weight: 300;
    border-radius: 30px;
}
