.activityStreamContainer {
	margin-bottom:14px;
}
.activityStream {
	color: #444444;
}
.activityStream div, .activityStream img, .activityStreamContainer div, .activityStreamContainer img  {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.activityStream img {
	display:block;
}

.activityStreamContainer .emptyMessage { display: none; }
.activityStream .feedItem, .feedCommentBox{
	padding:2px;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:10px;
}
.form-body-gray {
	background: #EEEEEE; 
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee) ); 
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-bottom: 10px;
}

.activityStream .bb_aunit iframe {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.activityStreamContainer .moreBtn {
	display:block;
	color: #666666 !important;
}

.activityStreamContainer .modals {
	display:none;
}
.activityStreamContainer .feedLinks {
	text-align: right;
	display:none;
	margin-top:5px;
}
/*******************************************************************************
* Header
*******************************************************************************/
.activityStream .feedHeader {
	height: 46px;
	overflow: hidden;
	background: #666666 url("/images/activityStream/PostHeaderGradient_1x46.png") repeat-x left top;
	border-bottom:1px solid #cccccc;
}
.activityStream .feedHeader a{
	color: #ffffff !important;
}

.activityStream .feedHeader .userIcon {
	height: 35px;
	width: 35px;
	padding:0px;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #ffffff;
	border: 1px solid #444444;
	display:block;
	float:left;
}

.activityStream .feedHeader .userName {
	max-width:190px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 46px;
	margin-left:45px;
	color: #ffffff;
	font-size: 11px;
	padding-top:3px;
	line-height: 16px;
}
.activityStream .feedHeader .userName.noIcon {
	width:227px;
	margin-left: 7px;
}
.activityStream .feedHeader.uc_staff .userName {
	max-width:120px;
}
.activityStream .feedHeader .userName .name {
	font-weight: bold;
	display:block;
}
.activityStream .feedHeader .userName .time {
	font-style: italic;
	display:block;
	line-height: 12px;
	color: #aeaeae;
}

.activityStream .feedHeader .sourceIcon {
	float:right;
	width:50px;
	height:46px;
	margin-right:7px;
	text-align:right;
}
.activityStream .feedHeader .sourceIcon .ucStaffLogo {
	height: 30px;
	max-width: 80px;
	margin-right:25px;
	margin-top:7px;
	display:inline;
}
.activityStream .feedHeader.tw_post .sourceIcon,
.activityStream .feedHeader.tw_mention .sourceIcon,
.activityStream .feedHeader.tw_reply .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-twitter.png") no-repeat right 9px;
}
.activityStream .feedHeader.fb_post .sourceIcon,
.activityStream .feedHeader.fb_page_comment .sourceIcon,
.activityStream .feedHeader.fb_post_comment .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-facebook.png") no-repeat right 9px;
}
.activityStream .feedHeader.instagram .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-instagram.png") no-repeat right 9px;
}
.activityStream .feedHeader.youtube .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-youtube.png") no-repeat right 9px;
}
.activityStream .feedHeader.soundcloud .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-soundcloud.png") no-repeat right 9px;
}
.activityStream .feedHeader.instagram .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-instagram.png") no-repeat right 9px;
}
.activityStream .feedHeader.blog .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-blog.png") no-repeat right 9px;
}
.activityStream .feedHeader.photo_gallery .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-photoGallery.png") no-repeat right 9px;
}
.activityStream .feedHeader.rss .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-rss.png") no-repeat right 9px;
}
.activityStream .feedHeader.sms .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-sms.png") no-repeat right 9px;
}
.activityStream .feedHeader.promo .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-promo.png") no-repeat right 9px;
}
.activityStream .feedHeader.uc_user .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-user.png") no-repeat right 9px;
}
.activityStream .feedHeader.uc_staff .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-staff.png") no-repeat right 9px;
	width:120px;
}

