/*  cBB Follower StyleSheet
    --------------------------------------------------------------
	Style:	All
	Copyright (c) 2019 CaniDev ( https://www.canidev.com )
    --------------------------------------------------------------
*/


/* Helpers
------------------------ */
.fw-pullcenter { text-align: center; }
.fw-pullright { float: right; }

/* Wall and Dialog
----------------------------- */
.wall-top-buttons {
	clear: both;
	display: block;
	height: auto;
	line-height: 1px;
	text-align: left;
	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.fwsmall {
	padding: 2px 5px;
	font-size: 11px !important;
	background-position: 0px -2px;
}

.wall-top-buttons {
	background: #FFF;
	padding: 8px;
}

.wall-top-buttons a.fwbutton {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0 6px;
	padding: 4px;
	text-decoration: none;
	vertical-align: middle;
}

.wall-top-buttons .fwbutton .fa {
	font-size: 1.6em;
	margin-right: 5px;
	vertical-align: middle;
}

#wall-header {
	background-size: 100% 100%;
	border: none;
	display: block;
	height: 145px;
	margin: 0;
	text-align: left;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#wall-content {
	/*background: #F5F8FA;*/
	color: #000;
	margin: 10px 0;
}

#wall-content,
#wall-content *,
#fwdialog * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wall-tabs {
	background-color: #FFF;
	padding: 0 10px;
	border-left: 2px solid #d46656;
    border-right: 2px solid #d46656;
}

#wall-tabs a.tab {
	border-bottom: 4px solid transparent;
	display: inline-block;
	height: 50px;
	line-height: 1em;
	margin: 0 2px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 15px 7px;
	text-decoration: none;
	vertical-align: middle;
}

#wall-tabs a.tab.active {
	font-weight: bold;
}

#wall-tabs a.tab.fw-tab-menu,
#wall-tabs a.tab.fw-tab-info {
	display: none;
}

#wall-tabs a.tab.fw-tab-menu {
	border-bottom: none;
	font-size: 24px;
    line-height: 28px;
	margin-right: 10px;
}

#wall-tabs a.tab .fw-counter {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.45em;
}

#wall-tabs a.tab.titleonly {
	line-height: 30px;
}

#wall-tabs .fwbutton {
	margin-top: 12px;
}

.cbb-menu.wall-tabs-menu {
    width: 180px;
}

.cbb-menu.wall-tabs-menu a {
	padding: 10px 14px;
}

.cbb-menu.wall-tabs-menu a .fw-counter {
	float: right;
    font-weight: bold;
}

#wall-wrap {
	padding: 8px;
	border-left: 2px solid #d46656;
    border-right: 2px solid #d46656;
    border-bottom: 2px solid #d46656;
}

#wall-main-content {
	background: #fff;
	float: left;
	width: 69%;
	min-height: 600px;
	padding-bottom: 10px;
	font-size: 12px;
}

.wall-right-side {
	background: #fff;
	width: 30%;
	padding: 10px;
	margin-bottom: 8px;
	float: right;
	clear: right;
}

.fw-info-mode .wall-right-side {
	display: block;
	float: none;
	width: auto;
}

.wall-right-side ,
.wall-right-side .details {
	font-size: 11px;
}

.wall-right-side dt {
	width: 40%;
}

.wall-right-side dd {
	text-align: left;
	width: 55%;
}

#wall-main-content h2,
.wall-right-side h2 {
	font-family: Arial;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#wall-main-content h2 {
	margin: 10px;
}

.wall-user-details {
	list-style-type: none;
	font-size: 12px;
}

.wall-user-details li {
	display: block;
	padding: 5px;
}

.wall-user-details .fa {
	font-size: 1.4em;
    vertical-align: middle;
    width: 20px;
}

#wall-content,
#wall-main-content,
.wall-right-side,
#wall-user-stats {
	border: 1px solid #E1E8ED;
}

.wall-row {
	border-bottom: 1px solid #E1E8ED;
	line-height: 15px;
	padding: 10px 20px;
	text-align: left;
	min-height: 48px;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.wall-row.main {
	border-bottom: none;
	padding: 0 20px 10px 20px;
}

.wall-row.main .full-name {
	color: #999;
	font-size: 12px;
}

.wall-row.main .comment-text {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	padding: 8px 0px 2px;
}

#wall-avatar {
	float: left;
	margin: 18px;
	position: relative;
}

#wall-avatar,
#wall-avatar .fw-user-avatar {
	width: 100px;
	height: 100px;
}

#wall-avatar .wall-user-online {
	background: #0eb50e;
	bottom: 8px;
	height: 16px;
	position: absolute;
    right: 6px;
	width: 16px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#wall-aboutme {
	margin-left: 135px;
	color: #FFF;
	font-size: 11px;
	padding-top: 12px;
}

#wall-aboutme .full-name {
	font-size: 18px;
	font-weight: bold;
}

.wall-row .fw-user-avatar {
	margin-top: 3px;
	width: 48px;
	height: 48px;
}

