/* ---------- LIVE-CHAT ---------- */

#live-chat {
    bottom: 0;
    right: 24px;
    position: fixed;
    width: 330px;
    z-index: 200000;
}

#live-chat select {
    height: 40px;
}

#live-chat header {
    background: #42c161;
    border-radius: 15px 15px 0 0;
    color: #fff;
    cursor: pointer;
    padding: 1px 20px;
}

.chat-launch {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
    width: 234px;
    font-size: 16px;
    background-color: #1a8a34;
    color: #fff;
    font-weight: 700;
}

.chat-message-counter {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    left: 0;
    line-height: 24px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
    display:none;
}

.chat-close {
    color: #fff;
    display: block;
    float: right;
    font-size: 22px;
    line-height: 16px;
    margin: 2px 0 0 0;
    text-align: center;
    width: 16px;
}
.chat-close-option {
    color: #000;
    border: 1px solid #ccc;
    padding: 8px;
    margin-left: 12px;
}
.chat {
    background: #fff;
    height: 450px;
}

.chat-message {
    margin: 16px 0;
}

.chat-message img {
    border-radius: 50%;
    float: left;
}

.chat-message-content {
    margin-left: 56px;
}

.chat-time {
    float: right;
    font-size: 10px;
}

.chat-feedback {
    font-style: italic;	
    text-align: center;
    font-size:12px;
}
.chat-footer {
    text-align: center;
    padding: 15px 0px 25px 0;
}



