/*
minipac_general.css
*/

body {
	padding-top: 60px;
	padding-top: 53px; /* Added March 23, 2016 TS from minipac_settings.php */
	line-height: 1.5;
	padding-bottom: 38px;
}

.dnone,
.hid,
.hdn,
.hideme {
	display:none;
}
#main {
	margin-left: 0;
	margin-right: 0;
	padding: 0;

}
.minipac_bib #main {
	margin-top: 15px;
}

.divcenter {
	text-align:center;
	width: 100%;
}


/* remove dotted outlines in firefox */
.btn.active.focus,
.btn.active:focus,
.btn.focus, .btn.focus:active,
.btn:active:focus, .btn:focus,
a:focus
{
outline:none;
}

button::-moz-focus-inner
{
border: 0;
}

select:-moz-focusring
{
color: transparent;
text-shadow: 0 0 0 #000;
-moz-transition:none;
transition:none;
}

.no-gutter > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
h1.first, h2.first, h3.first, h4.first, h5.first, h6.first {
	margin-top:0;
}
.nosidepadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 600px) {
	.nosidepadding-xxs {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.nosidepadding-xs {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media (max-width: 992px) {
	.nosidepadding-sm {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.minipac_libicon {
	margin-top: -8px;
	vertical-align: middle;
	margin-left: -3px;
	color: #697d8e;
	margin-right: -4px;
}

.glyphicon.smaller {
	font-size: 80%;
}

.libname_user {
	color: #6A6A6A;
	font-size: 14px;
	font-weight: 600;
	padding-right: 5px;
}

.minipac #mainnav_row {
	z-index: 5000; /* lowering from 20000 to go under #account_closed_overlay */
	position: relative;
}

.minipac_index #mainnav_row {
	xdisplay: none;
}

.subnav {
	top: 50px;
	min-height: 30px;
	border-top: 1px solid #d9d9d9;
}

.label-sort {
	background-color: #dcdcdc;
	color: #5f5f5f;
	margin-right: 5px;
}

.breadcrumb {
	background: #FBFBFB;
	margin-bottom: 0;
}

.breadcrumb > .active {
	font-weight: 600;
}

h1.page-header.main-header {
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 0;
	border-bottom: 0;
	font-size: 24px;
}

.h2, h2 {
	font-size: 20px;
}
.h3, h3 {
	font-size: 18px;
}




#resultsbox {
	xborder-right: 1px solid #eee;
	padding-top: 20px;
	/*width: 100%;*/
}

@media (max-width: 768px) {
	#resultsbox {
		xwidth: calc(100% - 195px); /* TODO: make this work without calc */
	}
}

#facetsdiv {
	padding-left: 25px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	float: right;
	min-height: 100%;
	position: absolute;
	right: 0;
	width: 225px;
	background: #fbfbfb !important;
	top: -1px;
	transition: width 0.75s ease;
	padding-bottom: 30px;
}

#facetsdiv h3 {
	font-size: 18px;
	font-weight: 400;
}

@media (xmax-width: 992px) {
	#facetsdiv {
		width: 30%;
	}

	#resultsbox {
		width: 70%;
	}
}

.searchpage_container {
	position: default;
	xborder-top: 1px solid #eee;

}


.minipac_result {
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	padding: 15px;
	padding-left:20px;
}
@media (max-width:768px) {
	.minipac_result {
		padding-left:15px;
	}
}

.minipac_result:last-of-type {
	border-bottom: none;
}

.minipac_result h2 {
	padding-top: 0;
	margin-top: 0;
}

.minipac_result .image {
	text-align: center;

}

.minipac_result .image img {
	border: 3px solid #e8e7e7 !important;
	outline: 1px solid #dadada !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100px;
	box-sizing: content-box;
}

.bibdetail_cover cover {
	box-sizing: content-box;
}

.minipac_sortbar {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: -1px;
	z-index: 1000; /* to show up in FF and not be hidden under #navigation [cc] */
}

.minipac_sortbar .breadcrumb {
	border-radius: 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	font-weight: 300;
	position: relative;
}

.minipac_sortbar_fixed {
	left: 0;
	right: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: fixed;
	top: 62px;
}
.bottom_sortbar .minipac_sortbar_fixed {
	position:relative;
	padding-left:0;
	padding-right:0;
	top:0;
}
@media (min-width: 768px) {
	.bottom_sortbar .minipac_sortbar_fixed {
		xdisplay:none;
	}
}

.minipac_pagbar {
	margin-left: -15px;
	position: absolute;
	width: 100%;
}

#searchlede {
	xpadding-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
	box-sizing: initial !important;
	margin-left: -16px;
	padding: 0 15px !important;
}

.searchlede_term {
	padding-left: 5px;
	color: #D08626;
}

.minipac_headersearchinput {
	width: calc(100% - 160px);
	border: none;
	box-shadow: 0;
	border-bottom: 1px dashed #e9e9e9;
	/*font-size: 24px;*/
	color: #D08626;
	padding: 0 5px;
	line-height: 24px;
	font-weight: 300;
	display: inline-block;
	box-shadow: none;
	border-radius: 0;
}

.minipac_headersearchinput:focus {
	box-shadow: none;
	border-color: #e9e9e9;
	border-bottom-style: dashed;
	border-radius: 0;
}

.minipac_headersearchstring {
	border-bottom: 1px dashed #e9e9e9;
	padding-left: 21px;
	padding-right: calc(100% - 350px);

}

#tc_head_searchcell {
	white-space: nowrap;
	width:99%;
	padding: 9px 15px 9px 0;
}
#tc_head_searchcell .input-group {
	width:100%;
}
#tc_head_usercell {
	padding-right:15px;
}
#tc_head_logocell {
	white-space: nowrap;
	padding-top:5px;
}
#tc_head_logoname {
	margin-top: 5px;
	display: inline-block;
	text-decoration: none !important;
}
.minipac_index #tc_head_logoname {
	margin-top: 9px;
}

.navbar-brand {
	padding: 15px 0 15px 15px;
}

.minipac_search_coverbox {
	min-width: 135px;
	margin-bottom: 20px;
	xmargin-left: -15px;
}

