/*sidebar*/
#listmenu {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#listmenu td, #listmenu th {
  border: 1px solid #ddd;
  padding: 8px;
}
#listmenu tr:nth-child(even){background-color: #f2f2f2;}

#listmenu tr:hover {
	background-color: #ddd;
	cursor: pointer;
}
#listmenu th {
  /*padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #04AA6D;
  color: white;
  */
  
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #fff;
	background: repeating-linear-gradient( 135deg, #606dbc, #606dbc 2.5px, #465298 2.5px, #465298 5px );
	border-radius: 4px;
	background-attachment: scroll;
	background-position: 0 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	padding-top: .5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	display: block;
  
}

/* header background */
.pkp_site_name .is_img img{
	/*background-image: url(/public/journals/1/pageHeaderLogoImage_en.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	*/
	display: inline-block;
	max-height: 300px;
	max-width: 100%;
	width: auto;
	height: auto;
}
@media (max-width: 680px) {
	.pkp_site_name .is_img img{
		max-width: 100%;
		max-height: 40%;
		height: 2.5em;
	}		
}
.pkp_structure_page {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* reg/login */
.profile a {
	background-color: #04AA6D;
	border: none;
	color: white;
	width: 130px;
	max-width: 200px;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 2px 2px;
	cursor: pointer;
}
.profile a::after {
  display: block;
  content: '';
  border-bottom: solid 3px #FFFFFF;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.profile a:hover:after { transform: scaleX(1); }

.pkp_navigation_user_wrapper .pkp_nav_list{
	margin-right: 22px;
}

