/*
* Custom CSS For Manageria Journal
* Version : 1.0.1
* 
*/

/*"Indexed by" thumbnail images*/
.img-indexby {
	height: 57px !important;
    margin: 5px;
    padding: 5px;
    border: solid 1px #dddddd;
    margin-bottom: -20px;
}
.img-indexby:hover {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
  box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
}

/*Sidebar Link colors*/
.sidebar-link{
	color: 	#666666;
}
.sidebar-link:hover{
	color: #007ab2;
}

.obj_article_details .entry_details {
    float: left;
    width: 250px;
    margin: 0 0 0 -1px;
    border-top: none;
    border-left: 1px solid #ddd;
}
/*Sidebar Link's title*/
@media (min-width: 992px)
.pkp_structure_sidebar {
    float: right;
    width: 300px;
    display: table;
}

.sidebar-link-title{
	color: #666666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: 50%;
    max-width: 80%;
    width: auto;
    height: auto;
}
@media (min-width: 1025px) and (max-width: 1551px) {
  
  .pkp_navigation_primary {
    display: inline-block;
    max-width: 80%;
    text-align: left;
    position: relative;
    padding-left: 100px;
    font-weight: 600;
    font-size: 16px;
}
  .pkp_head_wrapper .pkp_search .search_controls a {
    margin-right: 265px;
    font-size: 16px;
    font-weight: 600;
}
}
/*Sidebar box*/
.kotak-gambar {
    height: 50px;
    width: 183px;
    margin: 5px;
    padding: 1px;
    border-radius: 6px;
    border: 1px solid #4682b4;
}
.kotak-gambar:hover {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
  box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
}
.kotak-gambarscopus {
    height: 100px;
    margin: 5px;
    padding: 1px;
    border-radius: 100px;
}
.kotak-gambarscopus:hover {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
  box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
}

.kotak-gambar-sinta {
    height: inherit;
    width: 183px;
    margin: 5px;
    padding: 1px;
    border-radius: 6px;
    border: 1px solid #4682b4;
}
.sidebar-box{
    background-color: #ffffff;
    margin: 5px;
    padding: 10px;
    border: solid 1px #dddddd;
    border-radius: 6px;
}
.sidebar-box-issn{
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: #ab4242;
    margin-bottom: 15px;
    border: solid 1px #dddddd;
}
.sidebar-box-white{
	background-color: #ffffff;
	border-radius: 5px;
	padding:10px;	
	color: #666666;
	font-size: 11px;
}
.sidebar-box-text-desc{
	line-height: 18px !important;
	font-size: 11px;
}
.sidebar-box-title{
	color: #666666;
	font-weight: bold;
	text-align: center;
}

/*Override nav menu from head.less*/
.has_site_logo .pkp_head_wrapper {
	width: 100% !important;
}
.pkp_block .block_custom {
	margin-top: -30px !important;
} 
.pkp_block a {
    text-decoration: none;
    padding: 5px;
}
.pkp_block .content p {
    line-height: 25px;
    margin: 0px;
}

