.peerj-announcement-fixed {
    display: none !important;
}

.control-group {
    margin-bottom: 15px !important;
}

.control-label {
    font-size: 15px;
    font-weight: 400;
}

.alert {
    margin-bottom: 10px;
}

/**/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b6b6b6;
    font-weight: 300;
}
input::-moz-placeholder {
    /* Firefox 19+ */
    color: #b6b6b6;
    font-weight: 300;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #b6b6b6;
    font-weight: 300;
}

/**/

.login-column {
    margin: 60px auto 0;
    max-width: 500px;
    padding: 0 10px;
}

.register-column input.oversize,
.login-column input.oversize,
.register-column select.oversize,
.login-column select.oversize
{
    height: 38px;
}

.user-layout-main.register-column {
    margin-top: 10px;
    min-height: 300px !important;
}

.login-column .create-account {
    margin-top: 20px;
}

.create-account-button-container {
    margin-top: 20px;
}

.login-column .login-site,
.register-column .login-site {
    color: #0078b7;
}

.login-column .form-horizontal .controls,
.login-column .page-top,
.register-column .page-top,
.login-column .create-account {
    margin-left: 180px;
}

.login-column .form-actions {
    padding-top: 0;
    padding-right: 0;
    margin-top: -7px;
    margin-bottom: 0;
    background: none;
    border: none;
}

.login-column .form-actions .btn-sign-in {
    margin-top: 6px;
    width: 140px;
    font-size: 1.3em;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
}

.login-column .option-row {
    width: 100%;
    float: left;
}

.login-column .option-row p {
    float: left;
    font-size: 14px;
}

.login-column .option-row .checkbox {
    float: right;
}

.login-column hr {
    margin: 0;
}

.login-column .lead,
.register-column .lead {
    margin-bottom: 25px;
    font-size: 30px;
}

.login-column .create-account .btn-success {
    margin-left: 8px;
    letter-spacing: 0.01em;
    font-size: 1.3em;
}

.login-column .create-account p span {
    font-style: italic;
}

#loginsubmit-academic-rank-other-row {
    margin-top: .5em;
}

#duplicate-account-well {
    margin-top: 20px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 14px 19px;
}

.duplicate-account-title {
    margin-bottom: 8px !important;
    font-weight: 500;
    color: #c09853;
}

#duplicate-account-well hr {
    border-top: 1px solid #bdbdbd;
}

.register-column .form-actions {
    background-color: #ffffff;
    border: none;
}

.back-to-log-in {
    padding-top: 20px;
    font-size: 16px;
}

.login-infobox-well {
    margin-top: 65px;
}

.infobox-checklist.login-infobox {
    margin-top: 19px;
}

.login-infobox-title {
    font-size: 23px;
    font-weight: 300;
    color: #a4a4a4;
}

.login-help-prompts {
    font-size: 15px;
    margin: 20px 0 0 0;
}

.login-help-prompts > li {
    list-style: none;
    line-height: 1.5em;
}

.login-help-prompts > li > i {
    font-size: 11px;
    margin-right: 3px;
    color: #696969;
}

.loginsubmit-input-help {
    margin-bottom: 0 !important;
}

.loginsubmit-input-help.checkbox {
    margin-top: 4px;
}

@media (max-width: 480px) {
    #loginsubmit-academic-rank br {
        display:none;
    }
}

@media (min-width: 480px) {
    #loginsubmit-academic-rank {
        margin-bottom: 9px !important;
    }
}

@media (min-width:768px) and (max-width:980px) {
    .first-name {
        width: 67% !important;
    }
    .last-name {
        width: 30% !important;
    }
}

@media (min-width: 768px) {
    .login-column .form-horizontal {
        width: 80%;
    }

    /* Fname/Lname 2-line split */
    .signup-names .last-name .control-label {
        margin-left: 10px;
        width: auto;
    }

    .signup-names .last-name .controls {
        margin-left: 15px;
    }

    .signup-names .controls {
        margin-bottom: 18px;
    }

    .signup-names .loginsubmit-input-help {
        position: absolute;
        margin-top: 4px;
    }

    .similar-accounts {
        margin-bottom: 0 !important;
    }

    .signup-names .alert {
        margin-top: 32px !important;
    }

}

