@charset "utf-8";

/**
Plugin Name: Journal Manager;
Developed By: W3Helpers;
Author: Muhammad Akif;
Email: akifnadeem29@gmail.com;
**/
.issue-listings{
    border-left: 4px solid #333;
    padding: 0 0 10px 10px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}
.issue-listings:hover{
    border-left: 4px solid #fff;
}
.publications-listing h2, .sumit-article h2{
    background-color: #333;
    color: #fff;
    padding: 5px;
    margin: 10px 0;
}
.publications-listing li{
	list-style: none;
}
.publications-listing li:before {
		 content: "\00BB";
}
.publications-listing li a{
	padding-left: 10px;
	padding-bottom: 5px;
}

.issue-listings h5{
    padding-top: 10px !important;
}
.issue-listings h5 a{
	color: #333;
}
.issue-listings h5 a p{
	margin: 0;
}

.issue-listings .articles-properies span{
	border: 1px solid #333;
    padding: 8px;
    margin-right: 10px;
}
.issue-listings .articles-properies span:hover{
	background: #333;
	color: #fff;
}
.artilce-download-btn{
     margin-bottom: 30px;
}
.article-properies span{
    background: #333;
    padding: 8px;
    color: #fff;
}
.artilce-download-btn span{background:green;}
.JM-submit-form{
	font-weight: bold;
}
#error_paperfile{

	color: red;

}
.paperfile{
	width: 210px;
}
.add_another_author{
   background-color: #2ba6cb;
   color: #fff;
   padding: 8px 17px 9px;
}
#authors-block table tr td{
	padding: 0px 2px;
}
#authors-block table tr td p{
	margin-bottom: 0px;
}
.sumbit_article_btn{
	background-color: #5da423 !important;
	padding: 8px 60px 9px !important;
	color: #fff;
}
.author-detail-head{    font-size: 19px;}
.red{
color: red;
}
.container{

	width: 1000px;

	margin: auto;

}

.btn, a.btn, a.btn:hover{

	padding: 7px 19px;

	font-size: 17px;

	font-weight: bold;

	color: white;

	border: none;

	cursor: pointer;

	text-decoration: none;

}

.btn-green{

	background: #5DA423;

}

.btn-red{

	background: #c60f13;

}

.btn-black{

	background: #444444;

}

.btn-large{

	width: 300px;

}

table{

	margin-top: 40px;

}

table tr td{

	padding: 7px 7px 19px;

}

table tr:nth-child(even){

	background-color: #F9F9F9;

}

table tr td input, table tr td select, table tr td textarea{

	border-radius: 4px;

	border: 1px solid #E3E3E3;

}

table tr td input[type="text"]{

	/*height: 21px;*/

}

table tr td select{

	height: 24px;

	width: 200px;

}

.small-input{

	width: 12%;

}

.large-input{

	width: 80%;

}

.middle-input{

	width: 32%;

}

.full-input{

	width: 100%;

}

.height100{

	height: 100px;

}