.subjects-navigation {
    margin: 8px 0 40px 0;
}

.subject-item {
    position: relative;
    display: inline-block;
}

.subject-item a, .subject-item a:visited, .subject-item > span {
    background: #D5E1E8;
    height: 30px;
    text-align: center;
    padding: 6px;
    line-height: 38px;
    font-size: 13px;
    /*-webkit-font-smoothing: antialiased;*/
    /*font-weight: 300;*/
    margin: 0px 3px 6px 0px;
    color: #236496;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.subject-item a:hover, .subject-item a:active {
    background: #C3CDD3;
    text-decoration: none;
}

.manuscriptType-item a:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 3px;
    border-width: 0 9px 9px 0;
    border-style: solid;
    border-color: #036aa0 #fff;
}

.manuscriptType-item a, .manuscriptType-item a:visited, .manuscriptType-item > span {
    background: #0078b7;
    color: #fff;
}

.manuscriptType-item a:hover, .manuscriptType-item a:active {
    background: #0794dd;
}
.user-reviewer-ask-container label {
    color: #444;
    font-size: 15px;
    padding: 6px 12px;
    background: #fff59d;
    border-radius: 2px;
}

.user-reviewer-article-create p {
    margin-bottom: 20px;
}

.btn-reviewer-match-ask {
    margin-bottom: 20px;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #717171;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #717171;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */


.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}

.toggle {
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 60%;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 22px;
    font-weight: 100;
}
.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 22px;
    font-weight: 100;
    padding-top: 12px;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
}

.toggle.btn { min-width: 59px; min-height: 34px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }

.toggle.btn-lg { min-width: 79px; min-height: 45px; }
.toggle-on.btn-lg { padding-right: 31px; }
.toggle-off.btn-lg { padding-left: 31px; }
.toggle-handle.btn-lg { width: 40px; }

.toggle.btn-sm { min-width: 50px; min-height: 30px;}
.toggle-on.btn-sm { padding-right: 20px; }
.toggle-off.btn-sm { padding-left: 20px; }

.toggle.btn-xs { min-width: 35px; min-height: 22px;}
.toggle-on.btn-xs { padding-right: 12px; }
.toggle-off.btn-xs { padding-left: 12px; }

.peerj-modal {
    font-size: 16px;
    font-weight: 300;
}

.modal-header-title h3 {
    font-weight: 400;
    color: #6c6c6c !important;
}

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

.peerj-modal .modal-header {
    display:block;
    border-bottom: 1px solid #ddd;
    background: #F5F5F5;
}

.peerj-modal .modal-header h3 {
    color: #0088c9;
    display: inline-block;
    font-weight: 400;
    margin:0;
}

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

.peerj-modal-body-inner {
    margin-left: 15px;
}

.peerj-modal-body-inner .alert {
    margin: 20px 15px;
}

.peerj-modal-label label,
.peerj-modal-label .optional-text {
    font-size: 16px;
    /* font-weight: 300; */
    line-height: 23px;
    color: #999;
    margin-top: 6px;
}

.peerj-modal-label-select label {
    margin-top: 0px;
}

.institution-item-container label {
    font-weight: 500;
}

.toggle-group label {
    font-weight: 200;
}

.peerj-modal-body input {
    font-size: 16px;
}

.peerj-modal-body input[type="text"],
.peerj-modal-body input[type="email"],
.peerj-modal-body input[type="textarea"] {
    width: 100%
}

.peerj-modal-body textarea {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 200;
}

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

.peerj-modal form {
    margin: 0;
}

.peerj-modal-body {
    height: 250px;
    overflow-y: auto;
    padding: 0;
}

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

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

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

.peerj-input-help {
    font-size: 15px;
    color: #717171;}

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

.close {
    line-height: 24px;
    font-size:23px;
    margin-top: 2px;
    display:none;
}

.peerj-tag-input-text {
    margin-top: 5px;
}

.peerj-tag-add-button{
    margin-top: 3px;
    padding: 5px 20px 5px 20px;
}
.tag {
    background-color: #3d7bbf;
    margin: 3px;
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight:500;
}

.tag, .peerj-tags-help {
    /* These values are here to make explicit the tag styling
     * so that there is no judder when a tag is added or removed
     */
    display: inline-block;
    line-height: 25px;
    height: 2em;
    border-radius: 4px;
}

.tag a {
    color:#fff;
}

.peerj-tags-help {
    font-size: 15px;
}

.tagsinput input {
    font-size: 15px;
    height: 1.5em;
    width: 100% !important;
}

#peerj-cited-row {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.control-group {
    margin-bottom: 5px;
}

/*multi-step*/
.m-progress {
    margin-top: 40px;
    font-size: 15px;
    color: #0c3561;
    padding: 0 5px;
}

.m-progress-bar {
    min-height: 1em;
    background: #226bbf;
    width: 5%;
}

@media (min-width: 768px) {
    .peerj-modal-body .span4 {
        display: inline-block;
    }

    .close {
        display:inline-block;
    }

    .peerj-modal-body-inner {
        margin-top: 20px;
        margin-left: 0;
    }

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

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

    .peerj-modal-sidebar h5 {
        font-weight: 400;
        color: #888;
    }

    .peerj-modal-sidebar p,
    .peerj-modal-sidebar h5 {
        padding: 3px 5px;
    }

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

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

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

.user-institutions-group {
    margin-top: 45px;
}

#user-institution-items {
    margin-bottom: 5px;
    margin-top: 5px;
}

.user-institution-item {
    margin-bottom: 30px;
}

.user-primary-institution {
    font-size: 11px;
    color: #666;
    letter-spacing: .04em;
}

h3.user-institution-title {
    margin: 0 0 5px 0;
    line-height: 15px;
    font-size: 20px;
}

h3.user-institution-title a {
    font-weight: 400;
}

.user-institution-title sup {
    font-weight: normal;
}

.user-institution-name {
    font-size: 15px;
    color: #565656;
}

span.user-institution-department {
    font-size: 13px;
    color: #565656;
}

.user-institution-description {
    font-size: 13px;
    color: #565656;
}

.user-institution-dates {
    font-size: 12px;
    color: #717171;}

.short-institution-container {
    margin-bottom: 15px;
}

.short-institution-container h4 {
    display: block !important;
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
}

.short-institution-row {
    display: block !important;
    margin-bottom: 12px;
}

.short-institution-name {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
}

.institution-container-inner {
    padding: 10px 0;
    color: #6d6d6d !important;
}

.institution-container-inner .short-institution-row {
    border-bottom: 1px solid #e2e2e2;
    margin: 3px 0 0;
    padding: 1px 0 4px;
}

.institution-container-inner .user-institution-dates,
.institution-container-inner > * {
    font-size: 15px;
}
.show-institution-list {
    z-index: 2000 !important;
}

.show-institution-list .ajax-search-item-left {
    margin-top: 4px;
    padding: 3px 4px;
    background: #0088c9;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}