/* Component containers
----------------------------------*/
/* .ui-widget-header { background-color: #2191C0 !important; background-image: none !important;} */
.ui-widget-header .ui-icon {background-image: url(../../img/layout/template_demo/ui-icons_ffffff_256x240.png); }

/* style sheets */
.ui-chatbox {
    position: fixed;
    bottom:0;
    padding: 2px 2px 2px 2px;
    background:  #CCCCCC;
    width: 236px;
    /* background:  #CCCCCC; */
}

.ui-chatbox-titlebar {
    padding: 3px 3px 3px 3px;
    height: 20px;
}

.ui-chatbox-content {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    display: none;
}

.ui-chatbox-log {
    padding: 3px 3px 3px 3px;
    height: 150px;
    overflow-y: auto;
    background: #FFFFFF;
}

.ui-chatbox-input {
    padding: 3px 3px 3px 3px;
    border-top: 1px solid grey;
    overflow: hidden;
    /* background: #FFFFFF; */
}

.ui-chatbox-input-box {
    margin: 5px 5px 5px 5px;
    border: 2px solid lightgrey;/* #6699FF */
    /* padding:5px 5px 5px 5px; */
    height: 35px;
}

.ui-chatbox-icon {
    float: right;
}

.ui-chatbox-input-focus {
    border-color: #6699FF;
}

.ui-chatbox-msg {
    font-size: 10px;	
    float: left;
    clear: both;
}

.ui-dialog-username {
	display: none;	
}

.ui-dialog-username .ui-dialog-input-box{
    margin: 5px 5px 5px 5px;
    border: 2px solid lightgrey;/* #6699FF */
    /* padding:5px 5px 5px 5px; */
    height: 15px;
}

.ui-dialog-username .ui-dialog-span{
    font-size: 10px;
}