/* Litsy base file to be used for all litsy content */

.xlitsycss,
.xlitsycss *:not(.glyphicon) {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
.litsycss,
.litsycss h1,
.litsycss h2,
.litsycss h3,
.litsycss h4,
.litsycss form {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
body {
	background:#f3f3f3;
	background:var(--litsy-bg-color);
}
a,
a:link,
a:active,
a:visited {
	color: #257885 !important;
	font-weight: 600;
}

/* Fix to always have buttons on separate layer so that they are not overlayed by the
	<a> link :before pseudo selector that we use for positioning # link targets below
	the main header.
 */
.btn {
	transform:translate3d(0,0,0);
}

a.btn,
a.btn:link,
a.btn:active,
a.btn:visited {
	color: #222 !important;
}
a.btn.btn-primary,
a.btn.btn-primary:link,
a.btn.btn-primary:active,
a.btn.btn-primary:visited {
	color: #fff !important;
}
.clear {
	clear:both;
}

.truncate:not(.truncated) {
	opacity:0;
}
.truncate.truncated {
	opacity:1.0;
}
.truncator-link {
	font-weight: 400 !important;
}
a[name]:not(:first-child):before{
	display: block;
	content: "";
	height: 90px;
	margin: -90px 0 0;
}

.litsycontent {
	background-color: var(--litsy-bg-color);
	min-height: 120vh;
	xtransform:filter 2s;
}
.litsycontent.searching {
	filter: opacity(50%) blur(4px) grayscale(70%) brightness(100%) contrast(120%);
}
.content_page_background {
	background: #fff;
	border-radius: 10px;
	border: 1px solid var(--litsy-content-border-color);
	box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.1);
	padding: 0px 15px 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-height: 90vh;
}
.post_body .image img[data-src] {
	filter: opacity(0.3) brightness(1.5) blur(20px);
	xfilter: opacity(0.85) blur(90px);
	xfilter: opacity(0.3) brightness(1.5) blur(70px);
}
.container{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
@media (min-width:768px) {
	.container {
		xmargin-left:100px;
	}
}
.container.litsy_abm {
	margin-top: 82px;
	padding:0;
	min-height: calc(100vh - 80px);
}
.container.litsy_abm.page_profile .booklist {
	border-top:none;
}

#like_heart_img {
	display:none;
	opacity:0;
	position: fixed;
	top: 50px;
	left: 100px;
	width: 50px;
	z-index: 999;
	transform: translate3d(0,0,0);
}
#like_heart_img.pulse {
	animation: heart-pulse .5s ease-out;
	display:block;
}
@keyframes heart-pulse
{
	from	{ opacity:0; transform: translateY( -50% ) translateX( -50% ) scale( 0.1 ); }
	85%		{ opacity:1; transform: translateY( -50% ) translateX( -50% ) scale( 2.5 ); }
	to		{ opacity:0; transform: translateY( -50% ) translateX( -50% ) scale( 3 ); }
}

/* use by declaring 'animation: pulse-required 1s 2;' */
@keyframes pulse-required {
	0% {
		background-color: #f9f7f7a8;
	}
	50% {
		background-color: #d43a32;
	}
	100% {
		background-color: #f9f7f7a8;
	}
}

.litsycss h1 {
	font-weight: 700;
}
.litsycss .textpages h1:not(:first-of-type) {
	margin-top: 1em;
}
.litsycss h2 {
	font-size: 1.2em;
	color: #222;
	color: var(--litsy-red-color);
	font-weight:600;
}

.santathing_content h2
{
color: var(--litsy-mediumblue-color);
}

.litsycss h3 {
	font-size: 1em;
	color: var(--litsy-mediumblue-color);
	font-weight: 600;
}

/* copied from translated_rules.php */
spoiler:before {
	content:"Spoiler (click to see)" !important;
}
spoiler.spoiled:before {
	content: "Spoiler" !important;
}

/* Lightbox styles copied over from main2.css */
/* @group Lightbox */

.overlay,
#LT_LB_overlay
{
	background-color:#000;
	display:none;
	height:100%;
	width:100%;
	-moz-opacity: 0.4;
	opacity:.40;
	filter:alpha(opacity=40);
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:5000 !important;
}
.overlay,
.LT_LB_overlay_white
{
	background-color:#F8F6F4 !important;
	background-color:var(--litsy-bg-color) !important;
	-moz-opacity: 0.85 !important;
	opacity:.85 !important;
	filter:alpha(opacity=85) !important;
}
.overlay[id],
#LT_LB_overlay[id]
{
	position:fixed;
}

#LT_LB
{
	border: 3px solid #B4AAAB !important;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	display:none;
	/* margin:-250px 0 0 -375px; */
	font-size: 12px;
	position: fixed;
	top:50%;
	left:50%;
	z-index: 5001 !important;
	height: auto;
	width: 600px;
	/*padding: 20px !important;*/
	background-color: #fff;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

#LT_LB ul, #LT_LB p { margin:0; padding: 0; }
#LT_LB ul { list-style-type: none; }
#LT_LB li { margin: 10px 0px 5px 0px; }
#LT_LB_loading { padding: 15px; }

div.lightbox *
{
	z-index:500 !important;
}

.LT_LB_content
{
	padding: 20px !important;
	position:relative;
}
.LT_LB_content.LT_LB_content_iframed {
	padding:0 !important;
}

#LT_LB_content .sectionTitle
{
	margin-top:10px;
}

.LT_LB_rounded {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/* LIGHTBOX CHANGES */
#LT_LB {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: var(--litsy-content-bg-color);
	border:2px solid var(--litsy-content-border-color) !important;
	box-shadow: 0 0 0 5px #32555729, 0 15px 36px 10px #00000047;
}
.LT_LB_overlay_white {
	opacity:0.93 !important;
}
#LT_LT_closebutton {
	position:fixed;
	z-index:9999;
}

#LT_LB button {
}
#LT_LB input[type=text] {
	background-color: var(--litsy-input-bg-color);
	border-color: var(--litsy-input-border-color);
	color: var(--litsy-text-color);
	padding:3px 5px;
}

/* tabbar */
.tabbar {
	display:flex;
	flex-wrap: wrap;
	overflow: hidden;
	flex-direction: row;
	text-align: center;
	color:#fff;
	margin-left: 75px;
	margin-right:0;
	padding-right:0;
	padding-left:0;
}
.tabbar_item {
	flex-grow:1;
	flex-basis:auto;
	flex: 1 1 0;
	height: 82px;
}
.tabbar_item img {
	height: 35px;
	margin-top: 10px;
	opacity: 1;
}
.tabbar_item.selected {
	background: #237786;
	height: 55px;
}

.tabbar_item.disabled {
	opacity: 0.25;
	cursor: default;
}

.tabname {
	display:none;
	color: #fff !important;
	text-transform: uppercase;
	background: #33b1c7;
	height: 22px;
	padding: 0px 3px;
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #257885;
	margin-top: -1px;
	border-radius: 3px;
	margin-left: 10px;

	font-size: 12px;
	margin-left: 0;
	margin-right:0;
}
@media (max-width:500px) {
	.tabname {
		font-size: 10px;
		padding-top: 4px;
	}
}
@media (min-width:768px) {
	.tabname {
		font-size: 14px;
	}
}
.tabbar_item {
	position:relative;
}
.tabbar_item:not(.disabled):hover .tabname {
	display:block;
}
/*.tabbar_item.selected .tabname, */
.tabbar_item.selected:hover .tabname {
	background: #257885;
	display:block;
	margin-left: 0;
}

.tab_badge {
	position: absolute;
	left: calc(50% + 12px);
	top: 3px;
	color: #fff;
	background: #d33a32;
	border-radius: 25px;
	padding: 1px 7px;
	border: 2px solid #fff;
	box-shadow: 0 0px 0 4px #33b1c7;
	z-index: 99;
}
@media (max-width:500px) {
	.tab_badge {
		font-size: 10px;
		box-shadow: 0 0px 0 2px #33b1c7;
		border-width: 1.5px;
		left: calc(50% + 4px);
		top: 4px;
	}
}

.profile_sectiontypes .tab_badge
{
box-shadow: none;
background-color: #959595;
top: 28px;
}

.profile_sectiontypes .tab_badge
{
display: none;
}

.profile_sectiontypes:hover .tab_badge
{
display: block;
}

.profile_section_item.disabled
{
xbackground-color: #cfcfcf !important;
}


.profile_section_item.disabled img
{
opacity: 0.5 !important;
opacity: 0.2 !important;
}


.tabbar_item.selected .tab_badge {
	box-shadow: 0 0px 0 4px #257885;
}
.subtab_badge {
	font-weight: 600;
	margin-left: 5px;
	background-color: #d33a32;
	border-radius: 25px;
	display: inline-block;
	padding: 1px 7px 0;
	border: 1px solid #d33a32;
	color: #fff;
	text-align: center;
	min-width: 22px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	margin-top: -3px;
	border: 2px solid #dedede;
}
.signinprompt_container {
	margin: 95px 0 30px;
	padding: 0;
	padding-top: 15px !important;
}
#litsy_signin_homecontent a {
	white-space: nowrap;
}
#litsy_signin_homelogo {
	text-align:center;
	margin:15px 0 30px;
}

html {
	--fb-button-width: 50px;
}
.sidebar_hello {
	--fb-button-width: 40px;
}

#litsy_signin_homecontent_btns {
	margin-top:30px;
	xmargin-right: calc(var(--fb-button-width));
}
.sidebar_hello #litsy_signin_homecontent_btns {
	xmargin-right: calc(var(--fb-button-width) + 5px);
}
.litsy_home_btn_fit {
	display:flex;
	margin-top:5px;
	xmargin-right: calc(-1 * var(--fb-button-width) - 5px);
}
.litsy_home_btn_fit .btn {
	flex: 1 1 auto;
}

