﻿.checkboxes {
    position:fixed;
    z-index:1000; 
    right:5px; 
    top:90px;
    height:100%; 
    visibility:hidden;
	/*border: 1px solid #ccc;*/
}
.boxSpace {
    position: relative; 
    height: calc(100% - 220px);
}

.boxContainer textarea {
	height: 54px;
	min-height: 54px;
	font-size: 12px;
	line-height: 17px;
	width: -moz-calc(100% - 18px);     
    width: -webkit-calc(100% -18px);
    width: calc(100% - 18px);
    overflow-y:auto;
    position:absolute;
	resize: none!important;
	border-radius:0px;
	float:none!important;
	margin: 0 6px!important;
}
textarea[disabled] {
	background-color: #EFEFE7;
}
.boxContainer textarea:focus,
.boxContainer.newMsg {
	border: 1px solid #0066CC;
	outline:none;
}


.chatStream .comment .avatar {
	float: left;
	width: 28px; height: 28px;
	-moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
	border: 1px solid #aaaaaa;
}

.boxContainer .comment p {
	margin: 0px; 
	padding: 0px;
    line-height: 16px;
	overflow: visible;
	white-space: normal;
	clear:both;
}
.boxContainer .comment p.whitespacewrap {white-space: normal;}

.boxContainer .root.comment p {
    width: 98%;   
    overflow: hidden;    
}

.boxContainer .comment .authorname {
	float: left;	
    font-weight: 600;     
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}

.boxContainer .commentText {
    white-space: normal; 
    word-wrap: word-break;
    text-align:left;
    float: left;
    width:80%;
}
.commentText time{
	color: #666666;
	font-style: italic;
	float:left;
	margin-left:5px;
}
.commentText strong{
	float:left
}
.boxContainer {
	background-color: #EFEFE7;
    width: 258px;  
    height:270px;  
    position: relative; 
    float:left; 
    visibility:visible;
	border: 1px solid #C8D2DC;
}

.boxContainer .avatarContainer {
    width:20%;
}

.boxContainerWrapper {
    width: 266px; 
    position: relative; 
    float:right; 
    background-color:transparent;
    margin-left:2px;
    height: calc(100% - 146px);
	
}
.boxContainerWrapper.minimized {
	height: calc(100% - 100px);
}
.boxContainerWrapper.minimized .boxContainer {
	border:none;
}
.boxHeader {
	background-color: #EFEFE7;
    width:100%; 
    height:28px; 
    line-height:25px;
	border-bottom: 1px solid #C8D2DC;
	 -moz-box-shadow: 0 1px 0 #FFFFFF;
    -webkit-box-shadow: 0 1px 0 #FFFFFF;
    box-shadow: 0 1px 0 #FFFFFF;
	padding-top:4px;
	font-weight: 600;
}
.boxContainerWrapper.minimized .boxHeader {
	border: 1px solid #C8D2DC;
	border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.boxHeader .icnStatus {
	margin-left:10px;
	margin-top: 8px;
}
.chatStream {
    width:100%; 
    min-height:40px; 
    height:170px;
    overflow-y:auto;
    word-wrap:break-word;
	margin-top:2px;
}
.chatStream li {
	min-height: 24px;
	font-size: 12px;
	line-height: 17px;
	width: -moz-calc(100% - 24px);     
    width: -webkit-calc(100% -24px);
    width: calc(100% - 24px);
    padding: 4px;
	margin: 0 5px;
    border-bottom: 1px dotted #999999;
	float: left;
    border-radius:0;
}
.chatStream .offLine{
	position: fixed;
	color: #D40022;
	background-color: #EFEFE7;
	width: 235px;
	/*top: 50px;*/
}
.chatStream li:last-child {
	border-bottom: none!important;
}

.chatValidation 
{
    position: absolute; 
    bottom: 65px; 
    margin: 0 0 0 7px;
    background-color:#EFEFE7;
    width: calc(100% - 18px);
}


.minimized .actionsStrip {
    display:none;
}

.minimized .chatStream {
    display:none;
}

.minimized .messageBox {
    display:none;
}

.minimized .boxContainer {
   height: 0px; 
}

.minimized .boxSpace {
   height:calc(100% - 28px) !important;
}
.boxContainer .options li {
	float: left;
    margin: 2px 5px;
}
.chatStream .comment p:hover {
	color: #333333;
}
