@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("Open-Sans-Light"), url(../fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("Open-Sans"), url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("Open-Sans-Italic"), url(../fonts/OpenSans-Italic.ttf);
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans SemiboldItalic"), local("Open-Sans-SemiboldItalic"), url(../fonts/OpenSans-SemiboldItalic.ttf);
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("Open-Sans-Semibold"), url(../fonts/OpenSans-Semibold.ttf);
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("Open-Sans-Bold"), url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans BoldItalic"), local("Open-Sans-BoldItalic"), url(../fonts/OpenSans-BoldItalic.ttf);
}
html, body {
  scroll-padding-top: 105px;
}

body {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  font-family: "Open Sans", Arial, serif;
  color: #4a4a4a;
}

.container {
  padding: 0 calc(20vw - 132px) !important;
}

@media only screen and (max-width: 64.063em) and (min-width: 40.063em) {
  .container {
    padding: 0 15px !important;
  }
}
.main {
  height: calc(100% - 65px);
}
.main .off-canvas-wrap {
  height: 100%;
}
.main .off-canvas-wrap .inner-wrap {
  height: 100%;
}

.main-section {
  margin-top: 65px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-section .user-base {
  flex: 1 0 auto;
  width: 100%;
}
.main-section footer {
  flex: 0 0 auto;
}

.header {
  height: 65px;
  width: 100%;
  background-color: white;
  position: fixed;
  z-index: 99;
}
.header .header-content {
  line-height: 65px;
  background-color: white;
  z-index: 999;
}
.header .header-content .top-section {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
.header .header-content .top-section .menu-item {
  margin-left: 0.625rem !important;
}
.header .header-content .top-section .menu-item a:link, .header .header-content .top-section .menu-item a:visited {
  color: #333333;
}
.header .header-content .top-section .menu-item a:hover {
  color: #333333;
}
.header .header-content .top-section .menu-item a.active {
  color: #434462;
  border-bottom: 1px solid #434462;
}
.header .header-content .top-section .top-right-section {
  display: flex;
  align-items: center;
}
.header .header-content .top-section .top-right-section .button {
  margin-bottom: 0;
}
.header .header-content .top-section .top-right-section #menu-search-adjust {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.header .header-content .top-section .top-right-section #menu-search-adjust input#menu-search {
  font-size: 14px;
  height: 32px;
  background-color: #F8F9FD;
  width: 12vw;
  max-width: 170px;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.header .header-content .top-section .top-right-section #menu-search-adjust i.search-icon {
  position: absolute;
  color: #ccc;
  font-size: 15px;
  right: 8px;
  top: 8px;
}
.header .header-content .top-section .top-right-section #menu-search-adjust i.search-icon:hover {
  color: #000;
  cursor: pointer;
}
.header .header-content .top-section .top-right-section #menu-user-options a.button {
  margin-left: 0.8vw;
  color: white;
}
.header .header-content .top-section .top-right-section #menu-user-options a.button:hover {
  text-decoration: none;
}
.header .header-content .top-section .top-right-section #menu-user-options .drop {
  margin-left: 0.8vw;
}
.header .header-content .top-section .top-right-section #menu-user-options .drop img {
  border-radius: 50%;
  border: 1px solid #ccc;
  height: 32px;
  width: 32px;
}
.header .header-content .top-section .top-right-section #menu-user-options .switch_back {
  text-decoration: underline;
}
.header .header-content .top-section .header-subscribe-button {
  margin-bottom: 0;
  padding: 1px 5px;
}
.header .header-content .top-section .custom-color-item {
  display: inline-block;
  color: #333333;
  font-size: 16px;
}
.header .header-content .top-section .login-link {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 5px;
  color: #9B9B9B;
  font-size: 11px;
}
.header .header-content .top-section .login-link:hover {
  color: #333333;
}
.header .header-content .top-section .inline-list {
  flex-grow: 2;
  margin: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 65px;
}
@media (max-width: 1024px) {
  .header {
    display: none;
  }
}

.banner .backgound {
  background-color: #4F5671;
  width: 100%;
  height: 63px;
}

button.flat-button, .button.flat-button {
  padding-top: 5px;
  padding-bottom: 5px;
}

h1, h2, h1 {
  font-family: "Open Sans", Arial;
}

h1 {
  font-family: Arial;
  font-size: 30px;
  font-weight: 700;
  color: #4a4a4a;
  margin: 20px 0;
}

h2 {
  font-weight: 300;
  margin: 25px 0 20px 0;
  font-size: 37px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

h3.first {
  margin-top: 25px;
}

h4.first {
  margin-top: 25px;
  margin-bottom: 15px;
}

h5.title {
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: bold;
  /*color: #2f8444;*/
  color: #434462;
}
h5.title.top {
  margin-top: 0px;
}

a.title {
  /*margin-top: 10px !important;*/
  /*margin-bottom: 13px !important;;*/
  font-size: 15px !important;
  font-weight: bold !important;
  /*color: #2f8444;*/
  color: #434462 !important;
}
a.title.top {
  margin-top: 0px !important;
}

p {
  font-size: 14px;
  line-height: 23px;
}

.row {
  max-width: 100%;
}
.row .row {
  padding: 0;
  margin: 0;
}

.error-alert {
  color: red !important;
}

.warning-alert {
  color: #f7ad00 !important;
}

.error-message {
  color: red;
}

.user-image {
  border-radius: 50%;
}

.checkbox-in-label {
  margin-bottom: 1rem;
}
.checkbox-in-label input[type=checkbox] {
  margin-bottom: 0;
}

.info-page-only {
  margin-top: 25px;
}

button, .button {
  border-bottom: 2px solid #000;
}

button.button.small, button.button, .button {
  padding-left: 10px;
  padding-right: 10px;
}

.button.yellow {
  background-color: #FFF;
  color: #FFC313;
  border: 1px solid #FFC313;
}

label.required:not(.no-red-star):before {
  content: "* ";
  color: red;
}

span.preprint-icon {
  /*background-color: #338347;*/
  background-color: #434462;
  color: #fff;
  border-radius: 2px;
  width: auto;
  padding: 2px 4px;
  display: inline-block;
  font-style: italic !important;
  /*font-weight: bold;*/
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

div.div-fa-share {
  display: inline-block;
  background: #000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 58px;
  margin-right: 5px;
}
div.div-fa-share .fa {
  font-size: 26px;
  color: #fff;
}

.mce-tinymce.mce-container {
  margin-bottom: 16px;
}

/* small */
@media only screen and (max-width: 40em) {
  .row {
    padding: 0 5px;
  }
}
.row.full-row {
  padding: 0;
}

#main-content {
  margin: 0 auto;
}
#main-content #medium-search {
  display: none;
  padding-top: 16px;
  background-color: #2b2b35;
}
#main-content #medium-search #medium-menu-search {
  font-size: 12px;
  height: 30px;
  padding: 0 10px;
  border-radius: 10px;
}

.preprint-title {
  color: #434462;
  margin: 0 auto 15px auto;
  font-size: 30px;
}

.preprint-desc {
  margin: 10px auto 25px auto;
  max-width: 680px;
  font-size: 20px;
}

.search-div {
  padding: 0;
  padding-right: 10px;
  margin-bottom: 1.2em;
}
.search-div .latest-preirnts {
  padding-left: 2em;
  padding-right: 2em;
}
.search-div .latest-preirnts .latest-preirnts-content {
  padding: 0.4em;
  background-color: #F4F4F4;
  margin: 0.2em;
  font-size: 0.875rem;
}
.search-div .latest-preirnts .latest-preirnts-content a {
  color: #032861;
}
.search-div .search-content {
  border: 1px solid rgb(128, 125, 128);
  padding: 20px 0;
  margin: 0 auto;
  box-shadow: 0px 2px 5px 0px rgb(128, 125, 128);
}
.search-div .search-content .search-item {
  padding: 20px 0 8px 0;
  margin: 0 20px;
}
.search-div .search-content .search-item button {
  padding: 10px;
  width: auto;
}
.search-div .search-content .search-item input {
  width: 300px;
  margin-right: 10px;
}
.search-div .search-content .search-item select {
  margin-right: 10px;
}
.search-div .search-content .search-item .custom-indent {
  margin-left: 12px;
}

.browse-div {
  padding: 0 25px;
}
.browse-div .browse-title {
  background-color: #032861;
  border: 1px solid #032861;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  text-align: center;
  margin: 0;
  padding: 8px 0;
  font-size: 20px;
}
.browse-div .browse-content {
  border: 1px solid rgb(128, 125, 128);
  box-shadow: 0px 2px 5px 0px rgb(128, 125, 128);
}
.browse-div .browse-content ul {
  padding-top: 12px;
  list-style-type: none;
  margin-left: 35px;
}
.browse-div .browse-content ul li {
  padding: 5px 0;
}
.browse-div .browse-content ul li a {
  color: #4A4A4A;
}
.browse-div .browse-content ul li a:hover {
  color: #434462;
}

.section-title {
  color: #032861;
}

#submission #subject-path {
  padding: 10px 0;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 300;
}
#submission a {
  color: #1d92cf;
}
#submission div a.button {
  color: #fff;
}
#submission .wikitype .wikimenu a {
  color: #4a4a4a;
}
#submission .wikitype .wikimenuext .button a {
  color: #fff;
}
#submission #submission-content {
  /*margin-top: 30px;*/
  padding-right: 25px;
}
#submission #submission-content h1.show-title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  padding: 0;
}
#submission #submission-content h2.show-title {
  color: #434462;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  border-bottom: 0;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#submission #submission-content h2.show-title:before {
  border-top: 1px solid #434462;
  content: "";
  margin: 0 auto; /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
#submission #submission-content h2.show-title span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0;
  padding-right: 10px;
}
#submission #submission-content p {
  font-size: 13px;
  line-height: 17px;
}
#submission #submission-content p:last-child {
  margin-bottom: 0;
}
#submission #submission-content .type-span {
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
  font-weight: 700;
}
#submission #submission-content .version-span {
  display: inline-block;
  font-weight: 700;
  font-style: italic;
  color: #aaa;
  margin-right: 15px;
}
#submission #submission-content .portico-span {
  color: #0eb620;
  display: inline-block;
  font-weight: bold;
  margin-right: 15px;
}
#submission #submission-content .not-peer-review {
  color: #FF0000;
  display: inline-block;
  font-weight: bold;
}
#submission #submission-content .border-box {
  border: 1px solid #9b9b9b;
  margin: 15px 10px;
  padding: 10px 15px;
}
#submission #submission-content .peer-reviewed-box {
  margin: 15px 0;
  padding: 15px 20px;
  background-color: #f3f3f3;
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
}
#submission #submission-content .peer-reviewed-box .peer-reviewed-article {
  color: #20891a;
}
#submission #submission-content .peer-reviewed-box .peer-reviewed-article a {
  color: #20891a;
  text-decoration: underline;
}
#submission .manuscript-author-affiliation {
  margin-bottom: 10px;
}
#submission .manuscript-author-affiliation .manuscript-authors {
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 10px;
}
#submission .manuscript-author-affiliation .manuscript-affiliations {
  font-size: 13px;
}
#submission .manuscript-author-affiliation .manuscript-affiliations .aff .aff-item {
  display: inline-block;
  width: 13px;
  position: absolute;
}
#submission .manuscript-author-affiliation .manuscript-affiliations .aff .aff-name {
  margin-left: 13px;
  padding-bottom: 3px;
  line-height: 17px;
}
#submission .manuscript-author-affiliation .manuscript-affiliations .aff .aff-name.no-margin {
  margin-left: 0;
}
#submission .submission-count-div-container {
  padding: 0px;
  text-align: center;
}
#submission .submission-count-div-container > .submission-count-div {
  padding: 10px;
  background-color: #F3F3F3;
  margin-bottom: 6px;
}
#submission .submission-count-div-container:nth-of-type(odd) > .submission-count-div {
  margin-right: 3px;
}
#submission .submission-count-div-container:nth-of-type(even) > .submission-count-div {
  margin-left: 3px;
}
#submission .submission-count-div-container > .submission-count-div > .name {
  font-size: 10px;
  display: block;
  font-weight: 700;
}
#submission .submission-count-div-container > .submission-count-div > .count {
  display: block;
  padding: 5px 0px;
  /*color: #4a4a4a;*/
  font-size: 20px;
  /*font-weight: 300;*/
}
#submission .manuscript-functions, #submission .manuscript-alert {
  /*display: table;*/
  width: 100%;
  padding-bottom: 20px;
}
#submission .manuscript-functions > a, #submission .manuscript-alert > a {
  display: block;
  color: #434462;
  /*font-weight: 700;*/
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
  /*margin: 0 auto;*/
}
#submission .manuscript-functions > a span, #submission .manuscript-alert > a span {
  padding: 5px;
  display: block;
  border: 1px solid #434462;
  width: 140px;
  height: 32px;
  margin: 0 auto;
}
#submission .manuscript-functions > a:last-child, #submission .manuscript-alert > a:last-child {
  margin-bottom: 20px;
}
#submission .manuscript-bookmark {
  display: table;
  width: 100%;
}
#submission .manuscript-bookmark > a {
  color: #4a4a4a;
  font-size: 12px;
  background-color: #F3F3F3;
  display: block;
  padding: 7px;
  margin-bottom: 10px;
  width: 140px;
  margin: 5px auto;
}
#submission .manuscript-bookmark > a i {
  display: table-cell;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#submission .manuscript-bookmark > a i.citeulike {
  background-image: url(../img/social_media_icons/CiteULike_onetone.png);
}
#submission .manuscript-bookmark > a i.bibsonomy {
  background-image: url(../img/social_media_icons/Bibsonomy_onetone.png);
}
#submission .manuscript-bookmark > a i.mendeley {
  background-image: url(../img/social_media_icons/Mendeley_onetone.png);
}
#submission .manuscript-bookmark > a i.reddit {
  background-image: url(../img/social_media_icons/Reddit_onetone.png);
}
#submission .manuscript-bookmark > a i.delicious {
  background-image: url(../img/social_media_icons/Delicious_onetone.png);
}
#submission .manuscript-bookmark > a i.publons {
  background-image: url(../img/social_media_icons/publons_blue_white_shadow.png);
}
#submission .manuscript-bookmark > a span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
#submission .manuscript-bookmark > a:hover i.citeulike {
  background-image: url(../img/social_media_icons/CiteULike_color.png);
}
#submission .manuscript-bookmark > a:hover i.bibsonomy {
  background-image: url(../img/social_media_icons/Bibsonomy_color.png);
}
#submission .manuscript-bookmark > a:hover i.mendeley {
  background-image: url(../img/social_media_icons/Mendeley_color.png);
}
#submission .manuscript-bookmark > a:hover i.reddit {
  background-image: url(../img/social_media_icons/Reddit_color.png);
}
#submission .manuscript-bookmark > a:hover i.delicious {
  background-image: url(../img/social_media_icons/Delicious_color.png);
}
#submission .preprint-info-header {
  font-weight: 700;
}
#submission #submission-image-slider {
  background-color: #F3F3F3;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 20px;
}
#submission #submission-image-slider .swiper-container {
  width: 100%;
  height: 100%;
  margin: 20px auto;
  /*margin-left: auto;
  margin-right: auto;*/
}
#submission #submission-image-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 400px;
  background-color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#comments .comment, #user-comments .comment {
  padding-bottom: 30px;
}
#comments .comment-number, #user-comments .comment-number {
  padding: 2px 15px;
  margin-bottom: 5px;
  display: inline-block;
  color: #434462;
  border: 1px solid #434462;
  border-radius: 15px;
}
#comments .comment-number.reply, #user-comments .comment-number.reply {
  margin-top: 25px;
}
#comments .comment-details, #user-comments .comment-details {
  padding: 5px 0;
}
#comments .comment-content, #user-comments .comment-content {
  padding: 5px 0;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-word;
}
#comments .comment-content h1, #user-comments .comment-content h1 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
#comments .comment-content h2, #user-comments .comment-content h2 {
  margin: 0px;
  border: 0px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}
#comments .comment-reply, #user-comments .comment-reply {
  margin-top: 10px;
  margin-left: 20px;
}
#comments .comment-reply .comment-container, #user-comments .comment-reply .comment-container {
  margin-top: 10px;
  background-color: #F3F3F3;
  padding: 10px 20px;
}
#comments .highlight, #user-comments .highlight {
  font-weight: 700;
}
#comments a.comment-respond, #user-comments a.comment-respond {
  color: #434462;
  font-weight: 700;
}
#comments a.comment-respond.active, #user-comments a.comment-respond.active {
  color: #aaa;
}

#annoucement-section {
  margin: 40px auto;
}
#annoucement-section h3 {
  margin-bottom: 30px;
}
#annoucement-section .panel {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
#annoucement-section .news-type {
  color: gray;
}
#annoucement-section h5.news-title {
  font-weight: bold;
}
#annoucement-section .news-content {
  font-size: 15px;
}

#release-preprints-section h3 {
  margin-bottom: 30px;
}
#release-preprints-section .button-section {
  text-align: center;
}
#release-preprints-section .button-section button {
  zoom: 1;
  display: inline-block;
  margin-bottom: 0;
}

form div.form-full-width-label {
  margin-bottom: 5px;
}
form div.form-full-width-label > label {
  color: #032861;
  font-weight: 700;
}
form div.form-full-width-error {
  color: red;
  font-weight: 700;
  margin-bottom: 5px;
}
form div.form-full-width-input > span {
  display: inline-block;
  font-style: italic;
  margin-left: 10px;
}

.copy-container {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0px;
}
.copy-container .copy-text {
  position: absolute;
  top: -10000px;
}
.copy-container .copy-button {
  display: none;
  padding: 1px 5px;
  top: -1px;
  background-color: #fff;
  /*border-radius: 10px;*/
  color: #434462;
  font-weight: 400;
  font-size: 8px;
  border: 1px solid #434462;
  margin-bottom: 0px;
}

.copy-share-link-container .copy-share-link {
  display: inline-block;
  width: 80%;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  padding: 0 8px;
  margin: 15px 0 20px 0;
}
.copy-share-link-container .copy-share-link .copy-share-button {
  float: right;
}
.copy-share-link-container .copy-share-buttons {
  position: relative;
  top: 10px;
  display: inline-block;
  font-size: 21px;
}
.copy-share-link-container .copy-share-social {
  display: inline-block;
  margin-left: 8px;
  line-height: 2.3125rem;
  text-align: center;
}
.copy-share-link-container .copy-share-social i {
  color: #666;
}
.copy-share-link-container .copy-share-social i:active, .copy-share-link-container .copy-share-social i:hover {
  color: #303A3E;
}

#breadcrumb {
  /*padding-bottom: 10px;*/
  padding: 20px 0 15px 0;
  color: #4a4a4a;
  font-size: 15px;
}
#breadcrumb a {
  color: #4a4a4a;
  text-decoration: underline;
  font-size: 15px;
}

.my-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 9px;
  background: #d0021b;
  color: white;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
}

/**************************************************'
 *  MEDIA SIZE
 *************************************************/
div.display-block {
  display: inline-block;
}