#search_group_btn {
	width: 0;
	width: 0.5%;
}

.minpac_sort_label {
	color: #bbbbbb;
	font-size: 19px !important;
	margin-top: -4px;
	padding-right: 10px;
	vertical-align: middle;
}

.minipac_search_fmt {
	margin-right: 1em;
}

.minipac_biblabel {
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	padding-right: 15px;
	xdisplay: block;
	white-space: nowrap;
	xmin-width: 75px;
}

.minipac_bibdata {
	xmargin-left: 20px;
	color: #555555;
}

.minipac_tad_t h2 {
	margin-bottom: 0px;
}

.minipac_tad {
	xborder-bottom: 1px dashed #eeeeee;
	TSmargin-bottom: 10px;
	TSpadding-bottom: 15px;
	margin-bottom: 1.5em;
}

.minipac_result .rating {
	color: #666;
	margin-left: -3px;
	padding-top: 2px;
}

.minipac_result .rating .mdi-action-grade {
	font-size: 18px;
}

.minipac_result .rating .half-star {
	font-size: 15px;
	padding: 0 1px 0 2px;
}

.minipac .rating .mdi-action-grade.empty-star {
	color: #e6e6e6;
}

.noSearchShowing {
	padding-top: 4px;
}

.navbar-header {
	margin-left: 0 !important;
	padding: 0;
}

.navbar-form {
	border-bottom: none;
	border-top: none;
	padding: 0;
	margin-left: 15px;
}

.navbar-default {
	xbackground-color: #ffd45f;
	xborder-color: #e4bf5b;
	min-height: 53px;
}


.navbar-brand > img,
.nav-brand-img {
	height: 45px;
	margin-top: -12px;
	opacity: 0.7;
	vertical-align: top;
	display: inline;
}

/* the tiny logo on the index page */
.xminipac_index .navbar-brand > img,
.xminipac_index .nav-brand-img {
	height: 28px;
	margin-top: -4px;
	opacity: 0.35;
}

.minipac_index .navbar-left {
	display: none !important;
}

.xminipac_index .libname_user {
	display: block;
	float: right;
	padding-left: 5px;
	font-weight: 300;
	opacity: 0.6;
}

.nav.navbar-form.navbar-left {
	float: right !important;
}

.navbar-form {
	width: 85%;
	width: calc(100% - 50px); /* lowering this (previously was -210) so it fits on FF [cc] */
	margin-left: 0;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}

.libname_user {
	display: none;
}

.navbar-right {
	float: left !important;
	xmargin-right: -15px !important;
}

/* top search form */
@media (min-width: 768px) {

	.nav.navbar-form.navbar-left {
		margin-left: 0;
		float: left !important;
	}

	.navbar-form {
		width: 70%;
		width: calc(100% - 190px); /* lowering this (previously was -210) so it fits on FF [cc] */
		margin-left: 0;
	}

	.libname_user {
		display: inline;
	}

	.navbar-right {
		margin-right: 0 !important;
		float: right !important;
		margin-left: 0 !important;
	}
}

.navbar-form .input-group {
	width: 89%;
	width: calc(100% - 55px);
}

#minipac_search_bc_sort {
	text-align: right;
}

.pagination {
	margin: 0;
	font-weight: 600;
}

.ui-front {
	z-index: 9999999;
}

/* showmore */
.showmore_showlink {
/*	color: #777; Removed because it was fucking up "more" link on https://athena.librarycat.org/tcsettings/patrons# */
}

.showmore_hide {
	display: none;
}

/* pagestats */
.pagestats {
	color: #777;
	font-size: 14px;
	font-weight: 200;
	display: none;
}

#jqwinsize {
	display: none;
}

#maincover {
	text-align: center;
	margin-top: 20px;
	padding:0;
}

/* main cover img */
#mci, .popupcover {
	border: 1px solid #ccc;
	border: 4px solid #e8e7e7;
	outline: 1px solid #dadada;
	cursor:pointer;
}

.popupcover {
	margin-bottom: 10px;
	max-width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
	#mci {
		width: 100%;
	}
}

/* this gives a little extra space between the cover and bib info */
@media (min-width: 768px) {
	.minipac_sr_text {
		padding-left: 30px;
	}
}


/* bib stuff */
/* orange: d08626 */
body.minipac_bib {
	padding-top: 85px;
}


.minipac_bibpage_sectiondata {
	xborder-bottom: 1px solid #f2f2f2;
	margin-bottom: 15px;
	padding-bottom: 15px;
	max-width:900px;
}

.minipac_bibpage_section:last-child .minipac_bibpage_sectiondata {
	border: none;
}

@media (min-width: 768px) {
	.minipac_bibpage_sectiondata {
		border: none;
		margin-bottom: 15px;
		padding-bottom: 0;

	}
}

.minipac_bibpage_sectiondata h4 {
	font-size: 16px;
}

.minipac_bibpage_sectiontitle {
	color: #333;

	margin-top: 2px;
	vertical-align: top;

	font-size: 22px;
	font-weight: 300;

	font-weight: 200;
	color: #666;
}

.ddc_sep {
	color: #555555;
	font-size: 70%;
	padding: 0 6px;
}

.ddc_num {
	vertical-align: top;
	padding-right: 15px;
}

.ddc_path {
	vertical-align: top;
}

.ddc_mark {
	color: #555;
	padding: 0 3px;
}

.minipac_bib_note {
	color: #E0E0E0;
}

.minipac_bib h1 {
	font-size: 28px;
}

.minipac_bib .subjectLine,
.minipac_bibpage_awards .minipac_bibpage_sectiondata div,
.minipac_bibpage_recommendations div.msdi,
.minipac_bibpage_sectiondata .showmore_showlink,
.minipac_bibpage_sectiondata .msdi {
	padding: 2px 0;
	margin-top:-2px;
}

.minipac_bib .subjectLine:first-of-type,
.minipac_bibpage_awards .minipac_bibpage_sectiondata div:first-of-type {
	padding-top: 2px;
}

.minipac_bib .subjectLine:last-child,
.minipac_bibpage_awards .minipac_bibpage_sectiondata div:last-child,
.minipac_bibpage_sectiondata .showmore_showlink {
	border: none !important;
}