@media (max-width: 479px) {
    .login-column {
        margin-top: 20px;
    }

    .login-column .form-horizontal .controls,
    .login-column .page-top,
    .register-column .page-top,
    .login-column .create-account {
        margin-left: 0;
    }

    .login-column .control-group {
        line-height: 1em;
        height: 30px;
    }

    .login-column .control-label {
        margin-left: 0;
    }

    .login-column .control-password {
        padding-top: 20px;
    }

    .login-column .form-actions {
        margin-left: 0;
        margin-top: 50px;
    }
}

@media (min-width: 980px) {
    .login-help-prompts {
        font-size: 15px;
        margin: 0;
    }
}

.peerj-announcement-fixed {
    display: none !important;
}

/** start modal dialog */
.loginsubmit-forms {
    display: none;
}

.loginsubmit-password-reset {
    display: none;
    color: #B6312F;
    font-weight: 200;
}

.loginsubmit-modal .modal-footer .btn {
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}

.loginsubmit-modal .modal-header {
    display: none;
    border-bottom: 1px solid #ddd;
    background: #F5F5F5;
    padding: 0 !important;
}

.loginsubmit-modal .modal-header-title {
    padding: 10px 15px 7px;
}

.loginsubmit-modal .modal-header h3 {
    color: #0088C9;
    text-align: left;
}

.modal-logo {
    display: none;
}

.loginsubmit-modal-body h5 {
    font-weight: 200;
    color: #888;
}

.loginsubmit-form-inputs {
    margin-left: 15px;
}

.loginsubmit-modal-label label {
    font-size: 20px;
    margin-top: 15px;
}

#submit-server-message {
    color: red;
    font-weight: 200;
}

.loginsubmit-modal form {
    margin: 0;
}

.loginsubmit-modal-body {
    height: 250px;
    overflow-y: auto;
}

.loginsubmit-modal-sidebar {
    display: none !important;
}


.loginsubmit-modal-sidebar p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
}

#modal-server-message {
    color: #B6312F;
    font-weight: 200;
}

.loginsubmit-input-help {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 300;
    color: #999;
}

#loginsubmit-show-email {
    display: none;
    margin-bottom: 8px;
}

#loginsubmit-show-email .loginsubmit-email-keyed {
    color: #0078b7;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-left: 5px;
}

#loginsubmit-show-password {
    cursor: pointer;
}

.loginsubmit-small-password-help {
    display: none;
    color: #999;
    font-weight: 200;
    font-size: 12px;
}

.journal-preference-row {
    margin-top: 15px 0;
}

.journal-preference-row .loginsubmit-modal-label label {
    margin-right: -7px;
    font-size: 16px;
    margin-top: 6px;
}

input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
}

.journal-preference-row .checkbox label {
    font-style: italic;
}

#loginsubmit-signup-form label,
.loginsubmit-modal-label label {
    font-weight: 300;
    font-size: 16px;
    margin-top: 6px;
}

.login-agreement {
    display: inline-block;
    font-size: 15px;
    margin-right: 18px;
    padding-top: 7px;
    color: #999;
    font-weight: 300;
}

.login-switch {
    font-size: 16px;
    font-weight: 300;
    color: #999;
}

#fos_user_registration_form_academicRank {
    height:31px;
}

#fos_user_registration_form_frequency {
    padding-left: 0;
}

#fos_user_registration_form_frequency > * {
    float:left;
}
#fos_user_registration_form_frequency > input {
    margin-right:6px;
    margin-left:0;
    margin-bottom: 8px;
}
#fos_user_registration_form_frequency > label {
    margin-right:16px;
    margin-top: 1px;
}

.signup-modal-title {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}

.login-signup-switch {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 11px;
    min-height: auto !important;
    font-weight: 300;
    color:#aeaeae;
}

