.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th{
	height:30px;
	background:#ffffff;
	color:#1C8632;
}
.hover td{
	height:30px;
	padding-top:3px;
	vertical-align: middle; 
	border-bottom: 1px solid #ffffff;
	text-align: center;
}
.hover td a {
	width:100%;
	display:block;
}
.hover tr {
	background: #1C8632;  
	color:$ffffff;
}
.hover tr:hover {
	background-color:#1C8632;
}
.hover tr a {
	color: #ffffff;
}
.hover a :hover{
	color: #f78b4a;
}

//------------------------Footer//
.pkp_structure_head {
  background: #595959;
}
body {
  font-family: tahoma,geneva,sans-serif;
}
.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 50%; 
  padding-top: 10px;
  padding-bottom:10px;
text-align: justify;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
   background: #e8ebef;
   border-bottom:@double solid; 
   border-bottom-color:#1C8632;
}
.pkp_site_name .is_img img {
   display: inline-block;
   max-height: 100px;
   max-width: 100%;
   width: auto;
   height: auto;
}
//------------------------Header//
.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;}

//------------------------main menu//
.pkp_block {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 0px;
  padding-bottom: 5px;
}

.pkp_block block custom {
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  border-right: 1px solid #a2ffa2;
}

.pkp_block .content p:first-child {
  margin-top: 0;
  border-bottom: 1px solid #eaeaea;
  padding-left: 20px;
  padding-right: 20px;
}

.pkp_block a {
  text-decoration: none;
}
a {
  color: #1C8632;
}

a:hover,
a:focus {
  color: #040404;
}

.pkp_block .content p {
  line-height: 25px;
  margin-top: 0;
  background: #F3F3F3;
  margin: 0 0 1px;
  border-bottom: 1px solid #f5f4f3;
  padding: 10px 20px 10px 20px;
  width: 100%;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-right: 1px solid #e7e5e5;
  margin: 0 15px 0 -10px;
  width: 35px;
  font-size: 1.09em;
}

.pkp_block a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}

a {
  color: #1C8632;
}

.obj_article_details .item > *:last-child {
  margin-bottom: 0;
  text-align: justify;
}

.pkp_block .content p:hover {
  background: #ffffff;
}

.side-menu_hover_effect {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.side-menu_hover_effect:hover:before {
  right: 0;
}

.side-menu_hover_effect:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1C8632;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.pkp_block .title {
  display: block;
  margin-bottom: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #252525;
  background: #fafafa;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.pkp_block .title-information {
  display: block;
  margin-bottom: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #252525;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: linear-gradient(135deg, #00b0b2 7%, #00b0b2 3%, #00b0b2 3%, #00b0b2 12%, #009c9e 54%, #008387 85%, #008387 120%);
}

.pkp_block .content ul li {
  line-height: 20px;
  padding: 10px 20px;
  margin-bottom: 1px;
  border-bottom: 1px solid #1C8632;