
.library.user_notes, .library.librarian_notes, .library.circ_notes {
  white-space: pre-wrap;
}

/*** LIBRARY SEARCH FULL_WIDTH ***/
#content.library_search_wrapper .entry-header,
#content.library_search_wrapper .entry-content {
    padding: 0; /* No sidebar */
}
#lib_search {
  margin: 0 2em;
}
.library_admin_wrapper .entry-content {
	clear: both;
}
#library_search_form,
#library_controls,
.library_search_results table {
  font-size: .8em;	
}
#library_search_form {
	margin-bottom: 2em;
	float: left;
}
.library_search_field {
	float: left;
	margin: 0 1em 0 0;
}
.library_search_field label {
	display: block;
}
#library_controls {
	float: left;
	margin: -5px 0 0 8px;
}
div.library_search_results {
	clear: both;
}

tr.library_search_results_header {
	/*border-bottom: 1px solid #888;*/
	background: #bf574b; /* #8c291f; */
    color: #fff;
	font-size: 1.2em;
}

p.library_search_count {
    margin: 36px 0 18px;
}

.library_search_results th {
    padding: 4px;
    line-height: 1;
    vertical-align: top;
}

.library-subtitle,
.library-series {
    clear: both;
    margin-left: 1em;
    margin-top: 0.5em;
}



/*** LIBRARY META ***/
.library_meta h1 {
  font-size: 24px;
}
.library-label { 
  font-weight: bold; 
  display: inline;
}
.library-label.subjects {
  display: block;
}
.library {
  display: inline-block;
  margin: 0 0 0 .4em;
  vertical-align: top;
}
.subjects {
}
.author, .editor, .translator, .subtitles {
}
.user_notes, .librarian_notes {
	margin-bottom: .4em;
}
.libfunc_box {
  border: 1px solid black;
  margin: 1em 0 0 0;
  padding: 1em;
  line-height: 2;
}
.libfunc_box h6 {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: .8em;
	color: #888;
	font-weight: normal;
	margin: -.5em 0 .8em;
}
.libfunc_box a {
	white-space: nowrap;
}
.libfunc_box li a {
	white-space: normal;
}
.error_box {
  border: 1px solid red;
  padding: 10px;
  background-color: pink;
}
#librarian_functions {
	width: 100%;
}
.overdue {
    color: red;
}


.circ_note_save,.circ_note_save2{
    background-color:#e05d22;
    padding:8px;
    color:#fff;
    cursor:pointer;
    white-space: nowrap;
}


/* AUDIO PLAYER */
#audio-player-inline audio {
    /*border: 1px solid #bf574b;*/
    box-shadow: 0px 0px 0px 2px #bf574b;
    margin: 8px 0 4px;
    border-radius: 0px;
}

/* VIDEO EMBED */
.ofj_library_video {
    margin: 16px 0;
}

/*JH 4/5/24 Library Page spinner 
https://app.asana.com/0/33472788174218/1206936944066925/f*/
#spinner {
            border: 12px solid #f3f3f3;
            border-radius: 50%;
            border-top: 12px solid #444444;
            width: 70px;
            height: 70px;
            animation: spin 1s linear infinite;
						display: flex;
    				margin: auto;
}
    
