/*BDJ*/

:root {
	--color-01: #175C36;
	--color-02: #266B2E;
	--color-03: #002F4F;
	--color-das_m_h: var(--color-03);
}

.journal_1 .article .control:hover input:not([disabled]):checked ~ .control__indicator,
.journal_1 .article .control input:checked:focus ~ .control__indicator,
.journal_1 .article .control input:checked ~ .control__indicator{
	background: var(--color-01);
}

.journal_1 img.bdj_frog_img{
	position: absolute;
    float: right;
    right: 80px;
	bottom: 390px;
}
.hbnews{
	padding: 10px 20px 0px 20px;
	background: #f5f5f5;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;
}
.bdj_free_homepage_text div{
	padding: 0 20px;
}
.journal_1 .PaperType {
	background-color: var(--color-01);
}

.journal_1 .article_title_with_sort,
.journal_1 .issue_title_identifier, 
.journal_1 .storyRowTitle h1,
.journal_1 #leftSider .leftSiderBlock h3{
	background: var(--color-01);
}
.journal_1 .siderBlockLinksHolder .topLevelMenu.active > .title a, 
.journal_1 .siderBlockLinksHolder .subLevelMenu .title a.active {
	border-color: var(--color-01);
}
.journal_1 .mostVisited_icon{
	background: var(--color-02) url('../../../i/most_view_icon.svg') no-repeat center;
}
.journal_1 .mostAccessed_icon{
	background: var(--color-02) url('../../../i/most_view_icon_period.svg') no-repeat center;
}
.journal_1 .mostVisited_icon_ed{
	background: var(--color-02) url('../../../i/most_productive_editors.svg') no-repeat center;
}
.journal_1 .mostVisited_icon_rev{
	background: var(--color-02) url('../../../i/most_productive_reviewers.svg') no-repeat center;
}
.journal_1 .mostVisited_icon_aut{
	background: var(--color-02) url('../../../i/most_productive_authors.svg') no-repeat center;
}

.journal_1 .articleCover rect{
    fill: #E5F0DB;
}
.journal_1 .article_type {
    background: var(--color-01);
}

.journal_1 .if{
	-webkit-justify-content: space-between; justify-content: space-between;
}

.journal_1  .f_content{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: space-evenly; justify-content: space-evenly;
    padding: 30px 0 30px 0;
    /*background: #ebebeb;*/
}

.journal_1 .f_content img {
    width: 80%;
}

.journal_1 .homepage .poweredBy{
	font-size: 0.9em;
}

.journal_1 .AOF .poweredBy{
	font-size: 1em;
	right: auto;
	top: auto;
}

.breadcrumb a.active.past, .breadcrumb a.active, .breadcrumb a.active:hover, .breadcrumb a.active:after {
	background: var(--color-02);
}
.breadcrumb a.past {
	border-bottom: 4px solid var(--color-02);
}

/*MEDIA*/

@media screen and (max-width: 500px){
	.journal_1 .poweredBy{
		position: inherit;	    
	}
}

@media screen and (max-width: 800px) {
	.journal_1 .se_app_form_text
	{
		font-size: 0.6em;
		background: none;
	}
}

@media screen and (max-width: 1024px){
	.journal_1 img.bdj_frog_img{
		display: none;
	}
}
