@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

body{
height: 100%;
background-image: url('https://image.freepik.com/free-vector/vintage-ornamental-flowers-background_52683-28040.jpg');
background-position: center;
background-repeat: repeat;
<!--background-size: cover;-->
}

#cssmenu {
  position: relative;
  margin: 0;
  font-family: 'Roboto Condensed';
  line-height: 1;
  width: 250px;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
  color: #dddddd;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  border-top: 1px solid #105183;
  border-left: 1px solid #105183;
  border-right: 1px solid #105183;
  background: #008B8B;/*ini untuk mengganti warna pada menu utama saat hover/disentuh*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #2c8ef2;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #2c8ef2; /*ini untuk mengganti warna saat hover/disentuh*/
  color: #ffffff;
}
#cssmenu ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #000000;
  border-botom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #151515;
  border-botom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #2c8ef2; /*ini untuk mengganti warna garis pembatas*/
  z-index: 2;
  right: 20px;
  top: 24.5px;
  pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
  border-top-color: #ffffff;
}
#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
  background: #f1f1f1;
  display: block;
  position: relative;
  font-size: 15px;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #2c8ef2; /*ini untuk mengganti warna background dalam sub menu saat di hover */
  color: black; /*ini untuk mengganti warna tulisan dalam sub menu saat di hover */
}
#cssmenu ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
  border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;
  border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
  border-top-color: #666666;
}


.hoverTable{
  width:100%;
  border-collapse:collapse; 
}
.hoverTable th{
  height:30px; background: #ffffff; color:#105183;
}
.hoverTable td{ 
  height:30px; padding-top:3px;vertical-align:middle; 
  border-bottom:1px solid #ffffff;
  text-align:center;
}
.hoverTable td a{
  width:100%;display:block;
}

.hoverTable tr{
  background: #105183; color:#ffffff;
}

.hoverTable tr:hover {
  background-color: #0c426b;
}
.hoverTable a {
  color:#ffffff;
}
.hoverTable a:hover {
  color:#f0850c;
}


.obj_article_summary {
    padding-bottom: 10px !important;
    color: #000000;
    border-bottom: solid 1px #ff8000 !important;
  font-size: 14px;
}
.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;
}
.pkp_footer_content {
  float: none;
  width: 100%;
  clear: both;
  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  background: #0c426b;
  padding: 7px;
}
.pkp_structure_footer_wrapper {
    background: #fff;
    border-top: 1px solid grey;
    border-bottom: 0px solid grey;
}
.obj_article_details .abstract {
    text-align: justify;
    font:tahoma,geneva,sans-serif;
}
.pkp_site_name .is_img img {
display: block;
max-height: none;
width: auto;
height: auto;
}
.pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding-left: 10px;
    padding-right: 10px;
}
.pkp_site_name {
    padding-top: 5px;
  padding-bottom: 2px;
}
/* Menu Tambahan Kanan by ade@htp.ac.id */

.hoverTable{
  width:100%;
  border-collapse:collapse; 
}
.hoverTable th{
  height:30px; background: #ffffff; color:#800000;
}
.hoverTable td{ 
  height:30px; padding-top:3px;vertical-align:middle; 
  border-bottom:1px solid #ffffff;
  text-align:center;
}
.hoverTable td a{
  width:100%;display:block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr{
  background: #800000; color:#ffffff;
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
  background-color: #FFC0CB;
}
.hoverTable a {
  color:#ffffff;
}
.hoverTable a:hover {
  color:#dd1907;
}

/* ini adalah untuk tombol login */

.button1 {
    display: block;
    font: bold 16px Comic Sans MS;
    letter-spacing:;
    text-decoration: none;
    margin: 5px auto;
    padding: 5px 10px 10px 10px;
    width: 237px;
    border-top-left-radius: 5px 20px;
    border-bottom-left-radius: 10px 50px;
    border-top-right-radius: 10px 50px;
    border-bottom-right-radius: 10px 50px;
    -moz-border-radius-topleft: 10px 50px;
    -moz-border-radius-topright: 10px 50px;
    -moz-border-radius-bottomright: 10px 50px;
    -moz-border-radius-bottomleft: 10px 50px;
 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

.button1:hover {
    -moz-border-radius-topleft: 100px 70px;
    -moz-border-radius-topright: 100px 70px;
    -moz-border-radius-bottomright: 100px 70px;
    -moz-border-radius-bottomleft: 100px 70px;
    border-top-left-radius: 100px 70px;
    border-bottom-left-radius: 100px 70px;
    border-top-right-radius: 100px 70px;
    border-bottom-right-radius: 100px 70px;}
    
.button1 span {
    display: block;
    margin: 2px 0 0;
    font: oblique bold 15px Comic Sans MS;
  }
  

.button2 {
    text-decoration: none;
    font: bold 13px Arial;
    padding: 6px 14px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

.button2:hover {
    -moz-border-radius: 5px;
    border-radius: 5px;}


.blue {
    color: black;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #800000 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #800000 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #800000 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #800000 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #800000 100%);
    text-shadow: #FFC0CB 0 1px 3px;
    -webkit-box-shadow:
        inset 0 1px 0 #ffffff,
        inset 0 2px 0 #800000,
        0 1px 3px #777,
        0 0px 1px #ccc;
    -moz-box-shadow:
        inset 0 1px 0 #ffffff,
        inset 0 2px 0 #800000,
        0 1px 3px #777,
        0 0px 1px #ccc;
    box-shadow:
        inset 0 1px 0 #ffffff,
        inset 0 2px 0 #800000,
        0 1px 3px #777,
        0 0px 1px #ccc;}

.blue span {
    color: #800000;
    text-shadow: #FFC0CB 0 1px 0;}

/*ini untuk bagian header supaya ukurannya di sesuaikan dengan ukuran header ojs */
  
.support-menu * {margin: 0;padding: 0;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
div.support-menu {margin: 20px auto;width: 250px;}
.support-menu nav.vertical {border-radius: 4px;box-shadow: 0 0 10px rgba(0,0,0,.15);overflow: hidden;text-align: center;}
.support-menu nav.vertical > ul {list-style-type: none;}
.support-menu nav.vertical > ul > li {display: block;}
.support-menu nav.vertical > ul > li > a {background-color: rgb(157, 34, 60);background-image: -webkit-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));background-image: -moz-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));background-image: -o-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));background-image: linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));border-bottom: 1px solid rgba(255,255,255,.1);box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);color: rgb(255,255,255);display: block;font-size: .85rem;font-weight: 500;height: 50px;letter-spacing: .5rem;line-height: 50px;text-shadow: 0 1px 1px rgba(0,0,0,.1);text-transform: uppercase;transition: all .1s ease;text-decoration: none;}
.support-menu nav.vertical > ul > li > a:hover {background-color: rgb(114, 51, 98);background-image: -webkit-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));background-image: -moz-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));background-image: -o-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));background-image: linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98)); cursor: pointer;}
.support-menu nav.vertical > ul > li > div {background-color: rgb(255,255,255);}
.support-menu nav.vertical > ul > li > div > ul {list-style-type: none;}
.support-menu nav.vertical > ul > li > div > ul > li > a {background-color: rgb(255,255,255);border-bottom: 1px solid rgba(0,0,0,.05);color: #333331;display: block;font-size: 1.1rem;padding: 10px 0;text-decoration: none;transition: all 0.15s linear;}
.support-menu nav.vertical > ul > li > div > ul > li:hover > a {background-color: lightBlue;color: rgb(255,255,255);padding: 10px 0 10px 50px;}  

.pkp_structure_content {
background: #fff;
}


