﻿

.sidebar-name {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px;
    font-size: 12px;
}

    .sidebar-name span {
        padding-left: 5px;
    }

    .sidebar-name a {
        display: block;
        height: 100%;
        text-decoration: none;
        color: inherit;
    }

    .sidebar-name:hover {
        background-color: #e1e2e5;
    }

    .sidebar-name img {
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }

.popup-box {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 220px;
    height: auto;
    background-color: rgb(237, 239, 244);
    width: 280px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin-right: 1px
    /*border: 1px solid rgba(29, 49, 91, .3);*/
}

    .popup-box .popup-head {
        background-color: #6d84b4;
        padding: 5px;
        color: white;
        font-weight: bold;
        font-size: 14px;
        clear: both;
    }

        .popup-box .popup-head .popup-head-left {
            float: left;
        }

        .popup-box .popup-head .popup-head-right {
            float: right;
            opacity: 0.5;
        }

            .popup-box .popup-head .popup-head-right a {
                text-decoration: none;
                color: inherit;
            }

    .popup-box .popup-messages {
        height: 100%;
        overflow-y: scroll;
    }
    [contenteditable="true"] { 
	padding: 5px; 
	/*border: 1px solid #E4E4E4;*/
	outline: 0;
    word-wrap: break-word;
    min-height:35px;
    max-height:35px;
    overflow-y:auto;
    font-size:13px;
    margin-top:5px;
    margin-bottom:3px
}
[contenteditable="true"]:hover {
	/*background-color: #FF9;*/

}
[contentEditable="true"]:empty:not(:focus):before{
        content:attr(data-text);
        font-size:13px;
        color: #A0A0A0
    }
.clickChat{
    cursor:pointer;
    margin-bottom:10px
}
.clickChat:hover {
    color: #3c8dbc
}
.w3-tooltip,
.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none; font-size:13px}.w3-tooltip:hover .w3-text{display:inline-block}.w3-tag{background-color:rgb(249, 249, 249);color:#282828;display:inline-block;padding:5px;z-index:9999999;-webkit-box-shadow: 0 0 5px gray;box-shadow: 0 0 5px gray;border-width:2px;width:265px}
.titelChat {
    font-style:italic;
}