@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400&display=swap');

html, body {
    background-color: var(--bs-secondary-bg);
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#mainNav.bg-light {
    background-color: var(--bs-body-bg) !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#mainNav > .container {
    padding: 0 2rem;
}
.navbar {
    font-family: 'Open Sans', sans-serif;
}
.nav-divider {
    height: 2.5rem;
    border-left: .1rem solid rgba(0,34,28,.1);
    margin: 0 1rem;
}
.navbar-brand {
    position: relative;
    max-width: calc(100% - 75px);
}
.navbar-brand img {
    max-width: 100%;
}
.navbar-brand .badge {
    background: #c00;
    border: 3px solid #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 13px;
    left: 143px;
    padding: 3px 4px;
    position: absolute;
    top: 30px;
    text-transform: uppercase;
    transform: rotate(-10deg) translate(20%, 20%);
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem 1rem;
    border: none;
    margin-left: auto;
    padding-left: 1.25rem;
    content: '';
    vertical-align: unset;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #4d609f;
    color: #fff;
}

#mainNav .nav-link.dropdown-toggle {
    border-radius: 0.75rem;
}
#mainNav .nav-link.show {
    background-color: var(--bs-light-bg-subtle);
}

.dropdown-menu {
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.1);
}
.search-dropdown-menu {
    border: 0;
    padding: 0.15rem;
    width: 375px;
    z-index: 1200;
}

#subNav {
    background-color: #4d609f;
    box-shadow: inset 0 -1rem 0.5rem -0.75rem rgba(0, 0, 0, 0.2);
    display: block;
    padding: 3rem 0;
}
#mainContent {
    margin: -2.5rem 0 0;
    padding-bottom: 3rem;
}
.content-box {
    background-color: var(--bs-body-bg);
    margin: 0 auto 2rem;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.1);
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
        width: 95%;
    }
}

#mainContent h1,
#mainContent h2,
#mainContent h3 {
    color: #4d609f;
    font-weight: 700;
    margin-bottom: 0.5em;
}
#mainContent h3,
#mainContent h4 {
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 0.25em;
}
#mainContent h1 {
    font-size: 2rem;
}
#mainContent h2 {
    font-size: 1.5rem;
}
#mainContent h3 {
    font-size: 1.25rem;
}

#mainContent a:not([class]) {
    color: #4d609f;
    text-decoration: underline dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
[data-bs-theme=dark] #mainContent a:not([class]) {
    color: #6778B1;
}
#mainContent a:not([class]):hover {
    text-decoration: underline;
}

#mainContent .nav-pills .nav-link {
    color: #364A8F;
}
[data-bs-theme=dark] #mainContent .nav-pills .nav-link {
    color: #6778B1;
}
#mainContent .nav-pills .nav-link:hover {
    text-decoration: none;
}
#mainContent .nav-pills .nav-link.active {
    background-color: #4D609F;
    color: #fff;
}

#bottomNav {
    margin: 4rem 0 -1rem;
    padding: 1rem;
}
#bottomNav .breadcrumb {
    padding: 0.2rem 0;
}
#bottomNav .breadcrumb-item a,
#bottomNav .breadcrumb-item.active,
#bottomNav .breadcrumb-item + .breadcrumb-item::before {
    color: #999;
    text-decoration: none;
}
#bottomNav .breadcrumb-item a:hover {
    text-decoration: underline;
}


footer {
    background-color: #4d609f;
    background-image: url('../images/splash_bottom.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% auto;
    box-shadow: inset 0 1rem 0.5rem -0.75rem rgba(0, 0, 0, 0.2);
}
footer > .container {
    padding: 0 2rem;
}
footer,
footer a,
footer a:hover,
footer a.nav-link,
footer a.nav-link:hover {
    color: #fff;
    text-decoration: none;
}
footer a:hover,
footer a.nav-link:hover {
    text-decoration: underline;
}

footer .btn,
footer .btn:hover {
    background-color: #9d132e;
    border-color: #9d132e;
}


/* Pagination colours
-----------------------*/
.pagination {
    margin-bottom: 1.25em;
}
.page-item {
    --bs-pagination-disabled-bg: var(--bs-body-bg);
}
.page-link {
    color: #4D609F;
}
.page-item.active .page-link {
    background: #4D609F;
    border-color: #4D609F;
}

.btn-primary {
    background: #4D609F;
    border: none;
}
.btn-primary:hover, .btn-primary:focus {
    background: #445693;
}
[data-bs-theme=dark] .btn-light {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #697AB5 !important;
}

textarea {
    width: auto;
}
.no-resize {
    resize: none;
}
label.missing {
    color: red;
}

td.fullwidth, th.fullwidth {
    text-align: center !important;
}
thead.sticky {
    --bs-table-bg: rgba(255, 255, 255, 0.75);
    position: sticky;
    top: 0;
}
[data-bs-theme=dark] thead.sticky {
    --bs-table-bg: rgba(56, 56, 56, 0.75);
}
.table_form input {
    margin-bottom: 0;
}
.pagination .wildcard {
    cursor: pointer;
}


/* Home page styling
----------------------*/
.homepage #mainContent > .container {
    padding: 0;
}

