@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');
body{
	font-family: 'Inter', sans-serif;
	font-weight:400;
	color:#202020;
	font-size:14px;
}
header{
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
}
h1, h2, h3, h4, h5, body, .navbar-toggleable-md .navbar-nav .nav-link, .market-header, .btn, .dropdown-item, .form-control, p {
    font-family: 'Poppins', serif;
}
a{
	color:#462e07;
}
a:hover{
	color:#bf8222;
}
.bg-lightblue{
	background-color:#5073d9!important;
}
.navbar-inverse .navbar-nav .nav-link, .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
}
.menutop-link::after{
    position: absolute;
    content: '';
    background-color: #5073d9!important;
    width: 1000px;
    right: -1000px;
    top: 0;
    bottom: 0;
}
.footer {
    padding: 2rem 0 3rem;
}
.menutop-link::before {
    position: absolute;
    content: '';
    background-color: #5073d9!important;
    width: 69px;
    left: -10px;
    top: -102px;
    bottom: 0;
    border-radius: 12px;
    transform: rotate(45deg);
}
.navbar-nav .nav-link {
    padding-right: 0.6rem!important;
    padding-left: 0.6rem!important;
}
.specialbutton{
    border: 2px solid #778aa7;
    border-radius: 30px;
}
.pdfbutton {
    border-color: #617892;
    border-radius: 5px;
    color: #617892;
}
.pdfbutton:hover{
    background-color:#617892;
    color:#fff;
}
.eb_head{
    color: #000568;
    font-size: 17px;
    font-weight: bold;
}
.statustag {
    font-size: 12px!important;
    border: 1px solid #919191!important;
    color: #919191;
    border-radius: 10px!important;
    padding-top: 4px!important;
    font-weight: 500;
}
.bg-major_revision{
	border-color:#FF6600!important;
	background-color:#FF6600!important;
	color:white!important;
}
.bg-under_screening{
	border-color:#0099CC!important;
	background-color:#0099CC!important;
	color:white!important;
}
.bg-accepted, .bg-acceptable{
	border-color:#009900!important;
	background-color:#009900!important;
	color:white!important;
}
.bg-re-review{
	border-color:purple!important;
	background-color:purple!important;
	color:white!important;
}
.bg-rejected, .bg-not_acceptable{
	border-color:red!important;
	background-color:red!important;
	color:white!important;
}
.bg-minor_revision, .bg-acceptable_minor{
	border-color:#af00a5!important;
	background-color:#af00a5!important;
	color:white!important;
}
.bg-submitted{
	border-color:grey!important;
	background-color:grey!important;
	color:white!important;
}
.bg-under_review{
	border-color:orange!important;
	background-color:orange!important;
	color:white!important;
}
.bg-light {
    background-color: #f9f9f9!important;
}
.sociallinks{
	margin-left:-5px!important;
}
footer, footer a{
	font-size:14px;
}
.sociallinks li a{
    display: block;
	margin:0px 5px;
	transition:all ease-in .2s;
}
.sociallinks li a i{
    font-size: 16px;
}
.sociallinks li a:hover{
	text-decoration:none;
}
.openissues{
	cursor:pointer;
}
.openissues i{
    position: absolute;
    right: 0;
    top: 8px;
}
.issue_blocks{
    display: grid;
    grid-template-columns: 12% 88%;
}
header{
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.08);
	-moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.08);
	box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.08);
}
footer{
	background-color:#f2e2aa;
	}
