/* === GLOBAL === */

body {
    font-family: 'Roboto', sans-serif;
}

small {
    font-size: 12px !important;
}

.container {
    padding-left: 35px;
    padding-right: 35px;
}


/* === MODALS === */

.loading:after {
    content: '...loading';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-md-1,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.metadata {
    margin: 0 auto;
    width: 100%;
}

.v--modal-block-scroll {
    overflow: hidden;
    width: 100vw;
}

a {
    color: #207EB4;
}

.v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    opacity: 1;
}

.v--modal-overlay.scrollable {
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.dialog-c-text {
    padding: 13px;
    text-align: center;
}

.v--modal-overlay .v--modal-background-click {
    min-height: 100%;
    width: 100%;
}

.v--modal-overlay .v--modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.v--modal-overlay.scrollable .v--modal-box {
    margin-bottom: 2px;
}

.v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
}

.v--modal.v--modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
}

.v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}


/* ################
Overlays
################ */

.overlay-fade-enter-active,
.overlay-fade-leave-active {
    transition: all 0.2s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
    opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
    transition: all 0.4s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
    opacity: 0;
    transform: translateY(-20px);
}

.vue-modal-resizer {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: transparent;
    cursor: se-resize;
}

.vue-modal-resizer::after {
    display: block;
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
}

.vue-modal-resizer.clicked::after {
    border-bottom: 10px solid #369be9;
}


/* === DIALOG === */

.vue-dialog div {
    box-sizing: border-box;
}

.vue-dialog .dialog-flex {
    width: 100%;
    height: 100%;
}

.vue-dialog .dialog-content {
    flex: 1 0 auto;
    width: 100%;
    padding: 0;
    font-size: 14px;
}

.vue-dialog .dialog-c-title {
    font-weight: 600;
    padding-bottom: 15px;
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
}

/* === MISC === */

html {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #505050;
}

h1 {
    font-size: 32px;
    font-weight: Semibold;
}

h2 {
    font-size: 26px;
    font-weight: Semibold;
}

h3 {
    font-size: 20px;
    font-weight: Semibold;
}

h4 {
    font-size: 18px;
    font-weight: Semibold;
}

h5 {
    font-size: 16px;
    font-weight: semibold;
}


/* #jmir p {
    font-size: 16px;
    line-height: 24px;
} */

p .small {
    font-size: 14px;
    line-height: 22px;
}