.homepage #subNav {
    background-image: url('../images/splash_top.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 30rem;
    padding: 8.5rem 0;
}
.homepage #mainContent {
    margin: -7rem 0 0;
    padding-bottom: 3rem;
}
.homepage .search-hero {
    margin-bottom: 5rem;
}
.homepage .search-hero h1 {
    color: #fff !important;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 400 !important;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.homepage .search-hero h1 > strong {
    font-weight: 700 !important;
}
.homepage .search-hero input {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.homepage .search-hero .editlink {
    text-align: right;
    margin-top: -234px;
    margin-right: 3.7rem;
}
.homepage .search-hero .editlink a {
    background: #a3ac01 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    color: #fff !important;
    margin-right: 5px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

.homepage p.lead {
    font-size: 1.1rem;
}

.homepage .carousel-inner,
.homepage :not(.carousel-item) > img.d-block {
    background-color: #4d609f;
    background-image: url('../images/splash_top.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 21rem;
    border: 1px solid var(--bs-secondary-bg);
    border-radius: 0.5rem;
}
[data-bs-theme=dark] .homepage img.d-block {
    filter: invert() hue-rotate(180deg) opacity(70%);
}

@media (min-width: 768px) {
    .homepage .search-hero h1 > span {
        display: block;
    }
}

@media (max-width: 992px) {
    .homepage .search-hero h1 {
        font-size: 1.4rem !important;
    }
    .homepage .content-box h1 {
        font-size: 1.25rem !important;
    }
    .homepage p.lead {
        font-size: 1rem !important;
    }
    .homepage .btn-lg {
        --bs-btn-font-size: 1rem;
    }

    .homepage .input-group-lg > .form-control,
    .homepage .input-group-lg > .form-select,
    .homepage .input-group-lg > .input-group-text,
    .homepage .input-group-lg > .btn {
        font-size: 1rem !important;
    }
}

@media (max-height: 700px) {
    .homepage #subNav {
        padding: 6rem 0;
    }
}


/* Universal search
---------------------*/
.scirevsearch {
    background: var(--bs-body-bg);
    border: 1px solid #ccc;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
.scirevsearch li {
    display: block !important;
    overflow: hidden;
    padding: 0.25rem 0.5rem;
}
.scirevsearch li:hover, .scirevsearch li.selected {
    background: #BBD0F0;
    cursor: pointer;
}
.scirevsearch li:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.scirevsearch .description {
    font-size: 0.8em;
    color: #777;
}


/* Headers above pages
------------------------*/
.content-title-box {
    margin-bottom: 1.5rem;
    padding: 0 2rem;
}
.content-title-box h1 {
    color: #fff !important;
    font-weight: 700;
    font-size: 2rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.content-title-box > .row > :last-child:not(:first-child) {
    text-align: right;
}
.content-title-box .btn {
    background: #a3ac01 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    color: #fff !important;
    margin-right: 5px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
.content-title-box .btn:hover {
    background: #b7bd47 !important;
}


/* Journal page
-----------------*/
.journal-page .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
#journal_info h4, #scirev_ratings h4,
#discipline_list h4, #related_journals h4 {
    font: 700 1.3em 'Open Sans', sans-serif;
    padding: 0;
    margin: 0 0 0.75em;
}
#journal_info h4 > span, #scirev_ratings h4 > span,
#discipline_list h4 > span, #related_journals h4 > span {
    color: #aaa;
}
#journal_info h4 > span:hover, #scirev_ratings h4 > span:hover,
#discipline_list h4 > span:hover, #related_journals h4 > span:hover {
    color: inherit;
}

#journal_info > div {
    margin-bottom: 1.5em;
    padding: 1.25em;
    overflow: auto;
}
#journal_info h4 {
    color: #4d609f;
}
#journal_info h6 {
    font-size: 1.05em;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.journal_info_meta:nth-child(2) {
    min-height: 10.2rem;
}
.journal_info_meta .info-meta {
    border: 1px solid var(--bs-secondary-bg);
    border-radius: 4px;
    display: block;
    font-size: 0.9em;
    padding: 1em 0;
    text-align: center;
    white-space: nowrap;
}
.journal_info_meta .info-meta.not-available {
    opacity: .6;
}

