.profile-picture {
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border: 1px solid #f8f9fa;
}

.profile-picture.overlap {
    margin-left: -10px;
}

.profile-picture .online-status{
    width: 11px;
    height: 11px;
    border:1px solid #f8f9fa;
    position:absolute;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.profile-picture .online-status.hidden{
    transform: scale(0,0)

}

.profile-dopdown-menu {
    right: 0;
    left: auto;
    min-width: 300px;
}

.profile-dopdown-menu .dropdown-divider {
    margin: 0;
}

.profile-dopdown-menu .dropdown-item {
    padding: 20px 12px;
    cursor: pointer;
}

.profile-dopdown-menu .dropdown-item i {
    margin-right: 12px;
}

.profile-dopdown-menu div:last-child {
    font-size: 85%;
    padding: 6px 12px 0;
    color: gray;
    white-space: nowrap;
}

.generic-form .btn {
    margin: 0 15px;

}
.form-group input:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.center-vertical {
    display: flex;
    align-items: center;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