.asterik::after {
    content: "*";
    color: red;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.modal-head span {
    position: relative;
    top: 11px;
    font-size: 18px;
    opacity: 0.6;
}

.modal-head span:hover {
    opacity: 1;
    cursor: pointer;
}

.account {
    margin: 20px auto;
}

.account ul {
    padding: 0;
}

.account h6 {
    margin: 0;
}

.account ul li {
    list-style: none;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    border-right: solid 1px #ccc;
    line-height: 26px;
}

.account ul li:last-child {
    border: 0;
}

span.orcid img {
    width: 16px;
}

.account ul li:first-child {
    padding-left: 0;
}

.account ul li span.orcid::before {
    background-image: url("images/orc.png");
    height: 16px;
    width: 16px;
    background-position: center;
}

.account ul li span {
    font-weight: bold;
}

.account .user-image img {
    height: 50px;
    margin-right: 14px;
    position: relative;
    bottom: 5px;
}

.user-account {
    margin: 20px auto;
}

.user-account .main-content {
    border: solid 1px #D3D3D3;
    padding: 20px;
    min-height: 600px;
}

.user-account .tabs ul {
    padding: 0;
    list-style: none;
}

.user-account .tabs ul li {
    border: solid 1px #ccc;
    border-right: 0;
    border-bottom: 0;
}

.user-account .tabs ul li:last-child {
    border-bottom: solid 1px #ccc;
}

.user-account .tabs ul li a {
    background-color: #F4F4F4;
    padding: 4px 40px 4px 10px;
    line-height: 34px;
    font-size: 14px;
    display: block;
    color: #838383;
    text-decoration: none;
    cursor: pointer;
}

.user-account .tabs ul li a:hover {
    background-color: #fff;
    color: #000;
}

.user-account .tabs ul li a.active {
    background-color: #fff;
    font-weight: bold;
    color: #000;
    border-left: solid 3px #207EB4;
}

.user-account .main-content ul.upload-pic {
    padding: 0;
    list-style: none;
}

.user-account .main-content ul.upload-pic li {
    display: inline-block;
}

.user-account .main-content ul.upload-pic li img {
    margin-right: 20px;
    width: 80px;
}

.child-featured {
    flex-grow: 1;
}


/* form css */

.user-account .main-content .form-group {
    width: 100%;
    display: inline-block;
}

.user-account .tabs {
    min-width: 218px;
}

.user-account p {
    font-size: 14px;
}

.user-account .main-content .form-group label {
    font-size: 14px;
    font-weight: bold;
    margin: 3px 0;
    padding: 0;
}

.user-account .main-content .form-group input,
.user-account .main-content .form-group select,
.user-account .main-content .form-group textarea {
    border-radius: 0;
    border-color: #B7B7B7;
}

.user-account .main-content .form-group input:hover,
.user-account .main-content .form-group select:hover,
.user-account .main-content .form-group textarea:hover {
    border-radius: 0;
    border-color: #207EB4;
    transition: ease 0.2s;
}

.user-account .main-content .form-group input:focus,
.user-account .main-content .form-group select:focus,
.user-account .main-content .form-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.user-account .main-content .form-group.prefix {
    width: 20%;
}

.user-account .main-content .password ul {
    padding: 0;
    list-style: none;
}

.user-account .main-content .password {
    padding-left: 50px;
}

.user-account .main-content .password ul li {
    font-size: 14px;
    line-height: 23px;
}

.user-account .main-content .form-group.city,
.user-account .main-content .form-group.country,
.user-account .main-content .form-group.state,
.user-account .main-content .form-group.zip {
    width: 24%;
    display: inline-block;
    margin-right: 5px;
}

.affiliation {
    background-color: #F4F4F4;
    padding: 10px 20px;
    margin: 0 0 20px;
    border: solid 1px #ccc;
    margin-top: 18px;
}

.user-account h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.email-checkbox input[type="checkbox"],
.email-checkbox input[type="radio"] {
    margin-bottom: 8px;
}

.success-field {
    border: solid 1px #629F36 !important;
}

.error-field {
    border: solid 1px #B82727 !important;
}

.error-message {
    font-style: italic;
    font-size: 13px;
    color: #B82727;
}

.info-message {
    font-style: italic;
    font-size: 13px;
    color: grey;
}

.success-message {
    font-style: italic;
    font-size: 13px;
    color: green;
}

.user-account .merge {
    border: solid 1px #ccc;
    padding: 15px 5px;
    margin: 0 0 15px;
}

.user-account .merge ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.user-account .merge ul li {
    line-height: 24px;
    font-size: 14px;
}

.merge p.info-message {
    margin: 0;
}

.user-account .merge.primary-account {
    border: solid 2px #629F36;
}

.green-tag {
    background-color: #629F36;
    color: white !important;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px !important;
}

.orange-tag {
    background-color: #E68842;
    color: white !important;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px !important;
}


/* new tables css */

.new-tables {
    overflow-x: scroll;
    margin: 10px auto;
    width: 100%;
}

table {
    border: solid 1px #D2D2D2;
    width: 100%;
}

nav.table-pagination {
    float: right;
}

span.show-record input {
    float: left;
    width: 60px;
    position: relative;
    bottom: 6px;
    margin-left: 4px;
    border-radius: 0;
    border: solid 1px #b7b7b7;
}

span.show-record label {
    float: left;
}

.new-tables table {
    border: solid 1px #ccc;
    border-radius: 0;
    margin: 10px auto;
}

.new-tables table thead {
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 2px #ccc;
    cursor: pointer;
}

.new-tables table thead td {
    padding: 6px 5px;
}

.new-tables table tr td {
    padding: 5px 2px;
}

.form-group input,
.form-group select,
.form-group textarea {
    border-radius: 0 !important;
    border: solid 1px #b7b7b7;
    height: 32px;
    padding: 5px;
}

.form-group textarea {
    width: 100%;
}

.dropdown {
    border-radius: 0;
    appearance: none;
    background-position: 100% 55%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20enable-background%3D%22new%200%200%2014%2012%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpolygon%20points%3D%223.862%2C7.931%200%2C4.069%207.725%2C4.069%20%22/%3E%3C/svg%3E");
    padding: 5px 30px 5px 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-size: 18px;
}

.form-group input.active,
.form-group input:hover,
.form-group select.active,
.form-group select:hover,
.form-group textarea.active,
.form-group textarea:hover,
.input-copy:hover {
    border-radius: 0;
    border-color: #207EB4;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    box-shadow: none;
    background-color: cornsilk;
    border-color: #207EB4;
}

table thead span i {
    position: relative;
    left: 3px;
}

.pagination {
    margin-bottom: 0;
}

span.show-record select {
    width: 80px;
    position: relative;
    left: 7px;
    bottom: 4px;
}


/* table pagination css */

.pagination a {
    color: black;
    float: left;
    padding: 8px 14px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 0;
}


/* Style the active/current link */

.pagination a.active {
    background-color: #207EB4;
    color: white;
}


/* Add a grey background color on mouse-over */

.pagination a:hover:not(.active) {
    background-color: #ddd;
}


/* Style the indicator (dot/circle) */

.radio:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.author-metadata .supplementary-files label {
    position: relative;
    top: 5px;
    margin: 0;
}

.decision-check label {
    margin-right: 20px;
}

input {
    border-radius: 0 !important;
}

label.editing-filter {
    margin-right: 20px;
}

.new-tables input[type="date"] {
    display: block;
    width: 100%;
    border: solid 1px #ccc;
    padding: 5px 30px 5px 10px;
}

.new-tables span.hidelabel {
    opacity: 0;
}

label {
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 5px;
}

.medium-field:last-child,
.small-field:last-child {
    margin-right: 0;
}

ul.editor-tabs {
    padding: 0;
    list-style: none;
    margin: 20px auto 10px;
    border-bottom: solid 1px #A2A2A2;
}

ul.editor-tabs li {
    display: inline-block;
    padding: 6px 14px;
    background-color: #E0E0E0;
    border: solid 1px #A2A2A2;
    cursor: pointer;
    position: relative;
    top: 1px;
}

ul.editor-tabs li:hover {
    background-color: #fff;
    transition: ease 0.2s;
}

.new-tables table a {
    color: #207EB4;
}

/* Author metadata css */

.metadata p {
    font-size: 14px;
    line-height: 22px;
}


/* .container.metadata {
    background-color: white;
    padding: 30px;
    margin: 20px auto;
    border: solid 1px #D2D2D2;
} */

.title {
    background-color: #F0EFEF;
    padding: 15px 0;
    border-bottom: solid 1px #D2D2D2;
}

h6 {
    font-weight: bold;
    font-size: 16px;
    margin: 30px 0px 10px;
}

h5 {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

ul.editor-tabs li.active {
    background-color: #fff !important;
    border-bottom: solid 1px #fff;
}

.small-field {
    width: 32.8%;
    display: inline-block;
    margin-right: 2px;
}

.medium-field {
    width: 49.5%;
    display: inline-block;
    margin-right: 2px;
}

.author-metadata span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.author-metadata i {
    color: #207EB4;
}

.author-metadata label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 8px;
    /* dis; */
}

.abstract label {
    display: block;
}

.author-metadata .actions {
    text-align: right;
    font-size: 14px;
}

.subfield a {
    margin: 0;
    color: #000;
    position: relative;
    font-weight: bold;
}

.subfield {
    margin-bottom: 26px;
}

.subfield i {
    color: #629F36;
    font-size: 18px;
}

.author-metadata .affiliation {
    background-color: #F1F8FC;
    padding: 5px 10px 10px;
    margin: 10px 0;
    border-left: solid 4px #207EB4;
}

.user-account h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.author-metadata {
    border: solid 1px #ccc;
    padding: 0 15px;
    margin: 10px auto;
}

.article-review .green {
    color: #629F36 !important;
}

.content-padding {
    padding: 15px;
}

.author-metadata .title a {
    color: #207EB4;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
}

.author-metadata .title a:hover {
    opacity: 0.8;
    color: #207EB4;
}

.author-metadata li {
    display: inline-block;
    list-style: none;
}

.author-metadata .form-group .main {
    margin-top: 15px;
}

.author-metadata ul {
    padding: 0 15px;
    list-style: none;
    margin: 4px 0;
    background-color: #e3e3e3;
    border: none;
    border-radius: 20px;
}

.author-metadata ul.keyword {
    padding: 0 10px;
    list-style: none;
    margin: 4px 0 10px;
    background-color: #F5F4F4;
    border: solid 1px #3333;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}

.author-metadata li p {
    margin: 0 6px;
}

li.draggable-handle i {
    font-size: 16px;
    color: #8D8D8D;
    cursor: move;
}

.author-metadata .author-affiliation span a {
    font-size: 14px;
    color: #207EB4;
    text-decoration: none;
}

.author-metadata .keyword a.small {
    bottom: 0;
}

.author-metadata .author-affiliation span a:hover {
    opacity: 0.8;
}

.user-account h6 {
    margin: 0 0 18px;
}

.form-group ul.list-group {
    background-color: #fff;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.form-group ul.list-group li {
    padding: 5px;
}

a.add-affiliation {
    display: block;
    background-color: #EEF4E9;
    padding: 10px 20px;
    color: #000000 !important;
    font-size: 14px;
    margin: 10px 0 26px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

a.add-affiliation:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}

a.add-affiliation i {
    color: #fff;
}


/* title/abstract css */

.author-metadata span a {
    margin: 0;
}

.author-metadata h5 span {
    display: inline-block;
    margin-left: 12px;
}

.form-group textarea {
    min-height: 50px;
}

.subfield.add {
    margin-top: 24px;
}

.author-metadata label p {
    font-weight: normal;
    margin: 0;
    font-size: 14px;
}

.fees-title h5 {
    margin-top: 30px;
}

.subfield a {
    margin: 0;
    color: #207EB4 !important;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    bottom: 10px;
}

.subfield {
    margin-bottom: 0;
    color: #207EB4 !important;
    cursor: pointer;
    margin-top: 20px;
}

.subfield i {
    color: #207EB4 !important;
    font-size: 14px;
}

.user-account .roles label {
    margin-right: 13px;
    font-weight: normal;
}


/*
modal css */

.modal-head {
    padding: 0 30px;
    background-color: #333;
    color: #fff;
    border-bottom: solid 1px #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-head h6 {
    margin: 15px auto;
    background-color: #333;
}

.modal-body.author-list ul {
    margin: 0;
}

.modal-body.author-list {
    padding: 0;
}

.author-metadata .subfield a {
    position: relative;
}

.author-metadata a.small {
    font-size: 14px;
    color: #207EB4;
    cursor: pointer;
    bottom: 8px;
}


/* preprints-toc css */

.toc-filter span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

.toc-filter .filter-category {
    display: inline-block;
    margin-right: 24px;
    margin-top: 10px;
}

.toc-content ul.editor-tabs li {
    font-size: 12px;
    padding: 5px 10px;
}

.toc-filter .form-group {
    margin-bottom: 14px;
}

pp .toc-filter {
    font-size: 14px;
}

.disable {
    opacity: 0.4;
    cursor: not-allowed;
}

.toc-filter label {
    margin-right: 10px;
}

.tooltip-status-img img {
    width: 20px;
    height: auto;
}

.toc-filter {
    margin: 20px auto;
    border: solid 1px #ccc;
    padding: 14px 20px 24px;
}

.author-metadata .actions a {
    margin: 0 5px;
}

label.normal-label {
    font-weight: normal;
    margin-right: 7px;
}


/* .toc-filter select.form-control {
    font-size: 12px;
} */

.toc-preprint .pagination {
    margin-bottom: 10px;
}

.active-permission {
    background-color: white !important;
}

.disable-pagination {
    color: #676767;
    pointer-events: none;
}

.toc-title h6 {
    font-size: 14px;
    margin: 20px 0 8px;
}

.toc-content ul.toc-status {
    padding: 0;
    list-style: none;
}

.toc-content ul.toc-status li {
    display: inline-block;
    margin-right: 16px;
}

.toc-content .toc-access span:first-child a {
    border-right: 0;
}

.toc-content {
    border: solid 1px #ccc;
    padding: 10px 10px 20px;
}

.toc-content .cite i {
    color: #207EB4;
}

.toc-content .toc-access span i {
    font-size: 18px;
    color: #207EB4;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.toc-content ul.toc-status li img {
    width: 24px;
    margin: 0;
}

.toc-content ul.toc-status li:first-child {
    background-color: #666666;
    padding: 2px 8px;
    color: #fff;
}

.toc-content ul.toc-views {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.toc .toc-content h6 a {
    color: #000;
}

.toc-content ul.toc-views li {
    display: inline-block;
    margin: 0 6px;
}

.toc-content ul.toc-views li:first-child {
    margin-left: 0;
}

.toc-content h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 8px;
}

.toc-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.toc-content ul.tab {
    padding: 0 0 1px 15px;
    list-style: none;
    margin: 0;
    border-bottom: solid 1px #707070;
}

.toc-content ul.tab li a {
    border: solid 1px #707070;
    padding: 5px 8px 7px;
    background-color: #E0E0E0;
    cursor: pointer;
    line-height: 30px;
}

.toc-content ul.tab li a.active {
    background-color: #fff;
    border-bottom: solid 1px #fff;
}

.toc-content ul.tab li a:active,
.toc-content ul.tab li a:hover {
    background-color: #fff;
    transition: ease 0.2s;
}

.toc a {
    color: #207EB4;
}

.toc-content ul.tab li {
    display: inline-block;
}

.toc-content ul.toc-status {
    padding: 0;
    list-style: none;
}

.toc-content .toc-image img {
    width: 100%;
    max-height: 240px;
}

.toc-content .toc-access span a img {
    width: 24px;
    height: auto;
}

.toc-content ul.keywords {
    padding: 0;
    list-style: none;
}

.toc-content ul.keywords li {
    display: inline-block;
    background-color: #ccc;
    margin: 12px 0 0;
    padding: 2px 8px;
}

.toc-content .toc-access span {
    display: inline-block;
    margin: 0;
}

.toc-content .toc-access span a {
    background-color: #E0E0E0;
    padding: 5px;
    margin: 0 -2px;
    border: solid 1px #B4B4B4;
    display: inline-block;
}

.toc {
    margin-bottom: 20px;
    font-size: 14px;
}

.toc-content .toc-access span a i {
    margin: 0;
}

.toc-content .toc-access {
    text-align: right;
}

.share-article ul li a.facebook i {
    color: #4267b2;
}

.share-article ul li a.linkedin i {
    color: #0077B5;
}

.share-article ul li a.twitter i {
    color: #38A1F3;
}


/* Journals/Files css section */

.journal-section span {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 3px;
}

.journal-section p {
    font-size: 14px;
    line-height: 20px;
}


/* alert message class */

.error-alert-box h6,
.info-alert-box h6,
.success-alert-box h6,
.warning-alert-box h6 {
    margin: 5px auto;
}

.error-alert-box {
    border: solid 1px #B82727;
    padding: 10px;
    display: block;
    background-color: #FFF5F5;
    margin: 10px auto;
    border-left: solid 4px #B82727;
}

.error-alert-box i {
    color: #B82727;
    font-size: 20px;
}

.success-alert-box {
    border: solid 1px #629F36;
    padding: 10px;
    display: block;
    background-color: #EEF4E9;
    margin: 10px auto;
    border-left: solid 4px #629F36;
}

.success-alert-box i {
    color: #629F36;
    font-size: 20px;
}

.info-alert-box {
    border: solid 1px #207EB4;
    padding: 10px;
    display: block;
    background-color: #F1F8FC;
    margin: 10px auto;
    border-left: solid 4px #207EB4;
}

.info-alert-box i {
    color: #207EB4;
    font-size: 20px;
}

.author-fees {
    border: solid 1px #ccc;
    padding: 20px 15px;
    margin: 0 auto;
}

.article-summary .author-fees {
    border: 0;
    padding: 20px 15px;
    margin: 0 auto;
}

.warning-alert-box {
    border: solid 1px #E3BD56;
    padding: 10px;
    display: block;
    background-color: #FDFAE2;
    margin: 10px auto;
    border-left: solid 4px #E3BD56;
}

.warning-alert-box i {
    color: #E3BD56;
    font-size: 20px;
}

.error-alert-box p,
.info-alert-box p,
.success-alert-box p,
.warning-alert-box p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.error-alert-box h5,
.info-alert-box h5,
.success-alert-box h5,
.warning-alert-box h5 {
    margin: 5px;
    font-size: 18px;
}

.search i {
    position: absolute;
    right: 28px;
    top: 106px;
    opacity: 0.4;
}

.start-new-submission a {
    display: inline-block;
}

.start-new-submission,
.submitted-article-info {
    margin: 15px 0;
    padding: 15px;
    border: solid 1px #ccc;
    background-color: #F0EFEF;
    border-left: solid 3px #207EB4;
}

.submitted-article-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.submitted-article-info ul li {
    line-height: 24px;
}

.start-new-submission p {
    font-size: 14px;
}

.start-new-submission h3 {
    margin: 0 0 4px;
    font-weight: bold;
}


/* file upload css */

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    width: 100%;
    font-family: sans-serif;
    margin: 20px 0;
    padding: 20px;
}

.upload-file h6 {
    margin: 20px 0 0;
}

#drop-area.highlight {
    border-color: purple;
}

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 10px;
}

