/* Devanagari (Marathi/Hindi) text had no explicit font, so it rendered using
   whatever Devanagari fallback each OS/browser happened to ship, which looks
   noticeably different from box to box. Naming a real Devanagari font here
   only affects glyphs it covers, so Latin text still falls through to the
   existing sans-serif default unchanged. */
body{
    font-family: 'Noto Sans Devanagari', sans-serif;
}
.navbar-inverse{
    background-image: -webkit-linear-gradient(top,#0cb 0,#0cb 100%) !important;
    background-image: -o-linear-gradient(top,#0cb 0,#0cb 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#0cb 0,#0cb 100%) !important;
    border-color : #0cb !important;
}
.panel-usertype{
    margin-top: 36px;
}
.form-box-signup{
     margin-top: 25px;
}
.navbar-inverse .navbar-brand {
    color: #fff !important;
}
.navbar-inverse .navbar-brand a:hover {
    color: #fff !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff !important;
}

.navbar-brand {
    font-size: 22px;
}

#bs-example-navbar-collapse-1 .navbar-nav li.active a .link-status-bar, 
#bs-example-navbar-collapse-1 .navbar-nav li.active .link-status-bar, 
#bs-example-navbar-collapse-1 .navbar-nav li:hover .link-status-bar {
    background-color: #0080FF;
    border-left-color: #fff;
    border-right-color: #fff;
}
#bs-example-navbar-collapse-1 .navbar-nav .link-status-bar {
    position: absolute;
    background-color: #ddd;
    border-right: 4px solid #ddd;
    border-left: 4px solid #ddd;
    height: 1px;
    width: 100%;
    bottom: -1px;
    left: 0;
    transition: 0.1s linear background-color, 0.1s linear border-color;
    box-sizing: border-box;
}
#bs-example-navbar-collapse-2 .navbar-nav li.active a .link-status-bar, 
#bs-example-navbar-collapse-2 .navbar-nav li.active .link-status-bar, 
#bs-example-navbar-collapse-2 .navbar-nav li:hover .link-status-bar {
    background-color: #0080FF;
    border-left-color: #fff;
    border-right-color: #fff;
}
#bs-example-navbar-collapse-2 .navbar-nav .link-status-bar {
    position: absolute;
    background-color: #ddd;
    border-right: 4px solid #ddd;
    border-left: 4px solid #ddd;
    height: 1px;
    width: 100%;
    bottom: -1px;
    left: 0;
    transition: 0.1s linear background-color, 0.1s linear border-color;
    box-sizing: border-box;
}

.navbar-default {
    background-image: none !important; 
    filter: progid:DXImageTransform.Microsoft.gradient(none) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(none) !important;
    background-repeat: no-repeat !important; 
    border-radius: 0px !important; 
    -webkit-box-shadow: none !important; 
    box-shadow: none !important; 
    border-bottom: 1px solid #ddd !important;
    background-color: #fff !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none !important; 
    filter: progid:DXImageTransform.Microsoft.gradient(none) !important; 
    background-repeat: no-repeat !important; 
    -webkit-box-shadow: none !important; 
    box-shadow:  none !important;  
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
}

#bs-example-navbar-collapse-1 .navbar-nav  li.active a{
    font-weight: 700;
    color: #333;
    letter-spacing: 0.04em;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    padding: 3.5px;
    background:transparent;
}
.stylish-input-group .input-group-btn{
    padding: 2px 12px !important;
}

.input-group-addon.search-dropdown{
    padding: 0px; 
 	border: 0px; 
    width: 100px;
}


.btn-plain{
    border-color:#bbb;
    color:#555;
    background:#fff;
    text-shadow:none;
}
.btn-plain:hover{
    border-color:#0080FF;
    color:#0080FF;
}
.btn-plain:active{
    background:#0080FF;
    color:#fff;
}

