.category {
	.span9 {
		margin-bottom: 50px;
	}

	.header {
		margin-bottom:20px;
	}

	ul {
		li {
			list-style: none;

			&.deleted {
				-moz-opacity: 0.30;
				opacity: 0.30;
			}
		}

		&:last-child li {
			border-bottom: 0;
		}
	}

	ul {
		padding-left: 0px;
	}

	.meta {
		font-size: 12px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.unread {
		.topic-title {
			font-weight: bold;
		}
	}

	.topic-row {

		border-radius: 5px;
		padding: 5px 10px 5px 10px;

		small {
			vertical-align: 2px;
			font-size: 14px;
		}

		h3 {
			padding: 0;
			margin: 0;
			margin-top: 4px;
			line-height: 25px;
			white-space: nowrap;
			text-overflow:ellipsis;
			overflow: hidden;

			a {
				display: inline;
			}

			.topic-title {
				width: 100%;
				font-size: 20px;
			}
		}

		.teaser-pic, .teaser-pic.user-icon {
			.user-icon-style(20px, 1.3rem);
		}

		.user-img, .user-icon {
			.user-icon-style(50px, 2.4rem);
			margin-right:10px;
		}
	}

	.latest-post {
		float: right;
		padding-top: 2px;
		margin-right: 0px;
		width: 40%;

		.pull-right {
			width: 100%;
			height: 50px;
			line-height: 16px;
			margin-left: 1px;
			padding: 2px 5px 5px 20px;
			border-left: 1px solid #bbb;

			img {
				display: block;
				float: left;
			}

			p {
				display: block;
				float: left;
				width: 70%;
				margin-left: 10px;
				overflow: hidden;
				max-height: 33px;
				margin-bottom: 0px;
			}
		}
	}
}

.category-item {
	.select {
		line-height: 50px;
		font-size: 20px;
	}
}

h4.category-title {
	width: 100%;
	font-weight: 700;
	line-height: 21px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin: 0;
}

.category-header {
	width: 100%;
	height: 110px;
	text-align: center;
	margin: 0;
	padding-top:25px;
	.pointer;
	margin-bottom: 10px;
	overflow:hidden;

	&:hover {
		filter: brightness(115%);
		-webkit-filter: brightness(115%);
	}

	.category-box {
		height:90px;

		.post-preview {
			padding-left:10px;
			padding-right:10px;
			text-align:left;
			img {
				width:60px;
				height:60px;
				padding-right:5px;
			}

			p {
				overflow: hidden;
				text-overflow:ellipsis;
				height:60px;
			}
		}
	}

}

.category-header-image-auto {
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
	background-position: 0% 0% !important;
}

.category-header-image-cover {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center!important;
}

.category-header-image-contain {
	-webkit-background-size: contain!important;
	-moz-background-size: contain!important;
	-o-background-size: contain!important;
	background-size: contain!important;
	background-position: center!important;
}

[component="category-selector"], .category-dropdown-container {
	.fa-stack {
		font-size: 65%;
		border-radius: 50%;
	}
}

.category-dropdown-menu {
	max-height: 500px;
	overflow-y: auto;
}

.merge-topic-card {
	position: fixed;
	bottom: 10%;
	right: 2rem;
	z-index: 1;
	.topics-section {
		text-align: center;
		max-height: 500px;
		overflow-y: auto;
	}
}

@media screen and (min-width: @screen-sm-min) {
	.merge-topic-card {
		max-width: 33%;
	}
}