#gallery {
    margin-top: 10px;
}

#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

#fileElem {
    display: none;
}

.upload-file ul {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.upload-file ul li {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    left: 20px;
}

.upload-file ul li i {
    margin-right: 8px;
    font-size: 14px;
    position: absolute;
    left: -20px;
    top: 4px;
}

.journal-transfer ul.transfer {
    background-color: transparent;
    border: 0;
    padding: 0 0 0 20px;
}

.journal-transfer ul.transfer li span {
    margin-right: 10px;
}

.journal-transfer ul.transfer li {
    display: block;
}

.journal-transfer label {
    font-weight: normal;
    margin: 4px 0;
}


/* preprint settings */

.article-preprint-settings ul {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 5px 0;
}

.article-preprint-settings h6 {
    margin-top: 20px;
}

.article-preprint-settings ul li {
    display: block;
    margin: 0;
    padding: 1px 0 0 20px;
}

.article-preprint-settings ul li label {
    font-weight: normal;
    margin: 5px 0;
}

.article-review h6 {
    margin: 20px auto 0;
}

.article-preprint-settings i {
    position: absolute;
    font-size: 18px;
    /* top: 2px; */
    left: 13px;
}

.highlightFTF {
    background-color: #E5ECF9 !important;
}

.highlightFTFWhite {
    background-color: #FFFFFF !important;

}

.article-review .article-preprint-settings ul li {
    line-height: 25px;
    margin: 5px auto;
}

.article-review .article-preprint-settings h6 {
    margin-bottom: 12px;
}

.article-review ul {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.article-review ul li {
    display: block;
    font-weight: normal;
    line-height: 24px;
}

.article-review ul li span {
    display: inline-block;
    font-size: inherit;
    width: 150px;
}

.article-review hr {
    margin: 10px auto;
    background-color: #D2D2D2;
}

.article-review span.green-color {
    font-size: inherit;
    font-weight: bold;
}

.form-group {
    margin-bottom: 4px;
    vertical-align: top;
}

span.step-status-green {
    color: #629F36;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: 32px;
}

span.step-status-red {
    color: #B82727;
    font-weight: bold;
    position: relative;
    left: 32px;
    font-size: 14px;
}

.required {
    color: #B82727;
    font-weight: bold;
    margin-left: 1px;
}

.article-review a {
    text-decoration: none;
}

.article-review a:hover {
    text-decoration: underline;
    color: #207EB4;
}

.title.green {
    background-color: #EEF4E9;
}

.title.red {
    background-color: #FCEFEF;
}

.title i.green {
    font-size: 26px;
    position: relative;
    top: 10px;
    color: #629F36;
}

span.step-status-red i {
    color: grey;
}

.title i.red {
    font-size: 26px;
    position: relative;
    top: 10px;
    color: #B82727;
}

.abstract-title {
    font-weight: bold;
    margin: 0;
}

ul.article-preprint-settings i {
    color: #629F36;
    position: absolute;
    font-size: 16px;
    left: 13px;
    padding-top: 3px;
}

.author-fees h6 {
    margin: 0 auto 5px;
}

.author-fees span {
    font-size: 16px;
    font-weight: normal !important;
    display: inline;
}

.author-fees .journal-transfer p {
    background-color: #F0EFEF;
    padding: 15px;
    border: solid 1px #ccc;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    width: 76%;
}

.journal-transfer {
    margin-top: 18px;
}

.author-fees p {
    margin-bottom: 20px;
}

.author-fees .journal-transfer table {
    border: 0;
}

.journal-transfer-table {
    width: 76%;
    border: solid 1px #ccc;
    padding: 15px;
}

.author-fees .select-fees h4 {
    margin: 20px auto;
    font-weight: bold;
}

.author-fees .select-fees ul {
    padding: 0;
    list-style: none;
}

.author-fees .select-fees ul li label {
    font-weight: normal;
}

.select-fees span {
    display: block;
    font-size: 14px;
}

.author-metadata .article-review .supplementary-files:last-child {
    margin-bottom: 15px;
}

ul.parse-manuscript {
    background-color: transparent;
    border: none;
    padding: 0;
    list-style: none;
}

ul.parse-manuscript li i {
    margin-right: 15px;
    font-size: 16px;
    color: #629F36;
}

ul.parse-manuscript li:first-child i {
    height: 31px;
    float: left;
    margin-bottom: 30px;
    position: relative;
    top: 11px;
}

ul.parse-manuscript li {
    display: block;
    line-height: 32px;
}

ul.parse-manuscript li img {
    width: 32px;
    margin: 0;
    position: relative;
    right: 8px;
}

.profile-journal label {
    font-weight: normal;
    line-height: 26px;
}

.user-account .form-group {
    margin-bottom: 10px;
}


/* article-summary */

.submitted-article-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.submitted-article-info ul li {
    line-height: 22px;
}


/* vertical steps css */

ul.stepper {
    padding: 10px 0 0;
    list-style: none;
}

ul.stepper li.article-status {
    background-color: #F1F8FC;
    padding: 5px 10px;
    border: solid 1px #CBE5F4;
    border-left: solid 3px #207EB4;
}

ul.stepper li.article-status h6 {
    font-size: 14px;
    margin: 5px 0;
}

ul.stepper li.article-status p {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
}

ul.stepper li a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

ul.stepper li a:hover {
    color: #000;
}

ul.stepper li a div {
    border-radius: 100pc;
    color: white;
    margin-right: 10px;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    text-align: center;
    bottom: 5px;
}

ul.stepper li a div.completed-step {
    background-color: #629F36;
}

ul.stepper li a span {
    position: relative;
    top: 5px;
}

ul.stepper li a:hover {
    transition: ease 0.2s;
    color: #207EB4;
}

ul.stepper li a div.current-step {
    background-color: #207EB4;
}

ul.stepper li a div.uncompleted-step {
    background-color: #D9D9D9;
    color: #000;
}

ul.stepper li {
    display: block;
    margin-bottom: 16px;
}

ul.stepper li ul li {
    margin-bottom: 0;
}

ul.stepper li ul {
    /* padding:  0; */
    list-style: none;
}

ul.stepper li ul li a {
    line-height: 20px;
    font-weight: normal;
    color: #6E6E6E;
    padding-left: 5px;
    font-size: 12px;
}

ul.stepper li ul li a:hover {
    color: #207EB4;
    transition: ease 0.2s;
}

.vl-green {
    border-left: 2px solid #629F36;
    height: auto;
}

.vl-grey {
    border-left: 2px solid #D9D9D9;
    height: auto;
}

span.vl-green {
    height: 236px;
    display: initial;
    position: absolute;
    left: 14px;
}

span.vl-grey {
    height: 98px;
    display: initial;
    position: absolute;
    left: 14px;
}

.article-status {
    background-color: #F1F8FC;
    padding: 2px 10px;
    border: solid 1px #CBE5F4;
    border-left: solid #207EB4;
}

.article-status h6 {
    font-size: 14px;
    margin: 5px 0;
}

.article-status p {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
}

.author-metadata .title {
    padding: 15px;
    text-decoration: none;
}

.author-metadata a.title {
    width: 100%;
    padding: 15px;
    text-decoration: none;
    color: #207EB4;
}

.article-summary .author-metadata .title {
    width: 100%;
}

.author-metadata a.title:hover {
    background-color: #DDDDDD;
    transition: ease 0.2s;
}

.title span.collapse {
    float: right;
    display: block;
    font-size: 22px;
}

.expand-all a {
    font-size: 12px;
    margin: 15px 5px 0;
    display: inline-block;
    font-weight: bold;
}

.article-review .article-preprint-settings li i {
    padding-top: 4px;
}

.article-author.summary-author {
    margin: 15px 0;
}

.article-author.summary-author .title {
    padding: 10px;
    margin: 0;
}

.article-author.summary-author h5 {
    font-size: 16px;
}

.article-author-tooltips {
    display: inline-block;
}

.peer-review-round h2 {
    font-size: 24px;
    margin: 36px 0 0;
}

.expand-all a:first-child {
    margin-left: 0;
}

.author-fees .success-alert-box {
    margin: 0 0 20px;
    position: relative;
    bottom: 10px;
}

.author-fees .success-alert-box i {
    float: left;
    margin-bottom: 9px;
    font-size: 30px !important;
    position: relative;
    top: 8px;
    margin-right: 10px !important;
}

.peer-review-round input {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
}

.share-article h6 {
    margin-top: 30px;
}

.share-article ul {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.share-article ul li a {
    font-size: 26px;
    margin: 2px;
}

.author-fees .success-alert-box p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.article-summary .author-metadata h5 {
    color: #333;
}

.expand-all span {
    position: relative;
    top: 4px;
}

.journal-section .toc-content ul.tab {
    position: relative;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 20px;
}

.journal-section .toc-content ul.tab li a {
    border: solid 1px #ccc;
}

.journal-section .toc-content h6 {
    margin: 0;
}

table.requested-reviews {
    margin: 10px 0 20px;
    border: solid 1px #ccc;
    border-top: solid 4px #E2BC5E;
}

table.transfer-option {
    margin: 10px 0 20px;
    border: solid 1px #ccc;
    border-top: solid 4px #5BB8E9;
}

table.turnaround {
    margin: 40px 0 18px;
    border: solid 1px #ccc;
    border-top: solid 4px #9871D8;
}

table.impact-rating {
    margin: 0 0 20px;
    border: solid 1px #ccc;
    border-top: solid 4px #62B773;
}

table.impact-rating td,
table.transfer-option td,
table.turnaround td {
    padding: 6px 15px;
}

table.requested-reviews td {
    padding: 7px 15px;
}

table.impact-rating td span {
    font-weight: bold;
    font-size: 24px;
}

.reviewer-comments span {
    font-weight: bold;
    margin-bottom: 20px;
}

.reviewer-comments p {
    font-size: 14px;
    margin-bottom: 5px;
}

.reviewer-comments hr {
    margin: 5px;
}

.manuscript span {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.manuscript {
    padding: 10px;
    background-color: #F7F7F7;
    border: solid 1px #ccc;
    margin: 10px 0;
    width: 30%;
}

.manuscript i {
    float: left;
    font-size: 40px;
    margin-right: 9px;
}

table.transfer-option label {
    margin: 0;
    font-weight: normal;
}

.article-summary .copyeditor table {
    border: none;
}

.article-summary .copyeditor table td {
    padding: 5px 5px 10px;
}

.copyeditor .warning-alert-box {
    margin: 20px auto;
}

.copyeditor .warning-alert-box h6 {
    margin: 0 0 8px;
}

.copyeditor .warning-alert-box p {
    font-size: 14px;
    line-height: 19px;
}

.copyeditor .warning-alert-box {
    padding: 10px;
}

table.survey input {
    border: none;
    padding: 0;
    margin: 10px auto 5px;
}

.article-summary .copyeditor table.survey td h6 {
    margin: 0;
}

.article-summary .copyeditor table.survey p {
    margin: 0 0 10px;
}

.article-summary .copyeditor table.survey td:first-child {
    font-weight: bold;
    vertical-align: top;
}

.article-summary .copyeditor table.survey ul {
    background-color: transparent;
    border: none;
    padding: 0;
}

.article-summary .copyeditor table.survey ul li a {
    border: solid 1px #bbb;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}

table.requested-reviews td.child-data {
    padding-left: 40px;
}

.article-summary .copyeditor table.survey ul li a:hover {
    background-color: #207EB4;
    color: #fff;
    transition: ease 0.2s;
    border: solid 1px #0E5984;
}

.galley h6 {
    margin-top: 30px;
}


/* section setup interface CSS */

.section-editor ul {
    padding: 0;
    list-style: none;
}

.section-editor ul li label {
    font-weight: normal;
}

.section-editor ul li {
    line-height: 25px;
}

.section-editor ul li label span {
    margin-right: 10px;
}

.section-editor ul li select.form-control.dropdown {
    width: 30%;
    margin-bottom: 20px;
}

.section-editor ul li p {
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 3px;
}


/* refcheck css section */

.refcheck h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.refcheck-legend ul {
    padding: 0;
}

.refcheck-legend ul li {
    display: inline-block;
    min-width: 24%;
    padding: 4px 10px 0 0;
    position: relative;
}

.refcheck-legend ul li.saved i {
    color: #629F36;
}

.refcheck-legend ul li i {
    font-size: 18px;
    margin-right: 5px;
}

.refcheck-legend ul li.not-found i {
    color: #B82727;
}

.refcheck-legend ul li.copyeditor-comments i {
    color: #715BD0;
}

.refcheck-legend ul li.author-comments i {
    color: #5BB8E9;
}

.refcheck-legend ul li.journal-reference i {
    color: #3088DF;
}

.refcheck-legend ul li.web-reference i {
    color: #3B9F4F;
}

.refcheck-legend ul li.book-reference i {
    color: #E68842;
}

.refcheck-legend ul li.cp-reference i {
    color: #F2B50C;
}

.action-required {
    margin-bottom: 40px;
    background-color: #f4f4f4;
    /* border: solid 1px #ddd; */
    padding: 10px 30px;
}

.refcheck .action-required ul li {
    line-height: 22px;
}

.refcheck .duplicates-found {
    background-color: #FFF2D2;
    border-color: #EBDBB2;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}

.info-alert {
    font-size: 14px;
    color: #305981;
    background-color: #CFE6FD;
    border-color: #C0DEFC;
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
    margin-top: 3px;
}

.warning-alert {
    font-size: 14px;
    color: #725A1A;
    background-color: #fff2d2;
    border-color: #fff2d2;
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
    margin-top: 3px;
}

.danger-alert {
    font-size: 14px;
    color: #b82727;
    background-color: #f8d7da;
    border-color: #f8d7da;
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
    margin-top: 3px;
}

.refcheck .reference-list .reference {
    padding: 15px;
    border: solid 1px #ccc;
}

.reference.journal {
    border-left: solid 3px #3088DF !important;
}

.reference.book {
    border-left: solid 3px #DA8B50 !important;
}

.reference.web {
    border-left: solid 3px #589C58 !important;
}

.reference.confproc {
    border-left: solid 3px #EAB641 !important;
}

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

.refcheck .reference-list .reference h4 {
    font-size: 16px;
    font-weight: bold;
}

.refcheck .reference-list .reference p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.refcheck .reference-list .reference section {
    margin-bottom: 20px;
}

.refcheck .reference-list .reference section:last-child {
    margin-bottom: 0;
}

.refcheck .reference-list .reference section ul {
    padding: 0;
    list-style: none;
    margin-top: 5px;
}

.refcheck .reference-list .reference section ul li {
    display: inline-block;
    margin-right: 10px;
}


/* Reference Numbers  */

.reference-list .reference-number {
    background-color: #3088DF;
    font-size: 18px;
    color: #fff;
    padding-top: 0;
    margin-left: 4px;
    text-align: center;
    display: inline-block;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
}

.reference-number.journal {
    background-color: #3088DF !important;
}

.reference-number.book {
    background-color: #DA8B50 !important;
}

.reference-number.web {
    background-color: #589C58 !important;
}

.reference-number.confproc {
    background-color: #EAB641 !important;
}

.reference-status span {
    font-size: 14px;
    color: #868686;
    margin-right: 3px;
}

@media (max-width: 1199px) {
    .user-account .main-content .form-group.city,
    .user-account .main-content .form-group.country,
    .user-account .main-content .form-group.state,
    .user-account .main-content .form-group.zip {
        width: 48.5%;
        margin-right: 8px;
    }
    .samll-field {
        width: 32.4%;
    }
    .medium-field {
        width: 49.5%;
    }
}

@media (max-width: 991px) {
    .user-account .main-content .form-group.city,
    .user-account .main-content .form-group.country,
    .user-account .main-content .form-group.state,
    .user-account .main-content .form-group.zip {
        width: 100%;
        margin-right: 8px;
    }
    .small-field {
        width: 49.4%;
        margin-bottom: 5px;
    }
    .medium-field {
        width: 100%;
        margin-bottom: 5px;
    }
    .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .user-account .main-content {
        min-height: auto;
    }
    .author-fees .journal-transfer p,
    .journal-transfer-table {
        width: 100%;
    }
    .account ul li:last-child {
        padding-left: 0;
    }
    .user-account .main-content .password {
        margin-top: 30px;
        padding-left: 0;
    }
    .user-account .tabs ul li {
        border: solid 1px #ccc;
        border-bottom: 0;
    }
    .toc-content ul.toc-views {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .toc-content .toc-access {
        text-align: left;
    }
    .toc-content ul.toc-views li {
        margin: 3px;
        line-height: 22px;
    }
    .toc-content ul.tab {
        margin: 20px 0;
    }
    .medium-field,
    .small-field {
        width: 100%;
        margin: 0 auto 5px;
    }
    .author-metadata .form-group .main {
        margin-top: 0;
    }
    /* {
        width: 100%;
    } */
    #drop-area {
        width: 100%;
    }
    .info-alert-box {
        margin: 0 auto 10px;
    }
}


/* files css */

.supplementary-files ul {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin: 0 0 10px;
}

.supplementary-files ul li {
    display: block;
}

.supplementary-files ul li:first-child {
    font-weight: bold;
    line-height: 20px;
}

.supplementary-files ul.files-list {
    padding: 0;
    line-height: 155px;
}

.supplementary-files ul.files-list li {
    display: inline;
    margin: 0 8px;
}

.supplementary-files {
    border: solid 1px #ccc;
    margin: 0 auto;
    padding: 15px;
    border-bottom: 0;
}

.author-metadata .supplementary-files:last-child {
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
}

.supplementary-files ul.action li:nth-child(2),
.supplementary-files ul.action li:nth-child(3) {
    padding: 0 6px;
}

.supplementary-files ul.action li {
    display: inline-block;
}

.supplementary-files ul.action li:first-child {
    font-weight: normal;
}

.supplementary-files ul.action {
    margin-top: 10px;
}

@media (max-width: 480px) {
    .account ul li {
        display: block;
        padding: 0;
        border-right: 0;
        line-height: 22px;
    }
    
    .user-account .main-content ul.upload-pic li:first-child {
        display: block;
        margin-bottom: 20px;
    }
}

.deactive {
    opacity: 0.3 !important;
    pointer-events: none !important;
}

.add-new-author {
    text-align: center;
    padding: 15px;
    border: solid 1px #D2D2D2;
    margin-bottom: 10px;
}

.reorder-authors {
    width: 750px;
    border: solid 1px #ccc;
}

.reorder-authors .title {
    background-color: #333;
    color: #fff;
    padding: 10px;
}

.reorder-authors .title h6 {
    margin: 0;
    padding: 5px 10px;
    font-weight: 400;
}

.author-list ul {
    padding: 0;
    list-style: none;
    border-bottom: solid 1px #ccc;
}

.author-list ul li {
    display: inline-block;
    margin: 8px 20px;
}

.author-list ul li a i {
    display: inline-block;
    position: relative;
    bottom: 11px;
    font-size: 16px;
    color: #989898;
}

.author-list ul li span {
    display: block;
}

.author-list ul li p {
    position: relative;
    bottom: 11px;
    font-weight: bold;
}

.author-list:last-child ul {
    margin-bottom: 0;
}

.author-list ul li span i {
    position: relative;
    bottom: 0;
    color: #B1B1B1;
}

.author-list ul li:nth-child(3) {
    margin: 0 30px;
}

span.green-color {
    color: #629F36;
    display: inline-block !important;
}

.modal-footer {
    margin: 0 5px;
    border-top: 0;
}

.author-popover {
    display: inline-block;
    position: relative;
}

.author-popover .popover__container {
    position: absolute;
    width: 150px;
    height: 100px;
    line-height: 100px;
    left: -68px;
    text-align: center;
    font-size: 12px;
    border: 1px solid black;
    border-radius: 3px;
    color: white;
    background-color: black;
    transform: translateY(-135%);
}

.author-popover .popover__container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: black;
    border-bottom: 0;
    margin-left: -8px;
    margin-bottom: -8px;
}


/* === UTILITY CLASSES === */

.hide {
    display: none;
    pointer-events: none;
}

.form-error {
    border: 1px solid red !important;
}

.loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    content: 'LOADING...';
    background: rgba(0, 0, 0, .3);
    color: white;
}


/* === TABLES === */

.column-sorted {
    background-color: rgba(201, 201, 201, 0.2);
}

.new-tables table td span i {
    float: right;
    position: relative;
    top: 4px;
    color: #bbb;
}

.new-tables tbody tr {
    vertical-align: top;
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px;
    text-align: left;
}

.tooltip .tooltip-inner h6 {
    font-size: 14px;
}

.tooltip .tooltip-inner img {
    margin-bottom: 5px;
}

.preprint-tooltip-icon {
    width: 24px;
    height: auto;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(black, .1);
}

.tooltip.popover .popover-arrow {
    border-color: #c6c6c6;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.callout-info {
    border-left-color: #5bc0de;
}

.callout-danger {
    border-left-color: #d9534f;
}

.callout-warning {
    border-left-color: #f0ad4e;
}


/* JMIR Popover (jmirPopover.js) */

.jmirPopover {
    position: relative;
    display: inline-block;
}

.jmirPopover-content {
    width: 400px;
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    text-align: left;
    font-size: 12px;
    pointer-events: none;
    padding: 4px 4px;
    z-index: 99;
    opacity: 1;
    background: #f9f9f9;
    color: black;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(black, .1);
    border: 1px solid black;
    line-height: 25px;
}

.jmirPopover-content::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    z-index: 99;
    opacity: 1;
}

.jmirPopover-right {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}

.jmirPopover-right::before {
    left: 0;
    top: 50%;
    margin-left: -8px;
    transform: translateY(-50%) rotate(90deg);
}

.jmirPopover-left {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%);
}

.jmirPopover-left::before {
    left: 100%;
    top: 50%;
    margin-left: -3px;
    transform: translateY(-50%) rotate(-90deg)
}

.input-copy {
    font-weight: normal !important;
    margin: 0 !important;
    border-radius: 0px;
    border: solid 1px #b7b7b7;
    cursor: text;
    padding: 5px;
    height: 32px;
}

.js--btn-tool-sub {
    color: white !important;
    /*temp fix for metadata pages*/
}


/* conversion css */

.conversion #editor {
    min-height: 500px;
    margin-bottom: 10px;
}

.xml-version ul {
    padding: 0;
}

.edit-xml ul {
    background-color: #eee;
    padding: 3px 10px;
    border: solid 1px #ccc;
}

.xml-version ul li {
    line-height: 20px;
}

.xml-version ul li a span {
    margin-right: 10px;
}

.conversionStepTitle h2 {
    border-bottom: 1px dotted black;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
}

.conversionStepBody {
    margin: 20px 0;
}

.conversionStepBodySection {
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin-bottom: 18px;
}

.conversionStepBodySection small {
    margin-top: 10px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

#xml-editor {
    min-height: 500px;
}


/* display: inline-block;

} */

#xml-editor {
    min-height: 500px;
}


