/*CUSTOM CSS FOR JOURNALS*/



/*removes the lines*/
.pkp_structure_main::before, .pkp_structure_main::after { 
	background: #fff;
}

/*Changes the Submit A Manuscript Button*/
.block_make_submission a {
	display: inline-block;
	padding: 0 1em;
	border: 1px solid rgba(0,0,0,0.4);
	border-top-color: #bbb;
	border-radius: 3px;
	box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
	font-size: 13px;
	line-height: 28px;
	font-weight: 700;
	color: #007ab2;
	text-decoration: none;

	background-color: #0194CA !important;
	background-image: linear-gradient(to bottom, #0194CA, #0194CA) !important;
	background-repeat: repeat-x !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	
	text-transform: uppercase;
}



.cmp_button_wire, .obj_galley_link {
	display: inline-block;
	padding: 0 1em;
	background: #fff;
	border: 1px solid #0194CA;
	border-radius: 3px;
	font-size: 13px;
	line-height: 28px;
	color: #0194CA;
	text-decoration: none;
	font-weight: 600;
	box-shadow: none;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
	background: #0194CA;
	color: #fff;
}

.pkp_structure_footer_wrapper {
	background: #002B3A;
	border-top: 5px #588697 solid;
	color: #0194CA;
}

.pkp_brand_footer {
	padding: 30px;
	visibility: hidden;
}

.entry_details .label, .main_entry .label {
	text-transform: uppercase;
	font-weight: 600;		
}

.abstract {
	text-align: justify;
}

.issue a{
	text-decoration: none;
	font-weight: 600;
}

.main_entry > .authors {
	text-align: center;
}

.obj_article_details .row {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.pkp_structure_content {
	padding-top: 5px;
}

.obj_article_details > .page_title {
	margin: 0;
	text-align: center;
}

.obj_article_details > .page_title {
	margin: 0;
	text-align: center;
	color: #05688C;
}


.pkp_structure_head {
	background-color: #fff;
	border-bottom: 1px solid #0194CA;
}

.pkp_navigation_primary_row {
	background: #fff;
	color: #fff;
	padding: 0 20px;
}

.pkp_navigation_primary > li > a {
	color: #000;
	text-transform: uppercase;
}


.pkp_navigation_primary > li > a:hover, .pkp_navigation_primary > li > a:focus {
	color: #0194CA;
	border-color: #0194CA;
}

.description {
	text-align:justify;
	line-height: 1.5;
}

.mhd, .pkp_page_index .current_issue .current_issue_title {
	margin: 20px 0;
	font-weight: 700;
	text-align: center;
	color: #05688C;
	font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}


.item img {
	max-width: 150px;
	width: auto;
	height: auto;
}

.keywords, .doi {
	text-align:center;
}

.keywords > .value {
	font-style: italic;
	font-size: 12px;
}

.abstract > p:first-letter {
    float: left;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    margin-left: 20px;
	color: #05688C;
}

.main_entry .label {
	color: #05688C;
	text-align:center;
}

.pkp_block > .content > ul > li > a {
	line-height: 20px;
	padding: 5px 0;
	background: #f1f1f1;
	padding: 6px;
	width: 100%;
	display: block;
	color: #000;
}

.pkp_block > .content > ul > li > a:hover {
	color: #fff;
	background: #0194CA;

}

.pkp_block .content ul li {
	line-height: 20px;
	padding: 0;
}

.published > .label {
	color: #05688C;
	text-transform: uppercase;
	font-weight: 700;
}

.obj_issue_toc .sections:not(:first-child) {
	margin-top: 0;
}

.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 {
	color: #05688C;
	text-transform: uppercase;
	font-weight: 700;
}

.obj_article_summary > .title a {
	text-decoration: none;
	color: #0194CA;
}

.cmp_article_list > li {
	margin-bottom: 30px;
	background: #f8f8f8;
	padding: 10px;
}

.obj_article_summary > .title a:hover {
	text-decoration: none;
	color: #303030;
}

.obj_issue_toc .cover img {
	max-height: none;
	max-width: 170px;
	width: 100%
}

.obj_issue_toc .galleys::before, .obj_issue_toc .section::before {

	border-top: 1px solid #0194CA;
}

.obj_issue_toc .cover {

	width: 20%;

}

.pkp_block .title {
	display: block;
	margin-bottom: 10px;
	font-family: "Noto Sans", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	
	color: #05688C;
	text-transform: uppercase;
}

#articlesBySameAuthorList > h3{
	color: #05688C;
	text-transform: uppercase;
}

#articlesBySameAuthorList > ul > li{
	padding: 10px;
	line-height: 25px;
}

#articlesBySameAuthorList > ul {
	list-style-type: upper-roman;
}

#articlesBySameAuthorList > ul > li > a{
	text-decoration: none;
}

 .block_language  .content .current a {
	background: #000;
	color: #fff;
}

.obj_article_details .citation_display .citation_formats_button {
	position: relative;
	background: #05688C;
	border: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: none;
	padding: 0 1em;
	width: 100%;
	font-family: "Noto Sans", serif;
	font-weight: 700;
	color: #fff;
	text-align: left;
}

.obj_article_details .citation_display .citation_formats_button:focus {
	background: #05688C;
	outline: 0;
}

.obj_article_details .entry_details .item .label {
	font-family: "Noto Sans", serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	font-weight: 700;
}

.references .value {
	padding-left: 2em;
	text-indent: -2em;
}

.cmp_notification {
	background: #f1f1f1;
	border-left: 5px solid #05688C;
}

.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
	border-color: #000;
	background: #0194CA;
	color: #fff;
}

.pkp_nav_list ul a {
	padding-left: 10px;
}

.pkp_navigation_primary ul a {
	color: #000;
	background: #f1f1f1;
}

.cmp_form a {
	text-decoration: none;
}

.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
	background: #05688C;
	color: #fff;
	text-transform: uppercase;
}

.view a {
	padding: 3px 10px;
	background: #0194CA;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
}

.view a:hover {
	background: #05688C;
}

.pkp_page_index .journals h3 a {
	text-transform: uppercase;
	font-size: 16px;
}

.current a {
	text-decoration: none;
}

hr {
	color: #f1f1f1;
}

a {
	text-decoration: none;
}

.pkp_structure_main p {
	text-align: justify;
}

.pkp_site_name .is_text {
	color: #0194CA;
}

.pkp_structure_main > .page_title {
	background: #003F56;
	color: white;
	padding: 10px;
	text-align: center;
	margin: 30px 0 20px;
	border-top: 5px #588697 solid;
}

.pkp_structure_main h2 {
	color: #003F56;
}

.page > ul > li {
	line-height:25px;
	margin: 20px 0;
}

.pkp_page_index .journals .thumb {
	padding: 30px;
}