/*checklist*/
body.journal_67{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}

button.button_green{
	background-color: #77b552;
}
button.button_green:hover{
	background-color: #77b552;
}

button.button_red{
	background-color: #e15a29;
}
button.button_red:hover{
	background-color: #e15a29;
}

.journal_67 .hbnews{
	margin: 10px 0px;
	padding: 10px 10px 0 10px;
}

.journal_67 .PaperType {
	background-color: #0b6463;
	/*width: 220px;*/
}
.journal_67 #TopSider .leftSiderBlock{
		background: #0b6463;
    background-image: -webkit-linear-gradient(90deg, #18172d, #0b6463 50%, #18172d);
    background-image: -moz-linear-gradient(90deg, #18172d, #0b6463 50%, #18172d);
    background-image: -ms-linear-gradient(90deg, #18172d, #0b6463 50%, #18172d);
    background-image: -o-linear-gradient(90deg, #18172d, #0b6463 50%, #18172d);
    background-image: linear-gradient(90deg, #18172d, #0b6463 50%, #18172d);
	  
}

.journal_67 #TopSider .content_menu_horizontal li:hover{
	background: #2a6569;
}
.journal_67 .article_title_with_sort,
.journal_67 .issue_title_identifier, 
.journal_67 .storyRowTitle h1 {
	background: #191930;
}
.journal_67 .siderBlockLinksHolder .topLevelMenu.active > .title a, 
.journal_67 .siderBlockLinksHolder .subLevelMenu .title a.active {
	border-color: #3a4632;
}
.journal_67 .mostVisited{
	background: #0b6463;
}
.journal_67 .mostVisited_icon{
	background: #0b6463 url('../../../i/most_view_icon.svg') no-repeat center;
}
.journal_67 .mostAccessed_icon{
	background: #0b6463 url('../../../i/most_view_icon_period.svg') no-repeat center;
}
.journal_67 .mostVisited_icon_ed{
	background: #0b6463 url('../../../i/most_productive_editors.svg') no-repeat center;	
}
.journal_67 .mostVisited_icon_rev{
	background: #0b6463 url('../../../i/most_productive_reviewers.svg') no-repeat center;	
}
.journal_67 .mostVisited_icon_aut{
	background: #0b6463 url('../../../i/most_productive_authors.svg') no-repeat center;	
}
.journal_67 .articleCover rect{
    fill: #ECF5FF;
}
.journal_67 .article_type {
    background: #3a4632;
}
.journal_67 .article .control:hover input:not([disabled]):checked ~ .control__indicator,
.journal_67 .article .control input:checked:focus ~ .control__indicator,
.journal_67 .article .control input:checked ~ .control__indicator{
	background: #3a4632;
}
.journal_67 .apc-text-3{
	font-weight: bold; 
	text-align: center;
	color: #B42741!important;
}

.journal_67 .apc-color-1{ 
	background-color: #3E6DA7;
}
.journal_67 .apc-color-2{
	background-color: #3a4632;
}
.journal_67 .apc-color-3{
	background-color: #3E6DA7;
}
.journal_67 .apc-color-4{
	background-color: #000000;
}
.journal_67 .apc-color-5{
	background-color: #000000;
}
.journal_67 .apc-color-6{
	background-color: #ffffff;
	border-top:0px;
}


a.cover_photo {
    min-width: 100%;
    min-height: 100%;
    display: block;
    padding: 290px 0;
}

.journal_67 .journal_home_info .description {
    /*display: flex;
    align-items: center;*/
}
.journal_67 .journal_home_info .description div:first-child{
	/* flex: 1 0 0; */	
}
.journal_67 .society_logo{
	background: url('../../../i/logos/CeNak_logo.png') no-repeat center;
	background-size: contain;
	width: 150px;
	height: 60px;
	margin-left: 20px; 
	margin-right: 4px; 
	float: right; 
} 

.search_bar_position{
	float: none;
	margin-right: 0px;	
}

@media screen and (min-width: 1260px) {
    .search_bar_position{
			float: left;
			margin-right: 16px;	
		}
}