.litsy_home_fbbtn_fit {
	width:var(--fb-button-width);
	background-color: #3e6bb0 !important;
	border-color: #2c4772 !important;
	margin-left:10px;
	padding: 0.4em 0 !important;
	text-align: center;
}
.sidebar_hello .litsy_home_fbbtn_fit {
	padding: 0.3em 0.2em !important;
}
.litsy_home_fbbtn_fit:hover {
	background-color: #2a4977 !important;
}
.litsy_home_fbbtn_fit > i {
	font-size: 150%;
}
litsy_home_fbbtn_fit
#litsy_signin_homewhatsgoingon {
	text-align: center;
	margin: 45px 0 45px;
	padding: 15px;
}
.litsy_greenbutton {
	background-color: var(--litsy-green-color) !important;
	border-color: #5f9b5f !important;
}
.litsy_greenbutton:hover {
	background-color: #568d56 !important;
}
.wbmf {
	color: var(--litsy-green-color) !important;
}

#welcome_message {
	font-size: 18px;
	padding: 15px;
}
.signinform_container {
	padding: 15px;
}
.rightnav
{
	display:none;
	position: absolute;
	top: 100px;
	width: calc(100vw - 50vw - 340px);
	left: calc(50vw + 310px);
	max-width: 380px;
}
.rightnav .links {
	text-align: center;
	font-size: 12px;
	color: #aaa;
	padding: 0;
	margin-bottom:30px;
}
.rightnav .links a {
	padding: 0 5px;
}
.sidebar_module {
	padding: 0;
	font-size:90%;
}
.sidebar_module .head {
	padding:10px 15px 5px;
}
.sidebar_module .head h2 {
	float: left;
	color: var(--litsy-text-light-color);
	margin-left: -10px;
}
.sidebar_module .head.inside {
	padding: 10px 45px 5px 25px;
	border-bottom: 1px solid var(--litsy-content-commenthover-color);
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.sidebar_module .head.inside h2 {
	float:none;
}
.sidebar_module .suggestionsalllink {
	text-align: right;
	width: 100%;
	display: block;
}
.rightnav .searchresults,
.rightnav .hellobox,
.rightnav .privacybox
{
	border: 1px solid var(--litsy-content-border-color);
	border-radius:5px;
	overflow:hidden;
	overflow-y: auto;
	background: var(--litsy-content-bg-color);
	clear: both;
	margin-bottom:30px;
}

.profilebubble {
	padding: 0 15px;
	min-height: 70px;
}


.litsy_btn_group {
	display:flex;
}
.litsy_btn_group > .btn {
	flex: 1 1 0;
}

.litsy_section_tabs .btn {
	height: 40px;
	font-weight: 600;
	color: #1b545e;
}
.litsy_section_tabs .btn-default:hover {
	xbackground-color: #b3e2ec;
	border-color: #c3c3c3;
}
.litsy_section_tabs .btn-default.active:hover,
.litsy_section_tabs .btn-default.active {
	color: #fff;
	background-color: #257885;
	border-color: #26555c;
	text-shadow: 0 1px 0 #ffffff70;
	cursor:default;
}

.litsy_section_tabs {
	margin: 10px 0 20px;
}
.activity_tab_selector {
	margin-top: 115px;
	margin-left: 15px;
	margin-right: 15px;
}
@media screen and (min-width:768px) {
	.activity_tab_selector {
		margin-top: 100px;
		margin-left:0;
		margin-right:0;
	}
}

.litsy_section_tabs .btn:focus {
	outline: none;
}
.litsy_btn_group button + button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -3px;
}

/* review */
.addmainpage .btn.review {
	background-color: #a7bfa1;
	border-color: #879c82;
	color: rgba(0, 0, 0, 0.5);
}
.litsy_section_tabs .btn.review:hover,
.addmainpage .btn.review.active {
	background-color: #578e47;
	border-color: #626f5f;
	color: #fff;
}
/* blurb */
.addmainpage .btn.blurb {
	background-color: #e09c99;
	border-color: #ae9190;
	color: rgba(0, 0, 0, 0.5);
}
.litsy_section_tabs .btn.blurb:hover,
.addmainpage .btn.blurb.active {
	background-color: #d43a32;
	border-color: #d43a32;
	color: #fff;
}
/* quote */
.addmainpage .btn.quote {
	background-color: #b2cdd1;
	border-color: #97bdc3;
	color: rgba(0, 0, 0, 0.5);
}
.litsy_section_tabs .btn.quote:hover,
.addmainpage .btn.quote.active {
	background-color: #1f6d7e;
	border-color:#1f6d7e;
	color: #fff;
}






/* old dark blue 3096a8 */
.litsycss .topblue
{
	background-color: #2fb0c8;
	height: 55px;
	box-shadow: 0 9px 0 #237786, 0 18px 0 #f9c939, 0 27px 0 #d63b2f, 0 28px 0 #00000036;
	margin-top: 0px;
	position: fixed;
	left:0;
	right:0;
	top:0;
	z-index:999;
	transform: translate3d(0,0,0);
}

.litsy_abm_logocon {
	width: 125px;
	height: 125px;
	background: #fff;
	border-radius: 65px;
	position: absolute;
	top: -24px;
	text-align: center;
	right: 10px;
	overflow: hidden;
	left: -39px;
	box-shadow:0 0px 0px 1px rgba(0,0,0,0.1), 0 0px 0px 8px rgba(0,0,0,0.05);
	z-index: 800;
}
#litsy_abm_headlogo {
	width: 65px;
	margin-top: 34px;
	margin-left: 30px;
}

@media (max-width:890px) {
	x.litsy_abm_logocon {
		width: 95px;
		height: 95px;
		top: -5px;
		left: -16px;
	}
	x#litsy_abm_headlogo {
		width: 48px;
		margin-top: 12px;
		margin-left: 6px;
	}
}




.litsycss h1 {
	color: var(--litsy-text-heading-color);
	font-size: 22px;
	margin-bottom: .7em;
}
/* prefs page */
.litsycss .fields h1 {
	margin-top: 30px;
	border-bottom:1px solid #dadada;
	margin-bottom: 15px;
}


.litsycss .actionlist
{
	color: gray;
}

/* FROM ABM */
.btn-file {
	position: relative;
	overflow: hidden;
	float:left;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

#img-upload{
	max-width: 100%;
	max-height: 185px;
	clear: both;
	float: left;
	margin-top: 5px;
	border: 1px solid rgba(64, 64, 64, 0.5098039215686274);
	box-sizing: border-box;
	display:none;
}

.image_uploader .form-control[disabled],
.image_uploader .form-control[readonly],
.image_uploader fieldset[disabled] .form-control {
	display:none;
}

.author_container {
	margin-bottom:15px;
}
.author_form_group {
	margin-bottom: 0;
}
.req {
	color: #2f9ba9;
}
/* ABM END */



.badge_verified {
	height: 1em;
	font-size: .6em;
	margin-left: .6em;
	vertical-align: middle;
	margin-top: .4px;
}

.profilebubble .badge_verified {
	font-size: .8em;
}

.teal {
	color:#257885;
}




.litsycss input.inputtext
{
	-webkit-appearance: none;
	padding: 0.5em;
	display: block;
	margin-bottom: 1em;
	font-size: 16px;
	width: 100%;
	border: 1px solid #dbdbdb;
	background: #fafafa;
}
@media (min-width: 450px) {
	.litsycss input.inputtext {
		width: 20em;
	}
}


.litsycss input.inputsubmit2,
.litsycss input[type=submit] {
	-webkit-appearance: none;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;

	background-color: #299aaf;
	color: #fff;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.litsycss input[type=submit]:hover {
	background-color: #228193;
}

.litsycss .loginfailure
{
	padding: 1em;
	border: 1px solid gray;
}

.litsycss .ltpicker
{
	margin: 1em 0 2em 0;
}

.litsycss .ltpicker a.alwaysblack
{
	font-weight: bold;
}

.alwaysblack,
a .alwaysblack{
	color:var(--litsy-text-color) !important;
}


.litsycss .alerts p,
.litsycss p.alerts
{
	background-color: #f7eae8;
	border: 2px solid #eac6c6;
	padding: .5rem .75rem;
	border-radius: 0.2em;
}

@media (min-width: 450px) {
	.litsycss .alerts p,
	.litsycss p.alerts {
		max-width: 450px;
		max-width: 100%;
	}
}

.signupform form
{
margin-top: 40px;
}

.signupform .alerts:first-child
{
margin-top: 25px;
}
.signupform .alerts:last-child
{
margin-bottom: 25px;
}

.hinttext {
	color: #aaa;
	font-size: 12px;
}
.alert-danger {
	color: #a94442;
}
.alert_lterrormsg {
	margin: 120px 15px 15px;
}

/* XXXXX */


.btn-primary {
	background-color:#33b1c7;
	border-color:#3096a8;
	background-image: none;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color:#3096a8;
	border-color:#33b1c7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #b5d4da !important;
	color: #357e8c !important;
	opacity: 0.3 !important;
	border-color: #84abb3 !important;
}

.btn-group-tiny>.btn,
.btn-tiny {
	padding: 5px 10px;
	font-size: 10px;
	line-height: 1.2;
	border-radius: 3px;
	margin-top: -5px;
}

.litsy_gear {
	height: 1.4em;
}

/* adding search stuff here because we ended up using it on many pages */
.searchresults.loading {
	content:'Loading';
}

#searchContainer {
	margin-top:20px;
}
.page_search #searchContainer {
	margin-top: 100px;
}
#searchform {
	padding: 0 15px;
}
#searchform .form-group {
	margin-top: 10px;
}
x#searchform button#Search {
	margin-top: 10px;
}

.searchresults_list {
	margin-top:15px;
	Xborder-top: 1px solid #e8e8e8;
}

.searchresults,
.booklist
{
	position: relative;
	margin-bottom: 50px;
	border: 1px solid var(--litsy-content-border-color);
	background: #fff;
}

.container > .userlist {
	border: 1px solid var(--litsy-content-border-color);
	background: #fff;
}