/*******************************************************************************
* Media
*******************************************************************************/
.activityStream .feedMedia {
	background-color: #dddddd;
	border-bottom: 1px solid #cccccc;
	min-height:100px;
	text-align: center;
	position:relative;
}
.activityStream .feedMedia img {
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
}
.activityStream .playBtn{
	display:block;
	/*width:100%;
	height:100%;*/
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background: transparent url("/images/activityStream/PostPlayBtn-Normal_54x54.png") no-repeat center center;
}
.activityStream .playBtn:hover {
	background: transparent url("/images/activityStream/PostPlayBtn-OverActive_54x54.png") no-repeat center center;
}

/*******************************************************************************
* Content
*******************************************************************************/
.activityStream .feedContent {
	background-color: #eeeeee;
	padding:5px;
}
.activityStream .feedContent .replyTo {
	background: transparent url("/images/posts/RepliedMsgs_10x12.png") no-repeat left 6px;
	padding-left: 15px;
	color: #888888;
	font-style: italic;
}
.activityStream .feedContent .title {
	font-weight: bold;
}
.activityStream .feedContent .body {
	line-height:1.5em;
}
.activityStream .feedContent .body.overflow {
	height:6em;
	overflow:hidden;
}

.activityStream .feedItem .attachment {
	/*margin-top:5px;*/
	/*border: 1px solid #cccccc;
	border-bottom:none;*/
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
}
.activityStream .feedItem .attachment .previewImg {
	position:relative;
}
.activityStream .feedItem .attachment .previewImg.horizontal {
	/*display:inline-block;*/
	float:left;
	width:40%;
	max-width: 130px !important;
	vertical-align:top;
}
.activityStream .feedItem .attachment .previewImg  a, .activityStream .feedItem .attachment .previewImg  img{
	display: block;
	max-width:100%;
}
.activityStream .feedItem .attachment .previewImg.horizontal  img {
	border-right:1px solid #cccccc;
	margin-left: auto;
	margin-right: auto;
}
.activityStream .feedItem .attachment .previewInfoBox.horizontal {
	/*display:inline-block;
	width:60%;*/
	vertical-align:top;
	max-height:114px;
	overflow:hidden;
}
.activityStream .feedItem .attachment .previewTitle {
	font-weight: bold;
	padding: 0 5px;
	padding-top:5px;
	font-size: 14px;
}
.activityStream .feedItem .attachment .horizontal .previewTitle {
	padding-top:2px;
	line-height:16px;
}
.activityStream .feedItem .attachment .previewCaption{
	padding: 0 5px;
	color: #888888;
	font-size: 10px;
	line-height:14px;
}
.activityStream .feedItem .attachment .horizontal .previewCaption {
	line-height:16px;
}
.activityStream .feedItem .attachment .previewDescription {
	padding: 0 5px;
	font-style: italic;
	color: #888888;
	padding-bottom:5px;
	font-size: 11px;
	line-height: 14px;
}
.activityStream .feedItem .attachment .horizontal .previewDescription {
	/*padding-bottom:0px;*/
	line-height:16px;
}