.btn-fullwidth {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
}
.btn-primary {
    color: #fff !important;
    background: #0080FF !important;
    box-shadow: inset 0 -2px #0264D4 !important;
    border: 0 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.btn-primary.btn-lg {
    color: #fff !important;
    background: #0080FF !important;
    box-shadow: inset 0 -2px #0264D4 !important;
    border: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.btn-primary.btn-xs {
    color: #fff !important;
    background: #0080FF !important;
    box-shadow: inset 0 -2px #0264D4 !important;
    border: 0 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.btn-group{
    position:relative;
    font-size:0;
    vertical-align:middle;
    white-space:nowrap;
    *margin-left:0.3em;
}
.btn-group:first-child{
    *margin-left:0;
}
.btn-group .btn{
    position:relative;
    border-radius:0;
}
.btn-group .btn:last-child{
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
.btn-group .btn:first-child{
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.btn-group .dropdown{
    display:inline-block;
}
.btn-group>.btn+.btn,.btn-group>.btn+.dropdown,.btn-group>.dropdown+.dropdown,.btn-group>.dropdown+.btn{
    margin-left:-1px;
}
.btn-group .btn:hover,.btn-group .btn:focus,.btn-group .btn:active,.btn-group .btn.active{
    z-index:2;
}

.mutiline-ellipsis{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.mutiline-ellipsis3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.search-dropdown select{
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important; 
    border-right: 0px !important;
}

.btn-search-dropdown{
	border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.search-dropdown button.btn.btn-default.btn-search-dropdown.dropdown-toggle{
	margin-right: -2px;
}

.homepage-panel h3{
	color: #777;
}

.homepage-panel .carousel-control, .carousel-control:focus, .carousel-control:hover {
    width: 5% !important;
    color: #0080FF !important;
}

.homepage-submenus a{
	width: 100%;
}

#myCarousel .col-md-9.jdetalis label.col-md-2{
    width: 19%;
}

.navbar-inverse{
	margin-bottom: 0px !important;
}

.logo-panel {
    padding: 10px 10px 10px 15px;
    background-color: #eee;
}

.logo-panel .container .col-md-1{
	padding: 0px;
    width: 5%;
}

.logo-heading{
	font-size: 26px;
    color: #4D4D4D;
}

.tag-line{
    font-size: 14px;
}

#bs-example-navbar-collapse-1{
	padding-left: 0px;
}

img.logo{
	height: 75px;
    position: relative;
}

.contestlist li .contestinfo .ptitle a {
    font-size: 17px;
    line-height: 1.3;
}

.contestlist {
    background: #fff none repeat scroll 0 0;
}

.col-md-2.journallist{
    width: 10%;
}

.col-md-2.booklist{
    width: 10%;
}

.col-md-8.journallist {
    width: 72.666667%;
}

.col-md-8.booklist {
    width: 72.666667%;
}

#navbar-journal-sidebar{
	background: url(../img/background.jpg);
}

#navbar-journal-sidebar .navbar-collapse{
	padding: 0px;
}

#navbar-journal-sidebar .nav>li>a {
    position: relative;
    display: block;
    padding: 20px 15px;
}

.journal-details-panel2{
	padding: 15px 15px 15px 0px;
}

.journal-details-panel2 .label-ISSN{
	font-weight: 100;
	font-size: 19px;
	padding-right: 0px;
}

.editorial-board-panel{
	padding: 15px 0px;
}

.home-latest-article-list{
	font-size: 20px;
	
}
.overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #337AB7;
    line-height: 1.5;
}
.journalname {
    line-height: 28px;
}
.journaldetails{
	padding-right: 0px;
}
.journaldetails img {
    width: 98px;
    height: 113px;
    object-fit: contain;
}
.journaldetails_html img {
    width: 100%;
    height: 90px;
    padding-right: 0px;
    object-fit: contain;
    background: #eeece1;
}
.journaldetails_html_logo img {
        width: 100%;
        height: 90px;
        margin-left: 15px;
        object-fit: contain;
        background: #eeece1;
}
@media (max-width: 767px){
    .journaldetails_html,
    .journaldetails_html_logo {
        background: #eeece1;
        padding-left: 15px;
        padding-right: 15px;
    }
    .journaldetails_html_logo img {
        margin-left: 0;
    }
}
.book-details img {
    width: 98px;
    height: 113px;
    object-fit: contain;
}
.journalname .col-md-8{
	padding-left: 0px;

}
.link-view-more{
	text-decoration: underline;
    padding: 8px 15px;
    position: static;
}

.homepage-legend{
    position: absolute;
    bottom: 50px;
}
.homepage-submenus .btn-group .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.homepage-panel .latest-artist-panel.home_journal{
    border-radius: 0;
}
.homepage-panel .latest-artist-panel.home_latestjournal{
    border-radius: 0;
}
.homepage-panel .latest-artist-panel.home_book{
    border-radius: 0;
}

.journalbtn a{
	width: 100%;
}

.detalis{
 text-decoration: underline;
}
.jdetalis{
	line-height: 28px;
}
.journalbook img{
	width: 100%;
    height: 130px;
}
.journalbook{
	margin-bottom: 30px;

}
.col-md-12.journalinfo {
    padding-left: 30px;
    text-align: justify;
}
.block-with-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 
}
.carousel-control.left{
    background-image: none !important;
}
.carousel-control.right{
    background-image: none !important;
}

.journalbackground{
	background-size: contain !important;
    /* width: 100%; */
    height: 162px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
 	overflow: auto !important;
}

.bookstorebackground{
    background-size: cover !important;
    /* width: 100%; */
    height: 369px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    overflow: auto !important;
}

/*.carousel-control {
    width: 2% !important;
}*/

.item{
padding: 0px 15px;
}

/*.recommend-details-panel .radio+.radio {
    margin-top: 10px;
}
*/
.article-right-link-panel a{
	width: 100%;
}