.searchresult:nth-child(even) {
	background-color: #33b1c708;
}
.sidebar_module .searchresult:nth-child(even) {
	background-color: #fff;
}
.searchresult
{
	min-height: 100px;
	padding: 10px 15px;
	border-bottom: 1px solid var(--litsy-content-border-color);
	position: relative;
	line-height: 1.3em;
}
.sidebar_module .searchresult,
.sidebar_module .hellobox
{
	padding:10px 10px;
}
.searchresult.user {
	min-height: 75px;
}
.searchbar_results .searchresult.user {
	min-height: 55px;
}
.searchresult.hashtag {
	min-height: 30px;
}
.searchresults.nonefound .searchresult,
.booklist.nonefound .searchresult {
	min-height:50px;
}
.searchresult:hover {
	background-color:#33b1c71c;
}
.sidebar_module .searchresult:hover {
	background-color:#fff;
}
.searchresult:last-of-type {
	xborder-bottom: 1px solid #e8e8e8;
	xpadding-bottom: 40px;
}
.searchresults.nonefound .searchresult:hover,
.booklist.nonefound .searchresult:hover {
	background-color:transparent;
}
.clicksearchresult {
	cursor:pointer;
}

#activitylist_container {
	position:relative;
	min-height: 45px;
}
#activitylist_overlay {
	position: absolute;
	/* background: #fff; */
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: .75;
	animation: loading_comments 2s infinite;
	display:none;
	text-align: center;
	padding: 10px;
	color: var(--litsy-text-light-color);
}
#activitylist_container.loading #activitylist_overlay {
	display:block;
}


.activitylist {
	border:1px solid #e4e4e4;
	background:#fff;
	position:relative;
}
.activitylist .book_cover,
.activitylist .postimage,
.booklist .book_cover,
.searchresult .book_cover
{
	width: 70px;
	height: 70px;
	background-color: rgba(0,0,0,0.05);
	border:1px solid rgba(0,0,0,0.1);
	float:left;
	object-fit:cover;
	border-radius: 4px;
}


.searchresult .book_info
{
	display: block;
	margin-left: 85px;
	margin-right: 50px;
}

.rightnav .searchresult .book_info {
	margin-left: 60px;
}
.rightnav .searchresult .book_cover {
	width: 45px;
	height: 75px;
}

.searchresult .recentS {
	margin-top: .5em;
	font-size: 12px;
	color: var(--litsy-text-light-color);
}

.searchresult span.author
{
	display: block;
}

button.see_all_results {
	margin:15px;
}

/* Hashtag search */
.searchresult.hashtag {
	min-height: 40px;
}


/* people search */

.searchresults .user .avatar,
.booklist .user .avatar,
.activity .avatar,
.user_list .avatar,
.profilebubble .avatar {
	background: url(data:image/png;base64,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);
	height: 55px;
	width: 55px;
	float:left;
	border: 1px solid rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-size: 55px 55px;
	position:relative;
}
.searchresults .user .avatar[alt]:after,
.booklist .user .avatar[alt]:after,
.activity .avatar[alt]:after,
.user_list .avatar[alt]:after,
.profilebubble .avatar[alt]:after {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -2px;
	right: -2px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACfCAYAAADnGwvgAAAAAXNSR0IArs4c6QAAErRJREFUeAHtnUtsHEUax8f2JGAnTiBARBwSW2PFRkErIbjsAXlFFsgu70M4ZCHRShx2JSROgGDhEGkJiwgnJKTlgLRKeBzgwAaWXRaUSBYHLkFIq0QZRxk5CQlgQyBMHuD4sf9/0z3uaXfP9PSzvupqqVztnuqq7/vq1/Xu6q6SORoWWFhYKNdqtcr8/PwozkfxA89Xw+93uZXOeVdXVx/CXcT/ddudd53Xu7u7z+H/GsJVcV6tVCo8n8U1c8ACXUW1wsTERAW6jwGuzfAJmgUb/GVwaR2XEXENrkoHII/AHx8ZGeG1wh2Fga9ara5HKXU7cniL7QYVyu0TkOUAHUrGg6Ojo6cVki01UbSFj1XosWPHtqJkuxfWI3Qs2aQcLBkPomT8YNOmTR/pWlVrBx+AuwXg7YD7A9xaKbQFyQnwpuDegtsHED8PCifxuhbw2VXqw8ignQDuJokZEUZm6HcY+u2F/6YOVbNo+NBpGENmPI2M2wq/O0wG6hAG8M1DD1bHL6KzMi5VJ5Hw2W255wDcbVINn5TcAPBTtA2fZ9swqTizikcMfACtCyXdg/CfhXFuzcpAgtI5BBB3oyR8D/6CBLlFwIeSbht6rbsAnrbtuaRgAXiHURLuQkn4blJxphWP0vAdP358ZHZ29lVAd0daBtA1XkD4Sblcfmx4eHhCVR2VhO/UqVO9Fy5cYPX6JNxyVY0nQK4ZyLhnxYoVuzds2HBJNXmVgw9V7H1zc3OvwFBDqhlLsDyTPT09j6Mqfl8lHZSBb3Jyct1PP/30dxjnfpUMpJks+6+88so/Dw0NfaWCXkrAh17snWjXvQEnfkZChUxtJQPagpwxeQS94o9bhcvit1wHZgFbz9GjR/8K/z8GvCyyu1SinWlv2+492aTqn0puJd/JkycHLl269DYMMeYvmrmatgVQAo739vZu37hx45m00/KLPxf47BmKfQDvOj+hzLXsLAAApzEuuCOPGZLMq120757AgPG/DXjZAdYqJeYD84P50ipcGr9lVvJByS6sPnkJSmSuZBqG0zTOl7Fa5imUhplMz2UCH8Ar48l6Hf5OTTNNG7UA3l70hB+Fn/q7JqnDd+bMmb56vf4OwLtbmxzSXBGA92F/f/9DAwMDfDkqtSNV+DBNtubixYv/Ani/Tk0DE3EqFgCAn/X19d2DabmzqSSASFODzwZvHOCZlShp5V7K8QLAwwBwLC0AU+ntsqq1SzwDXsqApBk9Cw7mI/MzjXQShw8Cl+02nqlq08ixjONkk8nOz3LSSScKHwTlamP2ak3nIumcyjE+5qedr4k20xKFj+N4ENQMp+QISlpJM1/tcdrEkkgMPnuE3AwgJ5Y1Skb0hJ3PiQiXSDFqz9VyyiyR+BLRzESSigXQA17AXPDvk5gLjg2LvTrlC4BnFgmkkt3qRQoAp7Ea5ua4q2FiVbsArsdeFmXAU4+R1CRiQYMhmLeY/3ESiQUfGqB8ndGsx4uTA3Lv/Q3zP474katdNDy59J0rkGMBHEd4c2++FkD1Ow/3u6hL8iPBx5d9fv75Z7bzzDsX+eZ/7qkDvqkrrrji5igvJUUatcZbZq9B68KBhze/SsuXLy8tW7ashFcRS+j1WZmPxZglvO5Zunz5cmlmZqYE++QORVYCsACyeej4rcOOSz77vdr9WSmXZzqECy9cl1auXGk5B7Z2MhFEvPReOn/+vOUTTt0PPIz3d/pecEfw2TsJHIEhh3Q2JqqR0rXXXmuBh2ollqooGSwIv/vuuxKaKrHiUvzmSTyomzvZGaGjatfewmJIcSNEFo/VKaHDQspSXOgcIRgP42Pp+eOPP5a+/fbbEvafcX7WyR+y+XgurFKhH2tu2oM2zf8QsZZ7pxC6NWvWJAZdUAawCv7+++8tCIPCCL4+gwf4V2E3Jwo9TMLdonQEj+04VBWla665JnXwCBXTY1o33HBDo8MiGDav6MttTrzXff8PVfKhk7ENjeh3fGMQfJE91/Xr11s92DzUYM/49OnTVg85j/TTShOdj4fQ+Wi7P2Dbkg8N5i5UFbvSEjSveDE3WRocHMwNPOpN+DE/WuIQjk4HeSE37XRqCx9mMrgVrVbL4dmxwJtZSlR7HC9k6YuNHNvllZjfyQu5aSdwW/gQETdp1OZg71O1zCZ4lCmpHrYKmRWGm5bwcZ0eFNFq822WeBzHU+1g1btu3TrVxIojz602P4FxtIQPdXfoMZvAFBT6YfXq1dZ4m0IiNYnC8cBVq1Y1XZP8Tzt+AuFDnc0PrNwmWXm37KzSOMSh+sHxRl2qX/JDjoJsHggfbnwm6CaJ16+++mprQYDqsrMzdNVVV6kuZmj5wNHTQYF94cMiwfW44a6gm6RdZ4+SsxdSDpbQYRcxCNBpq83TElF94QOtD8P5/rYkBgEX2NYjgFIOykqZdTjIEXny08UXMLQ5tHr3lpP60g6JMgfZOIinJfChe8zv1WozqMxSROIMAmdgJJXWQeDxOnkiV94wS+DDHK52pZ7E3iNl5kJWXQ4AuMOrSxN8CFCG0tu9gST/L7n6kiy7lxmwxS+/N80hNsHHEWkE0OrdDBVnM7wZE/S/ZNm9OpEr74xHE3wYkb7Xe5Pk/1l1SZ6w55ifToeXryb4oOgWnZQleBLbe04eSH94HD1cfhNfDfjsgcARV0DxpzoM1OqggwukEfeAcwM+1Mm3uwJpcSq51HMyQAcdHF3ouzlrwIfrTUWi+wap52hjSBW9IbcOOjSU+eWkwZmBz2MZ1f7VHj4se6nA6IOqGT6uPHw/FsV83Ghyu5+yc/cDzY5Bm7eSU/IFrrmSrjj3T5F68O02TQ+LNws+FO2bNVVS9BYVum6v4fDmlHyjusLHzXqkHpJlb2Nzi7dCwCex3ceOhvbwIWM42VtpQ6rYn5mJ2D9YnPyUWeJDE9LQFXLXXavVCJ5ek4geC0gsQSTK7DF7q3+XkbtulAzatvcc7c+dOydqWzL20Lmdms4HueP6eu3hY/XFffGkHJRV4yrXygZyx5JvWEqmxJGTpZ+EoQvKqHupx3wkd+zt6vOKfBs6p6en24TI/2cJMiZkpVWErz+hyJSPhpt0//DDD8rKyR1LKWNBjv5CwcdM/eabb5QceiF0U1NTBeHOUrN48FFt1XYD5RwuPiVfJPCoazHhQ2PXAlCFRQeU4csvv2QD3MBXFAuwtDlx4kQJX83MTWXOYlAGFR6CHIxQzJLPMTTXyuF7wSUOw2R9sOODj+rouF4vrCn7+ZJ4r+4Dmu2s8fXXX1slIPfGS/tVSy5w5XBKEcbyWtmd3JUBHmfdCzPcEmQQln4Eglup0SX91hjbdGfPnrVc0R925gG544qWOlzh4bMNUuI30lglEkBuURu3JGR7rl6vW9BpuCSeZot61Amf3NWWUdVucx8hYdVIxx2uuGcKXdjtKzhFxlUpdEX6/Gkbs3p/tuBjyWeOAAsQHjpO9nPLMm5hwY+3sFp2qmZWqXTsQdMVcNgkwHotL593qt2WocyPv1iAJSKdKc0SIaLO6TVT8iViSxNJhxYw8HVoMBM8OQvU0Wzpzn6ENTkFTExCLUDuWO3WhMpvxJZtgVo3RpqrsnUw0ku0ALkro/irFm3wkzu9cwAZuiuVb1zTxwHpIsyAkLsuKFrGhn2cYtP69UmO0RE4flqK43SqHiwIOM0n5Z2TiHa8PDo62seFBbNHjx5lu0/Lt9j6+vqsr/nwi47QNaKtsruNDwm/E0fH5V7OnLNmpWGN3HGQmQfbfdrAxwzk56PoVC7lLMu3+MPmAd3atWut0pBzzhLewGuhkvOT1c9ww+f8INZnKcdqlfOwEkq5sIZm25R60XF2hRCyahZcGi7CB+WOSJ2PdEo5Zoxunw7wg5MLHa6//vpGachqWdp0H3mjbk7JN+6nqOrXuPiTS590KuXC2txbGnI5vqDD4s0aaxgZGWGHQ5T0NDSr2SKC54WMpSFrACHHCZu3xra4lPuAEOEbYsZd6NmISIMTQU2OBmfuUdbGRSl5YeBbzClBtmhw1oAP1dfBRVXUP6OxTZW7mE9S4HNz1oAPI86nocrEojpqn0kxdlZWFFLtVm3OLLM04LON1CgSszJa1HSEGDuqeh3fJ+RhbKpdm+BD9/2DjrXO6QYhxs7MOhLsgSr3fbdBmuDbtGnTRwggYqskCcZ2Gzrtc9VrAnKFIZb/uu3QBB8CzMK95Q6g6rnqxs7abqo/jOSKfLnt0gQff0CAfe4Aqp6rbuys7YZ8U3qg2Y+rJfCh6v0cAQ9nbbxO0zPwLbWYqrUBeSJXXomXwMcAWC2x1xtQtf8NfEtzRFWbBPHkCx9IfRNufql6alyhkSGfGsIoJIWK8JEj8uRnJl/47IHApp6J3815XVPRyHnZwp2uotXuR+6BZbe8vvAxAGj9mzugSueKGjl3E6n4UIKjF4MMEwgfxmTGceOnQTfmeV1FI+dpDydt1R5K8kOOHPm8fiB8DIgZj+e9N6jwv4HPPxdUs0s7flrCxxkPqHnIX9X8rqr2hOdnieaUFYPvkM1Ps5Cu/1rCx3AoOne7witxqpiRlbAJhUBeKTPQHIabtvChzn4PESk16GxKvmDeVbANeSE3wVL+8ktb+BDRAuruXe0iyvJ3Qe8rZGkWKy0VagXyQm7aKd8WPkaAuvtdRPZJu8iy+J3GhSxZJCUyjbxLPnJCXsIYLxR8jAiZ/hi8mTCRphlGhSc7Tf3ixp2zfWZsTkKpERq+4eFhLrHfEyrWFAPl/WSnqFoiUecM3x6bk1C6hIaPsa1YsYI930me53XkbNy81A6dbo4P56TNR2hZO4Jvw4YNl9DYfzx07CkEzNG4KWiTfJR5PZzkgnx0olGklju2VNuPRO7rJKGkwuLpEr3zVFJ2aBUPv1ie8bH/xhtvfKDTNCPBNzk5uQ5bdX2BdVprO03QhNfLAujdTuHLTDcPDQ191almHVW7TuRMCIk+Aqfsmj9HVuOnZwHmPzmIAh6ligQfb8QI9sco+V7guTmKaQHmPzmIqn2katdJDIn3TExMHIA/5lwzfjEsgBJvHOBtgT8XVePIJR8TZMLYtnU7/OmoApj75FmA+W3ne2TwqHUs+BjBxo0bz2AubwcEajuXx/DmkG0B5jPzm/keV5PY8FEArtuCUE/FFcbcr74FmM/t1umF1SIR+JgY6v+X4dGZQ18LvGzncyIaxupweCVAx6MLHZB/wN/p/c38L9sCKPH2Arw/stpNSpNE4aNQAK8MAP8J/+6khDTx5GsBAPchwHsAftNeK3GlSqzadQShgPjaz0PwP3OuGV+uBZiPdn4mCh4tkjh8jHRgYOAidoq/B4IrtfyespkjvAWYf8xH5mf4u8KHTAU+Jo8VDmch+JgpAcNnhkohmW/MP+ZjWnKlBh8FpuAosn8LRT5MSwETb/IWYH4x39IEj1In3uHwM4XdCXnd9IL9rKPWNYDHXu2j8BNv43k1TbXkcxKjIuym438zDugYRU2f43gcTkkdPKqfScnntjOGYZ5ACfgSXOZpu+Uw54sWAGwLcE8BvEwLh1wAOHbs2FZ85XIfALxu0QTmLA8LALppztUmNWXWiQ65wEcBT548OYAvab8NAM1yrE5yLMGwAG+cq1OSWCQQRazc4KOwAK+nWq3ughH+gvNM2p9RjKTbPbD3POz9AjZtpO1jLYuKY5tc4XMERzvwThjjDTjzTohjlJR8wDYF9wjad5FXICclmhLwURm+lIQvZr+G01zeikvKoIrH8z6+zfunqO9cJK2bMvA5iqEzct/c3Nwr+H/IuWb82BaY5Hu16FQ0fX4qdqwxI1AOPupz6tSp3gsXLjyL0yfhlvOaOSJZgHvr7OFOApit6OiF7kipdXiTkvA5Ohw/fnxkdnb2VbQF73CuGT+cBdCu+4Sb9nSyd0q4mJMLpTR8jpqoirdhXHAXILzJuWZ8fwsAusPcHw9V7Lv+IdS5KgI+mgvgcZX0g/BZHd+qjgmVkeQQwNuNXix3kk1stXGa2omBz20Ee4bkOYB4m/t6Ec8B2qco6Z7PY4Yirr1FwucojZJwDAA+g//vgl+YQWoAx21K+Mbgiyjpxh17SPNFw+cYG7Mk6wHfw8iMnfC1bRdCv8PQby/8N4M+KeXYRIKvBXxuQ6NKvgXjhDuRQduRUeJnTKDHFPR4G+N0e1G1LvlsqFt3aefawedkADKsbLcN78W1LXAjzm8CfG5BfABtuQ/YlgOAmayvy9ou2sLnNaRdNd+O6wSRbtAbJsf/TyDtA3QA7aAOVWoYWxYGPq8x0Fmp4NoYxg83wx+1Ha8tg0vruIyIa3BVOpRsR+BztydeK9xRWPj8cppVda1WqwDIUZwTSJ6vht/v51BK9SIcp63qfg5wncP1GsIRtGqlUuG5llUo9Oz4+D8m7aG231/dtgAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: 55px 55px;
	content: "!";
	background-color:#fff;
	font-size: 35px;
	line-height: 1.5em;
	text-align: center;
	color: #d63b2f;
	font-weight: 800;

}
.profilebubble .avatar {
	float:left;
	margin-right:10px;
	margin-top:-5px;
}
.searchresults .user .avatar {
	height: 35px;
	width: 35px;
}

