  
/* public/stylesheets/app.css */
@charset "UTF-8";

/** PLEASE NAMESPACE ALL SELECTORS WITH CLASS: dwt **/

/********************************************* MOBILE-SPECIFIC NAVBAR STYLING **************************************/
.dwt #header-mobile {
	overflow: hidden;
}

.dwt #header-mobile .navbar-toggle {
	margin-left: 15px;
}

.dwt #header-mobile #navbar-go-back {
	cursor: pointer;
}

.dwt #header-mobile #navbar-collapse-mobile {
	padding-left: 15px;
}

.dwt #header-mobile #navbar-collapse-mobile form {
	width: auto;
	padding: 0px 10px;
	border-style: none;
}

.dwt #header-mobile #simple-search-form {
	width: 100%;
	margin-left: 15px;
	border-style: none;
	box-shadow: none;
}

.dwt #header-mobile #simple-search-form #nav-search {
	width: 100%;
}

.dwt #header-mobile #simple-search-form span.input-group-btn {
	padding-right: 15px;
}

.dwt #header-mobile #navbar-collapse-mobile #nav-search {
	width: 100%;
	border-radius: 3px 0 0 0;
}

.dwt #header-mobile #navbar-collapse-mobile #nav-search-button {
	border-radius: 0 3px 0 0;
}

.dwt #header-mobile #navbar-collapse-mobile #nav-search-fulltext-label {
	border-radius: 0 0 0 3px;
}

.dwt #header-mobile #navbar-collapse-mobile #nav-search-fulltext-checkbox {
	border-radius: 0 0 3px 0;
}

/********************************************** MOBILE RESULTS PAGE CONTROLS ***************************************/
.dwt #mobile-tab-title {
	text-align: center;
	font-weight: bold;
}

.dwt #mobile-controls-container {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/*
.dwt #mobile-controls-container .btn-group button {
  padding-left: 0;
  padding-right: 0;
  width: 45px;
  border-radius: 0;
}
*/

.dwt #mobile-controls-container .btn-group button {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	border-radius: 0;
	border-width: 1px 1px 1px 0;
}

.dwt #mobile-controls-container .btn-group:first-child button {
	border-width: 1px;
}

.dwt #mobile-controls-container .btn-group {
	width: 16%;
}

.dwt #mobile-controls-container .mobile-controls-row {
	display: inline-block;
	margin-left: -1px;
}

.dwt #mobile-controls-container .dropdown-menu {
	margin-top: 0px;
}

.dwt #mobile-controls-container .dropdown-menu.dropdown-left {
	right: 0;
	left: initial;
}

.dwt #mobile-controls-container .dropdown-menu li {
	cursor: pointer;
}

.dwt #mobile-translate-button {
	text-align: center;
}

.dwt #mobile-limit-to {
	margin-bottom: 1em;
}

/******************************************************** GENERAL **************************************************/
.dwt body {
	-ms-overflow-style: scrollbar;
}

.dwt .margin-bottom {
	margin-bottom: 15px !important;
}

.dwt .badge {
	margin: 0 3px;
}

.dwt #content-container {
	padding: 0px;
	min-height: 500px;
}

.dwt #logo-img {
	box-shadow: none;
	border: none;
	margin-bottom: 10px;
}

.dwt #small-logo-div {
	margin: 15px auto;
	text-align: center;
	width: 55%;
}

.dwt #small-logo-div img {
	width: auto;
	height: auto;
	max-width: 175px;
}

.dwt #poweredby-logo-div {
	margin: 7px auto;
	text-align: center;
}
.dwt #poweredby-logo-div > a {
	display: inline-block;
	background-color: white;
	border-radius: 5px;
	border: none;
}

.dwt .form-control {
	padding: 6px;
}

/* will removing this break anything? */
/*
.dwt input[type=checkbox] {
  position: relative;
  top: -1px;
}
*/

.dwt .validationMessage {
	color: #a3250c;
}

.dwt #search-content .container {
	min-height: 400px;
}

.dwt #footer {
	margin-top: 20px;
}

.dwt #footer #copyright {
	font-size: 9pt;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.dwt #footer .navbar .navbar-nav {
		display: inline-block;
		float: none;
	}

	.dwt #footer .navbar .navbar-collapse {
		text-align: center;
	}
}

.dwt #header .navbar-brand,
.dwt #header-mobile .navbar-brand {
	color: white;
}

.dwt .navbar {
	/*padding: 0 20px 0 20px;*/
	border-radius: 0;
}

.dwt #header .navbar-nav,
.dwt #header-mobile .navbar-nav {
	margin-top: 10px;
}

.dwt .navbar-form {
	padding: 0px;
}

.dwt .navbar-collapse {
	padding-left: 15px;
}

.dwt .navbar-collapse.in {
	overflow: visible;
}

.dwt .navbar .separator {
	margin-right: 0.7em;
}

.dwt #header #my-account,
.dwt #header-mobile #my-account {
	color: lightblue;
}

.dwt #header form {
	width: 40%;
	min-width: 400px;
}

.dwt #header #nav-search {
	width: 60%;
}

.dwt .nav > li > a,
.dwt .nav > li > span {
	padding: 4px 10px;
}

.dwt .list-inline {
	margin-left: 0px;
	margin-top: 10px;
}
.dwt .list-inline > li {
	vertical-align: middle !important;
}

.dwt .navbar {
	margin-bottom: 0px;
}

.dwt #app-nav {
	margin-bottom: 10px;
}

.dwt #app-nav .navbar-right > ul {
	float: none;
}

.dwt #app-nav .navbar-browzine {
	margin: 2px 15px;
}

.dwt #app-nav .navbar-browzine img {
	width: auto;
	height: 65px;
}

.dwt #results-page-container #app-nav {
	margin-bottom: 0;
}

.dwt .navbar-page-title {
	float: left;
	padding: 15px 15px 15px 5px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
	margin: 0;
}
.dwt .navbar-page-title.citations-page-title {
	padding-left: 0px;
}

.dwt .navbar-inverse .navbar-page-title {
	color: white;
}

.dwt .panel-body {
	padding: 0px 10px;
}

.dwt .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dwt .panel {
	border: none;
	margin-bottom: 0px;
}

.dwt .form-group {
	margin-bottom: 8px;
}

.dwt label {
	font-weight: 500;
}

.dwt .row {
	margin: 0px;
}

.dwt .form-inline .form-control {
	width: 50%;
}

.dwt .modal.fade.ui-draggable-dragging {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.dwt div.print-email-warning {
	margin-bottom: 0;
}

.dwt .row.remove-margins {
	margin-left: -15px;
	margin-right: -15px;
}

.dwt .dropdown-menu > li > a div.tooltip {
	white-space: initial;
}

.dwt .dropdown-toggle:focus {
	outline: thin dotted;
}

.dwt a i.fa-external-link {
	font-size: 0.85em;
	margin-left: 0.3em;
}

.dwt .link-for-search-container {
	padding-top: 30px;
}
.dwt .link-for-search-container button {
	font-size: 12px;
}
.dwt #showLinkForSearch-form textarea {
	height: 100px !important;
}

/*************************************************************** QUICK SEARCH ****************************************/
.dwt #simple-pane {
	padding-top: 40px;
}

.dwt #simple-pane #logo-div {
	text-align: right;
}

/* center the logo on mobile */
@media (max-width: 767px) {
	.dwt #simple-pane #logo-div {
		text-align: center;
	}
}

.dwt #simple-pane #form-div .input-group {
	width: 90%;
}

/* search box full width on mobile */
@media (max-width: 767px) {
	.dwt #simple-pane #form-div .input-group {
		width: 100%;
	}
}

.dwt #simple-pane #form-div .input-group #fullRecord {
	width: 100%;
}

.dwt #simple-pane #form-div {
	padding-top: 25px;
}