.minipac_bibpage_recommendations .msdi {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 5px;
	xmargin-right: 15px;
}
@media (min-width: 768px) {
	.minipac_bibpage_recommendations .msdi {
		border:none;
	}
}
.minipac_bibpage_recommendations .minipac_bibpage_sectiondata div:last-child {
	border:none !important;
	margin-bottom: 0;
}
.minipac_bibpage_recommendations .msdi > a:first-child {
	xdisplay: block;
}

.showlessmore_link div {
	cursor: pointer;
}

.minipac_bibpage_titleauthor .minipac_bibpage_sectiondata {
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.minipac_bibpage_titleauthor .minipac_bibpage_sectiondata {
		border-bottom: none;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

}

.minipac_bibpage_section {
	border-top: 1px solid #f2f2f2;
	padding-top: 15px;
}


.minipac_bibpage_lending .minipac_bibpage_section:last-child h4
{
margin-bottom: 0 !important;
}

.minipac_bibpage_splitter + .minipac_bibpage_section {
	border-top: none;
	padding-top:0;
}

.minipac_bibpage_titleauthordaterating + .minipac_bibpage_section,
.minipac_bibpage_lending + .minipac_bibpage_section {
	border-top: none;
	padding-top: 0;
}

@media (min-width: 992px) {
	.minipac_bibpage_sectiontitle {
		font-size: 14px;
		font-weight: 500;
	}

	.minipac_bibpage_section {
		border-top: none;
		padding-top: 0;
	}
}

.minipac_bib .minipac_bibpage_titleauthor h1 {
	margin-top: 15px;

}

.minipac_bib .minipac_bibpage_titleauthor h2 {
	margin-top: 10px;
	font-size: 18px;
}

.navlinks {
	background: none repeat scroll 0 0 #f9f9f9;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	box-shadow: 0 2px 0 #f4f4f4 inset, 0 2px 0 rgba(255, 255, 255, 0.5);
	min-height: 40px;
	height: 40px;
	top: 51px;
}
.navlinks a {
	text-decoration: none !important;
}

#minpac_bib_resnavh {
	xfont-weight: bold;
	white-space: nowrap;
}

#minipac_bib_resof {
	/*
	color: #6f6f6f;
	display: inline-block;
	font-size: 11px;
	font-style: italic;
	margin-top: 2px;
	vertical-align: top;
	font-weight: 300;
	*/
	padding: 0 0.25em;

}

.pipe {
	border-left: 1px solid #cccccc;
	margin-left: 5px;
	margin-right: 5px;
}

#minpac_bib_resnavh {
	text-align: right;
}

.minipac_bib_respag {
	text-align: center;
}

.page_button {
	min-width: 50px;
}

#searchback_text {
	display: none;
}

#searchback_glass {
	xcolor: #999 !important;
	display: inline-block;
	font-size: 21px;
	margin-left: -15px;
	margin-top: -4px;
	padding: 0;
}

.minipac_bib #backbuttoni {
	font-size: 12px;
	margin-left: 5px;
	margin-top: -2px;
	padding: 0;
	vertical-align: top;
}

@media (min-width: 650px) {
	#searchback_glass {
		display: none;
	}

	#searchback_text {
		display: inline;
	}

	.minipac_bib #backbuttoni {
		font-size: 17px;
		margin-top: -5px;
		margin-left: 0;
		padding: 0 5px 0 0;
		vertical-align: middle;
	}
}

.minipac_bib h2.author {
	margin-top: 10px;
}


#minipac_bib_bookdate,
.minipac_holding_status {
	/*
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: -1px;
	margin-left: 15px;
	margin-top: -1px;
	padding: 3px 7px 4px;
	vertical-align: top;
	*/

	font-variant: small-caps;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 30px;
}
.minipac_holding_status.onhold {
	color: #d08626;
}
.minipac_holding_status.unavail {
	color: #d02626;
}
.minipac_holding_status.avail {
	color: #3f8e3e;
}

.btn-warning
{
background-color: #b7b85c;
background-color: #5c6bb8;
background-color: #6aa5d6;
border-color: #3b4267;
}

.btn-warning:hover
{
background-color: #eced76;
}



.minipac_bib .minipac_holding_status {
	xmargin-top:0;
	xpadding-bottom:5px;
}

#minipac_bib_bookdate {
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	color: #444444;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0.2em 0.5em;


}

.msdi_item {
	TSmargin-top: -2px;
}

.minipac_search .msdi_item {
	TSmargin-top: -3px;
}

.askaboutthis {
	margin-top: 2px;
}

.holdings_table {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.holdings_table {
		margin-top:0;
	}
}
.holdings_table tr {
	display: block;
	margin-bottom: 10px;
}
.holdings_table td {
	line-height: 20.5px;
	padding-right: 10px;
	vertical-align: top;
}
.minipac_holding_status {
	xmargin-left: 0;
	xmargin-right: 10px;
}

.minipac_holding_data {
	xpadding-right: 10px;
}



#minpac_bib_resnavo {
	margin-top: 15px;
	border-top: 1px solid #f2f2f2;
	padding-top: 15px;
}

.minipac_more_eye {
	color: #bbbbbb;
	font-size: 19px;
	margin-top: -1px;
	padding-right: 5px;
	vertical-align: top;
}

#social {
	margin-top: 30px;
	text-align: center;
	opacity: 0.9;
	margin-bottom:15px;
}

.soc_icon {
	font-size: 24px;
	padding: 4px;
	color: #666;
}
.minipac_search .social {
	text-align: center;
	width: 100%;
}
.minipac_search .social .soc_icon {
	font-size: 20px;
	color: #9f9f9f;
	padding: 4px 10px;
}

.minipac_bib #social .soc_icon.minipac_star_on,
.minipac_search .social .soc_icon.minipac_star_on {
	color: #F2A83B;
	font-size: 22px;
	vertical-align: top;
	padding-left: 8px;
	padding-bottom:2px;
}