.pkp_block {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
/*Footer Link*/
.jpi-footer-link{
	color: 	#ffffff !important;
	font-size: 12px;
}
.jpi-footer-link:hover{
	color: #a4884a !important;
	font-weight: bold;
}
.jpi-footer-text{
	color: 	#ffffff !important;
	font-size: 12px;
}

.btn .btn-default .btn-lg {
    width: 80%;
    align-content: center;
    margin: 10%;
    border: none;
    border-radius: 5px;
    padding: 10px;
}


/*override header & body*/
.pkp_head_wrapper .pkp_search .search_controls a {
	margin-right: 270px;
}

.pkp_site_name > a {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.page_index_journal > .current_issue > h2 {
	color: #E3B735 !important;
	margin: 0px;

}
.pkp_structure_head{
	background-color: #462225 !important;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1550px) {
 .pkp_navigation_primary {
    display: inline-block;
    max-width: 80%;
    text-align: left;
    position: relative;
    padding-left: 375px;
    font-size: 16px;
    font-weight: 600;
}
  .pkp_head_wrapper .pkp_search .search_controls a {
    margin-right: 550px;
    font-size: 16px;
    font-weight: 600;
}

}
.pkp_navigation_primary_row{
	background-color: #28251E !important;
}
.pkp_structure_footer_wrapper {
    background: #462225 !important;
    box-sizing: border-box;
}

.current_issue > .current_issue_title{
	padding-top: 10px !important;
	margin: 0px !important;
	font-weight: bold !important;
	color: #00693e !important;
	font-size: 20px !important;
}
.obj_issue_toc > .heading > .published{
	margin-top: 10px !important;
	color: #666 !important;
}
/*articles section*/
.obj_issue_toc .sections:not(:first-child) {
	margin-top: 0px;
}

.obj_article_summary {
	padding-bottom: 10px !important;
	border-bottom: solid 1px #ddd !important; 
}
.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    border-color: #00693e;
}
.pkp_navigation_primary ul a {
    color: #00693e;
}
.pkp_navigation_primary [aria-haspopup] ul a:focus, .pkp_navigation_primary [aria-haspopup] ul a:hover {
    border-color: #00693e;
}

@media (min-width: 992px){
	.pkp_head_wrapper .pkp_search.is_open .search_prompt {
	    color: #00693e;
	}
}
.pkp_head_wrapper .pkp_search.is_open .search_prompt:hover, .pkp_head_wrapper .pkp_search.is_open .search_prompt:focus {
    border-bottom-color: #00693e;
}
.page_search .submit button:after {
    background: #00693e;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
}
body {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    background: url(/tarbiyah/public/site/images/sitinurhidayah/background2.jpg)repeat fixed;
}
.pkp_structure_main {
    border: solid 1px #70b8f59c;
    background: white;
    border-radius: 6px;
}
.pkp_structure_content {
    padding-top: 0px;
    background: rgba(255, 255, 255, 0);
    margin: auto;
}
}
/*content*/
a {
	color: #0c8e59;
}
a:hover, a:focus {
	color: #b9a332;
}
.obj_announcement_summary .read_more {
	color: #00693e !important;
}
.obj_announcement_summary .read_more:hover, .obj_announcement_summary .read_more:focus {
	color: #009c5d !important;
}
.cmp_button_wire, .obj_galley_link {
	border: 1px solid #00693e !important;
	color: #00693e !important;
}
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #076d4a !important;
    color: #fff !important;
}
.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .obj_article_details .citation_display form input[type="submit"], .block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 13px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #007ab2;
    width: 240px;
    text-align: center;
}