/* small */
@media only screen and (max-width: 40em) {
  div.display-block-for-small {
    display: block;
  }
  div.display-block-for-medium {
    display: block;
  }
}
/* medium */
@media only screen and (min-width: 40.063em) {
  div.display-block-for-small {
    display: inline-block;
  }
  div.display-block-for-medium {
    display: block;
  }
}
/* large */
@media only screen and (min-width: 64.063em) {
  div.display-block-for-small {
    display: inline-block;
  }
  div.display-block-for-medium {
    display: inline-block;
  }
  .columns.large-20 {
    width: 20%;
  }
  .columns.large-40 {
    width: 40%;
  }
}
.latest-preirnts-header {
  margin: 10px auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #434462;
}

#modalCite #modalCiteTitle {
  font-weight: bold;
  font-size: 16px;
}
#modalCite .modal-cite-content {
  font-size: 13px;
}
#modalCite .modal-cite-content .style-title, #modalCite .modal-cite-content .download-links > a, #modalCite .modal-cite-content h3 {
  font-weight: 700;
}
#modalCite .modal-cite-content .download-links {
  margin-bottom: 20px;
}
#modalCite .copy-container {
  position: absolute;
  top: -10000px;
}

.withdrawn-tip {
  margin-top: 25px;
}

.withdrawn-article {
  background-color: #434462;
  color: #fff;
  padding: 5px;
}
.withdrawn-article a {
  color: #fff !important;
  text-decoration: underline;
}

.rss-link {
  float: right;
  margin-right: 10px;
}
.rss-link img {
  height: 18px;
  vertical-align: baseline;
}

a.link {
  color: #1d92cf;
  text-decoration: underline;
}

.related_body .related_container-fluid {
  padding: 0;
  margin: 0;
}
.related_body .related_suggestion_title {
  color: #434462;
  font-size: 15px;
}
.related_body a {
  color: #4A4A4A !important;
}

.rating-section h5 {
  font-size: 13px;
  font-weight: bold;
}
.rating-section table {
  border: none;
  font-size: 13px;
}
.rating-section table tr {
  background-color: #FFF;
}
.rating-section table tr td {
  font-size: 13px;
  padding: 0 10px;
  line-height: 1rem;
}
.rating-section table .progress.custom {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 5px;
  width: 260px;
  padding: 0;
}
@media only screen and (max-width: 40em) {
  .rating-section table .progress.custom {
    width: 160px;
  }
}

.custom-reveal {
  padding: 0;
}
.custom-reveal .row {
  padding: 0 30px;
}
.custom-reveal hr {
  margin: 5px 0;
  margin-bottom: 15px;
}
.custom-reveal .modalTitle {
  font-size: 21px;
  background-color: #434462;
  padding: 5px 15px;
  color: #fff;
  margin-bottom: 20px;
}
.custom-reveal .close-reveal-modal {
  top: 0;
  color: #fff;
}
.custom-reveal .reCaptcha {
  color: #1d92cf;
}
.custom-reveal .button-wrapper {
  margin-right: 30px;
}
.custom-reveal .msg {
  border-top: 1px solid #cccccc;
  background-color: #fff8ce;
  padding: 10px 30px;
}

.copyright-p {
  margin-top: 10px;
}

#submission-image-slider .swiper-button-next.swiper-button-disabled,
#submission-image-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

ul.pagination input {
  padding: 0px 5px;
  margin: 1px 0px 0px;
  max-width: 2.3125rem !important;
  border: 0.0625rem solid #9B9B9B;
  box-shadow: none !important;
  font-size: 0.75rem;
  line-height: 20px;
  height: auto;
}
ul.pagination .page {
  padding: 0;
  margin: 0;
}
ul.pagination .button.postfix {
  height: 22px;
  width: 33px;
  margin-right: -50px;
}

label.checkbox-label input {
  margin-bottom: 0.5rem;
}

.comment-desc {
  margin-top: 10px;
}

.custom-error-div {
  margin-bottom: 15px;
}

.publons-badge {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.publons-logo {
  width: 18px;
  height: 18px;
}

.newsletter_subscribe_list a:hover {
  text-decoration: underline;
}

.subject-area-content-box h3 a {
  display: inline-block;
}

.volunteer-subjects li {
  font-size: 13px;
}

.search-database-button {
  margin-left: 10px;
}

.add-search-condition {
  margin-left: 20px;
}

.minus-search-condition {
  margin-left: 20px;
  display: none;
}

.admin-setting .setting-input, .admin-setting .setting-complete, .admin-setting .setting-cancel {
  display: none;
}
.admin-setting .setting-complete {
  margin-left: 5px;
}
.admin-setting table {
  width: 700px;
}
.admin-setting table td {
  text-align: left;
}

.comment-section-button {
  border-radius: 3px;
  border: 1px solid #434462;
  margin: 0 0 10px;
  padding: 0.3125rem 0.625rem;
  background-color: #FFF;
  color: #434462 !important;
  display: inline-block;
}

.message-row .alert-box {
  margin-bottom: 0;
}

.topic_table .title {
  word-break: break-word;
}

.my-alert-box {
  border: 1px solid #999999;
  background-color: #ffff99;
  padding: 5px;
  color: #000;
  margin: 10px 0;
}

.no-padding {
  padding: 0;
}

.covid-link {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.covid-link a {
  color: #FFF;
  text-decoration: underline;
}

.scroll-top-box {
  position: fixed;
  right: 10%;
  bottom: 50px;
  visibility: hidden;
  text-align: center;
  z-index: 99999999;
}
.scroll-top-box .scroll-top-wrapper {
  margin: 0 15px;
  background-color: #F9F9F9;
  color: #434462;
  width: 50px;
  height: 48px;
  line-height: 50px;
  padding-top: 2px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 10px #909090;
}
.scroll-top-box .scroll-top-wrapper:hover {
  color: #F9F9F9;
  background-color: #434462;
}
.scroll-top-box.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}

.fixed-bottom-box {
  position: fixed;
  right: 10%;
  bottom: 160px;
  text-align: center;
  z-index: 99999999;
}
.fixed-bottom-box .award-wrapper img {
  width: 80px;
  height: 80px;
}

.author-avatar {
  width: auto;
  height: 16px;
  margin-top: -3px;
}

form ul li {
  color: red;
}

.js-allow-cookies {
  display: none;
  background-color: #434462;
  position: fixed;
  bottom: 0;
  color: white;
  min-height: 60px;
  width: 100%;
}
.js-allow-cookies .row {
  margin-top: 10px;
}
.js-allow-cookies .row a {
  color: white;
  border-bottom: white solid 1px;
}

.new-article-alert {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 15px;
}
.new-article-alert .alert-box {
  padding: 1rem 0.575rem;
  width: 220px;
  min-height: 100px;
}
.new-article-alert .alert-box .close {
  top: 15px;
}
.new-article-alert .alert-box .tips {
  margin-top: 10px;
  color: black;
  margin-bottom: 10px;
}
.new-article-alert .alert-box .links {
  padding: 5px 10px;
  background-color: white;
  word-break: break-all;
}
.new-article-alert .alert-box .links .link {
  border-bottom: solid 1px #EEEEEE;
  margin: 10px 0;
}
.new-article-alert .warning {
  background-color: #FCC70B;
}

.research-topic {
  border-bottom: 10px solid white;
  border-left: 10px solid white;
  border-right: 10px solid white;
}
.research-topic .wrapper-title {
  font-weight: bold;
  font-size: large;
  padding: 15px;
  background-color: white;
}
.research-topic .research-topic-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin: -2px;
}
.research-topic .research-topic-list .chunk {
  flex: 1;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.research-topic .research-topic-list .chunk .part {
  height: 70px;
  padding: 17.5px 20%;
  background-color: white;
  margin: 2px 1px 0 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.research-topic .research-topic-list .chunk .part a {
  font-size: 16px;
  font-weight: bold;
}
.research-topic .research-topic-list .chunk .part div {
  font-size: 14px;
}
.research-topic .research-topic-list .chunk .part:hover {
  background-color: #1890FF;
}
.research-topic .research-topic-list .chunk .part:hover a, .research-topic .research-topic-list .chunk .part:hover div {
  color: white;
}

.font-bold {
  font-weight: bold;
}

.logo {
  position: relative;
  width: 142px;
}

#upload-file-dialog {
  display: none;
}
#upload-file-dialog .row {
  padding: 5px 20px;
}
#upload-file-dialog .progress {
  display: flex;
  justify-content: space-between;
}
#upload-file-dialog .progress .progress-bar {
  background-color: #3E6FAD;
  height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#upload-file-dialog .progress .progress-count {
  padding-left: 10px;
  width: 20%;
}

a.button.primary {
  margin: 10px 0;
  color: white;
}
a.button.primary:hover {
  color: white;
}

.feedback-btn {
  position: fixed;
  top: 55%;
  left: -33px;
  z-index: 40000;
  font-size: 14px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  padding: 10px 10px 15px;
  outline: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #4f5671;
  background-clip: padding-box;
  box-shadow: 0 4px 16px #000000;
}

.unsubscribe-content {
  margin: 0 15%;
}

.subscribe-section select, .subscribe-section input[type=text] {
  height: 31px;
  padding: 0 0.5em;
}

.custom-tabs .tab-title {
  padding: 10px 0;
}
.custom-tabs .tab-title a {
  padding: 5px 20px;
}
.custom-tabs .tab-title.active a {
  background-color: #434462;
  color: white;
}

.faq-list .faq-question-block {
  border-bottom: 1px solid #E6E8E9;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.faq-list .faq-question-block .faq-question-line {
  position: relative;
}
.faq-list .faq-question-block .faq-question {
  color: #434462;
  font-weight: 700;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}
.faq-list .faq-question-block .faq-accordion {
  float: right;
  font-size: 24px;
  color: rgb(198, 202, 205);
}
.faq-list .faq-question-block .faq-accordion .fa {
  vertical-align: text-top;
  color: unset;
}
.faq-list .faq-question-block .faq-answer {
  margin: 20px 0 0 0;
  padding: 15px 20px;
  background-color: #F7F8FA !important;
}
.faq-list .faq-question-block .faq-answer p {
  margin-bottom: 0;
}
.faq-list .faq-question-block .faq-answer a {
  color: rgb(84, 112, 198);
  text-decoration: underline;
}

.home-section {
  padding: 60px calc(20vw - 40px) 40px;
}
.home-section.bg-white {
  background-color: #ffffff;
}
.home-section.big {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.home-section.big .home-section-sub {
  padding: 100px 150px 150px 150px;
}
.home-section.big .home-section-sub .title {
  margin-bottom: 0;
  color: white;
  font-size: 40px;
  text-align: left;
}
.home-section.big .home-section-sub .subtitle {
  text-align: left;
  font-size: 24px;
  margin-bottom: 40px;
}
.home-section.big .home-section-sub .description {
  color: white;
  font-size: 16px;
}
.home-section.big .home-section-sub .description .detail-link {
  color: rgb(255, 199, 56);
}
.home-section.big .home-section-content .content {
  margin: 30px 0;
}
.home-section.big .home-section-content .content .title {
  font-size: 16px;
  font-weight: 600;
}
.home-section.big .home-section-content .home-topic {
  position: relative;
  border: 1px solid white;
  border-radius: 5px;
  padding: 15px;
}
.home-section.big .home-section-content .home-topic .date {
  margin-bottom: 30px;
}
.home-section.big .home-section-content .home-topic .date span {
  color: rgb(255, 199, 56);
}
.home-section.big .home-section-content .home-topic .read-more {
  color: white;
}
.home-section.big .see-more a.button {
  position: absolute;
  bottom: 100px;
  border: unset;
  border-radius: 2px;
  background-color: rgb(255, 199, 56);
  color: black;
}
.home-section.big .see-more a.button .black {
  color: black;
}
.home-section.big .mdpi-topics {
  background-color: black;
  color: white;
}
.home-section.big .friendly-journals {
  background-color: rgb(255, 199, 56);
  color: black;
}
.home-section.big .friendly-journals .title {
  color: black;
}
.home-section.big .friendly-journals .description {
  color: black;
}
.home-section.big .friendly-journals .see-more a.button {
  background-color: black;
  color: white;
}
.home-section.bg-black {
  background-image: url("../img/bg.png");
  background-position: center;
  background-size: cover;
}
.home-section .home-section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.home-section .home-section-title-sub {
  font-size: 16px;
  color: #666666;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 0 5% 40px 5%;
}
.home-section .home-section-title-sub .detail-link {
  color: #FFC738;
  text-decoration: underline;
}
.home-section .home-section-content .row {
  padding: 0 10px;
}
.home-section .home-section-content .home-section-content-sub {
  padding: 0 10px 5px 10px;
}
.home-section .home-section-content .home-section-content-sub:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.home-section .home-section-content .home-section-content-sub .media {
  padding: 0 10px;
  margin: 0 0 20px 0;
  display: flex;
}
.home-section .home-section-content .home-section-content-sub .media .left {
  margin: 10px;
  min-width: 50px;
}
.home-section .home-section-content .home-section-content-sub .media .left .circle {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #FFC738;
}
.home-section .home-section-content .home-section-content-sub .media .left .circle .number {
  font-size: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  top: 2px;
  left: 2px;
  text-align: center;
  line-height: 46px;
}
.home-section .home-section-content .home-section-content-sub .media .left .circle::after {
  content: "...";
  color: #D5D5D5;
  writing-mode: vertical-rl;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 3px;
}
.home-section .home-section-content .home-section-content-sub .media .right {
  margin: 10px;
  min-width: 150px;
}
.home-section .home-section-content .home-section-content-sub .media .right .title {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.home-section .home-section-content .home-section-content-sub .media .right .content {
  font-size: 14px;
  color: #999999;
}
.home-section .home-section-content .home-section-content-sub.second {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
.home-section .home-section-content .home-section-content-sub.second .card-block {
  flex-grow: 2;
  display: flex;
  justify-content: center;
}
.home-section .home-section-content .home-section-content-sub.second .card-block .card {
  max-width: 220px;
}
.home-section .home-section-content .home-section-content-sub.second .card-block .card .head {
  margin: 10px 10px 20px 10px;
}
.home-section .home-section-content .home-section-content-sub.second .card-block .card .title {
  margin: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.home-section .home-section-content .home-section-content-sub.second .card-block .card .content {
  margin: 10px;
  font-size: 14px;
  color: #999999;
}
.home-section .home-section-content .home-topics {
  margin-bottom: 40px;
}
.home-section .home-section-content .home-topics .home-topic {
  background-color: #F7F8FA;
  padding: 20px 25px;
  border: 1px solid #ffffff;
}
.home-section .home-section-content .home-topics .home-topic .title {
  font-size: 16px;
  font-weight: 600;
  color: #434462;
  margin-bottom: 15px;
}
.home-section .home-section-content .home-topics .home-topic .authors {
  font-size: 14px;
  color: #666666;
}
.home-section .home-section-content .home-topics .home-topic .date {
  font-size: 14px;
  color: #666666;
}
.home-section .home-section-content .home-topics .home-topic .date span {
  color: #5470C6;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block {
  padding: 20px 17px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .head {
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .head .left {
  padding-bottom: 14px;
  border-bottom: 2px solid #FFC738;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .head .right {
  float: right;
  font-size: 14px;
  color: #434462;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .articles {
  padding: 10px 0;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .articles .media {
  position: relative;
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .articles .media:last-child {
  border-bottom: unset;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .articles .media .left {
  margin: 10px 10px 10px 0;
  width: 24px;
  height: 24px;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .articles .media .right {
  flex: 1;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .articles .media .right .title {
  font-size: 16px;
  font-weight: 600;
  color: #434462;
}
.home-section .home-section-content.home-section-articles .home-section-article .article-block .articles .media .right .item {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}
.home-section .home-section-content.news-cards {
  margin-bottom: 40px;
}
.home-section .home-section-content.news-cards .news-card {
  height: 250px;
  max-height: 100%;
  background-color: #f7f8fa;
  padding: 30px 20px;
  border: 10px solid #ffffff;
}
.home-section .home-section-content.news-cards .news-card .title {
  font-size: 16px;
  color: #434462;
  font-weight: 600;
}
.home-section .home-section-content.news-cards .news-card .date {
  color: #999999;
  font-size: 14px;
  padding: 10px 0;
}
.home-section .home-section-content.news-cards .news-card .abstract {
  font-size: 14px;
  color: #666666;
}
.home-section .home-section-content.statistic-info-cards {
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
}
.home-section .home-section-content.statistic-info-cards .row {
  padding: 0;
}
.home-section .home-section-content.statistic-info-cards .statistic-info-card {
  /* small */
}
@media only screen and (max-width: 40em) {
  .home-section .home-section-content.statistic-info-cards .statistic-info-card:not(:last-child) {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 20px;
  }
  .home-section .home-section-content.statistic-info-cards .statistic-info-card:not(:first-child) {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64.062em) {
  .home-section .home-section-content.statistic-info-cards .statistic-info-card:nth-child(1) {
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 20px;
  }
  .home-section .home-section-content.statistic-info-cards .statistic-info-card:nth-child(2) {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 20px;
  }
  .home-section .home-section-content.statistic-info-cards .statistic-info-card:nth-child(3) {
    border-right: 2px solid #cccccc;
    padding-top: 20px;
  }
  .home-section .home-section-content.statistic-info-cards .statistic-info-card:nth-child(4) {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .home-section .home-section-content.statistic-info-cards .statistic-info-card:not(:last-child) {
    border-right: 2px solid #cccccc;
  }
}
.home-section .home-section-content.statistic-info-cards .statistic-info-card .number {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  padding: 5px;
}
.home-section .home-section-content.statistic-info-cards .statistic-info-card .description {
  font-size: 16px;
  color: #aaaaaa;
  padding: 5px;
}

@media only screen and (max-width: 64.063em) {
  .home-section.statistic-info {
    padding: 0;
  }
}
footer {
  padding-top: 20px;
}
footer .links-section {
  padding: 50px 0;
}
footer .links-section > .row {
  padding: 0;
}
footer .links-section > .row .logo-part .logo {
  width: 125px;
  margin-bottom: 20px;
}
footer .links-section > .row .logo-part .description {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
}
footer .links-section > .row .logo-part .buttons .button {
  margin-right: 5px;
}
footer .links-section > .row .logo-part .buttons .social-buttons {
  margin-bottom: 25px;
}
footer .links-section > .row .logo-part .buttons .social-buttons .fa-circle {
  color: #434462;
}
@media only screen and (max-width: 40.063em) {
  footer .links-section > .row .logo-part {
    border-right: 2px solid #d3d4dc;
  }
  footer .links-section > .row .logo-part .buttons {
    display: flex;
    flex-wrap: wrap;
  }
  footer .links-section > .row .logo-part .buttons .order-sm-0 {
    order: 0;
  }
  footer .links-section > .row .logo-part .buttons .order-sm-1 {
    order: 1;
  }
  footer .links-section > .row .logo-part .buttons .columns {
    padding: 0;
  }
}
footer .links-section > .row .links-part h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 18px;
  position: relative;
}
footer .links-section > .row .links-part h5 a {
  float: right;
}
footer .links-section > .row .links-part h5 a i {
  vertical-align: middle;
  font-size: 1.5rem;
}
@media only screen and (max-width: 40.063em) {
  footer .links-section > .row .links-part h5 {
    border-top: 1px solid #d9d9d9;
    margin: 0;
    padding: 30px 0;
  }
}
footer .links-section > .row .links-part ul {
  margin-left: 0;
}
footer .links-section > .row .links-part ul li {
  list-style: none;
  font-size: 14px;
  padding-bottom: 10px;
}
footer .links-section > .row .links-part .description {
  font-size: 14px;
  color: #999999;
  padding-bottom: 20px;
}
@media only screen and (max-width: 40.063em) {
  footer .links-section > .row .links-part {
    padding-left: 0.9375rem;
  }
  footer .links-section > .row .links-part ul {
    padding-left: 10px;
  }
}
footer .footer-copyright {
  background-color: #434462;
  color: #ffffff;
  font-weight: 600;
}
footer .footer-copyright .row {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
footer .footer-copyright .row .columns {
  padding: 15px 0;
}
footer .footer-copyright .row div {
  flex-grow: 1;
}
footer .footer-copyright a {
  color: #ffffff;
  margin: 0 15px;
}
@media only screen and (max-width: 64.062em) {
  footer .footer-copyright .columns:first-child {
    padding-top: 15px;
  }
  footer .footer-copyright .columns:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
  }
  footer .footer-copyright .order-sm-0 {
    order: 0;
  }
  footer .footer-copyright .order-sm-1 {
    order: 1;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.multiple-line-point-1 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.multiple-line-point-1.expand {
  -webkit-line-clamp: unset;
}

.multiple-line-point-2 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.multiple-line-point-2.expand {
  -webkit-line-clamp: unset;
}

.multiple-line-point-3 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.multiple-line-point-3.expand {
  -webkit-line-clamp: unset;
}

.multiple-line-point-4 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.multiple-line-point-4.expand {
  -webkit-line-clamp: unset;
}

.multiple-line-point-5 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.multiple-line-point-5.expand {
  -webkit-line-clamp: unset;
}

.multiple-line-point-6 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.multiple-line-point-6.expand {
  -webkit-line-clamp: unset;
}

.multiple-line-point-7 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.multiple-line-point-7.expand {
  -webkit-line-clamp: unset;
}

.multiple-line-point-8 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.multiple-line-point-8.expand {
  -webkit-line-clamp: unset;
}

.toggle-collapse {
  cursor: pointer;
}

@media only screen and (max-width: 40em) {
  #subscribeModal {
    min-height: unset;
  }
}
#rssModal .logo {
  height: 30px;
}
#rssModal .modal-body {
  padding: 40px 10%;
}
#rssModal .modal-body .for {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
}
#rssModal .modal-body .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #434462;
}
#rssModal .modal-body .tips {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
}
#rssModal .modal-body .paste-block {
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 24px;
  color: #576B95;
}
#rssModal .modal-body .paste-block img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
#rssModal .modal-body .note {
  font-size: 14px;
  color: #333333;
}
#rssModal .modal-body .note a {
  color: #576B95;
  text-decoration: underline;
}

.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}

a.link {
  color: #E7A705;
  text-decoration: underline;
}

.button {
  font-size: 14px;
  border: 1px solid #ccc;
  font-weight: 400;
  text-decoration: none !important;
}
.button.secondary {
  color: #333;
  background-color: white;
}

.long-button {
  width: 100%;
}

.off-canvas-wrap {
  overflow: unset;
}

.right-off-canvas-menu {
  display: none;
}

.must-hide {
  display: none !important;
}

.queue-show-block {
  display: flex;
  align-items: baseline;
}

.accordion {
  border-bottom: 1px solid #000000;
  padding-top: 30px;
  padding-bottom: 10px;
}
.accordion .accordion-title {
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
.accordion .accordion-title .accordion-link {
  float: right;
}
.accordion .accordion-title .accordion-link i {
  color: #000000;
}
.accordion .accordion-content {
  padding-top: 10px;
}

@-moz-document url-prefix() {
  table td {
    word-break: break-word;
  }
}
.f-dropdown {
  transform: translate(-65px, 10px);
  width: unset;
  min-width: 100px;
}
.f-dropdown::before {
  display: none;
}
.f-dropdown::after {
  display: none;
}

.file-download-button {
  width: 200px;
  display: flex;
}
.file-download-button span {
  flex-grow: 1;
}
.file-download-button span:first-child {
  text-align: left;
}
.file-download-button span:last-child {
  text-align: right;
}

.filepond--drop-label {
  background-color: #F8F9FD;
}

input[type=text], input[type=email], select, textarea {
  border: 0;
  background-color: #F8F9FD;
  border-radius: 4px;
  box-shadow: none;
}
input[type=text][disabled], input[type=email][disabled], select[disabled], textarea[disabled] {
  background-color: #F5F5F5;
}
input[type=text]:focus-visible, input[type=email]:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: unset;
  box-shadow: 0 0 4px #b7b7bc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.3125rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.3125rem;
}

.select2-container .select2-selection--single {
  height: 2.3125rem;
  background-color: #F8F9FD;
  border: 0;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.select2-container {
  margin: 0 0 1rem 0;
}

.select2-dropdown {
  background-color: #F8F9FD;
  border: 0;
}

.tox-edit-area__iframe {
  background-color: #F8F9FD !important;
}

#manuscript-link-publish-modal .citation {
  background-color: #f7f8fa;
  padding: 15px;
}
#manuscript-link-publish-modal .buttons {
  margin-top: 20px;
}
#manuscript-link-publish-modal .list ul li {
  cursor: pointer;
  list-style: none;
  margin: 6px 0;
  border: 2px solid #e5e5e5;
}
#manuscript-link-publish-modal .list ul li:hover .citation, #manuscript-link-publish-modal .list ul li.active .citation {
  background-color: #cccdd5;
}

#possible_link_articles_container .buttons .button {
  width: 80px;
}