/*
.xminipac_headerstar:after,
.minipac_bib #social .soc_icon.minipac_star_on:after,
.minipac_search .social .soc_icon.minipac_star_on:after {
	content:"\f006";
	color: rgba(0, 0, 0, 0.26);
	font-size: 22px;
	left: 8px;
	position: absolute;
}
*/

.minipac_bib #social .soc_icon.minipac_star_on {
	font-size: 24px;
	padding:4px;
}
.minipac_bib #social .soc_icon.minipac_star_on:after {
	font-size: 24px;
	left: 4px;
}

.minipac_headerstar {
	xtransition: color 1s;

}
.minipac_headerstar.flash {
	xcolor: #f2a83b;
	animation: starpulse 1s 2;
}
.minipac_headerstar:after {
	left: 0;
}

@keyframes starpulse {
	0% {
		color: #6a6a6a;
	}
	50% {
		color: #f2a83b;
	}
	100% {
		color: #6a6a6a;
	}
}

/* social icons */
.soc_icon:hover {
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.soc_icon.soc_fb:hover {
	color: #224EAA;
}

.soc_icon.soc_tw:hover {
	color: #000;
}

.soc_icon.soc_threads:hover {
	color: #000;
}

.soc_icon.soc_bs:hover {
	color: #1083fe;
}

.soc_icon.soc_tu:hover {
	color: #455a7b;
}

.soc_icon.soc_pin:hover {
	color: #C91111;
}
.soc_icon.soc_email:hover {
	color: #C91111;
}
#searchlist_sendlink {
	font-size: 10px;
	padding-left: 15px;
}
.faded {
	opacity: 0.5;
}
#requestitem_email {
	padding: 20px;
	padding-top: 0px;
}

.TSmsdi_item div {
	margin-bottom: 5px;
}

.minipac_request_button {
	margin-right: 15px;
	margin-bottom: 10px;
}

.xmultiB:last-of-type .minipac_request_button {
	margin-bottom: 0;
}

.buttonline
{
margin-top: 1em; /* ¥ */
}

.minipac_request_button:last-of-type {
	margin-right:0;
}
.minipac_bib .minipac_request_button {

}
.webkit.minipac_bib .minipac_request_button {
}
.webkit .minipac_bib .minipac_request_button {
}

.minipac_bibpage_titleauthordaterating {
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.minipac .rating {
}

.minipac .rating a {
	outline: 0;
}

.minipac_titleauthor_group {

}

.minipac_otherauthorrating_group {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mpboa_title {
	font-size: 14px;
	font-weight: 500;
	padding-right: 10px;
}

.minipac_bibpage_ltfl_similaritems {
	border-right: none;
	border-left: none;
	margin-bottom: 25px;
	padding: 10px 0 0;
}

.minipac_bibpage_splitter {
	content: " ";
	height: 1px;
	background: #e7e7e7 none repeat scroll 0 0;
	height: 5px;
	margin:15px -30px 30px;
}
@media (min-width: 768px) {
	.minipac_bibpage_splitter {
		margin: 15px 0 30px;
		height: 1px;
	}
}



.minipac_bibpage_lending {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding: 15px 15px;
	padding-bottom: 5px;
}

.minipac_bibpage_lending h4 {
	margin-left: -15px;
}

.minipac_bibpage_lending .minipac_bibpage_sectiondata {
	margin-bottom: 0;
	margin-left: -15px;
}

.minipac_bibpage_lending .multiB:last-of-type .minipac_bibpage_sectiondata {
	padding-bottom:0;
}

@media (min-width: 992px) {
	.minipac_bibpage_lending .minipac_bibpage_sectiondata {
		margin-left: 0;
	}
}

@media (min-width: 768px) {

}

.ddc_data {
	margin-top: 5px;
}

.minipac_bibpage_mediareviews .showmore_showlink {
	margin-left: 15px;
}

.minipac_bibpage_memberreviews .showmore_showlink {
	margin-top: -10px;
}

.minipac_tad_as {
	font-weight: normal;
	margin-right: 10px;
}

.minipac_search_bookdate {
	font-weight: 500;
	letter-spacing: 0.05em;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	color: #444;
	padding: 0.1em 0.5em;
}

.minipac_bibpage_mediatype {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	margin-right: 1em;
}

.minipac_bib .minipac_search_bookdate {

}

.minipac_bibpage_titleauthor {
	margin-bottom: 0.75em;
}

.minipac_bibpage_lending {
}

/* LTFL fixer rules */
.minipac_bibpage_ltfl_similaritems {
	background: none repeat scroll 0 0 #f4f4f4;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding: 15px 15px 15px 0;
}

#ltfl_similars {
	padding-top: 5px;

}

.ltfl_browse_table.opbrowse {
	margin: 0 0 15px 0 !important;
	max-width: 1000px !important;
}

img.ltfl_cover_image,
.opbText {
	width: 100% !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	text-align: left !important;
}

.ltfl_browse_table.opbrowse .opbrowseCell {
	border: none !important;
	padding: 0 10px 0 0 !important;
}

.opbImage {
	min-height: 165px !important;
}

.minipac .ltfl_raterec_go p {
	margin-top: -36px !important;
}

img.ltfl_cover_image {
	border: 3px solid #e8e7e7 !important;
	outline: 1px solid #dadada !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ltfl_author {
	display: none;
}

.opbText {
	display: none;
}

.ltflplus_showlink {
	display: none;
}

.minipac_mediareview {
	margin-bottom: 20px;
}

.mediareview_head {
	font-weight: 500;
	margin-top: 1em;
	color: #555;
}

.mediareview_quote {
	border-left: 1px solid #e2e2e2;
	padding-left: 15px;
	margin-top: 3px;
}

.minipac_mediareview:first-child,
.mediareview_head:first-child {
	margin-top: 0;
}

.minipac .facets {

}

.minipac .facets:first-of-type {
	margin-top: 0;
}

.minipac .facets .facet_item {
	clear: both;
	position: relative;
}

.honey_display {
	display: none;
}
.honey_vis {
	visibility: hidden;
}

.minipac .facets .facet_item .label {
	background-color: #DDEAF4;
	color: #5D8AB6;
	font-weight: 500;
	line-height: 2.25em;
	margin-left: 8px;

	letter-spacing: 0.05em;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	color: #444;
	padding: 0.2em 0.5em;
}

.minipac .facets .facet_word {
	line-height: 1.65;
	margin-right: 35px;
	cursor: pointer;
}

.minipac .facets .facet_word.selected,
.minipac .facets .facet_word.selected a {
	font-weight: 700;
	color: #DDA202;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.minipac .facets .facet_word.selected:before {
	content: "\e013";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: -19px;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 1px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.minipac .facets .facet_word.selected:hover:before {
	content: "\e014";
	xcolor: #444;
	vertical-align: top;
	margin-top: 2px;
}

.minipac .facets .facet_count {
	position: absolute;
	top: 0;
	right: 0;
}

.showmore_hide2 {
	display: none;
}

.minipac_search_advanced .form-control {
	width: 100%;
	margin-bottom: 5px;
}

.adv_form_group {
	margin-bottom: 10px;
}

.and_sep {
	height: 1px;
	width: 100%;
	border-top: 1px dashed #eee;
	margin-bottom: 15px;
	margin-top: -5px;
}

.minipac_search_advanced .label-right {
	text-align: right;
}

#minipac_search_bc_count {
	line-height: 30px;
}

#sortmenu {
	left: inherit;
	right: 0;
}