.dwt #simple-pane #logo-img {
	box-shadow: none;
	border: none;
	margin-bottom: 10px;
	padding-top: 0px;
}

.dwt #simple-search-form .form-group,
.dwt #simple-search-form-mobile .form-group {
	display: inline;
}

.dwt .ft {
	margin-top: 8px;
}

.dwt .btn-xm {
	margin-right: 5px;
}

/* quick search boxes */
.dwt #simple-search-form #simple-search-submit,
.dwt #simple-search-form-mobile #simple-search-submit {
	padding-left: 8px;
	padding-right: 8px;
	box-shadow: none;
	border-radius: 0px 4px 4px 0px;
	border-left: none;
}

.dwt #simple-search-form #options-dropdown-btn,
.dwt #simple-search-form-mobile #options-dropdown-btn {
	padding-left: 8px;
	padding-right: 8px;
	background: white;
	border-radius: 0;
	box-shadow: none;
	border-left: none;
}

.dwt #simple-search-form #options-dropdown,
.dwt #simple-search-form-mobile #options-dropdown {
	display: block;
	margin: 0;
	border-radius: 0;
	right: 1px;
	min-width: 250px;
}

.dwt #simple-search-form #options-dropdown-btn.options-changed,
.dwt #simple-search-form-mobile #options-dropdown-btn.options-changed {
	box-shadow: 0 0 5px 0 rgba(0, 255, 0, 0.5) inset;
	text-decoration: underline;
}

.dwt #simple-search-form #options-dropdown li *,
.dwt #simple-search-form-mobile #options-dropdown li * {
	vertical-align: middle;
	margin-top: 0px;
}
.dwt #simple-search-form #options-dropdown .sort-type-label {
	float: left;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 5px;
}
.dwt .search-options-container {
	width: 100%;
	height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
}
.dwt .search-options-container.simple {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}
.dwt #simple-search-form .ebm-dropdown-menu {
	width: 100%;
}
.dwt .search-options-container .option-container {
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dwt .search-options-container .pubmed-option-container {
	display: flex;
	flex-wrap: wrap;
	display: flex;
}
.dwt .search-options-container .publish-option-container {
	display: flex;
	flex-wrap: wrap;
	align-self: flex-start;
}
.dwt .search-options-container .topics-option-container {
	display: flex;
	flex-wrap: wrap;
}
.dwt .search-options-container .input-container {
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
}
.dwt .search-options-container .input-container.right {
	align-self: flex-end;
	padding-left: 20px;
}
.dwt .search-options-container .input-container.left {
	align-self: flex-start;
	padding-left: 20px;
}
.dwt .search-options-container .option-section-title {
	padding-bottom: 6px;
	width: 100%;
}

.dwt .search-options-container .option-container .topic-option {
	padding-right: 8px;
	height: 12px;
	line-height: 12px;
}
@media only screen and (max-width: 600px) {
	.dwt .search-options-container .option-container .topic-option {
		display: flex;
		width: 100%;
		height: auto;
		align-items: center;
		text-align: center;
	}
	.dwt .search-options-container .option-container .topic-option input {
		margin-top: 0;
		margin-right: 5px;
	}
}
.dwt .search-options-container .option-container .topic-label {
	font-size: 12px;
}
.dwt .search-options-container .option-container .option-label {
	float: left;
	padding-right: 7px;
}
.dwt .search-options-container .option-container .pubmed-label {
	font-size: 12px;
}
.dwt .search-options-container .option-container .options-select {
	width: auto !important;
	font-size: 12px;
}
.dwt .search-options-container .option-container .indent-inputs {
	padding-left: 20px;
}

.dwt .search-options-container #set-defaults-button-container {
	width: 100%;
	display: flex;
	justify-content: center;
}

/*************************************************************** ADVANCED SEARCH *************************************/
/* center the logo on mobile */
@media (max-width: 767px) {
	.dwt #advanced-pane #logo-div {
		display: flex;
		justify-content: center;
		padding-top: 25px;
	}
}

.dwt #dateContainer,
.dwt #matchContainer {
	float: left;
}

/* bootstrap makes these inline >=768px, so we'll make them full width at lower resolutions */
@media (max-width: 767px) {
	.dwt #search-fields #dateContainer,
	.dwt #search-fields #matchContainer {
		width: 100%;
		float: none;
		position: static;
		margin-left: 0px;
		margin-top: 0px;
	}

	.dwt #search-fields #dateContainer .form-control.dateRange {
		width: 100%;
	}
	.dwt #search-fields #dateRangeCalContainer .form-control.dateRangeCal {
		width: 100%;
	}
}
.dwt #search-fields #sortTypeSelect {
	width: 110px;
}

.dwt #search-fields #sortTypeSelect {
	width: 110px;
}
.dwt #search-fields #industrySelect,
.dwt #search-fields #countrySelect {
	width: 300px;
}
.dwt #search-fields .clear-button {
	margin-right: 0.3em;
}

.dwt #dateContainer #dateRange div {
	margin-right: 5px;
}

.dwt #dateContainer #dateRange div:last-child {
	margin-right: 20px;
}
.dwt #dateRangeCalContainer {
	width: 100%;
}

.dwt #dateContainer .form-control.dateRange,
.dwt #dateContainer .form-control.fieldOp {
	width: auto !important;
	display: inline-block !important;
}
.dwt #dateRangeCalContainer .form-control.dateRangeCal {
	width: 30%;
}
.dwt #dateRangeCalContainer #startDateCal {
	padding-right: 3px;
}
.dwt #dateRangeCalContainer #endDateCal {
	padding-left: 6px;
}
.dwt #dateContainer.date-range-text .form-control.dateRange {
	width: 7em !important;
}

.dwt #preferred-language label {
	margin-right: 1em;
}

.dwt #preferred-language .language-option {
	display: inline-block;
}

.dwt .full-width {
	clear: both;
}

.dwt #advanced-search-form select {
	width: 95px;
}

.dwt #alerts-search-form select {
	max-width: 300px;
}

.dwt #advanced-search-form #fieldOp {
	width: auto;
}

.dwt label[for='endDate'] {
	position: relative;
	left: -3px;
}

.dwt #categories-panel {
	margin-top: 35px;
}

.dwt #categories-tree-container,
.dwt #sources-container {
	width: 100%;
	line-height: normal;
}

.dwt #advanced-sources-form button {
	vertical-align: middle;
}

.dwt #advanced-sources-form input[type='checkbox'] {
	margin-top: 0px;
	vertical-align: middle;
}

.dwt #advanced-sources-form label {
	display: inline;
	margin-bottom: 0px;
}

.dwt #categories-tree-container .left,
.dwt #sources-container .left,
.dwt #category-info-modal .left {
	position: absolute;
}

.dwt #categories-tree-container .right,
.dwt #sources-container .right,
.dwt #category-info-modal .right {
	display: block;
	margin-bottom: 5px;
	margin-left: 1.5em;
}

.dwt #categories-tree-container .right-big,
.dwt #sources-container .right-big {
	display: block;
	margin-bottom: 0;
	margin-left: 3em;
	vertical-align: middle;
}

.dwt #advanced-sources-form .subsection,
.dwt #category-info-modal .subsection {
	margin-left: 1.5em;
}

.dwt #advanced-sources-form .subsection-big {
	margin-left: 3em;
}

.dwt #advanced-sources-form .column {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.dwt #categories-tree .category-click {
	cursor: pointer;
	text-decoration: underline;
}
.dwt #category-info-modal .modal-dialog {
	width: auto;
	display: inline-block;
}

/* this media query is equivalent to bootstrap's col-sm-* */
@media (min-width: 768px) {
	/* these widths are slightly less to avoid browser rounding issues */
	.dwt #categories-tree .column-2,
	.dwt #sources-container .column-2 {
		width: 49%;
	}
	.dwt #categories-tree .column-3,
	.dwt #sources-container .column-3 {
		width: 32%;
	}
	.dwt #categories-tree .column-3,
	.dwt #sources-container .column-3 {
		width: 32%;
	}
	.dwt #categories-tree .column-4,
	.dwt #sources-container .column-4 {
		width: 24%;
	}
}

