﻿ span{ font-weight:bold;}

 .comment-thread-outer {
      margin:10px 15px;
      position:relative; 
      z-index:0;
      overflow: auto;
    min-height: 190px;
    max-height: 500px;
 }
.comment-thread{ background: #fefefe none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(50, 65, 95, 0.12), 0 0 8px rgba(51, 60, 78, 0.07);
  box-sizing: border-box;
  cursor: default;
  margin:50px 0 0 50px;
  padding: 5px 8px 10px;
  position: absolute;
  text-align: left; font-family:Arial, Helvetica, sans-serif;
  top: 0;
  width: 430px;
}
.leave { margin-bottom:15px;  }
.leave p{
  color: #69768e;
  font-size: 17px;
  font-weight: 500;
}
  .post-comment { clear: both;
    color: #5a6478;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    word-wrap: break-word;
  
}

.post-comment textarea {
  border: 1px solid #c8d1dc;
  border-radius: 2px;
  box-shadow: none;
  color: #5a6478;
  font-size: 14px;
  font-weight: 400;
  min-height:100px;
  padding: 11px 49px 6px 12px;
  transition: all 0.1s ease 0s;
  width: 322px;
}
.notify-top {
  clear: both;
  float: left;
  margin:6px 0 0;
  width: 100%;
}
.notify-top p {
  color: #8391ab;
  float: left;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.checkbox{ float:left; margin-right:5px;}
.SumoSelect-right {
  float: left;
  margin: 5px 0 0;
}

.user-lists{}
.text-field{ border: 1px solid #d3dde6;
  border-radius: 2px;
  box-shadow: none;
  color: #5a6478;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 11px 12px;
  resize: none;
  width: 350px;}
  
.post-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 600; float:left;
  margin: 15px 20px 0 0;
  outline: 0 none; height:39px;background-color: #F28856; width:116px; line-height:39px; text-align:center; cursor:pointer;
}

.post-button-marked {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 600; 
  float:left;
  margin: 15px 20px 0 17px;
  outline: 0 none; height:39px;background-color: #7DC239; width:116px; line-height:39px; text-align:center; cursor:pointer;
}

.post-cancel{ float: left;margin:18px 0px 0 0;}
.post-cancel a{color: #8391ab;}
.arrow-box{ background:url(SiteImages/box-arrow.png) 0px 0px no-repeat;  height: 14px;
    left:-7px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 7px;}
	
	
/*Ba*/
.m-avatar-outer{width:340px; float:left;}
.m-avatar {
    height: 43px;
    /*margin: 0 13px 20px 0;*/
    line-height: 45px;
    width: 43px; float:left;
}
.m-avatar span.rendering {
  background-color: #cacfd3;
  color: #959ba1;

  font-size: 16px;
  font-weight: 600;
  height:43px; display:block; border-radius:25px;
 
  letter-spacing: 1px; width:43px;
  line-height:43px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;

}
.online-status {
  background-color: #8d9296;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  height: 11px;
  left: 33px;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: 31px;
  width: 11px;
}
.online-status.online {
  background-color: #79b654;
}
.date-info {
  float: left;
  margin: 8px 2px 0 12px;
  width: 263px;
}
.date-info h2 {
  color: #515e77;
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin: 0 9px 5px 0;
}
.created-at {
  color: #a3afbd;
  font-size: 12px;
  font-weight: 600;
  margin: 1px 7px 0;
}
.posted-comments {
  float: left;
  width: 263px;
  word-wrap: break-word;
}
.posted-comments p{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#999;}

.SlectBox, .SlectBoxa {
	padding:5px 0 0 5px;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.SumoSelect > .optWrapper > .options > li {
	-moz-transition: 200ms ease;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}
.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.SumoSelect {
	display: inline-block;
	position: relative;
	width:100%;
}
.SumoSelect > .CaptionCont {
	position: relative;
	background-color: #fff;
}
.SumoSelect > .CaptionCont > span {
	display: block;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
	color: #ccc;
	font-style: italic;
}
.SumoSelect > .CaptionCont > label {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width:10px;
	margin-bottom:0;
}
.SumoSelect > .CaptionCont > label > i {
	background-image: url('SiteImages/arrow.png');
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top:5px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.SumoSelect > .optWrapper {
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -100;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
	border-radius: 3px;
}
.SumoSelect > .optWrapper.open {
	top:25px;
	visibility: visible;
	opacity: 1;
	z-index: 1000;
}
.SumoSelect > .optWrapper > .options {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	border-radius: 3px; /*Set the height of pop up here (only for desktop mode)*/
	max-height: 250px; /*height*/
}
.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%;
}
.SumoSelect > .optWrapper > .options > li {
	padding: 5px 6px;
	border-bottom: 1px solid #F3F3F3;
	position: relative;
}
.SumoSelect > .optWrapper > .options > li:first-child {
	border-radius: 3px 3px 0px 0px;
}
.SumoSelect > .optWrapper > .options > li:last-child {
	border-bottom: none;
	border-radius: 0px 0px 3px 3px;
}
.SumoSelect > .optWrapper > .options > li:hover {
	
}
.SumoSelect > .optWrapper > .options > li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size:12px;
	margin:0;
}
.SumoSelect > .optWrapper > .options > li span {
	display: none;
}
/*Floating styles*/

.comment-textarea {
    resize: none;
    outline: none;
}

.comment-textarea:focus {
    border: 1px solid #F28856;
}


.header-cancel {
	position: absolute;
	right: 10px;
	top: 2px;
	color: #8391ab;
    cursor: pointer;
}