/*************************************************************************************************
**************************************************************************************************
**********************************  BUTTONS,RADIO,CHECKMARKS  ************************************
**************************************************************************************************
*************************************************************************************************/

.btn-custom {
    /* padding: 0 20px; */
    border-radius: 0;
    height: 33px;
    cursor: pointer;
    transition: 0.5s;
    outline: none !important;
}

.btn-custom:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.btn-custom:disabled {
    opacity: 0.5;
}

.btn-custom:disabled:hover {
    opacity: 0.5 !important;
}

.btn-custom-green {
    border: 1px solid #629F36;
    background-color: #629F36;
    color: #ffffff;
}

.btn-custom-blue {
    border: 1px solid #2a7db1;
    background-color: #2a7db1;
    color: #ffffff;
}

.btn-custom-light-green {
    background-color: #EEF4E9;
    color: #000000;
    border: none;
    height: 70px !important;
}

.btn-custom-light-blue {
    background-color: #F1F8FC;
    color: #000000;
    border: none;
    height: 70px !important;
}

.btn-custom-grey {
    border: 1px solid #CECECE !important;
    background-color: #E8E8E1 !important;
    color: #333333 !important;
}

.btn-custom-red {
    border: 1px solid #CECECE !important;
    background-color: #AD2E00 !important;
    color: #ffffff !important;
}

