body, html {
	height:100%;
	/*overflow:hidden;*/
}

#collection_list_content {
	background-color: rgba(194, 147, 11, 0.95);
	border: none;
}

	#collection_list_content_col1 {
		margin: 0;
		padding: 0;
		list-style: none;
		list-style-type: none;
	}

		#collection_list_content_col1 li {
			padding: .5rem 1.5rem;
		}

main {
	height: 100%;
	margin: 0;
	padding: 0;
}

.full-height-panel {
	position: absolute;
	top: 50px;
	bottom: 0;
	width: 50%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}

.full-height-panel--left {
	left: 0;
	border: none;
	color: #757575;
	-webkit-transition: color .25s ease-out;
	   -moz-transition: color .25s ease-out;
		 -o-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
}

	.full-height-panel--left:hover {
		color: inherit;
	}

.full-height-panel--right {
	right: 0;
	border-right: none;
}

	img.thumbnail, 
	a.img.thumbnail, 
	a.thumbnail {
		border-color: #bdbdbd;
		max-width: 100%;
height: auto;
		background-color: rgba(255,255,255,0.75);
	}

		a:hover img.thumbnail, 
		a.img.thumbnail:hover, 
		a.thumbnail:hover {
			border-color: #1E395A;
			cursor:url(http://upload.wikimedia.org/wikipedia/commons/c/c1/GeoGebra_icon_cursor_zoom_in.gif),auto;
		}


/*main.row {
	padding: 0;
	margin: 0;
}

.full-height-panel {
	height: 90%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

.full-height-panel > div {
	width: 100%;
	height: 93%;
	margin-top: 60px;
	overflow-y: scroll;
}*/

nav.allcollection_dropdown_menu {
	width: auto;
}

.facet-filter {
	background-color: #ebe8e4;
}

.facet-filter__title {
	padding: 0;
	margin: 0;
	list-style: none;
	color: rgba(0,0,0,0.54);
	text-align: center;
}

.facet-filter__title li {
	padding: 0.5rem 0.5rem 0 0.5rem;

}

.facet-filter__criteria {
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px dotted #d8d3c9;
}

.facet-filter__criteria .alert {
	padding: 0.6rem 0.5rem 0.4rem;
	background-color: #d8d3c9;
	display: inline-block;
	margin: 0.25rem;
	font-size: 1.2rem;
}

.facet-filter__criteria .alert-success {
	color: inherit;
	font-weight: bold;
}

.facet-filter__criteria button.close {
	margin-left: 0.5rem
}

.facet-list {
	padding: 0;
	border-right: 1px dotted #d8d3c9;
	background: #f7f6f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f6f4 0%, #f0eee9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f4), color-stop(100%,#f0eee9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f6f4 0%,#f0eee9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f6f4 0%,#f0eee9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f6f4 0%,#f0eee9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f6f4 0%,#f0eee9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f4', endColorstr='#f0eee9',GradientType=0 ); /* IE6-9 */
}

	.facet-list > nav {
		padding: 0 1rem 1rem 1rem;
	}

		.facet-list .nav-list {
			margin-left: 1rem;
		}

			.facet-list .nav-header {
				font-size: 13px;
				font-weight: bold;
				text-transform: uppercase;
				text-shadow: 0 1px 0 #0d1928;
				width: 100%;
				background-color: rgba(41, 77, 118, 0.87);
				color: #fff;
				margin-top: 1rem;
/*				margin-left: -20px;*/
				margin-bottom: 0;
				padding: 0.8rem 1rem;
			}

				.facet-list a {
					cursor: pointer;
					color: rgba(41, 77, 118, 0.87);
					-webkit-transition: all .25s ease-out;
					   -moz-transition: all .25s ease-out;
						 -o-transition: all .25s ease-in-out;
							transition: all .25s ease-in-out;
				}

					.facet-list nav a:hover {
/*						background-color: rgba(41, 77, 118, 0.1);*/
						background-color: rgba(216, 211, 201, 0.5);
					}

					/*.badge*/.badge-warning {
						margin-left: 0.5rem;
						background-color: rgba(194, 147, 11, 0.49);
						font-weight: normal;
					}

.facet-results {
	padding-left: 0;
	-webkit-box-shadow: -1px 0px 1px 0px #d8d3c9;
	   -moz-box-shadow:    -1px 0px 1px 0px #d8d3c9;
			box-shadow:         -1px 0px 1px 0px #d8d3c9;
}

	.facet-results .row {
/*		margin-right: 0;*/
	}

	.facet-results__header h2 {
		font-size: 1.6rem;
		color: rgba(0,0,0,0.54);
		padding-bottom: 1rem;
		padding-left: 10px;
		margin-bottom: 1rem;
		border-bottom: 1px dotted rgba(0,0,0,0.26);
	}

	.facet-results__pagination {
		padding: 0.5rem 0.5rem 0.5rem 1rem;
		background-color: #d8d3c9;
		overflow: hidden;
		clear: both;
		margin-bottom: 0;
	}

		.pagination__count {
			font-size: 1.2rem;
			color: rgba(0,0,0,0.54);
			line-height: 3.4rem;
		}

		.pagination__pager button.btn {
			background-color: #294D76;
			border-color: #1E395A;
		}

			.pagination__pager button.btn:hover {
				background-color: #1E395A;
			}

	.facet-results__list {
		overflow: hidden;
	}

		.facet-results__list .row {
			margin: 0;
			padding-top: 1.8rem;
			padding-bottom: .5rem;
			border-bottom: 1px dotted rgba(0,0,0,0.12);
			-webkit-transition: background-color .45s ease-in-out;
			   -moz-transition: background-color .45s ease-in-out;
				 -o-transition: background-color .45s ease-in-out;
					transition: background-color .45s ease-in-out;
		}

			.facet-results__list .row:hover {
				background-color: rgba(216, 211, 201, 0.26);
				cursor: pointer;
			}

			.facet-results__list .row:focus, 
			.facet-results__list .row:active {
				background-color: rgba(216, 211, 201, 0.54);
			}

			.facet-results__list .row.active {
				background-color: rgba(216, 211, 201, 0.54);
				color: rgba(0,0,0,0.94);
			}

			.facet-results__list .col-lg-3, 
			.facet-results__list .col-lg-9 {
				padding: 0 10px 0 0;
			}

				.facet-results__list .dl-horizontal {
					margin-bottom: 1rem;
				}

					.facet-results__list .dl-horizontal dt {
						width: 100px;
						font-size: 1.2rem;
						font-weight: bold;
					}

					.facet-results__list .dl-horizontal dd {
						margin-left: 110px;
						font-size: 1.35rem;
					}
    .facet-results__list .dl-horizontal .ddType{
						margin-left: 10px;
						float: left;
					}

	.facet-results__footer {
		border: none;
	}

.detail-results {}

	.detail-results__tabs {}

		/*.detail-results__tabs li:first-child {
			margin-left: 20px;
		}*/

			.detail-results__tabs li a {
				color: rgba(0,0,0,0.54);
				padding: 2.4rem 2.0rem 2.2rem 2.0rem;
				border: none;
				border-bottom: 2px solid transparent;
					-webkit-transition: color .25s ease-out, background-color .25s ease-out;
					   -moz-transition: color .25s ease-out, background-color .25s ease-out;
						 -o-transition: color .25s ease-out, background-color .25s ease-in-out;
							transition: color .25s ease-out, background-color .25s ease-in-out;
			}

				.detail-results__tabs li a:hover {
					color: #1E395A;
					background-color: #ebe8e4;
				}

			.detail-results__tabs li.active a, 
			.detail-results__tabs li.active a:hover {
				color: #294D76;
				border: none;
				border-bottom: 2px solid #294D76;
			}

	.detail-results__tab-views {
		margin: 0;
		padding: 0;
	}

		.tab-views {
			margin: 0;
			padding: 20px;
		}

			.tab-views h2 {
				color: #757575;
				font-weight: 300;
				border-bottom: 1px dotted #dbdbdb;
				padding-bottom: 1rem;
				font-size: 1.6rem !important;
				text-align: left;
			}

				.tab-views dt {
					float: left;
					font-weight: bold;
					font-size: 1.3rem;
					text-align: right;
					padding: .3rem 0;
				}

				.tab-views dd {
					padding: .5rem .3rem .5rem 1rem;
					border-bottom: 1px dotted #e0e0e0;
				}

				.tab-views dd.sbk_CivPERMANENT_LINK_Element, 
				.tab-views dd.sbk_CivEXTERNAL_LINK_Element {
					min-width: 200px;
					overflow-x: auto; 
				}

			.tab-views > ul {
				margin: 0;
				padding: 0;
			}

				.tab-views > ul > li {
					color: #757575;
					list-style: none;
					font-size: 3rem;
					font-weight: 300;
					border-bottom: 1px dotted #dbdbdb;
					padding-bottom: 1rem;
				}

				.tab-views > ul > li li {
					color: #212121;
					font-size: 1.6rem;
					font-weight: 400;
					padding-bottom: .5rem;
				}

					.tab-views > ul > li li a {
						cursor: pointer;
					}

		.tab-views--citation .sbkCiv_CitationSection {
			border: none;
		}

		.tab-views--citation #Sbk_CivThumbnailDiv {
			float: none;
			display: block;
			text-align: center;
			padding: 4px;
			margin-bottom: 20px;
			line-height: 1.42857143;
			background-color: #fff;
			border: 1px solid #ddd;
			border-radius: 4px;
		}

/*.x-mask-loading {
	position: absolute;
	display: none;
}*/

.pageAlert
{
    color: #f0ad4e;
    font-weight:bold;
}

.nav .eleHide {
	display: none;
}

.more {
		text-align: right;
}

	.more a {
		text-decoration: underline;
		font-weight: bold;
		font-size: 12px;
	}

		.more a:hover {
			text-decoration: none;
		}
.eleShow {}

 #MapIt {
	height: 850px;
}

#drrMap {
	width: 100%;
	height: 850px;
	position: inherit;
}



#imgThumb
{
    list-style-type:none;
}

    #imgThumb div
    {
        margin-bottom:15px;
        text-align:center;
    }

#divbtnGroup
{
    margin-right:10px;
}
    #divbtnGroup .btn-primary:hover, #divbtnGroup .btn-primary:focus
    {
        background-color: #667C93;
        border-color: #357ebd;
    }
.sortButton
{
    background-color: #294D76;
	border-color: #1E395A;
}
.sortButtonActive
{
    background-color: #667C93;
    border-color: #357ebd;
}
.spanddVID {
    background-color:#d8d3c9;
}