.showmore_show .showmore_showlink,
.showmore_show2 .showmore_showlink2,
.showmore .showmore_hide,
.showmore .showmore_hide2 {
	display: none !important;
}

.showmore_show .showmore_hide,
.showmore_show2 .showmore_hide2 {
	display: block !important;
}
.showmore_show span.showmore_hide,
.showmore_show2 span.showmore_hide2 {
	display: inline !important;
}


.minipac_searchresults_section
	{
	margin-bottom: 5px;
	margin-bottom: .5em;
	}

.minipac_searchresults_section.availability, .minipac_searchresults_section.availability *
	{
	xheight: 21px;
	}

@media (max-width: 768px) {
	.minipac_searchresults_section.lending {
		xborder: 1px solid #efefef;
		xmargin: -10px 0 20px;
		xpadding: 10px 0;

		padding-bottom:10px;
	}
}

#term_inline {
	width: 50%;
}

.lt_book_links {
	/*display: none;*/
}

.loggedin .lt_book_links {
	display: inline;
}

/*bootstrap3 dialog */
.modal {
	top: 15%;
}

.bootstrap-dialog-close-button {
	position: absolute;
	top: -12px;
	right: -14px;
	opacity: 1;
	background-image: url("https://pics.librarything.com/pics/close-button-darkgrey.png");
}

.bootstrap-dialog.type-primary .modal-header {
	background-color: #fff !important;
}

.bootstrap-dialog .modal-header {
	border-radius: 0px !important;
}

.bootstrap-dialog-header {
	position: relative;
	height: 0px;
}

.modal-header {
	border: none;
	padding: 0px !important;
	height: 0px !important;
	min-height: 0px !important;
	xdisplay: none !important;
}

button.close {
	height: 28px;
	width: 26px;
	visibility: hidden;
}

.modal-body {
	padding: 0px;
}

.modal-content {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
}

.modal.in .modal-dialog {
	transform: none;
	transition: none;
}

.modal-dialog {
	border: 3px solid #707070 !important;
}

.modal-backdrop.in {
	opacity: 0.4 !important;
}

.TScallnumber {
	padding: 10px;
	padding-left: 0;
	white-space: nowrap;
}

.minipac_index #main_search_form,
.minipac_error #main_search_form {
	margin-bottom: 45px;
	xmargin-top: 20px;
}

/*
.xminipac_index #minicat_ndx_head,
.minipac_error #minicat_ndx_head {
	margin-top: -30px;
}
*/

.minipac_index #main_search_form .input-lg,
.minipac_index #main_search_form .btn-group-lg > .btn, .btn-lg,
.minipac_error #main_search_form .input-lg,
.minipac_error #main_search_form .btn-group-lg > .btn, .btn-lg {
	xfont-size: 24px;
	xheight: 60px;
}

.minipac_index #main_search_form .btn-lg .caret,
.minipac_error #main_search_form .btn-lg .caret {
	border-width: 8px 8px 0;
}

.minipac_index .jumbotron,
.minipac_error .jumbotron {
	background-color: transparent;
}

.minipac_index .jumbotron .h1,
.minipac_index .jumbotron h1,
.minipac_error .jumbotron .h1,
.minipac_error .jumbotron h1 {
	font-size: 44px;
	text-align: center;
}

.minipac_index .container .jumbotron,
.minipac_index .container-fluid .jumbotron,
.minipac_error .container .jumbotron,
.minipac_error .container-fluid .jumbotron {
	padding: 40px 0;
	text-align: center;
	margin-bottom: 0;
}

/*.minipac_index .libname_user,*/
.minipac_error .libname_user {
	font-size: 12px;
	font-weight: 200;
}

.index_footer {
	background-color: rgba(255, 255, 255, 0.85);
	bottom: 0;
	font-size: 11px;
	padding: 10px 25px 10px 15px;
	margin: 0;
	position: fixed;
	right: 0;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.95);
	border-top: 1px solid rgba(255, 255, 255, 0.95);
	border-top-left-radius: 3px;
	z-index: 1002;
}

@media (max-width: 768px) {
	.index_footer {
		xposition: relative;
		xmargin-top: 250px;
		text-align: center;
	}
	.minipac_settings .index_footer {
		xposition: fixed;
		clear:both;
	}
}

body.minipac_index,
body.minipac_error {
	padding-bottom: 0;
}

#tcflogo {
	display: inline;
	height: 22px;
	margin-left: 0;
	margin-top: -5px;
	opacity: 0.57;
	vertical-align: top;
}


.homepage_branding {
	text-align: center;
	margin-bottom:20px;
}

.homepage_branding.nologo {
	xmin-height: 250px;
	padding-top: 60px;
}

.logo_showing {
	margin-top: 30px;
	margin-bottom: 20px;
}

.homepage_branding.logo_showing {
	text-align: center;
}

