@CHARSET "UTF-8";


.chatarea {
    vertical-align: top;
    z-index: 1000;
    background: white;
    right: 0;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.chatarea.right {
    height: 692px;
    width: 450px;
    position: fixed;
    z-index: 1300;
    right: 1%;
    top: 72px;
}

.chatform {
    background: #00000038;
    padding: 1px;
    bottom: 0;
    width: 100%;
}

.chatform_only {
	background: #000;
	padding: 3px;
	bottom: 0;
	width: 100%;
	position: absolute;
}

.chatform input {
	height: 40px;
	border: 0;
	padding: 10px;
	width: 100%;
	margin-right: .5%;
    font-size: 1.2em;
}

.chatform button {
	width: 9%;
	background: rgb(130, 224, 255);
	border: none;
	padding: 10px;
}

.chatform_only input {
	height: 40px;
	border: 0;
	padding: 10px;
	width: 100%;
	margin-right: .5%;
    font-size: 1.2em;
}

chatform_only button {
	width: 9%;
	background: rgb(130, 224, 255);
	border: none;
	padding: 10px;
}

.admintext {
	color: #ff6347;
}
.admintextBlue {
	color:  #1274c2;
}
.admintextBlue.night {
	color:  #9ac9ed;
}

.admintext.night {
	color: #ffab0d;
}

.rankertext {
	color: #276784;
}

.rankertext.night {
	color: #cbcf55;
}

.messages {
	margin-top: 0px;
	margin-bottom: 0px;
}

.messages h5 {
    word-break:break-all;
}
.userName {
    overflow: hidden;
    letter-spacing: -1px;
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 5px;
    height: 36px;
}
.userName span {
	border-radius: 3px;
}
.messageBody {
    display: inline-block;
    padding-left: 6px;
    background-color: #ffffff;
    padding: 5px;
    margin-left: 42px;
    border-radius: 3px;
    margin-top: -1px;
    margin-bottom: 0px;
    position: relative;
    top: -11px;
}

.messageBody.night {
    background-color: #2e3547;
}

.messages {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.messages li {
    padding: 2px 5px;
    word-wrap: break-word;
}
#chatIframe_fix {
	height: 100%; 
	width: 100%; 
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
	min-width: 380px;
}

.chatboard {
    height: 600px;
    overflow-y: auto;
    width: 100%;
    background-color: rgb(247, 247, 247);
    overflow-x: hidden;
}

.chatboard.right {
    height: 600px;
}

.chatboard.night{
	background-color: rgb(60, 57, 57)!important;
	
}

.chatboard_only.night{
	background-color: rgb(60, 57, 57);
}

.chatboard_only {
    position: absolute;
    top: 106px;
    bottom: 47px;
    overflow-y: auto;
    width: 100%;
    background-color: white;
    overflow-x: hidden;
}

.chat_info {
    padding: 5px;
    top: 0;
    width: 100%;
    color: rgb(0, 0, 0);
    border: 1px solid;
    border-color: #fff;
    margin-bottom: 1px;
	height: 30px;
    padding-left: 14px;
}

#div_chat_notice {
    background-color: #b5b5b7;
    border-left: 4px solid;
    border-right: 4px solid;
    border-top: 1px solid;
    padding: 7px;
    top: 0;
    width: 100%;
    border-color: #ffffff;
    height: 28px;
}

#div_vote_notice {
    background-color: #b5b5b7;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
    padding: 7px;
    top: 0;
    width: 360px;
    height: 123px;
    position: a;
    position: absolute;
    top: 161px;
    left: 23px;
    z-index: 500;
    line-height: 1.3em;
}

#div_chat_notice.night {
    background-color: #1e222d;
    border-color: #444343;
}

.vote_btn_grp {
	text-align: center;	
}

.vote_btn {
    -moz-border-radius: 15px;
    border: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 16px;
    width: 104px;
    background: #677077;
    color: white;
}

.voteText {
	color: white;
}
.sp_more{
	float: right; 
	cursor: pointer; 
	line-height: 1.5;
}

.room_info {
	height: 42px;
	background-color: #666666;
	display: table;
}

.room_info .adblink {
	display:table-cell;
	vertical-align: middle;
	text-align: right;
}

.room_info.night button {
	background-color: #545353;
}

.room_info button.on {
	background-color: #2ebde859;
}

.chat_info.night {
	background-color: rgb(23 27 38);
	color: #E8E8E8;
}

.chat_info.night span {
	background-color: rgb(23 27 38);
	color: #E8E8E8;
}

.adblink span img {
	width: 15px;
	margin: 2px
}

.setcolor {
    text-align: right;
    padding-right: 1px;
}
.jscolor {
	width: 52px;
}
.cdate {
    float: right;
    margin-right: 5px;
    font-size: 10px;
    cursor: pointer;
    margin-top: 13px;
}
.cdate span {
	color: #9d9a9a99;
}

.chat_move {
    position: fixed;
    z-index: 299;
    top: 60px;
    width: 380px!important;
    height: 856px!important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes send {
    to {background-color: rgba(60, 134, 147, 0.22);}
}

/* Standard syntax */
@keyframes send {
    to {background-color: rgba(60, 134, 147, 0.22);}
}

.send {
    -webkit-animation-name: send; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: send;
    animation-duration: 0.5s;
}
.profileImg {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 7px;
    margin-left: -37px;
    position: relative;
}
.profileImg.night {
	opacity: 0.7
}
.profileImg2 {
    height: 38px;
    width: 38px;
    margin-right: 5px;
    margin-left: 0px;
}

.skill {
    height: 15px;
    width: 15px;
    opacity: 0.3;
}

.skillDiv {
    float: right;
    margin-right: 5px;
    font-size: 10px;
    cursor: pointer;
    margin-top: 11px;
}

.noticeImg {
    height: 14px;
    width: 14px;
    vertical-align: top;
}

.chathr {
    border-bottom: 1px solid #b5b5b7;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0px;
}

#myProgress {
	border-bottom: 1px solid;
	height: 5px;
}

#myBar {
	width: 0%;
	height: 5px;
	background-color: #4CAF50;
	display: none;
}

.chat_btn_grp {
    padding: 5px;
    width: 100%;
    color: rgb(0, 0, 0);
    height: 25px;
}

.chat_btn_grp button {
	height: 18px;
}

.callName {
	font-weight: bold;
}
.callName.night {
	font-weight: normal;
}
.banUser.night {
	font-weight: normal;
}

/**
chathistory.ejs start
**/
.chatboardhistory {
    width: 100%;
    background-color: rgb(247, 247, 247);
}

.chatboardhistory.right {
    height: 600px;
}

.chatboardhistory.night{
	background-color: rgb(60, 57, 57)!important;
	
}

.chatIframe_fix {
    padding-top: 15px;
    background-color: #f7f7f7;
}

.chatLoading {
    position: relative;
    top: -500px;
    left: 90px;
    
}