@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@font-face {
  font-family: 'iconfont';  /* project id 1482517 */
  src: url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.eot');
  src: url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.woff') format('woff'),
  url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.svg#iconfont') format('svg');
}

input,select,textarea{
    overflow:hidden;
    
    border:1px solid #ccc !important;

}
body{
    background:#fff !important;
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:12px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
*{
	/*font-family: 'Roboto', sans-serif;*/
}

#main {
    padding-bottom: 15px;
    border-bottom: solid 1px #B9B9B9;
}

#header h1 {
	font-family: 'Fredericka the Great', cursive;
	font-size: 40px;
}

div a, a:link, a:hover, a:visited {
	font-size: 12px;
}

div a:hover {
	color: #41C4EE;
}

li > a {
	font-size: 15px;
	color: #555;
}

#content ul li a {
    color: #555;
    line-height: 24px;
}

ul.menu a:hover {
    font-size: 15px; 
}

ul.menu a:hover, #breadcrumb a:hover, .ULclass2 a:hover, #content a:hover, div#notification.block a:hover, div#sidebarInformation.block a:hover   {
    color: #41C4EE;
}

/*sidebar titles*/
.blockTitle, .blockSubtitle{
	display: block;
	text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #000000;
}

.blockSubtitle {
	margin-bottom: 19px;
}

#sidebar div.block span.blockTitle{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #000000;
	text-transform:capitalize;
	padding-left: 7%;
}

#sidebarEditor, #sidebarAuthor {
	padding-left: 7%
}

#sidebarEditor li, #sidebarAuthor li{
	text-decoration: underline;
	color: #000000;
}

#content .instruct, p, td label{
	font-size: 16px;
}

#content .textArea {
	height: auto;
}

#content h4>a{
    font-weight: bold;
    font-size: 20px;
    color: #555;
}

/*sidebar text*/
#sidebarUser, #sidebar label {
	color: #000000;
	font-size: 13px;
}

/*sidebar content align left*/
div#sidebarUser{
	text-align: left;
}

div#notification.block a, div#sidebarInformation.block a {
    text-decoration: underline;
}

/*sidebar field width*/
#simpleSearchInput {
	width:80%;
}

input#simpleQuery.textField, select#searchField.selectMenu {
	width: 100%;
}

#sidebar div.block label, select#languageSelect.selectMenu{
	margin: 2px 8%;
}

#sidebar div.block input.button {
	margin: 6px 8%; 
	
}



input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	margin-bottom:auto;
	width: 80%;
}

#content a{
	color: #555;
	font-size: 16px;
}

#content ul > li{
    margin-left: 20px;
    list-style-type: circle;
}

#side-menu {
    width: 160px; 
    margin: 10px 10px 10px 0; 
    font-weight: bold; 
    box-shadow: 3px 3px 5px #888888;
}

#side-menu a{
    text-decoration: none; 
    background: #3CC1FA; 
    padding: 7px 10px 7px 10px; 
    color: white; 
    display: block; 
    border: 2px solid #3CC1FA; 
}

#side-menu a:hover {
    background:white;
    color:#3CC1FA;
    transition:0.4s;
}

#cover_section {
	padding-top: 3px; 
	padding-left: 40px; 
	position: relative; 
	float: left;
}
	
#cover-img {
	box-shadow: 2px 2px 5px #888888; 
	width: 120px;
}

#issn_section {
	top: 3px; 
	text-align: right; 
	position: relative; 
	float: right; 
	clear: left;
	font-size: 10px;
}

.journalDescription p, .journalDescription li{
    font-size: 16px;
	color: #555;
}

div#sidebarDevelopedBy, div#sidebarHelp {
	visibility: hidden;
	height: 0px;
}

#content select.selectMenu, input.textField {
	width: auto;
}

.ebm-name {
	font-size: 20px;
	text-decoration: underline;
}

div.articleToolItem {
	padding-left: 15px;
}