.searchresults .username {
	font-size: 12px;
}
.searchresult .username {
	overflow: hidden;
}


.searchresults .userinfo,
.searchresults .hashtaginfo {
	font-size:12px;
}
.searchresult .userinfo,
.searchresult .hashtaginfo {
	color: var(--litsy-text-light-color);
}



.searchresult .userinfo,
.activity .notification_info {
	margin-left: 70px;
	margin-right:0;
}
.searchresult .userinfo {
	margin-left: 45px;
	margin-right: 75px;
}
.userlist .searchresult .userinfo {
	margin-left: 80px;
}
@media (min-width:768px) {
	.searchresult .userinfo,
	.activity .notification_info {
		margin-right: 75px;
	}
}
.searchresult .tagline {
	font-size: 12px;
	padding: 0;
	color: #808080;
}
.searchresult .actions,
.booklist .book .actions {
	position:absolute;
	top: 15px;
	right: 15px;
}
.searchresult .btn-sm {
	font-size: 10px;
}

.searchresults .tag {
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 15px;
}
.searchresults .tag .count {
	font-size: 12px;
	color: #888;
}

.book_reviewstatus {
	height: 35px;
}
.sidebar_module .secondline {
	font-size: 12px;
}

.booklist .book {
	min-height: 90px;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px;
}
.book_info {
	margin-left: 85px;
	margin-right: 50px;
}
.readingnow .book_info {
	margin-left: 30px;
}


/* Notifications page */
.activity {
	min-height: 100px;
	padding: 15px 15px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}

.post_body .extras {
	color: #aaa !important;
	padding-right: 20px;
	white-space: nowrap;
}


/* Comment form */
.comment_form {
	width: 100%;
	margin: 15px 0;
}
.ellipsis_form {
	margin: 5px 0;
}
.ellipsis_form_buttons {
	float: right;
	clear: both;
	width: 100%;
	text-align: right;
}
.comment_text {
	width:100%;
	min-height: 6em !important;
}
.comment_form .btn,
.ellipsis_form .btn {
	margin-left: 10px;
}

textarea.comment_text,
textarea#post_text,
textarea#tagline_field {
	padding-right:30px;
}

.comment_taggedbook
{
margin: 0 .6em 0 0em;
vertical-align:  text-bottom !important;
height: 1em;
}

#taggedbook_add
{
margin: .5em 0 1em 0;
display: none;
}

#taggedbook_add img.comment_taggedbook
{
margin-left: 0;
}

