/* QL Private Content for bbPress Styles */

@font-face {
	font-family: 'trprivatecontent';
	src:    url('../font/trprivatecontent.eot?43180127');
	src:    url('../font/trprivatecontent.eot?43180127#iefix') format('embedded-opentype'),
			url('../font/trprivatecontent.woff?43180127') format('woff'),
			url('../font/trprivatecontent.ttf?43180127') format('truetype'),
			url('../font/trprivatecontent.svg?43180127#trprivatecontent') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="trpc-icon-"]:before, [class*=" trpc-icon-"]:before {
	font: normal normal normal 120%/1em "trprivatecontent";
	display: inline-block;
	speak: none;
	width: 1em;
	margin-right: .2em;
	text-decoration: inherit;
	text-align: center;
	text-transform: none;
}

.trpc-icon-lock:before {
	content: '\e800';
}
.trpc-icon-angle-up:before {
	content: '\e802';
	font-size: 150%;
}
.trpc-icon-angle-down:before {
	content: '\e801';
	font-size: 150%;
}

.tr-private-content-form {
	clear: both;
	padding: 1em 0;
}

#tr-private-content {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.tr-private-content-description {
	font-style: italic;
	color: #666;
}

.tr-private-content {
	padding: 1em 2%;
	background: #f9f9f9;
	border: 1px solid #e7e7e7;
	color: #666;
	margin: 1em 0;
	width: 94%;
}

.tr-private-content-heading {
	padding: 2px 0;
	font-weight: 600;
}

.tr-private-content-text {
	margin-top: 10px;
}

.tr-private-content-hide {
	display: none;
}
.tr-private-content-show, #bbpress-forums div.bbp-reply-content .tr-private-content-show {
	display: block;
	-webkit-transition: color 1s ease-out;
	transition: color 1s ease-out;
}
.tr-private-content-show:hover {
	text-decoration: none;
}
.tr-private-content-up, .tr-private-content-down {
	float: right;
	font-size: 12px;
}
.tr-private-content-up {
	display: none;
}
.tr-private-content-down {
	display: inline-block;
}
.tr-private-content-visible .tr-private-content-up {
	display: inline-block;
}
.tr-private-content-visible .tr-private-content-down {
	display: none;
}

.rtl .tr-private-content {
	text-align: right;
}
.rtl .tr-private-content-up, .rtl .tr-private-content-down {
	float: left;
}
.rtl .trpc-icon-lock {
	margin-right: 0;
	margin-left: .2em;
}

@media screen and (max-width: 480) {
	.tr-private-content-form {
		width: 100%;
	}
}