div#sidebarRTArticleTools.block a:hover {
	color:#3CC1FA;
}

div#sidebarRTArticleTools.block {
	padding-bottom: 20px;
}

/*for PiscoMed Common OJS leftSideTabs created by Justin on 29/06/2017*/
.tab {
	width: 170px; 
	margin: 0 10px 0 0; 
	box-shadow: 3px 3px 5px #888888;
}
.tablinks {
	width: 170px;
    background-image: linear-gradient(40deg,#01b2bb 0%,#015357 100%);
    padding: 7px 10px;
    color: white;
    display: block;
    border:none;
    text-align: left;
    transition: 0.4s;
    font-weight: bold;
	font-size: 16px;
    min-height: 45px;
}
.tablinks:hover  {
	 background: linear-gradient(40deg,#015357 0%,#01b2bb 100%);
	color: #fff; 
}
div.tab button.active{
	background-image: linear-gradient(to right,#01c2e6 0%,#1160ff 100%);
	border:none;
	outline:none
}
/*End Left Tabs*/

/*Show-Hide List added by Justin on 21/06/2017*/
.sh-list { 
	list-style-type: none; 
	padding-left: 0px!important;
}
.sh-label{
	/*style later*/
}
.sh-input { 
	display: none; 
}
.sh-input ~ div { 
	max-height: 0;
	max-width: 0;
	overflow: hidden;
	white-space:wrap;
   	text-align:justify;
}
.sh-input:checked ~ div {
	max-height: 100%;
	max-width: 100%;
}
/*End Show-Hide List*/

#navbar{
	height:30px !important;
	line-height:30px !important;
	background-color: #015357;
}
#navbar li a {
	font-size:14px !important;
}
#navbar ul{
	float:right;
}
.menu{
	padding:0;
	margin:0;
}
.nav-sec{
	background-color: #015357; 
}
.logozone{
	padding:15px 0;
	background:#fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}
#body{
	margin-top:0px;
	width:75%;
	margin:0 auto;
	background:#fff;
}
.breadcrumb font{
	text-align:left;
	float:left;
	padding:15px 0;
	font-weight:bold;
}
#main{
	border:none;
	background:#fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
border-radius:6px;
border:1px solid #ccc;
}
#bigBG{
	border:none;
}

#rightSidebar{
	background:#fff;
	border-radius:6px;
border:1px solid #ccc;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}
#sidebarUser table{
	width:100%;
}
#sidebarUser table input[type='text'],#sidebarUser table input[type='password']{
	width:80%;
	background:#f1f1f1
}

.selectMenu{
	background:#f1f1f1 !important;
	padding:4px 0 !important;
	height:auto !important;
	
}
textarea{
	background:#f1f1f1 !important;
}
.textField{
	background:#f1f1f1 !important;
}
#sidebarLanguageToggle{
	border:none !important;
	padding-bottom:20px !important;
}

#content h3{
	padding:0 !important;
	padding-left: 0px !important;
	font-family:'arial' !important;
}
.foot-func{
	margin-bottom:15px !important;
}
.foot-func a{
	border-radius:4px !important;
	overflow:hidden !important;
	padding:5px 10px !important;
	background: #19bbc4 !important;
	color:#fff !important;
	font-size:14px !important;
	text-decoration:none
}

#sidebarUser{
	border-bottom:none !important;
}
#sidebarFontSize{
	border:none !important;
}

.site-footer {
   background:#015357;

    background-position: center center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    color: #ccc;
    font-size: 14px;
    position: relative;
}
.footer-info{
	width:100%;
}
#text01{
	width:100%;
}
.site-footer .footer-widgets {
    padding: 30px 0 0 0;
}
.menu-sample-pages-container{

    margin-top:15px;
}
.two-columns{
    padding-left:20px;
    margin-top:20px;
}
.two-columns a{
    font-size:16px;
    font-weight:400
}
.site-footer .footer-widgets .widget .widget-title {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0;
}