.fw-user-avatar {
	float: left;
	overflow: hidden;
	position: relative;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.fw-user-avatar img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	width: auto;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fw-no-avatar {
	background: url('images/no-avatar.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
}

.wall-row .row-share-info {
	padding: 0 0 5px 40px;
}

.wall-row .row-text {
	margin-top: 5px;
	font-size: 12px;
}

.wall-row[data-type="comment"] .row-text {
	cursor: pointer;
}

.wall-row .row-small, .fwsmall-text {
	color: #999;
	font-size: 11px;
}

.wall-row .row-actions {
	margin-top: 12px;
}

.wall-row .row-actions a {
	display: inline-block;
	font-size: 16px;
	margin-right: 28px;
	opacity: 0.4;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
}

.wall-row .row-actions a.disabled {
	cursor: default;
}

.wall-row .fw-options-dropdown {
	float: right;
	margin-right: -5px;
	opacity: 0.4;
}

.wall-row .row-actions a:not(.disabled):hover,
.wall-row .fw-options-dropdown:hover,
.wall-row .row-actions a.active {
	opacity: 1;
}

a[data-action="share"].active {
	color: #17bf63;
}

a[data-action="like"].active,
a[data-action="like"].active .icon {
	color: #e0245e;
}

.wall-row .row-actions .fa {
	vertical-align: middle;
}

.wall-row .fw-counter {
	font-size: 11px;
}

.fw-pagination-container {
	margin: 10px 0 5px 0;
	text-align: center;
}

.post-buttons .fw-counter {
	font-size: 0.8em !important;
    vertical-align: top;
    line-height: 16px
}

#fwdialog .cbb-dialog-content {
	min-height: 80px;
}

#fwdialog .cbb-dialog-content > .cbb-loading {
	height: 40px;
	margin: 0 auto;
	width: 40px;
}

#fwdialog .cbb-dialog-content > .cbb-loading > span {
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
}

#fwdialog .wall-row {
	border: none;
	margin-bottom: 10px;
	padding-top: 0;
}

.avatar-inline {
	display: inline-block;
	float: none;
	overflow: hidden;
	width: 24px;
    height: 24px;
}

.who-follow-row {
	margin-bottom: 15px;
}

.who-follow-row .fw-user-avatar {
	width: 32px;
	height: 32px;
}

.who-follow-row .row-content {
	margin-left: 40px;
	text-align: left;
}

.wall-notice {
	font-size: 12px;
	padding: 10px 20px;
}

.fw-comment-extra {
	float: left;
}

.fw-comment-extra a.cbb-btn {
	font-size: 1.2em;
	min-width: 34px;
	text-align: center;
}

#wall-content,
#wall-main-content,
.wall-right-side,
#wall-user-stats {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.fw-row-attachments {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.fw-row-attachments li {
	display: inline-block;
	margin-right: 5px;
	max-width: 20%;
}

.fw-row-attachments img {
	height: auto;
	max-width: 100%;
}

/* Follow button
-------------------------*/
.follow-text,
.unfollow-text,
.following-text {
	display: none;
}

.follow .follow-text,
.following .following-text,
.unfollow .unfollow-text {
	display: inline;
}

.fwbutton.follow .fa:before		{ content: "\f055"; }
.fwbutton.following .fa:before	{ content: "\f00c"; }
.fwbutton.unfollow .fa:before	{ content: "\f057"; }

/* Trend list
-------------------------*/
.trendlist {
	list-style-type:none;
	text-align:left;
}

.trendlist li {
	padding: 4px;
	font-size: 11px;
}

/* Menu
-------------------------*/
.fw-user-selector {
	max-height: 200px;
	overflow: auto;
}

.fw-user-selector li a {
	line-height: 16px;
	padding: 6px 10px;
}

.fw-user-selector .fw-user-avatar {
    height: 20px;
    width: 20px;
}

.fw-user-selector li a > span {
	margin-left: 5px;
}

.fw-user-selector .fw-user-avatar,
.fw-user-selector li a > span {
	vertical-align: middle;
}

/* Editor, mentions and tags
------------------------- */
.fw-comment-box {
	position: relative;
}

.fw-comment-box textarea,
.fw-comment-box .fw-editor {
	border: 1px solid #ccc;
	height: 26px;
	outline: none;
    width: 100%;
}

.fw-comment-box.active textarea,
.fw-comment-box.active .fw-editor {
	height: 65px;
    width: 100%;
}

.fw-comment-box .fw-editor-buttons {
	display: none;
	margin-top: 5px;
	text-align: right;
}

.fw-comment-box.active .fw-editor-buttons {
	display: block;
}

.fw-editor {
	overflow: auto;
	padding: 5px 30px 5px 5px;
}

.fw-editor-smilies {
	position: absolute;
    right: 8px;
    top: 6px;
    font-size: 1.5em;
}

.fw-editor-counter {
	top: 40px;
	position: absolute;
	right: 5px;
}

