#container-chat *{
    box-sizing:border-box;
}
#container-chat body{
    background-color:#abd9e9;
    font-family:Arial;
}
#container-chat{
    width: 550px;
    height: 400px;
    background: #eff3f7;
    margin: 0 auto;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    bottom: 0;
}
#container-chat aside{
    width: 150px;
    height: 400px;
    background-color: #3b3e49;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}
#container-chat main{
    width: 400px;
    height: 400px;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

#container-chat aside header{
    padding:30px 20px;
}
#container-chat aside input{
    width:100%;
    height:50px;
    line-height:50px;
    padding:0 50px 0 20px;
    background-color:#5e616a;
    border:none;
    border-radius:3px;
    color:#fff;
    background-image:url(http://s3-us-west-2.amazonaws.com/s.cdpn.io/1940306/ico_search.png);
    background-repeat:no-repeat;
    background-position:170px;
    background-size:40px;
}
#container-chat aside input::placeholder{
    color:#fff;
}
#container-chat aside ul{
    padding-left:0;
    margin:0;
    list-style-type:none;
    overflow-y:scroll;
    height:690px;
}
#container-chat aside li{
    padding:10px 0;
}
#container-chat aside li:hover{
    background-color:#5e616a;
    cursor: pointer;
}
#container-chat h2,h3{
    margin:0;
}
#container-chat aside li img{
    border-radius:50%;
    margin-left:20px;
    margin-right:8px;
}
#container-chat aside li div{
    display: inline-block;
    vertical-align: top;
    margin: 12px 0px 0px 15px;
}
#container-chat aside li h2{
    font-size:14px;
    color:#fff;
    font-weight:normal;
    margin-bottom:5px;
}
#container-chat aside li h3{
    font-size:12px;
    color:#7e818a;
    font-weight:normal;
}
.active_li{
    background-color:#5e616a;
    cursor: pointer;
}

#container-chat .status{
    width:8px;
    height:8px;
    border-radius:50%;
    display:inline-block;
    margin-right:7px;
}
#container-chat .green{
    background-color:#58b666;
}
#container-chat .orange{
    background-color:#ff725d;
}
#container-chat .blue{
    background-color:#6fbced;
    margin-right:0;
    margin-left:7px;
}

#container-chat main header{
    height: 40px;
    padding: 10px 10px 10px 10px;
}
#container-chat main header > *{
    display:inline-block;
    vertical-align:top;
}
#container-chat main header img:first-child{
    border-radius:50%;
    width: 25px;
}
#container-chat main header div{
    margin-left:10px;
    width: 355px;
}
#container-chat main header h2{
    font-size:16px;
    margin-bottom:5px;
}
#container-chat main header h3{
    font-size:14px;
    font-weight:normal;
    color:#7e818a;
}

#container-chat .close_btn{
    float: right;
}

#container-chat #chat{
    padding-left:0;
    margin:0;
    list-style-type:none;
    overflow-y:scroll;
    height:315px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
}
#container-chat #chat li{
    padding:10px 30px;
}
#container-chat #chat h2,#chat h3{
    display:inline-block;
    font-size:13px;
    font-weight:normal;
}
#container-chat #chat h3{
    color:#bbb;
}
#container-chat #chat .entete{
    margin-bottom:5px;
}
#container-chat #chat .message{
    padding: 10px;
    color: #fff;
    max-width: 90%;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
    word-wrap: break-word;
}
#container-chat #chat .me{
    text-align:right;
}
#container-chat #chat .you .message{
    background-color:#58b666;
}
#container-chat #chat .me .message{
    background-color:#6fbced;
}

#container-chat main footer{
    height: 65px;
    width: 400px;
    padding: 5px 0px 24px 4px;
}
#container-chat main footer form{
    position: fixed;
    bottom: 0;
    width: 396px;
}
#container-chat main footer input {
    border: none;
    display: block;
    width: 90%;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
    float: left;
}
#container-chat main footer button {
    color: var(--color-palette-gray24);
    cursor: pointer;
    outline: none;
    border: 0;
    background: transparent;
    margin-top: 4px;
    float: right;
}
#container-chat main footer textarea::placeholder{
    color:#ddd;
}
#container-chat main footer img{
    height:30px;
    cursor:pointer;
}
#container-chat main footer a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #6fbced;
    vertical-align: top;
    margin-left: 247px;
    margin-top: 5px;
    display: inline-block;
}

#container_close_chat{
    width: 250px;
    background: #eff3f7;
    margin: 0 auto;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    bottom: 0;
    cursor: pointer;
}
#container_close_chat h2{
    font-size: 16px;
    margin-bottom: 5px;
}
#container_close_chat h2 span {
    font-size: 12px;
    color: red;
}
.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#container-chat .checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #ccc;
    left: 31px;
    top: 12px;
}
#container-chat .checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #ccc;
    left: 29px;
    top: 18px;
}
#container-chat .checkmark_stem_2 {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #ccc;
    left: 34px;
    top: 9px;
}