.btn-inline-margin {
    margin-top: 38px;
    margin-left: 16px;
}

.buttons-group-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
}

.buttons-group-left {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
}

.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.button:hover {
    background: #ddd;
}

.primary-button {
    background-color: #207EB4;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #207EB4;
}

.save-button {
    background-color: #629F36;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #629F36;
}

.secondary-button {
    background-color: #e8e8e1;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    border: solid 1px #CECECE;
}

.secondary-button:hover {
    opacity: 0.8;
}

.cancel-button {
    background-color: #5C5C5C;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    border: solid 1px #5C5C5C;
}

.delete-button {
    background-color: #AD2E00;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    border: solid 1px #AD2E00;
}

.cancel-button:hover,
.primary-button:hover,
.save-button:hover {
    opacity: 0.85;
    transition: ease 0.2s;
    color: #fff;
    text-decoration: none;
}

.primary-button {
    padding: 10px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    font-weight: normal !important;
    background-color: #207EB4;
}

.final-save-button {
    text-align: right;
}

.final-save-button a.primary-button {
    font-size: 18px;
    padding: 10px 25px;
    display: inline-block;
}

.cancel-button {
    background-color: #5C5C5C;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    cursor: pointer;
}

button.view-html {
    background-color: #D0F1F0;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
}

