/* This CSS is included in blog pages only */

.reported {
    background-color: #F7ECEF !important;
}
.deleted {
	background-color: #E3E3E3 !important;
}

.num_replies {
	float: right;
}

.no_blogs {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#replies {
	text-align: center;
	margin-top: 10px;
	font-size: 1.1em;
}

/**
* Left menu
*/
#left_menu {
	width: 240px;
	vertical-align: top;
}

.left_menu_title {
	font-weight: bold;
	font-size: 11px;
	padding: 1px 0 5px 0;
}

#left_menu #blog_searchform {
	color: #FFFFFF;
	margin-top: 5px;
	white-space: nowrap;
}

#left_menu > div:not(.user_menu) {
	font-size: 1.1em;
}

/**
*
*/
p.blog-author {
	float: right;
	font-size: 1em;
	padding: 4px 0 0;
	margin: 0;
}

.notice, .num_views {
	opacity: 0.75;
}

.postbody .b-rating {
	float: right;
	margin: 5px 10px;
}
.b-rating img {
	padding: 1.5px;
}

.b-readmore {
	/* display: block; */
	float: right;
	padding: 0 10px;
	margin: 8px 0 0 16px;
	border: 1px solid silver;
	border-radius: 5px;
	background: #FFF;
	line-height: 1.9em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}
#left_menu .postprofile {
	float: none;
	width: auto;
	border: none;
}
.postprofile .profile-xt-blog a {
	font-weight: normal;
}
.tags {
	clear: both;
}
.content + .tags {
	margin-top: 10px;
}

.blog-perm-options label:first-of-type {
	color: red;
}
.blog-perm-options label:nth-of-type(2) {
	color: darkorange;
}
.blog-perm-options label:last-of-type {
	color: green;
}

/* Fix for contacts dropdown in mini-profiles */
/* Can be removed after we get rid of table layout */
.contact-icons div {
	clear: none;
	float: left;
}

.blog-tag {
	background-color: #FFFFFF;
	/* border: 1px solid #c9cacb; */
	border-radius: 5px;
	display: inline-block;
	padding: 4px;
	margin-bottom: 4px;
}

/* Correct pagination text position if there are no buttons */
.action-bar.bar-top, .action-bar.bar-bottom {
	line-height: 22px;
}

.blog-rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
	margin: 8px 0;
	font-size: 1.1em;
	padding: 5px 10px;
	border-radius: 7px;
}
@media(max-width: 700px) {
	.blog-rules {
		border-radius: 0;
		margin-left: -5px;
		margin-right: -5px;
	}
}

p.post-notice {
	border-radius: 6px;
	margin: 0.7em 0 1em;
	color: #AE2648;
}
p.post-notice a:not(.button2) {
	color: #AE2648;
}
p.post-notice a.button2 {
	vertical-align: unset;
	font-size: 0.9em;
}

.message-box textarea {
	height: 170px;
}


/* Expandable tags menu (requires JS) */
.b-tags-menu-expander {
	float: right;
	display: none;
}
.b-tags-menu-expander i.icon {
	font-size: 11px;
}
.b-tags-menu-list {
	padding: 3px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 10px;
	max-height: 380px;
	scrollbar-width: thin;
}
.b-tags-menu-list::-webkit-scrollbar {
    width: 8px;
}
.b-tags-menu-list::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
}
.b-tags-menu-list:hover::-webkit-scrollbar-thumb {
    background-color: #A6A6A6;
}
@media(max-width: 700px) {
	.b-tags-menu .left_menu_title {
		cursor: pointer;
	}
	.b-tags-menu-expander {
		display: block;
	}
	.b-tags-menu-list {
		display: none;
	}
	.b-tags-menu-list.b-expanded {
		display: block;
	}
}

/* Disable submit buttons after a form is submitted and show its "busy" status */
/* @TODO: Remove this when phpBB fixes this bug */
form.submitted .submit-buttons::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	margin: 2px 5px;
	background: url("./images/throbber.gif");
}
form.submitted input[type="submit"] {
	pointer-events: none;
}