table {
  width: 100%;
  border: none;
  background-color: white;
}

#choose-friendly-journal-success-modal {
  font-size: 16px;
}

th.sorted.ascending:after {
  content: "  \f0d8";
  font-family: FontAwesome;
}

th.sorted.descending:after {
  content: " \f0d7";
  font-family: FontAwesome;
}

.friendly-journal-filter div:first-child {
  padding-right: 10px !important;
}
.friendly-journal-filter div:last-child {
  padding-left: 10px !important;
}

.susy-status-btn {
  display: none;
  background-color: #4a90e2;
}

.layui-layer-btn0 {
  background-color: #434462 !important;
  border-color: #434462 !important;
}

.d-flex {
  display: flex;
}

.btn-mark-new {
  position: relative;
  width: 200px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 14px;
}
.btn-mark-new:after {
  position: absolute;
  content: "new";
  font-size: 10px;
  line-height: 10px;
  font-style: italic;
  font-weight: 700;
  top: 0;
  right: 5px;
}

#sciprints_email_form_reason label, #sciprints_email_form_withdrawReasonLabel label {
  text-align: left;
  font-weight: normal;
}

.award-fixed-banner {
  position: absolute;
  margin-left: 10vw;
  top: -150%;
}
@media only screen and (max-width: 64.0625em) {
  .award-fixed-banner {
    display: none !important;
  }
}

.select2-results__group {
  cursor: pointer !important;
}

.select2-selection__choice {
  color: black;
}

#related-articles .head {
  font-size: 13pt;
  margin: 10px 0 10px 0;
  font-weight: bold;
}
#related-articles .tabs {
  border-bottom: 1px solid #dee2e6;
}
#related-articles .tabs .tab-title a {
  padding: 10px 20px;
  color: #212529 !important;
}
#related-articles .tabs .tab-title.active a {
  border: 1px solid;
  border-color: #dee2e6 #dee2e6 #fff;
}
#related-articles .article {
  padding: 0;
  min-height: 70px;
}
#related-articles .article a {
  color: #212529 !important;
}
#related-articles .article a:hover {
  text-decoration: underline;
}
#related-articles .article .info {
  color: #6c757d;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
  display: none;
}
.orbit-container:hover .orbit-prev, .orbit-container:hover .orbit-next {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}

.breadcrumb-sticky {
  position: sticky;
  top: 65px;
  z-index: 10;
  background: #FFF;
}

.email_author_form .checkbox label {
  text-align: left;
}

.tab-bar {
  height: 65px;
  background-color: #fff;
  line-height: 65px;
}
.tab-bar .fa {
  font-size: 25px;
  margin-left: 12px;
  width: 22px;
}
.tab-bar .fa.disabled {
  color: #c4c5cf;
}
.tab-bar a {
  outline: 0;
}

.right-off-canvas-menu {
  margin-top: 65px;
  background-color: #2b2b35;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  right: -6px;
  padding-right: 6px;
}
.right-off-canvas-menu ul li.divider {
  padding: 0 14px;
  border-top: 1px solid #fff;
  margin: 10px;
}
.right-off-canvas-menu ul li a.button {
  margin: 30px 10px;
  color: #2b2b35;
  background-color: #fff;
}
.right-off-canvas-menu ul li a {
  padding: 10px 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: 0;
}

.show-announcement-title {
  font-size: 23px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #222;
  font-family: "Open Sans", Arial;
}
.show-announcement-title * {
  font-size: 23px;
}

.show-announcement-content {
  line-height: 20px;
  margin-top: 20px;
}
.show-announcement-content, .show-announcement-content * {
  font-size: 13px !important;
}
.show-announcement-content a {
  color: #000;
}
.show-announcement-content a:hover {
  text-decoration: underline;
}

.row.latest-news #mainpage-latest-preprints,
.row.latest-news #mainpage-most-preprints,
.row.latest-news .mainpage-latest-announcements {
  /* small */
  /* medium */
  /* large */
}
@media only screen and (max-width: 40em) {
  .row.latest-news #mainpage-latest-preprints,
  .row.latest-news #mainpage-most-preprints,
  .row.latest-news .mainpage-latest-announcements {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 40.063em) {
  .row.latest-news #mainpage-latest-preprints,
  .row.latest-news #mainpage-most-preprints,
  .row.latest-news .mainpage-latest-announcements {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .row.latest-news #mainpage-latest-preprints,
  .row.latest-news #mainpage-most-preprints,
  .row.latest-news .mainpage-latest-announcements {
    padding-right: 20px;
  }
}
.row.latest-news h2.wrapper-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.row.latest-news h2.wrapper-title a:hover {
  text-decoration: none;
}
.row.latest-news h2.wrapper-title::before {
  content: "";
  height: 2px;
  width: 100%;
  max-width: 112px;
  display: block;
  background-color: #ffc313;
  margin-bottom: 8px;
}
.row.latest-news .mainpage-article-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.row.latest-news .mainpage-article-item a.news-title, .row.latest-news .mainpage-article-item a.title p {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 700 !important;
  margin-bottom: 10px;
  display: block;
}
.row.latest-news .mainpage-article-item .abstract-content, .row.latest-news .mainpage-article-item .abstract-content p {
  font-size: 12px;
  line-height: 15px;
}
.row.latest-news .mainpage-article-item .item-footer {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #4a4a4a !important;
  font-weight: 600;
}
.row.latest-news .mainpage-article-item .item-footer a {
  color: #4a4a4a;
}
.row.latest-news .mainpage-article-item:last-of-type {
  border-bottom: 0px;
}
.row.latest-news a:not(.button):hover {
  text-decoration: underline;
}
.row.latest-news .view-all-link {
  text-align: center;
}
.row.latest-news .view-all-link a {
  font-size: 16px;
  margin-bottom: 5px;
}

.comments-wrapper {
  background-color: #f9f9fa;
  padding-bottom: 30px;
}
.comments-wrapper .comment-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.comments-wrapper .comment-item a {
  font-size: 15px !important;
  margin-bottom: 10px;
  display: block;
  color: #333 !important;
  word-break: break-all;
}
.comments-wrapper .comment-item .item-footer {
  color: #9b9b9b;
  font-size: 14px;
}

.news-annoucement {
  background-color: #f9f9fa;
  padding-bottom: 30px;
}
.news-annoucement .mainpage-news-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-annoucement .mainpage-news-item a.news-title, .news-annoucement .mainpage-news-item a.news-title p {
  font-size: 16px !important;
  margin-bottom: 10px;
  display: block;
  color: #333 !important;
}
.news-annoucement .mainpage-news-item .item-footer {
  color: #9b9b9b;
  font-size: 15px;
}

.main-wrapper {
  background-color: #f9f9fa;
}
.main-wrapper .main-section-wrapper {
  text-align: center;
  background: linear-gradient(rgba(28, 31, 43, 0.8), rgba(28, 31, 43, 0.8)), url("../img/Homepage_small3.png") no-repeat center;
  min-height: 360px;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 40em) {
  .main-wrapper .main-section-wrapper {
    padding-bottom: 50px;
  }
}
.main-wrapper .main-section-wrapper .main-title {
  font-family: "Open Sans", Arial, serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-wrapper .main-section-wrapper #index-divider {
  width: 317px;
  height: 1px;
  margin: 0 auto;
  border: 1px solid #9b9b9b;
  margin-bottom: 1.96875rem;
}
.main-wrapper .main-section-wrapper #subjects-list-homepage {
  padding-bottom: 50px;
  padding-top: 15px;
}
.main-wrapper .main-section-wrapper #subjects-list-homepage .subject-list-background {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  margin-top: 15px;
}
.main-wrapper .main-section-wrapper .row .subject-list {
  display: inline-block;
  padding: 0 15px;
}
.main-wrapper .main-section-wrapper .row .subject-list .left-side {
  /*text-align: right;*/
  /*margin-right: 10px;*/
}
.main-wrapper .main-section-wrapper .row .subject-list.right-side {
  text-align: left;
}
.main-wrapper .main-section-wrapper .row .subject-list ul {
  list-style: none;
}
.main-wrapper .main-section-wrapper .row .subject-list li {
  line-height: 22px;
}
.main-wrapper .main-section-wrapper .row .subject-list a {
  font-weight: bold;
  color: #FFF;
  font-family: "Open Sans", Arial;
  font-size: 16px;
  font-weight: 700;
}
.main-wrapper .main-section-wrapper .row .subject-list a:hover {
  color: #b3b3b3;
}
.main-wrapper .main-section-wrapper .form-field {
  /*float: left !important;*/
  text-align: center !important;
  /*margin-left: rem-calc(130);*/
  width: 100%;
  font-size: 0; /* to removei unwanted white space between inline-blocks */
  margin-top: 1.96875rem;
  margin-bottom: 0.9375rem;
  padding: 0 10%;
}
.main-wrapper .main-section-wrapper .form-field .home-search-button {
  background-color: #FFC738;
  position: relative;
  top: 1px;
  display: inline-block;
  min-width: 1.875rem;
  margin-bottom: 10px;
  height: 1.875rem;
  /* small */
  /* medium */
  /* large */
}
@media only screen and (max-width: 40em) {
  .main-wrapper .main-section-wrapper .form-field .home-search-button {
    width: 100%;
  }
}
@media only screen and (min-width: 40.063em) {
  .main-wrapper .main-section-wrapper .form-field .home-search-button {
    width: 1.875rem;
    padding: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .main-wrapper .main-section-wrapper .form-field .home-search-button {
    width: 1.875rem;
  }
}
.main-wrapper .main-section-wrapper .form-field .home-advanced-search {
  clear: both;
  text-align: left;
}
.main-wrapper .main-section-wrapper .form-field .home-advanced-search .advanced-search-link {
  color: #FFF !important;
  font-size: 0.625rem;
  text-decoration: underline;
}
.main-wrapper .main-section-wrapper .form-field .home-search-icon {
  font-size: 15px;
  color: #434462;
  margin-top: 0.4375rem;
}
.main-wrapper .main-section-wrapper .form-field .home-search-text {
  font-size: 13px;
  line-height: 1.875rem;
  color: #fff;
  display: block;
  width: 148px;
}
.main-wrapper .main-section-wrapper .form-field .search-input-item {
  padding: 0 2px;
  display: inline-block;
  width: 50%;
}
.main-wrapper .main-section-wrapper .form-field .search-input-item.search-input-item-full {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .main-wrapper .main-section-wrapper .form-field .search-input-item {
    width: 100%;
  }
}
.main-wrapper .main-section-wrapper .form-field .input-text {
  display: inline-block;
  padding: 0 5px;
  background-color: #ffffff;
  /*max-width: rem-calc(150) !important;*/
  /*margin-right: rem-calc(4);*/
  width: 100%;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  height: 1.875rem;
}
.main-wrapper .main-section-wrapper .form-field .input-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #4a4a4a;
}
.main-wrapper .main-section-wrapper .form-field .input-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #4a4a4a;
  opacity: 1;
}
.main-wrapper .main-section-wrapper .form-field .input-text::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4a4a4a;
  opacity: 1;
}
.main-wrapper .main-section-wrapper .form-field .input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4a4a4a;
}
.main-wrapper .main-section-wrapper .form-field .input-text:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #4a4a4a;
}
.main-wrapper .main-section-wrapper .form-field .input-select {
  /*display: inline-block;*/
  box-sizing: border-box;
  padding: 0 5px;
  background-color: #ffffff;
  /*max-width: rem-calc(150) !important;*/
  width: 100%;
  /*margin-right: rem-calc(4) !important;*/
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  height: 1.875rem;
}
.main-wrapper .main-section-wrapper .form-field .input-period {
  display: inline-block;
  padding: 0 5px;
  background-color: #ffffff;
  width: 100%;
  min-width: 4.4375rem !important;
  max-width: 7.5rem !important;
  /*margin-right: rem-calc(4) !important;*/
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  height: 1.875rem;
  background-position: 105% center;
}
.main-wrapper .main-section-wrapper .form-field .search-button {
  display: inline-block;
  color: #FFF;
  width: 1.875rem !important;
  height: 1.875rem !important;
  border: 1px solid #FFF;
  text-align: center;
  vertical-align: middle;
}
.main-wrapper .main-section-wrapper .form-field .search-sign {
  font-size: 0.875rem;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
.main-wrapper .main-section-wrapper .button {
  margin-bottom: 70px;
}

.statistics-wrapper {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.statistics-wrapper .item {
  margin-bottom: 10px;
}
.statistics-wrapper .item .icon img {
  max-width: 150px;
  max-height: 150px;
}
.statistics-wrapper .item .number {
  font-size: 50px;
  color: #434462;
  font-size: 40px;
  font-weight: 900;
  line-height: 0.75;
}
.statistics-wrapper .item .number .hours {
  font-size: 15px;
}
.statistics-wrapper .item .title {
  font-size: 15px;
  color: #434462;
  margin: 20px auto;
  padding-left: 5px;
  padding-right: 5px;
}

.operated {
  font-size: 16px;
  line-height: 1.6;
  color: #434462;
  max-width: 330px;
  display: inline-block;
}

#image-credits {
  text-align: center;
  margin-top: 10px;
  color: #9B9B9B;
}
#image-credits a {
  color: #9b9b9b;
}
#image-credits a:hover {
  color: #303A3E;
}