.communication-preference-box {
    background: #f6f4d6;
    padding: 23px 27px 25px;
    color: #37474F;
    border-radius: 2px;
}
.communication-preference-box h2 {
    font-weight: 200;
    margin-bottom: 20px;
}


.communication-preference-label {
    font-size: 15px;
}

/* Large create account submit button */
#submitBtn {
    font-size: 1.3em;
}

@media (min-width: 540px) {
    .loginsubmit-modal .modal-header {
        display: block;
    }

    .modal-header-title h3 {
        font-weight: 400;
    }
}

@media (min-width: 768px) {
    .modal-logo {
        float: left;
        display: block;
        margin-right: 20px;
        background: #0088c9 !important;
        padding: 13px 15px 17px;
    }

    .loginsubmit-form-inputs {
        margin-top: 20px;
        margin-left: 0;
    }

    .loginsubmit-modal {
        width: 95% !important;
        left: 15px  !important;
        margin-left: 0px !important;
    }

    .loginsubmit-modal-sidebar {
        display: block !important;
        background: #F5F5F5;
        border-right: 1px solid #ddd;
        padding: 15px;
        height: 255px;
        overflow-y: auto;
    }

    .loginsubmit-modal-sidebar p {
        padding: 3px 5px;
    }

    .loginsubmit-modal-label {
        text-align: right;
    }
}

@media (min-width: 980px) {
    .loginsubmit-modal {
        width: 960px !important;
        left: 50%  !important;
        margin-left: -480px !important;
    }
    .loginsubmit-modal-body, .loginsubmit-modal-sidebar  {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .loginsubmit-modal-body, .loginsubmit-modal-sidebar  {
        height: 400px;
    }
}

/*Header*/
.article-status-header {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    padding: 12px 0;
    background: #edf8fd;
    color: #252525;
    /*box-shadow:inset 0px 0px 10px #C1E8FA;*/
}

.submission-progress-container h2 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 0;
}
.submission-progress-container a {
    text-decoration: none;
}

.submission-progress-container h2 small {
    font-weight: 200;
}

.peerj-submission-pager a {
    text-decoration: none !important;
}

.article-status-help-block {
    margin-bottom: 0;
}

.article-status-help-block span {
    margin-left: 40px;
}

.submission-title {
    color: #484848;
}

span#journalTitle {
    margin-left: 0px;
}

.actions-type-content {
    margin-left: 10px;
}

.actions-type-content span {
    color: #E00000;
}

.controls input[type="radio"] {
    float: left;
    margin-right: 5px;
}

.manuscript-validation-section {
    margin-bottom: 55px;
}

.manuscript-validation-section.submission-check {
    margin-bottom: 15px;
}

.manuscript-validation-section h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0 !important;
}

.article-summary-box {
    background:#fffaeb;
    padding:17px 20px 20px;
    font-weight:400;
}

.article-summary-box h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -5px;
}

.article-summary-box h2:first-of-type {
    margin-top: 0;
}

.technical-changes-title {
    color: #bf8f00;
    display: block;
    font-size: 21px;
    font-weight: 500;
    margin: 6px 0 13px;
}


/** lists */
ul.leadh2 li {
    line-height: 1.4;
    margin-bottom: 8px;
}

.submission-purple {
    color: #cd03d5;
}
.submission-orange {
    color: #e79129;
}
.submission-check-title {
    font-size: 20px;
    margin: 0 0 14px !important;
    font-weight: 500;
}
.submission-check-iframe {
    border:2px solid #e79129;
    width: 100%;
    height: calc(100vh - 128px);
}
.submission-checklist-container {
    background: #fce6fc;
    font-size:16px;
}
.submission-checklist-section {
    font-size: 15px;
    padding: 4px 0 2px;
    display: inline-block;
}
.submission-payment-confirm-container {
    font-size:16px;
}
.submission-checklist-container,
.submission-payment-confirm-container {
    padding: 1rem 1.4rem .4rem;
}

.review-pdf-notifications {
    padding: 12px 19px 6px;
    background: #f8f8f8;
    margin-top: 13px;
}

