.query-filter {
	font-weight: normal;
}

.tot-results {
	font-weight: normal;
}

.content-search {
	margin-top: 30px;
}

.panel-search-result {
    padding: 17px 0 7px 0;
    border-bottom: 1px solid #c0c0c0;
}

.group-search {
    margin: 0;
    border-top: 0;
}
.paging{
	float:left;
	text-align: center;
	width: 100%;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	list-style: none;
}

.page{
	text-decoration: none;
	font-size: 25px;
	line-height: 26px;
	font-weight: 500;
	color:rgb(33, 33, 33);
}
.page-number{
	float: left;
	padding-left: 10px;
}
.selected-page{
	text-decoration: none;
	font-size: 25px;
	line-height: 26px;
	font-weight: 800;
	color:rgb(33, 33, 33);
}
.resources-container{
	border-top: 1px solid #c0c0c0;
	margin-top:20px;
}
.focus-list {
	list-style: none;
 }
.dossier-list{
	list-style: none;
}
.web-list{
	list-style: none;
}

.selected-facet{
	display: block;
	margin-left:15px;
	float:left;
	font-weight: bold;
	cursor: pointer;
}


.form{
	margin: 0;
	padding: 0;
	display: none;
}

.small-search-container{
	display: none;
}

.input-search-small {
    background-color: rgb(190, 210, 215);
}

.input-search-small .form-control {
    background-color: rgb(190, 210, 215);
    border: 0;
}

.input-search-small .input-group-text {
    background-color: rgb(190, 210, 215);
    border: 0;
    border-radius: 0;
    padding: 0;
}
.input-search-small .btn {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.scrivi{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: rgb(33, 33, 33);
	padding-right: 12px;
	margin-right: 12px;
	border-right: 0px solid #595A5C;
}