.dwt #categories-tree-container .btn-xs,
.dwt #categories-tree-container .btn-group-xs > .btn,
.dwt #sources-container .btn-xs,
.dwt #sources-container .btn-group-xs > .btn {
	font-size: 9px;
	line-height: 0.6;
	padding: 4px;
}
.dwt #categories-tree-container .btn-xs > i,
.dwt #categories-tree-container .btn-group-xs > .btn > i,
.dwt #sources-container .btn-xs > i,
.dwt #sources-container .btn-group-xs > .btn > i {
	line-height: 0.6;
}

.dwt #categories-tree-container .right-big,
.dwt #sources-container .right-big {
	font-weight: bold;
}

.dwt #advanced-sources-form .form-group {
	margin-bottom: 0;
}

.dwt #advanced-sources-form a,
.dwt #category-info-modal #source-list a {
	text-decoration: underline;
}

/************************************************ RESULTS PAGE COLUMNS ************************************************/
.dwt #content-container {
	overflow: hidden;
	margin: 0px;
}

.dwt #content-container #left-col,
.dwt #content-container #right-col {
	min-height: 55px;
}

.dwt #content-container #left-col,
.dwt #content-container #right-col,
.dwt #content-container #mid-col-wrapper {
	padding-top: 10px;
}

.dwt #content-container #left-col {
	float: left;
	width: 225px;
	padding-left: 15px;
}
.dwt #content-container #left-col.thin {
	width: 215px;
}
.dwt #content-container #left-col.wide {
	width: 400px;
}

.dwt #content-container #mid-col-wrapper {
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

.dwt #content-container #right-col {
	float: right;
	width: 215px;
	padding-right: 15px;
}
.dwt #content-container #right-col.wide {
	width: 400px;
}

.dwt #content-container.left-hidden #left-col,
.dwt #content-container.right-hidden #right-col {
	width: 0;
	padding: 0;
	overflow: visible;
}
.dwt #content-container.left-hidden #left-col > div.content,
.dwt #content-container.right-hidden #right-col > div.content {
	display: none;
}

/* .dwt #content-container #left-col,
.dwt #content-container #right-col {
  position: relative;
} */

.dwt #content-container #left-col .column-collapse-button,
.dwt #content-container #right-col .column-collapse-button {
	width: 12px;
	height: 40px;
	padding: 0;
	position: absolute;
	line-height: 0;
}
.dwt #content-container #left-col .column-collapse-button {
	border-radius: 0 12px 12px 0;
	border-width: 1px 1px 1px 0;
	left: 0;
}
.dwt #content-container #right-col .column-collapse-button {
	border-radius: 12px 0 0 12px;
	border-width: 1px 0 1px 1px;
	right: 0;
}

/*************************************************************** RESULT TABS ******************************************/
.dwt #result-tabs {
	margin-top: 0px;
}

.dwt #result-tabs li {
	display: inline-block;
	float: none;
	padding: 0;
}
.dwt #result-tabs li > a {
	cursor: pointer;
}
.dwt #result-tabs li > span {
	cursor: not-allowed;
}

.dwt .nav-tabs > li > a,
.dwt .nav-tabs > li > span {
	border: 1px solid #ccc;
}

.dwt .nav-tabs > li > a,
.dwt .nav-tabs > li > span {
	margin-right: 2px;
	line-height: 1.42857143;
	border-radius: 4px 4px 0 0;
}

.dwt .nav > li > a,
.dwt .nav > li > span {
	position: relative;
	display: block;
}

/************************************************************ MOBILE RESULT LIST ***************************************/
.dwt #result-list-controls-mobile .list-inline {
	text-align: center;
}

.dwt #result-list-controls-mobile #results-checkbox {
	margin-bottom: 1em;
}

.dwt #result-list-controls-mobile .list-inline {
	text-align: center;
}

.dwt #result-list-controls {
	border-radius: 1px;
	width: 100%;
}

/*************************************************************** RESULT LIST ******************************************/
.dwt .result {
	min-height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.dwt #result-list.scrollable {
		height: 1000px;
		margin: 0;
		overflow: auto;
	}
}
.dwt #result-list-controls {
	border-radius: 1px;
	width: 100%;
}

/* IE only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.dwt #result-list-controls .result-control-label {
		margin-bottom: 0;
	}
}

.dwt .ftimage {
	position: absolute;
	right: 10px;
}

.dwt #search-status #search-summary {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.dwt #search-status .add-additional-results,
.dwt .search-status .add-additional-results {
	text-decoration: underline;
}

.dwt .result-list .even {
	background: #efefef;
}

.dwt .result-list {
	list-style-type: none;
	padding-left: 0px;
}

.dwt #search-content #powered-by {
	font-size: 8pt;
	color: lightgray;
}

.dwt #search-content #powered-by a {
	font-size: 8pt;
	color: lightgray;
}

.dwt #visualization {
	/* without width and height, the viz won't draw */
	height: 400px;
	width: 384px;
	margin: 0 auto;
}

.stick-to-top {
	position: fixed !important;
	top: 30px !important;
	-webkit-transform: translateZ(0);
}

.dwt #results-page-container .badge-container {
	text-align: center;
	display: inline-block;
	min-width: 52px;
}
.dwt #results-page-container .badge {
	font-size: 10pt;
	font-weight: 500;
}

.dwt #app-nav #search-progress {
	text-align: center;
	margin: 9px 10px 0 0;
}
.dwt #app-nav #search-progress a {
	text-decoration: underline;
}

.dwt #results .progress {
	margin-bottom: 0;
	height: 12px;
	background: #ddd;
}

.dwt #result-list-controls #paginator,
.dwt #result-list-controls-mobile #paginator {
	margin: 0;
}

.dwt #result-list-controls #paginator-container,
.dwt #result-list-controls-mobile #paginator-container {
	vertical-align: middle;
}

.dwt #result-list-controls #paginator .pagination,
.dwt #result-list-controls-mobile #paginator .pagination {
	margin: 0;
}

.dwt #result-list-controls .form-control,
.dwt #result-list-controls-mobile .form-control {
	height: auto;
	padding: 2px;
}

.dwt #results-page-container .disableClick {
	pointer-events: none;
}

.dwt .cluster-top {
	font-weight: bold;
}

.dwt .hlt {
	font-weight: bold;
}

.dwt #result-list-controls label[for='sort-by'],
label[for='limit-to'] {
	font-size: 0.9em;
}

.dwt #left-col > .content > * {
	margin-bottom: 20px;
}

.dwt #result-list-controls #limit-to {
	width: 180px;
}

.dwt #result-list-controls #limit-to:disabled {
	cursor: default;
}

.dwt #clusters-sidebar .nav-tabs > li > a {
	padding: 4px 6px;
}

/*
.dwt #result-list-controls select {
  height:25px;
}
*/

.dwt #spelling-container {
	font-style: italic;
}

.dwt #search-info-container,
.dwt #search-builder-info {
	margin: 0 15px 0 0;
	font-size: 16px;
}

.dwt #search-info-container a,
.dwt #search-builder-info a {
	text-decoration: underline;
}

.dwt #search-info-container .search-info-centered,
.dwt #search-builder-info .search-info-centered {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	padding: 8px 0;
}

.dwt #search-info-container .search-info-line,
.dwt #search-builder-info .search-builder-line {
	margin-top: 3px;
}