.homepage_branding_container.logo_showing {
	xmargin-left: 45px;
	xmargin: auto;
	text-align: center;
	xfont-size: smaller;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 36px;
}

.logo_showing .homepage_welcome {
	font-size: 16px;
	margin-top: 30px;
}

.logo_showing h1.homepage_library_name {
	text-align: center;
	font-size: 32px;
	margin-bottom: -30px;
}

@media (max-width: 768px) {
	.homepage_branding_container.logo_showing {
		margin-left: 0px;
		text-align: center;
	}

	.logo_showing h1.homepage_library_name {
		text-align: center
	}

}

#index_bdw {
	xmargin: 0;
	xpadding: 0;
	overflow: hidden;
}

@media (max-width: 768px) {
	#index_bdw {
		xtransform: scale(0.5);
		xtransform-origin: 0 0 0;
	}
}

div.devbox_pagetitle {
	color: #222;
	font-size: 11px;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 5px;
	background-color: #EEE;
	width: 100%;
}

.externallinks,
.adminlinks {
	color:#999;
}
.externallinks span,
.adminlinks > * {
	margin: 0 .75em 0 0;
}


div.rating {
	color: gray;
}

.tinygray {
	font-size: 10px;
	color: gray;
}

#homepage_freeHTML {
	margin-top: 45px;
}

/* MARC view */
#minipac_marc_view {
	padding: 10px;
	font-family: Courier, "Monospace", san-serif;
	font-size: 9px;
}

@media (min-width: 768px) {
	#minipac_marc_view {
		font-size: 14px;
		padding: 20px;
	}
}

.tag {
	font-weight: 500;
}

.indicator {
	color: #5a5a5a;
}

.subfield_tag {
	color: #d08626;
	padding-right: 3px;
}

.print_only {
	display: none;
}

.bdw_wrap {
	overflow: hidden;
}

/* http://stackoverflow.com/questions/22196587/how-to-center-align-vertically-the-container-in-bootstrap */


.vertical-center {
	min-height: initial;

	display: initial;
	align-items: initial;
}

@media (min-width: 992px) {

	.vertical-center {
		min-height: 100%; /* Fallback for browsers do NOT support vh unit */
		min-height: 20vh; /* These two lines are counted as one :-)       */

		display: flex;
		align-items: center;
	}
}

.jumbotron.logo_showing {
	xheight: 320px;
}

.jumbotron {
	xheight: 200px;
}

/* Home page link stuff */



.lc_link_container {
	xtext-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lc_link_container .lc_link {
	margin-right: .75em;
	margin-left: .75em;
}
.lc_link_container .pipe {
	margin-top: 5px;
	margin-bottom: 5px;
}



/* xxxx */

img.icon
{
margin-right: .75em;
}

div#editprofilethecontent div.alerts
{
text-align: center;
margin-bottom: 1.5em;
}

/* from LT lightbox so we don't have to have the whole main2.css imported and screwing shit up */
/* @group Lightbox */

#xLT_LB_overlay
{
	background-color:#000;
	height:100%;
	width:100%;
	-moz-opacity: 0.4;
	opacity:.40;
	filter:alpha(opacity=40);
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:25000 !important;
}
#LT_LB_overlay {
	z-index:5000 !important;
}

.LT_LB_overlay_white
{
	background-color:#F8F6F4 !important;
	-moz-opacity: 0.85 !important;
	opacity:.85 !important;
	filter:alpha(opacity=85) !important;
}

#LT_LB
{
	z-index: 5001 !important;
	height: 300px;
	width: 600px;
}

#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 .spinner {
	display:none;
}

/*
#LT_LB[id]{
  position: fixed;
}
*/

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

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

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

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

#LT_LT_closebutton
{
position:fixed;
z-index: 5001;
}

.minipac_modal_wrapper {
	padding: 10px;
	padding-top: 0px;
}
.minipac_modal_wrapper.padtop {
	padding-top:20px;
}

.requestitem_email_sent {
	font-size: 14px;
}

.index_footer span.adminlock .icon
{
	margin-right: 0px !important;
	padding-right: 0px !important;
	vertical-align: middle;
	font-size: 18px;
	margin-top: -5px;
}


.index_footer span.adminlock .iconright
{
margin-left: 5px;
}

.index_footer span.adminlock a:link,
.index_footer span.adminlock a:visited,
.index_footer span.adminlock a:hover,
.index_footer span.adminlock a:active
{
	color: #787878;
	text-decoration:none;
}

#index_bdw {
	display:none;
	xopacity:0.0;
	xtransition: opacity 1s;
}
#index_bdw.opac1 {
	xopacity:1.0;
	xtransition: opacity 1s;
}

#mp_listx {
	display: inline-block;
	font-size: 22px;
	margin: 7px 0 0 15px;
	text-align: right;
	color: #6a6a6a;
}
#mp_list {
	color: #6a6a6a;
	display: inline-block;
	font-size: 22px;
	margin: 0;
	vertical-align: middle;
	xpadding-left:12px;
	padding-right: 4px;
}
@media (max-width: 767px) {
	#mp_list {
		xfloat:right;
		xmargin-top:-33px;
	}


}

#circpatrons_email_pw,
#gen_patron_password_result {
	padding:0 15px 15px;
}
#circpatrons_email_pw p,
#gen_patron_password_result p {
	margin-bottom: 15px;
}
#gen_patron_password_result .circpatron_password {
	margin-top: -10px;
}

#mp_listcount {
	background-color: rgba(0, 0, 0, 0);
	color: #666666;
	display: inline-block;
	font-size: 10px;
	margin-left: -8px;
	margin-top: 15px;
	vertical-align: top;
}


.lc_link_sb,
.sb_freehtml {
	margin-bottom: 30px;
	margin-top: -10px;
}
.lc_link_end,
.end_freehtml {
	color: #666666;
	margin-top: 60px;
}

/* upload image lightbox stuff */
#uploadoutside #close {
	display:none;
}
.uploadhide {
	opacity:0.3;
}

.linkcreate_button_adornment {
	color: #2f2f2f;
	margin-right: 0.6em;
	margin-top: 3px;
	vertical-align: top;
}
.btn-success .linkcreate_button_adornment {
	color: #fff;
}
.minipac_fa_grey {
	color: #666;
}
.minipac_fa_left {
	margin-right:5px;
}

