/**************************MENU HEADER*************************************/

#navigationPrimary>li>a {
	color: #101e5a;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
	color: #101e5a;
}

.pkp_nav_list li.profile {
	padding: 0px 8px 2px 5px;
	border: 1px solid #e6dfdf;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 8px;
	font-size: 16px;
	box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, .2);
	margin-left: 8px;
	margin-right: 5px;
}

.pkp_navigation_user>li>a {
	color: rgb(3, 4, 41);
}

.pkp_navigation_primary_row {
	background-color: white;
	-webkit-box-shadow: -2px 4px 15px 2px #CBCBCB;
	-webkit-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	-moz-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigationPrimary ul a {
	color: #101e5a;
}

#navigationPrimary ul a:hover {
	background-color: whitesmoke;
	color: #3e82da;
}

#navigationPrimary>li>a:hover {
	color: #4A89DC;
}


.journals ul .body .description a {display: inline;}
a { color: #1a11a7; }
a:hover { color: #0b6ab0; }
.obj_article_summary { background-color: transparent; font-size: 14px; font-family: verdana; text-align: justify; border: 1px solid #1a11a7; padding: 10px; border-radius: 5px; box-shadow: 3px 3px #1a11a7;
}

.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}


.pkp_page_index .additional_content {
 border-top:0
}
.item.author_bios {
 display:none
}
.item.references {
 display:inline-block
}
div.submission_checklist {
 display:none
}

pkp_brand_footer {
	display: none;
}

/**************************SIDER BAR**********************************************/

.pkp_structure_sidebar:before {
	border-left: 1px solid #ddd;
}

.pkp_block {
	padding: 0px 3px 5px 5px;
	font-size: 14px;
	line-height: 20px;
}

.block_make_submission {
	padding: 15px 3px 5px 5px;
}

.pkp_block .title {
	width: 100%;
	background-color: #008b8b;
	height: 30px;
	font-size: 13px;
	color: #ffffff;
	padding-top: 0.4em;
	margin-bottom: 0px;
	border: 0.5px;
	box-sizing: border-box;
	text-align: center;
}

.pkp_block .content {
	background-color: #ffffff;

}

.pkp_block .content ul li {
	padding: 0px 0;
	background-color: #B0F1BA;
}

.pkp_block li {
	border-radius: 0;
	position: relative;
	background-color: #f1f1f1;
	display: block;
}

.pkp_block ul>li {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.pkp_block ul > li a {
	color: #495464;
	padding: .75rem 1rem;
	display: flex;
}

.pkp_block ul>li a:hover {
	text-decoration: none;
	background-color: #F6F6F6;
}
.pkp_block ul>li em{
    box-sizing: border-box; 
    display: inline-block; 
    font: 1.09em / 1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; 
    margin: 0px 15px 0px -10px; 
    border-right: 1px solid #e7e5e5; 
    width: 35px;
}

/**********************
/***** Brand footer *******
/*********************/
.pkp_brand_footer {
	display: none;
}