.site-footer .widget.widget_nav_menu {
    width: 16.666666666666668%;
    float: left;
    padding: 0 15px;
}

.site-footer .footer-widgets .widget.widget_nav_menu ul li a {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
    font-weight:400;
}
.footer-content{
	clear:both;
}

.site-footer .footer-widgets .widget a {
    color: #ccc;
}
.nav_list ul li a{
	font-size:14px;
}
.nav_list ul li  {
	width:100% !important;
	display:block !important;
}
.nav_list ul li a:after {
    position: absolute;
    content: "→";
    color: #fff;
    left: 0;
    top: 0;
    font-size: 13px;
}

.nav_list ul li a:hover {
    padding-left:30px !important;
    color: #fff;
    font-size:14px !important;

}
.nav_list .menu{
	padding-left:0 !important;
}

.site-footer .footer-widgets .widget .footer-info .button {
    color: #fff;
    margin-top: 30px;
}

.site-footer .footer-widgets .widget .footer-info i {
    font-size: 14px;
    color: #fff;
    width: 18px;
}

.site-footer #text01 {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 60px;
}

.site-footer .footer-content {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 10px 0;
}

.site-footer .social-links {
    float: right;
}

.site-footer .social-links a {
    float: left;
    display: block;
    margin-left: 10px;
}

.site-footer .copyright-content {
    margin-top: 3px;
}

.site-footer .copyright a {
    color: #fff;
}

.site-footer .copyright a:hover {
    text-decoration: underline;
}
.footer-social i{
    color:#859098;
}
.footer-social a:hover i{
    color:#fff;
	
}
.widget_nav_menu li a img{
	width:110px;
	height:40px;
}
.value_links a{
	background:#fff;
	padding-left:0 !important;
}
.value_links .menu{
	padding-left:0 !important;
}
#customblock-Editor-in-Chief,#sidebarUser{
	border:none !important;
}
#sidebarKeywordCloud{
	border-top:none !important;
}
#customblock-Submit-Your-Manuscript{
	border-bottom:none !important;
}
#sidebarKeywordCloud{
	padding-bottom:35px;
}
#announcementsHome h3{
	padding:10px 0 5px 5px !important;
	height:100%;
}
.title{
	padding-top:15px !important;
}
.title h2{
	font-weight:bold !important;
	color:#000 !important;
	background:#fff !important;
	padding-left: 0  !important;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}


.details{
	margin-top:15px;
	
	padding-bottom:30px;
	overflow:hidden;
}
.tocArticle{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    background-color: #fff!important;
    border-radius: 4px!important;
    width:100%;
    margin:15px 0;
    padding:5px 15px 15px 15px;
}
.tocSectionTitle{
	    display: inline-block;
    /* font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; */
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: #3fa4f0;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    margin-top: 0px;
    border-radius: 2px;
    }

    .tocView a{
    	color: #3fa4f0 !important;
    box-shadow: #3fa4f0 0 0px 0px 1px inset;
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    display: inline-block;
    border-radius: 4px;
    padding: 4px 7px;
    font-size: 1.2em;
    text-decoration:none;
    }
		.listing{
		box-sizing:border-box;
		max-width:1000px !important;
		float:left;
		display:block !important;
		 table-layout: fixed !important;
	}
	@media (min-width: 1024px) {
	.listing td{
		max-width:70px !important
	}
		@media (min-width: 1280px) {
	.listing td{
		max-width:70px !important
	}
	@media (min-width: 1366px) {
	.listing td{
		max-width:80px !important
	}
}  

@media (min-width: 1440px) {
	.listing td{
		max-width:80px !important
	}
} 

@media (min-width: 1680px) {
	.listing td{
		max-width:160px !important
	}
} 
@media (min-width: 1920px) {
	.listing td{
		max-width:180px !important
	}
} 
