
.publications--title {
	margin-top: 36px;
	margin-bottom: 24px;
}

/* VIEW container width
/* -------------------------- */

.view--container {
	margin-top: 16px;
	margin-bottom: 60px;
	width: 100%;
}
.view--filters {
	width: 370px; /*410*/
	margin-right: 20px;
	margin-left: -40px;
	float: left;
}
.view--data {
	width: calc( 100% - 350px );
	float: left;
}

@media (max-width: 1440px) {
	.view--filters {
		width: 390px;
		margin-left: -60px;
	}
}
@media (max-width: 1066px) {
	.view--filters {
		width: calc( 100% + 100px );
		margin-right: -50px;
		margin-left: -50px;
		margin-bottom: 26px;
		float: none;
	}
	.view--data {
		width: 100%;
		float: none;
	}
}
@media (max-width: 700px) {
	.view--filters {
		width: calc( 100% + 80px );
		margin-right: -40px;
		margin-left: -40px;
	}
}
@media (max-width: 450px) {
	.view--filters {
		width: calc( 100% + 44px );
		margin-right: -22px;
		margin-left: -22px;
	}
}



/* Citations */
.view--bibtex_container {
	min-height: 211px;
	position: relative;
}



/* Filters */

.filter--container > div {
	border-top: 1px solid var(--Soft-Grey);
	border-left: 1px solid var(--Soft-Grey);
	border-right: 1px solid var(--Soft-Grey);
}
.filter--container:last-child {
	border-bottom: 1px solid var(--Soft-Grey);
}

.filter--head {
	cursor: pointer;
	background-color: var(--Blue);
	padding-left: 40px;
	padding-right: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	color: var(--White);
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: color 0.4s;
}
.filter--container.filter--open .svg_minus {
	display: none;
}
@media (hover: hover) {
	.filter--head:hover span {
		color: var(--Pastel-Violet);
	}
	.filter--head:hover .svg_plus {
        stroke: var(--Pastel-Violet);
	}
}


