/* PRR Collection App */

.morelink
{

}

.field_full
{
	display: none;
}

.form-detailed-criteria-list
{
	padding: 3px;
}

.form-detailed-criteria-list label
{
	font-weight: normal;
	margin-bottom: 3px;
}

.form-detailed-criteria-list .checkbox label, .form-detailed-criteria-list .radio label
{
	margin-bottom: 0;
}

.form-detailed-criteria-list .form-group
{
	margin-bottom: 0.9em;
	position: relative;
}

.form-detailed-criteria-list .checkbox, .form-detailed-criteria-list .radio
{
	min-height: unset;
}

.form-detailed-criteria-list .form-group label + .checkbox
{
	margin-top: 1px;
}

.criteria-field-section
{
	padding-bottom: 3px;
	border-bottom: 1px solid #d0d0d0;
}

.catalog-tab-container .form-group
{
	position: relative;
}

table.table_concise,
table.table_metadata
{
	border-spacing: 1px;
	border-collapse: separate;
}

table.table_concise th, table.table_concise td,
table.table_metadata th, table.table_metadata td
{
	padding: 3px;
	font-size: 10pt;
	border-top-width: 0;
}

.table_concise th,
.table_metadata th,
.table_concise thead th
{
	color: #fff;
	font-weight: bold;
	border-top-width: 0;
	border-bottom-width: 0;
}

.table_concise th a,
.table_metadata th a
{
	color: #fff;
}

.table_concise a,
.table_metadata a
{
	text-decoration: none;
}

.table_concise .selected {
	background-color: #bdf !important;
}

.table_concise tr {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#table_results tr.result_row {
	background-color: #fff;
}

#table_results tr.unpublished {
	background-color: #ffebeb;
}

#table_results tr.loaned {
	background-color: #ffe4bd;
}

#thumb_container .gallery {
	position: relative;
	min-height: 205px;
}

#thumb_container .gallery .fa-picture-o {
	width: 150px;
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	text-align: center;
}

#thumb_container input[type=checkbox] {
	margin: 0.6em 8px 0 0;
}

table.table_metadata
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.0em;
}

table.table_metadata, table.table_metadata th, table.table_metadata td
{
	border: 1px solid #336699;
}

.form-group .tags
{
	overflow: hidden;
	clear: both;
}

.form-group span.tag {
	background-color: #336699;
	border-radius: 3pt;
	color: #fff;
	display: inline-block;
	float: left;
	margin: 1px 5px 1px 0;
	padding: 2px;
	line-height: 1.22;
	cursor: default;
}

.form-group i.fa {
	line-height: 1.22;
	cursor: pointer;
}

.form-control
{
	padding: 6px;
}

select, select.form-control
{
	padding-left: 3px;
}

.form-control, .form-control:focus
{
	color: #232629;
}

.form-control::placeholder
{
	color: #6e7780;
}

.dropdown-menu > li
{
	margin: 0;
}

.dropdown-menu > li > a
{
	text-decoration: none;
}

.search-dropdown-menu
{
	width: 300px;
	max-height: 300px;
	overflow: auto;
	display: none;
}

.gallery_media
{
	background-color: #e6e6e6;
	width: 250px;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.gallery_media img
{
	max-height: 250px;
	max-width: 250px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.gallery_media .helper
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.object-img
{
	width: auto;
	height: auto;
	max-height: 180px;
}

.object-img-generic
{
	width: 100%;
	height: 100%;
	max-width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 22pt;
}
.object-img-generic .fa-image
{
	font-size: 120px;
}

.object-img-generic-icon
{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	font-size: 42px;
	text-align: center;
	border: 1px solid #808080;
}
.object-img-generic-link, .object-img-generic-link:hover
{
	color: #555;
	text-decoration: none;
}

#object-menu li
{
	margin: 0;
}

.btn .fa {
	line-height: inherit;
}

/* Admin template */
.catalog-tab-container textarea {
	width: 100%;
	min-height: 4em;
	resize: vertical;
}


