
.results-highlight {
  background: #EEF3FA;
}

.progress-bar {
     background-color: #004899;
 }
.pagination {
	border: none;
    border: 1px dotted #BCCFEA;
    border-left: none;
    border-right: none;
    width: 100%;
}

.pagination > li  {
    border-left: 1px dotted #BCCFEA!important;    
    display: block;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > a:hover, 
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #004899;
    border-color: #004899;
}
.pagination > .active > a:hover {
    background-color: #EEF3FA;
    border-color: #EEF3FA;
    color: #000;
}
.pagination .previous,
.pagination .next {
	border-left: none!important;
	border-right: none!important;
}
.list-group-item {
	border: none;
	padding: 0;
}
.list-group-item a  {
    color: #004899;
}

p.result-content {
	padding-bottom: 10px;
    border-bottom: 1px dotted #BCCFEA!important;
}
.badge {
    background-color: #004899;
    border-radius: 5px;
}
.glyphicon-remove {
    color: #004899;
}

#tx-solr-sorting ul li {
	background: none;
	padding-left: 0;
}
#tx-solr-sorting ul li.active > a {
    background: #004899;
}
#tx-solr-sorting ul li a {
	padding-left: 10px;
}