.filter--content {
	max-height: 418px;
	overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.filter--content::-webkit-scrollbar {
	display: none;
}
.filter--content ul {
	padding: 0;
	list-style: none;
}

.filter--lvl1 a {
	position: relative;
	background-color: var(--Soft-Grey);
	padding: 15px 64px 15px 40px;
	display: block;
	min-height: 60px;
	color: var(--Blue);
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: 30px;
	letter-spacing: 0.04em;
	transition: color 0.4s;
}
.filter--lvl1 a::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 25px;
	height: 16px;
	width: 16px;
	/* 
	<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16">
		<style type="text/css">
			.s0{fill:#4D4D4D;}
		</style>
		<path class="s0" d="M14,0.5c0.827,0,1.5,0.673,1.5,1.5v12c0,0.827-0.673,1.5-1.5,1.5H2c-0.827,0-1.5-0.673-1.5-1.5V2
			c0-0.827,0.673-1.5,1.5-1.5H14 M14,0H2C0.895,0,0,0.895,0,2v12c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V2
			C16,0.895,15.105,0,14,0L14,0z"/>
	</svg> 
	*/
	background-image: url("data:image/svg+xml,	%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16'%3E%3Cstyle type='text/css'%3E .s0%7Bfill:%234D4D4D;%7D %3C/style%3E%3Cpath class='s0' d='M14,0.5c0.827,0,1.5,0.673,1.5,1.5v12c0,0.827-0.673,1.5-1.5,1.5H2c-0.827,0-1.5-0.673-1.5-1.5V2 c0-0.827,0.673-1.5,1.5-1.5H14 M14,0H2C0.895,0,0,0.895,0,2v12c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V2 C16,0.895,15.105,0,14,0L14,0z'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.filter--lvl1.filter--item_checked a::after {
	/* 
	<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16">
		<style type="text/css">
			.s0{fill:#191E5A;}
			.s1{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
		</style>
		<path class="s0" d="M2,15.75c-0.965,0-1.75-0.785-1.75-1.75V2c0-0.965,0.785-1.75,1.75-1.75h12c0.965,0,1.75,0.785,1.75,1.75v12
			c0,0.965-0.785,1.75-1.75,1.75H2z"/>
		<path class="s0" d="M14,0.5c0.827,0,1.5,0.673,1.5,1.5v12c0,0.827-0.673,1.5-1.5,1.5H2c-0.827,0-1.5-0.673-1.5-1.5V2
			c0-0.827,0.673-1.5,1.5-1.5H14 M14,0H2C0.895,0,0,0.895,0,2v12c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V2
			C16,0.895,15.105,0,14,0L14,0z"/>
		<polyline class="s1" points="4.612,8.028 6.834,10.283 11.388,5.717 "/>
	</svg> 
	*/
	background-image: url("data:image/svg+xml,	%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16'%3E%3Cstyle type='text/css'%3E .s0%7Bfill:%23191E5A;%7D .s1%7Bfill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D %3C/style%3E%3Cpath class='s0' d='M2,15.75c-0.965,0-1.75-0.785-1.75-1.75V2c0-0.965,0.785-1.75,1.75-1.75h12c0.965,0,1.75,0.785,1.75,1.75v12 c0,0.965-0.785,1.75-1.75,1.75H2z'/%3E%3Cpath class='s0' d='M14,0.5c0.827,0,1.5,0.673,1.5,1.5v12c0,0.827-0.673,1.5-1.5,1.5H2c-0.827,0-1.5-0.673-1.5-1.5V2 c0-0.827,0.673-1.5,1.5-1.5H14 M14,0H2C0.895,0,0,0.895,0,2v12c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V2 C16,0.895,15.105,0,14,0L14,0z'/%3E%3Cpolyline class='s1' points='4.612,8.028 6.834,10.283 11.388,5.717 '/%3E%3C/svg%3E ");
}
.filter--lvl2 a {
	display: block;
	position: relative;
	padding: 4px 24px 4px 64px;
	color: var(--Solid-Grey);
	font-size: 14px;
	font-style: normal;
	font-weight: 350; 
	line-height: 30px;
	letter-spacing: 0.04em;
	text-decoration: none;
}
	.filter--lvl2.filter--lvl2_first a {
		padding-top: 12px;
	}
	.filter--lvl2.filter--lvl2_last a {
		padding-bottom: 12px;
	}
.filter--lvl2 a::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 40px;
	height: 16px;
	width: 16px;
	/* 
	<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16">
		<style type="text/css">
			.s0{fill:#AFAFAF;}
		</style>
		<path class="s0" d="M14,0.5c0.827,0,1.5,0.673,1.5,1.5v12c0,0.827-0.673,1.5-1.5,1.5H2c-0.827,0-1.5-0.673-1.5-1.5V2
			c0-0.827,0.673-1.5,1.5-1.5H14 M14,0H2C0.895,0,0,0.895,0,2v12c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V2
			C16,0.895,15.105,0,14,0L14,0z"/>
	</svg> 
	*/
	background-image: url("data:image/svg+xml,	%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16'%3E%3Cstyle type='text/css'%3E .s0%7Bfill:%23AFAFAF;%7D %3C/style%3E%3Cpath class='s0' d='M14,0.5c0.827,0,1.5,0.673,1.5,1.5v12c0,0.827-0.673,1.5-1.5,1.5H2c-0.827,0-1.5-0.673-1.5-1.5V2 c0-0.827,0.673-1.5,1.5-1.5H14 M14,0H2C0.895,0,0,0.895,0,2v12c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V2 C16,0.895,15.105,0,14,0L14,0z'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.filter--lvl2.filter--item_checked a::before {
	/* 
	<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16">
		<style type="text/css">
			.s0{fill:#191E5A;}
			.s1{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
		</style>
		<path class="s0" d="M2,15.75c-0.965,0-1.75-0.785-1.75-1.75V2c0-0.965,0.785-1.75,1.75-1.75h12c0.965,0,1.75,0.785,1.75,1.75v12
			c0,0.965-0.785,1.75-1.75,1.75H2z"/>
		<path class="s0" d="M14,0.5c0.827,0,1.5,0.673,1.5,1.5v12c0,0.827-0.673,1.5-1.5,1.5H2c-0.827,0-1.5-0.673-1.5-1.5V2
			c0-0.827,0.673-1.5,1.5-1.5H14 M14,0H2C0.895,0,0,0.895,0,2v12c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V2
			C16,0.895,15.105,0,14,0L14,0z"/>
		<polyline class="s1" points="4.612,8.028 6.834,10.283 11.388,5.717 "/>
	</svg> 
	*/
	background-image: url("data:image/svg+xml,	%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16'%3E%3Cstyle type='text/css'%3E .s0%7Bfill:%23191E5A;%7D .s1%7Bfill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D %3C/style%3E%3Cpath class='s0' d='M2,15.75c-0.965,0-1.75-0.785-1.75-1.75V2c0-0.965,0.785-1.75,1.75-1.75h12c0.965,0,1.75,0.785,1.75,1.75v12 c0,0.965-0.785,1.75-1.75,1.75H2z'/%3E%3Cpath class='s0' d='M14,0.5c0.827,0,1.5,0.673,1.5,1.5v12c0,0.827-0.673,1.5-1.5,1.5H2c-0.827,0-1.5-0.673-1.5-1.5V2 c0-0.827,0.673-1.5,1.5-1.5H14 M14,0H2C0.895,0,0,0.895,0,2v12c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V2 C16,0.895,15.105,0,14,0L14,0z'/%3E%3Cpolyline class='s1' points='4.612,8.028 6.834,10.283 11.388,5.717 '/%3E%3C/svg%3E ");
}
.filter--lvl2.filter--lvl2_first a::before {
	top: 19px;
}

@media (hover: hover) {
	.filter--content ul a:hover {
		color: var(--Dark-Violet);
	}
}

.filter--content .simplebar-scrollbar::before {
	background-color:var(--Blue);
	opacity: 1;
	left: 7px;
    right: 0;
}


@media (max-width: 1440px) {
	.filter--head {
		padding-left: 60px;
	}
	.filter--lvl1 a {
		padding-left: 60px;
	}
	.filter--lvl2 a {
		padding-left: 84px;
	}
	.filter--lvl2 a::before {
		left: 60px;
	}
	.filter--container > div {
		border-left: none;
	}
}
@media (max-width: 1066px) {
	.filter--head {
		padding-left: 50px;
		padding-right: 50px;
	}
	.filter--lvl1 {
		width: 100%;
		flex-shrink: 0;
	}
	.filter--lvl1 a {
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 12px;
	}
	.filter--lvl1:not(:first-child) a {
		margin-top: 12px;
	}
	.filter--lvl1 a::after {
		right: 50px;
	}
	.filter--lvl2 {
		width: 50%;
		flex-shrink: 0;
	}
	.filter--lvl2 a {
		padding-left: 74px;
		padding-right: 50px;
		/* font-size: 17px; */
	}
	.filter--lvl2 a::before {
		left: 50px;
	}
	.filter--container > div {
		border-right: none;
	}
	.filter--content ul {
		display: flex;
		flex-wrap: wrap;
	}
	.filter--lvl2.filter--lvl2_first a {
		padding-top: 4px;
	}
	.filter--lvl2.filter--lvl2_last a {
		padding-bottom: 4px;
	}
	.filter--lvl2.filter--lvl2_first a::before {
		top: 11px;
	}
	.filter--open.filter--close_tablet .filter--content {
		display: none;
	}
}
@media (max-width: 700px) {
	.filter--head {
		padding-left: 40px;
		padding-right: 40px;
	}
	.filter--lvl1 a {
		padding-left: 40px;
		padding-right: 40px;
	}
	.filter--lvl1 a::after {
		right: 41px;
	}
	.filter--lvl2 {
		width: 100%;
	}
	.filter--lvl2 a {
		padding-left: 64px;
		padding-right: 40px;
		/* font-size: 16px; */
	}
	.filter--lvl2 a::before {
		left: 40px;
	}
	/* .filter--open.filter--close_tablet .filter--content {
		display: none;
	} */
}
@media (max-width: 450px) {
	.filter--head {
		padding-left: 22px;
		padding-right: 22px;
	}
	.filter--lvl1 a {
		padding-left: 22px;
		padding-right: 22px;
	}
	.filter--lvl1 a::after {
		right: 24px;
	}
	.filter--lvl2 a {
		padding-left: 46px;
		padding-right: 22px;
	}
	.filter--lvl2 a::before {
		left: 22px;
	}
	.filter--open.filter--close_mobile .filter--content {
		display: none;
	}
}



/* Filters Collection */

.view--buttons_section {
	min-height: 30px;
	margin-bottom: 16px;
}

.filter--buttons_container {
	width: calc( 100% - 160px );
	min-height: 30px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.buttons--control {
	padding-left: 45px;
	float: right;
}
.view--buttons_section button {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 30px;
    font-family: Saans, SourceSansCN, "Microsoft YaHei", sans-serif;
    font-style: normal;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background-color 0.4s;
    -webkit-tap-highlight-color: transparent;
}

.buttons--control .bibtex--button_reset {
    justify-content: flex-end;
    gap: 6px;
    padding: 0;
	font-size: 14px;
	font-weight: 450;
	letter-spacing: 0.06em;
    color: var(--Black);
    background-color: transparent;
}
.filter--no_buttons .buttons--control .bibtex--button_reset {
	display: none;
}
.filter--buttons_container button {
    justify-content: center;
    gap: 10px;
    padding: 0 16px 0 20px;
    font-size: 11px;
    font-weight: 350;
    letter-spacing: 0.1em;
	text-transform: uppercase;
    color: var(--White);
    background-color: var(--Dark-Violet);
    border-radius: 15px;
}
.filter--buttons_container button svg {
    margin-bottom: 1px;
}
.filter--buttons_container button .svg_reset {
	stroke: var(--White);
}

@media (hover: hover) {
	.buttons--control .bibtex--button_reset:hover {
		color: var(--Dark-Violet);
	}
	.buttons--control .bibtex--button_reset:hover .svg_reset {
		stroke: var(--Dark-Violet);
	}
	.filter--buttons_container button:hover {
		color: var(--Pastel-Violet);
	}
	.filter--buttons_container button:hover .svg_reset {
		stroke: var(--Pastel-Violet);
	}
}

@media (max-width: 768px) {
	.view--buttons_section {
		min-height: unset;
	}
	.filter--buttons_container {
		width: 100%;
		float: none;
		min-height: unset;
	}
	.buttons--control {
		padding-left: 0;
		float: none;
		margin-top: 16px;
	}
}


/* Search Container */

.view--search_container {
	min-height: 60px;
	border: 1px solid var(--Soft-Grey);
	padding: 8px 12px 8px 40px;
	display: flex;
	flex-wrap: nowrap;
}
.search--input {
	width: 100%;
}
.view--search_container input {
   height: 44px;
   width: 100%;
   font-family: Saans, SourceSansCN, "Microsoft YaHei", sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 450;
   line-height: 24px;
   letter-spacing: 0.04em;
   color: var(--Solid-Grey);
   background-color: transparent;
   border: none;
   outline: none;
}
.view--search_container input::placeholder {
	opacity: 0.5;
}
.search--button {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	cursor: pointer;
	padding: 15px;
	margin-left: 12px;
}
@media (hover: hover) {
	.search--button:hover .svg_lupe {
		stroke: var(--Dark-Violet);
	}
}

@media (max-width: 1440px) {
	.view--search_container {
		padding-left: 60px;
	}
}
@media (max-width: 1066px) {
	.view--search_container {
		padding-left: 50px;
		padding-right: 38px;
	}
}
@media (max-width: 768px) {
	.view--search_container {
		padding-left: 40px;
		padding-right: 28px;
	}
}
@media (max-width: 450px) {
	.view--search_container {
		padding-left: 22px;
		padding-right: 10px;
	}
}



.ajax--active .search--button,
.ajax--active .cite--load_more button,
.ajax--active .filter--content a,
.ajax--active .view--buttons_section button,
.ajax--active .paging--container a {
	cursor: default;
}

@media (hover: hover) {
	.ajax--active .filter--content .filter--lvl1 a:hover {
		color: var(--Blue);
	}
	.ajax--active .filter--content .filter--lvl2 a:hover {
		color: var(--Solid-Grey);
	}
	.ajax--active .buttons--control .button--reset:hover {
		color: var(--Black);
	}
	.ajax--active .search--button:hover .svg_lupe {
		stroke: var(--Grey);
	}
	.ajax--active button.btn--filter:hover * {
		color: var(--White);
	}
	.ajax--active a.paging--item:hover {
		background-color: #FFFFFF;
	}
}