.features-wrapper {
  background-color: #484959;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}
.features-wrapper > .main-row {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 35px;
}
.features-wrapper .row {
  /*margin-left:64px;*/
  /*padding-left: 0;        */
}
.features-wrapper .row .columns {
  text-align: center;
}
.features-wrapper .div1 {
  min-height: 40px;
  font-weight: bold;
  font-family: SourceSansPro-Black;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-wrapper .div2 {
  margin: 21px auto 35px auto;
  position: relative;
}
.features-wrapper .div3 {
  margin: 0 auto;
  /* medium */
  line-height: 1.3;
  color: #ffffff;
  max-width: 250px;
  /*width: 195px;*/
}
@media only screen and (max-width: 40em) {
  .features-wrapper .div3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 40.063em) {
  .features-wrapper .div3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 64.063em) {
  .features-wrapper .div3 {
    font-size: 14px;
  }
}

#about-div {
  display: inline-block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.circular {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  opacity: 0.8;
}

.social-media-link {
  display: inline-block;
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
}
.social-media-link.facebook {
  background-image: url("../img/social_media_icons/facebook.svg");
}
.social-media-link.twitter {
  background-image: url("../img/social_media_icons/twitter.svg");
}
.social-media-link.linkedin {
  background-image: url("../img/social_media_icons/linkedin.svg");
}
.social-media-link.googleplus {
  background-image: url("../img/social_media_icons/googleplus.svg");
}

.mail_to_underline:hover {
  text-decoration: underline !important;
}

/**************************************************'
 *  MEDIA SIZE
 *************************************************/
/* small */
@media only screen and (max-width: 40em) {
  .subject-list.left-side {
    text-align: left;
  }
  .subject-list ul {
    width: 190px;
    margin: 0 auto;
  }
}
/* medium */
@media only screen and (min-width: 40.063em) {
  .subject-list.left-side {
    text-align: right;
  }
  .subject-list ul {
    width: auto;
    margin: auto;
  }
}
/* large */
@media only screen and (min-width: 64.063em) {
  .subject-list .left-side {
    text-align: right;
  }
  .subject-list ul {
    width: auto;
    margin: auto;
  }
}
#search-section input:focus, #search-section select:focus {
  border: 2px solid #FFC313;
  outline: none;
}

.user-home-container {
  display: flex;
  height: 100%;
}
.user-home-container .user-home-nav {
  position: sticky;
  top: 0;
  width: calc(20vw - 132px);
  min-width: 200px;
}
.user-home-container .user-home-nav .user-cover-container {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc(20% - 25px);
  border-bottom: 2px solid #f3f3f3;
}
.user-home-container .user-home-nav .user-cover-container .user-cover-block .user-cover {
  position: relative;
  width: 120px;
  height: 120px;
}
.user-home-container .user-home-nav .user-cover-container .user-cover-block .user-cover .avatar {
  width: 100%;
  border-radius: 50%;
}
.user-home-container .user-home-nav .user-cover-container .user-cover-block .user-cover .operate {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #4F5671;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.user-home-container .user-home-nav .user-cover-container .user-cover-block .user-info {
  padding: 20px 0;
}
.user-home-container .user-home-nav .user-cover-container .user-cover-block .user-info .name {
  text-align: center;
  font-size: 20px;
}
.user-home-container .user-home-nav .user-home-menu-content .menu {
  padding-top: 60px;
  margin-left: 0;
  padding-bottom: 60px;
}
.user-home-container .user-home-nav .user-home-menu-content .menu li {
  padding-left: calc(20% - 25px);
  list-style: none;
  margin: 15px 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}
.user-home-container .user-home-nav .user-home-menu-content .menu li.active {
  background-color: #F8F9FD;
}
.user-home-container .user-home-content {
  width: calc(100% - 20vw + 132px);
  background-color: #f3f3f3;
  font-family: sans-serif;
  padding-bottom: 50px;
}
.user-home-container .user-home-content .user-home-statistic {
  position: relative;
  height: 260px;
}
.user-home-container .user-home-content .user-home-statistic .background {
  background-color: #4f5671;
  height: 200px;
}
.user-home-container .user-home-content .user-home-statistic .background .title {
  color: white;
  font-size: 28px;
  padding: 50px;
}
.user-home-container .user-home-content .user-home-statistic .statistic-block {
  position: absolute;
  top: 120px;
  width: calc(100% - 100px);
  margin: 0 50px;
  display: flex;
  align-content: space-between;
}
.user-home-container .user-home-content .user-home-statistic .statistic-block .info {
  width: 0;
  border-radius: 5px;
  margin: 0 7px;
  height: 140px;
  background-color: white;
  flex-grow: 1;
}
.user-home-container .user-home-content .user-home-statistic .statistic-block .info:first-child {
  margin-left: 0;
}
.user-home-container .user-home-content .user-home-statistic .statistic-block .info:last-child {
  margin-right: 0;
}
.user-home-container .user-home-content .user-home-statistic .statistic-block .info .title {
  font-size: 18px;
  padding: 30px 0 20px 30px;
}
.user-home-container .user-home-content .user-home-statistic .statistic-block .info .num {
  font-size: 38px;
  font-weight: bold;
  padding-left: 30px;
}
.user-home-container .user-home-content .user-home-main {
  padding: 0 50px;
  font-size: 16px;
}
.user-home-container .user-home-content .user-home-main .content-title {
  color: #4F5671;
  font-size: 28px;
  padding-bottom: 30px;
  margin-top: 50px;
}
.user-home-container .user-home-content .user-home-main .tab {
  margin-bottom: 30px;
}
.user-home-container .user-home-content .user-home-main .tab a {
  padding: 5px 10px;
  border: 1px solid #4F5671;
  border-radius: 15px;
  margin-right: 20px;
  min-width: 190px;
  text-align: center;
  display: inline-block;
}
.user-home-container .user-home-content .user-home-main .tab a.active {
  background-color: #4F5671;
  color: white;
}
.user-home-container .user-home-content .user-home-main .user-comments .user-comment {
  background-color: white;
  margin: 15px 0;
  padding: 50px;
}
.user-home-container .user-home-content .user-home-main .user-comments .user-comment .comment-time {
  font-size: 14px;
  margin-bottom: 15px;
}
.user-home-container .user-home-content .user-home-main .user-comments .user-comment .article-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
.user-home-container .user-home-content .user-home-main .user-comments .user-comment .article-title a {
  color: #000000;
}
.user-home-container .user-home-content .user-home-main .user-comments .user-comment .comment-published-by {
  font-size: 16px;
}
.user-home-container .user-home-content .user-home-main .user-comments .user-comment .comment-user {
  font-size: 14px;
  margin: 17px 0;
}
.user-home-container .user-home-content .user-home-main .user-comments .user-comment .my-comment {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  border-top: 1px solid #f3f3f3;
  color: #000000;
}
.user-home-container .user-home-content .user-home-main .user-comments .user-comment .my-comment .private-comment::after {
  content: "private comments";
  border-radius: 2px;
  background-color: #FDC90C;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  padding: 3px;
}
.user-home-container .user-home-content .user-home-main .user-comments .user-comment .comment-content {
  font-size: 16px;
  font-weight: 400;
}
.user-home-container .user-home-content .user-home-main .application-block {
  margin: 30px 0;
}
.user-home-container .user-home-content .user-home-main .application-block .application-button {
  flex-grow: 1;
  text-align: right;
}
.user-home-container .user-home-content .user-home-main .application-block .application-button .button {
  margin: 18px;
}
.user-home-container .user-home-content .user-home-main .screener-faq {
  background-color: white;
  border-radius: 5px;
  margin: 15px 0;
  padding: 50px;
}
.user-home-container .user-home-content .user-home-main .screener-faq .question {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px;
}
.user-home-container .user-home-content .user-home-main .screener-faq .answer {
  line-height: 24px;
  word-break: break-word;
}
.user-home-container .user-home-content .user-home-main .content-body {
  background-color: white;
  border-radius: 5px;
  padding: 50px;
}
.user-home-container .user-home-content .user-home-main .content-body .button {
  margin: 5px 3px;
}
.user-home-container .user-home-content .user-home-main .content-body.profile {
  background: #4f5671;
}
.user-home-container .user-home-content .user-home-main .content-body.profile .user-card-child {
  display: flex;
  margin-bottom: 30px;
}
.user-home-container .user-home-content .user-home-main .content-body.profile .user-card-child .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.user-home-container .user-home-content .user-home-main .content-body.profile .user-card-child .info {
  color: white;
}
.user-home-container .user-home-content .user-home-main .content-body.profile .button.secondary {
  background-color: rgba(255, 255, 255, 0);
  color: white;
}
.user-home-container .user-home-content .user-home-main .content-body.profile .button.secondary:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.user-home-container .user-home-content .user-home-main table thead tr {
  border-bottom: none;
}
.user-home-container .user-home-content .user-home-main table thead tr th {
  font-weight: 700;
  font-size: 16px;
}
.user-home-container .user-home-content .user-home-main table tbody tr {
  border: 1px solid #f0f3fb;
}
.user-home-container .user-home-content .user-home-main table tbody tr:hover {
  box-shadow: -1px 2px 6px 1px #f0f3fb;
}
.user-home-container .user-home-content .user-home-main table tbody tr td {
  font-size: 14px;
}

.ui-tooltip.yellow, .arrow:after {
  background: #FFC043;
}

.ui-tooltip {
  word-break: break-word;
  padding: 10px 20px;
  border-radius: 5px;
  border-width: 0 !important;
}
.ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.ui-tooltip .arrow.left {
  left: 20%;
}
.ui-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}
.ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}

.detail-modal {
  font-size: 16px;
}
.detail-modal .row {
  margin: 5px 0;
}

.reveal-modal {
  padding: 50px;
}

.tips-block {
  margin: 10px 0;
  background-color: white;
  border-left: 3px solid #337AB7;
  display: flex;
  align-content: space-between;
  align-items: center;
}
.tips-block .img {
  margin: 0 16px;
  color: #337AB7;
}
.tips-block .tips {
  margin-right: 16px;
  color: #337AB7;
  font-size: 14px;
}

.notification-settings {
  width: 100%;
  border: none;
  background-color: unset;
}
.notification-settings thead {
  background-color: #f3f3f3;
}
.notification-settings thead span {
  display: flex;
  align-content: space-between;
  font-size: 16px;
}
.notification-settings thead span a:first-child {
  flex-grow: 1;
}
.notification-settings tbody tr {
  background-color: white;
  border-right: unset !important;
  border-top: 15px solid #f3f3f3 !important;
}

/*progressbar*/
#submission_step {
  margin-bottom: 10px;
  overflow: hidden;
  float: right;
  font-size: 13px;
}
#submission_step li {
  list-style-type: none;
  width: 80px;
  float: left;
  position: relative;
  text-align: right;
}
#submission_step li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #C5C5C5;
  position: absolute;
  /*left: -50%;*/
  right: 0;
  top: 12px;
  z-index: -1;
}
#submission_step li:first-child:after {
  content: none;
}
#submission_step li a {
  color: #000;
  font-size: 15px;
  display: inline-block;
  text-align: right;
}
#submission_step li a:before {
  content: "";
  height: 11px;
  width: 11px;
  line-height: 11px;
  display: inline-block;
  background: white;
  border: 1px solid #B9B5B5;
  border-radius: 100%;
  right: 0;
  /*margin: 0 auto 5px auto;*/
}
#submission_step li.completed a:before {
  background: #434462;
  border: 1px solid #434462;
}
#submission_step li.active a:before {
  background: #032861;
  border: 1px solid #032861;
}

.submission-form-setion {
  margin: 20px auto;
  padding: 0;
}
.submission-form-setion a {
  color: #1d92cf;
}
.submission-form-setion label {
  text-align: right;
}
.submission-form-setion hr {
  margin: 5px auto;
}
.submission-form-setion .step-title {
  margin-bottom: 20px;
}
.submission-form-setion .error-message-bg {
  background-color: #fbf6e6;
}
.submission-form-setion div.my-accordion {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation {
  list-style-type: none;
  border-bottom: 1px solid #9b9b9b;
  padding: 16px 0;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation.top {
  border-top: 2px solid #4A4A4A;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation.bottom {
  border-bottom: 2px solid #4A4A4A;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation .error-message {
  margin-bottom: 5px;
  width: 60%;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation .error-message li {
  margin-left: 20px;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation h5 {
  color: #4A4A4A;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation h5 i.fa-plus, .submission-form-setion div.my-accordion div.my-accordion-navigation h5 i.fa-minus {
  color: #434462;
  display: inline-block;
  margin-left: 8px;
  margin-right: 16px;
  font-size: 18px;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation .uncompleted-tip {
  background-color: #fbf6e6;
  color: #e32e29;
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  padding: 8px 10px;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation div.content {
  padding: 15px;
  padding-bottom: 0;
}
.submission-form-setion div.my-accordion div.my-accordion-navigation div.button-section button, .submission-form-setion div.my-accordion div.my-accordion-navigation div.button-section .button {
  margin-bottom: 0;
}
.submission-form-setion #submission_author_section .text-desc {
  font-size: 14px;
}
.submission-form-setion .submission-confirm-section hr {
  margin: 15px auto;
}
.submission-form-setion .submission-confirm-section .file-link {
  color: gray;
  text-decoration: underline;
}
.submission-form-setion .submission-confirm-section .file-link:hover {
  color: #434462;
}
.submission-form-setion .grant-and-license .grant-checkbox {
  margin-bottom: 10px;
}
.submission-form-setion .grant-and-license .grant-checkbox input {
  margin: 4px 0 0 0;
  vertical-align: top;
}
.submission-form-setion .grant-and-license .grant-checkbox label {
  max-width: 900px;
}
.submission-form-setion .grant-and-license .grant-list {
  margin-left: 20px;
}
.submission-form-setion .grant-and-license .grant-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #4d4d4d;
}
.submission-form-setion .grant-and-license .grant-list ul li {
  color: #4d4d4d;
  font-size: 14px;
  padding-left: 6px;
  margin-bottom: 6px;
}
.submission-form-setion .grant-and-license .grant-list ul li:before {
  content: "-";
  padding-right: 6px;
}
.submission-form-setion .grant-and-license label {
  text-align: left;
}
.submission-form-setion .grant-and-license hr {
  margin: 20px auto;
}
.submission-form-setion .grant-and-license .license-title {
  font-size: 14px;
  margin-left: 20px;
  font-weight: bold;
}
.submission-form-setion .grant-and-license .star {
  color: red !important;
  padding: 0 2px 0 2px;
}
.submission-form-setion .grant-and-license .ethical-approval {
  margin-top: 20px;
}
.submission-form-setion .grant-and-license .ethical-approval input {
  margin-left: 40px;
  margin-bottom: 5px;
}
.submission-form-setion .grant-and-license .ethical-approval .ethical-approval-body label {
  margin-left: 40px;
}
.submission-form-setion .grant-and-license .ethical-approval .ethical-approval-body input {
  margin: 0 0 0 -80px;
  padding: 4px;
  height: 30px;
}
.submission-form-setion .grant-and-license .ethical-approval-for-publication {
  margin: 15px 0 10px 0;
}
.submission-form-setion .grant-and-license .ethical-approval-for-publication input {
  margin-left: 40px;
  margin-bottom: 5px;
}
.submission-form-setion .grant-and-license .ethical-approval-for-publication .ethical-approval-form label {
  margin-left: 40px;
}
.submission-form-setion .grant-and-license .ethical-approval-for-publication .ethical-approval-form input {
  margin-bottom: 20px;
}
.submission-form-setion .grant-and-license .doi-apply-wrapper input {
  margin: 4px 0 0 0;
  vertical-align: top;
}
.submission-form-setion .grant-and-license .doi-apply-wrapper label {
  max-width: 900px;
}
.submission-form-setion ol.file-upload-list {
  margin-left: 20px;
  margin-bottom: 10px;
}
.submission-form-setion ol.file-upload-list li {
  font-size: 14px;
}

#notification_users_section .user-item .remove-user-btn {
  margin-bottom: 0;
  margin-top: 20px;
}

#scilit-related-articles-widget-holder .sraw {
  font-family: "Open Sans", Arial;
}

@keyframes scaleDraw {
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.endorse {
  -webkit-animation: scaleDraw 0.5s;
}

.gray-box {
  background: #F7F8FA;
  padding: 12px;
}
.gray-box input[type=text], .gray-box input[type=email], .gray-box select, .gray-box textarea {
  border: 1px solid #cccccc;
  background-color: white;
  border-radius: 0;
}
.gray-box .filepond--drop-label {
  background-color: unset;
}

.submission-container {
  padding: 60px 20px;
}
.submission-container a {
  text-decoration: underline;
  color: #E7A705;
}
.submission-container .row {
  padding: 0 0 10px 0;
}
.submission-container .row input, .submission-container .row select, .submission-container .row .select2-container {
  margin: 0;
}
.submission-container .title h1 {
  margin: 10px;
  font-size: 28px;
}
.submission-container .sub-title {
  font-size: 16px;
}
.submission-container .step-1 .gray-box {
  margin: 24px calc(20% - 35px);
}
.submission-container .step-1 .gray-box li {
  margin-bottom: 8px;
  margin-left: 36px;
  line-height: 32px;
}
.submission-container .step-1 .gray-box li a {
  text-decoration: none;
  color: unset;
}
.submission-container .step-1 .gray-box li a:hover {
  text-decoration: underline;
  color: #E7A705;
}
.submission-container .step-1 .submit-follow-up-disabled {
  opacity: 0.7;
}
.submission-container .block {
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0;
}
.submission-container .block .title {
  font-size: 22px;
  font-weight: 700;
  color: #434462;
  margin: 10px 0 20px 0;
}
.submission-container .block .small-2 label, .submission-container .block .small-3 label, .submission-container .block .small-4 label, .submission-container .block .medium-2 label, .submission-container .block .medium-3 label {
  float: right;
  font-weight: bold;
  display: flex;
  padding-top: 5px;
}
.submission-container .block .grant-and-license > div > label {
  font-weight: bold;
}
.submission-container .block .tips {
  background-color: #F7F8FA;
  padding: 12px 16px;
}
.submission-container .block .help-text {
  margin-bottom: 0;
}
.submission-container .block:last-child {
  border-bottom: none;
}
.submission-container .button-group {
  margin: 10px 0;
}
.submission-container .button-group .button {
  margin-right: 5px;
}

.manuscripts-modal .manuscripts {
  max-height: 600px;
  overflow-y: scroll;
  margin: 10px 5px;
}
.manuscripts-modal .manuscripts li {
  padding: 16px 24px;
  list-style: none;
  cursor: pointer;
  background-color: #f7f8fa;
  border: 2px solid #e5e5e5;
  margin: 6px 0;
}
.manuscripts-modal .manuscripts li:hover {
  background-color: #cccdd5;
}
.manuscripts-modal .manuscripts li.active {
  background-color: #434462;
  color: white;
}
.manuscripts-modal .manuscripts li .title {
  font-weight: 600;
  font-size: 18px;
}
.manuscripts-modal .manuscripts li .author {
  margin-top: 12px;
  font-size: 14px;
  color: #999999;
}
.manuscripts-modal .manuscripts li .info {
  font-size: 14px;
  font-weight: 600;
  color: #999999;
}

.filepond--root {
  margin-bottom: 0;
  margin-top: 0.6em;
}

.mt-10 {
  margin-top: 10px;
}

.submission-author-form label.error {
  float: unset !important;
  font-weight: normal !important;
}
.submission-author-form .select2 {
  border: #cccccc 1px solid;
}
.submission-author-form .select2-container .select2-selection--single {
  background-color: white;
}

#user-info-section {
  border: 1px solid #F3F3F3;
  padding: 15px 25px;
  margin: 20px auto 20px auto;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  float: left;
}
#user-info-section .user-image-wrapper {
  margin-right: 18px;
}
#user-info-section .user-image-wrapper img {
  height: 70px;
  width: 70px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
#user-info-section h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
#user-info-section span.details {
  font-size: 16px;
  color: #9b9b9b;
  display: block;
}

