.like_posts_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 101 !important;
}

.like_posts_member_info_box {
	visibility: hidden;
	position: fixed;
	top: 15%;
	font-size: 15px;
	z-index: 1001;
	border-radius: 5px;
	box-shadow: 0 0 10px #111;
	border: 1px solid rgb(45,45,45);
	background: rgb(30,30,30);
	color: #4a6b82;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 70%;
}

.like_posts_member_info {
	height:50px;
	line-height:50px;
	padding: 0 10px;
	overflow: hidden;
}

.like_posts_member_info img.avatar {
	width:30px;
	height:30px;
	margin-top:7px;
	border:3px solid #303030;
	border-radius:3px;
	float: left;
	position: relative;
}

.like_posts_member_info .like_posts_member_info_details {
	float: left;
	position: relative;
	padding-left: 10px;
}

.like_post_box {
	display:inline-block;
	position: relative;
	background:rgb(28,28,28);
	margin-top:3px;
	padding:5px 10px;
	border:1px solid rgb(37,37,37);
	border-radius:5px;
	font-size:11px;
	text-transform:uppercase;
}

.like_post_box a 
{
	color:#888;
}

.like_link, .unlike_link {
	background: #1A1A1A;
	padding: 5px 10px;
	border-radius:3px;
	position: relative;
	color:#BEBEBE !important;
	text-transform:uppercase;
}

.like_link:hover, .unlike_link:hover {
	background: #1C1C1C;
	color:#fff !important;
}

.subject_details {
	background-color: #e7eaef;
	color: #000;
	display: none;
	position: absolute;
	padding: 10px;
	border: 1px solid #C9C9C9;
	border-radius: 5px;
}

/*for firefox*/
.display_inline {
	display: inline !important;
}

.recount_stats {
	position: fixed;
	width: 50%;
	z-index: 102;
	border-radius: 5px;
	box-shadow: -1px 2px 12px rgba(0, 0, 0, 0.9);
	border: 1px solid #111;
	background-color: #292929;
	padding: 1px 3px;
	top: 15%;
	left: 15%;
	line-height: 33px;
	height: 33px;
}

.recount_stats div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 33px;
	width: 0;
	background: url(../images/progress_bar.gif) repeat-x;
	font-size: 20px;
}