.journal_info_meta .info-meta > span {
    font-size: 1.25em;
}
.journal_info_meta .info-meta:hover {
    background-color: var(--bs-secondary-bg);
    border-color: #ccc;
    text-decoration: none;
    transition: all 0.5s ease;
}

#journal_cover a {
    display: block;
    margin-top: 12px;
    padding: 3px 5px;
    font-size: 14px;
}
#journal_meta .journal_cover_img {
    width: 100%;
}

#scirev_ratings > div {
    margin-bottom: 1.5em;
    padding: 1.25em !important;
}
#scirev_ratings h4, #discipline_list h4, #related_journals h4 {
    color: #888e11;
}
#scirev_ratings h6 {
    font-size: 1.05em;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

#scirev_ratings .rating {
    border: 1px solid var(--bs-secondary-bg);
    border-radius: 4px;
    color: inherit;
    display: block;
    font-size: 0.9em;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#scirev_ratings .rating .progress {
    margin: 0 1.5em;
}
#scirev_ratings .rating > span {
    font-size: 1.25em;
}
#scirev_ratings .rating:hover {
    background-color: var(--bs-secondary-bg);
    border-color: #ccc;
    text-decoration: none;
    transition: all 0.5s ease;
}

#journal_meta > div {
    margin-bottom: 1.5em;
    padding: 1em;
    overflow: auto;
}

.journal_aims {
    line-height: 1.5;
}
.journal_aims p:last-child {
    margin-bottom: 0;
}

#latest_review {
    line-height: 1.5;
    padding: 15px;
}
#latest_review > h4 {
    padding: 0;
}
.review_motivation {
    margin: 0;
    padding: 0;
}
.review_motivation > h6 {
    font-weight: bold;
    margin: 0;
}

#discipline_list .nav,
#related_journals .nav {
    margin-bottom: 0;
}
#discipline_list .nav > a,
#related_journals .nav > a {
    font-size: 14px;
    margin-top: 3px;
}

.journal-page .notice {
    background: #4d609f;
    border-radius: 1rem;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    z-index: 200;
    text-align: center;
}

.journal-page .notice > a {
    color: inherit !important;
}

.journal-page .pending-approval > * > * > * {
    opacity: 0.4;
}

#rating_summary {
    height: 65px;
    overflow: hidden !important;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#rating_summary .catch {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    right: 60px;
    top: 14px;
}
#rating_summary .byline {
    bottom: 14px;
    color: #6b6b6b;
    font-size: 13px;
    margin: 0;
    position: absolute;
    right: 60px;
}
#rating_summary .score {
    background: #4d609f;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    padding: 5px 6px;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 14px;
    width: 37px;
}
@media (max-width: 1200px) {
    #rating_summary .catch span {
        display: none;
    }
}


/* Questionnaire
------------------*/
#questionnaireForm fieldset {
    border-radius: 1em;
    margin-bottom: 2em;
    padding: 3em 12.5%;
}
#questionnaireForm legend {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    border: none;
}
#questionnaireForm .alert-info {
    --bs-alert-border-color: #a4dce8;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.1);
    color: #000;
    font-size: 1.1em;
    margin: 2rem auto;
    width: 77.5%;
}

@media only screen and (max-width: 992px) {
    #questionnaireForm fieldset {
        padding: 2.5em;
    }
    #questionnaireForm .alert-info {
        width: auto;
    }
}

.qswitchmode {
    clear: both;
    font-size: 1.1em;
    line-height: 24px;
    margin: 5px 0 15px;
}
.qswitchmode span {
    cursor: pointer;
    color: #364A8F;
}
.absolute_dates .role_absolute, .relative_dates .role_relative {
    display: block;
}
.absolute_dates .role_relative, .relative_dates .role_absolute {
    display: none;
}
#questionnaireForm .role_relative > input[type='number'] {
    width: 100px;
}

