.user_navigation{
background: #2faa5e;

}

.footer .pull-right{
    display: none;
}



.navbar-default .site_header{
    padding-top: 13px;
    padding-bottom: 13px;
background-image: linear-gradient(#ffffff, #f2f2f2);
box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.navbar-form .form-group .form-control{
    display: none;
}

.journal_index{
    background: url(/public/site/images/admin/bg-perawat-mengabdi.png) no-repeat;
    background-size: 100% 150%;
}


.journal_index .site_logo {
	display: none;
}


.btn-group{
    background: #45bff6;
    color: #fff;
    border-radius: 0.3em;
    text-decoration: none;

    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.btn-group a{
    color: #fff;

}

.btn-group:hover{
    background: #2a8ebc;
    color: #fff;
    border-radius: 0.3em;
    text-decoration: none;

    
}


.footer{
  border-top: 5px solid #56d977;
}


.pkp_structure_page {
    background: #f2f2f2;
}
.about_journal{
margin-top: 60px;
background: #373888a3;
display: none;
}

.pkp_block .content{
border: none;
padding: 0px;
}




.heri_style p{
    margin: 1px; 
    background-image: linear-gradient(#54bfde, #4097b0); 
    border-radius: 0.3em; 
    text-align: center;
    min-height: 30px;
}

.heri_style p:hover{
    background-image: linear-gradient(#46a0bb, #3a869c);
    transform: scale(1.04);
}

.heri_style a:hover{
   background: transparent;
    font-size: 15px;
}

.heri_style_img{
}

.heri_style_img p{
 margin: 1px; 
    background: transparent;
    text-align: center;
    
}

.heri_style_img img{
    background: transparent;
    text-align: center;
    
}

.heri_style_img img:hover{

    background: transparent;
    text-align: center;
    transform: scale(1.04);
    
}

.heri_style_img a:hover{

    background: transparent;
    text-align: center;
    
}
.pkp_block .title{
background: linear-gradient(to bottom, rgb(76, 215, 110) 0%, rgb(45, 166, 93) 100%);
}
.btn-info {
  color: #fff;
  background-color: #58b35e;
  border-color: #46da6b;
  }

  .btn-info:hover {
  color: #fff;
  background-color: #318c37;
  border-color: #46da6b;
  }

.pkp_block{
    border-color: #ddd0;
}

.footer .container .row .col-md-4{
    display: none;
}


.media-left img {
    max-width: 150px;
}





.header_view .navbar-toggle .icon-bar {

    background: #111010;
    border: 2px solid #111010;

}



.main_content .main{
margin-bottom: 50px;
}

.article-abstract p{
    text-align: justify;
}

.marquee_heri {
            height: 50px;
            overflow: hidden;
            position: relative;
            background: #fefefe;
            color: #333;
            border: 1px solid #4a4a4a;
            white-space: nowrap;
        }
        
        .marquee_heri p {
            position: absolute;
            width: 100%;
            height: 100%;
            margin: 0;
            line-height: 50px;
            text-align: center;
            -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -moz-animation: scroll-left 2s linear infinite;
            -webkit-animation: scroll-left 2s linear infinite;
            animation: scroll-left 20s linear infinite;
        }
        
        @-moz-keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
            }
        }
        
        @-webkit-keyframes scroll-left {
            0% {
                -webkit-transform: translateX(100%);
            }
            100% {
                -webkit-transform: translateX(-100%);
            }
        }
        
        @keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
            }
        }
        
        .ui-pnotify .notifyError{
    display: none;
}