.like_posts_notification {
	position: absolute;
	background: #FFF8DC;
	min-width: 35%;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

.like_posts_notification .lp_notification_header {
	position: relative;
	width: 100%;
	height: 36px;
	background: #eee;
	z-index: 1000;
	color: #444;
}

.like_posts_notification .lp_notification_header .lp_notification_tabs {
	width: 50%;
	float: left;
	position: relative;
	padding: 10px 0;
	text-align: center;
	box-shadow: 0px 0px 0px 1px #ddd inset;
}

.like_posts_notification .lp_notification_header .lp_notification_tabs.close_btn {
	background: #DDD;
	position: absolute;
	top: -5px;
	right: -11px;
	width: 20px;
	height: 20px;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	border-radius: 50px;
	border: 1px solid #BBB;
	cursor: pointer;
}

.like_posts_notification .lp_notification_body {
	box-shadow: 0px 0px 0px 1px #ddd inset;
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.like_posts_notification .lp_notification_body .single_notify {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	padding: 10px;
	overflow: hidden;
}

.like_posts_notification .lp_notification_body .single_notify .avatar {
	width: 30px;
	box-shadow: 1px 1px 5px #111;
	float: left;
	position: relative;
}

.like_posts_notification .lp_notification_body .single_notify .like_post_notify_data {
	float: left;
	position: relative;
	padding-left: 10px;
}


.like_post_stats {
	position: relative;
	overflow: visible;
	width: 100%;
}

.like_post_stats_data {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.like_post_stats_data .individual_data {
	display: none;
}

#like_post_stats_overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 100;
}

#lp_preloader {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	z-index: 101;
	background-image: url(../images/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.like_post_stats_error {
	width: 94%;
	position: relative;
	overflow: hidden;
	float: left;
	color: #000;
	background-color: #e7eaef;
	padding: 10px 20px;
	font-size: 14px;
}

.like_post_message_data, .like_post_topic_data, .like_post_board_data, .like_post_most_liked_user_data, .like_post_most_likes_given_user_data {
	width: 94%;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 20px 3%;
	background-color: rgb(25,25,25);
}

.like_post_message_data .message_title, .like_post_topic_data .topic_title, .like_post_board_data .board_title {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 15px;
	line-height: normal;
}

/*Specific to message data tile*/
.like_post_message_data .poster_avatar, .like_post_most_liked_user_data .poster_avatar, .like_post_most_likes_given_user_data .poster_avatar {
	float: left;
	width: 100px;
	height: 100px;
	border: 3px solid #303030;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #333;
	margin: 20px 0;
}

.like_post_message_data .poster_avatar .avatar, .like_post_most_liked_user_data .poster_avatar .avatar, .like_post_most_likes_given_user_data .poster_avatar .avatar {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.like_post_message_data .poster_data, .like_post_most_liked_user_data .poster_data, .like_post_most_likes_given_user_data .poster_data {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}

.like_post_message_data .poster_data .poster_details, .like_post_most_liked_user_data .poster_data .poster_details, .like_post_most_likes_given_user_data .poster_data .poster_details {
	margin: 0 0 5px 20px;
	float: left;
	position: relative;
	width: 100%;
}

.like_post_message_data .poster_data a.poster_details, .like_post_most_liked_user_data .poster_data a.poster_details, .like_post_most_likes_given_user_data .poster_data a.poster_details {
	margin: 10px 0 10px 20px;
}

.like_post_message_data .users_liked {
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.like_post_message_data .users_liked .poster_details {
	text-decoration: none;
	float: left;
	position: relative;
	margin: 0 10px 15px;
}

.like_post_message_data .users_liked .title {
	font-size: 15px;
}

.like_post_message_data .users_liked .poster_details .poster_avatar {
	width: 50px;
	height: 50px;
	border: 3px solid #303030;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	border-radius: 5px;
	margin: 0;
}

/*specific to topic data tile*/
.like_post_topic_data .topic_info {
	margin: 7px 0 15px;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.like_post_topic_data .message_body, .like_post_board_data .message_body, .like_post_most_liked_user_data .message_body, .like_post_most_likes_given_user_data .message_body {
	width: 100%;
	background: rgb(31,31,31);
	float: left;
	padding: 30px 10px 5px;
	margin: 0 0 10px;
	position: relative;
}

.like_post_topic_data .message_body .poster_details, .like_post_board_data .message_body .poster_details {
	text-decoration: none;
	float: left;
	position: relative;
	margin: 5px 10px 15px 0;
	border: 1px solid rgb(35,35,35);
	border-radius: 5px;
	box-shadow: 0px 0px 2px 1px rgb(10,10,10);
}

.like_post_topic_data .message_body .poster_details .poster_avatar, .like_post_board_data .message_body .poster_details .poster_avatar {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	border-radius: 5px;
	margin: 0;
}

.like_post_topic_data .message_body .posted_at, .like_post_board_data .message_body .posted_at, .like_post_most_liked_user_data .posted_at, .like_post_most_likes_given_user_data .posted_at {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	border-top: none;
	border-left: none;
	border-bottom-right-radius:5px;
	background: rgb(28,28,28);
	box-shadow: 0px 0px 2px 1px #111;
}

.content_encapsulate {
	margin: 0 0 10px;
}

.like_post_topic_data .message_body .read_more, .like_post_board_data .message_body .read_more, .like_post_most_liked_user_data .read_more, .like_post_most_likes_given_user_data .read_more {
	background: rgb(25,25,25);
	padding: 3px 5px;
	margin: 5px 0 0 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius:3px;
}

/*specific to board stats tab*/
 .like_post_board_data .board_info {
	margin: 15px 0 0;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.like_post_most_liked_user_data .generic_text, .like_post_most_likes_given_user_data .generic_text {
	margin: 20px 0 30px;
	float: left;
	position: relative;
	width: 100%;
	font-size: 20px;
	line-height: normal;
}
