#show_result h1 {
	margin-top: 0;
	padding-top: 0;
}

#show_result .alert {
	margin-top: 5px;
}

.result_options {
	text-align: right;
}

.result_options span:not(.selected) {
	cursor: pointer;
	cursor: hand;
	color: #ccc;
}

.result_options .selected {
	color: #3a8ebe;
}

.related_articles .panel-title {
	color: #3a8ebe;
}

.accordion-toggle:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

.referred-title {
	margin-top: 5px;
	margin-bottom: 12px;
}

.referred-subtitle {
	color: #6F6F6F;
	margin-bottom: 10px;
}

.referred-studify-link {
	font-size: 10px;
	cursor: pointer;
	cursor: hand;
}

.operations {
	margin-top: 5px;
	margin-bottom: 10px;
}

.studify-documents {
	color: #6F6F6F;
	margin-bottom: 5px;
}

.deployed-documents {
  font-weight: bold;
}

.evidence-total {
	margin-left: 20px;
	color: rgb(136, 136, 136);
	margin-bottom: 3px;
	font-style: italic;
}

.evidence-total .total-selected {
  font-weight: bold;
  font-size: 11px;
  color: #6f6f6f;
}

.evidence-total .clear {
  color: #428bca;
  cursor: pointer;
  font-style: italic;
  font-size: 11px;
}

.loading_message span{
    font-style: italic;
    font-size: 10px;
}

ul.nav {
	margin: 0;
}

.selected-unselect-operations {
  margin-top: 10px;
}

.selected-documents-operations {
  margin-left: 5px;
}

.documents-with-selected-operations {
  padding-top: 10px !important;
}
#document_list {
  background-color: #fff;
}