.postcomments img.comment_taggedbook
{
margin-left: 1em;
}

.comment_interaction_form_container {
	margin: 2px -2px 10px;
	border: 1px solid #dcdcdc;
	padding: 2px 15px 20px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.1);
}
.comment_interaction_form_container .btn {
	margin: 0 10px 0 0;
}
.comment_interaction_form_container input[type=text] {
	margin: 5px 0;
}

span.action {
	opacity: 0.3;
}

.comment_buttons_formgroup {
	margin-bottom:0;
}

.comment_interaction_form .commentform_container {
	margin-top:10px;
}
.commentform_container {
	position:relative; /* for emoji picker */
}
/* emoji picker */
.emoji-menu {
	top:30px !important;
}

/* add forms */
#post_add_form {
	margin: 15px;
}

.searchbar {
	position:absolute;
	left: calc(50vw + 310px);
	top: 10px;
	display:none;
}
@media (min-width:768px) {
}

.searchbar .searchbox {
	background-color: #54c1d4;
	border: none;
	border-radius: 4px;
	color: hsla(0, 0%, 100%, 0.41);
	padding: 2px 30px 2px 5px;
	width: calc(100vw - 50vw - 340px);
	height: 35px;
	font-size: 16px;
	max-width: 380px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.14);
	transition: background-color 0.75s, color 0.25s;
}
.searchbar .searchbox:focus {
	outline: none;
	background-color:#8ad3e0;
	color: #255961;
}
.searchbar .searchbox::selection {
	background-color: #fff;
}
#searchbar_glass {
	height: 25px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-left: -27px;
	opacity: 0.5;
	transition: opacity 0.75s;
}
.searchbar .searchbox:focus + #searchbar_glass {
	opacity: 1;
}

/* inline search */
.searchbar_results {
	background: var(--litsy-bg-color);
	width: 500px;
	z-index: 100;
	position: absolute;
	right: -15px;
	border-top-left-radius: 20px;
	border: 1px solid #d9d9d9; /* #257885; */
	border-right: none;
	xheight: 500px;
	overflow: hidden;
	overflow-y: auto;
	border-bottom-left-radius: 20px;
	display:none;
	box-shadow: 0 0 0 10px #257885;
	border: none;
	top: 55px;
	max-height: calc(100vh - 100px);
}

.pinnedskiplink {
	position: fixed;
	display: none;
	top: 49px;
	left: 64px;
	background-color: #fff;
	border: 1px solid #0000003b;
	z-index: 999;
	text-align: center;
	cursor: pointer;
	color: #257885;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	font-size: 22px;
	padding: 3px 0 0 0;
	box-shadow: 0 0px 0 4px #0000001a;
}

/* Sizing logic here */
/* ================= */
.container-fluid {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

@media (min-width:600px) {
	.tabbar.container,
	.container {
		xwidth:600px;
	}
	.tabbar.container {
		margin-left: 70px;
		width:calc(100vw - 70px);
	}
	.tabbar_item img {
		height: 45px;
		margin-top: 4px;
	}

}

@media (min-width:875px) {
	.container {
		width:600px;
		margin-left:0;
	}
	.tabbar.container {
		margin-left: 70px;
		width:530px;
	}
	.rightnav
	{
		display:block;
		width: calc(100vw - 650px) !important;
		left: unset;
		right: 15px;
	}
	.searchbar {
		display:block;
		left: unset;
		right: 15px;
	}
	.searchbar .searchbox {
		width: calc(100vw - 650px) !important;
	}

}

@media (min-width:1040px) {
	.tabbar.container {
		width: calc(100vw - 535px);
	}
	.container {
		margin-right:auto;
		margin-left: calc(50vw - 510px);
		width:600px;
	}
	.rightnav,
	.searchbar {
		right:unset;
		left: calc(50vw + 110px);
	}
}
@media (min-width:1140px) {
	.tabbar.container {
		margin-right:auto;
		margin-left: calc(50vw - 510px);
		width:600px;
	}
	.pinnedskiplink {
		top: 67px;
		left: calc(50% - 520px);
	}
}

@media (min-width:2000px) {
	html {
		--post-width: calc(100vh - 350px ); /* fit single post on screen = screenheight - top and bottom adornments on each post */
		--post-left: calc(50vw - ((var(--post-width) + (var(--post-width) / 2) + 20px)/2) );
	}
	.tabbar.container,
	.container {
		margin-left: var(--post-left);
		width: var(--post-width);
	}
	.rightnav,
	.searchbar {
		left: calc(var(--post-left) + var(--post-width) + 20px );
	}
	.pinnedskiplink {
		top: 67px;
		left: calc(var(--post-left) - 20px);
	}
}
/* end of sizing logic */





.postcomment_hidden {
	display:none;
}

.btn .eyecon {
	height: 0.9em;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
	opacity: 0.8;
}

.post.spoiler:not(.spoiled) .post_body,
.post.spoiler:not(.spoiled) .bottom {
	display:none;
}

.spoilerX
{
background-color: #ddd !important;
margin-bottom: 1px !important;
background-image: url("/pics/litsy_webpics/image_spoiler@3x.png");
background-size: 250px;
}

:not(.post).spoiler:not(.spoiled)
{
background-color: #ddd !important;
margin-bottom: 3px !important;
}

.spoiler_box {
	background-color: #2b2b2b;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 316px;
	position: relative;
	text-align: center;
	margin: 0 -15px;
}

.spoiler_box {
	height: 316px;
}
.spoiler_box_info {
	background: #fff;
	color: #222;
	padding: 20px 50px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	width: calc(55%);
	margin-top: 100px;
}
.spoiler_box_link,
a.spoiler_box_link,
a.spoiler_box_link:link,
a.spoiler_box_link:visited {
	display: inline-block;
	background: #f9c745;
	color: #222 !important;
	width: calc(40%);
	border-radius: 3px;
	margin-top: 15px;
	padding: 7px;
}
.spoiler_box_link,
a.spoiler_box_link:hover {
	background: #fad26a;
}
@media (min-width:640px) {
	.spoiler_box {
		height: 400px;
	}
	.spoiler_box_info {
		font-size: 18px;
		width: calc(40%);
		margin-top: 120px;
	}
}
@media (min-width:768px) {
	.spoiler_box {
		height: 492px;
	}
	.spoiler_box_info {
		font-size: 18px;
		width: calc(40%);
		margin-top: 180px;
	}
}

.postcomment.spoiler .text:not(.spoiled) {
	color: #ddd;
	background: #ddd;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	visibility: hidden;
}

.postcomment.spoiler .text:before {
	background: #ddd;
	color: var(--litsy-text-light-color) !important;
	content: "Spoiler (click to see)" !important;
	position: relative;
	visibility: visible;
	white-space: nowrap;
	padding: 1px 8px 1px 16px;
	xbox-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
}
.postcomment.spoiler .text.spoiled:before {
	content: "—" !important;
	color: #ddd !important;
	padding: 0;
	background:none;
}

h1.page_topic_header,
.page_topic_header {
	font-size: 22px;
	margin: 15px 0;
	padding:25px 15px 5px;
	font-weight: 400;
	line-height: 1.5;
}

.page_topic_header_infotext {
	font-size: 14px;
	color: #999;
	display: inline-block;
	padding-left: 15px;
}

@media screen and (min-width:768px) {
	h1.page_topic_header,
	.page_topic_header {
		padding:15px 15px 0;
	}
	.suggestedusers.searchresults.user_list {
		border-radius: 10px;
	}
}

.user_list {
	margin-bottom: 30px;
}

.litfluencestats {
	background: var(--litsy-content-bg-color);
	border: 1px solid var(--litsy-content-border-color);
	min-height: 100vh;
}
.litfluencestats .litstack {
	padding:15px;
}
.litfluencestats .litstack > div {
	background-color: #1e4d59;
	padding: 15px;
	color: #fff;
	margin-left: 35px;
	margin-right: 15px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 2.5px;
	border: 1px solid #0000002b;
}
.stackscore {
	font-weight: bold;
	padding: 0 7px 0 15px;
}
.litfluencestats .crown {
	text-align: center;
	height: 100px;
	background: #33b1c7;
	margin-bottom: 100px;
	position: relative;
	padding-top: 15px;
}
.crown_score {
	color: #fff;
	text-shadow: 0 4px 0 rgba(0,0,0,0.25);
	font-size: 48px;
	margin-top: -90px;
	font-weight: bold;
}
.crown_img {
	width:250px;
}
.stacktitle {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1.2;
	color: var(--litsy-text-color);
}
.litfluencestats .litstack .booksread {

}
.litfluencestats .litstack .pagesread {
	background-color: #33b1c7;
	margin-left: 0;
	margin-right: 0;
}
.litfluencestats .litstack .likes {
	background-color: #f9c745;
	margin-left: 15px;
	margin-right: 40px;
}
.litfluencestats .litstack .comments {
	background-color: #d43a32;
	margin-left: 25px;
	margin-right: 10px;
}
.litfluencestats .litstack .bookadds {
	background-color: #51991e;
	margin-left: 5px;
	margin-right: 35px;
}

/* book page */
.book_view_top
{
background: var(--litsy-content-bg-color);
border: 1px solid #e4e4e4;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 15px 15px 20px;
margin-bottom: 25px;
xoverflow: hidden;
box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.1);
}

.stack_popup .book_view_top
{
padding: 0;
}

.book_view_top.addspace
{
margin-bottom: 70px;
}


/* in the stack pop-up LB */
#LT_LB .book_view_top {
	border-radius: 10px;
	margin-top: 5px;
}

.bookcover_containerbox {
	float: left;
}

.book_view_top .book_cover {
	float: left;
	border: 1px solid rgba(0,0,0,0.1);
	width: 120px;
	xmin-height: 120px;
	xmax-height: 160px;
	xmax-width: 160px;
	object-fit:cover;
	height: 120px;
}
.page_add .book_view_top .book_cover {
	float: left;
	border: 1px solid rgba(0,0,0,0.25);
	width: 120px;
	margin-bottom:15px;
}

.book_view_info {
	margin-left: 140px;
}
.book_view_top .title {
	font-size: 20px;
}

