/* Open Context Layout Main */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	font-family: 'Open Sans';	
}

#main {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
#oc-nav-bar {
	background-color: #141518;
}
#oc-nav-bar li.active a {
	background-color: #141518;
}
#oc-nav-branding {
	padding-top:0px;
        padding-left:0px;
}
#oc-hidden-bar {
	width: 100%;
	height: 50px;
	display: block;
}

/* Item-content, for individual records */
#item-content {
	/*
	padding-top:70px;
	*/
}

/* Search-content, for search results */
#search-content {
	/*
	padding-top:70px;
	*/
}

#footer-upper {
	/*
	margin-top: 5%;
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    */
	margin-top: 10%;
	pading-top: 10px;
	background-color: #141518;
	margin-right:-45px;
	margin-left:-45px;
}
div.footer-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 2%;
}
div.footer-cell img {
	max-height: 75px;
	margin-left: auto;
	margin-right: auto;
}
#footer-lower {
	/*
	background-color: #333333;
	*/
	background-color: #141518;
	color: #fff;
	text-align: center;
	font-size: 85%;
	margin-right:-45px;
	margin-left:-45px;
	margin-top:-2px;
	padding: 2%;
}
.project-edit-stars {
	color: #EE7600;
}
a.project-edit-stars:link {
	color: #EE7600;
}
a.project-edit-stars:visited {
	color: #EE7600;
}
a.project-edit-stars:hover {
	color: #EE7600;
}
div.subject-list-row {
	padding-top: 1%;
	padding-bottom: 1%;
}
div.media-list-row {
	padding-top: 1%;
	padding-bottom: 1%;
}
div.subject-list-row img {
	height: 30px;
	width: 30px;
}
div.subject-list-text {
	padding-top: 2%;
}
div.media-thumb {
	text-align: center;
}
div.media-links {
	/*
	padding: 1%;
	*/
}
/* Tweeks to Bootstrap */
#context-root::before {
      content: ""; 
    }
#context-start {
	font-weight: normal;
	color: rgb(51, 51, 51);
}
#item-in-context {
	font-weight: bold;
	color: #000000;
}
#rel-item-in-context {
	font-weight: bold;
	color: #000000;
}
#rel-item-in-context::before {
    content: "\2194"; 
}
div.top-panel {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: none;
}
div.panel-group div.top-panel {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
div.preview-image {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
div.preview-image img{
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
div.subjects-links-cell {
	width: 100%;
	margin-left: 1%;
	text-align: left;
}
/* So long uri in Citation has good wrapping */
#item-title {
	max-width:200px;
    word-wrap:break-word;
}
span.title_sep {
	padding-left: 3px;
	padding-right: 3px;
}
#item-uri {
	max-width:200px;
	word-wrap:break-word;
}
#item-stable-id {
	max-width:200px;
	word-wrap:break-word;
}
span.uri {
   max-width:200px;
   word-wrap:break-word;
}
td.sample_rec {
   max-width:175px;
   word-wrap:break-word;
}
#map {
	width:100%;
	height:66%;
	min-height:300px;
}
#map {
	width:100%;
	height:66%;
	min-height:300px;
}
#area-license {
	margin-top: 24px;	
}
div.act-filter-type {
	padding-top: 5px;
}
div.act-filter-val-row {
	padding-bottom: 5px;
}

ul.f-opt-list {
	border-top: 1px solid #ddd;
	margin-bottom: -1px;
}
li.f-sub-group {
	margin-top: -5px;
}
li.f-opt-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
li.f-opt {
	border-left: none;
	border-right: none;
}
div.f-opt-label {
	padding-left: 0px;
}
div.f-count {
	margin-top: -2px;
	padding-top: 0px;
	padding-left: 0px;
}
.ref-list li {
		width: 90%;
		margin-bottom: 18px;
}
.sep-list li {
		margin-bottom: 18px;
}
nav.top-search {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
nav.lower-search {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-bottom: 0px;
}