.copyright{
	background-color:#f2c070;
}
.external{
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #000568;
    padding: 2px 4px 1px 5px;
    border-radius: 10px;
}
.external:hover{
	background-color:#000568;
	color:#fff;
	text-decoration:none;
}
footer ul{
	list-style:none;
	line-height:30px;
}
footer h4{
	font-weight:600;
	font-size:14px;
}
.menutop-link a{
	color:#fff;
}
.maincenter > .row > .col-sm-4 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.maincenter .col-sm-8 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.maincenter .col-sm-4 h4{
	color:#000181;
	font-size:17px;
	margin-bottom:15px;
	position:relative;
	font-weight:600;
}
.maincenter .col-sm-4 h4::after{
	content:'';
	height:2px;
	width:40px;
	background-color:#53ccec;
	position:absolute;
	left:0;
	bottom:-8px;
}
.list-group{
	background-color:#fff7d9!important;
	border-radius:15px;
	padding:15px 20px;
}
.list-group-item{
	border:none!important;
	border-bottom:1px solid #f2e2aa!important;
	padding:6px 0px;
	background-color:transparent!important;
}
.list-group-item span{
	font-size:12px;
	color:#9f9f9f;
	display:block;
}
.journalshome .card {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
.journalshome .card-body {
    background-color: #fff7d9!important;
	border-radius:12px;
	min-height:412px;
}
.journalshome .card-body .bg-darkble{
	border:0px;
	border-radius:17px;
}
.mainhead_in {
	font-size:20px;
    font-weight: 500;
    color: #a4611c;
    margin-bottom: 18px;
	margin-top:12px;
}
.moredata{
	color:#617892;
}
.nobording{
	border:none!important;
}
.minustext, .minustext a{
	font-size:14px!important;
}
.journals .card .badge {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 7px 5px;
    letter-spacing: 1px;
}
.journals .card .badge {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 7px 5px;
    letter-spacing: 1px;
	color:#252526;
}
.journals .card{
	border-radius:15px;
	background-color:#fdfdfd!important;
	-webkit-box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 10%);
}
.journals .card .badge-primary{
	background-color:#d6dcf0;
}
.journals .card .badge-warning{
	background-color:#fbdec7;
}
.journals .card h3{
	font-size:18px;
	font-weight:600;
}
.journals .card h5{
	font-size:12px;
}
.journals .card h6{
	font-size:13px;
	line-height:20px;
}
.journallist h5{
	font-size:18px;
}
.owl-dots{
	padding-top:5px;
}
.owl-dots .owl-dot{
    background-color: #dadada!important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
	margin-right:12px;
}
.owl-dots .owl-dot.active{
    background-color: #617892!important;
}
.journals .nav-tabs .nav-item .nav-link{
	border:1px solid #034998;
	border-radius:5px!important;
	border-color: #617892 #617892 #617892;
	font-size:15px;
	font-weight:600;
	padding: 10px 20px 8px;
	margin-right:15px;
}
.journals .nav-tabs .nav-item .nav-link.active{
	background-color: #000568;
	color:#fff;
	position:relative;
}
.journals .nav-tabs .nav-item .nav-link.active::after {
    background-color: #000568;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-radius: 3px;
    transform: rotate(45deg) translateX(-50%);
}
.owl-item img{
	border-radius:15px;
}
.journallist .card img{
	margin:auto;
	border: 1px solid #ccc;
	transition: all ease-in 0.2s;
}
.journallist .card:hover img{
	border: 1px solid blue;
}
.journallist .card{
	margin-bottom:25px;
}
.journallist .card h6{
	margin:0px;
	font-weight:600;
}
.journallist .card h5 a:hover{
	text-decoration:none;
	color:#5c78ff;
}
.navbar-brand h1{
    max-width: 80%;
    color: #fff;
    height: auto;
    display: block;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    font-size: 35px;
}
.mainhead {
    font-weight: 600;
    color: #a4611c;
    position: relative;
    /* max-height: 50px; */
    margin-bottom: 21px;
    overflow: hidden;
    padding-bottom: 10px;
}
.maincenter .col-sm-4  a.btn-info{
    padding: 15px!important;
    font-size: 18px;
    border-radius: 9px;
    background-color: #1974d3;
    border: 0px;
	font-weight:600;
}
.maincenter .col-sm-4  a.btn-info:hover{
    background-color: #f2c070;
    color: #7e4000;
}
.mainhead::after {
    content: '';
    border-top: 3px solid #53ccec;
    width: 30px;
    height: 4px;
    display: block;
    /* margin-left: -285px; */
    margin-top: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.emailus p{
    display: grid;
    grid-template-columns: 10% 90%;
}
.emailus p small{
	opacity:0.7;
}
.dropdown-menu{
	font-size:13px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #617892;
}
.subbanner{
		border-radius:15px;
}
#mainbanner{
	background: rgb(73 108 146);
	background-image:url(../img/pattern-banner.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	background-repeat:no-repeat;
}
.bg-marquee{
	background-color: #537498!important;
}
.marquee {
  width: 100%;
  overflow: hidden;

}
.client-brands-item{
 	display:inline-block;
  	vertical-align:middle;
}
.client-brands-item img{
	width: auto;
	height:180px;
	display: block;
	margin: 0 20px;
}
.bannercont{
	padding:120px 15px 120px;
}
.footer-logo{
    max-width: 200px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bannercont h1 {
    font-size: 40px;
    margin-bottom: 8px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}
.subheads{
	font-weight:300;
	font-size: 18px;
}
.bg-mainscroll{
	background-color: rgb(255 255 255 / 10%)!important;
}
.bannercont .btn{
    border: 1px solid #000568;
    border-radius: 22px;
    padding: 8px 20px;
    background-color: transparent;
}
.bg-darkble{
	background-color:#000568!important;
}
.bg-darkble:hover{
	background-color:#020548!important;
	border-color:#020548!important;
}
.bg-darkbles:hover{
	color:#020548!important;
	border-color:#020548!important;
}
.filtermenu{
		padding: 0.65rem 1rem!important;
}
.container_check {
		display: block;
		position: relative;
		padding-left: 18px;
		margin-bottom: 20px;
		cursor: pointer;
		font-size: 22px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
.journaldata .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.journallist .journaldata.card img {
	max-width:100%;
}
.btn {
    font-size: .95rem;
    line-height: 1.4;
}
/* Hide the browser's default checkbox */
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.journaldatas li:last-child{
	border:none!important;
}
/* Create a custom checkbox */
.container_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border:1px solid #2196F3;
	border-radius: 4px;
}
.reviselist .badge {
    font-size: 12px;
    padding: 5px 15px 4px;
    border-radius: 15px;
    display: inline;
    width: 172px;
    margin-bottom: 10px;
}
.reviselist a{
    padding: 7px 0px;
    border-bottom: 1px solid #f2f2f2;
}
.reviselist a:hover{
	color:orange;
	text-decoration:none;
}
.reviselist a:last-child{
    border-bottom:none!important;
}
/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {
  background-color: #2196F3;
}

.container_check input:disabled ~ .checkmark {
  background-color: #ccc;
  border-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.container_radio {
  	display: inline-block;
	position: relative;
	padding-left: 10px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: auto;
	margin-right: auto;
}

/* Hide the browser's default radio button */
.container_radio input {
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 4px solid #c2c2c2;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
  background-color: #2196F3;
  border: 0px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}
.table td, .table th {
    padding: 0.65rem 0.45rem;
}
.pointerevents{
	pointer-events:none;
}
/* On screens that are 992px or less, set the background color to blue */
.select2-container{
	z-index:9999;
}
.statusrail{
	margin:0px;
	padding:0px;
	list-style:none;
}
.statusrail li{
    background-color: #f4f4f4;
    padding: 9px 15px;
    border-radius: 5px;
    line-height: 18px;
	position:relative;
	margin: 10px 0px 10px 30px;
}
.statusrail li::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ccc;
    left: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
}
.statusrail li::after {
    content: '';
    width: 1px;
    height: 62px;
    background-color: #ccc;
    left: -24px;
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    border-radius: 20px;
}
.statusrail li:last-child::after {
	display:none;
}
#reviewerTab .nav-link.active {
    background-color: #f8f9fa!important;
    border-bottom-color: #f8f9fa!important;
}
.journalslists{
    border: 0px!important;
    padding: 0px;
}
.journalslists li{
	border:0px!important;
	padding:0px!important;
}
.journalslists li a {
    font-size: 16px;
    padding: 3px 12px;
    display: block;
    position: relative;
    border-radius: 3px;
	transition:all 0.2s ease-in;
}
.journalslists li a:hover {
    background-color: #f4f4f4;
	text-decoration:none;
}
.journalslists li a i{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.dashdash{
	margin-bottom:15px;
	margin-left:-7px;
}
.dashdash a{
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: #5f7bff;
    /* justify-items: center; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
	margin: 0px 7px;
	padding:18px 15px 15px;
	border-radius:5px;
	transition:all 0.2s ease-in;
}
.dashdash a:hover{
	text-decoration:none;
	background-color:#1c36b0;
}
.dashdash a i{
    font-size: 24px;
    width: 40px;
    height: 40px;
    background-color: rgb(255 255 255 / 30%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom:10px;
}
@media screen and (max-width: 992px) {
	.maincenter .col-sm-4 {
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
		order:2;
	}
	.maincenter .col-sm-8 {
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
		order:1;
	}
	.menutop-link::before {
		left: -30px;
		top: -100px;
		bottom: 0;
		border-radius: 0px;
		transform: rotate(0);
	}
	.navbar-white.bg-white, .navbar-toggler{
		padding-left:0px;
		padding-right:0px;
	}
	.navbar-brand img{
		padding-left:0px;
		padding-right:0px;
		width:125px;
		margin-top:0px!important;
	}
	.owl-dots {
		padding-top: 0px;
		text-align: center;
	}
	.pdfbutton{
		width:100%;
		margin-top:10px;
	}
}