.activitylist .book_info,
.post_list .book_info,
.book_view_info .book_info {
	margin-left: 0;
	margin-right: 0;
}

.page_add .book_view_info {
	min-height: 0;
	margin-left: 0;
}

.book_view_info .book_info {
	margin-top: -5px;
}


.book_view_top .book_reviewstatus {
	height: 65px;
	margin-top: 10px;
}
.activitylist .book_info,
.post_list .book_info .title,
.activitylist .book_info .title {
	display:inline;
}

.activitylist .activity {
	display:flex;
}
.activity .activity_icon {
	flex-grow:0;
	flex-shrink:0;
}
.activity .notification_info {
	flex-grow:1;
	margin:0 15px;
}
.activity .activity_options {
}

.activity_part_postimg {
	order: 10;
	margin-left: 15px;
}

.pickpercent {
	margin-left: -130px;
	margin-top: 20px;
	margin-bottom: -60px;
	width: 88px;
	height: 88px;
	border-radius: 43px;
	padding: 0px 11px;
	background: #f3f3f3;
	box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.2) inset;
}
.pickicon {

}
.pickpercent_num {
	width: 50px;
	height: 50px;
	border: 1px solid #e4e4e4;
	border-radius: 25px;
	background: #fff;
	font-weight: bold;
	padding-top: 13px;
	margin-top: -17px;
	margin-left: 39px;
	position: absolute;
	text-align: center;
}
.time {
	color:#999;
}
.postcomment .time {
	margin-left: 15px;
	white-space: nowrap;
}
.stack_popup .pickpercent,
.page_add .pickpercent {
	display:none;
}

.stack_popup .book_view_top,
.page_add .book_view_top
	{
	min-height: 0px;
	margin-bottom: 10px;
	}

.stack_popup .book_view_info
{
margin-left: 0;
}

.page_add .book_view_top {
	box-shadow:none;
	border:none;
}

.add_item_buttons {
	margin: 0 auto;
	width: 340px;
}
.add_item_button {
	background: #888;
	width: 300px;
	padding: 15px 30px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	cursor:pointer;
	opacity:1;
	transition: opacity 1s;
}
.add_item_button.inactive {
	opacity:0.25;
}
.add_item_button.active {
	box-shadow: 0 0 0 5px rgba(0,0,0,0.15);
}
@media (min-width:768px) {
	.add_item_button {
	}
}
.add_item_button.review {
	background: #51991e;
}
.add_item_button.review.active {
	box-shadow: 0 0 0 9px #51991e75;
}
.add_item_button.blurb {
	background: #d43a32;
	margin-left: 40px;
}
.add_item_button.blurb.active {
	box-shadow: 0 0 0 9px #d43a3275;
}
.add_item_button.quote {
	background: #257885;
	margin-left: 20px;
}
.add_item_button.quote.active {
	box-shadow: 0 0 0 9px #25788575;
}

.add_item_button img {
	vertical-align: top;
	float: right;
	height: 40px;
	padding-right: 15px;
	margin-top: -3px;
}
#searchform .add_search_form_group {
	margin-top: 40px;
}
#searchform .add_search_form_group #q {
	margin-right:10px;
	padding-right: 40px;
}
#searchform .add_search_form_group .btn {
	flex: 0 1 auto;
	margin-left: -20px;
}

.lt-form-inline {
	display:flex;
	flex-flow: row wrap;
	justify-content:stretch;
	width:100%;
}
.lt-form-inline .form-control {
	width:auto;
	flex: 1 1 auto;
}
.form-control-img {
	height: 100%;
}
.searchresult.none_found {
	font-size: 18px;
	margin-top: 5px;
	color: var(--litsy-text-light-color);
	border:none;
}
.page_add .searchresults {
	border:none;
}
.search_suggest_book {
	padding: 15px;
	border-top: 1px solid var(--litsy-content-border-color);
	color: var(--litsy-text-light-color);
	margin-top: 0;
	background:var(--litsy-content-bg-color);
}
.searchbar .searchresults {
	margin-bottom:0;
}
.searchbar .nonefound + .search_suggest_book {
	bottom: 0;
	position: absolute;
	width: 100%;
}
textarea,
textarea.form-control,
.comment_text,
.add_post_form #post_text {
	height: 21em;
}
@media (min-width:768px) {
	textarea,
	textarea.form-control,
	.comment_text,
	.add_post_form #post_text {
		height: 17em;
	}
}

textarea.form-controls-small
{
height: 10em;
}

@media (min-width:768px) {
	textarea.form-controls-small
	{
	height: 8em;
	}
}




#tagline_field {
	height:6em;
}

/* image uploader control */
.btn-file {
	position: relative;
	overflow: hidden;
	float:left;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
#img-upload{
	max-width: 100%;
	max-height: 185px;
	clear: both;
	float: left;
	margin-top: 5px;
	border: 1px solid rgba(64, 64, 64, 0.5098039215686274);
	box-sizing: border-box;
	display:none;
}
.image_uploader .form-control[disabled],
.image_uploader .form-control[readonly],
.image_uploader fieldset[disabled] .form-control {
	display:none;
}

.rate
{
display: flex;
margin-top: 0px;
border: 1px solid #dadada;
background: #f9f7f7a8;
margin: 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding: 10px 15px;
box-shadow: 0 3px 5px rgba(0,0,0,0.075) inset;
}

.rate > div
{
flex: 1 1 0;
flex-basis: auto;
flex-grow: 1;
text-align: center;
}

.rate_image, .book_action_image
{
height: 65px;
margin-right: 10px;
}