.secondary-tabs {
  margin-bottom: 25px;
}
.secondary-tabs .my-tab-title {
  float: left;
  font-size: 16px;
  /*font-weight: bold;*/
  height: 40px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
}
.secondary-tabs .my-tab-title > a {
  background-color: #fff;
  outline: none;
  color: #4a4a4a;
}
.secondary-tabs #topTab.my-tabs {
  height: 41px;
  margin: 0px;
  padding: 0px;
  /*border-bottom: 1px solid #979797;*/
}
.secondary-tabs #topTab.my-tabs li.my-tab-title {
  /*border-bottom: 1px solid #979797;*/
}
.secondary-tabs #topTab.my-tabs li.my-tab-title.active {
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: none !important;
  font-weight: bold;
}
.secondary-tabs #topTab.my-tabs li.my-tab-title.active a {
  color: #434462;
  border-bottom: none !important;
}
.secondary-tabs #topTab.my-tabs li.my-tab-title:hover a {
  background-color: #f4f4f4;
}
.secondary-tabs #topTab.my-tabs li.my-tab-title a {
  padding: 7px 12px;
  display: block;
  border-bottom: 1px solid #979797 !important;
}

.custom-vertical-tab .custom-columns {
  padding-right: 0;
  border-right: 1px solid #979797;
  padding-left: 5px;
}
.custom-vertical-tab .my-tabs-content {
  padding-left: 5px;
  padding-right: 5px;
}
.custom-vertical-tab ul.my-tabs {
  /*border-right: solid 1px #979797;*/
  margin: 0px;
  padding: 0px;
}
.custom-vertical-tab ul.my-tabs:hover li.my-tab-title.active a {
  background-color: #fff;
}
.custom-vertical-tab ul.my-tabs li.my-tab-title {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.custom-vertical-tab ul.my-tabs li.my-tab-title > a {
  background-color: #fff;
  outline: none;
  color: #9b9b9b;
  padding: 16px 6px 16px 0;
  text-align: right;
  font-size: 12px;
  display: block;
  position: relative;
}
.custom-vertical-tab ul.my-tabs li.my-tab-title.active a {
  font-weight: bold;
  background-color: #f4f4f4;
  color: #4a4a4a;
  padding-left: 1px;
  padding-right: 5px;
}
.custom-vertical-tab ul.my-tabs li.my-tab-title:hover a {
  background-color: #f4f4f4 !important;
}

.submission-list-table {
  border: none;
  width: 100%;
}
.submission-list-table thead > tr {
  border-bottom: 2px solid #4A4A4A;
  background-color: #FFF;
}
.submission-list-table thead > tr th {
  color: #4A4A4A;
  font-size: 15px;
  font-weight: 400;
}
.submission-list-table tbody tr td {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
}
.submission-list-table tbody tr td label {
  font-size: 13px;
}
.submission-list-table tbody tr td input[type=radio] {
  margin-bottom: 0px;
}
.submission-list-table tbody tr td.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.submission-list-table tbody tr.bottom-line {
  border-bottom: 1px solid #979797;
}
.submission-list-table .link-section > a {
  color: #4a90e2;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #4a90e2;
  border-radius: 5px;
  padding: 5px 9px;
  margin-right: 5px;
}
.submission-list-table .top-line {
  border-top: 1px solid #979797;
}
.submission-list-table .icon-link > i {
  color: #4A4A4A;
  font-size: 18px;
  margin-right: 5px;
}
.submission-list-table .withdraw-comment {
  padding-top: 10px;
}
.submission-list-table .withdraw-comment .validate {
  border: 1px solid red !important;
}
.submission-list-table a.button {
  min-width: 185px;
}

.manuscript-detail .row {
  margin-top: 10px;
  margin-bottom: 18px;
}
.manuscript-detail .title {
  color: #4A4A4A;
  font-weight: bold;
  text-align: right;
}

.alert-message {
  background-color: #f4f4f4;
  padding: 14px;
  font-size: 13px;
}

.dialog-download-button {
  color: #4a90e2;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  padding: 2px 6px;
}

.current-page input {
  padding: 0;
  margin: 0;
  height: 25px;
  width: 40px;
  text-align: center;
}

.comments-counter-wrapper {
  background-color: #f7f7f4;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 20px;
}
.comments-counter-wrapper .comments-counter {
  display: inline-block;
  text-align: center;
  margin: 13px 30px 13px 0;
}
.comments-counter-wrapper .comments-counter.last {
  margin-right: 0;
}
.comments-counter-wrapper .comments-counter .counter {
  font-size: 20px;
  font-weight: bold;
  color: #434462;
}

.filter-comments label, .filter-comments select {
  display: inline-block;
  width: auto;
}
.filter-comments label {
  font-size: 13px;
  width: 90px;
  text-align: right;
  margin-right: 5px;
}
.filter-comments select {
  margin-bottom: 10px;
  padding: 5px;
}

.alert-title {
  font-size: 20px;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 30px;
}

.user-active-button {
  border-radius: 5px;
  background-color: #4a90e2;
  border: solid 0.5px #4a90e2;
  color: #F3F3F3 !important;
}

#scholar_info .no-padding-right {
  padding-right: 0;
}
#scholar_info .wrapper {
  border: solid 1px #979797;
  margin-bottom: 10px;
  padding: 15px;
}
#scholar_info .wrapper h5 {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: bold;
  margin-bottom: 15px;
}
#scholar_info .wrapper .counter-wrapper {
  padding: 15px;
}
#scholar_info .wrapper .counter-wrapper .counter-item {
  display: inline-block;
  text-align: center;
  margin: 13px 30px 13px 5px;
}
#scholar_info .wrapper .counter-wrapper .counter-item .counter {
  font-size: 25px;
  font-weight: bold;
  color: #9b9b9b;
  margin-bottom: 20px;
}
#scholar_info .wrapper .counter-wrapper .counter-item .name {
  font-size: 16px;
  color: #4A4A4A;
}
#scholar_info .wrapper .user-image {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}
#scholar_info .wrapper .user-info {
  font-size: 16px;
  color: #333333;
}
#scholar_info .wrapper .skill-wrapper {
  border-radius: 2px;
  border: solid 1px #979797;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
}
#scholar_info .wrapper .grant-wrapper {
  border: solid 1px #979797;
  padding: 5px 15px;
}
#scholar_info .wrapper .preprint-info {
  font-size: 16px;
}
#scholar_info .wrapper .preprint-info .counter-wrapper-mini {
  padding: 0;
  color: #4a4a4a;
}
#scholar_info .wrapper .preprint-info .counter-wrapper-mini .counter-item {
  display: inline-block;
  margin-right: 8px;
}
#scholar_info .wrapper .preprint-info .counter-wrapper-mini .counter-item .counter {
  font-weight: bold;
}

.registration_form_block {
  margin-bottom: 120px;
}
.registration_form_block .title {
  text-align: center;
  padding-bottom: 20px;
}
.registration_form_block .title h1 {
  padding-top: 60px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
}
.registration_form_block .title span {
  font-size: 14px;
}
.registration_form_block .title span a {
  color: #e7a705;
}
.registration_form_block label {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.registration_form_block .checkbox-in-label {
  font-weight: 400;
  font-size: 14px;
}
.registration_form_block .checkbox-in-label a {
  color: #e7a705;
}

.registration-circle {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #cdcdcd;
  display: inline-block;
  position: absolute;
  top: 16.3%;
  left: 94%;
}

.registration-circle-current {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #525675;
  display: inline-block;
  position: absolute;
  top: 16.3%;
  left: 92%;
}

.user_registration_field_error {
  border: 1px solid red !important;
}

.preview_box_big {
  width: 400px;
  height: 400px;
  border: 1px solid #b6b6b6;
  background-color: #f7f7f7;
}
.preview_box_big img {
  max-width: 400px;
  max-height: 400px;
}

.preview_box_small {
  width: 150px;
  height: 150px;
  border: 1px solid #b6b6b6;
  background-color: #f7f7f7;
  margin: 10px 0 0 0;
  overflow: hidden;
  border-radius: 50%;
}
.preview_box_small img {
  max-width: none;
  height: 150px;
  width: 150px;
}

.crop_preview_submit {
  margin-top: 15px;
  padding-left: 15px;
}

.email-content-wrapper {
  font-size: 13px !important;
}
.email-content-wrapper p {
  font-size: 13px !important;
}

.badge {
  position: relative;
}
.badge i.fa {
  font-size: 28px;
  vertical-align: middle;
}
.badge .counter {
  top: 2px;
  left: 16px;
  background-color: #FDC90C;
  color: black;
  border-radius: 20px;
  font-size: 9px;
  padding: 0 3px;
  position: absolute;
  line-height: 16px;
  height: 16px;
}

#notification-drop {
  width: 520px;
  max-width: 520px;
  max-height: 680px;
  transform: translate(-55%, 10px);
  border: none;
  box-shadow: 0 3.998px 11.995px rgba(53, 60, 85, 0.2);
  border-radius: 0 0 0 10px;
  padding: 26.5px 30px;
  line-height: normal;
}
#notification-drop .head {
  display: flex;
  font-size: 28px;
  line-height: 28px;
  justify-content: space-between;
}
#notification-drop .head i.fa {
  vertical-align: middle;
}
#notification-drop .statistics {
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin: 26.5px 0;
  height: 177px;
}
#notification-drop .statistics .statistics-content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#notification-drop .statistics .statistics-content .views {
  flex-grow: 1;
}
#notification-drop .statistics .statistics-content .downloads {
  flex-grow: 1;
}
#notification-drop .statistics .statistics-content .views .card, #notification-drop .statistics .statistics-content .downloads .card {
  display: flex;
  justify-content: space-around;
}
#notification-drop .statistics .statistics-content .views .card .counter, #notification-drop .statistics .statistics-content .downloads .card .counter {
  font-size: 38px;
  font-weight: 600;
  flex-grow: 1;
}
#notification-drop .statistics .statistics-content .views .card .inc, #notification-drop .statistics .statistics-content .downloads .card .inc {
  font-weight: 400;
  font-size: 11px;
  flex-grow: 1;
}
#notification-drop .statistics .statistics-content .views .card .inc div, #notification-drop .statistics .statistics-content .downloads .card .inc div {
  line-height: 20px;
}
#notification-drop .notification-tabs .tabs {
  border-bottom: 2px solid rgba(142, 145, 146, 0.3);
}
#notification-drop .notification-tabs .tabs .tab-title:hover {
  background-color: unset;
}
#notification-drop .notification-tabs .tabs .tab-title a {
  padding: 12px 0;
  background-color: white;
  color: rgba(142, 145, 146, 0.6);
}
#notification-drop .notification-tabs .tabs .tab-title a:first-child {
  margin-right: 16px;
}
#notification-drop .notification-tabs .tabs .tab-title.active a {
  color: #4F5671;
  border-bottom: 2px solid #4F5671;
  margin-bottom: -2px;
  font-weight: 600;
}
#notification-drop .notification-tabs .tabs-content {
  margin-bottom: 0;
}
#notification-drop .notification-tabs .tabs-content .tabs-content-header {
  display: flex;
  justify-content: space-between;
}
#notification-drop .notification-tabs .tabs-content .tabs-content-header .filters {
  margin-bottom: 10px;
}
#notification-drop .notification-tabs .tabs-content .tabs-content-header .filters a {
  margin-right: 20px;
}
#notification-drop .notification-tabs .tabs-content .tabs-content-header .filters .sub-tabs {
  border-bottom: unset;
}
#notification-drop .notification-tabs .tabs-content .tabs-content-header .filters .sub-tabs .tab-title a {
  border-bottom: unset;
  padding: 0;
}
#notification-drop .notification-tabs .tabs-content .tabs-content-header .filters .sub-tabs .tab-title.active a {
  border-bottom: unset;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content {
  overflow-y: auto;
  max-height: 300px;
  position: relative;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content .notification {
  position: relative;
  padding: 16px 10px;
  font-size: 14px;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content .notification:hover {
  background-color: #f8f9fd;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content .notification .time {
  color: #c3c3c3;
  margin-bottom: 7px;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content .notification .title {
  margin-bottom: 3px;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content .notification .content {
  font-size: 11px;
  color: #c3c3c3;
  display: flex;
  align-content: space-between;
  flex-wrap: nowrap;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content .notification .content .ellipsis {
  word-break: keep-all;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content .notification .content .more {
  position: absolute;
  bottom: 16px;
  right: 2px;
  text-align: right;
  flex-grow: 1;
  z-index: 2;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content .notification .attachment {
  margin-top: 10px;
}
#notification-drop .notification-tabs .tabs-content .tabs-content .sub-content .notification .attachment a {
  position: relative;
  z-index: 2;
}

.account-tabs {
  margin-bottom: 9px !important;
}
.account-tabs .tab-title {
  margin-right: 8px;
}
.account-tabs .tab-title a {
  padding: 5px 10px;
  border: 1px solid #4F5671;
  border-radius: 15px;
  margin-right: 20px;
  min-width: 190px;
  text-align: center;
  display: inline-block;
}
.account-tabs .tab-title.active a {
  background-color: #4F5671;
  color: white;
}

.honor .certs .cert-block {
  margin-bottom: 24px;
}
.honor .certs .cert-block .cert {
  padding: 4px 4px 16px 4px;
}
.honor .certs .cert-block .cert img {
  box-shadow: 3px 7px 15px #a7a1a1;
}
.honor .certs .cert-block .info {
  padding-left: 8px;
}
.honor .certs .cert-block .info .title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 150%;
}
.honor .certs .cert-block .info .tools {
  display: flex;
  align-content: space-between;
  padding: 4px;
}
.honor .certs .cert-block .info .tools div {
  user-select: none;
  line-height: 29px;
  flex-grow: 1;
}
.honor .certs .cert-block .info .tools .share {
  position: relative;
}
.honor .certs .cert-block .info .tools .download .download-dropdown {
  transform: translate(0px, 10px);
}
.honor .certs .cert-block .info .tools .add-profile {
  position: relative;
}
.honor .certs .cert-block .info .tools .add-profile img {
  height: 29px;
}

.search-wrapper {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /*max-width: rem-calc(774) !important;*/
}
.search-wrapper .search-content-header-title {
  font-weight: bold !important;
  font-size: 2.125rem;
  margin-top: 1.1875rem;
}
.search-wrapper .search-content-sub-title {
  font-weight: bold !important;
  font-size: 1.25rem;
  color: #4a4a4a;
  margin-top: 1.25rem;
  margin-bottom: 1.125rem;
}
.search-wrapper .search-silver-content-box {
  margin-top: 1.1875rem;
  background-color: #F4F4F4;
  min-height: 5rem;
  border: 0;
}
.search-wrapper .search-silver-content-box-left {
  margin-left: 1.125rem;
}
.search-wrapper .search-box-extended-search {
  padding: 0.5rem 5rem 1.5625rem 1.5625rem;
}
.search-wrapper .search-item {
  padding: 1.25rem 0 0.5rem 0;
  margin: 0 1.25rem;
}
.search-wrapper .search-item button {
  font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
  -moz-appearance: none;
  /*background-color: #4fc16b;*/
  background-color: #434462;
  /*border-bottom: 2px solid #2f8444;*/
  border-bottom: 2px solid #000;
  min-height: 20px;
  min-width: 113px;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25rem;
  transition: background-color 300ms ease-out 0s;
}
.search-wrapper .search-item button:hover {
  background-color: #2f8444;
}
.search-wrapper .search-item input {
  padding: 0;
  margin-left: 0.625rem;
  max-width: 18.75rem;
  max-height: 1.75rem;
  background-color: white !important;
  border: 0.0625rem solid #979797;
  font-size: 0.9375rem !important;
}
.search-wrapper .search-item select {
  padding: 0;
  /*max-width: rem-calc(126);*/
  min-width: 7.875rem;
  max-height: 1.75rem;
  background-color: white !important;
  border: 0.0625rem solid #979797;
  font-size: 0.9375rem !important;
}
.search-wrapper .search-item #select_field {
  min-width: 5.9375rem;
}
.search-wrapper .search-item .custom-indent {
  margin-left: 0.75rem;
}
.search-wrapper .search-item .search_subject {
  max-width: 12.5rem;
  max-height: 1.75rem;
  background-color: white !important;
  border: 0.0625rem solid #979797;
  font-size: 0.8125rem !important;
  padding-right: 0.625rem;
}
.search-wrapper .filter-form {
  margin-top: 1.0625rem;
}
.search-wrapper ul.pagination li.hidden {
  visibility: hidden;
}
.search-wrapper .paging-feild {
  padding: 0 5px;
  margin: 0;
  max-width: 2.3125rem !important;
  /*max-height: rem-calc(26) !important;    */
  border: 0.0625rem solid #9b9b9b;
  box-shadow: none !important;
  /*line-height: rem-calc(17.3);*/
  /*font-size: rem-calc(12) !important;*/
  font-size: 0.75rem;
  line-height: 20px;
  height: auto;
  margin-top: 1px;
}
.search-wrapper .paging-feild[readonly] {
  background-color: #fff;
}
.search-wrapper .pagin-position {
  margin-top: 1.25rem;
  text-align: right;
}
.search-wrapper .pagin-position ul {
  display: inline-block;
}
.search-wrapper .filter-field {
  padding: 0;
  max-width: 7.875rem;
  min-width: 7.875rem;
  max-height: 1.75rem;
  background-color: #fff;
  border: 0.0625rem solid #979797;
  font-size: 0.75rem !important;
}
.search-wrapper .filter-label {
  color: #9b9b9b;
  font-weight: bold;
  font-size: 0.9375rem;
  padding: 0;
  margin: 0;
}
.search-wrapper .small-text-paging {
  line-height: 1.08125rem;
  font-size: 0.75rem;
}
.search-wrapper .paging-arrow-color {
  color: #4a4a4a;
}
.search-wrapper .content-box-header-element-1 {
  font-size: 0.75rem;
  color: #333333;
  font-style: italic;
  font-weight: bold;
  padding: 0 1% 0 1%;
}
.search-wrapper .content-box-header-element-2 {
  font-size: 0.75rem;
  color: #333333;
  padding: 0 1% 0 1%;
}
.search-wrapper .content-box-header-element-3 {
  font-size: 0.75rem;
  color: #333333;
  padding: 0 1% 0 1%;
}
.search-wrapper .content-box-header-element-4 {
  font-size: 0.75rem;
  color: #333333;
  padding: 0 1% 0 1%;
}
.search-wrapper span.content-box-header-element-5 {
  font-size: 0.75rem;
  color: #4a90e2;
  padding: 0 1% 0 1%;
}
.search-wrapper span.content-box-header-element-5 a, .search-wrapper span.content-box-header-element-5 a:hover {
  font-weight: 400;
}
.search-wrapper .search-content-box {
  /*min-width: rem-calc(760);*/
  border: 0.0625rem solid #979797;
  padding: 1.125rem 1.5rem 1.125rem 1.5rem;
  margin: 0 0 0.875rem 0;
  /*margin: 0 0 1.7rem 0.14rem !important;*/
  /*width: 31.17rem;*/
}
.search-wrapper .search-content-box .search-content-box-header {
  color: #999E9E;
}
.search-wrapper .search-content-box .search-content-box-header-counters {
  color: #999E9E;
  font-size: 0.8em;
  padding: 0 1% 0 1%;
}
.search-wrapper .search-content-box .search-content-box-header-sciprits {
  color: #5F8BCE;
  font-weight: 500;
  padding: 0 1% 0 1%;
}
.search-wrapper .search-content-box .publish-date {
  margin-top: 2.4375rem;
  margin-bottom: 2.4375rem;
}
.search-wrapper .search-content-box .search-content-box-title {
  font-weight: bold !important;
}
.search-wrapper .search-content-box .search-content-header-label {
  color: #999E9E;
}
.search-wrapper .search-content-box a {
  color: #5F8BCE;
  /*font-weight: $font_weight_link_search_content_box;*/
}
.search-wrapper .search-content-box a:hover {
  color: #5F8BCE;
  /*font-weight: $font_weight_link_search_content_box;*/
  text-decoration: underline;
}
.search-wrapper .search-content-box a:active {
  color: #5F8BCE;
  /*font-weight: $font_weight_link_search_content_box;*/
  text-decoration: underline;
}
.search-wrapper .search-content-box a:visited {
  color: #651297;
  /*font-weight: $font_weight_link_search_content_box;*/
}
.search-wrapper .search-content-box a.keyword-selector {
  color: #1c1ba8;
}
.search-wrapper .search-content-box a.keyword-selector:visited {
  color: #651297 !important;
}
.search-wrapper .search-content-box a.title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  display: inline-block;
  color: #333333 !important;
}
.search-wrapper .search-content-box a.title:hover {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 0.875rem;
  text-decoration: underline;
}
.search-wrapper .search-content-box a.title:active {
  color: #4a4a4a;
  font-weight: 900;
  font-size: 0.875rem;
}
.search-wrapper .search-content-box a.title:visited {
  color: #651297 !important;
  font-weight: 900;
  font-size: 0.875rem;
}
.search-wrapper .search-content-box a.title:link {
  color: #4a4a4a;
  font-weight: 900;
  font-size: 0.875rem;
}
.search-wrapper .search-content-box a.title p {
  font-weight: 700;
  margin-bottom: 0px;
}
.search-wrapper .search-content-box .search-content-box-author {
  font-size: 0.8125rem;
  font-weight: 400;
}
.search-wrapper .search-content-box .search-content-box-author a {
  color: #1c1ba8;
  /*$search_contnt_box_author;*/
  /*font-weight: bold;*/
}
.search-wrapper .search-content-box .search-content-box-author a:hover {
  /*font-weight: bold;*/
  color: #1c1ba8;
  text-decoration: underline;
}
.search-wrapper .search-content-box .search-content-box-author a:active {
  color: #1c1ba8;
  /*font-weight: bold;               */
}
.search-wrapper .search-content-box .search-content-box-author a:visited {
  color: #651297 !important;
  /*color: $search_contnt_box_author;*/
  /*font-weight: bold;*/
}
.search-wrapper .search-content-box .search-content-box-footer {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #1c1ba8;
}
.search-wrapper .search-content-box .search-content-box-footer:link {
  /*color: $search_contnt_box_author;*/
  color: #1c1ba8;
  /*font-weight: bold;*/
}
.search-wrapper .search-content-box .search-content-box-footer:hover {
  /*color: $search_contnt_box_author;*/
  /*font-weight: bold;*/
  color: #1c1ba8;
  text-decoration: underline;
}
.search-wrapper .search-content-box .search-content-box-footer:active {
  /*color: $search_contnt_box_author;*/
  color: #1c1ba8;
  /*font-weight: bold;               */
}
.search-wrapper .search-content-box .search-content-box-footer:visited {
  color: #1c1ba8;
  /*color: $search_contnt_box_author;*/
  /*font-weight: bold;*/
}
.search-wrapper .search-content-box .search-content-header-label {
  /*color: $font_color_label;*/
  color: #4a4a4a;
  font-size: 0.8125rem;
}

.latest-article-section h4 {
  margin-left: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.feeds h5.title {
  font-size: 15px;
}

#sidebar-list-subjects {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#sidebar-list-subjects ul {
  list-style-type: "► ";
  margin-left: 14px;
}
#sidebar-list-subjects a {
  color: #9b9b9b;
  font-size: 0.8125rem;
  display: block;
  padding: 1px 0;
  font-weight: 700;
}
#sidebar-list-subjects a.active, #sidebar-list-subjects a:hover {
  /*color: #000;*/
  color: #434462;
}
#sidebar-list-subjects li {
  line-height: 1.25rem;
  margin-bottom: 0.125rem;
}