.dwt #search-builder-info {
	max-width: 300px;
}
.dwt #search-builder-info #search-builder-title {
	font-weight: bold;
}
.dwt #search-builder-info .search-builder-line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dwt #navbar-logo {
	width: 210px;
	padding: 8px 0;
	height: 100px;
	text-align: center;
}
.dwt #navbar-logo img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	max-width: 100%;
	max-height: 100%;
}
.dwt #navbar-logo,
.dwt #navbar-search-status {
	margin-right: 15px;
}
.dwt #navbar-search-status {
	width: 210px;
	padding: 8px 0;
	text-align: center;
	line-height: 1.2;
}
.dwt #navbar-search-status #search-summary {
	min-height: 84px;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.dwt #navbar-search-status .panel-body {
	padding: 0px 5px;
}

.dwt #spelling-container {
	margin-left: 10px;
}

.dwt #mobile-search-terms-container,
.dwt #mobile-spelling-container {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.dwt .nav-tabs > li.active > a,
.dwt .nav-tabs > li.active > a:hover,
.dwt .nav-tabs > li.active > a:focus,
.dwt .nav-tabs > li.active > span,
.dwt .nav-tabs > li.active > span:hover,
.dwt .nav-tabs > li.active > span:focus {
	border: 2px solid #ccc;
	border-bottom-color: transparent !important;
	background-color: #efefef;
}

.dwt .nav-tabs > li.active .badge {
	/* reverse the normal badge colors, but make the text darker so it's readable */
	background-color: #fff;
	color: #555;
	/* also add a slight border */
	border: 1px solid #ccc;
	margin: -1px 2px;
}

.dwt #spelling-container div {
	margin-left: 20px;
}

.dwt #spelling-container div,
.dwt #spelling-container a {
	color: black;
}

.dwt #results a {
	font-size: 0.9em;
	margin-top: 5px;
}

.dwt #results.well {
	margin-bottom: 0px;
	line-height: 1;
}

.dwt #result-list a,
.dwt #citations-panel a {
	text-decoration: underline;
}

.dwt .pagination > li > a,
.dwt .pagination > li > span {
	padding: 3px 6px;
}

.dwt #result-list-controls.form-group,
.dwt #result-list-controls-mobile.form-group {
	margin-bottom: 0px;
}

.dwt #content-container #result-tabs .nav > li > a,
.dwt #content-container #result-tabs .nav > li > span {
	padding: 4px 5px;
}
.dwt #content-container #result-tabs .badge {
	padding: 3px 4px;
	margin-left: 1px;
}
.dwt #content-container #result-tabs > li:not(:first-child) {
	margin-left: -3px;
}

.dwt .toggle-snippet-link {
	margin-left: 0.5em;
}

.dwt .result-list .author-conclusions {
	background-color: #d0d0d0;
}

.dwt .result-list .resolve-url {
	text-decoration: none !important;
}

.dwt .result-list .resolve-url > * {
	vertical-align: middle;
}

.dwt .result-list .result-image a,
.dwt .result-list .browzine-cover a {
	display: inline-block;
}

.dwt .result-list .result-image img {
	max-width: 130px;
	max-height: 130px;
	width: auto;
	height: auto;
	display: block;
}

.dwt .result-list .browzine-cover {
	padding: 6px 0;
}
.dwt .result-list .browzine-cover img {
	max-height: 130px;
	max-width: 105px;
	width: auto;
	height: auto;
	box-shadow: 1px 1px 3px rgba(47, 52, 64, 0.72);
	display: block;
}
.dwt .result-list #results-row {
	padding-left: 10px;
}
.dwt .result-list #results-row > div > input {
	margin: 0;
}

.dwt .result-list #results-row > div i.fa-external-link-square {
	font-size: 1.7em;
}

.dwt .result-list #results-row > div > * {
	vertical-align: middle;
}
.dwt .result-list #results-row .additional-option-container {
	margin-left: auto;
}
.dwt .result-list #results-row .tag-badge-container {
	text-align: right;
}
.dwt .result-list .result-offset .accept-discard-container {
	text-align: center;
}

.dwt .result-list .result-offset .accept-discard-container button {
	padding: 0;
	border: none;
	background-color: inherit;
}
.dwt
	.result-list
	.result-offset
	.accept-discard-container
	button.curate-option {
	padding: 0;
	border: none;
	background-color: inherit;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	line-height: 25px;
}
.dwt
	.result-list
	.result-offset
	.accept-discard-container
	button.curate-option.selected {
	background-color: #aaaaaa;
}

.dwt .result-list .result-offset .accept-discard-container .accept-result {
	color: green;
}
.dwt .result-list .result-offset .accept-discard-container .discard-result {
	color: red;
	padding: 0;
	border: none;
	background-color: inherit;
}
.dwt .result-list #results-row .duplicate-result-label {
	border: 2px solid #c40233;
	border-radius: 3px;
	color: #c40233;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
}

.dwt .result-list .collapsible-section-button {
	margin-top: 10px;
	width: 100%;
	height: 40px;
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: inherit;
}
.dwt .result-list .collapsible-section-button:focus {
	outline: 0;
}
.dwt .result-list .collapsible-section-button.expanded {
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.dwt .result-list .duplicate-result-section {
	padding-top: 10px;
	padding-bottom: 10px;

	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.dwt .result-list .collapsible-section-button .collapse-button-icon {
	padding-top: 3px;
	float: right;
}

.dwt .result-list #custom-fields .custom-field {
	margin-right: 0.5em;
}

.dwt .result-list .original-text {
	color: #8c8c8c;
}

.dwt .result-list .translation-status {
	font-weight: bold;
	margin-top: 5px;
}

/******************************************************* OFFSET RESULTS LAYOUT ***************************/
.dwt .result-list .result-offset {
	width: 100%;
	padding-left: 10px;
	display: flex;
}
.dwt .result-list .result-offset .result-left {
	display: table-cell;
	width: 40px;
	min-width: 40px; /* seems to be needed to make sure it isn't shrunk in My Library */
	padding-right: 5px;
	padding-left: 15px;
	text-align: left;
	white-space: nowrap;
}
.dwt .result-list .result-offset .result-left.has-result-number {
	width: 62px;
	min-width: 62px;
}
.dwt .result-list .result-offset .result-left.large,
.dwt .result-list .result-offset .result-left.large.has-result-number {
	width: 152px; /* based on maximum of 130px + padding */
	min-width: 152px;
	text-align: left;
	vertical-align: top !important;
	padding-right: 7px;
}
.dwt .result-list .result-offset .result-left.large .browzine-cover,
.dwt .result-list .result-offset .result-left.large .result-image {
	width: 100%;
	text-align: center;
}

.dwt .result-list .result-offset .result-right {
	padding-right: 15px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.dwt .result-list .result-offset .result-right.top {
	flex-direction: row;
}
.dwt .result-list .result-offset .result-url {
	color: green;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.dwt .result-list .result-offset .result-right .browzine-full-text-link {
	border-radius: 5px;
	border: 1px solid grey;
	width: 88px;
	height: 20px;
}
.dwt .result-list .result-offset .result-right-half {
	display: table-cell;
	width: 70%;
	padding-right: 15px;
}
.dwt .result-list .result-offset .result-right.large > .row > div:first-child {
	padding-left: 5px;
}

/******************************************************* ADDITIONAL RESULTS POPUP ***************************/
.dwt #add-results-modal .modal-dialog {
	width: 330px;
}

.dwt #add-results-form .form-group label {
	display: inline;
}

/********************************************************* RESULT LIST RIGHT SIDEBAR ***********************/
.dwt #sidepanel-container .panel-body {
	/*margin-top:10px;*/
	padding: 15px;
}

.dwt #sidepanel-container .panel {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.dwt #sidepanel-container > div.row:last-child .panel {
	margin-bottom: 0;
}

.dwt #sidepanel-container .panel-heading {
	text-align: center;
}

.dwt #sidepanel-container .result-title {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 1em;
}

.dwt #sidepanel-container .result-title:first-child {
	margin-top: 0;
}