ul.fields {
    list-style: none;
}
fieldset#node_g0 .fields {
    margin-left: 0;
}
li#group_biascheck {
    margin: -0.5em 0 1em;
}
#node_g1 .qswitchmode, #node_c43 .qswitchmode {
    display: none;
}
.absolute_dates select, .initial_dates select {
    width: auto;
}
li#group_consent span {
    display: block;
}
li#group_consent div {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
li.continue_btnstrip {
    clear: left;
    margin-top: 1em;
}

.question.floatall_left {
    overflow: auto;
}
.question.floatall_left li, .question.floatall_left div.radio_option {
    float: left;
    margin-right: 1em;
}
.fields .prefix {
    margin-right: 10px;
}
.fields div.radio_inline, .fields div.radio_inline label {
    display: inline-block;
    margin: 2px 10px 2px 2px;
    line-height: 28px;
}
.fields div.radio_inline input {
    margin-right: 5px;
}
.review_mgmt_form .btn-success, .review_mgmt_form .btn-danger {
    color: #fff;
}

#questionnaireForm .journal-search {
    max-width: 500px;
}


/* Login screen
-----------------*/
.login .action-buttons :not(:first-child) {
    margin-left: 1em;
}

@media (max-width: 575px) {
    .login .action-buttons * {
        display: block;
        margin-left: 0 !important;
        margin-bottom: 1em;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}


/* Registration procedure
---------------------------*/
.registration_fields label:not(.form-check-label) {
    font-weight: bold;
    text-align: right;
}

.form-inline input, .form-inline select, .form-inline .checkbox input[type="checkbox"] {
    margin-right: 1em;
}
.discipline_fields {
    list-style: none;
    margin: 2em 0 0;
    padding: 0;
}
.discipline_fields > li {
    padding: 0;
    margin: 0 1.5em 0.8em;
}
.discipline_fields > li label {
   font-weight: bold;
}
.discipline_fields > li select {
    width: 220px;
}


/* Personal page
------------------*/
.personal-page {
    overflow: visible !important;
}

.personal-page select {
    width: auto;
}

.personal-page .action-buttons {
    margin-top: -3rem;
    padding-bottom: 1rem;
    position: relative;
}
.personal-page .action-buttons .dropdown-menu {
    max-width: 250px;
}
.personal-page .action-buttons .dropdown-menu li a {
    text-overflow: ellipsis;
    overflow: hidden;
}

#new-manuscript {
    display: none;
    left: auto;
    max-width: 525px;
    padding: 1rem;
    right: 0;
    top: 2.25rem;
    width: auto;
}
#new-manuscript button.bottom {
    bottom: 1rem;
    position: absolute;
    right: 14px;
}

.manuscript-table > tbody > tr.odd > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

tr.first_header th {
    padding-bottom: 3px;
}
tr.second_header th {
    padding-top: 3px;
}

#add-journal {
    max-width: 380px;
    width: 380px;
    padding: 0.5rem;
}
#search-discipline {
    max-width: 380px;
    width: 380px;
    padding: 0.5rem;
}
#add-journal .btn-light,
#search-discipline .btn-light {
    position: absolute;
    top: 4px;
    right: 4px;
}


/* Paid peer review
-----------------*/
.nojournals {
    margin-top: 15px;
}
#keywords-discipline .input-prepend {
    margin-right: 50px;
}
#paidpeerreviewform .btn-group > .btn {
    margin: -4px 0;
    padding: 4px 12px;
    font-size: 12px;
}
#questionnaire-link tr td {
    cursor: pointer;
}

#questionnaire-link tr:hover td {
    background: #364a8f !important;
    color: #fff;
}
#paidpeerreviewform > fieldset {
    margin: 20px 0 0 0;
    width: 49%;
    box-sizing: border-box;
}
#paidpeerreviewform > fieldset.full {
    width: 100%;
}
#paidpeerreviewform h4 {
    margin: 0 0 10px;
}
#paidpeerreviewform .btn-primary {
    background: #a3ac01;
}
#paidpeerreviewform .editdelete {
    text-align: right;
}

#publications-table td .btn {
    margin: -4px 0;
    padding: 4px 12px;
    font-size: 12px;
    background: #a3ac01;
}
#publications-table th {
    text-align: left;
}
p.bold {
    font-weight: bold;
}
#scientific_position_other_div {
    margin-top: 10px;
}

