@font-face {
	font-family: logofont;
    src: url(PainterPersonalUseOnly-Br0w.ttf);
}
html, body {
    margin:0;
    padding:0;
    font-family:serif;
    background:#f0f0ee;
    overflow-x:hidden;
    scroll-behavior: smooth;
}
.logofont {
    font-family:system-ui;
    font-style:italic;
}
.stopscroll {
    overflow:hidden;
}
a {
    text-decoration:none;
}
.body {
    max-width:1200px;
    margin:0 auto;
}
.header2 {
    max-width:1300px;
    margin:0 auto;
    position:relative;
}
.clearfix {
    clear:both;
}
.nav {
    background: white;
    padding:10px;
    z-index:2;
    position: relative;
}
.bhab {
    min-height: 22px;
}
.nav a {
    color:white;
    font-size:15px;
    padding:0 10px;
}
.footer a, .nav .menu a {
    color:black;
    font-size:15px;
    padding:10px;
    display:inline-block;
}
.nav .menu a:hover, .gotosidebar a:hover {
    color:white;
    background:maroon;
}
.headercover2 {
    background-color: #3d000a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home {
    background:#4b453e;
    padding: 6px 10px !important;
    height: 30px;
    display: block;
    position: absolute;
    top: -10px;
}
.home span {
    border-bottom: 4px dotted white;
}
.search input {
    vertical-align: middle;
    padding: 9px 43px 9px 9px;
    width: 163px;
    color: #2e2e2e;
    font-weight: 550;
    outline:none;
}
.search img{
    vertical-align: middle;
    margin-left: -47px;
    width: 45px;
    cursor:pointer;
}
.search {
    float:right;
    margin-top: -12px;
}
.logoheader, .logo {
    display:inline-block;
    color:white;
    vertical-align: middle;
}
.logo img {
    width:118px;
}
.headercover2 {
    text-align:center;
    padding:50px 10px;
    text-shadow: 3px 0px 6px black;
}
.logoheader h2 {
    margin:0 10px 5px;
    font-size:40px;
}
.logoheader h4 {
    margin: 5px 10px 0;
    font-size: 40px;
    color: lightyellow;
    /*text-transform: uppercase;*/
    font-weight: 900;
}
.logoheader h5 {
    font-size: 16px;
    margin: 10px;
}
.logoheader h6 {
    margin: 10px;
}
.allbody {
    margin: 50px auto 50px;
    background: white;
    position: relative;
    display: block;
}
.subhead {
    padding: 10px;
    background: #fafafa;
}
.footer {
    padding: 10px;
    background:white;
    box-shadow: 0 0 24px -15px black;
}
.topbottomnav {
    background: white;
    color: black;
    box-shadow: 0px 3px 24px -15px 
}
.bottomnav {
    padding:9px 10px 10px;
}
.bottomnav .home {
    background: #333333 !important;
    top:-61px;
}
.subhead h4 {
    margin: 0;
    text-align: center;
    color:#383838;
    font-size: 22px;
}
.paperhead, .paperfooter {
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin:10px 0;
}
.paperhead {
    background: #e8eaee;
}
.paperfooter a {
    color:white;
    background:#333;
    padding:10px 20px;
    display:inline-block;
    margin:0 10px;
    border-radius: 10px;
}
.paper_view_count {
    margin: 20px 5px;
}
.dodypading {
    padding:0 10px;
    max-width: 1350px;
    margin: 0 auto;
}
.footer {
    text-align:center;
    padding-top:20px;
    padding-bottom:0;
    border-bottom:1px solid #dcdcdc;
}
.footer .search {
    float:none;
}
.footer .search input {
    width:50vw;
    min-width:200px;
}
.footer h4 {
    font-size:25px;
    display:inline-block;
    float:left;
    margin: 0;
}
.bottompage {
    background: #f0f0ee;
    font-size:0;
    text-align:center;
}
.bottompages h2 {
    font-size:18px;
}
.bottompages {
    width: 31%;
    max-width:400px;
    display: inline-block;
    text-align: center;
    padding: 0 1%;
    font-size:15px;
    vertical-align:top;
}
.bottompages p {
    text-align:left;
}
.clearfix {
    clear:both;
}
.footerlinks {
    float:right;
    margin: 7px 0
}
.bottomnav p {
    color: black;
    text-align: center;
}
.menuicom {
    display:none;
    cursor:pointer;
}
.menu {
    display: inline;
    z-index:2;
}
.fade {
    background: none;
    transition:0.5s all;
}
.leftside {
    background-image: url(https://journal.skbu.ac.in/files/uploadpage.jpg);
    background-position: left;
    background-size: 30% 100%;
}
.rightform {
    background: rgb(21, 84, 117);
    width: 66%;
    float: right;
    padding: 2vh 2%;
    color: wheat;
    font-weight: 600;
}
.editorform form {
    margin:0 auto;
}
.editorform {
    float:none;
    margin:0 auto;
    height: inherit;
    padding: 4% 4%;
    background: rgb(21, 84, 117);
    color: white;
    font-weight: 600;
}
.publishedlist {
    overflow:auto;
    max-height:350px;
    margin-bottom:20px;
}
.publishedlist table {
    white-space: nowrap;
    border-collapse:collapse;
}
.publishedlist table td, .publishedlist table th {
    border: 1px solid #ddd;
    padding: 8px;
    color: black;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.publishedlist table tr {
    background-color: #fff;
}
.publishedlist table tr:nth-child(even){background-color: #f5f5f5;}
.publishedlist table tr:hover {background-color: #ebebeb;}
.publishedlist table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #e6e6e6;
}
.rightform label, .editorform label {
    display: inline-block;
    width: 29%;
    min-width: 168px;
    max-width: 374px;
    padding: 10px;
}
.editorform label {
    width: 45%;
}
.rightform label span, .editorform label span {
    vertical-align: middle;
}
.rightform input[type=text], .rightform select, .rightform input[type=file], .editorform input[type=text], .editorform textarea, .editorform select, .editorform input[type=file]{
    padding: 10px 10px;
    border-radius: 5px;
    outline: 0;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
}
.editorform input[type=text], .editorform textarea, .editorform select, .editorform input[type=file] {
    float:right;
}
.editorform textarea {
    height:100px;
}
.rightform input[type=file], .editorform input[type=file] {
    width:155px;
}
.myButtonholder {
    text-align:center;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	width:98%;
}
.myButton:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}
.loginformholder {
    background:#f0f0ee;
}
.loginform {
    margin: 0 auto;
    padding: 19px;
    background: white;
    background: #fff;
    padding: 40px 40px 110px;
    max-width: 400px;
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 20%);
}
.loginform input[type=text], .loginform input[type=password] {
    background: #efefef;
    display: block;
    width: 93%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin: 15px 0 15px;
}
.loginform .myButton {
    padding:19px 24px;
    margin-top: 40px;
}
.loginform h2 {
    text-align:center;
}
.editor p {
    margin: 5px;
    padding: 10px;
    font-weight: 600;
}
.editor a {
    color:white;
    margin:10px 5px;
    padding:5px 10px;
    background:orange;
    display: inline-block;
}
.editor a:nth-child(2n) {
    background:orangered;
}
.pageform input {
    width: 100%;
    font-size: 20px;
}
.contentarea {
    padding: 10px;
}
.required {
    color:red;
    margin-right:10px;
    margin-left:5px;
}
.impnotice2, .impnotice {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -27px;
}
.impnotice2 {
    color: green;
}
.impnotice {
    color: red;
}
.viewdoc {
    float: right
}
.externallink {
    vertical-align: middle;
    margin: 0 20px;
    cursor:pointer;
    background:rgb(21, 84, 117);
}
.publishedlist table tr.publishedpaper {
    background:#ffd6d6;
}
.publishedlist table tr.publishedpaper:nth-child(even) {background-color: #ffe0e0;}
.publishedlist table tr.publishedpaper:hover {background-color: #ffbaba;}
.archieve {
    float: left;
    width: 250px;
    color: white;
    position: relative;
    margin-left: -250px;
    background:#fcfcfc;
}
.papersholder {
    padding-left: 250px;
    background:#fcfcfc;
}
.papercarback {
    background:#fff;
    padding: 1px 0;
}
.papercard {
    background: #2A265F;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    max-width: 100%;
    margin: 20px;
    overflow: hidden;
}
.paperlinks {
    padding:10px 0;
}
.rigthsec {
    padding: 1.25%;
    width: 64%;
    display: inline-block;
    background: white;
    vertical-align: middle;
}
.rigthsec h2 {
    margin: 20px 0;
    font-size: 19px;
}
.rigthsec p label {
    font-weight: bold;
    display: inline-block;
    width: 94px;
}
.rigthsec p {
    margin: 2px 0;
}
.rigthsec a {
    margin: 2px 10px;
    color:blue;
}
.leftsec {
    padding: 1.25%;
    width: 30%;
    text-align: center;
    color: white;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.dropmenu {
    border-bottom: 1px solid #d8d8d8;
    display:block;
    padding: 10px 10px;
    color:black;
}
.departdrop {
    color:black;
    cursor:pointer;
}
.drop {
    padding-left: 21px;
    max-height:0;
    transition:1s all;
    overflow:hidden;
    background:#f5f5f5;
}
.allmenus .drop {
    background:#f5f5f5;
    padding-left:5%;
}
.allmenus .drop a:last-child {
    border:0;
}
.allmenus .dropmenu {
    border:0;
}
.drowniche {
    max-height:inherit;
}
.drop a {
    display: block;
    padding:5px 0 5px 10px;
    border-bottom:1px solid #d8d8d8;
    color:black;
    border-left:4px solid darkolivegreen;
    position:relative;
}
.drop a:after {
    content: " ";
    border-bottom: 3px solid maroon;
    position: absolute;
    bottom: 4px;
    left: -1px;
    width: 3%;
}
.drop a.dropoptions:after {
    width: 40px;
}
.allmenus .drop a {
    color:black;
}
.drop a:first-child {
    padding-top:10px;
}
.drop a:last-child {
    padding-bottom:10px;
}
.archivebutton, .search2 {
    display:none;
}
.archivearrow {
    width: 15px;
    vertical-align: middle;
    margin-left: 10px;
}
.changepassform {
    text-align:center;
}
.changepassform input {
    width:70%;
    max-width:250px;
    margin: 5px;
    padding: 10px;
}
.changepassform input[type=submit]{
    width: 77%;
    max-width: 275px;
}
.allmenus {
    max-width: 1200px;
    margin:0 auto 35px;
    border-radius:5px;
    overflow:hidden;
}
.departments {
    background: rgba(255,255,255,0.5);
    border-bottom: 1px solid #d8d8d8;
}
.allmenus p {
    margin: 0;
}
.gotosidebar {
    display: inline-block;
    width: 28%;
    margin: 50px 0 50px 0.5%;
    vertical-align: top;
    background: white;
    max-width:377px;
}
.gotosidebar a {
    color:black;
    font-size:15px;
    display: block;
    padding: 10px;
}
.gotofixer {
    position: fixed;
    top: 13px;
    margin: 0 0 50px 0.7%;
}
.searrch2 {
    padding-top: 28px;
    background: #f0f0ee;
}
.searrch2 .search {
    float: none;
    display: block;
    padding: 15px;
    background: white;
}
.searrch2 .search input {
    width: 81%;
}
a.doi {
    margin: 0;
    padding: 0;
    display: block;
}
.doi p {
    margin: 0;
    background: #2A265F;
    color: white;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
}
.lisence {
    margin:0;
    padding:0;
}
.lisence a {
    color:blue !important;
    margin:0;
    display: initial;
    padding:0 5px;
    background:white !important;
}
.changepassform .lisencetext {
    max-width: 67%;
    width: 100%;
}
.adminholder {
    padding:0 10px;
}
.nav a.followus {
    float: right;
    margin: -10px 20px -10px 0;
    background: maroon;
    height: 42px;
    display: block;
    line-height: 2.7;
    color: white;
}
.bhab2 {
    padding:0 10px;
}