button.view-html i {
    color: #4BB6AF;
}

button.view-pdf {
    background-color: #FDDFE5;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
}

button.view-pdf i {
    color: #B3372E;
}

button.download-xml {
    background-color: #FFF0DC;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
}

button.download-xml i {
    color: #FBB357;
}

.input-copy-button {
    float: right;
}

.vue-dialog .vue-dialog-buttons {
    display: flex;
    flex: 0 1 auto;
    width: 100%;
    border-top: 1px solid #eee;
}

.vue-dialog .vue-dialog-buttons-none {
    width: 100%;
    padding-bottom: 15px;
}

.vue-dialog-button {
    font-size: 12px !important;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    color: inherit;
    font: inherit;
    outline: none;
}

.vue-dialog-button:hover {
    background: rgba(0, 0, 0, 0.01);
}

.vue-dialog-button:active {
    background: rgba(0, 0, 0, 0.025);
}

.vue-dialog-button:not(:first-of-type) {
    border-left: 1px solid #eee;
}

/* Create a custom radio button */
.radio {
    position: relative;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: solid 1px #95989A;
    background-color: #fff;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    top: 3px;
    margin-bottom: 6px;
    margin-top: 0 !important;
    /*conflicting with other css, remove when fixed*/
}

input:checked~.radio {
    background-color: #207EB4;
    border: solid 1px #0C679B;
}