.feeds-title {
  font-weight: bold;
  font-size: 1.0714em;
  padding-top: 1.4285em;
}

.feeds-text {
  /*font-size: 0.9286em;*/
  color: #4a4a4a;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  /*padding-top: 1.3642em;*/
}

.feeds-selectlist {
  margin: 0 0 8px 0;
  padding: 4px;
  height: auto;
  /*padding: 0;*/
  /*max-height: 1.6428em;*/
  /*font-size: 0.7857;    */
  font-size: 0.75rem;
  border: 1px solid #303A3E;
  /*    appearance:none;
      -moz-appearance:none;  Firefox
      -webkit-appearance:none;  Safari and Chrome */
  /*background-image:  url(../img/social_media_icons/CiteULike_onetone.png) repeat no-repeat;*/
  /*    background: url(../img/design/select_list_arrow.png), linear-gradient(red, yellow);
      background: url(../img/design/select_list_arrow.png), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d8d8d8));
      background: url(../img/design/select_list_arrow.png), -moz-linear-gradient(top, #ffffff, #d8d8d8);*/
}

input[type=email].feeds-input {
  margin: 0 0 0.5em 0;
  padding: 8px;
  height: auto;
  /*padding: 0 !important;*/
  /*max-height: 1.9285em;*/
  /*font-size: 0.6857;*/
  /*line-height: 1.08125em;*/
  color: #4a4a4a;
  text-indent: 0px;
  font-size: 0.75rem;
  border-radius: 3px;
  /*box-sizing: border-box;*/
}

/*.feeds-input {
    input[placeholder], [placeholder], *[placeholder] {
        color: #9b9b9b;
        margin: 0;
        padding:0 !important;
        max-height: 1.9285em;
        font-size: 0.6857;
        line-height: 1.08125em;
        text-indent: 0px;
    }
}*/
.feeds-radio {
  /*input[type=radio]:checked ~ .check .inside {*/
  /*    background:green; */
  /*}*/
}
.feeds-radio label {
  font-size: 0.75rem;
  /*background:green;*/
  /*font-size: 0.7857;*/
  /*line-height: 1.08125em;*/
}
.feeds-radio label.required:before {
  content: "";
}

.custom-browse-title-area {
  font-size: 1em !important;
}
.custom-browse-title-area a {
  color: white !important;
  font-weight: 900 !important;
}

.custom-browse-title-sub-area {
  font-size: 1em !important;
}
.custom-browse-title-sub-area a {
  color: white !important;
}

.custom-width-area {
  width: 32%;
}

