﻿.text-chat-container {
    text-align: left;
    position: fixed;
    bottom: 0px;
    right: 35px;
    width: 285px;
    height: 385px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    background-color: #fff;
    font-size: 12px;
    margin: 0 !important;
    z-index: 10;
}

    .text-chat-container.hide {
        height: 45px;
    }

    .text-chat-container .text-chat-header {
        height: 45px;
        line-height: 25px;
        background-color: #661e66;
        color: #fff;
        font-weight: bold;
        width: 100%;
        float: left;
        font-size: 12px;
    }

        .text-chat-container .text-chat-header div {
            float: left;
            padding-left: 8px;
            padding-top: 10px;
            font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
            font-size: 14px;
            max-width: 170px;
            white-space: nowrap;
            overflow: hidden;
            -moz-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .text-chat-container .text-chat-header a {
            float: right;
            text-decoration: none;
            color: #fff;
            display: block;
            margin-right: 4px;
            padding-left: 4px;
            padding-right: 4px;
        }

.text-chat-actions {
    height: 40px;
    background-color: #B5A5B5;
}

.text-chat-container .text-chat-log {
    float: left;
    clear: left;
    width: 100%;
    height: 226px;
    overflow: auto;
    background-color: #e6e6e6;
}

    .text-chat-container .text-chat-log .user {
        float: left;
        background-color: #fff;
        padding: 2px;
        margin: 10px;
    }

    .text-chat-container .text-chat-log img {
        width: 25px;
        height: 25px;
    }

        .text-chat-container .text-chat-log img.bubble {
            width: 19px;
            height: 20px;
            margin-left: -27px;
            margin-top: -5px;
        }

    .text-chat-container .text-chat-log .text-message {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
        line-height: 22px;
        float: left;
        word-wrap: break-word;
        max-width: 176px;
        background-color: #fff;
        border: 1px solid #ccc;
        margin: 10px 10px 10px 15px;
        border-radius: 0 3px 3px 3px;
        -moz-border-radius: 0 3px 3px 3px;
        -webkit-border-radius: 0 3px 3px 3px;
    }

.text-chat-container .text-chat-input {
    width: 100%;
    height: 75px;
    position: relative;
}

    .text-chat-container .text-chat-input textarea {
        border: 1px solid #ddd;
        width: 100%;
        height: 73px;
        padding-top: 15px;
        padding-right: 75px;
        resize: none;
        font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
        font-size: 12px;
    }

        .text-chat-container .text-chat-input textarea:focus {
            border: 1px solid #661e66;
        }

.message-container {
    margin-top: -20px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 12px;
    color: #666;
}

.name-details {
    color: #36a3af !important;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 11px;
}

.btn-send-text {
    position: absolute;
    top: 20px;
    right: 18px;
    z-index: 20;
    padding: 5px;
    background-color: #eee;
    -webkit-appearance: none !important;
    background-color: #661e66;
    border-color: #661e66;
    display: inline-block;
    padding: 6px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #FFF;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

    .btn-send-text:disabled {
        background-color: #A6A6A6;
    }

.user-offline, .user-online, .chat-terminated, .user-unavailable {
    padding: 10px;
}

.video-img {
    margin: 14px;
}

.window-actions-img {
    margin: 14px 8px;
}

.min-img {
    margin: 22px 0px 0 0px;
}

#close, #minimize, #popout {
    cursor: pointer;
}

.video-img-text {
    width: 21px !important;
    height: 13px !important;
    vertical-align: text-top;
}

.video-text-color {
    color: #ff8a00;
}