.fw-editor-counter > svg {
	margin-bottom: -4px;
	overflow: visible;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.fw-editor-counter > span {
	color: #e0245e;
	margin: 4px 2px 0 0;
	display: inline-block;
    vertical-align: top;
}

.fw-editor-smilies,
.fw-editor-counter {
	display: none;
}

.fw-comment-box.active .fw-editor-smilies,
.fw-comment-box.active .fw-editor-counter {
	display: block;
}

.fw-editor-counter .safe {
	stroke: #1da1f2;
}

.fw-editor-counter .warn {
	stroke: #ffad1f;
}

.fw-editor-counter .danger {
	stroke: #e0245e;
}

.fw-editor-counter .mask {
	stroke: #ccd6dd;
}

a.mention {
	font-weight: bold;
}

.fw-editor a.mention:hover {
	text-decoration: none;
}

.fw-editor-attachments .attachment {
	margin: 4px;
}

.fw-smiley-container {
	max-height: 200px;
	max-width: 250px;
	overflow: auto;
}

.fw-smiley-container > a {
	display: inline-block;
    margin: 4px;
}

.fw-editor[placeholder]:empty:before {
	content: attr(placeholder);
	cursor: text;
	display: block;
	opacity: 0.7;
}

/* User card
------------------------------ */
.fw-user-card {
	font-size: 11px;
	width: 250px;
}

.fw-card-header {
    height: 40px;
    margin: -2px;
    margin-bottom: 40px; 
    position: relative;
	z-index: 1;
	
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.fw-card-header.navbar {
	border: none;
	float: none;
	overflow: visible;
	padding: 0;
	width: auto;
}

.fw-card-header.navbar:before,
.fw-card-header.navbar:after {
	display: none;
}

.fw-user-card .screen-name {
	font-size: 1.2em;
    /*color: #fff;*/
    font-weight: bold;
    padding: 12px 10px 0 0;
    text-align: right;
}

.fw-user-card .fw-user-avatar {
	width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 25px;
    border: 2px solid #fff;
}

.fw-user-card .fwbutton {
	position: absolute;
    right: 10px;
    top: 45px;
}

.fw-card-text {
	padding: 4px;
}

.fw-card-stats {
	list-style-type: none;
    margin: 10px 0;
	text-align: center;
}

.fw-card-stats li {
	display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.fw-card-stats li > span {
	display: block;
    font-weight: bold;
    font-size: 1.5em;
}

/* Clear
------------------------------ */
#wall-wrap:after,
.wall-top-buttons:after,
.wall-right-side:after,
.wall-row:after,
.who-follow-row:after,
.fw-comment-box:after,
.fw-user-selector li a:after {
	content: "";
	display: block;
	clear: both;
}

/* Dark Theme
------------------------------ */
.dark-theme #wall-content,
.dark-theme #wall-main-content,
.dark-theme .wall-right-side,
.dark-theme #wall-user-stats,
.dark-theme #wall-wrap,
.dark-theme .wall-row {
	border-color: #4f4f4f;
}

.dark-theme #wall-content {
	color: #a9a9a9;
}

.dark-theme #wall-main-content,
.dark-theme .wall-right-side {
	background: #2f2f2f;
}

.dark-theme .wall-top-buttons,
.dark-theme #wall-tabs {
    background: #262626;
}

.dark-theme .fw-user-card .fw-user-avatar {
	border-color: #1f1f1f;
}

.dark-theme .fw-comment-box textarea,
.dark-theme .fw-comment-box .fw-editor {
	border-color: #444;
}

.dark-theme .fw-editor-counter .mask {
    stroke: #444;
}

.dark-theme .fw-editor-counter .safe {
	stroke: #cecece;
}

/* Responsive Layout
------------------------------- */
@media only screen and (max-width: 768px) {
	#wall-tabs a.tab,
	.wall-right-side {
		display: none;
	}
	
	.fw-info-mode .wall-right-side {
		display: block;
	}
	
	#wall-tabs a.tab.active,
	#wall-tabs a.tab.fw-tab-menu	{
		display: inline-block;
	}
	
	#wall-main-content,
	.wall-right-side {
		float: none;
		width: auto;
	}
}

@media only screen and (max-width: 425px) {
	#wall-header {
		height: 150px;
	}

	#wall-avatar {
		margin: 25px;
	}

	#wall-avatar,
	#wall-avatar .fw-user-avatar {
		width: 55px;
		height: 55px;
	}
	
	#wall-avatar .wall-user-online {
		bottom: 0;
		height: 14px;
		right: 0;
		width: 14px;
	}
	
	#wall-aboutme {
		margin-left: 90px;
	}
	
	#wall-aboutme .full-name {
		font-size: 14px;
	}
}

@media only screen and (max-width: 430px) {
	.wall-top-buttons > a > span {
		display: none;
	}
	
	#wall-tabs a.tab.active {
		display: none;
	}
}