.error .rate_image {
	filter: sepia(0.5) hue-rotate(313deg) saturate(8);
}
.imagev1 {
	display:none;
}
.imagebox
{
	display:none;
	color: #257885;
	font-size: 16px;
	text-align: center;
	background-color: #ffebae;
	position: relative;
	padding: 40px 20px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.imagebox.has-advanced-upload
{
	outline: 2px dashed #257885;
	outline-offset: -10px;

	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.is-dragover .imagebox,
.imagebox.is-dragover
{
	outline-offset: -20px;
	outline-color: #257885;
	background-color: #fff5d7;
}
.has_image .imagebox,
.imagebox.has_image {
	background-color: var(--litsy-content-bg-color);
	outline-color: #25788533;
	padding:20px;
	padding-bottom:0;
}
.box__dragndrop,
.box__icon
{
	display: none;
}
.imagebox.has-advanced-upload .box__dragndrop
{
	display: inline;
}
.imagebox.has-advanced-upload .box__icon
{
	width: 100%;
	height: 60px;
	fill: #257885;
	display: block;
	margin-bottom: 40px;
}

.imagebox.is-uploading .box__input,
.imagebox.is-success .box__input,
.imagebox.is-error .box__input
{
	animation-name: loading_pulse_opacity;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.box__input label {
	font-weight: 400;
	cursor:pointer;
	xdisplay: none;
}

.box__uploading,
.box__success,
.box__error
{
	display: none;
}
.imagebox.is-uploading .box__uploading,
.imagebox.is-success .box__success,
.imagebox.is-error .box__error
{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	-webkit-transform: translateY( -50% );
	transform: translateY( -50% );
}
.box__uploading
{
	font-style: italic;
}
.box__success
{
	-webkit-animation: appear-from-inside .25s ease-in-out;
	animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside
{
	from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
	75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
	to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside
{
	from	{ transform: translateY( -50% ) scale( 0 ); }
	75%		{ transform: translateY( -50% ) scale( 1.1 ); }
	to		{ transform: translateY( -50% ) scale( 1 ); }
}

.box__restart,
.has_image .box__bottombuttons {
	display:none;
	margin-top:-100px;
	box-shadow: 0 0px 0px 8px rgba(0,0,0,0.3);
}
.has_image .box__cancel {
	margin-right:30px;
}
.avatar_create .has_image .box__cancel {
	margin-right:0;
}

.box__file
{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.box__file + label
{
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
}
.box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
	color: #d33a32;
	text-decoration: underline;
}
.box__file:focus + label,
.box__file.has-focus + label
{
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.box__file + label *
{
	/* pointer-events: none; */ /* in case of FastClick lib use */
}
.has_image .box__file + label {
	display:none; /* don't show file name */
}

.no-js .box__file + label
{
	display: none;
}

.no-js .box__button
{
	display: block;
}
.box__button
{
	font-weight: 700;
	color: #e5edf1;
	xbackground-color: #39bfd3;
	display: block;
	padding: 8px 16px;
	margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus
{
	background-color: #0f3c4b;
}
.img-upload-container {
	xmargin-top: 10px;
}
.img-upload-container img {
	height: 300px;
	width: 300px;
	box-shadow: 0 0px 0 2px rgba(0,0,0,0.2);
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,0.1);
	background: #fff;
	object-fit: cover;
	/*
	width: 100%;

	height: calc(100vw - 460px);
	*/
}
@media (min-width:768px) {
	.img-upload-container img {
		height: 520px;
		width: 520px;
	}
}


#img-upload2 {
	display: none;
	object-fit:cover;
}

.commentactions {
	margin-top:5px;
}
.commentaction img {
	height: 80px;
}

.postaction img {
	height: 100px;
}

.add_postactions {
	display:flex;
	margin: 35px 0;
	xborder-top: 1px solid #dadada;
	padding-top: 15px;
}

.add_postactions > div {
	flex: 1 1 0;
	flex-basis: auto;
	flex-grow: 1;
	text-align: center;
}
.tag_users_container {
	xmargin: 45px 0 15px;
}
.add_bottom_buttons_container {
	margin-top: 15px;
}
#addform_cancel {
	margin-top: 30px;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: 400;
}
textarea#post_text {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.arrow_box {
	position: relative;
	xbackground: #ffffff;
	border-bottom: 1px solid #dadada;
	border-radius: 5px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 16px;
	margin-left: -16px;
}
.rate-form-group {
	margin-top: -86px;
	z-index: 9999;
	transform: translate3d(0,0,0);
	height: 85px;
	overflow: hidden;
}

/* Prefs */
.page_preferences_content {
	margin: 15px;
	padding-bottom: 15px;
}
.page_preferences_content .fields {
	padding-top: 15px;
}
.page_preferences_content h3 {
	font-size: 16px;
	font-weight: 600;
	color: #41676d;
	margin-bottom: 5px;
}
.pref_description {
	color: var(--litsy-text-light-color);
	font-size: 12px;
	line-height: 1.2em;
	padding: 0;
	margin-bottom:-5px;
}
.prefsform_bottom_buttons {
	xborder-top: 1px dashed #dadada;
	padding-top: 15px;
	margin-top: 15px;
}
.page_preferences_content .radio-group {
	padding: 5px 0;
	margin-top: -15px;
}

@media (min-width:768px) {
	#preferenceform #first,
	#preferenceform #last,
	#preferenceform input[type=text],
	#preferenceform #email {
		width: 50%;
	}
}

.radio+.radio, .checkbox+.checkbox {
	margin-top: -10px;
}

/* stack popup */
.stack_popup .stack .stack_action img {
	width: 85px;
}
.stack_popup h2 {
	margin-top: 20px;
	margin-bottom: 8px;
}
.stack_popup .remove_from_stack {
	margin-top: 15px;
	margin-bottom: 5px;
	float:right;
}

.stack_popup .heartline.filler {
	height: 65px;
	height: 0px;
}

.lti {
	padding-right: 5px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	color: #553B39;
}
#stack_cancel_area {
	display: block;
	text-align: center;
	padding-top: 10px;
	font-weight: 400;
	clear: both;
}

/* comment form */
.commentform_counter {
	background: var(--litsy-input-bg-color);
	border: 1px solid var(--litsy-input-border-color);
	float: right;
	margin-top: -1px;
	margin-right: 21px;
	color: var(--litsy-text-light-color);
	text-align: center;
	border-radius: 5px;
	padding: 3px 20px;
	font-size: 12px;
	min-width: 6em;
	transition: all 1s;
	z-index: 999;
	transform: translate3d(0,0,0);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-color: var(--litsy-input-border-color);
}
.add_post_form_group {
	position:relative;
}
.add_post_form_group .commentform_counter {
	margin-top:0;
}
.commentform_counter.warn {
	color: #4e3f16;
	background: #f9c745;
	border-color:#c6b999;
	border-top-color: #eddeb9;
}
.commentform_counter.error {
	color: #fff;
	background: #d43a32;
	border-color: #905353;
	border-top-color: #ce7272;
}

.post_body .postcomments.loading_comments {
	animation-name: loading_comments;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes loading_comments {
	0% {
		background-color: var(--litsy-loading-comments-bgcolor1);
	}
	50% {
		background-color: var(--litsy-loading-comments-bgcolor2);
	}
	100% {
		background-color: var(--litsy-loading-comments-bgcolor1);
	}
}

@keyframes loading_pulse_opacity {
	0% {
		opacity:1.0;
	}
	50% {
		opacity:0.3
	}
	100% {
		opacity:1.0;
	}
}
.loading_pulse,
.loading_opacity {
	animation-name: loading_pulse_opacity;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.profile_error_message {
	padding: 30px 15px;
	text-align: center;
	margin: 15px;
	margin-bottom:15px !important;
}

.booklist .profile_error_message {
margin: 0px;
}

.booklist .profile_error_message_buffer {
padding: 2em;
}

.profiletextarea h1 {
	font-size: 22px;
}

.profiletextarea .secondaryinformation
{
margin-top: 0.5em;
}

.profiletextarea .secondaryinformation h2
{
margin-bottom: 0.9em;
}

.profiletextarea .secondaryinformation h3
{
margin-bottom: 0.7em;
}

.btn.stack_done {
	margin-top: .5em;
	float:right;
}

/* from slop */
.navbuttons
{
	position: relative;
	padding: 20px 0 0 150px;
}

.navbuttons span.button
{
	padding-right: 2em;
}


.activitylist .activity.new
{
background-color: #f9c74552;
}
.template_stuff {
	padding:15px;
}

/* edit page */
.editpost_pagecontainer {
	padding: 15px;
}
.page_edit .postimage {
	margin-bottom: 5px;
	border-radius: 4px;
	position:relative;
}
.replaceImageButton {
	position: absolute;
	bottom: 15px;
	left: calc(50% - 4.5em);
}

.litsy_post_taggedusers {
	margin: 15px 0;
}

.litsy_post_taggedusers > img {
	width: 22px;
	vertical-align: top;
	display: inline-block;
	margin-top: -4px;
	margin-right: 5px;
}

.form-helptext {
	color: #888;
	font-size: 12px;
	margin-top: 2px;
	font-style: italic;
	margin-left: 10px;
}

div[data-autocomplete] {
	/*the container must be positioned relative:*/
	position: relative;
	display: block;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}
.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert.danger {
	color: #b1312b;
	background-color: #f2e0de;
	border-color: #ebcfcc;
}
.alert.empty {
	color: #111;
	background-color: #DDD;
	border-color: #AAA;
}
.profile_alert {
	background: #fff;
	padding: 15px;
	border: 1px solid var(--litsy-content-border-color);
}
.profile_alert + .booklist {
	xdisplay:none;
}

.alert-error {
	background: #edd4d3;
	border: 1px solid #e3bebc;
	border-radius: 5px;
	text-align: center;
	font-weight: 700;
	color: #d43a32;
}

#change_avatar_box {
	clear: both;
	padding-top: 5px;
}
.notewell {
	display: inline-block;
	background: #e6f3f5;
	border: 1px dashed #aabdc0;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 12px;
	margin-left: 5px;
}
#change_avatar_box .notewell {
	margin-left: -25px;
	padding-top: 4.75px;
	transform: rotate(21deg) translate(-18px);
	background: #f9c745ad;
	border-radius: 10px;
	box-shadow: 0 1px 0px 0 #00000045;
}

.blockedmessage
{
text-align: center;
background-color: #fff;
padding: 3em 1em;
font-size: 14px;
	font-size: 18px;
}



.postcomment_elipsis
{
margin-left: 2em;
font-size: 18px;
color: gray;
padding: .5em 0;
}

.postcomments_show_hidden
{
line-height: 1.5;
margin: 1.5em 0 1.5em 0 !important;
padding: 0;
font-weight: bold;
color: gray;
	cursor:pointer;
}

.bookstats
{
margin-top: 0;
color: #444 !important;
font-size: 12px;
}

.book_view_top .bookstats
{
margin-bottom: 1em;
}

.searchresults .bookstats
{
margin-top: 1em;
}

span.pipe
{
margin: 0 .5em;
}

.followsyou
{
margin-top: .8em;
}

.followsyou span
{
background-color: #e6ecf0;
border-radius: .4em;
font-size: 80%;
color: #657786;
font-weight: normal;
padding: .3em .6em;
white-space: nowrap;
}

.profile_header .followsyou span
{
font-size: 100%;
}

.secondline .first_last
{
margin-right: 0em;
}

.readingnow_item
{
clear: both;
}

.simplebook
{
font-size: 16px;
margin-bottom: 2em;
}

.book_action_image_area
{
display: flex;
margin: 15px 0 40px 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding: 10px 15px;
}

.book_action_image_area > div
{
flex: 1 1 0;
flex-basis: auto;
flex-grow: 1;
text-align: center;
}

.book_action_image_area, .book_action_image
{
height: 65px;
margin-right: 10px;
}

.LT_LB_content h2
{
margin-top: 20px;
margin-bottom: 8px;
text-transform: uppercase;
}

.signupform
{
}

/*
.signupform input
{
display: block;
clear: both;
}

.signupform input.fields
{
font-size: 16px;
margin-bottom: 10px;
padding: .5em;
width: 100%;
}
*/
form .group
{
padding-bottom: 25px;
}

.profileimagearea_lg img
{
width: 100%;
}

.sharingbuttons
{
font-size: 24px;
text-align: center;
xcolor:#fff;
width: 100%;
margin: 20px 0;
}

.sharingbuttons a
{
margin: 0 10px;
}

#addpost_posting {
	z-index: 9999;
	position: fixed;
	top: 50vh;
	left: calc(50% - 5em);
	text-align: center;
	display: block;
	transform: translate3d(0,0,0);
	border: 1px solid #33b1c7;
	padding: 15px 30px;
	border-radius: 5px;
	background: #d0e8ed;
	font-weight: 600;
	color: #257885;
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);
}
.bar {
	width: 100%;
	height: 20px;
	border: 1px solid #257885;
	border-radius: 3px;
	background-image: repeating-linear-gradient( -45deg, #257885, #257885 11px, #fff 10px, #fff 20px /* determines size */ );
	background-size: 28px 28px;
	animation: bar_loading_move 1s linear infinite;
	margin-top: 10px;
	opacity: 0.75;
}

@keyframes bar_loading_move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 28px 0;
	}
}

/* PESDK */
#pesdk_editor {
	width: 93vw !important;
	height: 93vh !important;
	position: fixed !important;
	left: 3vw;
	xborder: 2px solid white;
	box-shadow: 0 0px 0 9px rgba(0,0,0,0.5);
	border-radius: 0;
	z-index: 9999;
	transform: translate3d(0,0,0);
	top: 3vh;
	border-radius: 5px;
}




.comment_booktag_searchbox {
	margin:10px 0;
}
.searchbox_comment_booktag {
	border: 1px solid #bbb;
	border-radius: 4px;
	xcolor: #444;
	padding: 2px 30px 2px 5px;
	width: 100%;
	height: 35px;
	font-size: 16px;
	display: inline-block;
	outline:none;
}

.updating {
	opacity:0.3;
}

#profileImageDropbox {
	display:none;
}
.avatar_create .box__cancel {
	display:none;
}
#img-upload2.avatar_upload_proxy {
	border-radius:50%;
	border:none;
}
.prefs_darkmode_img {
	font-size: 130% !important;
	line-height: 0 !important;
	vertical-align: top !important;
	margin-top: 9px !important;
}
#litsy_signup_avatar_uploadbtn {
	display:none;
}
.storeline
{
margin-top: 1em;
}

.storeline img {
	border: 1px solid rgba(0,0,0,0.3);
	width: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	border-radius: 5px;
}

div.addbookmarkB,
.addbookmarkB div {
	display: inline;
}

.smallfacebookbutton,
.smallfacebookbutton:hover {
	float: right;
	background-color: #3e6bb0;
	border-style: none;
}