.radio:after {
    content: "";
    position: absolute;
    display: none;
}

input:checked~.radio:after {
    display: block;
}

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute;
}

.checkmark {
    position: relative;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 1px black;
    background-color: #fff;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    top: 3px;
    margin-top: 0 !important;
    /*conflicting with other css, remove when fixed*/
}

input:checked~.checkmark {
    background-color: #207EB4;
    border: solid 1px #0C679B;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

.toc-content button {
    font-size: 12px;
}

.article-author.summary-author button {
    margin: 20px 0;
}

/*************************************************************************************************
*************************************************************************************************/

/*************************************************************************************************
**************************************************************************************************
***********************************************  PANEL  ******************************************
**************************************************************************************************
*************************************************************************************************/

.panel {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-image: initial;
}

.panel__header {
    padding: 10px 25px;
    background: rgb(241, 241, 241);
}

.panel__title {
    line-height: inherit;
    font-size: 16px;
    font-weight: bold;
    /* text-transform: capitalize; */
    color: rgb(52, 52, 52);
    margin: 0px;
}

.panel__body {
    padding: 20px 25px;
}

.panel__body_main {
    margin-top: 100px;
    margin-bottom: 100px;
}

/*************************************************************************************************
*************************************************************************************************/

/*************************************************************************************************
**************************************************************************************************
******************************************  VALIDATION  ******************************************
**************************************************************************************************
*************************************************************************************************/

.validation ul {
    padding: 0;
    margin-top: 8px;
}

.validation ul li {
    line-height: 22px;
}

.validation ul li a:hover,
.xml-version ul li a:hover {
    text-decoration: underline;
    color: #1577b1;
}

.conversion .validation {
    margin-top: 30px;
}

.validation ul li a span {
    color: #721c24;
}

.validation section.error-message span {
    font-style: normal;
    background-color: #f6e5e5;
    display: inline-block;
    padding: 4px 10px;
    margin: 5px 0 5px;
    border-radius: 3px;
    color: #721c24;
}

.validation section.warning-message span {
    font-style: normal;
    background-color: #fff2cf;
    display: inline-block;
    padding: 4px 10px;
    margin: 5px 0 5px;
    border-radius: 3px;
    color: #836a27;
}

.validation section.success-message span {
    font-style: normal;
    background-color: #D6ECDB;
    display: inline-block;
    padding: 4px 10px;
    margin: 5px 0 5px;
    border-radius: 3px;
    color: #316E41;
    font-size: 14px;
}

.validationBody {
    margin-left: 10px;
}

/*************************************************************************************************
*************************************************************************************************/

/* .chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
} */

.input-outline-error {
  border-radius: 0 !important;
  border: solid 1px #f51212 !important;
  height: 32px !important;
  padding: 5px !important;
}

.required {
  color: #f51212;
}

.text-error {
    color: #f51212 !important;
}

.pulsate {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.5;
    }
}