.article-details-panel h4{
    font-weight: 700;
}

.article-details-panel h4 span{
    font-weight: 100;
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-nav-tab{
    margin-top: 15px;
}

.gallary-btn-viewmore{
    margin-right: 45px;
}


/*---------------------Search Box---------------------------*/
.searchbox{
	padding-top: 22px;
}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 3px;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}


/*@media screen and (min-width: 768px) {
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}*/




/*---------------------Journal Details Page---------------------------*/


.details-journals-panel{
	margin-bottom: 0px;
	background-color: #fff;
}

.row-article-details{
    background-color: #fff;
}
.row-journal-details{
    background-color: #fff;
}
.row-book-details{
    background-color: #fff;
}

.details-journals-panel .journal-details-panel label.col-md-3{
    width: 26%;
}
.details-journals-panel .journal-details-panel .col-md-9{
    width: 74%;
}

.journal-details-heading{
	font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.journal-details-panel{
	padding: 0;
}

.journal-details-panel .panel-default{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.chief-editor-panel{
	padding: 0;
}

.managing-editor-panel{
	padding: 0;
}

.pubfrequency-panel{
	padding: 0;
}

.text-right{
    text-align: right;
}

.issn-panel{
	padding: 0;
}

.journaldetails-submenus{
	width: 100%;
    padding: 0px;
}

.btn-currnt-issue:active{
	background-color: #333;
}
.btn-online-first:active{
	background-color: #333;
}
.btn-upcoming-article:active{
	background-color: #333;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
   /* border-bottom-right-radius: 0;*/
}

.journal-original-research-list{
	border: 1px solid #333;
    /*height: 205px;*/
    margin-bottom: 25px;
    padding: 15px 15px 15px 0px;
}

.journal-original-research-list.upcomingarticle{
    border: 1px solid #333;
    height: 130px;
    margin-bottom: 25px;
    padding: 5px 15px 15px 0px;
}

.journal-original-research-list div label span{
	font-weight: 100;
}

.journal-original-research-list .journal-sublinks a{
	padding: 5px;
	text-decoration: underline;
}

.journal-original-research-list .journal-sublinks a.sublinks-first{
	padding-left: 0px;
}

.journal-original-research-list h4 a{
	text-decoration: underline;
line-height:1.5;
}
.booklist h4 a{
line-height:1.5;
}

a.btn.btn-primary.btn-subscribe-journal {
    margin-top: 10px;
}
.articlestab{
padding: 13px;
}
div#abstract {
    text-align: justify;
}
label span{
    font-weight: 100 !important;
}
/*.bookdetails_title {
overflow: hidden; 
white-space: nowrap;
text-overflow: ellipsis;
}*/
.first-advertise{
    padding: 0px;
}
.home-first-advertise img{
    height: 100px;
    width: 100%;
    border: 1px solid #333;
    background-color: white;
    /*margin-bottom:10px;*/
}

.home-first-advertise.thumbnail{
    margin-bottom: 0px;
}
.home-second-advertise.thumbnail{
    margin-bottom: 0px;
}
.home-second-advertise img{
    height: 107px;
    width: 100%;
    /*padding: 0px;*/
    border: 1px solid #333;
    background-color: white;
}
.first-advertise img{
    height: 100px;
    width: 100%;
    border: 1px solid #333;
    background-color: white;
    /*margin-bottom:10px;*/
}
.second-advertise img{
    height: 107px;
    width: 100%;
    /*padding: 0px;*/
    border: 1px solid #333;
    background-color: white;
}
.second-advertise{
    padding: 0px;
}

.relatedbook{
    padding: 0px;
}
.relatedbook h4{
    color: #777;
    text-align: center;
}
.relatedbook a img{
    height: 190px;
    width: 100%;
    /*border: 1px solid #333;*/
    background-color: white;
    margin-bottom:10px;
    object-fit: contain;
}
.relatedjournal{
    padding: 0px;
}

.relatedjournal h4{
    color: #777;
    text-align: center;
}
.relatedjournal a img{
    height: 190px;
    width: 100%;
    /*border: 1px solid #333;*/
    background-color: white;
    margin-bottom: 10px;
    object-fit: contain;
}

.relatedarticle{
    padding: 0px;
}
.relatedarticle h4{
    color: #777;
    text-align: center;
}
.relatedarticle a img{
    height: 190px;
    width: 100%;
    /*border: 1px solid #333;*/
    background-color: white;
    margin-bottom:10px;
    object-fit: contain;
}
.relatedchapter{
    padding: 0px;
}

.relatedchapter h4{
    color: #777;
    text-align: center;
}
.relatedchapter a img{
    height: 190px;
    width: 100%;
    /*border: 1px solid #333;*/
    background-color: white;
    margin-bottom: 10px;
    object-fit: contain;
}

.advertisement-panel img{
    width: 100%;
    height: 404px;
    object-fit: contain;
}

.chief-editor-edit-panel {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 5px;
}
.user_editor{
    margin-top: 7px;
}
.page-heading{
    margin-top: 0px;
}
/*.journal_dropdown{
    margin-top: 18px;
}*/
.alph-btn{
    width: 44.6px;
}
.alph-btngroup{
    margin-left: 18px;
}
.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}