/*link footer*/
.uindesc a {
    color: #f5dd97 !important;
    text-decoration: none;
}
.uindesc a:hover, .uindesc a:focus {
    color: #e5a000  !important;
    text-decoration: none;
}
.pkp_brand_footer a {
    display: block;
    max-width: 00px;
    margin: 0 auto;
}
.pkp_brand_footer {
    height: 0px;
    display: none;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1550px) {
  
.pkp_structure_footer_wrapper {
    background: rgba(83, 156, 174, 0.2);
    height: 180px;
}
.pkp_structure_footer {
    text-align: center;
    height: 180px;
}
.pkp_footer_content {
    text-align: left;
    width: 860px;
    margin-top: 10px;
    border: solid 1px #70b8f59c;
    border-radius: 6px;
    padding: 10px;
}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1551px) {
  
.pkp_structure_footer_wrapper {
    background: #539CAE40;
    height: 300px;
    background: rgba(83, 156, 174, 0.2);
    }
  .pkp_structure_footer {
    text-align: center;
    height: 170px;
    PADDING-TOP: 0PX;
}
.pkp_footer_content {
    text-align: left;
    width: 1160px;
    margin-top: 0px;
    border: solid 1px #70b8f500;
    border-radius: 6px;
    padding: 10px;
}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
.pkp_structure_footer_wrapper {
    background: rgba(83, 156, 174, 0.2);
    height: 190px;
}
 .pkp_structure_footer {
    text-align: center;
    height: 190px;
}
 .pkp_footer_content {
    text-align: left;
    width: 860px;
    margin-top: 10px;
    border: solid 1px #70b8f59c;
    border-radius: 6px;
    padding: 10px;
}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
.pkp_structure_footer_wrapper {
    background: #539cae40;
    height: 190px;
}
  .pkp_structure_footer {
    text-align: center;
    height: 190px;
}
.pkp_footer_content {
    text-align: left;
    width: 860px;
    margin-top: 10px;
    border: solid 1px #70b8f59c;
    border-radius: 6px;
    padding: 10px;
}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
.pkp_structure_footer_wrapper {
    background: #539cae40;
}
  .pkp_structure_footer {
    text-align: center;
}
.pkp_footer_content {
    text-align: left;
    margin-top: 10px;
    border: solid 1px #70b8f59c;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
.pkp_structure_footer_wrapper {
    background: #539cae40;
    
}
.pkp_structure_footer {
    text-align: center;
    
}
  .pkp_footer_content {
    text-align: left;
    margin-top: 10px;
    border: solid 1px #70b8f59c;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
}
}
.sidemenu li { list-style: none; padding: 0;}

.sidemenu li a {
    display: table;
    margin-top: 1px;
    padding: 4px 10px;
    width: 100%;
    background: rgb(255, 255, 255);
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    color: black;
    overflow: hidden;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    border: solid 1px #462225;
	border-radius: 6px;
}
.sidemenu > li:hover li a:hover {
    color: #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f9f9f9)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffffff, #ffffff); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffffff, #ffffff); /* IE 10 */
	background: -ms-linear-gradient(top, #ffffff, #fbfbfb); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffffff, #ffffff);
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  border-radius: 6px;
}

.sidemenu > li:first-child a { margin-top: 0;}

.sidemenu li a:hover {
    color: black;
    background: #ffffff;    
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-property: background;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	border-radius: 6px;
}

.sidemenu li ul {
  margin: 0;
  padding: 0;
  
}

.sidemenu li li a {
    display: block;
    margin-top: 0;
    padding: 0px;
    height: 0;
    background: #91c7f5;
    color: #000000;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    border: 0px;
	border-radius: 6px;
}

.sidemenu > li:hover li a {
  display: table;
  margin-top: 1px;
  padding: 10px;
  width: 100%;
  height: 1em;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 6px;
}

.sidemenu > li:hover li a:hover {
    color: #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f18f2d), to(#fff9b1)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #f18f2d, #fff9b1); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #f18f2d, #fff9b1); /* IE 10 */
	background: -ms-linear-gradient(top, #f18f2d, #fff9b1); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #f18f2d, #fff9b1);
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  border-radius: 6px;
}
.pkp_block .content ul li {

    line-height: 20px;
    padding: 0px;

}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.warna{
	background-color: #94833e;
	-webkit-animation: color 1s ease-in  0s infinite alternate running;
	-moz-animation: color 1s linear  0s infinite alternate running;
	animation: color 1s linear  0s infinite alternate running;
}
@media (min-width: 768px)
.pkp_page_index .cmp_announcements>.obj_announcement_summary {
    float: left;
    width: 100%;
}
.pkp_page_index .homepage_image {
    margin-top: 30px;
}
.date{
	display:none;
}
.summary{
	text-align:justify;
}
.pkp_page_index .cmp_announcements>.obj_announcement_summary {
    float: left;
    width: 100%;
}
.obj_announcement_summary .summary p:first-child {
    margin-top: 0;
    text-align: center;
}
.pkp_page_index .additional_content {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #827e7e;
}
.obj_article_details .item {
    padding: 2.143rem;
    text-align: justify;
}
.obj_article_details .item.doi, .obj_article_details .item.keywords {
    padding-top: 0;
    padding-left: 30px;
}
.obj_article_details .main_entry .item.doi .label, .obj_article_details .main_entry .item.keywords .label {
    display: inline;
    font-size: 1rem;
    padding-left: 0px;
}