.smallfacebookbutton img {
	height: 26px;
	width: 26px;
	margin-right: 0.6em;
}

span.redact {
	color: #AAA;
}

#searchresults_book_loader {
	display:none;
	text-align: center;
	width:100%;
	padding: 15px;
}
.volumized {
}
.volumized:after {
	content: "+";
	display: block;
	position: absolute;
	right: 15px;
	font-size: 28px;
	top: 35px;
	opacity: 0.5;
}

.privacybox {
	padding:15px;
}
.sidebar_privacy_0 .privacybox {
	background-color: var(--litsy-content-bg-color);
}

.sidebar_privacy_1 .privacybox, .sidebar_privacy_2 .privacybox {
	background-color: var(--litsy-content-bg-color);
}
.privacybox_content {
	margin-left: 0;
	text-align: justify;
}

.privacybox_icon {
	font-size: 22px;
	float: left;
	color: #33b1c7d4;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 5px;
}

.privacybox .statusSentence {
	display: block;
	font-weight: 600;
	margin-top: 5px;
	text-align: right;
	border-top: 1px dashed var(--litsy-content-border-color);
	padding-top: 10px;
}

.privacybox .privacy_status_icon {
	margin-left: 5px;
	font-size: 140%;
	margin-top: 0px;
	vertical-align: top;
}

.privacybox .status_exp {
	font-weight: 400;
	color: #999;
}
#copybutton {
	margin-left:5px;
	margin-top:0;
}
.copyURL {
	width: 160px;
}

@media (min-width:1040px) {
	.xprivacybox_content {
		margin-left: 45px;
	}
	.xprivacybox_icon {
		font-size: 27px;
		float: left;
		color: #33b1c7d4;
		margin-top: -4px;
	}
}

.textpages h2, h2
{
margin: 1.2em 0 0.8em 0;
}

.textpages h3
{
margin: 2em 0 1em 0;
}

img.icon
{
height: 24px;
}

div.progressbar
{
}

div.progressbarcontainer
{
height: 3em;
position: relative;
margin-bottom: 0.3em;
margin-top: 1em;
}

div.sidebar_module div.progressbarcontainer
{
margin-bottom: 0.8em;
}

.template_stuff div.currentimportingstacks
{
font-size: 1.3em;
margin-bottom: 30px;
}

div.progressbar img
{
height: 3em;
border-left: 2px solid white;
}

.progressbarcontainer .percentdone
{
position: absolute;
top: 0;
left: 1em;
height: 3em;
line-height: 3em;
color: #222;
font-weight: bold;
font-size: 1em;
}

div.progressbar img:first-child
{
-moz-border-top-left-radius: 		8px;
-webkit-border-top-left-radius: 	8px;
border-top-left-radius: 			8px;
	
-moz-border-bottom-left-radius: 	8px;
-webkit-border-bottom-left-radius:	8px;
border-bottom-left-radius: 			8px;
border-left-style: none;
}

div.progressbar img:last-child
{
-moz-border-top-right-radius: 		8px;
-webkit-border-top-right-radius: 	8px;
border-top-right-radius: 			8px;
	
-moz-border-bottom-right-radius: 	8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 		8px;
}

.simplestatus
{
margin-left: 0.4em;
}

.simplestatus .item
{
font-weight: bold;
white-space: nowrap;
}

.simplestatus .item .label
{
font-weight: normal;
}

.simplestatus span.item
{
margin-right: 1.5em;
}

.simplestatus span.item:first-child
{
}

.page_preferences_content h1
{
margin-bottom: 1em;
xmargin-top: 1.5em;
}

.page_preferences_content h1:first-child
{
margin-top: 0.5em;
}

.page_preferences_content h2
{
margin-top: 2em;
font-size: 20px;
}

.bigheadings h3
{

}

.pastimports img
{
opacity: 0.5 !important;
}

div.savedstack
{
margin-top: 1em;
}

table.savedstack
{
width: 100%;
}

table.savedstack tr
{
padding-bottom: 2px;
}

table.savedstack td
{
height: 3em;
padding: 0.5em;
background-color: var(--litsy-content-border-color);
border-bottom: 0.3em solid var(--litsy-content-bg-color);
}

table.savedstack tr td:last-child
{
text-align: right;
}

table.savedstack tr td:first-child
{
font-weight: bold;
}

div.post_body div.image
{
position: relative;
}

.magnifying
{
position: absolute;
right: 0;
bottom: 0;
color: white;
height: 30px;
width: 30px;
font-size: 18px;
line-height: 30px;
text-align: center;
background-color: rgba(0,0,0,.2);
display: none;
cursor: pointer;
}

div.post_body div.image:hover .magnifying
{
display: block;
}

img.shareimg
{
width: 220px;
height: 220px;
background-color: #eee;
margin: .5em 0 1em 0;
border: 1px solid #eee;
}

.sharingbuttonspopup .btn
{
margin-left: .5em;
}

.post.tip
{
padding: 20px 15px 20px 15px;
}

.post.tip .post_body
{
border-top: 1px solid hsla(0, 0%, 0%, 0.2);
margin-left: -15px;
margin-right: -15px;
padding-top: 1em;
}

.tip_head
{
margin: 0 0 1em 0;
}

.tagcloud a
{
margin: 0 5px;
}

.tagcloud a.size_0
{
font-size: 2.2em;
font-weight: bold;
}

.tagcloud a.size_1
{
font-size: 1.5em;
font-weight: bold;
}

.tagcloud a.size_2
{
font-size: 1.25em;
}

.tagcloud a.size_3
{
font-size: 1.5em;
}

.tagcloud a.size_4
{
font-size: 1em;
}

.tagcloud a.size_5
{
font-size: 1em;
}


.helpbox
{
position: relative;
display: none;
}

.helpbox .slide
{
xheight: 450px;
width: 100%;
margin-bottom: 10px;
position: relative;
}

.helpbox .slide img
{
xheight: 450px;
width: 100%;
}

.helpbox .slide .help_text
{
bottom: 0;
position: absolute;
width: 100%;
background-color: rgba(255, 251, 220, 0.9);
padding: 15px;
font-weight: bold;
font-size: 1.5em;
border: 2px solid #EEE;
}

.helpbox.hb_1
{
display: block;
}

a.box_xout,
a.box_xout:link,
a.box_xout:active,
a.box_xout:visited {
	float: right;
	color: var(--litsy-text-light-color) !important;
	border: 1px solid var(--litsy-input-border-color);
	padding: 4px 5px 3px;
	border-radius: 10px;
	line-height: 0;
	display: block;
	margin-top: -2px;
	background: var(--litsy-content-commenthover-color);
}

a.box_xout:hover {
	text-decoration: none !important;
	color: #fff !important;
	background: var(--litsy-darkblue-color);
}

.rightnav .hellobox.loud {
	background: #ffd77030;
	border-color: #b78e2459;
}
.pillbadge {
	font-size: 24px;
	line-height: 0;
	vertical-align: top;
	margin-top: 9px;
	display: inline-block;
	color: #000;
}
.progressdots {
	display: inline-block;
	border: 1px solid #e0e0e0;
	height: 18px;
	float: right;
	background: #f5f5f5;
	border-radius: 10px;
	margin: -5px 0 5px;
	padding:0 2px;
}
.progress_item {
	color: #ccc;
	display:inline-block;
}
.progress_item.complete {
	color: #33b1c7;
}
.hellobox li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -15px;
}

div.hashtags div.hashtag
{
position: relative;
}

div.hashtag_name
{
height: 20px;
}

div.hashtags div.hashtag_delete
{
position: absolute;
top: 50%;
margin-top: -10px;
height: 20px;
right: 15px;
}

#searchform.hashsearch .form-group {
	float: left;
	margin-right: 1.9%;
	width: 78%;
	margin-top:0;
}
.hashsearch #hashsearchsubmit {
	width:20%;
	margin-bottom:15px;
}

.ltvenuepics
{
margin-top: 1.5em;
margin-bottom: .8em;
}

.ltvenuepics h2
{
margin-bottom: 0.6em;
}

.ltvenuepics img.venuepic
{
margin: 0px 4px 4px 0;
border: 2px solid #ddd;
}

.page_resources_content {
	padding:15px;
}
.resource_section_items {
	text-align: center;
}
.resource_item {
	border:1px solid var(--litsy-content-border-color);
	border: 1px solid var(--litsy-content-border-color);
	display: inline-block;
	padding: 15px;
	margin: 25px;
	text-align: center;
	border-radius: 5px;
	vertical-align: top;
	min-width:200px;
}
.resource_item img {
	max-width: 170px;
}
.resource_filename {
	font-weight: 600;
}
.note {
	color: var(--litsy-text-light-color);
	font-size: 90%;
}
.resource_bottom {
	margin-top:30px;
}

.feed_tab img
{
width: 100px;
}

p
{
margin-bottom: .5em;
}

#reveal div
{
display: none;
}

.giftlist .gift:first-child
{
border-top: none;
padding: 0.5em 0 1em 0;
}

.giftlist .gift
{
border-top: 2px solid var(--litsy-mediumblue-color);
padding: 1em 0 1em 0;
}

.redwarning
{
font-weight: bold !important;
color: red  !important;
}


.giftlist .buttons, .santacomments .buttons
{
float: right;
}

.santathinglists .user_list
{
margin-bottom: 1em
}

.santathinglists h2
{
color: var(--litsy-text-heading-color);
padding: 1em 0 0 1em;
margin-top: 0;
font-size: 22px;
}

.santathing.user
{
}

.searchresult:first-child
{
border-top: 1px solid #e8e8e8;
}

div.youpickfor
{
border: 2px solid red !important;
margin: 0.5em 0 1em 0;
}

div.santathing_content div.youpickfor
{
padding: 1em;
}

.buttonset button
{
margin-top: 0.5em !important;
}

.buttonset button:first-child
{
margin-top: 0;
}

/* santacomments */

div.santacomments .santacomment
{
border: 2px solid #DDD;
padding: 0.7em;
margin-top: 1em;
}

div.santacomments .santacomment:first-child
{
margin-top: 0;
}

div.santacomments .admin
{
border-color: var(--litsy-mediumblue-color);
border-color: #0089a1;
}

div.santacomments .commenthidden
{
background-color: #EEE;
}