/* Sidebar Menu */

.hoverTable{
	width:100%;
	border-collapse:collapse; 
}
.hoverTable th{
	height:35px; background: #ffffff; color:#017e52;
}
.hoverTable td{ 
	height:35px; padding-top:3px;vertical-align:middle; 
	border-bottom:1px solid #ffffff;
	text-align:center;
}
.hoverTable td a{
	width:100%;display:block;
}
/* background color of each table row and the color of the text */
.hoverTable tr{
	background: #017e52; color:#ffffff;
}
/* color when mouse passed */
.hoverTable tr:hover {
	background-color: #00603a;
}
.hoverTable a {
	color:#ffffff;
}
.hoverTable a:hover {
	color:#aaa;
}

.pkp_navigation_primary ul a {
    color: #009d62 !important;
}

.pkp_nav_list ul a:hover {
    border-left-color: #009d62 !important;
	background: #eee !important;
}

.pkp_site_name .is_text {
	background: url(https://ees-journal.com/downloads/logo.png) no-repeat !important;
	padding: 25px 0px 15px 80px !important;
}

.pkp_block {
    padding: 10px 30px 10px 30px !important;
}

.obj_article_details .authors .orcid:before {
    content: url(//orcid.org/sites/default/files/images/orcid_24x24.png);
    display: inline-block;
	margin: 0.3em;
    height: 25px;
    vertical-align: middle;
}

.pkp_structure_main p {
    text-align: justify;
}

.obj_article_details .item > *:last-child {
    text-align: justify;
}

.pkp_site_name .is_text {
	background: url(https://ees-journal.com/downloads/logo.png) no-repeat !important;
	padding: 35px 0px 15px 80px !important;
}