.dwt #sidepanel-container .result-snippet {
	display: block;
}

/********************************************************* RESULT LIST COLLECTION STATUS POPUP ***********************/
.dwt #coll-status-mobile table {
	table-layout: fixed;
	word-wrap: break-word;
}

.dwt #coll-status-modal .coll-stat,
.dwt #coll-status-mobile .coll-stat {
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
}

.dwt #coll-status-modal .coll-stat.timed-out,
.dwt #coll-status-mobile .coll-stat.timed-out {
	background-image: url(../images/coll-status-timed-out.png);
}

.dwt #coll-status-modal .coll-stat.running,
.dwt #coll-status-mobile .coll-stat.running {
	background-image: url(../images/coll-status-running.gif);
}

.dwt #coll-status-modal .coll-stat.failed,
.dwt #coll-status-mobile .coll-stat.failed {
	background-image: url(../images/coll-status-failed.png);
}

.dwt #coll-status-modal .coll-stat.complete,
.dwt #coll-status-mobile .coll-stat.complete {
	background-image: url(../images/coll-status-complete.png);
}

.dwt #coll-status-modal .coll-stat.partial,
.dwt #coll-status-mobile .coll-stat.partial {
	background-image: url(../images/coll-status-partial.png);
}

.dwt #coll-status-modal .coll-count-header,
.dwt #coll-status-modal .coll-total-count-header,
.dwt #coll-status-mobile .coll-count-header,
.dwt #coll-status-mobile .coll-total-count-header {
	text-align: right;
}

.dwt #coll-status-modal .coll-count,
.dwt #coll-status-modal .coll-total-count,
.dwt #coll-status-mobile .coll-count,
.dwt #coll-status-mobile .coll-total-count {
	text-align: right;
}

.dwt #coll-status-mobile table {
	table-layout: fixed;
}

.dwt #coll-status-mobile #coll-column-status {
	width: 30px;
}

.dwt #coll-status-mobile .coll-stat {
	height: 16px;
}

.dwt #coll-status-mobile tr.coll-name-row td,
.dwt #coll-status-mobile tr.coll-name-row th {
	padding: 8px 8px 0 8px;
}

.dwt #coll-status-mobile tr.coll-numbers-row td,
.dwt #coll-status-mobile tr.coll-numbers-row th {
	border-top: none;
	padding: 0px 8px 8px 8px;
}

.dwt #coll-status-modal .search-status {
	margin-bottom: 12px;
}
.dwt #coll-status-modal .search-status > .numbers {
	font-weight: bold;
	margin-bottom: 8px;
}

/*************************************************************** USER PREFERENCES *************************************/
@media (min-width: 768px) {
	.dwt #user-prefs-form select {
		width: auto;
	}
}
.dwt #user-prefs-form .form-control {
	margin-top: 5px;
	margin-bottom: 10px;
}
.dwt #user-prefs-form .form-group label {
	display: inline;
}
.dwt #user-prefs-form .form-group input[type='radio'] {
	margin-right: 5px;
}
.dwt #user-prefs-form .form-group #bottom-row {
	margin-bottom: 20px;
}
.dwt #user-prefs-form .form-group .radio-top {
	margin-top: 10px;
}
.dwt #user-prefs-form .form-group .radio-bottom {
	margin-bottom: 10px;
}
.dwt #user-prefs-form .form-group .option-label {
	font-weight: 400;
}
.dwt #user-prefs-form .form-group .left-radio-label {
	margin-right: 10px;
}
.dwt #user-prefs-form .form-group .results-per-page-control {
	float: left;
	padding-right: 25px;
}
.dwt #user-prefs-form .ebm-defaults-container {
	border: 1px solid grey;
	border-radius: 10px;
	padding-top: 10px;
}

.dwt #user-prefs-form .ebm-defaults-container .search-options-label {
	margin-bottom: 20px;
}

/*************************************************************** ALERTS ***********************************************/
.dwt #alert-tabs {
	margin-bottom: 25px;
}

.dwt #alert-tabs li {
	cursor: pointer;
}

.dwt #alert-tabs span.dirty {
	color: red;
}

.dwt #alert-tabs.nav-tabs > li > a,
.dwt #alert-tabs.nav-tabs > li > span {
	height: 34px;
}

@media (max-width: 767px) {
	.dwt #alert-tabs.nav-tabs > li {
		float: none;
	}
}

.dwt #alert-tabs.nav-tabs > li.active > a,
.dwt #alert-tabs.nav-tabs > li.active > span {
	font-weight: bold;
}

.dwt #alert-list ul {
	margin-top: 20px;
}

.dwt #alert-list ul li.alert-inactive > a {
	color: #777;
}

.dwt #alert-list ul li.alert-inactive.active > a {
	color: white;
	background-color: #bbb;
}

.dwt .delete-alert,
.dwt .delete-sb-entry,
delete-tag {
	float: right;
	color: red;
	position: relative;
	bottom: 21px;
	right: 5px;
	cursor: pointer;
}

.dwt .alert-feed-buttons {
	margin-left: 1em;
}

.dwt .alert-feed-buttons i {
	margin-left: 0.1em;
	vertical-align: middle;
}

/*************************************************************** CITATIONS ********************************************/
.dwt #zotero-help-img {
	position: absolute;
	top: 50px;
	right: 50px;
}

.dwt #zotero-help-img.left {
	top: 50px;
	left: 50px;
	right: initial;
}

.dwt .chardinjs-tooltiptext a {
	text-decoration: underline;
	color: #4397e0;
}

.dwt #zotero-logo {
	background-color: white;
}
.dwt .row .citations-login-links-container {
	padding-top: 20px;
}
.dwt #citations-table,
.dwt #my-library-citations-table {
	width: 100%;
}

.dwt #citations-table td,
.dwt #my-library-citations-table td {
	vertical-align: middle;
	padding: 5px;
}

.dwt #citations-table .title-column div,
.dwt #my-library-citations-table .title-column div {
	max-width: 200px;
}

.dwt #citations-table .title-column img,
.dwt #my-library-citations-table .title-column img {
	width: 100%;
	height: auto;
}

.dwt #citations-table .button-column,
.dwt #my-library-citations-table .button-column {
	padding-left: 15px;
	text-align: center;
}

.dwt #citations-table .button-column a,
.dwt #my-library-citations-table .button-column a {
	cursor: pointer;
}

.dwt #citations-panel .panel-body {
	padding: 0;
}

.dwt #citations-panel #no-results {
	padding: 5px 15px;
}

.dwt #refME-popup-container {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.dwt #refME-popup-container iframe {
	position: relative !important;
	top: 5em !important;
	bottom: auto !important;
	width: 85% !important;
	max-width: 500px !important;
	margin: 0 auto !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.dwt .no-padding-left {
	padding-left: 0;
}
.dwt .no-padding-right {
	padding-right: 0;
}

/*************************************************************** USER ACCOUNT PAGES ********************************************/
.dwt #bottom-login-group a {
	font-weight: bold;
	text-decoration: underline;
}

.dwt #delete-confirm-modal .modal-dialog {
	width: 350px;
}

/*************************************************************** POPUP DIALOGS ********************************************/
.dwt .modal-dialog {
	width: 500px;
	max-width: 85%;
}

.dwt .modal a {
	text-decoration: underline;
}

.dwt .modal img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* if we're using a background color for the modal header, we need this code */
.dwt .modal-header {
	background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
	background-repeat: repeat-x;
	border-radius: 6px 6px 0 0;
}

/* end */
.dwt .modal-header {
	padding: 10px;
}

.dwt .modal-header * {
	font-weight: bold;
}

.dwt .modal-body {
	padding: 12px;
}

.dwt .modal-footer {
	padding: 12px;
	margin-top: 0;
}

.dwt #browzine-modal .modal-body img {
	margin: 1em 0;
}

.dwt #browzine-modal .modal-dialog {
	width: 575px;
}

