label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	display: block;
}

.fa-danger:before {
	content: "\f071";
}

.fa-success:before {
	content: "\f00c";
}
​
.forum-table tr td.align-top {
	vertical-align: top;
}

.fa-warning:before,
.fa-info:before {
	content: "\f05a" !important;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"]{
	padding-right: 0;
	padding-left: 0;
}
.marginb{
	margin-bottom: 15px;
	overflow: visible !important;
}
.forum-menurow{
}
.forum-title {
	font-size: 120%;
	font-weight: bold;
}
.text-align-right{
	text-align: right;
}
.forum-thread-image {
	width: 35px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
}

.forum-thread-image img {
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.thread-icon {
	background-image: url(../images/sprites.png);
	height: 25px;
	width: 40px;
	margin: 0 6px 0 0;
	display: block;
}

.thread-solved {
	background-position: -200px -16px;
}

.thread-is-question {
	background-position: -74px -16px;
}

.thread-sticky {
	background-position: -7px -16px
}

.thread-open {
	background-position: -7px -16px
}

.thread-closed {
	background-position: -7px -16px
}

.forum-category {
	background-position: -517px -80px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.align-top {
	vertical-align: top;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.avatar-22 {
	vertical-align: middle;
	margin-right: 8px;
}

#forum-wrapper {
	background-color: #ffffff;

}

.post-kbg {
	overflow: hidden;
	background: url(../images/postbg.png) repeat-y;
	background-color: white;
	background-position: -16.66666666% 0;
}

.forum-post-text {
	border-left: 1px solid #E0E0E0;

}

._post-date {
	border-bottom: 1px solid #E0E0E0;
	margin-top: 5px;
}

.forum-figure {
	width: 65px;
	margin: 0;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}

.forum-post-signature {
	font-style: italic;
	font-size: 90%;
	margin-left: 10px;
	margin-right: 10px;
}

.thumbnail {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.forum-post-links {
	text-align: right;
}

.forum-post-links a {
	margin-right: 10px;
}

div.bbcode_quote {
	border: 1px solid #68C;
	margin: 0.5em 0;
}

div.bbcode_quote_head {
	background-color: #68C;
	color: #FFF;
	font-weight: bold;
	padding: 0.25em 0.5em;
}

div.bbcode_quote_body {
	background-color: #F0F8FF;
	color: #000;
	padding: 0.5em 1em;
}

div.bbcode_quote_head a:link {
	color: #FF7;
}

div.bbcode_quote_head a:visited {
	color: #FF7;
}

div.bbcode_quote_head a:hover {
	color: #FFF;
	text-decoration: underline;
}

div.bbcode_quote_head a:active {
	color: #FFF;
	text-decoration: underline;
}

.forum-solved-post {
	border: 4px solid green;
}

.thread-starter-reply {
	background-color: #F7F7F7;
}

.solved-text {
	border: 1px solid green;
	padding: 8px;
}

#forum-wrapper .forumdescription,
#forum-wrapper .threaddescription {
	margin-left: 32px;
	display: block;
}

#forum-wrapper h2.forumtitle,
#forum-wrapper h2.posttitle,
#forum-wrapper h2.threadtitle {
	font-size: 18px;
}

#forum-wrapper img {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#forum-wrapper p.postpage_title {
	font-size: 20px;
	font-weight: 700;
}

#forum-wrapper p.postpage_title img {
	vertical-align: top;
}

#forum-wrapper p.forumtitle img,
#forum-wrapper p.threadtitle img,
#forum-wrapper p.posttitle img {
	margin-top: -5px;
	vertical-align: middle;
	margin-right: 5px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#forum-wrapper p.forumtitle,
#forum-wrapper p.threadtitle,
#forum-wrapper p.posttitle {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.row {
	overflow: hidden;
}

.pull-right .btn {
	margin-left: 5px;
}

.forum-top-menu {
	margin-bottom: 10px;
}

small, .small {
	font-size: 90% !important;
}

.orange {
	color: orange;
}

.menu-row {
	margin-bottom: 10px;
	height: 40px;
}

.tool-menu {
	margin-left: 10px;
}

/* Wrap code in a big blue box. */
div.bbcode_code {
	padding: 8px;
	border: 1px solid #eee
}

div.bbcode_code_head {
	background-color: #ccc;
	color: white;
	font-weight: bold;
	padding: 0.25em 0.5em;
}

div.bbcode_code_body {
	background-color: #fff;
	color: black;
	font: 10pt monospace;
	padding: 0.5em 1em;
}