
/* FurryCraft Network — showthread.css */

/* Keep the controls above the thread (New Reply, Thread Rating,
   Threaded/Linear Mode) from overlapping the rounded table */
#content > .float_left,
#content > .float_right {
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
	line-height: 1.5;
}

#content > .float_right { text-align: right; }

#content > .float_right .button {
	vertical-align: middle;
	margin-left: 8px;
}

.thread-controls, .thread_controls { margin-bottom: 10px; }

/* Ensure the table starts below floated controls */
#posts_container, table.tborder { clear: none; }

#quick_reply_form .thead { border-radius: 0; }

.quick_reply_body { background: transparent; }

#quickreply_e, #quickreply_f { min-height: 120px; }

.postbit_mirror { padding-top: 6px; }

.thread_tools_menu { min-width: 190px; }

#moderator_options_menu { min-width: 220px; }

.post_management_buttons { text-align: right; }

/* Inline moderation checkbox highlight */
.inline_selected, .inline_selected .trow1, .inline_selected .trow2 {
	background: rgba(69,214,74,.14) !important;
}

/* Similar threads block */
#similar_threads .thead { font-size: 14px; }

/* Poll bars */
.poll_bar, .polls_bar {
	background: linear-gradient(135deg, #7EE0FF, #45D64A);
	border-radius: 6px;
	height: 12px;
	box-shadow: 0 4px 12px rgba(46,178,255,.35);
}

/* New reply notice */
#newreply_notice, .new_posts_notice {
	background: rgba(69,214,74,.1);
	border: 1px solid rgba(69,214,74,.35);
	border-radius: 10px;
	color: #8DF58F;
	padding: 8px 12px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 12px;
}
