/*	phpBB3 Style Sheet
	--------------------------------------------------------------
	phpBB Extension Name:	User Post Profile Side Selector
	Extension Developer:	ForumFlair (https://forumflair.co.uk)
	Compatible Style:		Prosilver
	--------------------------------------------------------------
*/

/* Hide Online Image */
.rtl .post.online, #viewprofile .online { background-image: none; }

/* Online FA Icon */
.rtl .usrpstprflsdeslctr-icon::before { padding-right: 0; }
.rtl .usrpstprflsdeslctr-icon { font-size: 10px; }
.rtl .user-online { color: #1ACC16; }

/* Prosilver RTL Bug Fixes */
/* Icon padding bug: a mistake in the prosilver bidi.css style sheet doesn't remove the padding */
.rtl .usrpstprflsdeslctr-icon.icon { padding: 0; }
/* This can be removed when the mistake in the prosilver bidi.css file is fixed */

/* Prosilver RTL Bug Fixes */
@media (min-width: 701px) {
	/* Search page bug: if the screen is minimized to 800px a big gap appears above the postbody */
	.rtl .postbody { margin-left: 0; margin-right: 0; }
	/* Post review page / PM review page bug: quote button on the review page is not in the correct position */
	.rtl .topicreview .postbody { float: none; }
}
/* These can be removed when the mistakes in the prosilver bidi.css file are fixed */