/*------------------------------------------------*/

.address-panel .address-title{
    font-size: 18px;
    padding-bottom: 10px;
}

.address-panel .address-type-column{
    padding: 0px;
}

.address-panel .address-description-column{
    font-weight: 100;
}
.home_journal{
    min-height: 815px;
    background: #F4F4F4;
    border: 1px solid #ddd;
}

.home_journal .panel-body.journalname>h2,
.home_journal .panel-body.journalname>h4{
    margin: 0 0 20px;
    font-size: 18px;
}
.home_latestjournal{
    min-height: 815px;
    background: #F4F4F4;
    border: 1px solid #ddd;
}

.home_latestjournal .panel-body.journalname>h2,
.home_latestjournal .panel-body.journalname>h4{
    margin: 0 0 20px;
    font-size: 18px;
}
.home_book .panel-body.journalname>h2,
.home_book .panel-body.journalname>h4{
    margin: 0 0 20px;
    font-size: 18px;
}
.home_latestjournal{
    min-height: 815px;
    background: #F4F4F4;
    border: 1px solid #ddd;
}
.home_latestjournal1{
    height: auto !important;
    background: #F4F4F4;
    border: 1px solid #ddd;
}

.home_book{
    min-height: 815px;
    background: #F4F4F4;
    border: 1px solid #ddd;
}
/* The Journals/e-Books/BookStore panels can hold a different number of items
   each, so their natural content height varies. Stretch all three columns to
   match the tallest one, then pin each panel's "View All" link to the bottom
   of its own panel -- keeps the three links aligned on one line regardless of
   how many items are in each list, without clipping or overlapping content. */
