.menu--vertical .router-link-active {
    background-color: #eee; /* todo support in fnx_ui */
}
.btn--fab {
    z-index: 1;
}
.module__header {
    opacity: 0.9;
}
.no-wrap {
    white-space: nowrap;
}
.profile__screen {
    max-width: 900px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.help {
    font-size: 80%;
    width: 100%;
    padding-bottom: 5px;
}
.input__file__dropzone {
    display: none !important;
}
.input__file__delete {
    display: none !important;
}
.profile__image {
    width: 64px;
    height: auto;
    position: relative;
}
.profile__image img {
    width: 100%;
}
.profile__image--small {
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 4px;
}
.profile__image--small img {
    width: 100%;
}
.chat__message {
    border-radius: 8px;
    padding: 8px;
    max-width: 80%;
    background-color: #f7f7f2;
    margin-bottom: 5px;
    word-wrap: break-word;
    color: #0B132B;
    line-height: 20px;
}
.notificationbell {
    position: relative;
}
.notificationbell a {
    color: #ffffff;
}
.notificationbell__count {
    color: white;
    background-color: red;
    position: absolute;
    right: 0px;
    top: 4px;
    display: block;
    font-size: 0.8rem;
    height: 1.2rem;
    min-width: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 0.6rem;
}
.chats__count {
    color: white;
    background-color: red;
    position: absolute;
    right: -0.6rem;
    top: -4px;
    display: block;
    font-size: 0.8rem;
    height: 1.2rem;
    min-width: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 0.6rem;
}
.global__message {
    margin: 5px;
    padding: 5px;
    background-color: #eee;
    border-radius: 3px;
}

.global__error {
    margin: 5px;
    padding: 5px;
    background-color: red;
    color: white;
    border-radius: 3px;
}
.post__hidden p {
    /*opacity: 0.5;*/
}
.trim {
    max-width: 100%;
    overflow: hidden;
}
.trim__line {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .profile__screen {
        max-width: 100%;
    }
}

.buttonbar .btn, .buttonbar .btn:hover {
    background-color: #00A0E3 !important;
    color: #ffffff !important;
}

.chat_desktop_left {
    width: 318px;
}
.chat_desktop_right {
    width: calc(100% - 318px);
}

.chat_mobile_full {
    width: 100%;
}

.an_showdetails { max-height: 0;overflow: hidden; -webkit-transition: max-height .3s ease-in-out; -o-transition: max-height .3s ease-in-out; transition: max-height .3s ease-in-out; }
.an_showdetails.-open {max-height: 160px;}