.simpleajaxloading
{
filter:alpha(opacity=40);
-moz-opacity: .40;
opacity: .40;
background-color: #fff;
}


@media (min-width: 768px) {
	.signinbox {
		margin-left: -15px;
	}
	.lostsomething {
		text-align:right;
		padding-right:0;
		margin-bottom:10px;
		margin-top:10px;
	}
}

#tc_mainnav_table.admin {
	margin-left: -15px;
}
#tc_mainnav_adminhome {
	font-size: 24px;
	padding: 0 15px;
}
#tc_mainnav_adminhome i {
	color: #6a6a6a;
}






.well-tc {
	background-color: #edf1f4;
	border-radius: 6px;
	border-color: #dbe4ea;
	padding: 19px 5px;
	box-shadow:none;
}
.panel-minipacadmin {
	color: #222;
	text-align: right;
}
.panel-minipacadmin a,
.panel-minipacadmin a:hover {
	xcolor: #000;
	text-decoration: none;
	font-weight: 500;
}
.panel-minipacadmin .badge {
	font-size: 14px;
}

.userlisttable .rightend {
	white-space: nowrap;
}


.tinybadge.warning {
	background: #CB1A1A none repeat scroll 0 0;
	border-radius: 16px;
	bottom: -7px;
	color: #ffffff;
	font-size: 17px;
	height: 26px;
	position: absolute;
	right: 3px;
	text-align: center;
	width: 26px;
	
	width: 20px;
	height: 20px;
	font-size: 12px;
	right: 7px;
	bottom: -5px;
}
.tinybadge i {
	font-size: 1em !important;
	margin-left: 2px;
	margin-top: 5px;
}

#subloader {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 20px 30px #ffffff;
	position: absolute;
	color: #959595;
	font-size: 26px;
	left: -25px;
	top: -6px;
}


/* patron edit */
#editpatron_save {
	padding:5px;
}
#editpatron_save h2 {
	font-size: 24px;
}
#editpatron_save.form-horizontal .form-group {
	margin-left:0;
	margin-right:0;
}

#editpatron_save.form-horizontal .form-control.small {
	max-width: 200px;
}
#editpatron_save.form-horizontal .form-control.medium {
	max-width: 300px;
}

.minipac_patronaccount #page-content-wrapper {
	width: 100%;
}
.flat_value {
	font-weight: 500;
	margin-top: 8px;
}
.fw300 {
	font-weight: 300;
}
.fw400 {
	font-weight: 400;
}

/* logo upload dialog */
#uploadoutside {
	xpadding: 5px 15px 15px;
}
#uploadoutside h1 {
	font-size: 27px;
}
#uploadoutside h3 {
	font-size: 16px;
	font-weight: 500;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.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;
}
#upload_file_name_result {
	font-weight: 500;
	margin-left: 20px;
}
#upload_file_button_result {
	display:none;
	margin-top: 10px;
}

/* error messages on form items */
.tcfeedback {
	display:none;
	margin-top:5px;
	padding:5px 15px;
}
.tcfeedback.alert-danger::before {
	content: "\f06a";
	font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "FontAwesome";
	margin-right: 10px;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.alert-default {
	color: #333;
	background-color: #f7f5f3;
	border-color: #fff2;
}
/* Request book dialog confirmation */
#confirm_request_form p {
	margin-bottom: 15px;
}
#minipac_cancel_request_dialog_button {
	float: right;
}

.well-tcindex {
	background: #fbfbfb none repeat scroll 0 0;
	border-color: #e7e7e7;
	color: #7d7d7d;
}

.clearfix.final {
	margin-bottom:60px;
}
/* responsive text justification */
.text-justify-xs {
	text-align: justify;
}
.text-center-xs {
	text-align: center;
}
.text-left-xs {
	text-align: left;
}
.text-right-xs {
	text-align: right;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.text-justify-sm {
		text-align: justify;
	}
	.text-center-sm {
		text-align: center;
	}
	.text-left-sm {
		text-align: left;
	}
	.text-right-sm {
		text-align: right;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.text-justify-md {
		text-align: justify;
	}
	.text-center-md {
		text-align: center;
	}
	.text-left-md {
		text-align: left;
	}
	.text-right-md {
		text-align: right;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.text-justify-lg {
		text-align: justify;
	}
	.text-center-lg {
		text-align: center;
	}
	.text-left-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: right;
	}
}

.minipac_tad_item
{
margin-bottom: .15em;
}

.minipac_tad_item.minipac_tad_a
{
margin-bottom: .4em;
}

.nopad-left {
	padding-left:0;
}
.nopad-right {
	padding-right:0;
}





.circentry_command {
	text-align: center;
	vertical-align: middle !important;
}
.circentry {
	padding:5px 15px;
	width: 99%;
}
.overdue td {
	background-color: #fce9e9;
}
.circentry_titleauthor a {
	font-weight: 500;
}

#circulation_stats_right .pagination {
	padding-right:0;
}
.pagination-lede {
	display: inline-block;
	font-weight: 500;
	margin-top: 5px;
	padding-right: 7px;
	vertical-align: top;
}
#circulation_stats_right h1 {
	xpadding-left: 10px;
}

.circentry {
	padding: 5px 15px !important;
}
#account_closed_overlay {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.4;
	z-index: 5001; /* slightly more than LT_LB_overlay */
}

/* Powered by */


.index_poweredby
{
font-size: 12px;
color: #666;
text-align: center;
position: absolute;
bottom: 0;
padding: 10px 25px 15px 15px;
margin: 0;
width: 100%;
left: 50%;
margin-left: -50%;
}

body.minipac.minipac_index
{
min-height: 850px;
padding-bottom: 50px;
position: relative;
}

div#ezcircerrormessage
{
margin-top: 1em;
color: red;
font-weight: bold;
}