/*******************************************************************************
* Share
*******************************************************************************/
.activityStream .feedShare {
	background-color: #dddddd;
	border-top: 1px solid #cccccc;
}
.activityStream .feedShare  a.reply, .activityStream .feedShare  a.cancelReply {
	color: #666666 !important;
}
.activityStream .feedShare .share {
	height:32px;
	overflow:hidden;
}
.activityStream .feedShare .share img {
	height: 11px;
}
.activityStream .feedShare .share a {
	display:inline-block;
	padding:10px;
}
.activityStream .feedShare a.shareBtn {
	border-right: 1px solid #cccccc;
	padding: 10px 15px;
}
.activityStream .feedShare a.shareBtn:hover,.activityStream .feedShare a.shareBtn:active {
	background-color:#cccccc;
}
.activityStream .feedShare .shareSlide {
	display:inline-block;
}
.activityStream .feedShare .shareSlide a:hover, .activityStream .feedShare .shareSlide a:active {
	opacity:.5;
}
.activityStream .feedShare .shareSlide .shareBtn-fb {
	padding-left:15px;
}
.activityStream .feedShare .actionLinks {
	padding: 5px;
}
.activityStream .feedShare .actionLinks a {
	margin-left:5px;
	margin-right:5px;
}
.activityStream .feedShare .actionLinks,
.activityStream .feedContent .replyTo {
	font-size: 0.917em;
}
.activityStream .feedShare .actionLinks a.cancelReply {
	background: transparent url("/images/posts/RepliedMsgs_10x12.png") no-repeat left 3px;
	padding-left: 15px;
	display:none;
}
.activityStream .feedShare .right {
	float:right;
	text-align:right;
	color:#666666;
	padding:5px 10px 5px 5px;
	font-size: 12px;
	line-height:20px;
}
.activityStream .feedShare .actionLinks a.recordComment,
.activityStream .feedShare .actionLinks a.disableAudioActions,
.activityStream .feedShare .feedCommentBox .audioActions audio,
.activityStream .feedShare .timer {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}
.activityStream .feedShare .feedCommentBox .audioActions {
	margin-bottom: 10px;
	margin-top: 0;
}

/*******************************************************************************
* View Conversation
*******************************************************************************/
.activityStreamConversation .feedItem {
	border-radius: 0px;
	padding:0px;
	border:1px solid #cccccc;
}
.activityStreamConversation  .replies .feedHeader {
	background-color: #ffffff !important;
	background-image: none;
	border-bottom: none;
}
.activityStreamConversation  .replies .feedHeader .userIcon {
	border: 1px solid #cccccc;
}
.activityStreamConversation  .replies .feedHeader .userName  .name, .activityStreamConversation  .replies .feedHeader .userName  .name a{
	color: #444444 !important;
}
.activityStreamConversation  .replies .feedHeader .userName  .time { color: #888888; }
.activityStreamConversation  .replies .feedMedia {
	background-color: #ffffff;
	margin-left:10px;
	margin-right:10px;
	border: 1px solid #cccccc;
}
.activityStreamConversation  .replies .feedContent {
	background-color: #ffffff;
	padding:10px;
}
.activityStreamConversation .replies .feedHeader.tw_post .sourceIcon,
.activityStreamConversation .replies .feedHeader.tw_mention .sourceIcon,
.activityStreamConversation .replies .feedHeader.tw_reply .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_grey-twitter.png") no-repeat right 9px;
}
.activityStreamConversation .replies .feedHeader.fb_post .sourceIcon,
.activityStreamConversation .replies .feedHeader.fb_page_comment .sourceIcon,
.activityStreamConversation .replies .feedHeader.fb_post_comment .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_grey-facebook.png") no-repeat right 9px;
}
.activityStreamConversation .replies .feedHeader.instagram .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_white-instagram.png") no-repeat right 9px;
}
.activityStreamConversation .replies .feedHeader.uc_user .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_grey-user.png") no-repeat right 9px;
}
.activityStreamConversation .replies .feedHeader.uc_staff .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_grey-staff.png") no-repeat right 9px;
	width:120px;
}
.activityStreamConversation .replies .feedHeader.sms .sourceIcon {
	background: transparent url("/images/activityStream/sourceIcon_grey-sms.png") no-repeat right 9px;
}
.ui-widget .activityStreamConversation {
	font-size: 1em;
	font-size: 0.917em;
}
/*******************************************************************************
* Comments
*******************************************************************************/
.feedCommentBox  {
	margin-top:5px !important;
	margin-bottom: 10px !important;
	padding:10px;
}
.feedCommentBox input, .feedCommentBox select, .feedCommentBox textarea {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	max-width:100%;
}
.feedCommentBox textarea+div.showOnFocus
{
	padding-top: 10px;
}
.feedCommentBox .g-recaptcha
{
	padding-bottom: 10px;
}
.feedCommentBox .commentForm  {
	margin: 0;
}
.feedCommentBox .rightIcon {
	float:right;
	height: 26px;
	width:30px;
	background-image: url('/images/activityStream/LoginMsgIcon_29x26.png');
	background-repeat:no-repeat;
	margin-top:-2px;
}

