/**************************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(88, 88, 98);
}

.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: #141b3d;
}

#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;
}

/* Main Container Styling */
#groups {
    width: 100%;
    padding: 0rem;
    font-family: Arial, sans-serif;
}

/* Section Title Styling */
#ped {
    font-size: 16px;
    font-weight: bold;
    color: #005580;
    border-bottom: 1px solid #006060;
    padding: 0rem 0; /* Minimal vertical padding */
    margin-bottom: 0rem; /* Closer spacing below title */
    display: flex;
    align-items: center;
}

#ped .fa {
    font-size: 1.2rem;
    margin-right: 0rem;
    color: #005580;
}

/* Editorial List */
.editorial-list ul {
    list-style: none;
}

.editorial-list li {
    display: flex;
    justify-content: space-between; /* Push content and image apart */
    align-items: center;
    padding: 0rem 0; /* Minimal padding between entries */
    border-bottom: 0px solid #e7e7e7;
}

/* Profile Image */
.img-profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0.5px solid #ddd;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.img-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content Area */
.team-content {
    flex-grow: 1;
    margin-right: 1.5rem; /* Space between content and profile photo */
    font-size: 12pt;
    line-height: 1.3; /* Tighter line spacing */
}

.editor-name {
    font-size: 12pt;
    font-weight: bold;
    color: #333;
    margin-bottom: 0rem; /* Reduce space below name */
}

.designation {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 0rem; /* Reduce space below designation */
}

.team-aff p {
    margin: 0rem 0; /* Reduce vertical space around paragraphs */
    font-size: 0.85rem;
    color: #555;
}

.team-aff strong {
    font-weight: bold;
    color: #333;
}

.ico-label {
    width: 18px;
    height: 18px;
    margin-right: 0.3rem;
    vertical-align: middle;
}

.team-aff a {
    text-decoration: none;
}

.team-aff a img {
    transition: transform 0.2s;
}

.team-aff a img:hover {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .editorial-list li {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .team-content {
        margin-right: 0;
        margin-top: 0rem;
    }

    .img-profile {
        margin-bottom: 0rem;
    }
}

.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: #02026A;
	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: #dcdcdc;
}

.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;
}