﻿#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;
}

.hidden {
    display:none;
}

.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: #F5F5F5;
}

.facet-filter__title {
	padding: 0;
	margin: 0;
	list-style: none;
	color: rgba(0,0,0,0.54);
	text-align: center;
	font-weight: bold;
}

.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;
        border-top: 4px solid #e2dcd2;
	}

		.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 tr {
    cursor:pointer;
    
}

    .facet-results__list tr:hover {
        BACKGROUND-COLOR: #E2DCD2;
    }
    .table-striped>tbody>tr:nth-of-type(odd):hover {
    background-color: #E2DCD2;
    }

		.facet-results__list .row {
			margin: 0;
			padding-top: 1.8rem;
			padding-bottom: .5rem;
			border-bottom: 2px solid 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;
						float: left;
					}

					.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;
	}


	
.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 {}

 

#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;
}

.pagination__optStyle i, .pagination__optStyle i::before{
    width:21px;
    cursor:pointer;
}

.pagination__count {
    margin-right:15px;
}

.facet-results__header h2 {
    display:none;
}

.facet-results {
    padding:0px;
}
.more {
    padding:10px;
}
.more a {
    /*margin:10px;*/
}

#divColTitle img {
	padding-right:20px;
	float:left;
	width:270px;
}

#collectionDesc {
padding-bottom:0px;
padding-top:0px;
margin-bottom:0px;
margin-top:0px;
}

#divColTitle p {
font-size:110%;
padding-top:15px;
}