/******************************************************  SEARCH BUILDER *****************************************************/
.dwt .box1 .btn-group,
.dwt .box2 .btn-group {
	margin-left: 20px;
}

.dwt .box1,
.dwt .box2 {
	padding-left: 0;
	/*width: 75%;*/
}

.dwt .box1 > label,
.dwt .box2 > label {
	display: block;
}

.dwt .box1 > .buttons,
.dwt .box2 > .buttons {
	margin: 0;
	text-align: center;
	display: block;
}

.dwt .box1 > .buttons > button,
.dwt .box2 > .buttons > button {
	float: none;
}

.dwt #search-builder-form #search-builder-id {
	font-size: 30px;
	text-align: center;
	margin: 10px 0;
}

/* Breaks source categories for search builder page */
/* .dwt #search-builder-form input,*/
.dwt #search-builder-form textarea {
	width: 75%;
}

.dwt #search-builder-form #columns {
	width: auto;
}

.dwt #search-builder-form span.dirty,
.dwt #search-builder-form span.required {
	color: red;
}

.dwt #search-builder-form .entry-buttons {
	margin-bottom: 10px;
}

.dwt #search-builder-list button.create {
	margin: 20px 0 10px 0;
}

.dwt #editor-info-container {
	margin-left: auto;
	margin-right: auto;
	width: 20%;
}

.dwt #editor-info-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dwt #editor-info-container .heading {
	border-bottom: thin solid #ccc;
}

.dwt #search-builder-data {
	margin-bottom: 50px;
}

.dwt #search-builder-form .entry-buttons button {
	margin-right: 1em;
}
.dwt #search-builder-form .entry-buttons i {
	vertical-align: top;
}

/******************************************************  BACK TO TOP *****************************************************/
.dwt #back-to-top {
	display: none;
	position: fixed;
	top: 5px;
	right: 5px;
	background-color: rgba(200, 200, 200, 0.5);
	font-size: 30px;
	z-index: 1000;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.1);
}

/***************************************************** STATUS LANDING PAGE ************************************************/
.dwt p.status-icon {
	font-size: 15em;
}

/***************************************************** My Library  ************************************************/
@media (min-width: 768px) {
	.navbar-centered .navbar-nav {
		float: none;
		text-align: center;
	}

	.navbar-centered .navbar-nav > li {
		float: none;
	}

	.navbar-centered .nav > li {
		display: inline;
	}

	.navbar-centered .nav > li > a {
		display: inline-block;
	}
}

.dwt #my-library-list .popover-content {
	padding: 0;
}

.dwt #my-library-list .list-inline {
	margin: 3px 0 3px 0;
}

.dwt #my-library-list .list-inline li {
	padding: 0 3px 0 3px;
}

.dwt #my-library-list .popover {
	display: inline-block;
	position: relative;
	color: black;
	margin-top: -10px;
	margin-bottom: -10px;
}

.dwt #my-library-list ul#all-results {
	margin: 10px 0 15px 0;
}

.dwt #my-library-list ul#tag-list {
	margin: 0 0 15px 0;
}
.dwt #my-library-list ul#tag-list .sub-tag {
	list-style: none;
	padding-left: 25px;
}

.dwt #my-library-list form div.input-group-addon {
	padding: 0px 6px;
}

.dwt #my-library-list form div.form-group {
	width: 100%;
}

.dwt #my-library-list div.input-group-addon button#submit-btn {
	color: green;
}

.dwt #my-library-list .small-arrow {
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-color: transparent;
	border-style: solid;
	left: -7px;
	top: 50%;
	margin-top: -7px;
	border-width: 7px;
	border-left-width: 0px;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.dwt #my-library-list .small-arrow:after {
	content: ' ';
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	left: 1px;
	bottom: -6px;
	border-left-width: 0px;
	border-right-color: #fff;
}

.dwt #my-library-trash {
	margin-right: 10px;
}

.dwt #app-nav #tag-button ul {
	text-align: left;
}

.dwt #app-nav #tag-button ul a {
	cursor: pointer;
}

/***************************************************** Suggestion Pane  ************************************************/
.dwt #suggestion-pane .suggestion-description {
	padding: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.dwt .cluster-tree-container .cluster-container .suggestion-label .text {
	float: left;
	height: 100%;
	width: 70%;
	display: flex;
	padding-left: 20px;
	text-indent: -1em;
	text-decoration: underline;
	cursor: pointer;
}
.dwt .cluster-tree-container .cluster-children {
	margin-left: 20px;
}

.dwt
	#suggestion-pane
	.cluster-tree-container
	.cluster-container.cluster-top
	.text {
	margin-left: 5px;
	font-weight: normal;
}
.dwt #suggestion-pane #suggestions .suggestions-title-text {
	font-weight: bold;
}
/* .dwt #suggestion-pane {
  position: relative;
} */

/***************************************************** Extra Text  ************************************************/
.dwt #extra-text {
	margin-bottom: 1em;
	text-align: center;
}

/********************************************* Widget Page **************************************/
.dwt #dwt-search-widget {
	border: 2px solid #333;
	padding: 15px;
}

/********************************************* Spinners/Loading Indicators **************************************/
.dwt .spinner-container {
	margin: 25px auto 25px auto;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	text-align: center;
}

.dwt #results-spinner {
	margin-top: 75px;
	margin-bottom: 75px;
}

.dwt #cluster-spinner,
.dwt #viz-spinner,
.dwt #status-page-spinner {
	margin-top: 75px;
	margin-bottom: 75px;
}

.dwt #container-mobile .spinner-container {
	margin: 10px auto 10px auto;
}

.dwt .loading-indicator.slimbar {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #aaaaaa;
}

.dwt .loading-indicator.slimbar .bar {
	width: 0%;
	height: 2px;
	margin-bottom: 20px;
	background-color: #aaaaaa;
	box-shadow: 0px 1px 2px 0px rgba(170, 170, 170, 0.5);
}

.dwt .loading-indicator.slimbar .spinner {
	text-align: center;
	padding: 25px 0;
}

.dwt .loading-indicator.circle {
	text-align: center;
	padding: 25px 0;
}

/********************************************* language buttons & flags **************************************/
.dwt #header-mobile li.flag > a.flag-webicon {
	margin-left: 10px;
}
.dwt .navbar button.language-button {
	margin-left: 5px;
	font-weight: bold;
	padding: 3px 8px;
	margin-top: 2px;
}
.dwt .flag {
	cursor: pointer;
	font-size: 2em;
}
.dwt .navbar .flag-webicon {
	cursor: pointer;
	margin-left: 10px;
}

/********************************************* Color Picker **************************************/
.dwt #nav-color-picker .active {
	text-decoration: underline;
	font-weight: bold;
}
.dwt #nav-color-picker li.blue .theme-color {
	color: #0059b3;
}
.dwt #nav-color-picker li.bluedark .theme-color {
	color: #00006f;
}
.dwt #nav-color-picker li.bluelight .theme-color {
	color: #085695;
}
.dwt #nav-color-picker li.brown .theme-color {
	color: #8e6d58;
}
.dwt #nav-color-picker li.burgundy .theme-color {
	color: #8b1e41;
}
.dwt #nav-color-picker li.charcoal .theme-color {
	color: #7f7f7f;
}
.dwt #nav-color-picker li.gold .theme-color {
	color: #ac9741;
}
.dwt #nav-color-picker li.gray .theme-color {
	color: #e2e2e2;
}
.dwt #nav-color-picker li.green .theme-color {
	color: #5a855a;
}
.dwt #nav-color-picker li.greenspring .theme-color {
	color: #018428;
}
.dwt #nav-color-picker li.maroon .theme-color {
	color: #7e041b;
}
.dwt #nav-color-picker li.orange .theme-color {
	color: #f47b20;
}
.dwt #nav-color-picker li.red .theme-color {
	color: #b20e10;
}
.dwt #nav-color-picker li.teal .theme-color {
	color: #015d6c;
}

