#ds-footer-links {
	text-align: center;
}

.social-icons a {
	margin-right: -5px;
}

#ds-feed-option a {
	padding-left: 20px;
}

span.error {
	display: block;
	color: #e00000;
}
input.error {
	border: 1px solid #e00000;
}

.discover-filters-box {
	padding: 20px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #bbb;
} 

.ds-list-head {
	margin-top: 1em;
}

footer .row {
	text-align: center;
}

/** Hide Site and page titles */
h1.pagetitle, h2.static-pagetitle {
	display: none;
	visibility: hidden;
}

/** Search form */
#ds-search-form label {
	display: block;
}

/** Breadcrumbs */
#ds-trail {
	padding-left: 5px;
}

.ds-trail-link {
	display: inline;
}
  .ds-trail-link:after {
	font-family: 'FontAwesome';
	content: " \f105 "
  }
  .ds-trail-link.last-link:after {
	content: none;
  }

/** Navigation */
.ds-simple-list.horizontal li {
	display: inline;
	border: 1px solid #BFBFBF;
	padding: 0;
	margin: 2px;
}

.ds-simple-list.alphabet li {
	display: inline;
	border: 1px solid #BFBFBF;
	padding: 0 1px 0 5px;
	margin: 2px;
}

.ds-simple-list.collection-browse li, .ds-simple-list.community-browse li {
	display: inline;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.ds-progress-list li { /** Workflow steps */
	display: inline;
}
	.ds-progress-list li.current input {
		background-color: #333;
	}
	.ds-progress-list li.current input:hover {
		background-color: inherit;
	}

.ds-artifact-item > span > a { /** Collection/community listing top-level entries */
	margin-bottom: 15px;
	display: inline-block;
}

ul.ds-artifact-list li span.publisher {
    font-style: italic;
}

.ds-artifact-list .ds-artifact-item {
	display: flex;
	padding: 6px 6px 10px 10px;
	margin: 0;
	margin-bottom: 10px;
}
	.ds-artifact-list .ds-artifact-item .artifact-description {

	}
	.ds-artifact-list .ds-artifact-item .artifact-thumbnail {
		padding: 4px;
		margin-bottom: 20px;
		min-width: 100px;
		text-align: center;
	}

ul.horizontal li {
	float: left;
	height: 21px;
	background-color: #bfbfbf;
	margin: 2px 2px 0px 2px;
	border: 1px solid rgb(240, 240, 210);
}

ul.horizontal a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 4px;
}

ul.horizontal li span.bold a {
	border-bottom: 1px solid white;
	background-color: white;
}

/** Tables */

.ds-table-head {
	clear: left;
}

.ds-table {
	width: 100%;
}
	.ds-table td {
		border: 1px solid #ddd;
	}
	.ds-table .ds-table-row.odd td {
		background-color: #eee;
	}

.ds-includeSet-table td { /** Item detail page */
	padding: 20px;
	border: 1px solid #ddd;
}

/** Pagination */
.pagination-links li {
	display: inline;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
	.pagination-links li.current-page-link {
		border: none;
	}

.pagination, .pagination-masked  {
	display: grid;
	grid-template-columns: auto auto auto;
}
	.previous-page-link {
		grid-column-start: 1;
		grid-row-start: 2;
	}
	.next-page-link {
		grid-column-start: 3;
		grid-row-start: 2;
	}
	.pagination-info, .pagination-links {
		grid-column-start: 2;
	}

/** Adding an item */
.ds-form-content label {
	display: inline-block;
}

input[type="submit"].icon-button {
	padding: 4px;
	cursor: pointer;
	margin: 2px;
	background-color: #E6E6E6;
	border: 1px solid #D3D3D3;
	text-indent: -1000px;
	width: 30px;
	height: 30px;
	display: block;
	font-size: 0;
	line-height: 0;
}
input[type="submit"].icon-button.arrowUp {
	background-image: url(/themes/Classic/images/arrow_up_444444_16x16.png);
	background-repeat: no-repeat;
	background-position: center center;
}
input[type="submit"].icon-button.arrowDown {
	background-image: url(/themes/Classic/images/arrow_down_444444_16x16.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/** Other display stuff */
div.ds-logo-wrapper {
	float: right;
	padding: 5px 0px 5px 10px;
}

p.copyright-text {
	margin-top: 30px;
	font-style: italic;
	text-align: center;
}

ul.ds-artifact-list li.odd {
	color: inherit;
	background-color: #eee;
}

span.bold {
	font-weight: bold;
}

h1.ds-div-head, h2.ds-div-head, h3.ds-div-head, .ds-head {
	clear: both;
}

p.ds-paragraph {
	clear: left;
}

/*Heather Styles*/

p.copyright-text {
    font-style: italic;
    text-align: center;
    font-size: .75em;
}

div#aspect_discovery_SimpleSearch_div_search-results ul {
    padding-left: 0;
    padding-bottom: 75px;
}

.ds-includeSet-table td {
	padding: 5px;
	border: 1px solid #ddd;
}

/** NJSLHELP-30663 */
.discover-filters-box.hidden {
	visibility: visible !important;
}