.review-pdf-notifications p {
    margin-bottom: 2px;
}
.review-pdf-notifications label {
    font-size: 16px;
}

ul.submission-checklist {

}
ul.submission-checklist li{
    margin-bottom: .8rem;
    display:flex;
    line-height:1.3rem !important;
    cursor: pointer;
}

ul.submission-checklist li i, ul.submission-checklist li i {
    margin-top:0px; margin-right:0.6rem;
    flex: 0 0 20px;
}

ul.submission-checklist span {
    color: #a9a9a9;
}

ul.submission-checklist .task-completed {
    /* disabled green updating of checks
    color: #1CA828; */
}

.checkbox-progressbar {
    margin-bottom:8px !important;
}

.manuscript-validation-section .submission-checklist > li {
    color: #484848;
    font-weight: 500;
    cursor: pointer;
}

.manuscript-validation-section .submission-checklist > li:hover,
li.final-check-ticked,
li.final-check-ticked i {
    /* color: #009731 !important; */
    color: #cd03d5;

}


/** Steps to complete */
.section-disabled {
    opacity: 0.3;
}

.step-heading {
    color: #000;
    font-weight: 400;
}

.submission-check-emphasis {
    font-size: 18px !important;
    font-weight: 500;
}

#preprintInquiryModal label {
    font-size: 13px;
    line-height: 19px
}

.infobox-checklist .icon-popup {
    font-size: 16px;
    margin: 0 0 0 5px;
    text-decoration: none;
}

/* remove rollovers on infobox button examples */
.edit-demo1 {
    background:#faa732 !important;
    color:#333 !important;
    cursor:default !important;
}
.edit-demo2,
.edit-demo3 .btn {
    background:#f5f5f5 !important;
    color:#333 !important;
    cursor:default !important;
}
/* end */

.popover-content {
    padding: 16px;
    color: #484848;
    font-size:16px;
    line-height:1.4em;
}

.popover-title {
    font-weight: bold;
    color: #484848;
    padding:10px 20px;
}

.help-block .popover span {
    font-weight: 500;
    color: #da7634;
}

.help-block .popover {
    line-height: 1.7em;
    font-size:15px;
    width:470px;
}

.submission-page-title {
    border-bottom: 1px solid #dfdfdf;
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 13px;
    padding-bottom: 6px;
    margin-top:2px;
}

#markupTitle,
#markupAbstract {
    margin-top: 30px;
    display: inline;
}

.important-text {
    color:#cb4e01;
}

body p,
body #wrap li {
    /* color:#484848; Removed to fix darkmode dark text in submission system */ 
    line-height: 1.5em;
}

#article-authors {
    font-size: 13px;
    color:#484848;
    margin:30px 0 50px 0;
}

#article-authors td {
    border-top: 1px solid #e6e6e6;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-top: 30px;
}

#article-authors td:first-of-type {
    padding-top: 20px;
}

#article-authors thead tr th {
    font-weight: 400;
    padding-bottom: 15px;
}

.numberCircle {
    background: #1e79b5;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    height: 20px;
    line-height: 1.09em;
    padding: 7px;
    text-align: center;
    width: 20px;
}

.tDnD_whileDrag .numberCircle,
.order-saving .numberCircle {
    color: transparent !important;
}

table.order-saving {
    opacity: 0.5;
}

.article-author-name .author-name {
    display: inline-block;
    font-size: 16px;
}

.btn-clear {
    background:none;
    border:none;
}

.author-col-author {
    width:48%;
}

.author-col-status {
    width:22%;
}

.author-col-actions {
    width:160px;
}

.icon-name-mismatch-warning {
    color: #f7a815;
}

/* AUTHOR & FILE LIST */

.drag-cell {
    cursor: move; /* ns-resize? */
}

.drag-cell:hover {
    background: #efefef;
}

.drag-cell .drag-arrow {
    font-size: 33px;
    margin-left: 8px;
    display: block;
    color: #d8d8d8;
}

.drag-cell:hover .drag-arrow,
.tDnD_whileDrag .drag-arrow {
    color: #1e79b5;
}