.dwt #cluster-pane .panel-body,
.dwt #viz-pane .panel-body {
	padding: 0px;
}
.dwt #cluster-pane .panel-body .cluster-tab > div,
.dwt #viz-pane .panel-body .cluster-tab > div {
	padding: 0px 10px;
	margin-bottom: 10px;
}
.dwt .facet-crumbs {
	margin: 10px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ddd;
}
.dwt .facet-crumbs a:hover {
	text-decoration: none;
}
.dwt .facet-crumbs a:hover .crumb-label {
	text-decoration: underline;
}
.dwt .facet-crumbs ul {
	list-style: none;
	padding-left: 0px;
}
.dwt #cluster-pane .crumb-separator,
.dwt #viz-pane .crumb-separator {
	margin-left: 0.75em;
	line-height: 0.4;
	margin-top: -1px;
	margin-bottom: -4px;
}
.dwt #cluster-pane .first-crumb,
.dwt #viz-pane .first-crumb {
	font-weight: bold;
}
.dwt #cluster-pane .collapsible-section-button {
	width: 100%;
	height: 45px;
	font-weight: bold;
}
.dwt #cluster-pane .collapsible-section-button .collapse-button-icon {
	padding-top: 3px;
	float: right;
}
.dwt #cluster-pane .sort-clusters-container {
	padding-top: 10px;
	padding-bottom: 10px;
}
.dwt #clusters-sidebar .tab-content {
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 1px 1px 1px;
}
.dwt .facet-crumbs li {
	display: block;
	overflow: hidden;
}
.dwt .facet-crumbs li .text {
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.dwt .facet-crumbs li .number {
	float: right;
	margin-left: 0.5em;
}

/********************************************* Date slider & histogram **************************************/
.dwt .date-slider,
.dwt .star-slider {
	text-align: center;
}
.dwt .date-slider .range-text,
.dwt .star-slider .range-text {
	text-align: center;
	font-size: 85%;
}
/*.dwt .star-slider .small-stars {
  text-align: center;
  font-size: 75%;
}*/
.dwt .date-slider .yearRange,
.dwt .date-slider .yearRange *,
.dwt .star-slider .starRange,
.dwt .star-slider .starRange * {
	background-image: none;
}
.dwt .date-slider .yearRange,
.dwt .star-slider .starRange {
	margin: 0 0.6em;
}
.dwt .date-slider .yearRange .ui-slider-range,
.dwt .star-slider .starRange .ui-slider-range {
	border: none;
}

/********************************************* notifyjs RTL support **************************************/
.dwt .notifyjs-bootstrap-base {
	padding-right: 15px;
	padding-left: 25px;
	background-position: left 3px top 7px;
}

/********************************************* bootstrap RTL support **************************************/
/* bootstrap-rtl doesn't automatically swap classes with 'left' and 'right in the name
   unless the flip class is used, we're doing it automatically without the flip class */
.dwt .text-left {
	text-align: left;
}
.dwt .text-right {
	text-align: right;
}
@media (min-width: 768px) {
	.dwt .navbar-left {
		float: left !important;
	}
	.dwt .navbar-right {
		float: right !important;
	}
}
.dwt .media > .pull-left {
	margin-right: 10px;
}
.dwt .media > .pull-right {
	margin-left: 10px;
}
.dwt .modal-footer {
	text-align: left;
}
.dwt .pull-right {
	float: right !important;
}
.dwt .pull-left {
	float: left !important;
}

/********************************************* Navbar Flexbox **************************************/
/* override Bootstrap's results page navbar styling in newer browsers and use flexbox instead,
   which gives us much more flexibility */
.dwt .navbar.page-results .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.dwt .navbar.page-results .navbar-collapse > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.dwt .navbar.page-results .navbar-collapse > #search-info-container {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.dwt .navbar.page-results .navbar-collapse > .navbar-browzine {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.dwt .navbar.page-results .navbar-collapse > .navbar-buttons {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

/********************************************* add to search styling **************************************/
.dwt .addToSearch-container .add-section {
	margin: 0.5em 0;
	display: table;
	table-layout: fixed;
}
.dwt .addToSearch-container .add-section > * {
	display: table-cell;
}
.dwt .addToSearch-container .add-section > *:first-child {
	padding-right: 0.4em;
}
.dwt .addToSearch-container .add-item {
	padding-right: 0.2em;
	display: inline-block;
}
.dwt .addToSearch-container .add-item > label {
	padding-right: 0.2em;
	display: inline;
}
/********************************************* export to my library styling **************************************/
.dwt #exportToMyLibrary-modal .modal-footer .sign-in a {
	text-decoration: none;
	color: white;
	font-weight: 600;
}

/********************************************* cluster tree styling **************************************/

.dwt .cluster-tree-container .cluster-container {
	display: flex;
}
.dwt .cluster-tree-container .cluster-container .cluster-label:hover {
	background: rgba(66, 139, 202, 0.3);
	border-radius: 2px;
	box-shadow: inset 0 0 1px #cccccc;
}

.dwt .cluster-tree-container .cluster-container .cluster-label {
	margin-left: 5px;
	width: 90%;
	height: 23px;
	cursor: pointer;
}
.dwt .cluster-tree-container .cluster-container .cluster-label .number {
	float: right;
}
.dwt .cluster-tree-container .cluster-container .cluster-label .text {
	float: left;
	height: 100%;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dwt .status-msg {
	display: flex;
	width: 100%;
	justify-content: center;
}


/* color themes */
  
/* theme: ostiblue */
.dwt>body.theme-ostiblue .navbar-inverse {
  background-image: linear-gradient(to bottom, #11428A 0px, #0e3773 100%);
  border-color: #092146;
}

.dwt>body.theme-ostiblue .navbar-default .navbar-nav > li > a,
.dwt>body.theme-ostiblue .navbar-inverse .navbar-nav > li > a:hover,
.dwt>body.theme-ostiblue .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  text-shadow: none;
}

.dwt>body.theme-ostiblue #footer #copyright {
  color: #ddd;
}