/* Modals */
.modal.wide .modal-dialog {
    max-width: 640px;
}


/* Team page
--------------*/
.team-section .profile > a {
    color: var(--bs-body-color) !important;
    text-decoration: none !important;
}
.team-section .avatar img {
    width: 200px;
}
.team-section .profile:hover .avatar img {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.team-section .profile:hover .name,
.team-section .profile:hover .job-title {
    color: #4d609f;
}
.team-section .profile .biography {
    height: 4.5rem;
}
.team-section .orcid img,
.team-section .publons img,
.team-section .researchgate img {
    height: 1.25rem;
    margin-top: -0.3rem;
    vertical-align: middle;
    width: 1.25rem;
}


/* Review listing
-------------------*/
div.review-listing-container {
    font-size: 0.9rem;
}
.review-listing .filterform {
    font-size: inherit;
    margin-bottom: 18px;
    position: relative;
    white-space: nowrap;
}
.review-listing #titlesearch {
    width: 300px;
}
.review-listing button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 5px 12px !important;
}

.review-listing .review-headers {
    background: var(--bs-secondary-bg);
    border-bottom: 1px solid rgba(33, 37, 41, .25);
    clear: both;
    padding: 0.5rem 0 .75rem;
}
.review-listing .review-headers > div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-listing .even,
.review-listing .odd {
    border-bottom: 1px solid rgba(33, 37, 41, .25);
    padding: 1.25rem 0;
}
.review-listing .odd .row:last-child,
.review-listing .even .row:last-child {
    padding-top: 0.5rem;
}
.review-listing .odd .row:first-child,
.review-listing .even .row:first-child {
    padding-top: 0;
}

.review-listing .even {
    background-color: var(--bs-secondary-bg);
}

.review-listing .progress {
    width: 75%;
}


/* Discipline listing
-----------------------*/
div.discipline-listing {
    margin: 0 -2rem;
}

.discipline-listing .disc-headers {
    background: var(--bs-secondary-bg);
    border-bottom: 1px solid rgba(33, 37, 41, .25);
    clear: both;
    padding: 0.5rem 0 .75rem;
}
.discipline-listing .disc-headers > div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.discipline-listing .even,
.discipline-listing .odd {
    border-bottom: 1px solid rgba(33, 37, 41, .25);
    padding: 1.25rem 0;
}
.discipline-listing .row:last-child {
    padding-top: 0.5rem;
}
.discipline-listing .row:first-child {
    padding-top: 0;
}

.discipline-listing .even {
    background-color: var(--bs-secondary-bg);
}
.discipline-listing .hilighted {
    background-color: #ffffdd;
}
[data-bs-theme=dark] .discipline-listing .hilighted {
    background-color: #676151;
}

.discipline-listing .progress {
    width: 75%;
}


/* Custom column orders
-------------------------*/
.col-half {
    width: 5%;
}
.order-6 {
    order: 6 !important;
}
.order-7 {
    order: 7 !important;
}
.order-8 {
    order: 8 !important;
}
.order-9 {
    order: 9 !important;
}
.order-10 {
    order: 10 !important;
}
.order-11 {
    order: 11 !important;
}
@media (min-width: 992px) {
    .order-lg-6 {
        order: 6 !important;
    }
    .order-lg-7 {
        order: 7 !important;
    }
    .order-lg-8 {
        order: 8 !important;
    }
    .order-lg-9 {
        order: 9 !important;
    }
    .order-lg-10 {
        order: 10 !important;
    }
    .order-lg-11 {
        order: 11 !important;
    }
}


/* Manuscript listings
------------------------*/
.manuscript-list-header {
    margin: 30px 0 20px;
}


/*--------------------------------------------------------------------------
    RESPONSIVE DESIGN
  --------------------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
    #featured_journal, #latest_reviews, #scirev_poll {
        display: none;
    }
    #searchtitleform h4, #searchdisciplineform h4 {
        height: auto;
    }
    #searchtitleform .buttonstrip, #searchdisciplineform .buttonstrip {
        display: none;
    }
    .searchline {
        margin: 1em 0 2em !important;
    }

    #static_sidebar h3 {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
    #static_sidebar h5 {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    #static_sidebar p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* Registration */
    .registration_fields label:not(.form-check-label) {
        text-align: left;
    }

    .page-item:not(.first, .last) {
        display: none;
    }

    .content-title-box,
    .content-title-box > .row > :last-child {
        text-align: center !important;
    }
}
