
.btnFinishCheckout{
	text-align: right;
	margin-top: 2%;
}

.btnCheckout{
	/*margin-left: 342px;*/
}

#library_splash {
  text-align: center;
	padding-top: 30px;
}

#library_splash a {
	margin-right: 20px;
}

.search_param {
    display: inline-block;
		width: 370px;
	margin-bottom: 10px;
}

.catalogue-search-btns {
    margin-left: 20px;
}

th.catalogue-column-actions {
    min-width: 75px;
}
.col-sm-2.library_sidebar {
    margin-left: -4%;
}
span#new_item {
    color: #DA6227;
}
input#item_code {
    margin-right: 20px;
}
#detailed-view .controls {
    display: inline-block !important;
}
#detailed-view label.control-label {
    font-weight: 600 !important;
    width: 200px;
    display: inline-block;
}
th.catalogue-column-isbn {
    min-width: 200px;
}

div#resource_fid-fm-display {
    width: 45%;
}
div#resource_fid-fm-selected {
    width: 42%;
}
#right-sidebar h2 {
	color: #0093D0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
}

.sidebar-bordered {
	border-bottom: 1px grey solid;
	padding: 20px 5px;
}

#library-search	.search-button {
 	background: url('../images/search-btn.png') no-repeat;
	display: block;
	width: 16px;
	height: 18px;
	position: absolute;
	border: none;
	top: 4px;
	right: -4px;
}

#library-search	.form-input {
	position: relative;
}

.advanced-search .search-field {
	margin-bottom: 10px;
	width: 100%;
}

.book-listing p.book-title {
	font-weight: 700;
	margin-bottom: 0px;
}

.book-image {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.book-image img {
	max-height: 185px;
}

.book-detail {
	display: inline-block;
	width: 69%;
}

.book-listing {
	margin: 20px;
	border-bottom: solid 1px grey;
	padding-bottom: 20px;
}

a.btn.btn-primary.refresh-new {
	margin-left: 100px;
	margin-top: 9px;
}

span.search-label {
	width: 115px;
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 5px;
}

.ccm-ui a.book-list-link {
	color: #000;
}

.clear {
   float: none;
   clear: both;
   height: 0;
   margin-bottom: 20px;
}

.new-books-flexslider ul.slides li.slide {
	display: none;
}

.new-books-flexslider {
	min-height: 190px;
}

a.all-new-addition {
    background-color: #939598;
    color: #fff;
    padding: 10px;
    font-size: 10pt;
}

a.all-new-addition:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0093d0;
}

.subject-name {
	display: inline-block;
	vertical-align: top;
	padding-top: 9px;
	width: 20%;
}

.subject-remove-form {
	display: inline-block;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.book-image-fid {
	width: 50%;
}

.book-image img {
	width: 128px;
}

.dashboard-library-catalogue td.book-image {
	width: 100%;
}

.dashboard-library-catalogue td.book-image img {
	width: 85px;
}

th.catalogue-column-title {
	width: 30%;
}

th.catalogue-column-author {
	width: 12%
}

th.catalogue-column-media_type,
th.catalogue-column-topic,
th.catalogue-column-subject,
th.catalogue-column-resource {
	width: 8%
}

.loan-returned {
	color: green;
}

.loan-overdue {
	color: red;
}

.loan-on-loan {
	color: orange;
}

form#add-loan-form,
form#add-subject-form,
.merge-group {
  	padding: 20px;
  	background: gainsboro;
}

table.table-hover tr:hover td {
  background-color: gainsboro !important;
}

.export-wrapper {
  float: right;
  padding: 20px;
}

.ccm-ui p.number-copies {
	display: inline-block;
  	text-align: right;
  	background-color: #dff0d8;
		color: #155724;
  	padding: 7px;
  	font-weight: 600;
}

p.number-copies.no-copies-available {
	background-color: #f8d7da;
	color: #721c24;
}

div#library_splash_reports {
    padding-top: 40px;
}

.splash-title {
	text-align: center;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin-bottom: 28px;
    padding: 15px;
    background: #eee;
    font-size: 1.4em;
}

div#library_splash a {
	padding: 18px;
	font-weight: 600;
	width: 185px;
}

input#patron_id,
#loan_term {
    margin-right: 20px;
}

a.btn.btn-large.btn-primary.advanced-check {
    padding: 10px !important;
}

.copies {
  text-align: right;
}

form#library_search_form {
    max-width: 300px;
}

.library-catalogue-search-form {
	margin-bottom: 25px;
}
