﻿.initialsCircle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.messengerIconContainer {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
}

.unreadMessagesCircle {
    position: absolute;
    top: -2px;
    left: 27px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: #fff;
    background: #fd6353;
    font-size: 0.833rem;
    line-height: 12px;
    text-align: center;
}

.isOnlineCircle {
    position: absolute;
    top: 22px;
    left: 30px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #fff;
    background: #648556;
    font-size: 0.833rem;
    line-height: 12px;
    text-align: center;
}

.isOnlineCircleToolTip {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #fff;
    background: #648556;
    font-size: 0.833rem;
    line-height: 12px;
    text-align: center;
}

.messengerPhoto {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.messengerGroupChatCircle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.messengerTabs {
    padding: 2px 0px 2px 2px;
    margin-right: 0px !important;
}

.selectedChat {
    /*padding: 14px 14px 14px 0px;*/
}

.systemChatIconBackground {
    background-color: #fcb530;
}

.chatCollectionSelectedChat {
    background-color: #cfe6d3;
}

.chatCollectionSystemChatBackground:not(.chatCollectionSelectedChat) {
    background-color: #fff5c9;
}

.chatTabButton {
    font-size: 1.4166rem;
    font-weight: lighter;
}

.contactTabButton {
    font-size: 1.4166rem;
    font-weight: lighter;
}

.ownChatMessage {
    align-self: flex-end;
    margin: 3px 7px 3px 28px;
    background: #cbda95;
}

    .ownChatMessage > .chatMessageSendDate {
        text-align: right;
    }

    .ownChatMessage > .chatMessageSendUser {
        text-align: right;
    }

.otherChatMessage {
    background-color: #f5f5f5;
    align-self: flex-start;
    margin: 3px 28px 3px 7px;
}

    .otherChatMessage > .chatMessageSendDate {
        text-align: left;
    }

    .otherChatMessage > .chatMessageSendUser {
        text-align: left;
    }


.systemNotificationChatMessage {
    background-color: #fefefe;
    align-self: flex-start;
    margin: 3px 3px 3px 3px;
}

    .systemNotificationChatMessage > .chatMessageSendDate {
        text-align: left;
    }

    .systemNotificationChatMessage > .chatMessageContent {
        text-align: left;
    }

.systemChatMessage {
    background-color: #fefefe;
    align-self: center;
    margin: 3px 3px 3px 3px;
}

    .systemChatMessage > .chatMessageSendDate {
        text-align: center;
    }

    .systemChatMessage > .chatMessageContent {
        text-align: center;
    }

.newChatMessagesText {
    background-color: #f5f5f5;
}

.oldestUnreadMessageSeperator {
    margin: 10px 3px;
    width: 100%;
}

.oldestUnreadMessageOverlay {
    position: relative;
    top: 21px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -21px;
    z-index: 2;
    background: white;
    border-radius: 7px;
    padding: 0 3px;
}

.chatMessages {
    background-color: #e4e4e4;
}

.writeChatMessageContainer {
    background-color: #e4e4e4;
}

.chatMessage {
    width: fit-content;
    padding: 0 4px;
}

.chatMessageSendUser {
    font-weight: bold;
    font-family: 'OpenSans Bold';
}

.chatMessageSendDate {
    font-size: 0.9166rem;
    color: #7f7f7f;
}

.chatMessageContent {
    word-break: break-all;
    white-space: pre-line;
}

.chatMessageSharedElement, .oldestLoadedChatMessage {
    color: #0066cc;
    text-decoration: underline;
}

    .chatMessageSharedElement, .oldestLoadedChatMessage:hover {
        color: #0099FF;
    }

.messengerTabHeadersUnderline {
    margin-top: 3px;
    border: 1px solid;
}

#messengerMenuButton {
    margin-left: auto;
}

.messengerToggleShowNamesButton {
    position: relative;
    left: 11px;
    margin-left: -21px;
}

.messengerMenuToolTip {
    display: block;
    position: fixed;
    background: white;
    padding: 0 4px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}

.newMessageSharedElement {
    background-color: #fefefe;
    color: #0066cc;
    border-top-width: 1px;
    border-style: solid;
    border-color: #cdcdcd;
}

.messengerChat:hover {
    background-color: lightblue;
}

.messengerChat {
    padding: 2px;
    min-height: 42px;
}

.messengerContact:hover {
    background-color: lightblue;
}

.messengerContact {
    padding: 0px 3px;
    min-height: 42px;
}

.videoConferenceInviteName {
    margin-left: 3px;
}

.videoConferenceInviteJoinButton {
    background-color: #a0c220;
    color: white;
    min-height: 30px;
    min-width: 110px;
    border-radius: 15px;
}

.videoConferenceInviteRejectButton {
    background-color: #e53d31;
    color: white;
    min-height: 30px;
    min-width: 110px;
    border-radius: 15px;
}

.unreadMessageCount {
    min-width: 25px;
    text-align: right;
}

.notificationMessage {
    max-width: 300px;
    min-width: 300px;
    max-height: 200px;
    position: fixed;
    bottom: 0;
    right: -300px;
    z-index: 1000;
    border: 2px solid black;
    border-radius: 10px;
    -webkit-animation: slide 1s forwards;
    animation: slide 1s forwards;
}

.notificationMessageTitle {
    font-weight: bold;
    font-family: 'OpenSans Bold';
    word-wrap: normal;
}

.notificationMessageContent {
    word-wrap: normal;
    max-height: 90px;
    overflow: hidden;
}

.notificationMessageBorder {
    border-radius: 10px 10px 0 0;
    width: 100%;
    min-height: 7px;
}

@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}

@keyframes slide {
    100% {
        right: 0;
    }
}

.messengerShareIcon {
    height: 21px;
    width: 21px;
}

.notificationSharedElement {
    color: blue;
}

    .notificationSharedElement:hover {
        color: lightblue;
    }

.chatLastMessageSendDate {
    color: #A5A5A5 !important;
}

.chatLastMessageColor {
    color: #A5A5A5 !important;
}

.removeSharedElementFromNewMessage {
    height: 14px !important;
    width: 14px !important;
}

.selectedChatMessageTextContainer {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #919191;
    margin: 0px !important;
}

    .selectedChatMessageTextContainer textarea {
        border-style: none;
    }

.messengerMakeCallIcon {
    margin-left: auto;
    height: 34px;
    width: 34px;
    margin-top: -7px;
}

.messengerRunningConferenceIcon {
    height: 20px;
    width: 26px;
    margin-right: 5px;
    margin-top: -12px;
    margin-left: -4px;
}

.messengerRunningConferenceColor {
    color: #648556 !important;
}

.messengerContainer hr {
    margin: 0;
}