.icon-up-arrow::before {
    content: "\f0d8";
}

.icon-down-arrow::before {
    content: "\f0d7";
}

/* NEW INFO ICON */
.icon-info-sign::before {
    content: "\e604";
    font-size:22px;
    color:#c8c8c8;
}

.questiontooltip span {
    display: inline-block;
    line-height: normal;
}


/* FILE LIST ONLY */

.peerj_file_reorder_td.drag-cell .drag-arrow {
    font-size: 19px;
}

.peerj-paper-well {
    padding: 15px 21px 4px;
}

.peerj-paper-form .help-block {
    font-size:15px !important;
    line-height: 1.5em !important;
    margin: 0 !important;
    font-weight: 300 !important;
}

legend {
    margin-bottom:0;
}

.peerj-paper-form legend {
    text-indent:0;
    padding:17px 35px 16px 27px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.peerj-paper-form form {
    margin:0;
}

.paper-blue legend {
    background: #1e79b5;
}

.paper-blue form {
    /* background:#e7f1f8; */
}

.legacy-b2-wrap .peerj-paper-input-group {
    padding: 29px 35px 31px 27px;
}

#peerj-primary-container,
#peerj-supplemental-container,
#peerj-rebuttal-container {
    margin-top: 20px;
    margin-bottom: 45px;
}

.paper-keyword-form {
    margin-top:30px;
}

.article-author-invitation-text.confirmed,
.article-removed-author-invitation-text.confirmed,
.article-author-change-request-text.confirmed {
    color:#239700;
}

.article-author-invitation-text.invited,
.article-removed-author-invitation-text.invited {
    color:#d46900;
}

.article-author-invitation-text.declined
.article-removed-author-invitation-text.declined {
    color:red;
}

.peerj-paper-form legend span {
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15em;
    margin-bottom:1px !important;
    display:block;
}

.peerj-paper-form legend p {
    color:#fff;
    font-size:16px;
    margin-left:27px;
}

.peerj-paper-well h2 {
    color: #226bbf;
    margin-bottom: 9px;
    font-size: 23px;
}

/* this stops the author edit details text input boxes going skewiff between 980 and 1200 */
.peerj-paper-input-group .controls {
    margin-left:0;
}

.infobox-checklist li {
    list-style: outside none none;
    padding: 0 20px 0 43px;
    letter-spacing: 0.01em;
    line-height: 1.45 !important;
    margin: 0 0 20px;
}

ul.infobox-checklist{
    font-weight:300;
    margin:24px 0 0 0;
}


.infobox-checklist .icon-tickcircle,
.infobox-checklist .icon-info4 {
    color: #c8c8c8;
    font-size: 24px;
    margin-left: -42px;
    margin-top: 1px;
    position: absolute;
}

.infobox-checklist li ul {
    margin-left: 10px;
}

.infobox-checklist li li {
    padding: 0 !important;
    margin-top: 10px;
}
.infobox-checklist li li i {
    margin-right: 8px;
}
.infobox-text {
    padding: 5px 0 5px 2px !important;
}

.peerj-modal-body .icon-tickcircle {
    color:#cbcbcb;
}

.peerj-modal-body .active .icon-tickcircle {
    color: #ffffff;
}

.infobox-checklist .icon-info4 {
    font-size: 26px;
}

.leadh2 {
    font-size: 15px;
}

.add-help-text {
    cursor: pointer;
    color: #348EDA;
    font-style: italic;
}

.theme--dark .add-help-text {
    color: #8b9dff;
}

.form-preview {
    font-size: 11px;
    margin-bottom: 2px;
    color: grey;
    letter-spacing: 0.04em;
}

#owner-setting-form label.disabled {
    color: #999 !important;
}

.author-criteria-popup div {
    color: #ffffff !important;
}

@media (min-width: 980px) {
    #article-authors {
        font-size: 15px;
    }

    .peerj-paper-well {
        padding: 22px 27px 11px;
    }

    .peerj-paper-well h2 {
        font-size: 23px;
    }

    .leadh2 {
        font-size: 16px;
    }
}