.home-panels-row{
    display: flex;
    flex-wrap: wrap;
}
.home-panels-row > [class*="col-"]{
    display: flex;
}
.home-panels-row .latest-artist-panel{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.home-panels-row .panel-body.journalname{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.home-panels-row .panel-body.journalname > .link-view-more{
    margin-top: auto;
    margin-bottom: auto;
    align-self: flex-end;
}
@media (max-width: 767px){
    .home-panels-row{
        display: block;
    }
    .home-panels-row > [class*="col-"]{
        display: block;
    }
    .home-panels-row .latest-artist-panel{
        display: block;
    }
    .home-panels-row .panel-body.journalname{
        display: block;
    }
}
.row.home-journal-list {
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
@media (min-width: 992px){
    .row.home-journal-list{
        display: flex;
        align-items: center;
    }
}
.home-journal-list h4.overflow-ellipsis{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height:1.5;
}
/* ISSN/ISBN/DOI lines could be long enough to wrap, making Journals list
   items taller than the e-Books/BookStore ones next to them even though all
   three columns share the same layout. Force these to one line each so every
   column keeps the same per-item rhythm; the link itself stays fully
   clickable even when its visible text is cut off. */
.home-journal-list .metadata-line{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.home-journal-list .metadata-line a{
    color: inherit;
}
.alph-btngroup .btn-group a{
    background-image: none;
}
.alph-btngroup .btn-group a:hover{
    box-shadow:none;
    border-color:#0080FF;
    color:#0080FF;
    background-color: #fff;
}
.alph-btngroup .btn-group a.active{
    box-shadow:none;
    border-color:#0080FF;
    color:#0080FF;
    background-color: #fff;
}
.userside-legand{
    margin-bottom: 0px !important;
}

.padding-zero{
    padding-left: 0px;
}
.pdf-img{
    height: 60px;
}
.editorial-poli{
    margin-top: 45px;
}
.book-about-text{
    line-height: 1.7;
}
/* Book descriptions are often pasted from Word by admins, which embeds inline
   line-height/margin styles (e.g. style="line-height:85%") directly on every
   paragraph and span. Inline styles beat stylesheet rules, so override them
   here for readability without touching the stored content itself. */
.book-about-text, .book-about-text * {
    line-height: 1.7 !important;
}
.book-about-text p {
    margin-bottom: 12px !important;
}
/* The cramped-line issue isn't limited to the "Summary of Book" field -- the
   same Word-paste artifact (class="MsoNormal", inline line-height:85% etc.)
   shows up in other admin-entered fields too (e.g. book_short_title, shown
   near the top of the book detail page). Target the artifact class itself so
   this is fixed everywhere it appears, not just one field's wrapper. */
.MsoNormal, .MsoNormal * {
    line-height: 1.7 !important;
}
.MsoNormal {
    margin-bottom: 12px !important;
}
.pdf-name{
    margin: 16px 21px;
}
.pdf-download{
    margin: 12px 100px;
}
.msg-row{
    margin-bottom: 98px ! important;
}
.msg-body{
    margin: 100px 2px 3px 266px;  
}
.corrected-proof{
   margin-left: 0px ! important;
}
.copyright-btn{
    margin-left: 11px;
}
.proof-list{
    margin-left: 12px !important;
}
.popup-btns{
    margin-top: 20px;
}
.btn-radios{
    margin-left: 4px !important;
}
.second-radio{
    margin-left: 15px !important;
}
.radios-btn{
    margin-left: 9px !important;
}
.progress-label{
    margin-left: 37px;
}
.comment-area{
  margin-left: 10px;  
}
.progress-bar-success{
    color: red !important;
}
.progress-bars{
    background-color: rgba(0, 55, 212, 0.8);
    height: 10px;
}
.next-progress{
    margin-left: 2px;
}
.progress-second{
    margin-left: 41px;
}
.report-text{
    margin-left: 31px;
}
.publisher-action{
    margin-left: 20px;
}
.btn-view-authorinfo{
    margin-left: 198px;
}
.btn-help{
    border-radius: 50%;
}

blockquote{
  display:block;
  background: #fff;
  padding: 12px 20px 12px 25px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, 'Noto Sans Devanagari', serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 10px solid #008080;
  border-right: 2px solid #008080;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\f105"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-size: 30px;
  font-weight: bold;
  color: #999;
  font: normal normal normal 30px/1 FontAwesome;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
/*.btn-submit-proof{
    margin-left: 48px;    
}*/
.submit-cpyright{
    margin-left: 11px;
}

label.normal-text{
    padding-top: 7px;
    font-weight: 100 !important;
}
.price-table{
    background-color: #fff !important;
}
.exist-user{
   margin-left: 35px !important;
}
.cart-login{
    border-style: ridge;
    float: none;
    margin: 31px auto 44px auto !important;
    clear: both;
}
.home-signin{
    margin: 30px auto 0px auto !important;
}
div#dataTables-search_paginate {
    margin-left: 250px;
}
div#dataTables-cart_paginate {
    margin-left: 207px;
}
.btn-view-reviewer{
    margin-left: 200px;
}
.ui-widget-header {
    border: 1px solid #2196F3 !important;
    background: #2196F3 !important;
}
span.ui-slider-handle.ui-state-default.ui-corner-all{
     border: 1px solid #9E9E9E !important;
    background: #9E9E9E !important;
}
.payment-radio{
    margin-top: 16px;
}
.reg-successBox{
    font-size: 16px;
}
.prod-pricelist table, th, td{
    border: 1px solid black;
    border-collapse: collapse;
}
.prod-pricelist th, td {
    padding: 12px;
}
.prod-pricelist table{
    width: 67%;
    margin-left: 91px;
}
.visitor-header{
    color: #fff ! important;
}
.subscribe-btn{
    width: 67%;
}

.navbar-home{
    position: inherit ! important;
}
.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.cor-proof{
    margin-left: 57px ! important;
}

.portal-signin-welcome-msg-panel{
    font-size: 17px;
    text-align: justify;
    color: #7c7c7c;
}
.navbar-brand a{
    color: #fff;
}
.order-tbl{
    margin-top: 21px ! important;
}
.last-btn{
    margin-left: 946px;
}
.policies-panel .panel{
    border: 0px;
}
.metabook-content{
    width: 955px;
    margin-right: 251px;
}
.bookdtail-panel{
    width: 82%;
}
.detail-panel{
    width: 81%;
}
.article-center{
    text-align: center;
}
.article-html{
    margin-top: 24px;
}
.html-label{
    /*margin-top: 15px;*/
}
.article-data{
    margin-top: 7px;
    margin-left: 16px;
}
.title-article{
    width: 30%;
}
.aricle-img{
    height: 100px;
    width: 80px;
    margin-bottom: 10px;
}
.article-para{
    margin-top: 7px;
}
.follow-btn{
    cursor:default;
}
/********************************/
@media (min-width: 320px) and (max-width: 767px) {
    .portal-userlist{
        background-color: rgba(40, 38, 38, 0.77);
    }
    .divider.visitor-divider{
        display:none;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff ! important;
    }
    ul.visitor-nav{
        margin: 0px ! important;
    }
    .journalbackground.jornal-default{
        height: 75px ! important;
        margin-right: 150px;
    }
    .odt-table{
        margin-left: 1px ! important;
    }
    .latest-artist-panel{
        /*height: 550px ! important;*/
    }
    #myCarousel .col-md-9.jdetalis label.col-md-2 {
        width: 44%;
    }
    .cont-left{
       margin: -35px 0px -1px 94px
    }
    .journalname .col-md-8 {
       padding-left: 18px;
    }
    .resp-journal{
        margin-top: 12px ! important;
    }
    .journaldetails img {
        width: 76px;
        height: auto;
    }
    .home_journal, .home_latestjournal, .home_book, .latest-artist-panel {
        height: auto !important;
    }
    /*.view-more-book {
        bottom: 106px;
    }*/
    .link-view-more {
        position: static;
        float: none !important;
        display: block;
        text-align: right;
        padding: 15px 0;
    }
    .row.home-journal-list {
        padding: 0px 0px 9px 0px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 8px;
    }
    .journalbtn-bottom{
        margin-bottom: 12px;
    }
    .msg-body {
        margin: 57px 0px 0px 0px;
    }
    .scrolable{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: auto;
    }
    .mobile-padding {
        padding-left: 134px;
        margin-top: -27px;
    }
    .article-title{
        text-align: left ! important;
    }
    .nav>li>a.home-menu {
        padding: 10px 30px;
    }
    .details-journals-panel .journal-details-panel label.responce-journal {
        width: 62%;
        text-align: left;
    }
    .details-journals-panel .journal-details-panel .responce-jdata {
        width: 82%;
        padding-left: 16px;
    }
    .reboard-padding{
        padding-left: 30px;
    }
    .epolicy-msg{
        font-size: 16px ! important;
    }
    .journal-tree{
        width: 185px;
    }
    .tree-padding{
        padding-right: 0px;
        padding-left: 0px;
        margin: 0px -11px 0px -22px;
    }
    .jarticle-img{
        width: 32%;
    }
    .research-block{
        height: 275px ! important;
    }
    .research-block{
        height: 275px ! important;
    }
    .home-second-advertise.thumbnail {
        margin-bottom: 0px;
        width: 70%;
        margin-left: 45px;
    }
    .home-first-advertise.thumbnail {
        margin-bottom: 0px;
        width: 70%;
        margin-left: 45px;
    }
    .logo-thumbnail{
        width: 70%;
        margin-bottom: 6px;
        margin-left: 45px;
    }
    .pdf-column{
        text-align: center;
    }
     .pdf-column.pdf-name{
        margin-bottom: 0px;
    }
    .signin-error{
        margin: 0px ! important; 
    }
    .alph-btngroup .btn-group .btn{
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .home-second-advertise.thumbnail {
        margin-bottom: 5px;
    }
    .home-second-advertise img,
    .home-first-advertise img {
        height: 100px;
        width: auto;
    }
    .home-first-advertise.thumbnail {
        margin-bottom: 5px;
    }
    .col-md-2.journallist,
    .col-md-2.booklist{
         width: auto; 
    }
    .col-md-8.journallist,
    .col-md-8.booklist{
        width: 64%;
    }
    .alph-btngroup .btn-group .btn{
        margin-bottom: 5px;
    }
    .second-advertise img{
        height: 100px;
    }
    .bookdtail-panel {
        width: 100%;
    }
}

.bs-docs-sidebar.affix-top {
    position: fixed;
    top: 240px !important;
    width: 263px;
}
.bs-docs-sidebar .nav>li>a:focus, .bs-docs-sidebar .nav>li>a:hover {
    padding-left: 19px;
    color: #0080ff !important;
    text-decoration: none;
    background-color: transparent;
    border-left: 1px solid #0080ff !important;
}
.bs-docs-sidebar .nav>.active:focus>a, .bs-docs-sidebar .nav>.active:hover>a, .bs-docs-sidebar .nav>.active>a {
    padding-left: 18px;
    font-weight: 700;
    color: #0080ff !important;
    background-color: transparent;
    border-left: 2px solid #0080ff !important;
}
.bs-docs-sidebar .nav>ol>li>a:focus, .bs-docs-sidebar .nav>ol>li>a:hover {
    color: #0080ff !important;
    text-decoration: none;
    background-color: transparent;
    border-left: 1px solid #0080ff !important;
}
.bs-docs-sidebar .nav>ol .active:focus>a, .bs-docs-sidebar .nav>ol .active:hover>a, .bs-docs-sidebar .nav>ol .active>a {
    font-weight: 700;
    color: #0080ff !important;
    background-color: transparent;
    border-left: 2px solid #0080ff !important;
}
.bs-docs-sidebar .nav>ol>li>a {
    display: block;
    padding: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #767676;
}
.img-aricle-in-viewhtml {
    height: 130px;
    width: 100%;
    margin-bottom: 10px;
}
.bs-docs-sidebar {
    padding-left: 0px !important;
}
.author-photo img{
    width: 100%;
    /*border-radius: 50%;*/
}
.reference_sequence{
    float:left; 
    margin-right:7px;
}
.reference-text{
    float:left; 
    width:95%;
}
.reference-crossref{
    margin-top: -10px;
    margin-bottom: 10px;
}
.side-corner-tag {
    overflow: hidden;
}
.side-corner-tag p {
    display: inline;
}

.side-corner-tag p span {
    position: absolute;
    display: inline-block;
    right: -17px;
    box-shadow: 1px 1px 10px rgb(41, 41, 41), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    font-size: 10px;
    background: #d93131;
    width: 61px;
    padding: 0px 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.journal-original-research-list.scolar-profile-reviewership{
    height: 110px;
    margin-bottom: 0px !important;
}
.journal-original-research-list.scolar-profile-editorship{
    height: 130px;
    margin-bottom: 0px !important;
}
.share-plugin {
    z-index: 980000!important;
    cursor: pointer;
    margin-right: -12px;
    position: fixed;
    top: 35%;
    right: 0;
    width: 50px;
}
.share-plugin .sharethis-inline-share-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.share-plugin .st-btn {
    margin: 6px 0 !important;
    float: none !important;
}
.share-plugin .st-btn .st-label {
    display: none !important;
}
/* Kept at the raw viewport edge (right:0, set above) so it lines up
   horizontally with ShareThis's own Privacy/consent badge in the corner,
   which is also anchored to the browser edge rather than the content
   container. */
.mi {
    color: #333 !important;
}
.img-home-journal-book-open-access{
    height: 15px;
    position: absolute;
    top: -11px;
    right: 6px;
}
.img-home-slider-open-access{
    height: 20px;
    margin-top: 1px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
}
.side-corner-tag p span.span-open {
    position: absolute;
    display: inline-block;
    right: -17px;
    box-shadow: 1px 1px 10px rgb(41, 41, 41), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    font-size: 10px;
    background: #d93131;
    width: 61px;
    padding: 0px 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


.scrolable-tree ul:first-child{
     padding-left: 10px;
}

.scrolable-tree .volume-ul{
    padding-left: 22px;
}
.scrolable-tree{
    padding : 0px !important;
}

.scrolable-tree li{
    padding: 10px 2px 0 2px !important;
}
.journal-issue-tree{
    cursor: pointer;
}
.shop-products-main-block {
  padding-bottom: 20px;
}
.shop-products-dtl-main {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shop-products-block {
  border: 1px solid #EFEDE2;
  margin-bottom: 30px;
  padding: 0px;
}
.shop-products-block:hover .shop-products-dtl-main {
  background-color: #3A3A3A;
}
.shop-products-block:hover a,
.shop-products-block:hover span {
  color: #FFF;
}
.shop-products-block:hover a:hover {
  color: #739D52;
}
.shop-products-img {
  background-color: #F9F9F9;
  position: relative;
}
.shop-products-img img {
  padding: 0px 0;
  margin: 0 auto;
      width: 100%;
    height: 225px !important;
    object-fit: contain;
}
.shop-products-dtl {
 padding: 10px 8px 5px 8px;
  border-top: 1px solid #EFEDE2;
  border-bottom: 1px solid #EFEDE2;
  min-height: 65px;
  text-align: center;
}
.shop-products-dtl .shop-products-name a{
  font-size:15px;
}
.shop-products-name {
  padding-bottom: 10px;
}
.shop-products-name a {
  font-family: 'Lato', 'Noto Sans Devanagari', sans-serif;
  line-height: 1.5;
}
.shop-products-rating {
  padding-bottom: 10px;
}
.shop-products-rating li {
  display: inline-block;
}
.shop-products-rating i {
  color: #6F6661;
}
.shop-products-rating .active {
  color: #739D52;
}
.shop-products-price {
  color: #739D52;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
}
.shop-products-price span {
  color: #6F6661;
  text-decoration: line-through;
}
.shop-products-footer {
  padding: 5px 5px;
}
.shop-products-footer a {
  color: #6F6661;
}
.shop-products-footer a i {
  margin-right: 5px;
}
.promo-text {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  padding: 0 3px;
  border-radius: 2.5px;
  background-color: #FF0000;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.shop-products-price {
  color: #739D52;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.8px;
}
.shop-products-price span {
  color: #6F6661;
  text-decoration: line-through;
}
.shop-products-rating li {
    display: inline-block;
}
.shop-products-rating {
    padding-bottom: 0px;
}

.shop-products-dtl .shop-products-name a{
  font-size:15px;
}
.shop-products-name {
    padding-bottom: 5px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shop-products-name a {
  font-family: 'Lato', 'Noto Sans Devanagari', sans-serif;
  line-height: 1.5;
}
.top-selling-block .shop-products-price span {
  color: #7C746E;
}
@media(max-width:992px) {
  .top-selling-block .shop-products-price {
    font-size: 17px;
  }
}
.top-selling-block .shop-products-price span {
  color: #7C746E;
}

.shop-products-footer{
    font-size: 24px;
}

.shop-products-rating ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-price{
    text-align: left;
    float: right;
    padding-left: 0px;
}

.left-price{
    float: left;
    text-align: right;
}

.comment-form {
    margin-top: 32px;
    margin-bottom: 15px;
}

.comment-form textarea.form-control { 
  height: 140px;
}
.comment-form ::-webkit-input-placeholder { 
  line-height: 2;
  letter-spacing: 0.7px;
}
.comment-form ::-moz-placeholder { 
  line-height: 2;
  letter-spacing: 0.7px;
}
.comment-form ::-ms-input-placeholder {
  line-height: 2;
  letter-spacing: 0.7px; 
}
.comment-form ::-o-input-placeholder { 
  line-height: 2;
  letter-spacing: 0.7px;
}
.comment-form .btn-default {
  margin-top: 10px;
  border-radius: 2px;
  background-color: #6F6661;
  padding: 12px 15px 8px;
  font-weight: 500;
}
.comment-form .btn-default:hover {
  background-color: #739D52;
  color: #FFF;
}

.demo-table {border-spacing: initial;word-break: break-word;table-layout: auto;line-height:1.8em;color:#333;}
.demo-table ul{margin:0;padding:0;}
.demo-table li{cursor:pointer;list-style-type: none;display: inline-block;color: #dcd5d5;text-shadow: 0 0 2px #666666;font-size:24px;}
.demo-table .highlight, .demo-table .selected {color:#F4B30A;text-shadow: 0 0 1px #F48F0A;}
.badge {
    background-color: #6394F8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart {
  margin: 20px 0;
  float: right;
  background: white;
  width: 320px;
  border-radius: 3px;
  padding: 20px;
  display: block;
    z-index: 1000016;
    position: absolute;
    right: 3%;
    top: -0.5%;
  }
  .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    
  }
    .shopping-cart-total {
      float: right;
    }
  
    .shopping-cart-items {
        padding-top: 2px;
        padding-left: 0px;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 370px;
    }
      .shopping-cart-items li {
        margin-bottom: 18px;
      }

    .shopping-cart-items img {
      float: left;
      margin-right: 12px;
      width: 100%;
    }
    
    .shopping-cart-items .item-name {
      display: block;
      padding-top: 0px;
      font-size: 16px;
    }
    
    .shopping-cart-items .item-price {
      color: #6394F8;
      margin-right: 8px;
    }
    
    .shopping-cart-items .item-quantity {
      color: #ABB0BE;
    }

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button-checkout {
  background: #6394F8;
  color:white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
  
}
.button-checkout:hover{
    background: lighten(#6394F8, 3%);
}

    .shopping-cart ul li{
        display: inline;
        padding-left: 20px;
    }
   .shopping-cart ul li a {
         color: #777777;
        text-decoration: none;
    }
    .shopping-cart ul li a:hover {
          color: black;
    }

.input-quantity{
    width: 22%;
    height: 32px;
    padding: 5px;
}

.modal-header.one {
    border: none;
    background:#0cb;/* #008080;*/
    padding: 1em 2em 1em 2em;
}
.modal-header.one  h3{
    color: #fff;
}
.modal-header.one button.close{
    color: #fff;
}
#order-modal table {
    width: 100%;
}
#order-modal table th {
    background: #0cb;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 12px;
    text-align: left;
}
#order-modal table tr {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    font-size: .95em;
}
#order-modal table tr td {
    background: #f3faff;
    color: #424242;
   
}
.order-details {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
    color: #646262;
    font-family: 'Montserrat', 'Noto Sans Devanagari', sans-serif;
    line-height: 1.5;
}
.align-right {
    text-align: right;
}
.order-details span {
    font-weight: 100;
}

.p-notin-stock{
    font-size: 16px;
    color: #e63427;
    font-weight: 700;
}

.span-in-stock{
    font-size: 18px;
    color: green;
    font-weight: 700;
}
#image-loader{display:none;position:fixed;width:100%;left:0;right:0;top:0;bottom:0;background-color:rgba(255,255,255,.7);z-index:50000;margin:0 auto!important;text-align:center;display:none}
#image-loader img{position:absolute;left:0;right:0;margin:0 auto!important;text-align:center;top:45%;text-align:center}

.shape {
    border-color: transparent #d9534f transparent transparent;
    border-style: solid;
    position: absolute;
    right: 1px;
    z-index: 9999;
    top: 1px;
    border-width: 0 50px 50px 0;
    float: right;
    height: 0;
    width: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.shape-text {
    color: #fff;
    font-size: 12px;
    position: relative;
    right: -24px;
    top: -7px;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
}

.bookstore-main-block .shape {
   right: 11px;
}

/* Loader Styling */
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7); /* Optional: Semi-transparent background */
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader img {
    position: fixed;
    top: 30%;
    left: 43%;
}

/* Prevent user interaction when loader is visible */
body.loading {
    pointer-events: none;
    user-select: none;
}