.feedCommentBox .icon {
	float:left;
	width:30px;
	height:30px;
}
.feedCommentBox .icon img{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	display: block;
	height: 30px;
	padding: 2px;
	width: 30px;
}

.feedCommentBox .content {
	margin-left:40px;
}
.feedCommentBox .content .message {
	width:100%;
	color:#444444;
	height: 60px;
}

.feedCommentBox .content .message.inactive {
	color: #888888;
	height:27px;
	margin-bottom:0px;
}
.feedCommentBox .charCount {
	/*margin-bottom:10px;*/
	display: inline-block;
	opacity: 0.75;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;

}
.activityStreamContainer .feedCommentBox .commentSubmitBtn {
	float:right;
	margin-right: 0;
	color: #ffffff !important;
}
.activityStreamContainer .feedCommentBox .commentSubmitBtn,
.ui-dialog .feedCommentBox .commentSubmitBtn{
	background-color: var(--sc-primary, #222222);
}
.feedCommentBox .commentSubmitBtn.disabled {
	opacity:0.35;
}

.feedCommentBox  .showOnFocus {
	min-height:38px;
	text-align: right;
}
.feedCommentBox.main  .showOnFocus {
	display:none;
}
.feedCommentBox .attach {
	float:left;
	max-width:100%;
}
.feedCommentBox .isFileAPIDisabled .attach {
	margin-bottom:5px;
}
.feedCommentBox .attach .attachMediaBtn {
	color: #444444 !important;
}
.feedCommentBox .attach .attachMediaBtn img {
	vertical-align:middle;
	display:inline-block;
}
.feedCommentBox audio{
	vertical-align: bottom;
	height: 36px;
	margin-right: 10px;
}
.feedCommentBox .btn{
	margin-right: 10px;
	margin-left: 0px;
}

.feedCommentBox .recordComment ~.timer{
	margin-right: 10px;
}
.feedCommentBox .recordComment.recording img.record, .feedCommentBox .recordComment img.stop,.feedCommentBox .recordComment.recording~audio+a.disableAudioActions, .feedCommentBox .recordComment.recording~audio, .feedCommentBox audio[src='']{
	display: none;
}
.feedCommentBox .recordComment img.record, .feedCommentBox .recordComment.recording img.stop,.feedCommentBox .recordComment~audio+.disableAudioActions, .feedCommentBox .recordComment.recording ~ .timer{
	display: inline-block;
}
.feedCommentBox .attach .reveal {
	display:none;
}
.feedCommentBox .attach .reveal>* {
	display:inline-block;
	vertical-align:bottom;
	margin-right:5px;
}
.feedCommentBox .attach .reveal .removeBtn {
	line-height: 12px;
}
.feedCommentBox .timer {
	font-size: smaller;
	color: #000000
}
.feedCommentBox .audioActions {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.feedCommentBox .audioActions audio {
	align-self: center;
}
.feedCommentBox .audioActions a,.feedCommentBox .audioActions .timer {
	align-self: center;
	
}
.feedCommentBox .commentActions .btn img{
	width: 18px;
	height: 18px;
	margin: 3px;
}
.feedCommentBox .commentActions a.btn:first-of-type{
	margin-left: 0;
}
.feedCommentBox .attach .previewImg {
	max-width:100px;
	max-height:50px;
	border: 1px solid #cccccc;
	display:block;
}
.feedCommentBox .anon_label{
	padding-bottom: 10px;
	display: inline-block;
}

@media (max-width: 480px) and (min-width: 1px){
	

	audio[name='stream_audio_player'] {
		order:3;
		margin: 10px 0;;
	}
}
.attach {
	float: none;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.activityStream .actionLinks a.disableAudioActions {
	margin-top: 10px;
	margin-left: 0px;
	order: 2;
}