/* default button */
.dwt>body.theme-ostiblue .btn,
.dwt>body.theme-ostiblue .btn-default {
  background-image: linear-gradient(to bottom, #fff 0px, #e6e6e6 100%);
  border-color: #cdcdcd;
  color: #000;
}
.dwt>body.theme-ostiblue .btn:hover,
.dwt>body.theme-ostiblue .btn-default:hover,
.dwt>body.theme-ostiblue .btn:focus,
.dwt>body.theme-ostiblue .btn-default:focus {
  background-image: linear-gradient(to bottom, #ededed 0px, #d4d4d4 100%);
  border-color: #bbbbbb;
  color: #000;
  background-position: 0 0;
}

/* primary button */
.dwt>body.theme-ostiblue .btn-primary {
  background-image: linear-gradient(to bottom, #11428A 0px, #0e3773 100%);
  border-color: #082146;
  color: #fff;
}
.dwt>body.theme-ostiblue .btn-primary:hover,
.dwt>body.theme-ostiblue .btn-primary:focus {
  background-image: linear-gradient(to bottom, #0d336a 0px, #0a2853 100%);
  border-color: #051226;
  color: #fff;
  background-position: 0 0;
}

/* warning button */
.dwt>body.theme-ostiblue .btn-warning {
  background-image: linear-gradient(to bottom, #3561a2 0px, #2f558f 100%);
  border-color: #223e69;
  color: #fff;
}
.dwt>body.theme-ostiblue .btn-warning:hover,
.dwt>body.theme-ostiblue .btn-warning:focus {
  background-image: linear-gradient(to bottom, #2c5187 0px, #264574 100%);
  border-color: #1a2e4e;
  color: #fff;
  background-position: 0 0;
}

/*below includes font-awesome icon colors*/
.dwt>body.theme-ostiblue a {
  color: #333;
}

.dwt>body.theme-ostiblue .progress-bar {
  background-image: linear-gradient(to bottom, #3561a2 0, #2f558f 100%);
  background-color: #3561a2;
}
.dwt>body.theme-ostiblue .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.dwt>body.theme-ostiblue .pagination > .active > a, .dwt>body.theme-ostiblue .pagination > .active > span, .dwt>body.theme-ostiblue .pagination > .active > a:hover, .dwt>body.theme-ostiblue .pagination > .active > span:hover, .dwt>body.theme-ostiblue .pagination > .active > a:focus, .dwt>body.theme-ostiblue .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #11428A;
  border-color: #11428A;
  cursor: default;
}

.dwt>body.theme-ostiblue .pagination > li > a {
  color: #11428A;
}

.dwt>body.theme-ostiblue a:hover, .dwt>body.theme-ostiblue a:focus {
  color: #11428A;
}

.dwt>body.theme-ostiblue .fa-star,
.dwt>body.theme-ostiblue .fa-star-o {
  color: #1553ae;
}

.dwt>body.theme-ostiblue #result-list .sourceUrlLink, .dwt>body.theme-ostiblue #citations-panel .sourceUrlLink {
  color: #1553ae;
  text-decoration: none;
}



.dwt>body.theme-ostiblue #header #my-account,
.dwt>body.theme-ostiblue #header-mobile #my-account {
  color: #d5dfee;
}
.dwt>body.theme-ostiblue #header .dropdown.open #my-account,
.dwt>body.theme-ostiblue #header-mobile .dropdown.open #my-account {
  color: black!important;
}

.dwt>body.theme-ostiblue .loading-indicator.slimbar {
  border-color: #144da1;
}

.dwt>body.theme-ostiblue .loading-indicator.slimbar .bar {
  background-color: #144da1;
  box-shadow: 0px 1px 2px 0px rgba(20, 77, 161, 0.50);
}

.dwt>body.theme-ostiblue .date-slider .ui-slider,
.dwt>body.theme-ostiblue .star-slider .ui-slider { /* default button border color */
  border: 1px solid #ccc;
  /* apply a background-color here to change the color of the non-selected part of the slider */
}
.dwt>body.theme-ostiblue .date-slider .ui-slider-range,
.dwt>body.theme-ostiblue .star-slider .ui-slider-range { /* lighter version of the default button color */
  background-color: #ffffff;
}
.dwt>body.theme-ostiblue .date-slider .ui-slider-handle.ui-state-default,
.dwt>body.theme-ostiblue .star-slider .ui-slider-handle.ui-state-default { /* primary button color */
  background-image: linear-gradient(to bottom, #11428A 0px, #0e3773 100%);
  border-color: #092146;
}
.dwt>body.theme-ostiblue .date-slider .ui-slider-handle.ui-state-hover,
.dwt>body.theme-ostiblue .date-slider .ui-slider-handle.ui-state-focus,
.dwt>body.theme-ostiblue .star-slider .ui-slider-handle.ui-state-hover,
.dwt>body.theme-ostiblue .star-slider .ui-slider-handle.ui-state-focus { /* primary button hover color */
  background-color: #0b2c5d;
  background-image: none;
}
.dwt>body.theme-ostiblue .date-slider .ui-slider-handle.ui-state-active,
.dwt>body.theme-ostiblue .star-slider .ui-slider-handle.ui-state-active { /* primary button active color */
  background-color: #144da1;
  border-color: #030c18;
  background-image: none;
}
.dwt>body.theme-ostiblue .date-slider .histogram .in-range,
.dwt>body.theme-ostiblue .star-slider .histogram .in-range { /* ranking star color */
  fill: #1553ae;
  cursor: pointer;
}
.dwt>body.theme-ostiblue .date-slider .histogram .out-range,
.dwt>body.theme-ostiblue .star-slider .histogram .out-range {
  fill: #b0b0b0;
}
.dwt>body.theme-ostiblue .result-list .duplicate-result-section {
    border-left: 1px solid #11428A;
  border-right: 1px solid #11428A;
  border-bottom: 1px solid #11428A;
}
.dwt>body.theme-ostiblue .result-list .collapsible-section-button {
  border: 1px solid #11428A;

}
.dwt>body.theme-ostiblue .chardinjs-tooltiptext a {
    color: #4397E0;
}

.dwt>body.theme-ostiblue .progress-bar {
  background-image: none;
  background-color: #88bd3a;
}

/*
 * Other custom styling
 */

.dwt>body.theme-ostiblue #categories-tree-container {
  font-size: 13px;
}

.dwt>body.theme-ostiblue #categories-tree-container .subsection {
  margin-left: 2.8em;
}

.dwt>body.theme-ostiblue #categories-tree-container .source {
  margin-bottom: 5px;
}

.dwt>body.theme-ostiblue #categories-tree-container .source-title {
  margin-bottom: 0;
  font-weight: bold;
}

.dwt>body.theme-ostiblue #categories-tree-container .source-title>a {
  color: #185597;
}

.dwt>body.theme-ostiblue #categories-tree-container .source-description {
  color: #444;
}

.dwt>body.theme-ostiblue #search-content #footer {
  display: none;
}

.dwt>body.theme-ostiblue .osti #footer {
  font-family: Verdana,Helvetica,"Arial",sans-serif;
  font-size: 9px;
  color: #666;
  line-height: 15px;
  height: auto;
}

.dwt>body.theme-ostiblue .osti #small-dwt-logo {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
}

body {
  /* cancel out OSTI's background image */
  background-image: none !important;
}

.dwt>body.theme-ostiblue #header #nav-home,
.dwt>body.theme-ostiblue #header #my-account,
.dwt>body.theme-ostiblue #header-mobile #my-account {
  color: #fff !important;
}

.dwt>body.theme-ostiblue .navbar {
  background-image: none !important;
  border: none !important;
}


.dwt>body.theme-ostiblue #result-list .even {
  background-color: #e7f0f9 !important;
}

.dwt>body.theme-ostiblue #result-list-controls,
.dwt>body.theme-ostiblue #result-tabs li.active a {
  background-color: #E7ECEF !important;
}

.dwt>body.theme-ostiblue ul.jqtree-tree .jqtree-toggler {
  color: #365694;
}
.dwt>body.theme-ostiblue #cluster-pane .jstree-openclose-icon {
  color: #365694;
}

.dwt>body.theme-ostiblue #search-box {
  background-color: #E7F0F9;
  padding: 10px;
  margin-bottom: 10px;
}

/* tighten up the advanced search form */
.dwt>body.theme-ostiblue #search-box #advanced-search-form .form-control {
  padding: 2px 4px;
  height: 28px;
}
.dwt>body.theme-ostiblue #search-box #advanced-search-form label {
  margin-bottom: 2px;
}
.dwt>body.theme-ostiblue #search-box #advanced-search-form .form-group {
  margin-bottom: 5px;
}
.dwt>body.theme-ostiblue #search-box #advanced-search-form .btn {
  padding: 4px 10px;
}
.dwt>body.theme-ostiblue #search-box #advanced-search-form #matchContainer,
.dwt>body.theme-ostiblue #search-box #advanced-search-form #dateContainer {
  margin-bottom: 2px;
}
.dwt>body.theme-ostiblue #simple-pane {
  padding-top: 15px;
}

.dwt>body.theme-ostiblue #advanced-sources-form .category-label {
  font-weight: bold;
}
.dwt>body.theme-ostiblue #advanced-sources-form .source-label>a {
  color: #185597;
  font-weight: bold;
}

.dwt>body.theme-ostiblue #navbar-logo {
  display: none;
}
.dwt>body.theme-ostiblue #search-info-container {
  margin-left: 0;
  margin-bottom: 10px;
}
