div#bn_chat {
    width: 368px;
    border: 1px solid #CCC;
    position: fixed;
    bottom: 0;
    right: 50px;
    height: 520px;
    transition: .5s;
    font-family: verdana;
    font-size: 13px;
	z-index: 100;
	background-color: white;
}
div#bnchh1 {
    position: absolute;
    top: 17px;
    font-weight: bold;
}
.bn_chat_alrtmsg {
    margin: 40px 20px;
    line-height: 18px;
    text-align: center;
    font-size: 1.1em;
}
.bn_chat_alrtmsg a {
    color: blue;
}
div#bnchh2 {
    position: absolute;
    top: 42px;
    font-size: .9em;
    font-style: italic;
}
div#lbkwhy {
    padding: 0 8px;
    width: 306px;
    line-height: 16px;
    font-style: italic;
}
div#bn_chat_canned_searched {
    position: absolute;
    bottom: 133px;
    background-color: #e6e6e6;
    width: 800px;
}
.bn_chat_cl_msg {
    background-color: #d2d2d2;
    color: black;
    padding: 10px;
    border-radius: 10px;
    width: 225px;
    line-height: 16px;
}
.bn_chat_cl_msg.oper999 {
    background-color: #ffbcbc;
    color: black;
    padding: 10px;
    border-radius: 10px;
    width: 225px;
    line-height: 16px;
}
input#bn_chat_canned_search {
    width: 300px;
    height: 30px;
    font-size: 1.2em;
}
#bn_chat_input textarea, #bn_chat_oper_convers_input textarea, #bn_chat_why textarea {
    background: #fff;
    margin: 7px;
    width: 288px;
    height: 95px;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #d6d6d6;
    outline: none;
    resize: none;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: box-shadow 200ms ease;
    line-height: 19px;
	overflow-y: scroll;
}
div#bn_chat_why_set {
    height: 30px;
    line-height: 30px;
    background-color: darkred;
    padding: 0 20px;
    display: inline-block;
    float: right;
    margin-right: 35px;
    color: #FFF;
    cursor: pointer;
}
#bn_chat_canned div {
    display: inline-block;
    border: 1px solid #CCC;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 10px;
    margin: 10px;
    background-color: #FFF;
    cursor: pointer;
}
#bn_chat_why textarea {
    height: 150px !important;
}
.bn_chat_oper_params_icon {
    display: inline-block;
    border: 1px solid #CCC;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    border-radius: 10px;
    margin: 0 10px;
    cursor: pointer;
}
div#bn_chat_oper_user_info_0 {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    font-family: verdana;
    border-left: 1px solid #CCC;
    min-height: 690px;
    padding: 10px;
}
div#bn_chat_oper_params {
    border-top: 1px solid #CCC;
    padding: 12px 0;
    position: relative;
}
div#bn_chat_input {
    border-top: 1px solid #CCC;
    position: relative;
}
#bn_chat_oper_convers_input textarea {
    width: 700px;
    height: 100px;
}
div#bn_chat_oper_convers_input {
    position: relative;
}
div#bn_chat_oper {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #CCC;
    min-height: 690px;
    font-family: verdana;
    padding: 10px;
}
.bn_chat_allusers {
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
    padding: 0 10px;
    color: darkred;
    font-size: 13px;
}
.bn_chat_triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 30px 0;
    border-color: transparent rgb(210, 210, 210) transparent transparent;
    position: absolute;
    top: 8px;
    left: 38px;
}
a#bn_chat_histr {
    position: absolute;
    top: -63px;
}
.bn_chat_triangle.oper999 {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 25px 0 0;
    border-color: #ffbcbc transparent transparent transparent;
    position: absolute;
    top: 9px;
    left: 300px;
}
.onlinefalse {
    border: 1px solid #B2B2B2 !important;
    color: #B2B2B2 !important;
}
div#bn_chat_why {
    position: absolute;
    z-index: 1;
    top: 223px;
    left: 20px;
}
div#bn_chat_endchat {
    margin: 50px 10px;
    text-align: center;
    line-height: 16px;
}
div#bn_chat_oui, div#bn_chat_non {
    background-color: darkred;
    color: white;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    cursor: pointer;
    margin: 40px 30px;
    border-radius: 10px;
}
.bn_chat_starhdr {
    margin: 0 27px;
    text-align: center;
    line-height: 16px;
    font-style: italic;
    margin-bottom: 10px;
}
div#bn_chat_oper_my_users {
    /* display: inline-block; */
}
div#bn_chat_oper_convers {
    display: inline-block;
    vertical-align: top;
    width: 800px;
    font-family: verdana;
}
.bnchathide {
    bottom: -451px !important;
    transition: .5s;
}
.bn_chat_myusers {
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}
div#bn_chat_oper_convers_msgs {
    height: 640px;
    overflow-y: scroll;
}
div#inputenter {
    position: absolute;
    top: 75px;
    right: 8px;
    cursor: pointer;
}
.bn_chat_myusers.false {
    border: 1px solid green;
	color: green;
}
.bn_chat_myusers.true {
    border: 1px solid red;
    color: red;
}
.bn_chat_conv {
    background-color: white;
    padding: 4px 10px 9px 0;
    position: relative;
    color: #064165;
    background-image: url(profile.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position-x: 8px;
    padding-left: 48px;
    background-position-y: 8px;
    min-height: 34px;
    margin-bottom: 2px;
}
.bn_chat_header {
    position: absolute;
    right: 0;
}
.bn_chat_conv.waitclose {
	color: blueviolet;
}
#bn_chat_canned div:hover{
	border-color: darkred;
	color: darkred;
}
.bn_chat_conv.oper999 {
    background-image: url(profile2.png);
    color: darkred;
    background-position-x: 326px;
	padding-left: 70px;
}
.bn_chat_conv span {
    /* position: absolute; */
    /* top: -8px; */
    color: #728eb9;
}
div#bn_chat_convers {
    height: 325px;
    overflow-y: scroll;
}
div#bn_chat_canned {
    position: absolute;
    bottom: 61px;
    width: 798px;
    background-color: #f7f7f7;
    border: 1px solid #CCC;
    display: none;
}
div#bn_chat_header {
    padding: 0 10px;
    height: 70px;
    background-color: darkred;
    cursor: pointer;
    color: #FFF;
    font-size: 1.3em;
    background-image: url('downup.png');
    background-repeat: no-repeat;
    background-position-x: 322px;
    background-position-y: 16px;
    background-size: 40px;
    transition: .3s;
	position: relative;
}
.downuppng {
    background-image: url(downup2.png) !important;
	transition: .3s;
}
div#stars {
    text-align: center;
    margin: 30px auto 0;
}
.stars {
    background-image: url(starempty.png);
    display: inline-block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-size: 60px;
    background-repeat: no-repeat;
}

.stars:hover{
	background-image: url(starfill.png);
}
.starsempty{
	background-image: url(starempty.png);
}
.starsfill{
	background-image: url(starfill.png);
}