.advanced_search h2 {
  border-bottom: none;
  font-weight: bold;
  font-size: 1.875rem;
  color: #4a4a4a;
  padding: 0;
}
.advanced_search .subject-image {
  /* small */
  /* medium */
}
@media only screen and (max-width: 40em) {
  .advanced_search .subject-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 40.063em) {
  .advanced_search .subject-image {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 64.063em) {
  .advanced_search .subject-image {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.advanced_search .subject_area_title {
  height: 6.25rem;
  /*width: rem-calc(759);*/
  text-align: left;
  font-weight: bold;
  font-size: 1.875rem;
  color: #FFF;
  margin-bottom: 0.625rem;
  background: no-repeat center center;
  background-size: cover;
  background-color: #434462;
  letter-spacing: -1px;
  /*
  .no-layer {
      padding-top: rem-calc(28);
      padding-left: rem-calc(41);
      color: #000;
  }
  */
}
.advanced_search .subject_area_title .dark_layer {
  height: 6.25rem;
  /*width: rem-calc(759);*/
  padding: 0px;
  margin: 0px;
  position: relative;
  /*background-color: rgba(0,0,0,0.5);*/
  background-color: #434462;
}
.advanced_search .subject_area_title .layer-text {
  position: relative;
  color: #fff;
  text-align: right;
  line-height: 6.25rem;
  padding: 0 1.25rem;
  /*color: rgba(255, 255, 255, 1) !important;*/
  /*padding-top: rem-calc(28);*/
  /*padding-left: rem-calc(41);*/
  background: transparent;
}
.advanced_search .advanced_search_header {
  /*padding: rem-calc(22) 0 0 rem-calc(23);*/
  /*min-width: rem-calc(760);*/
  /*min-height: rem-calc(132);*/
  /*background-color: $background_search_header_color;*/
  /*margin-bottom: rem-calc(6); */
  padding: 5px 0;
}
.advanced_search .advanced_search_header h3 {
  color: #4a4a4a;
  font-size: 0.875rem;
  font-weight: bold;
}
.advanced_search .advanced_search_header .search_params {
  padding: 0.625rem 0 0.9375rem 0;
  font-size: 0.8125rem;
  border-bottom: 1px solid #000;
  color: silver;
}
.advanced_search .advanced_search_header .search_params .search_params_title {
  font-size: 0.8125rem;
  color: silver;
  font-weight: bold;
  padding: 0.25rem 0 0.25rem 0;
}
.advanced_search .advanced_search_header .search_params .search_params_result {
  color: #000;
}
.advanced_search .advanced_search_header .filter-span {
  color: #9b9b9b;
  font-size: 0.75rem;
  font-style: italic;
}
.advanced_search .advanced_search_header_search_preprints {
  /*padding: rem-calc(22) 0 0 rem-calc(23);*/
  /*min-width: rem-calc(760);*/
  /*min-height: rem-calc(132);*/
  /*background-color: $background_search_header_color;*/
  /*margin-bottom: rem-calc(6); */
  padding: 15px 0 5px 0;
  border-color: #C9C9C9;
  border-style: solid;
  /*border-width: 1px 2px 3px 2px;*/
  border: 0px;
  background-color: #fafafa;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.advanced_search .advanced_search_header_search_preprints hr {
  /*width: rem-calc(730);*/
  /*width: rem-calc(984);*/
  /*border-color: #4fc16b;*/
  border-color: #434462;
  margin: 1.25rem;
}
.advanced_search .advanced_search_header_search_preprints h3 {
  /*color: #4fc16b;*/
  color: #434462;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 0 0 1.25rem;
}
.advanced_search .advanced_search_header_search_preprints .search_params {
  padding: 0.125rem 0 0.125rem 0;
  font-size: 0.8125rem;
}
.advanced_search .advanced_search_header_search_preprints .search_params .search_params_title {
  font-size: 0.8125rem;
  /*color: #4fc16b;*/
  color: #434462;
  font-weight: bold;
  padding: 0.25rem 0 0.25rem 1.25rem;
}
.advanced_search .advanced_search_header_search_preprints .search_params .search_params_result {
  color: #4fc16b;
}
.advanced_search .advanced_search_header_search_preprints .filter-span {
  color: #9b9b9b;
  font-size: 0.75rem;
  font-style: italic;
}
.advanced_search .advanced_search_filter {
  margin-top: 0.1875rem;
  /*min-height: rem-calc(202);*/
  /*background-color: #FFF;*/
  /*        border-bottom: 1px solid #000;
          border-left: 1px solid silver;
          border-right: 1px solid silver;                */
}
.advanced_search .advanced_search_filter .label {
  font-size: 0.8125rem;
  color: #4a4a4a;
  font-weight: bold;
  background: none;
  min-width: 6.25rem !important;
  text-align: right;
}
.advanced_search .advanced_search_filter .label-new {
  font-size: 0.8125rem;
  color: #4a4a4a;
  font-weight: bold;
  /*width: 300px;*/
  overflow: hidden;
  line-height: 28px;
  display: block;
}
.advanced_search .advanced_search_filter #matchType {
  max-width: 180px;
}
.advanced_search .advanced_search_filter .label_in {
  font-size: 0.8125rem;
  color: #4a4a4a;
  /*font-weight: bold;*/
  background: none;
  width: 1.25rem !important;
  text-align: center;
  position: absolute;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part {
  padding: 0.125rem 0 0 1.25rem;
  width: 100%;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part input {
  display: inline-block;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .left-label {
  position: absolute;
  width: 120px;
  text-align: right;
  padding-right: 10px;
  line-height: 20px;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .content-main {
  margin-left: 120px;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part div.input-in {
  margin-right: 20px;
  position: relative;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part div.input-in::after {
  content: "in";
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -25px;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .input_keyword {
  margin: 0 0 8px 8px;
  padding: 4px;
  height: auto;
  font-size: 0.75rem;
  border: 1px solid #303A3E;
  max-width: 11.25rem;
  height: 1.8125rem !important;
  background-color: #fff !important;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .select_year_radio {
  margin: 0 0 8px 0;
  padding: 4px;
  height: auto;
  font-size: 0.75rem;
  display: inline-block;
  width: 9.0625rem;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .margin-select-year {
  margin-left: 1.5rem !important;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .select_year_subject {
  width: 5.3125rem !important;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .select_month_subject {
  width: 7rem !important;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .select_field {
  margin: 0 0 8px 8px;
  padding: 4px;
  height: auto;
  font-size: 0.75rem;
  border: 1px solid #303A3E;
  background-color: #FFF;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .select_clause {
  margin: 0 0 8px 8px;
  padding: 4px;
  height: auto;
  font-size: 0.75rem;
  border: 1px solid #303A3E;
  max-width: 6.25rem;
  background-color: #FFF;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .select_year_month_from, .advanced_search .advanced_search_filter .advanced_search_filter-part .select_year_month_to {
  margin: 0 8px 8px 8px;
  padding: 4px;
  height: auto;
  font-size: 0.75rem;
  border: 1px solid #303A3E;
  width: 200px;
  background-color: #FFF;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .select_year_month_to {
  margin: 0 0 8px 8px;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .button {
  margin-left: 10px;
}
.advanced_search .advanced_search_filter .advanced_search_filter-part .button-reset {
  width: 6.875rem;
  margin-left: 10px;
  background-color: #D7D7D7;
  border-bottom: 2px solid #9A9A9A;
}
.advanced_search .horisontal_line_text {
  height: 1px;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  position: relative;
}
.advanced_search .horisontal_line_text div {
  position: relative;
  top: -1rem;
  display: inline-block;
  padding-top: 0.25rem;
  font-weight: bold;
  text-align: center;
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
}
.advanced_search.generic_search .search-button-green {
  display: inline;
  background: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-left: 16px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
}
.advanced_search.generic_search .search-button-green:hover,
.advanced_search.generic_search .search-button-green:focus {
  color: #000;
  border-bottom: 1px solid #000;
}
.advanced_search.generic_search .search-button-green.active {
  color: #434462;
  border-bottom: 1px solid #434462;
}
.advanced_search.subject_search .search-button-green {
  display: inline;
  background: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-left: 16px;
  font-weight: 400;
  /*border-radius: $round $round $round $round;*/
  /*max-width: rem-calc(237);*/
  /*vertical-align: middle;*/
  font-size: 0.8125rem;
  /*background-color: #FFF !important;*/
  /*border: rem-calc(1) solid #5aaa52;*/
  color: #333333;
  /*max-height: rem-calc(34);*/
  /*line-height: rem-calc(17.3);*/
  /*padding: $padding-top $padding-left-right $padding-bottom $padding-left-right;*/
}
.advanced_search.subject_search .search-button-green:hover,
.advanced_search.subject_search .search-button-green:focus {
  /*font-size: rem-calc(15);*/
  /*background-color: #FFF !important;*/
  /*color: #5aaa52;*/
  /*border-color: $main-color2;*/
  color: #000;
  border-bottom: 1px solid #000;
}
.advanced_search.subject_search .search-button-green.active {
  /*color: #4fc16b;*/
  color: #434462;
  /*            border-bottom: 1px solid #4fc16b;*/
  border-bottom: 1px solid #434462;
}

.topic_area_sub_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

.topic_area {
  word-break: break-word;
}
.topic_area .topic_area_name {
  line-height: normal;
  padding: 0.5rem 1.5rem 0.5rem 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: -1px;
}
.topic_area .topic_area_editor_info {
  padding: 0.5rem 0;
  border-left-width: 0.5rem;
}
.topic_area .topic_area_editor_info .topic_editor a {
  font-weight: bold;
}
.topic_area .topic_area_editor_info .topic_editor a:nth-child(2) {
  margin-left: 1.5rem;
}

.subject-title {
  margin-bottom: 30px;
  background-position: center;
  background-size: 100%;
}
.subject-title .image-mask {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 21px 100px;
  height: 100px;
}
.subject-title .image-mask h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.subject-areas-list {
  padding: 0 10px;
}
.subject-areas-list .columns {
  padding: 0 5px;
}

.subject-area-content-box {
  /*float:left !important; */
  /*width: 15.5%; */
  padding: 27px 8px 35px 8px;
  border: 1px solid rgba(155, 154, 155, 0.29);
  /*margin-right:11px;*/
  margin-bottom: 20px;
  /*border-top: 3px solid #2f8444;*/
  border-top: 3px solid #434462;
}
.subject-area-content-box a {
  color: #000 !important;
  /* medium */
}
@media only screen and (max-width: 40em) {
  .subject-area-content-box a {
    font-size: 16px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 40.063em) {
  .subject-area-content-box a {
    font-size: 16px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 64.063em) {
  .subject-area-content-box a {
    font-size: 12.5px;
    line-height: 20px;
  }
}
.subject-area-content-box a:hover {
  font-weight: 700;
}
.subject-area-content-box h3 {
  line-height: 2px;
}
.subject-area-content-box h3 a {
  color: #2f8444;
  font-weight: bold;
  /* small */
  /* medium */
}
@media only screen and (max-width: 40em) {
  .subject-area-content-box h3 a {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .subject-area-content-box h3 a {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .subject-area-content-box h3 a {
    font-size: 0.9375rem;
  }
}

.margin-serach-top {
  /*margin-top: rem-calc(14) !important;*/
}

.margin-serach-wrapper-left {
  margin-left: 18px !important;
}

.margin-serach-wrapper-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.right_filter hr.first {
  height: 1px;
  margin: 0;
  padding: 0;
  height: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  /*border-bottom: solid 1px #333333;*/
  border: 1px solid #fff;
  border-bottom: solid 1px #999;
}
.right_filter hr.last {
  height: 2px;
  margin: 0;
  padding: 0;
  border: 1px;
  /*box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.5);*/
}
.right_filter h3 {
  /*color: #2f8444;*/
  color: #434462;
  padding-top: 0;
  margin-top: 0;
  font-weight: bold;
}
.right_filter .text {
  color: #333333;
  line-height: 18px;
  font-size: 13px;
  margin: 10px 0 12px 0;
}
.right_filter .children_part {
  margin-left: 15px;
  display: none;
}
.right_filter .children_part_display {
  margin-left: 15px;
  display: block;
}
.right_filter .hide_button {
  display: none;
}
.right_filter a.subject_link, .right_filter b.article_type {
  display: block;
  margin-bottom: 6px;
  margin-left: 5px;
}
.right_filter .subject_checkbox, .right_filter .artilce_type_checkbox {
  margin-bottom: 0;
}
.right_filter .subject_checkbox_children {
  margin-bottom: 5px;
}

.covid .margin-serach-wrapper-left {
  margin-left: 0 !important;
}

#editor_moderation h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

#main-content .quick-search {
  padding: 0 3px;
  height: 1.9rem;
  max-width: 220px;
  display: inline-block;
}

.upload-file-wrapper {
  padding: 20px;
}
.upload-file-wrapper label {
  text-align: right;
}
.upload-file-wrapper .message {
  margin-bottom: 15px;
  font-size: 14px;
}
.upload-file-wrapper .upload-pdf-file-wrapper {
  margin: 25px 0;
}
.upload-file-wrapper .upload-pdf-file {
  border: 1px solid #FFF;
  background-color: #d8d8d8;
  color: #4a4a4a;
  padding: 5px 12px;
}
.upload-file-wrapper a.button {
  color: #FFF;
}

.xml-request-upload-wrapper {
  padding: 20px;
}
.xml-request-upload-wrapper label, .xml-request-upload-wrapper div:has(a.xml-update-submit-btn) {
  text-align: right;
}
.xml-request-upload-wrapper a.button {
  color: #FFF;
}
.xml-request-upload-wrapper .row:has(label) {
  border: 1px solid #FFF;
  color: #4a4a4a;
  padding: 5px 12px;
}

.editor_subject_exists {
  color: #4a90e2;
  margin-bottom: 10px;
  border: 1px solid #4a90e2;
  border-radius: 5px;
}

.disable-subjects-action {
  pointer-events: none;
  cursor: default;
  color: #9b9b9b;
}

.disable-accept-action {
  pointer-events: none;
  cursor: default;
  background-color: #F4F4F4;
}

.online_version_preview {
  font-size: 13px !important;
}
.online_version_preview .box {
  border: 1px solid #000;
  padding: 15px;
  font-size: 13px;
}
.online_version_preview .border-box {
  border: 1px solid #979797;
  padding: 3px 3px 3px 3px;
  margin-right: 22px;
  margin-left: 10px;
  margin-bottom: 15px;
  font-size: 13px !important;
}
.online_version_preview .green_title {
  vertical-align: middle;
  /*color: #338347;*/
  color: #434462;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  margin-top: 12px;
  /*width: 130px;*/
}
.online_version_preview .subject_area_hr {
  width: 620px;
  /*border: 1px solid #338347 !important;*/
  border: 1px solid #434462 !important;
}
.online_version_preview .confirm {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
}
.online_version_preview .confirm_star {
  color: red;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
  text-align: right;
}
.online_version_preview .mandatory_checkbox {
  color: red;
  background-color: red;
}
.online_version_preview .error_block {
  padding: 5px;
  color: #000;
  font-weight: normal;
}

.google-link {
  color: #4a90e2;
  font-size: 13px;
  display: inline-block;
  border: 1px solid #4a90e2;
  border-radius: 2px;
  padding: 2px;
}

.google-author-link {
  text-decoration: underline;
}

.change-status-wrapper select {
  padding: 0;
  margin-bottom: 0;
  height: 1.9rem;
}
.change-status-wrapper a {
  color: #4a90e2;
}

.open-change-status {
  color: #4a90e2;
}

.set-parent-content label, .link-susy-id-content label {
  display: inline-block;
}
.set-parent-content input, .link-susy-id-content input {
  display: inline-block;
}

.comment-moderation .article-title a, .reviewer-moderation .article-title a {
  color: #1d92cf;
}
.comment-moderation .link-section a, .reviewer-moderation .link-section a {
  color: #4a90e2;
  font-size: 13px;
  display: inline-block;
  border: 1px solid #4a90e2;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 5px;
  margin-top: 5px;
}

.process-section {
  margin-bottom: 10px;
  font-size: 14px;
}
.process-section a {
  color: #4a90e2;
}
.process-section a:hover {
  color: #4a90e2;
}
.process-section #article-title {
  color: unset;
}
.process-section #article-title[href] {
  color: #4a90e2;
}
.process-section .sub-section {
  background-color: #fafafa;
  border: 1px solid #F3F3F3;
  margin-top: 10px;
  padding: 5px 15px;
  padding-top: 0;
}
.process-section .sub-section h5.title {
  color: #032861;
}
.process-section .decision-section .decision-title a {
  color: #4a90e2;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #4a90e2;
  border-radius: 5px;
  padding: 5px 9px;
  margin-right: 5px;
}
.process-section select, .process-section textarea, .process-section input[type=text] {
  border: 1px solid #cccccc;
}

#sciprintsbundle_checklist input[type=radio] + label:before {
  content: "";
}

.submission-list-table.editor-table tbody tr {
  border-bottom: 1px solid #979797;
}
.submission-list-table.editor-table th, .submission-list-table.editor-table td {
  padding-left: 5px;
  padding-right: 5px;
}

.submission-list-table td .row, .manuscript-info .row {
  padding: 2px 0;
}
.submission-list-table td .row .title, .manuscript-info .row .title {
  font-weight: bold;
}
.submission-list-table td .assigned-editor-wrapper span, .manuscript-info .assigned-editor-wrapper span {
  display: inline-block;
  margin-right: 5px;
}
.submission-list-table td .assigned-editor-wrapper a, .manuscript-info .assigned-editor-wrapper a {
  color: #4a90e2;
}
.submission-list-table td .assigned-input-wrapper a, .manuscript-info .assigned-input-wrapper a {
  color: #4a90e2;
}
.submission-list-table td .set-assigned-editor, .manuscript-info .set-assigned-editor {
  color: #4a90e2;
}
.submission-list-table td input.assign-editor, .manuscript-info input.assign-editor {
  margin-bottom: 0;
  padding: 0 3px;
  height: 1.9rem;
  width: 100px;
}

.email-form-wrapper {
  padding-top: 15px;
  background-color: #FFF;
}
.email-form-wrapper label {
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  color: #4A4A4A;
}
.email-form-wrapper input, .email-form-wrapper textarea, .email-form-wrapper select {
  padding: 1px;
  margin-bottom: 6px;
}
.email-form-wrapper .wrap {
  border: 1px solid #ccc;
  margin-bottom: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.email-form-wrapper .item {
  display: inline-block;
  margin-right: 6px;
}
.email-form-wrapper .item input {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: transparent;
}
.email-form-wrapper .item a.remove-email {
  color: #FFF;
  background-color: gray;
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin: auto 10px;
  text-align: center;
}
.email-form-wrapper .validate {
  border: 1px solid red !important;
}
.email-form-wrapper .add-email-attach {
  border: 1px solid #FFF;
  background-color: #d8d8d8;
  color: #4a4a4a;
  padding: 5px 12px;
}
.email-form-wrapper .attach-list {
  padding-left: 0;
  margin-top: 6px !important;
}
.email-form-wrapper .attach-list a {
  color: #4a4a4a;
}

.suggest-action {
  background-color: yellow;
}

.remove-author-note-btn, .remove-ext-btn {
  margin-top: 25px;
}

.checklist-wrapper table {
  width: 100%;
}
.checklist-wrapper .radio-button-wrapper {
  margin-bottom: 1rem;
}
.checklist-wrapper .radio-button-wrapper .radio-button-td {
  min-width: 280px;
  text-align: right;
}
.checklist-wrapper .radio-button-wrapper input {
  margin-bottom: 0;
}
.checklist-wrapper .radio-button-wrapper label {
  margin-right: 0.5rem;
}

.editor-search-form select {
  padding: 0 3px;
  margin-bottom: 0;
  display: inline-block;
}
.editor-search-form input {
  padding: 0 3px;
  display: inline-block;
}
.editor-search-form a {
  margin-left: 10px;
}

.levitate-block {
  display: flex;
  position: fixed;
  right: 0;
  top: 70px;
  z-index: 999;
}
.levitate-block .levitate-toggle {
  position: relative;
  width: 25px;
  height: 70px;
  color: white;
  background-color: #434462;
  line-height: 60px;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.levitate-block .levitate-toggle span {
  transform: rotateZ(-90deg) translateX(50%) translateY(-10px);
  display: inline-block;
  position: absolute;
  bottom: -20px;
}
.levitate-block .levitate-content {
  border: 1px solid #434462;
  display: none;
  width: 350px;
  padding: 10px;
  background-color: white;
  overflow-y: scroll;
  max-height: 680px;
}
.levitate-block .levitate-content .head {
  background-color: #e2ff98;
  padding: 5px;
  font-weight: bold;
}
.levitate-block .levitate-content .head.xml {
  background-color: #98ffea;
}
.levitate-block .levitate-content .head.layout {
  background-color: #de98ff;
}
.levitate-block .levitate-content .head.ms {
  background-color: #fff200;
}
.levitate-block .levitate-content .head.others {
  background-color: rgba(204, 205, 213, 0.78);
}
.levitate-block .levitate-content .note-list {
  max-height: 60vh;
  padding: 10px 10px 0 10px;
}
.levitate-block .levitate-content .note-list .note {
  border-bottom: 1px solid #cccdd5;
  word-break: break-word;
  padding: 10px 0;
}
.levitate-block .levitate-content .note-list .note:last-child {
  border-bottom: none;
}

.levitate-block.qc {
  top: 150px;
}
.levitate-block.qc .count {
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.levitate-block.qc .levitate-toggle span {
  transform: rotateZ(-90deg) translateX(75%) translateY(0);
}
.levitate-block.qc .levitate-content {
  width: 800px;
}
.levitate-block.qc .deleted {
  text-decoration: line-through;
}

.levitate-block.detection-assistant {
  top: 230px;
  bottom: 10px;
}
.levitate-block.detection-assistant .levitate-toggle {
  height: 120px;
}
.levitate-block.detection-assistant .levitate-toggle span {
  line-height: 35px;
  transform: unset;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  position: relative;
  bottom: -10px;
}
.levitate-block.detection-assistant .levitate-content {
  width: 800px;
  font-size: 16px;
}
.levitate-block.detection-assistant .levitate-content .confirmed-info {
  padding: 5px;
  margin-left: 30px;
  border: 1px solid #ccc;
  line-height: 25px;
}
.levitate-block.detection-assistant .levitate-content ul {
  margin-left: 50px;
}
.levitate-block.detection-assistant .deleted {
  text-decoration: line-through;
}
.levitate-block.detection-assistant .count {
  display: inline-block;
  color: white;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin: 5px 0;
  text-align: center;
  line-height: 25px;
  vertical-align: middle;
}
.levitate-block.detection-assistant .count.serious {
  background-color: red;
}
.levitate-block.detection-assistant .count.normal {
  background-color: #fbd625;
}
.levitate-block.detection-assistant .count.solved {
  background-color: gray;
}

.levitate-block.confirmation-question {
  top: 360px;
}
.levitate-block.confirmation-question .count {
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.levitate-block.confirmation-question .levitate-toggle span {
  transform: rotateZ(-90deg) translateX(75%) translateY(0);
}
.levitate-block.confirmation-question .levitate-content {
  width: 400px;
  max-height: 360px;
}
.levitate-block.confirmation-question .deleted {
  text-decoration: line-through;
}

.rotate-180 {
  transform: rotateX(180deg);
}

.production-error-images {
  display: flex;
  flex-wrap: wrap;
}
.production-error-images .image-box {
  text-align: center;
  margin: 10px;
  width: 50px;
  height: 70px;
}
.production-error-images .image-box img {
  width: 50px;
  height: 50px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 420px;
}

/*$main-color1: #4fc16b;*/
.static-title {
  background-position: center;
  background-size: cover;
}
.static-title .banner {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 30px 20px 95px 20px;
  height: 237px;
}
.static-title .banner .breadcrumb {
  width: 100%;
}
.static-title .banner .breadcrumb a {
  color: white;
  display: inline-block;
}
.static-title .banner .breadcrumb a:last-child {
  border-right: none;
}
.static-title .banner .breadcrumb a:not(:last-child):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  margin-right: 5px;
}
.static-title .banner .breadcrumb a.active {
  color: #FDC90C;
}
.static-title .banner .banner-title {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}

.static-base {
  background-color: #fafafa;
  border: 1px solid #F3F3F3;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.static-base .title {
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: bold;
  /*color: #2f8444;*/
  color: #434462;
}

.static-base:not(:first-child) {
  margin-top: 15px;
}

.columns.no-left-padding {
  padding-left: 0;
}

.catalog-section {
  padding: 20px;
}
.catalog-section ul {
  margin: 0;
  padding: 0;
}
.catalog-section li {
  border-left: solid 4px #434462;
  list-style: none;
  padding-left: 20px;
}
.catalog-section li a {
  font-size: 13px;
  font-weight: bold;
}
.catalog-section li.hidden-list-wrapper {
  border: none;
}

.hidden-list-title {
  border: 1px solid #434462;
  width: 15px;
  height: 15px;
  display: inline-block;
  line-height: 13px;
  text-align: center;
}

.hidden-list-content {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.work-content-wrapper {
  padding: 40px 0 64px 0;
}
.work-content-wrapper a {
  color: #1d92cf;
}
.work-content-wrapper.no-catalog {
  margin-top: 0;
}
.work-content-wrapper .section-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}
.work-content-wrapper .section-title.first {
  margin-top: 0;
}
.work-content-wrapper .section-title a {
  /*color: #2f8444;*/
  color: #434462;
}
.work-content-wrapper .section-content {
  color: #333333;
  font-size: 13px;
}
.work-content-wrapper .section-content p {
  margin-bottom: 20px;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
}
.work-content-wrapper .section-content .pre-tick li {
  margin-bottom: 10px;
}
.work-content-wrapper .section-content .pre-tick input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.work-content-wrapper .section-content ul {
  margin-left: 25px;
  padding-left: 40px;
  border-left: solid 4px #434462;
}
.work-content-wrapper .section-content ul.no-list-style {
  list-style: none;
  padding-left: 25px;
}
.work-content-wrapper .section-content ul.list-style-decimal {
  list-style: decimal;
}
.work-content-wrapper .section-content ul li {
  color: #333333;
  font-size: 13px;
}
.work-content-wrapper .section-content ul li.custom-margin {
  margin-bottom: 20px;
}
.work-content-wrapper .section-content ol {
  margin-left: 25px;
  padding-left: 40px;
  border-left: solid 4px #434462;
}
.work-content-wrapper .section-content ol.list-style-roman {
  list-style-type: upper-roman;
}
.work-content-wrapper .section-content ol li {
  color: #333333;
  font-size: 13px;
}
.work-content-wrapper .section-content ol li.custom-margin {
  margin-bottom: 20px;
}
.work-content-wrapper .section-content .sub-title a {
  color: #000;
  font-weight: bold;
  font-size: 13px;
}
.work-content-wrapper .section-content .list-header-text {
  margin-bottom: 15px;
}
.work-content-wrapper .section-content .imprint-info {
  border: none;
  background-color: transparent;
}
.work-content-wrapper .section-content .imprint-info th, .work-content-wrapper .section-content .imprint-info td {
  font-size: 13px;
}

.nav-wrapper {
  padding: 20px 0;
}
.nav-wrapper .nav-info {
  font-size: 28px !important;
  font-weight: bold;
  color: #4F5671;
}
.nav-wrapper .alphabet-nav {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  position: sticky;
  top: 65px;
  z-index: 98;
  background-color: white;
  border-bottom: 1px solid #434462;
  border-top: 1px solid #434462;
}
.nav-wrapper .alphabet-nav a, .nav-wrapper .alphabet-nav span {
  flex-grow: 1;
  font-size: 15px;
  color: #9b9b9b;
  display: inline-block;
  text-align: center;
  height: 32px;
  min-width: 24px;
  line-height: 32px;
}
.nav-wrapper .alphabet-nav a {
  color: #000 !important;
  text-decoration: none !important;
}
.nav-wrapper .alphabet-nav a.selected, .nav-wrapper .alphabet-nav a:hover {
  background-color: #434462;
  color: #FFF !important;
}
.nav-wrapper .nav-content .columns {
  padding: 0;
}
.nav-wrapper .nav-content .letter-members {
  margin-top: 20px;
}
.nav-wrapper .nav-content .letter-members .letter-link {
  vertical-align: top;
  display: block;
  padding: 28px 0 10px 0;
}
.nav-wrapper .nav-content .letter-members .letter-link span, .nav-wrapper .nav-content .letter-members .letter-link a {
  display: inline-block;
  width: 20px;
  cursor: default;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #434462;
  text-decoration: none;
}
.nav-wrapper .nav-content .letter-members .members-link .columns {
  padding: 0;
}
.nav-wrapper .nav-content .letter-members .members-link a {
  line-height: 30px;
  color: #000;
  text-decoration: none;
}
.nav-wrapper .nav-content .letter-members .members-link a:hover {
  text-decoration: underline;
}
.nav-wrapper .nav-content .letter-members .members-link .board-member-aff {
  padding-bottom: 8px;
}

.recommend-section {
  /*margin-top: 10px;*/
  padding: 10px 20px 30px 20px;
  font-size: 13px;
  line-height: 18px;
}
.recommend-section .article-type {
  font-style: italic;
  /*color: #2f8444;*/
  color: #434462;
  font-size: 13px;
}
.recommend-section .article-title {
  padding: 5px 0;
}
.recommend-section .article-title a {
  color: #333333;
}
.recommend-section .article-title a:hover {
  color: #000;
  text-decoration: underline;
}
.recommend-section hr {
  margin: 13px 0;
}

.position-class {
  position: relative;
}

.ab-filter-section, .filter-selected-subject {
  padding: 15px 5px;
}
.ab-filter-section .filter-title, .filter-selected-subject .filter-title {
  color: #434462;
  font-size: 20px;
  font-weight: bold;
}
.ab-filter-section .filter-info, .filter-selected-subject .filter-info {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
}
.ab-filter-section .checkbox-wrapper, .filter-selected-subject .checkbox-wrapper {
  word-wrap: break-word;
}
.ab-filter-section .checkbox-wrapper .main-subject-row, .ab-filter-section .checkbox-wrapper .sub-subject-row, .ab-filter-section .checkbox-wrapper .select-all-row, .filter-selected-subject .checkbox-wrapper .main-subject-row, .filter-selected-subject .checkbox-wrapper .sub-subject-row, .filter-selected-subject .checkbox-wrapper .select-all-row {
  word-wrap: break-word;
}
.ab-filter-section .checkbox-wrapper .main-subject-row .filter-checkbox, .ab-filter-section .checkbox-wrapper .sub-subject-row .filter-checkbox, .ab-filter-section .checkbox-wrapper .select-all-row .filter-checkbox, .filter-selected-subject .checkbox-wrapper .main-subject-row .filter-checkbox, .filter-selected-subject .checkbox-wrapper .sub-subject-row .filter-checkbox, .filter-selected-subject .checkbox-wrapper .select-all-row .filter-checkbox {
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}
.ab-filter-section .checkbox-wrapper .main-subject-row .filter-checkbox input, .ab-filter-section .checkbox-wrapper .sub-subject-row .filter-checkbox input, .ab-filter-section .checkbox-wrapper .select-all-row .filter-checkbox input, .filter-selected-subject .checkbox-wrapper .main-subject-row .filter-checkbox input, .filter-selected-subject .checkbox-wrapper .sub-subject-row .filter-checkbox input, .filter-selected-subject .checkbox-wrapper .select-all-row .filter-checkbox input {
  margin: 0;
}
.ab-filter-section .checkbox-wrapper .main-subject-row .filter-text, .ab-filter-section .checkbox-wrapper .sub-subject-row .filter-text, .ab-filter-section .checkbox-wrapper .select-all-row .filter-text, .filter-selected-subject .checkbox-wrapper .main-subject-row .filter-text, .filter-selected-subject .checkbox-wrapper .sub-subject-row .filter-text, .filter-selected-subject .checkbox-wrapper .select-all-row .filter-text {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  width: 80%;
  vertical-align: top;
}
.ab-filter-section .checkbox-wrapper .main-subject-row .filter-text a, .ab-filter-section .checkbox-wrapper .sub-subject-row .filter-text a, .ab-filter-section .checkbox-wrapper .select-all-row .filter-text a, .filter-selected-subject .checkbox-wrapper .main-subject-row .filter-text a, .filter-selected-subject .checkbox-wrapper .sub-subject-row .filter-text a, .filter-selected-subject .checkbox-wrapper .select-all-row .filter-text a {
  color: #4a4a4a;
}
.ab-filter-section .checkbox-wrapper .sub-subject-row .filter-text, .filter-selected-subject .checkbox-wrapper .sub-subject-row .filter-text {
  font-size: 12px;
}
.ab-filter-section .checkbox-wrapper .sub-subject-wrapper, .filter-selected-subject .checkbox-wrapper .sub-subject-wrapper {
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ab-filter-section .checkbox-wrapper .sub-subject-wrapper .filter-text a, .filter-selected-subject .checkbox-wrapper .sub-subject-wrapper .filter-text a {
  font-weight: normal;
}

#apply-button, #reset-all-button {
  position: absolute;
  right: -25px;
  padding: 4px 8px;
  font-size: 13px;
}

#reset-all-button {
  top: 40px;
  right: -35px;
}

.filter-selected-subject {
  margin-bottom: 10px;
}

.contact-section {
  padding: 10px 20px;
}
.contact-section .content {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

.statistics-page h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  color: #032861;
}
.statistics-page h6 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 20px;
  color: #222222;
}
.statistics-page .section-text {
  font-size: 13px;
  color: #333333;
  margin-bottom: 30px;
}
.statistics-page .section-content {
  background-color: #FAFAFA;
  margin-bottom: 20px;
  padding: 30px 20px 0 20px;
  border: 1px solid #f3f3f3;
}
.statistics-page .section-content .tabs-content {
  overflow-x: auto;
}
.statistics-page table {
  background-color: #FAFAFA;
}
.statistics-page table td {
  line-height: unset;
}
.statistics-page .table-no-border {
  width: 100%;
  border: none;
}
.statistics-page .table-center tr td {
  text-align: center;
}
.statistics-page .table-top-ten-view {
  border: none;
}
.statistics-page .table-top-ten-view tr {
  border-bottom: 1px solid #eeeeee;
}
.statistics-page .table-top-ten-view .title {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin: 5px 0;
}
.statistics-page .table-top-ten-view .authors {
  font-size: 13px;
  margin: 5px 0;
}
.statistics-page .semi-circle-container .semi-circle {
  background-color: #5470c6;
}
.statistics-page .echart {
  height: 300px;
  width: 100%;
}
.statistics-page .statistics-tabs .tab-title a {
  background-color: #e8e8e8;
  padding: 0.5rem 1rem;
  font-size: 13px;
}
.statistics-page .statistics-tabs .tab-title.active a {
  background-color: #5470c6;
  color: white;
}
.statistics-page .tabs-content {
  padding: 0 5%;
}

.static-container {
  margin-bottom: 48px;
}
.static-container .static-content {
  line-height: 24px;
}
.static-container .static-content h1 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 28px;
  color: #434462;
  font-weight: 700;
}
.static-container .static-content h2 {
  font-weight: 700;
  font-size: 22px;
  color: #434462;
  border-bottom: none;
  padding: 0 0 16px 0;
  margin: 0;
}
.static-container .static-content p, .static-container .static-content li, .static-container .static-content div {
  font-size: 16px;
}
.static-container .static-content p a, .static-container .static-content li a, .static-container .static-content div a {
  color: #E7A705;
  text-decoration: underline;
}
.static-container .static-content p i, .static-container .static-content li i, .static-container .static-content div i {
  color: #E7A705;
}
.static-container .static-content ul, .static-container .static-content ol, .static-container .static-content .gray-box {
  padding: 4px 8px;
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 24px;
}
.static-container .static-content ul li, .static-container .static-content ol li, .static-container .static-content .gray-box li {
  margin: 12px 0 12px 12px;
}
.static-container .static-content ul li:last-child, .static-container .static-content ol li:last-child, .static-container .static-content .gray-box li:last-child {
  margin-bottom: 0;
}
.static-container .static-content .text-num {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-right: 12px;
}
.static-container .platforms {
  display: flex;
  flex-wrap: wrap;
}
.static-container .platforms img {
  padding: 28px 15px;
  max-width: 150px;
  height: 100%;
  filter: grayscale(100%);
}
.static-container .platforms img:hover {
  filter: unset;
}
.static-container .platforms .large {
  max-width: 210px !important;
}
.static-container .static-content-toc {
  margin-top: 48px;
}

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

.sticky-15 {
  position: sticky;
  top: 15px;
}

.friendly-journals-introduce {
  font-size: 16px;
  margin-top: 80px;
}
.friendly-journals-introduce .functions {
  background-color: #F8F9FD;
  padding: 15px 30px;
  border-radius: 15px;
}
.friendly-journals-introduce .functions .function {
  padding: 15px 0;
  display: flex;
  line-height: 50px;
}
.friendly-journals-introduce .functions .function img {
  margin-right: 30px;
  width: 50px;
  height: 50px;
}
.friendly-journals-introduce .description {
  margin: 30px;
}

.friendly-journals-table td, .friendly-journals-table th {
  text-align: center;
}
.friendly-journals-table td:first-child, .friendly-journals-table th:first-child {
  text-align: left;
}

.activity-award-2023 {
  color: #000;
  padding-bottom: 116px;
  padding-top: 50px;
}
.activity-award-2023 ul.accordion {
  border-bottom: none;
  padding-top: 0;
}
.activity-award-2023 li.rule-box {
  border-left: none !important;
}
.activity-award-2023 .rule-box.accordion-navigation {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DCDFE4;
}
.activity-award-2023 .rule-box.accordion-navigation > .content {
  padding: 0 !important;
  margin-bottom: 16px;
}
.activity-award-2023 .rule-box.accordion-navigation:not(.active) .title:after {
  transform: rotateX(180deg);
}
.activity-award-2023 .rule-box.accordion-navigation.active a.title {
  background: #FFF;
}
.activity-award-2023 .rule-box.accordion-navigation a.title {
  display: flex;
  align-items: center;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 42px;
  padding: 0 !important;
}
.activity-award-2023 .rule-box.accordion-navigation a.title h1 {
  flex-grow: 2;
  font-size: 20px;
  padding: 0 0 16px 0;
  margin: 46px 0 16px 0;
}
.activity-award-2023 .rule-box.accordion-navigation a.title:after {
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 9px;
  font-weight: 100;
}
.activity-award-2023 .rule-box.accordion-navigation a.title:hover {
  background: unset;
}
.activity-award-2023 .rule-box.accordion-navigation .subjects .row:last-child {
  margin-bottom: 0;
}
.activity-award-2023 .rule-box.accordion-navigation .subjects .row .columns {
  background: var(--neutral-000, #F8F9FD);
  margin-top: 16px;
  display: flex;
  align-items: center;
  line-height: 140%;
  padding: 0 30px;
  height: 60px;
}
@media (min-width: 640px) {
  .activity-award-2023 .rule-box.accordion-navigation .subjects .row .columns:nth-child(1), .activity-award-2023 .rule-box.accordion-navigation .subjects .row .columns:nth-child(2) {
    margin-top: 0;
  }
  .activity-award-2023 .rule-box.accordion-navigation .subjects .row .columns:nth-child(2n-1) {
    border-right: 2px solid var(--neutral-300, #DCDFE4);
  }
}
@media (max-width: 639px) {
  .activity-award-2023 .rule-box.accordion-navigation .subjects .row .columns:nth-child(1) {
    margin-top: 0;
  }
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box {
  margin-left: 12px;
  border-left: 1px solid #B3B9C4;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box {
  display: flex;
  align-items: center;
  margin-left: -12px;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box .number {
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  flex-basis: 24px;
  height: 40px;
  color: white;
  background-color: white;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box .number span {
  display: block;
  border-radius: 100%;
  flex-grow: 2;
  background-color: #337AB7;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box .deadline {
  flex-basis: 150px;
  margin-left: 16px;
  margin-right: 37px;
  padding: 24px 0;
  font-size: 14px;
  line-height: 140%;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box .deadline .title {
  font-weight: 600;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box .deadline .date {
  font-weight: 400;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box .content {
  flex-shrink: 24;
  line-height: 140%;
  padding: 8px 0;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box.inactive {
  color: #B3B9C4;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box.inactive .number span {
  background-color: #B3B9C4;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box.inactive .title {
  color: #B3B9C4;
}
.activity-award-2023 .rule-box.accordion-navigation .timeline-box .line-box.inactive .link {
  color: #B3B9C4;
}
.activity-award-2023 .rule-box.accordion-navigation ul {
  list-style-type: disc;
}
.activity-award-2023 .rule-box.accordion-navigation ul > li {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 30px !important;
}
.activity-award-2023 .introduction {
  font-size: 16px;
  line-height: 30px;
}
.activity-award-2023 .introduction span {
  font-size: 16px;
  font-weight: 600;
}
.activity-award-2023 .link {
  text-decoration: underline;
  color: black;
  font-weight: 600;
}
.activity-award-2023 .votes h1 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 40px;
}
.activity-award-2023 .votes .vote-cards .columns {
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  .activity-award-2023 .votes .vote-cards .columns:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 12px;
  }
  .activity-award-2023 .votes .vote-cards .columns:nth-child(2n) {
    padding-left: 12px;
    padding-right: 0;
  }
}
.activity-award-2023 .votes .vote-cards .vote-card {
  padding: 16px;
  margin-top: 24px;
  border: 1px solid #DCDFE4;
  border-radius: 4px;
}
.activity-award-2023 .votes .vote-cards .vote-card .download {
  font-size: 14px;
  text-align: right;
}
.activity-award-2023 .votes .vote-cards .vote-card .download a {
  color: #0156CE;
}
.activity-award-2023 .votes .vote-cards .vote-card .download a p-icon {
  vertical-align: sub;
}
.activity-award-2023 .votes .vote-cards .vote-card .title {
  min-height: 81px;
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 4px;
  line-height: 150%;
}
.activity-award-2023 .votes .vote-cards .vote-card .title a {
  color: #000;
}
.activity-award-2023 .votes .vote-cards .vote-card .vote-line {
  vertical-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 4px 0;
}
.activity-award-2023 .votes .vote-cards .vote-card .vote-line .vote-count {
  font-size: 12px;
  flex-grow: 1;
  line-height: 29px;
}
.activity-award-2023 .votes .vote-cards .vote-card .vote-line .vote-button {
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  width: 74px;
  height: 29px;
  border: 1px solid #000;
  border-radius: 128px;
}
.activity-award-2023 .votes .vote-cards .voted {
  background-color: #FEFCE8;
}
.activity-award-2023 .votes .vote-cards .voted .vote-button {
  background-color: #FACC15;
  border: none !important;
}

.activity-award-2023-banner {
  background-image: url("../img/award_2023_banner.webp");
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-height: 380px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .activity-award-2023-banner {
    height: 380px;
  }
}
@media (max-width: 639px) {
  .activity-award-2023-banner {
    height: 240px;
  }
}
.activity-award-2023-banner p {
  margin-bottom: 20px;
  font-weight: 300;
  color: #FFF;
}
@media (min-width: 640px) {
  .activity-award-2023-banner p {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 639px) {
  .activity-award-2023-banner p {
    font-size: 40px;
    line-height: 48px;
  }
}
.activity-award-2023-banner .link-group {
  display: flex;
  align-items: center;
}
.activity-award-2023-banner .link-group .link {
  margin-right: 35px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #B3B9C4;
  border-radius: 4px;
  padding: 8px 15px;
  color: #FFFFFF;
}

.social-share-color-vertical-box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  width: 48px;
  height: 144px;
  right: 0;
  box-shadow: 0 4px 12px 0 rgba(53, 60, 85, 0.2);
  border-radius: 4px;
  background: #FFF;
  top: calc(50vh + 100px);
}

.award-tabs {
  margin-bottom: 24px;
}
.award-tabs .tabs {
  border-bottom: 2px solid rgba(142, 145, 146, 0.3);
}
.award-tabs .tabs .tab-title:hover {
  background-color: unset;
}
.award-tabs .tabs .tab-title a {
  padding: 12px 0;
  background-color: white;
  color: rgba(142, 145, 146, 0.6);
}
.award-tabs .tabs .tab-title a:first-child {
  margin-right: 16px;
}
.award-tabs .tabs .tab-title.active a {
  color: #4F5671;
  border-bottom: 2px solid #4F5671;
  margin-bottom: -2px;
  font-weight: 600;
}

.award-manuscript-blocks .award-manuscripts {
  border-radius: 16px;
  background-color: #F7F8FA;
  padding: 16px 16px 24px 16px;
  margin-top: 24px;
}
.award-manuscript-blocks .award-manuscripts h1 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
.award-manuscript-blocks .award-manuscripts .finalist {
  border-bottom: 2px solid #DCDFE4;
  padding-bottom: 16px;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.award-manuscript-blocks .award-manuscripts .finalist.hide {
  border-bottom: none;
  padding-bottom: 0;
}
.award-manuscript-blocks .award-manuscripts .finalist .head {
  flex-grow: 2;
  font-size: 20px;
  font-weight: bold;
}
.award-manuscript-blocks .award-manuscripts .finalist .switch-see-mode-finalist {
  color: #0156CE;
  font-size: 16px;
  font-family: "FontAwesome";
}
.award-manuscript-blocks .award-manuscripts .finalist .switch-see-mode-finalist::after {
  content: "\f107";
}
.award-manuscript-blocks .award-manuscripts .finalist .switch-see-mode-finalist.less::after {
  content: "\f106";
}
.award-manuscript-blocks .award-manuscripts .manuscript-block {
  border-bottom: 2px solid #DCDFE4;
  margin-top: 24px;
  padding-bottom: 16px;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .info {
  margin-bottom: 12px;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .info p-icon {
  vertical-align: bottom;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .info .badge {
  margin-left: 16px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  height: 24px;
  padding: 0 8px;
  line-height: 150%;
  font-weight: 600;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .info .prize-badge {
  background-color: #FACC15;
  color: #000;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .info .type-badge {
  background-color: #FEFCE8;
  color: #000;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .subject-line {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .subject-line .subject {
  flex-grow: 2;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .subject-line .subject .badge {
  display: inline-block;
  background-color: #F7F8F9;
  border-radius: 4px;
  padding: 3px 8px;
  margin: 4px 4px 0 0;
  font-size: 12px;
  line-height: 150%;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .subject-line .tools {
  margin-top: 4px;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .subject-line .tools a {
  margin-right: 16px;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .subject-line .tools a p-icon {
  vertical-align: sub;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .peer-info {
  margin-bottom: 8px;
  color: #626F86;
  font-size: 14px;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .aricle-title {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 4px;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .head {
  font-weight: bold;
  font-size: 14px;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .article-abstract {
  font-size: 14px;
  line-height: 150%;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .article-keywords {
  font-size: 14px;
  line-height: 150%;
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .switch-see-mode {
  color: #0156CE;
  font-size: 14px;
  font-family: "FontAwesome";
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .switch-see-mode::after {
  content: "See more \f107";
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .switch-see-mode.less::after {
  content: "See less \f106";
}
.award-manuscript-blocks .award-manuscripts .manuscript-block .article-date {
  font-size: 14px;
  color: #626F86;
  margin: 4px 0;
}

.announcement-wrapper {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.announcement-wrapper ul.pagination .li {
  line-height: 1.08125rem;
  font-size: 0.75rem;
}
.announcement-wrapper ul.pagination input {
  padding: 0px 5px;
  margin: 1px 0px 0px;
  max-width: 2.3125rem !important;
  border: 0.0625rem solid #9B9B9B;
  box-shadow: none !important;
  font-size: 0.75rem;
  line-height: 20px;
  height: auto;
}
.announcement-wrapper .announcement-item {
  border: 0.0625rem solid #979797;
  padding: 1.125rem 1.5rem;
  margin: 0px 0px 0.875rem;
  font-family: Arial;
}
.announcement-wrapper .announcement-item .announcement-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.announcement-wrapper .announcement-item .announcement-item-title:hover {
  text-decoration: underline;
}
.announcement-wrapper .announcement-item .announcement-item-details {
  font-size: 13px;
  color: #4a4a4a;
}
.announcement-wrapper .announcement-item .announcement-item-content {
  font-size: 13px;
  color: #333333;
  margin-top: 10px;
}

#announcement a {
  color: #1d92cf;
}
#announcement a:hover {
  text-decoration: underline;
}
#announcement a.social-media-link1 {
  color: #9B9B9B;
  font-size: 11px;
}
#announcement a.social-media-link1:hover {
  color: #000;
  text-decoration: none;
}