.personalFooter {
	background: #f8f8f8 none repeat scroll 0 0;
	border-top: 1px solid #e7e7e7;
	bottom: 0;
	color: #6a6a6a;
	font-size: 12px;
	left: 0;
	padding: 9px;
	position: fixed;
	right: 0;
	text-align: center;
	white-space: nowrap;
	z-index: 1001;
}
.index_poweredby .lti,
.personalFooter .lti {
	xcolor: #888888;
	display: inline-block;
	font-size: 200%;
	margin-top: -4px;
	vertical-align: top;
}
.index_poweredby .tcname,
.personalFooter .tcname {
	font-weight: 600;
}
.index_poweredby a,
.index_poweredby a:hover,
.personalFooter a,
.personalFooter a:hover {
	text-decoration: none;
}

.dataTables_filter {
	margin-bottom: 10px;
}

.dataTables_filter input[type=search] {
	border: 1px solid #0003;
	border-radius: 4px;
	margin-left: 5px;
	font-size: 110%;
	color: #333;
	font-weight: 400;
	padding: 3px 5px;
	background: #00000005;
}
.trialmode_message {
	padding: 5px 30px 20px;
	margin: 10px -10px 10px -10px;
	background: #ffffff;
	border-radius: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(52, 100%, 95%)), to(hsl(55, 95%, 93%)));
	background-image: -webkit-linear-gradient(top, hsl(0, 0%, 98%), hsl(55, 2%, 88%));
	background-image: -moz-linear-gradient(top, hsl(52, 100%, 95%), hsl(55, 95%, 93%));
	background-image: -ms-linear-gradient(top, hsl(52, 100%, 95%), hsl(55, 95%, 93%));
	background-image: linear-gradient(top, hsl(52, 100%, 95%), hsl(55, 95%, 93%));
	border-radius: 3px;
	border: 1px solid #00000026;
}

.personalFooter .tctrade {
	display: inline-block;
	font-size: 9px;
	margin-left: -2px;
	margin-top: -5px;
	opacity: 0.7;
	vertical-align: top;
}
@media (min-width: 768px) {
	.personalFooter .min {
		display:none;
	}
}
@media (max-width: 768px) {
	#pf_poweredby {
		display:none;
	}
	.personalFooter {
		xtext-align: left;
	}

	.personalFooter .max {
		xdisplay:none;
		white-space: initial;
	}
	.personalFooter .min {
		display:none;
	}
}

.index_footer.personal {
	background-color: transparent;
	border: none;
}

.mobile.webkit #lt_bdw_frame {
	margin:0 !important;
	margin-left: -15px !important
}

.radio_group label {
	margin-left: 20px;
	margin-right: 20px;
}
.radio_group input {
	margin-left: -20px;
	float: left;
}

.trans
{
background-color: orange;
}

.untrans
{
background-color: yellow;
}


/* for tabs in lightboxes */
div.tabarea
{
	clear: both;
	border-bottom: 1px solid #d5d8e3;
	background-color: #f6f7fa;
	width: 100%;
	height: 41px;
	position:relative;
}

.tabs-menu
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	height: 30px;
	float: left;
	clear: both;
	margin-left: -20px;
	position:absolute;
	bottom:0;
	margin-bottom:0;
}

.tabs-menu li {
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 6px !important;
	background-color: #E3E6EE;
	border-top: 1px solid #CCCED9;
	border-right: 1px solid #CCCED9;
	border-left: 1px solid #CCCED9;
	border-radius: 5px 5px 0 0;
	list-style: none;
}

.tabs-menu li.current {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
	font-weight: bold;
	min-height: 31px;
}

.tabs-menu li a {
	padding: 10px;
	color: #fff;
	text-decoration: none;
}

.tabs-menu .current a:link,
.tabs-menu .current a:active,
.tabs-menu .current a:visited,
.tabs-menu .current a:hover
{
	color: black !important;
}

#tab-1
{
	display: block;
}

div.tabarea
{
	clear: both;
	border-bottom: 1px solid #d4d4d1;
	background-color: #fff;
	width: 100%;
	height: 41px;
}

ul.tabs-menu li a:visited,
ul.tabs-menu li a:active,
ul.tabs-menu li a:hover,
ul.tabs-menu li a:link {
	color: #0009;
}

body.minipac .LT_LB2020_content {
	padding:10px;
	padding-bottom: 20px;
}
.showmore_show u.showmore_hide {
	display:inline !important;
	text-decoration: none !important;
}

.ui_menu_compose_caret_wrap {
	display:inline-block;
}

.rating i {
	text-shadow: none;
	color: var(--lt-haveit-color-old);
}
.lt_scoreboard .rating i {
	color: var(--lt-text-color);
}
.rating i.empty {
	color: var(--lt-tint-dark-3);
}
.rating.editable:hover {
	cursor:pointer;
}
.rating i.hovering {
	color: var(--lt-link-hover-color);
}


.breadcrumb_separator,
.subject_separator {
	font-size: 0.7em;
	padding: 0.9em 0.7em 0;
	color: var(--lt-tint-dark-7);
	display: inline-block;
	vertical-align: top;
	margin-top: 0.25em;
}
.subject_separator {
	padding: 0.3em 0.1em 0;
	color: var(--lt-tint-dark-9);
}

body.minipac .LT_LB2020.full_bleed .LT_LB2020_content {
	margin-top: unset;
}

body.minipac .LT_LB2020.no_titlebar.tabbox .LT_LB2020_closebox {
	top: 0;
	right: -15px;
}




img.loading_anim.loading {
	width: 450px;
	aspect-ratio: 1 / 1.5;

	background: var(--lt-tint-dark-06);
	background-image: linear-gradient(
			-45deg,
			rgba(255, 255, 255, 0.35) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.35) 50%,
			rgba(255, 255, 255, 0.35) 75%,
			transparent 75%,
			transparent
	);
	background-size: 50px 50px;
	animation: loading_anim 3s linear infinite;
	overflow: hidden;
	xdisplay: block;
}
@keyframes loading_anim {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

.minipac_lightbox_cover img.loading {
	width: 450px;
	aspect-ratio: 1 / 1.5;
}
#mci.loading {
	width: 200px;
	aspect-ratio: 1 / 1.5;
}
img.tc_search_cover.loading_anim.loading {
	width: 100px;
	aspect-ratio: 1 / 1.5;
}