﻿#chat_widnow {
    width: 260px;
    border: solid 1px #6c0e4a;
    bottom: 0;
    right: 0;
    position: fixed;
    border-top-left-radius: 10px;
    overflow-x: hidden;
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 70%) !important;
    z-index: 9999;
}


#chat_title_bar {
    background: #FEFEFE;
    height: 41px;
    width: 100%;
}


.text-primary{
    color: #297708;
    margin-top: 11px;
    margin-left: 10px;
    display: inline-block;
}
.hptext {
    color: #297708!important;
}

#chat_min_button {
    width: 25px;
    height: 23px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

#chat_box {
    height: 350px;
    background: #ffffff;
    width: 100%;
    margin-top: -3px;
}

    #chat_box .bg-success {
        display: block;
        padding: 8px 15px;
        cursor: pointer;
        text-decoration: none;
        background-color: #28a745 !important;
        color: white;
        border: solid 1px #ffffff;
    }
    #chat_box .bg-info {
        display: block;
        height: 40px;
        padding: 10px 15px;
        cursor: pointer;
        text-decoration: none;
        background-color: #e9ecef!important;
    }


.ui-chatbox {
    position: fixed;
    bottom: 0;
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 70%) !important;
    width: 258px;
    z-index: 999;
}

.ui-chatbox-titlebar {
    padding: 4px 3px;
    height: 28px;
    cursor: pointer;
    border-bottom: 0
}

.ui-chatbox-content {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.ui-chatbox .ui-widget-header {
    color: #2a5906;
    font-weight: 600;
    height: 40px;
    padding-top: 8px;
}

.ui-chatbox .ui-widget-header {
    color: #2a5906;
    font-weight: 600;
    height: 40px;
    padding-top: 8px;
    width: 100% !important;
}

.ui-chatbox-log {
    padding: 3px;
    height: 292px !important;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFFFFF;
    width: 100% !important;
}

.ui-chatbox-input {
    padding: 3px;
    border-top: 1px solid grey;
    overflow: hidden;
    max-width: 100% !important;
}

/*.ui-chatbox-input-box {
    margin: 5px;
    border: 2px solid lightgrey;
    padding: 2px;
    height: 50px;
    width: 97% !important;
}*/

.ui-chatbox-icon {
    float: right;
}

.ui-chatbox-input-focus {
    border-color: #6699FF;
}

.ui-chatbox-msg {
    margin-top: 10px;
    float: left;
    clear: both;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}
/* jquery-ui-min */
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    z-index: 999;
}

.ui-widget-header a {
    color: #222222;
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_222222_256x240.png);
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-chatbox-input-box {
    margin: 5px;
    border: 2px solid lightgrey;
    padding: 2px;
    height: 32px;
    width: 77% !important;
    border-radius: 30px;
    padding-left: 14px;
}

.ui-chatbox-input span.up-box.ui-widget-content.ui-chatbox-input-box.ui-corner-all:nth-child(2) {
}

span.up-box.ui-widget-content.ui-chatbox-input-box.ui-corner-all img {
    width: 25px;
}

.ui-chatbox-input span.up-box.ui-widget-content.ui-chatbox-input-box.ui-corner-all:nth-child(2) {
    height: 20px !important;
    margin: 10px;
    padding: 0;
    width: auto !important;
    border-radius: 0;
    float: right;
    border: none;
}
