/* LESS FILE: uxframework-flow/brand-colors.less */
/* LESS FILE: uxframework-flow/variables.less */
.bg-orange-light {
  background-color: #f1b54a;
  color: white;
}
.bg-orange {
  background-color: #e16b35;
  color: white;
}
.bg-orange-dark {
  background-color: #a65329;
  color: white;
}
.bg-olive-light {
  background-color: #bcc83e;
  color: white;
}
.bg-olive {
  background-color: #969b2f;
  color: white;
}
.bg-olive-dark {
  background-color: #7e7f26;
  color: white;
}
.bg-purple-light {
  background-color: #9386b2;
  color: white;
}
.bg-purple {
  background-color: #716199;
  color: white;
}
.bg-purple-dark {
  background-color: #42296b;
  color: white;
}
.bg-teal-light {
  background-color: #63bdad;
  color: white;
}
.bg-teal {
  background-color: #009783;
  color: white;
}
.bg-teal-dark {
  background-color: #008371;
  color: white;
}
.bg-blue-light {
  background-color: #75c7e4;
  color: white;
}
.bg-blue {
  background-color: #0693c4;
  color: white;
}
.bg-blue-dark {
  background-color: #04649f;
  color: white;
}
.bg-logo-red {
  background-color: #cd263d;
  color: white;
}
.bg-logo-gray-light {
  background-color: #e2e4e4;
  color: #868888;
}
.bg-logo-gray {
  background-color: #868888;
  color: white;
}
.bg-logo-gray-dark {
  background-color: #404141;
  color: white;
}
.sidebar-menu-item-border-bottom {
  border-bottom: 1px solid #dad9d6;
}
p > small,
p.small,
p > .small {
  font-size: 12px;
}
.lighter {
  color: #494c50;
}
.even-lighter {
  color: #767676;
}
.lightest {
  color: #afb2b6;
}
.caption {
  font-size: 12px;
  color: #767676;
  font-weight: 300;
  line-height: inherit;
}
.well {
  color: #666;
}
.well strong {
  font-weight: 600;
  color: #333;
}
/* LESS FILE: uxframework-flow/mixins.less */
.iconified > a {
  transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.iconified > a > .icon {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  font-size: 18px;
  outline: none;
}
.iconified > a > .navbar-label {
  outline: none;
}
.iconified > a.disabled > .icon {
  cursor: default;
}
.iconified > a:hover,
.iconified > a:focus {
  background-color: #e7f3fa;
}
.iconified.open > a,
.iconified.open > a:hover,
.iconified.open > a:focus {
  background-color: #0c679c;
  color: #FFF;
}
.iconified.open .navbar-label {
  color: #ffffff;
}
.is_ie {
  display: none;
  text-decoration: none;
}
.owner {
  color: #a8a8aa;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.green {
  color: #00ab1c;
}
.stuck {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.new-i18n {
  background-color: #FFFF00 !important;
  color: #000 !important;
}
.ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:-ms-input-placeholder {
  color: #a9a9a9 !important;
}
#header {
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header .nav {
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.is_ie:hover {
  text-decoration: none;
}
html.ie8 .is_ie,
html.ie9 .is_ie,
html.ie10 .is_ie {
  display: block;
}
html.ie8 .not_ie,
html.ie9 .not_ie,
html.ie10 .not_ie {
  display: none;
}
#header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  background-color: #0e7bba;
  border-width: 0;
  min-width: 768px;
}
.header-mobile-view {
  background-color: #2269c2 !important;
}
.after-logo-navbar {
  margin-left: 41px;
}
#base {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0e7bba;
  min-width: 768px;
}
body.has-announcement #base {
  top: 100px;
}
.return-to-header {
  height: 44px;
  color: #0e7bba;
  padding: 10px;
}
.return-to-header ul {
  margin: 0;
  padding: 0;
}
.return-to-header i {
  cursor: pointer;
}
.return-to-header i:hover,
.return-to-header i:focus {
  color: #00558e;
}
.return-to-header a {
  text-decoration: none;
  cursor: pointer;
}
.return-to-header a:hover,
.return-to-header a:focus {
  color: #00558e;
  text-decoration: underline;
}
body.show-return-to-header #base {
  top: 104px;
}
body.show-return-to-header.has-announcement #base {
  top: 144px;
}
#contentwrapper {
  position: absolute;
  left: 217px;
  border-top: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  border-top-right-radius: 4px;
}
#contentwrapper-non-responsive-sidebar {
  position: absolute;
  left: 217px;
  border-top: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  border-top-right-radius: 4px;
}
#cse-list #layout_cse,
#cse-edit #layout_cse {
  width: 100%;
  height: 100%;
}
#bibliography #contentwrapper,
#reader #contentwrapper,
#cse-list #contentwrapper,
#cse-edit #contentwrapper,
#ui-examples #contentwrapper {
  left: 0;
  border-top-left-radius: 4px;
}
#bibliography #content,
#reader #content,
#cse-list #content,
#cse-edit #content,
#ui-examples #content {
  right: 0px;
}
#bibliography #sidebar,
#reader #sidebar,
#cse-list #sidebar,
#cse-edit #sidebar,
#cse-list #inspector,
#cse-edit #inspector,
#bibliography #inspector,
#ui-examples #sidebar,
#ui-examples #inspector {
  display: none;
}
.page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 32px;
  overflow-y: auto;
}
.disabled-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#BFffffff', endColorstr='#BFffffff');
  /* IE */
  display: table;
  z-index: 50;
}
.disabled-overlay > .message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.disabled-overlay > .message .message-highlight {
  width: 66%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 30px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #dad9d6;
}
.dropdown-menu .disabled-overlay > .message h3 {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
.contentwrapper-responsive .disabled-overlay > .message {
  vertical-align: top;
}
.contentwrapper-responsive .disabled-overlay > .message .message-highlight {
  margin-top: 35px;
}
/* Medium Portrait (tablets, 768px and up) */
/* Medium Landscape (desktops, 860px and up) */
@media (min-width: 860px) {
  .page {
    padding: 26px 40px;
  }
}
/* Large screen / wide desktop (large desktops, 1080px and up) */
@media (min-width: 1080px) {
  .page {
    padding: 26px 60px;
  }
}
/* Extra Large screen (large desktops, 1360px and up) */
#contentframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
#layout-bibliography {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#layout-bibliography .button-bar .button-bar-item-label input[type=radio] {
  display: block;
  float: left;
  height: 46px;
  margin: 0 10px 0 0;
}
#bibliography #content {
  right: 0;
}
#bib-edit {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#bib-output {
  color: black;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  border: 1px solid #dad9d6;
  padding: 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
#bib-output #bib-loading {
  height: 50px;
  text-align: center;
}
#bib-output #bib-loading .purtyspinslab {
  position: relative;
  display: inline-block;
}
#bib-output #bib-loading .purtyspinslab .purtyspinicon {
  position: relative;
}
#bib-output #bib-loading .purtyspinslab p.purtyspinlabel {
  position: relative;
}
#bib-output .csl-entry {
  line-height: 2;
  text-indent: -30px;
  margin-left: 30px;
  margin-bottom: 11.5px;
}
#copy-citation {
  padding: 15px 0;
  margin: 0;
}
#copy-citation.stuck {
  width: 100%;
  background-color: white;
  margin-top: 0;
  border-bottom: 1px solid #dad9d6;
}
#citation-input {
  color: black;
  overflow: hidden;
}
#bibliography .bold {
  color: #222;
  font-weight: 700;
}
#bibliography .form-control {
  overflow: hidden;
}
#bibliography .dropdown-menu.quick-style-search.dropdown-menu.dropdown-menu-arrow-right {
  margin-left: 1px;
  width: 100%;
}
#bibliography .dropdown-menu.quick-style-search.dropdown-menu.dropdown-menu-arrow-right-differentiate-author {
  margin-top: 1px;
  width: 100%;
}
#bibliography .select.inline.styled-select {
  z-index: 1;
  position: relative;
  width: 350px;
}
#bibliography .table-cell {
  display: table-cell;
}
#bibliography .dropdown-selected {
  line-height: 22px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#bibliography .light-gray {
  color: #767676;
}
#bibliography .modal-body {
  height: 360px;
  overflow-y: auto;
  margin-bottom: 15px;
  border: 1px solid #DAD9D6;
  padding-top: 15px;
}
#bibliography .modal-body .divider {
  border-top: 1px solid #dad9d6;
  margin-bottom: 30px;
  margin-top: 40px;
}
#bibliography .modal-body .disambiguation-rules {
  margin-bottom: 30px;
}
#bibliography .modal-body .rule {
  margin-top: 20px;
}
#bibliography .modal-body .rule .condition {
  width: 240px;
  padding-left: 30px;
}
#bibliography .modal-body .rule .uxf-icon {
  padding-left: 20px;
  padding-right: 10px;
}
#bibliography .modal-body .citation {
  padding: 2px;
}
#bibliography .modal-body .citation.bibliography {
  width: 200px;
  margin-top: 10px;
}
#bibliography .modal-body .citation.highlight-gray {
  background-color: #E4E4E4;
}
#bibliography .modal-body .citation.highlight-blue {
  background-color: #ADE7FF;
}
#bibliography .modal-body .citation.highlight-green {
  background-color: #BDDFAA;
}
#bibliography .modal-body .citation.highlight-purple {
  background-color: #CCCCFF;
}
#bibliography .modal-body .citation.highlight-orange {
  background-color: #FFCC99;
}
#bibliography .modal-body .citation.highlight-pink {
  background-color: #FFCCFF;
}
#bibliography .modal-body .table-row {
  display: table-row;
}
#bibliography .modal-body #in-text-citations {
  line-height: 36px;
  width: 520px;
}
#bibliography .modal-body #bibliography-entries {
  margin-top: 30px;
}
#bibliography .modal-footer .btn {
  width: 165px;
  height: 39px;
}
#bibliography #bib-edit #bibliography-title {
  margin-top: 45px;
}
#bibliography #bib-edit #copy-to-clipboard {
  margin-top: 0;
}
#bibliography #differentiate-label {
  display: block;
  margin-top: 25px;
}
#bibliography #same-year-row {
  width: 345px;
  font-size: 12px;
  display: table;
}
#bibliography #same-year-row span {
  display: table-cell;
  padding-left: 5px;
}
/* LESS FILE: app/header.less */
/*** HEADER ***/
#header {
  position: relative;
  z-index: 55;
  color: white;
}
#header > a {
  color: white;
}
#header a:focus {
  outline: none;
}
#header.navbar {
  margin-bottom: 0;
}
#header.navbar .youtube-icon svg {
  width: 20px;
  margin-top: 3px;
}
#header.navbar .youtube-icon .coachmark {
  left: -280px;
  margin-top: 30px;
}
#header.navbar .youtube-icon .coachmark:before,
#header.navbar .youtube-icon .coachmark:after {
  margin-left: 275px;
}
#header.navbar .youtube-icon .coachmark .video-tutorials-header {
  display: inline-block;
  vertical-align: middle;
}
#header.navbar .youtube-icon .coachmark .video-tutorials-description {
  display: block;
}
#header.navbar .youtube-icon .coachmark .coachmark-youtube-icon:after,
#header.navbar .youtube-icon .coachmark .coachmark-youtube-icon:before {
  display: inline-block;
  margin-right: 10px;
  font-size: 26px;
}
#header.navbar .help .coachmark {
  left: -260px;
  margin-top: 10px;
  width: 300px;
}
#header.navbar .help .coachmark:before,
#header.navbar .help .coachmark:after {
  margin-left: 245px;
}
#header.navbar .help .coachmark .help-coachmark-header {
  display: inline-block;
  vertical-align: middle;
}
#header.navbar .help .coachmark .uxf-icon.uxf-help-circle.help-coachmark-icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 26px;
}
#header.navbar .help .coachmark .help-coachmark-description {
  display: block;
}
#header.navbar > ul > li > a,
#header.navbar #projects-dropdown-lnk,
#header.navbar .header-logo {
  height: 60px;
}
#header.navbar > ul > li > a:focus-visible,
#header.navbar #projects-dropdown-lnk:focus-visible,
#header.navbar .header-logo:focus-visible {
  outline: none;
  margin: 5px;
  padding: 11.5px 6.5px;
  border: 2px solid white;
  height: 50px;
}
#header.navbar #projects-dropdown-lnk {
  padding-right: 15px!important;
}
#header.navbar #projects-dropdown-lnk:focus-visible {
  margin-right: -2px;
}
#header.navbar #app-header-navbar {
  margin-left: 50px;
}
#header.navbar #language-dropdown-min,
#header.navbar #user-dropdown-min,
#header.navbar .sponsor-min {
  display: none;
}
#header.navbar .institution-icon {
  margin-top: 1px;
}
@media screen and (min-width: 660px) {
  #header.navbar .project-name-container.ellipsis {
    max-width: 170px;
  }
}
@media screen and (min-width: 800px) {
  #header.navbar .project-name-container.ellipsis {
    max-width: 260px;
  }
}
@media screen and (min-width: 1280px) {
  #header.navbar .project-name-container.ellipsis {
    max-width: 470px;
  }
}
@media screen and (max-width: 1080px) {
  #header.navbar #language-dropdown-min,
  #header.navbar #user-dropdown-min,
  #header.navbar .sponsor-min {
    display: block;
  }
  #header.navbar #language-dropdown,
  #header.navbar #user-dropdown,
  #header.navbar .sponsor-max {
    display: none;
  }
}
html.marketing #header {
  position: relative;
  background-repeat: no-repeat;
  background-position: -15px -10px;
  z-index: 55;
  height: 109px;
  width: auto;
  background: #fff;
}
#logo:focus,
#logo:active {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  text-decoration: none;
  outline: 0;
}
.header-offset {
  margin-top: 60px;
}
.banner-info {
  height: 60px;
  display: flex;
  align-items: center;
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
}
.banner-info .info-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #31708F;
  font-size: 20px;
  padding: 14px 20px;
}
.banner-info .close-button {
  font-size: 10.8px;
  position: absolute;
  right: 4px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
.banner-info .close-button a:before {
  color: #31708f;
}
.banner-info .close-button a:hover:before {
  color: black;
}
.banner-info .close-button a:hover {
  text-decoration: none;
}
.banner-info .close-button:focus {
  outline: none;
  text-decoration: none;
  border: 3px solid #0066CC;
  border-radius: 3px;
}
.banner-info .text-content {
  margin-left: 52px;
  font-family: 'Roboto';
  font-size: 14px;
  color: #31708F;
  line-height: 16px;
}
.banner-info .bold {
  font-weight: bold;
}
.banner-info .link {
  color: #31708f;
  font-weight: bold;
}
.banner-info .link:focus {
  border: 3px solid #0066CC;
  border-radius: 3px;
  outline: none;
  text-decoration: none;
}
.banner-info .link:hover {
  color: black;
  text-decoration: underline;
}
.navbar-nav .header-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 135px;
  position: absolute;
  left: 0;
  cursor: pointer;
  padding: 0;
}
.navbar-nav .header-logo .refworks-logo-img {
  height: 23px;
  width: 115px;
  box-sizing: border-box;
}
.navbar-nav .header-logo:focus-visible {
  width: 138px;
}
.login-header-logo {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 54px;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
}
.login-header-logo .refworks-logo-img {
  margin: 12px 0px 17px 0px;
  width: 118px;
  height: 24px;
  box-sizing: border-box;
  cursor: pointer;
}
.login-header-logo:focus {
  outline: none;
}
.login-header-logo:focus .refworks-logo-img {
  outline: 3px solid #0066CC;
  outline-offset: 5px;
  border-radius: 1px;
}
#logo,
.logo-rw-inverse {
  width: 90px;
  height: 21px;
  display: inline-block;
  background: url(/public/img/PQ-normal.png) no-repeat;
  background-size: 80px 21px;
  overflow: hidden;
  margin-bottom: -4px;
}
.logo-rw,
.logo-rw-inverse {
  width: 150px;
  height: 47px;
  background-size: 150px 47px;
}
.navbar-alt .logo-rw,
.navbar-alt .logo-rw-inverse {
  width: 150px;
  height: 47px;
  background-size: 150px 47px;
  background-repeat: no-repeat;
}
.logo-rw {
  background-image: url(/public/img/rw-pq-logo-250x85@2x.png);
}
.logo-rw-inverse {
  background-image: url(/public/img/rw-pq-logo-white-350x111.png);
}
#flow {
  position: absolute;
  top: 0;
  left: 110px;
  bottom: 0;
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 45px;
}
html.marketing #logo {
  margin-top: 40px;
  background: url(/public/img/proquest-logo-black.png) top left no-repeat;
  background-size: 108px 27px;
  height: 27px;
  padding-left: 120px;
  font-size: 28px;
  color: #737373;
  line-height: .75;
}
#header #logo:hover {
  text-decoration: none;
}
@media only screen and (-webkit-device-pixel-ratio: 2) {
  #header #logo {
    background-image: url(/public/img/PQ-retina.png);
  }
}
#user_nav .fdbck-intro {
  text-align: center;
  font-size: 13px;
  line-height: 1.2em;
  padding: 3px 32px;
}
#user_nav .fdbck {
  text-align: center;
}
#user_nav .fdbck a {
  color: #0e7bba;
}
/* HEADER - NOT LOGGED IN */
html.marketing #header #top_right {
  float: right;
  padding-top: 35px;
  text-align: right;
  width: 77%;
}
html.marketing #header #top_right a#user_options,
#header.unrecognized #top_right #plan_info a,
body#landing #header #top_right #plan_info a {
  font-size: 13px;
}
html.marketing #header > .wrapper,
body#landing #header > .wrapper {
  height: 100%;
  position: relative;
  margin: 0 auto;
  width: 940px;
}
body#registration #header.unrecognized #signup_link {
  display: none;
}
html.marketing #header {
  background: white;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
html.marketing #header_buttons {
  float: right;
  width: 50%;
  padding-top: 40px;
  padding-right: 0px;
  text-align: right;
}
#header.unrecognized #login_link {
  color: #999;
}
#header.unrecognized #login_link a {
  text-decoration: none;
  font-weight: bold;
}
#header.unrecognized #signup_link {
  display: inline-block;
  font-size: 13px;
  margin-left: 20px;
  vertical-align: baseline;
}
#header-announcement {
  height: 40px;
  background-color: #FFE40A;
  color: #000;
}
#header-announcement > p {
  line-height: 40px;
  margin-left: 15px;
}
#header-announcement a,
#header-announcement a:hover,
#header-announcement a:active {
  text-decoration: underline;
  color: inherit;
}
/* FOOTER */
.footer {
  padding: 10px 0;
}
.footer.footer-dark,
.footer.footer-darker {
  background-color: #53565a;
  color: white;
}
.footer.footer-dark a,
.footer.footer-darker a {
  color: #ffffff;
}
.footer.footer-darker {
  margin-top: 0;
  padding: 5px 0;
  background-color: #47494d;
}
.invitations-notification {
  width: 40px;
  height: 20px;
  display: inline-block;
  background: url(/public/img/email.svg) no-repeat;
  background-size: 50px 16px;
}
.notifications-icon .uxf-invitations {
  top: 1px !important;
}
.invitations-number {
  margin-right: 6px;
  background-color: #fa3e3e;
  border-radius: 24px;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: default;
  font-size: 11px;
  height: 18px;
  line-height: 14px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 12px;
  -webkit-user-select: none;
  width: 18px;
  border: 2px solid white;
}
.uxf-invitations {
  margin-right: 4px;
  font-size: 19px !important;
}
.invitations-notification-menu {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) !important;
  border-radius: 10px !important;
  min-width: 340px !important;
  padding: 10px 23px !important;
}
.invitations-notification-menu .dropdown-menu-item {
  margin: 0 !important;
  padding: 0 !important;
}
.invitations-notification-menu .dropdown-menu-item .notification-menu-icon {
  display: inline-block;
  float: left;
}
.invitations-notification-menu .dropdown-menu-item .notification-menu-icon .uxf-icon.uxf-mail {
  font-size: 27px !important;
}
.invitations-notification-menu .dropdown-menu-item .notification-menu-message {
  width: 84%;
  float: right;
  display: inline-block;
}
.invitations-notification-menu .dropdown-menu-item .notification-menu-message .my-project-link {
  color: #0066cc;
  display: inline;
  padding: 0;
}
.invitations-notification-menu .dropdown-menu-item .notification-menu-message .manage-project-message {
  display: inline;
}
/* LESS FILE: app/reference-editor.less */
.fragments * {
  word-wrap: break-word;
}
.fragment.authors,
.fragment.recipients,
.fragment.editors,
.fragment.translators,
.fragment.compilers,
.fragment.asignees,
.fragment.seriesEditors,
.fragment.publicationEditors,
.fragment.conductors,
.fragment.performers,
.fragment.producers {
  position: relative;
  margin-bottom: 24px;
}
.fragment.authors .name-hint,
.fragment.recipients .name-hint,
.fragment.editors .name-hint,
.fragment.translators .name-hint,
.fragment.compilers .name-hint,
.fragment.asignees .name-hint,
.fragment.seriesEditors .name-hint,
.fragment.publicationEditors .name-hint,
.fragment.conductors .name-hint,
.fragment.performers .name-hint,
.fragment.producers .name-hint {
  position: absolute;
  left: 105px;
  bottom: -24px;
}
.fragment.authors p,
.fragment.recipients p,
.fragment.editors p,
.fragment.translators p,
.fragment.compilers p,
.fragment.asignees p,
.fragment.seriesEditors p,
.fragment.publicationEditors p,
.fragment.conductors p,
.fragment.performers p,
.fragment.producers p {
  margin: 0;
}
#refedit #title #title-field {
  padding-right: 20px;
}
#refedit {
  margin-bottom: 125px;
  padding-bottom: 47px;
  display: flex;
  flex-direction: column;
}
#refedit .title {
  position: relative;
}
#refedit .doi {
  position: relative;
}
#refedit .doi .suggestion.uxf-icon {
  right: 160px;
}
#refedit .possible-pdf {
  padding: 20px;
}
#refedit h1 {
  font-size: 24px;
  font-weight: normal;
}
#refedit a.fa.fa-magic {
  color: #0066cc;
  font-size: 16px;
  padding-top: 12px;
}
#refedit a.fa.fa-magic:hover {
  text-decoration: none;
}
#refedit a.fa.fa-magic span {
  padding: 2px;
}
#refedit a.fa.fa-magic.disabled {
  color: #bbbbbb;
}
#refedit ul.tagit {
  margin-top: 5px;
}
#refedit ul.tagit li.tagit-choice {
  margin-top: 3px;
  line-height: 16px;
}
#refedit ul.tagit li.tagit-choice a.tagit-close {
  padding: 2px 5px 4px 5px;
}
#refedit ul.tagit li.tagit-choice a.tagit-close:focus-visible {
  outline: auto;
  outline-color: #101010;
}
#refedit ul.tagit li.tagit-new {
  margin-top: 3px;
  line-height: 16px;
}
#refedit ul.multi-doc-nav > li {
  border-right: 1px #eeeeee solid;
}
#refedit ul.multi-doc-nav > li > a {
  padding: 13.5px 28.5px 13.5px 18.5px;
}
#refedit ul.multi-doc-nav > li > a.disable {
  cursor: default;
  color: #bbbbbb;
}
#refedit ul.multi-doc-nav > li > a.disable:hover {
  background-color: transparent;
}
.animate-show {
  height: 183px;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  transition: all linear 0.5s;
}
.animate-show.ng-hide {
  height: 0px;
}
#suggestions-title .suggestion.uxf-icon,
#suggestions-title .suggestion.uxf-icon:hover {
  top: 14px;
  left: 18px;
  border: 2px solid #fff;
  color: #fff;
}
.suggestion.uxf-icon {
  position: absolute;
  top: 5px;
  right: 0px;
  border: 2px solid #00a0df;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  padding: 1px 2px;
  font-size: 20px;
}
.suggestion.uxf-icon:hover {
  border: 2px solid #006993;
  text-decoration: none;
}
.suggestion.uxf-icon.disabled {
  border: 2px solid #c8c9c7;
}
.suggestion.uxf-icon.disabled:hover {
  border: 2px solid #c8c9c7;
  color: #c8c9c7;
}
.suggestions-body {
  width: 623px;
  margin-top: 10px;
  position: fixed;
}
.suggestion-header {
  height: 3em;
}
.apply-doi {
  float: right;
  margin-right: 30px;
}
#refTypes {
  margin-bottom: 20px;
  font-size: 13px;
}
/* -- controls: Add Field ~~~~~~ Cancel ~ Save --- */
.citedit_controls {
  padding: 5px 0;
}
.citedit_controls a.selectBox {
  background: #FFFFFF;
  font-size: 13px;
}
.selectBox-dropdown-menu.customField {
  max-height: 120px;
}
/* ---- refdoc_pane holds the doc info elements for all processing states ---- */
#refdoc_pane {
  margin-bottom: 1em;
}
/* the CSS for the various file upload parts are in ref_upload.css */
/* ---- The suggestions box, unsolicited opinions will be disregarded ---- */
#suggestionsWrapper {
  position: absolute;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 700px;
  background-color: #f4f9fd;
  border-top: #d0dce7 solid 1px;
  z-index: 100;
  line-height: 16px;
}
#suggestionsWrapper .top {
  padding: 18px 0 18px 18px;
  background: #0e7bba;
}
#suggestions {
  padding: 0;
  margin: 18px;
  height: 92px;
  overflow-y: auto;
  font-weight: bold;
}
#suggestions.withPdf {
  height: 172px;
}
#suggestions-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  padding-left: 40px;
}
#suggestionsWrapper .close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 16px;
}
#suggestionsWrapper .suggestion {
  margin-top: 15px;
}
#suggestionsWrapper .suggestion:first-child {
  margin-top: 0;
}
.suggestion .title {
  color: #477db5;
}
.suggestion .formatted {
  color: #828d93;
  font-weight: normal;
  padding-top: 3px;
}
.suggestion a {
  color: #8aa9cd;
}
.suggestion a:hover {
  text-decoration: none;
}
/* ---- The metadata form ---- */
.formOutline {
  padding: 30px 0;
}
.formOutline .fragment input,
.formOutline .fragment textarea {
  border: none;
}
.formOutline .fragment input:focus,
.formOutline .fragment textarea:focus {
  outline: none;
}
.formOutline .fragment input {
  color: #53565A;
  height: 20px;
  margin-top: 9px;
  margin-bottom: 0;
  background-color: transparent;
  line-height: normal;
  padding: 0;
  vertical-align: baseline;
}
.formOutline .fragment textarea {
  resize: none;
  color: #000000;
  height: 17px;
  /*line-height: 23px;*/
  margin-top: 5px;
  margin-bottom: 0;
  padding: 2px 0 7px 0;
}
.fragment.boolean label {
  display: inline;
}
.fragment.boolean label span {
  width: 105px;
  display: inline-block;
}
.formOutline .fragment input[type="checkbox"] {
  margin: 12px 0 0 4px;
  height: 13px;
}
.noblock {
  display: inline-block;
}
.fragment {
  float: left;
  min-height: 37px;
  padding-bottom: 1px;
  border-bottom: 1px solid #f2f2f2;
}
.fragment.selected {
  padding-bottom: 0;
  border-bottom: 2px solid #000;
}
.fragment label,
.fragment input,
.fragment ul {
  display: inline-block;
}
.fragment label {
  color: #666;
  width: 105px;
  cursor: default;
  margin: 11px 0 0 0;
  font-weight: bold;
  line-height: 16px;
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.fragment ul.tagit {
  margin: 0;
  padding: 0;
  border: none;
}
.fragment.medium,
.fragment.large {
  width: 100%;
}
.fragment.ref-type {
  padding-bottom: 15px;
  width: 100%;
}
.fragment.large > * {
  vertical-align: top;
}
.fragment.large textarea,
.fragment.large input[text],
.fragment.large .angular-medium-editor {
  width: 80%;
}
.fragment.large .angular-medium-editor,
.fragment.medium .angular-medium-editor {
  display: inline-block;
  margin-top: 9px;
}
#inspector.reader .fragment.large textarea,
#inspector.reader .fragment.large input[text],
#inspector.reader .fragment.large .angular-medium-editor {
  width: 100%;
}
.fragment.medium label {
  vertical-align: top;
}
.fragment.medium > * {
  vertical-align: middle;
}
.fragment.medium ul[typeahead-popup] strong {
  vertical-align: initial;
  font-size: 15px;
}
.fragment.medium input,
.fragment.medium .angular-medium-editor {
  width: 80%;
}
.fragment.medium ul.tagit {
  width: 80%;
}
.fragment.smallest {
  width: 50%;
  position: relative;
}
.fragment.smallest input,
.fragment.smallest .angular-medium-editor {
  width: 58%;
}
/*Only used for isElectronic (the last field) which comes after notes, so there will never an other field after*/
.fragment.mini {
  width: 125px;
}
.fragment.smallest .angular-medium-editor,
.fragment.small .angular-medium-editor,
.fragment.medium .angular-medium-editor,
.fragment.large .angular-medium-editor {
  min-height: 24px;
}
#isElectronic {
  width: 100%;
}
#isElectronic .checkbox {
  min-height: inherit;
  display: inline-block;
  margin-left: 10px;
}
#isElectronic .checkbox label {
  cursor: pointer;
  width: 100%;
}
.fresh {
  background: #fffbe5;
}
ul.refType {
  font-size: 13px;
}
ul.customField {
  font-size: 13px;
}
#additional-fields {
  max-height: 188px;
  overflow-y: auto;
  position: relative;
}
/*
   Hack Alert!! In Chrome on Retina displays only the overflow-y: auto on #additional-fields doesn't
   work, but scroll on the containing box works, so we're going with that for now.
*/
@media (-webkit-min-device-pixel-ratio: 2) {
  /* Retina-specific stuff here */
  #add-more-fields {
    overflow: auto;
  }
  #additional-fields {
    overflow-y: visible;
  }
}
/* LESS FILE: app/reference-upload.less */
/*
	A fileholder element contains an attachment or document or what you want to call it in
	one of 3 states: empty, processing or complete. Use of the fileholder requires the
	fileholder scaml include and file state management code in your controller.
*/
.fileholder {
  overflow: hidden;
  height: 60px;
  padding: 15px;
  position: relative;
  border: 1px dashed #CCC;
  border-radius: 8px;
  background-color: #fafafa;
}
.reffile_upload.fileholder {
  height: 212px !important;
}
#citation .fileholder {
  margin-bottom: 40px;
}
.fileholder.drag_over {
  border: 2px solid #65b3d8;
}
.fileholder.filled {
  border-style: solid;
}
/* ---- shared cancel / delete element ---- */
.fileholder a.nullify {
  background: transparent url(/public/img/sticky_close.png) no-repeat right center;
  width: 14px;
  line-height: 55px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/* ---- The file input is hidden but interactable, which is a word I made up just now ---- */
.fileholder form {
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.fileholder input.file {
  position: absolute;
  top: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -moz-transform: scale(3);
  direction: ltr;
  cursor: pointer;
  border: 0px;
  background: #fff;
  width: auto;
  z-index: 10;
  height: 180px;
  line-height: 58px;
}
html.ie .fileholder input.file {
  width: 100%;
  right: 0px;
}
/* ---- The how-to part explains (diff. for IE and non-IE) how to start uploading ---- */
.fileholder .upload_howto {
  text-align: center;
  font-size: 20px;
  color: #6c6c6c;
}
.reffile_upload .upload_howto {
  margin-top: 30px;
}
.fileholder .upload_howto .upload-refs {
  font-size: 40px;
  font-weight: bold;
  padding-right: 14px;
  filter: invert(49%) sepia(1%) saturate(0%) hue-rotate(284deg) brightness(92%) contrast(89%);
}
.fileholder .upload_howto a {
  color: #0066CC;
}
.fileholder .upload_howto a:hover {
  text-decoration: none;
}
.fileholder .upload_howto .supported_files {
  font-size: 14px;
}
/* ---- The doc_status shows the upload/processing progress bar as well as a cancel control and file info */
.fileholder .doc_status {
  position: relative;
  margin: 0 20px;
}
.fileholder .doc_status p {
  width: 100%;
}
.fileholder .status_meta {
  padding-left: 20px;
  color: #a0a0a0;
}
.fileholder .doc_status .progress {
  right: 23px;
  top: 10px;
  width: 200px;
  height: 10px;
  position: absolute;
}
/* ---- .ref_document shows the fully processed doc ---- */
.fileholder .ref_document {
  position: relative;
  margin: 0 20px;
  height: 100%;
}
.fileholder .ref_document .fileicon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(/public/img/docicon40x40.png);
}
.fileholder .ref_document .pdffileicon {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 36px;
  height: 44px;
  background-image: url(/public/img/doc-icons/pdf-inspector.png);
}
.fileholder .ref_document .txtfileicon {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 36px;
  height: 44px;
  background-image: url(/public/img/doc-icons/text-inspector.png);
}
.fileholder .ref_document .prsfileicon {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 36px;
  height: 44px;
  background-image: url(/public/img/doc-icons/presentation-inspector.png);
}
.fileholder .ref_document .imgfileicon {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 36px;
  height: 44px;
  background-image: url(/public/img/doc-icons/image-inspector.png);
}
.fileholder .ref_document .movfileicon {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 36px;
  height: 44px;
  background-image: url(/public/img/doc-icons/movie-inspector.png);
}
.fileholder .ref_document .shtfileicon {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 36px;
  height: 44px;
  background-image: url(/public/img/doc-icons/spreadsheet-inspector.png);
}
.fileholder .ref_document .othfileicon {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 36px;
  height: 44px;
  background-image: url(/public/img/doc-icons/other-inspector.png);
}
.fileholder .ref_document .viewme {
  position: absolute;
  left: 50px;
  line-height: 30px;
}
.z-index-0 {
  z-index: 0 !important;
}
.dropdown-list {
  border: 1px solid #a8a8aa;
  border-radius: 5px;
  width: 450px;
  height: 30px;
  padding: 0;
  margin: 20px 0 0 0;
}
.export-selection-container .folders-dropdown {
  position: absolute;
  background: white;
  width: 445px;
  border: 1px solid #a8a8aa;
  overflow-y: hidden;
  max-height: 184px;
  z-index: 1;
  display: none;
}
.export-selection-container .folders-dropdown .folder-row:hover {
  background-color: #e7f3fa;
}
.export-selection-container .folders-dropdown ul {
  margin-bottom: 0;
}
.export-selection-container .folders-dropdown li {
  list-style: none;
}
.export-selection-container .folders-dropdown li span {
  margin-left: 5px;
}
.export-selection-container .folders-dropdown li input {
  float: left;
}
.export-selection-container .folders-dropdown li input .checkbox {
  margin-bottom: 3px;
}
.export-selection-container .folders-dropdown .show {
  display: block;
}
.export-selection-container .folders-dropdown input:focus {
  outline: 2px solid #0066CC;
  outline-offset: 2px;
}
.export-selection-container .folders-dropdown .folders-container {
  max-height: 150px;
  overflow-y: scroll;
}
.export-selection-container .folders-dropdown .divider {
  border-bottom: 1px solid #a8a8aa;
  width: 100%;
}
.export-selection-footer {
  margin-top: 30px;
}
#import_progress {
  padding: 0;
  margin: 0;
}
/* LESS FILE: app/library.less */
/* useful mixins */
#dedup-iframe {
  width: 1604px;
  height: 90%;
}
#content {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 200px;
  border-top-right-radius: 4px;
}
#content.inspector {
  right: 420px;
}
@media screen and (max-width: 1359px) {
  #content.inspector {
    right: 351px;
  }
}
#inspector.wide.reader {
  width: 450px;
}
#inspector.wide.reader .insp_pane.editor #suggestionsWrapper {
  width: 450px;
}
#close-preview-button.preview-pane-button,
#edit-button.preview-pane-button,
#close-editor-button.preview-pane-button {
  position: absolute;
  top: 12px;
}
#close-preview-button.preview-pane-button svg,
#edit-button.preview-pane-button svg,
#close-editor-button.preview-pane-button svg {
  fill: #737373;
}
#close-preview-button.preview-pane-button:hover svg,
#edit-button.preview-pane-button:hover svg,
#close-editor-button.preview-pane-button:hover svg {
  fill: #000;
}
#close-preview-button.preview-pane-button.close-btn,
#edit-button.preview-pane-button.close-btn,
#close-editor-button.preview-pane-button.close-btn {
  left: 0;
  right: inherit;
}
#close-preview-button.preview-pane-button.edit-btn,
#edit-button.preview-pane-button.edit-btn,
#close-editor-button.preview-pane-button.edit-btn {
  right: 0;
}
#close-preview-button.preview-pane-button.edit-btn .coachmark,
#edit-button.preview-pane-button.edit-btn .coachmark,
#close-editor-button.preview-pane-button.edit-btn .coachmark {
  left: -230px;
  margin-top: 15px;
  width: 270px;
}
#close-preview-button.preview-pane-button.edit-btn .coachmark:before,
#edit-button.preview-pane-button.edit-btn .coachmark:before,
#close-editor-button.preview-pane-button.edit-btn .coachmark:before,
#close-preview-button.preview-pane-button.edit-btn .coachmark:after,
#edit-button.preview-pane-button.edit-btn .coachmark:after,
#close-editor-button.preview-pane-button.edit-btn .coachmark:after {
  margin-left: 215px;
}
#duplicate-reference-button {
  position: absolute;
  width: 17.36px;
  height: 18px;
  right: 79.93px;
  margin-right: 7px;
}
a.suggestion {
  position: absolute;
  right: 0;
  z-index: 1;
}
a.suggestion-short {
  position: absolute;
  z-index: 1;
  right: 2px;
  background-color: white;
}
svg.svg.lighting-bolt-dark {
  fill: #767676;
  position: relative;
  top: 5px;
  left: 2px;
}
svg.svg.lighting-bolt {
  fill: #0066CC;
  margin-top: 4px;
}
.description-container .description {
  display: inline;
}
.spin-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#inspector {
  border-top-right-radius: 4px;
  position: absolute;
  width: 420px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transition: width .1s ease;
  -webkit-transition: width .1s ease;
  overflow: hidden;
  z-index: 32;
}
#inspector .navbar-right > li:last-child > a {
  border-top-right-radius: 4px;
}
#inspector li.assign > a .dropdown-header {
  font-size: 14px;
  color: #888;
}
#inspector .details {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 47px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 19px;
}
#inspector .details p.panel-title {
  color: #767676;
}
#inspector .details.floatything {
  display: -webkit-flex;
  display: flex;
}
#inspector .details.floatything p {
  margin: auto;
  text-align: center;
  color: #767676;
}
#inspector .details.floatything p::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  top: -5px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
}
#inspector.wide {
  width: 623px;
  border-left: none;
  box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.3);
  z-index: 38;
}
#inspector .insp_pane {
  border-top-right-radius: 4px;
}
#inspector .insp_pane.multiple_docs .details p::before {
  background-image: url(/public/img/multidocicon40x40.png);
}
#inspector p.resolver {
  text-align: center;
  margin: 17px 0px 5px 0px;
}
#inspector p.resolver-edit {
  text-align: center;
  margin: 17px 5px 35px 0px;
  display: inline-block;
}
#inspector .unpaywall-url {
  padding: 3px;
  text-decoration: none;
}
#inspector .unpaywall-url:focus {
  outline: thin solid #0E7BBA;
  outline-offset: 0px;
  padding: 2px;
}
#inspector .unpaywall-url span:hover {
  text-decoration: underline;
}
#inspector .user-ref-id-sub-title {
  font-size: 14px;
  text-align: center;
  color: #53565a;
  margin-bottom: 1px;
  margin-top: 5px;
}
#inspector .user-ref-id-block {
  display: block;
}
#inspector .duplicate_ref_btn {
  text-decoration: none;
}
#inspector .duplicate_ref_btn:hover {
  color: #322f2e;
}
#inspector .user-duplicate-ref-id-block {
  /* Alert Notification */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 20px;
  gap: 10px;
  position: inherit;
  width: 623px;
  height: 58px;
  left: 0px;
  top: 0px;
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
}
#inspector .user-duplicate-ref-warning-icon {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#inspector .duplicate-text-style {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #31708F;
}
#inspector .user-duplicate-ref-text {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #31708F;
  font-style: normal;
  display: inline;
}
#inspector .ref-title-italic {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #31708F;
  font-style: italic;
  margin-left: -17px;
}
#inspector .ref-note {
  margin-top: 16px;
}
#inspector .user-duplicate-ref-icon {
  position: inherit;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  color: #31708F;
  font-size: 20px;
}
#inspector .user-ref-id-label {
  display: block;
  float: left;
  margin-top: 17px;
}
#inspector .user-ref-id-content::after {
  content: ":";
}
#inspector .show-unpaywall-icon {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#inspector .unpaywall-image {
  height: 15px;
  width: 15px;
}
#inspector .show-unpaywall-icon-edit {
  display: inline-block;
}
#inspector .unpaywall-image-edit {
  height: 15px;
  vertical-align: middle;
  width: 20px;
}
#inspector .edit-title-block {
  float: left;
  padding-left: 50px;
  display: inline-block;
}
#inspector .edit-title-block.add {
  padding-left: 180px;
}
#inspector .insp_pane.single_doc .preview {
  width: 100%;
  overflow: hidden;
  height: 196px;
  border: 1px #eeeeee solid;
  margin-top: 30px;
  margin-bottom: 20px;
}
#inspector .insp_pane.single_doc .preview.analyzing {
  position: relative;
}
#inspector .insp_pane.single_doc .preview.analyzing .purtyspinicon {
  width: 100%;
  height: 196px;
}
#inspector .insp_pane.single_doc .preview.analyzing.oldie {
  background: transparent url("/public/img/loading.gif") no-repeat center center;
}
#inspector .insp_pane.single_doc .preview.analyzing.oldie .purtyspinicon {
  display: none;
}
#inspector .insp_pane.single_doc ul.fields {
  padding-left: 0;
  margin-top: 24px;
  list-style-type: none;
  border-bottom: 1px #eeeeee solid;
}
#inspector .insp_pane.single_doc .field_label {
  color: #53565A;
  font-weight: bold;
}
#inspector .insp_pane.single_doc p.field_value {
  line-height: 18px;
}
#inspector .insp_pane.single_doc .field {
  border-top: 1px #eeeeee solid;
  padding: 10px;
}
#inspector .insp_pane.single_doc .field > p {
  margin-bottom: 0;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field,
#inspector .insp_pane.single_doc .field div.tags-container {
  position: relative;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field.short.mini-field-view > p,
#inspector .insp_pane.single_doc .field div.tags-container.short.mini-field-view > p {
  height: auto;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field.mini-field-view > p,
#inspector .insp_pane.single_doc .field div.tags-container.mini-field-view > p {
  max-height: 50px;
  overflow: hidden;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field.mini-field-view .mask,
#inspector .insp_pane.single_doc .field div.tags-container.mini-field-view .mask {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  height: 30px;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field.full-field-view > p,
#inspector .insp_pane.single_doc .field div.tags-container.full-field-view > p {
  height: auto;
  overflow: visible;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field.full-field-view .mask,
#inspector .insp_pane.single_doc .field div.tags-container.full-field-view .mask {
  display: none;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field > a.field-view-toggle,
#inspector .insp_pane.single_doc .field div.tags-container > a.field-view-toggle {
  display: inline;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field > a.field-view-toggle svg,
#inspector .insp_pane.single_doc .field div.tags-container > a.field-view-toggle svg {
  fill: #00A0DF;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field > a.field-view-toggle:hover svg,
#inspector .insp_pane.single_doc .field div.tags-container > a.field-view-toggle:hover svg {
  fill: #006993;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field > a.field-view-toggle:focus,
#inspector .insp_pane.single_doc .field div.tags-container > a.field-view-toggle:focus {
  outline: 1px solid #0066cc;
  border-radius: 4px;
  outline-offset: 2px;
  text-decoration: none;
}
#inspector .insp_pane.single_doc .field div.collapsible-editor-field.min-field-view > p {
  height: 50px;
}
#inspector .insp_pane.single_doc .field div.tags-container.mini-field-view > p {
  height: 50px;
}
#inspector .insp_pane.single_doc .field.tags .tag,
#inspector .insp_pane.single_doc .field.tags .notag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 7px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  cursor: pointer;
}
#inspector .insp_pane.single_doc .field.tags .tag {
  border: 1px #c8c9c7 solid;
}
#inspector .insp_pane.single_doc .field.tags .tag:hover {
  background: #e7f3fa;
  border: 1px solid #bcdef1;
}
#inspector .insp_pane.single_doc .field.tags .notag {
  border: 1px #c8c9c7 dashed;
}
#inspector .insp_pane.single_doc .field.attachments .docAttachment {
  line-height: 1.3;
  padding: 5px 0;
}
#inspector .insp_pane.single_doc .field.attachments .attachmentDescription {
  font-size: 12px;
  line-height: 1;
}
#inspector .insp_pane.single_doc .field.attachments .failed-upload-files {
  background-color: #FFCCCB;
  color: #8B0000;
  padding-bottom: 5px;
  width: 105%;
}
#inspector .insp_pane.single_doc .field.attachments .failed-upload-files .failed-upload-title {
  font-weight: bold;
  position: absolute;
  padding-top: 8px;
}
#inspector .insp_pane.single_doc .field.attachments .failed-upload-files .failed-upload-list {
  margin: 5px 0 5px 27px;
  list-style-type: disc;
}
#inspector .insp_pane.single_doc .field.attachments .failed-upload-files .failed-upload-list li {
  margin: 0;
}
#inspector .insp_pane.single_doc .field.attachments .failed-upload-files .failed-upload-list li span {
  position: relative;
  left: -5px;
  display: flex;
  width: 100%;
}
#inspector .insp_pane.single_doc .field.attachments .failed-upload-files .exclamationIcon {
  background-image: url('/public/img/exclamation-mark.png');
  background-repeat: round;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 10px 5px 0 5px;
}
#inspector .insp_pane.single_doc .field.attachments .failed-upload-files .close-icon {
  text-decoration: none;
  color: #8B0000;
  float: right;
  cursor: pointer;
  padding: 10px 25px 10px 10px;
}
#inspector .insp_pane.single_doc .field.attachments .failed-upload-files .close-icon:hover {
  color: black;
}
#inspector .insp_pane.single_doc .field.attachments .failed-upload-files .close-icon:focus-visible {
  outline: 2px solid #0066cc;
}
#inspector .insp_pane.single_doc .carousel {
  height: 100%;
}
#inspector .insp_pane.single_doc .carousel-control {
  color: #000;
}
#inspector .insp_pane.single_doc .carousel-indicators {
  bottom: -15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
#inspector .insp_pane.single_doc .carousel-indicators li {
  border-color: #000;
}
#inspector .insp_pane.single_doc .carousel-indicators .active {
  background-color: #000;
}
#inspector .insp_pane.single_doc .carousel-control.left,
#inspector .insp_pane.single_doc .carousel-control.right {
  background-image: none;
  opacity: 1;
}
#inspector .insp_pane.single_doc .carousel-caption {
  top: 35px;
  bottom: inherit;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: bold;
}
#inspector .insp_pane.single_doc .carousel-caption p {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  color: #000000;
  line-height: 1.5;
  margin-top: 10px;
}
#inspector .insp_pane.single_doc .carousel-inner .item img {
  min-height: 196px;
}
#inspector .insp_pane.single_doc .readnow {
  margin-top: 28px;
  margin-bottom: 34px;
}
#inspector .insp_pane.single_doc .dates {
  padding: 0 10px;
  font-size: 12px;
}
#inspector .insp_pane.single_doc .assign .dropdown-menu.pull-right {
  margin-right: -50px !important;
}
#inspector .insp_pane.single_doc .assign .dropdown-menu.pull-right:after,
#inspector .insp_pane.single_doc .assign .dropdown-menu.pull-right:before {
  right: 74px;
}
#inspector .insp_pane.editor {
  overflow: hidden;
}
#inspector .insp_pane.editor ul.tagit > li.tagit-choice {
  background-color: #e7f3fa;
}
#inspector .insp_pane.editor #suggestionsWrapper {
  width: 623px;
  bottom: 48px;
  right: 0;
}
#inspector .insp_pane.editor .citedit_controls {
  margin-top: 30px;
  margin-bottom: 100px;
}
#inspector .insp_pane.editor #refedit {
  height: 100%;
  padding-bottom: 47px;
}
#inspector .insp_pane.editor #refedit .navbar-sub {
  position: absolute;
  bottom: 1px;
  border-bottom: none;
  border-top: 1px solid #d6d6d6;
  width: 100%;
}
#inspector .insp_pane.editor #refedit .details {
  box-sizing: border-box;
  position: relative;
  top: 0;
  padding-bottom: 60px;
}
#inspector .insp_pane.editor #refedit .details #language .comment {
  position: relative;
  left: 90px;
  top: -24px;
}
#inspector .insp_pane.editor #refedit .details #language .comment .text {
  display: none;
}
#inspector .insp_pane.editor #refedit .details #language .comment.alert-danger {
  background-color: initial;
}
#inspector .insp_pane.editor #refedit .details #language .comment:hover .text {
  display: block;
  width: 205px;
  background-color: white;
  padding: 5px;
  border: solid 1px #a8a8aa;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  line-height: 24px;
  color: #53565a;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#inspector .insp_pane.editor #refedit .details #close-editor-button {
  top: 0;
  right: 0;
}
#inspector .insp_pane.editor #refedit .details #close-editor-button > a {
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
label[for=menu-upload-trigger] {
  display: block;
}
#tags .ui-autocomplete {
  padding: 0 5px;
}
#tags .tagit-text:before,
ul.ui-autocomplete li.tag:before {
  font-family: 'Glyphicons Halflings';
  padding-right: 5px;
  opacity: 0.5;
  content: "\e041";
}
.tag:before,
.notag:before {
  font-family: 'Glyphicons Halflings';
  padding-right: 5px;
  opacity: 0.5;
}
.tags .tag,
.tags .notag {
  display: inline-block;
  border-radius: 3px;
  padding: 0px 7px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  cursor: pointer;
}
.tags .tag {
  border: 1px #c8c9c7 solid;
}
.tags .tag:hover {
  background: #e7f3fa;
  border: 1px solid #bcdef1;
}
.tags .notag {
  border: 1px #c8c9c7 dashed;
}
#refedit .reffile_upload {
  position: absolute;
  left: -3000px;
}
#attachment-list {
  list-style-type: none;
  padding: 0;
  margin: 11px 0 0 0;
  width: 75%;
}
#attachment-list .failed-upload-files {
  background-color: #FFCCCB;
  color: #8B0000;
}
#attachment-list .failed-upload-files .failed-upload-title {
  font-weight: bold;
  position: absolute;
  padding-top: 8px;
}
#attachment-list .failed-upload-files .failed-upload-list {
  margin: 5px 0 5px 45px;
  list-style-type: disc;
}
#attachment-list .failed-upload-files .failed-upload-list li {
  margin: 0;
}
#attachment-list .failed-upload-files .failed-upload-list li span {
  position: relative;
  left: -5px;
}
#attachment-list .failed-upload-files .exclamationIcon {
  background-image: url('/public/img/exclamation-mark.png');
  background-repeat: round;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 10px 5px 0 15px;
}
#attachment-list .failed-upload-files .close-icon {
  text-decoration: none;
  color: #8B0000;
  float: right;
  cursor: pointer;
  padding: 10px 25px 10px 10px;
}
#attachment-list .failed-upload-files .close-icon:hover {
  color: black;
}
#attachment-list .failed-upload-files .close-icon:focus-visible {
  outline: 2px solid #0066cc;
}
#attachment-list li {
  margin-bottom: 10px;
  clear: both;
}
#attachment-list li#addAttachment {
  line-height: 0;
}
#attachment-list li .remove-attachment {
  text-decoration: inherit;
  color: #0066cc;
  width: 23px;
  height: 23px;
  line-height: unset;
}
#attachment-list li .remove-attachment:hover {
  color: #FFFFFF;
  background-color: #767676;
}
#attachment-list li .remove-attachment:focus-visible {
  outline: 2px solid #0066cc;
}
#attachment-list li .remove-attachment::before {
  padding: 0 4px 4px;
}
#attachment-list li#addAttachment {
  color: #53565A;
}
#attachment-list li label.add-attachment-trigger {
  color: inherit;
  text-decoration: none;
  margin: 0;
  width: auto;
  cursor: pointer;
  font-weight: normal;
}
#attachment-list li label.add-attachment-trigger > span {
  color: #53565A;
  background-color: #E4E4E4;
}
#attachment-list li label.add-attachment-trigger > span:hover {
  color: #333333;
  background-color: #C6C6C6;
}
#attachment-list li .attachment-data {
  float: right;
  margin-left: 10px;
}
#attachment-list li .attachment-data .attachmentDescription {
  line-height: 1;
  font-size: 12px;
  margin: 0 0 10px 0;
  display: block;
}
#attachment-list li .fileLink {
  padding: 2px 4px;
}
#attachment-list li .fileLink:focus-visible {
  outline: 2px solid #0066cc;
  text-decoration: none;
}
#attachment-list li #editor-upload:focus-visible + .add-attachment-trigger > span {
  outline: 2px solid #0066CC;
  box-sizing: border-box;
}
#top-menu-dropdown-share hr {
  margin: 5px;
}
hr.divider-thin {
  margin: 0;
}
.modal-dialog button.close:focus-visible {
  outline: 2px solid #0e7bba;
  outline-offset: 2px;
  border-radius: 2px;
}
.modal-dialog button.close span {
  line-height: 0.45;
  height: 20px;
  display: block;
}
.copy-folder-info-banner .info-icon {
  padding: 14px!important;
}
.copy-move-header {
  word-break: break-word;
}
.copy-move-footer .btn-primary:focus {
  outline: 2px solid white;
  outline-offset: -5px;
  background-color: #0e7bba;
  box-shadow: none;
}
.copy-move-footer .btn-default:focus {
  outline: 2px solid #0e7bba;
  background-color: #e2e4e4;
  box-shadow: none;
}
.dropdown-menu.withglyph .dropdown-menu-item {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-menu.withglyph > li {
  white-space: nowrap;
}
.dropdown-menu.withglyph > li.active {
  background-color: #0e7bba;
}
.dropdown-menu.withglyph > li:before {
  padding-left: 10px;
}
.dropdown-menu.withglyph > li.active:before {
  color: #FFFFFF;
  opacity: 1;
}
.dropdown-menu.withglyph > li a {
  display: inline;
  padding-left: 10px;
  white-space: normal;
}
@media screen and (max-width: 1359px) {
  #inspector {
    width: 351px;
  }
}
ul.selectBox-options > li > a:hover {
  text-decoration: none;
}
#documents_list,
.documents_list {
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 48px;
  right: 0;
  bottom: 48px;
  z-index: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #d6d6d6;
}
.glass #documents_list,
.glass .documents_list,
#documents_list.glass,
.documents_list.glass {
  opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
}
#documents_list.table-view,
.documents_list.table-view {
  bottom: 1px;
  overflow: hidden;
  white-space: nowrap;
  height: calc(100vh - 108px);
  display: flex;
  flex-direction: column;
}
#documents_list input.selection,
.documents_list input.selection,
#documents_list input.select-all,
.documents_list input.select-all {
  margin: 0;
}
#documents_list .checkbox,
.documents_list .checkbox {
  margin: auto;
  padding-left: 20px;
  margin-bottom: 5px;
}
#documents_list .non-outline,
.documents_list .non-outline,
#documents_list:focus,
.documents_list:focus {
  outline: none !important;
}
#documents_list .item-position,
.documents_list .item-position {
  margin: auto;
  padding-left: 18px;
  position: absolute;
  z-index: 1000;
}
#documents_list .item-position input[type="text"],
.documents_list .item-position input[type="text"] {
  width: 20px;
  font-size: 11px;
  height: 20px;
}
#documents_list .checkbox > input[type="checkbox"] + label::before,
.documents_list .checkbox > input[type="checkbox"] + label::before {
  margin-left: -20px;
  background-color: white;
  color: white;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.24);
}
#documents_list .checkbox > input[type="checkbox"]:checked + label::before,
.documents_list .checkbox > input[type="checkbox"]:checked + label::before {
  background-color: #0e7bba;
}
#documents_list .ref-id-row,
.documents_list .ref-id-row {
  font-size: 12px;
  padding-top: 9px;
  line-height: 0.5;
}
#documents_list .date-added-modified,
.documents_list .date-added-modified {
  width: 180px;
  height: 14px;
  left: 77px;
  top: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #767676;
}
#documents_list .content-date-added-modified,
.documents_list .content-date-added-modified {
  margin-top: 10px;
}
#documents_list .ref-id-label ~ span,
.documents_list .ref-id-label ~ span {
  margin-right: 10px;
}
#documents_list .ref-id-label::after,
.documents_list .ref-id-label::after {
  content: ":";
}
#documents_list .table-view-container,
.documents_list .table-view-container {
  overflow: auto;
  height: 100%;
  position: sticky;
  bottom: 0;
}
#documents_list .table-view-container .table-container,
.documents_list .table-view-container .table-container {
  padding: 0 15px;
}
html.ie8 #documents_list .doc-header-info span.list-title,
html.ie8 .documents_list .doc-header-info span.list-title {
  padding-left: 14px;
}
html.ie8 #documents_list .checkbox,
html.ie8 .documents_list .checkbox {
  padding-left: 10px;
}
html.ie8 #documents_list .doc-header-info span.sharing_info,
html.ie8 .documents_list .doc-header-info span.sharing_info {
  padding-left: 5px;
}
#documents_list .checkbox > input[type="checkbox"].partial + label::before,
.documents_list .checkbox > input[type="checkbox"].partial + label::before,
.checkbox > input[type="checkbox"].partial + label::before {
  background-color: #0e7bba;
}
.doc-header-info {
  font-size: 14px;
  color: #767676;
  padding: 7px 0 7px 0;
  margin-bottom: -1px;
  white-space: nowrap;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
  background: white;
  border-bottom: 1px solid #d6d6d6;
}
.doc-header-info p,
.doc-header-info .select-all,
.doc-header-info .select-all div,
.doc-header-info .clear-folder {
  display: inline-block;
  font-weight: 300;
}
.doc-header-info .clear-folder {
  margin-left: 15px;
}
.doc-header-info .clear-folder #clear-last-imported:focus-visible {
  outline: 2px solid #0E7BBA;
  outline-offset: 2px;
}
.doc-header-info > .select-all {
  width: 100%;
}
.doc-header-info .select-all-row {
  display: flex !important;
  align-items: center;
  min-width: 100%;
}
.doc-header-info .select-all-row .list-title {
  margin-bottom: 0;
}
.doc-header-info .select-all-row .checkbox {
  margin: 0!important;
}
.doc-header-info #sort-menu {
  background: white;
  display: inline-flex;
  justify-content: flex-end;
  padding-right: 24px;
  margin-left: 10px;
  width: 100%;
  align-items: center;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.doc-header-info #sort-menu .ref-header-display-span {
  font-weight: 700;
  color: #222;
}
.doc-header-info #sort-menu .ref-header-dropdown {
  padding: 5px 5px !important;
  height: auto !important;
}
.doc-header-info #sort-menu .dropdown-menu {
  min-width: 150px !important;
}
.doc-header-info #sort-menu .pull-right {
  margin-left: 7px;
}
.doc-header-info #sort-menu a {
  color: #767676;
  text-decoration: none;
}
.doc-header-info .multiselect-area {
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 75px;
  position: absolute;
}
.doc-header-info .checkbox > input[type="checkbox"]:checked + label::before {
  color: #444444;
  background-color: white;
  border-width: 1px;
  padding: 2px;
}
.doc-header-info span.list-title {
  padding-left: 7px;
}
.doc-header-info .collection-title {
  width: 100px;
  display: block;
  float: left;
}
@media (min-width: 768px) and (max-width: 859px) {
  .doc-header-info .collection-title {
    width: 100px;
  }
}
@media (min-width: 860px) and (max-width: 1079px) {
  .doc-header-info .collection-title {
    width: 150px;
  }
}
@media (min-width: 1080px) and (max-width: 1359px) {
  .doc-header-info .collection-title {
    width: 200px;
  }
}
@media (min-width: 1360px) {
  .doc-header-info .collection-title {
    width: 400px;
  }
}
.clipped-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pdfIcon {
  background-image: url("/public/img/doc-icons/pdf-library.png");
  width: 16px;
  height: 22px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .pdfIcon {
    background-image: url("/public/img/doc-icons/pdf-library@2x.png");
    background-size: 16px 22px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .pdfIcon {
    background-image: url("/public/img/doc-icons/pdf-library@2x.png");
    background-size: 16px 22px;
  }
}
.txtIcon {
  background-image: url("/public/img/doc-icons/text-library.png");
  width: 16px;
  height: 22px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .txtIcon {
    background-image: url("/public/img/doc-icons/text-library@2x.png");
    background-size: 16px 22px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .txtIcon {
    background-image: url("/public/img/doc-icons/text-library@2x.png");
    background-size: 16px 22px;
  }
}
.prsIcon {
  background-image: url("/public/img/doc-icons/presentation-library.png");
  width: 16px;
  height: 22px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .prsIcon {
    background-image: url("/public/img/doc-icons/presentation-library@2x.png");
    background-size: 16px 22px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .prsIcon {
    background-image: url("/public/img/doc-icons/presentation-library@2x.png");
    background-size: 16px 22px;
  }
}
.imgIcon {
  background-image: url("/public/img/doc-icons/image-library.png");
  width: 16px;
  height: 22px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .imgIcon {
    background-image: url("/public/img/doc-icons/image-library@2x.png");
    background-size: 16px 22px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .imgIcon {
    background-image: url("/public/img/doc-icons/image-library@2x.png");
    background-size: 16px 22px;
  }
}
.movIcon {
  background-image: url("/public/img/doc-icons/movie-library.png");
  width: 18px;
  height: 22px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .movIcon {
    background-image: url("/public/img/doc-icons/movie-library@2x.png");
    background-size: 16px 22px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .movIcon {
    background-image: url("/public/img/doc-icons/movie-library@2x.png");
    background-size: 16px 22px;
  }
}
.shtIcon {
  background-image: url("/public/img/doc-icons/spreadsheet-library.png");
  width: 18px;
  height: 22px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .shtIcon {
    background-image: url("/public/img/doc-icons/spreadsheet-library@2x.png");
    background-size: 16px 22px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .shtIcon {
    background-image: url("/public/img/doc-icons/spreadsheet-library@2x.png");
    background-size: 16px 22px;
  }
}
.othIcon {
  background-image: url("/public/img/doc-icons/other-library.png");
  width: 16px;
  height: 22px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .othIcon {
    background-image: url("/public/img/doc-icons/other-library@2x.png");
    background-size: 16px 22px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .othIcon {
    background-image: url("/public/img/doc-icons/other-library@2x.png");
    background-size: 16px 22px;
  }
}
.full-view-badges-container {
  padding-bottom: 0 !important;
}
.collectionBadge {
  font-weight: 600;
  font-size: 11px;
  background-color: #F0F0F0;
  background-color: rgba(0, 0, 0, 0.06);
  color: #5C5C5C;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 7px;
  min-width: 24px;
}
.collectionBadge.glyphicon-folder-close.trashed {
  text-decoration: line-through;
}
.collectionBadge.no-background {
  padding-top: 6px !important;
  margin: 0 !important;
  background-color: unset !important;
  color: #5C5C5C !important;
  max-width: unset !important;
  min-height: 25px !important;
}
.collectionBadge.no-background.full-view {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.collectionBadge.no-background.collections-container::before {
  position: relative;
  top: -5px;
}
.collectionBadge.no-background .folder-icon.full-view {
  position: relative;
  top: 3px !important;
  right: 3px;
}
.collectionBadge.no-background .folder-icon.shared-folder-icon {
  display: inline-block;
  height: 17px !important;
  width: 17px;
  top: -1px;
  position: relative;
  background-image: url("/public/img/shared-folder-icon.svg");
  background-size: cover;
}
.collectionBadge.no-background .folder-icon.uxf-icon.uxf-folder {
  font-size: 17px;
  height: 17px;
  width: 17px;
  opacity: 1;
  top: -4px;
  color: #767676;
}
.collectionBadge.no-background .collection-badge {
  color: #0066cc;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 3px;
  font-weight: initial;
}
.collectionBadge.no-background .collection-badge::after {
  color: #5C5C5C !important;
  content: '; ';
}
.collectionBadge.no-background .collection-badge.last-child::after {
  content: '';
}
.collectionBadge.no-background .collection-badge.full-view::after {
  content: '';
}
.collectionBadge.no-background .collection-badge.non-clickable {
  color: #53565a !important;
  text-decoration: none !important;
  cursor: default;
}
.collectionBadge.no-background .collection-badge:focus,
.collectionBadge.no-background .collection-badge:active {
  color: #0197d2;
  text-decoration: underline;
}
.collectionBadge.no-background .collection-badge:hover {
  color: #0066cc;
  text-decoration: underline;
}
.collectionBadge.no-background .collection-badge.current-folder {
  color: #767676;
  cursor: default;
}
.collectionBadge.no-background .collection-badge.current-folder:hover,
.collectionBadge.no-background .collection-badge.current-folder:focus,
.collectionBadge.no-background .collection-badge.current-folder:active {
  text-decoration: none;
  outline: none;
}
.collectionBadge.no-background .glyphicon-folder-close::before {
  position: relative;
  top: -5px !important;
}
.collectionBadge .margin-right {
  margin-right: 3px !important;
}
.collectionBadge .remove-margin-left {
  margin-left: -4px;
}
.collectionBadge.tag-badge {
  cursor: pointer;
  height: 21px !important;
  background-color: unset !important;
  border: 1px #c8c9c7 solid;
}
.collectionBadge.tag-badge:hover {
  background-color: #e7f3fa !important;
  border: 1px solid #bcdef1;
}
.collectionBadge:before {
  font-family: 'Glyphicons Halflings';
  padding-right: 5px;
  opacity: 0.5;
}
.collectionBadge .uxf-icon {
  opacity: 0.5;
}
.ellipsis {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
  display: inline-block;
  white-space: nowrap;
}
.table-view-tags-badge {
  padding: 4px 7px !important;
  margin-bottom: 3px;
}
.table-view-folders-icon {
  display: inline-block;
  padding: 0 0 0 7px !important;
}
.table-view-folder-name {
  padding-bottom: 2px;
}
.table-view-folder-name.overlimit-badge {
  margin-left: 30px;
}
.table-view-folder-name.current-folder {
  color: #767676;
  cursor: default;
}
.table-view-folder-name.current-folder:hover,
.table-view-folder-name.current-folder:focus,
.table-view-folder-name.current-folder:active {
  text-decoration: none;
  outline: none;
}
.table-view-folder-name:focus {
  outline-offset: 1px;
}
.table-view-folder-name.focus-visible {
  outline: 2px solid #0066cc;
  text-decoration: none;
}
.minimize-badges {
  line-height: 30px;
  display: inline-block;
  color: #0066CC;
  font-size: 14px;
  font-weight: 400;
  background-color: unset !important;
  padding: 0;
}
.minimize-badges .minimize-badges-text {
  margin-left: 8px;
}
.minimize-badges .minimize-badges-text:focus {
  text-decoration: none;
  outline-offset: 2px;
}
.minimize-badges:hover .minimize-badges-icon {
  fill: #0066CC;
}
.tags-container,
.folders-container {
  position: relative;
}
.tags-list,
.folders-list {
  display: contents;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.added-by-other {
  background-color: rgba(0, 174, 174, 0.2);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 4px;
}
.added-by-other.full-view {
  margin-left: 5px;
}
.added-by-me {
  background-color: rgba(182, 189, 0, 0.3);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 4px;
}
.added-by-me.full-view {
  margin-left: 5px;
}
ul#documents,
ul.documents {
  list-style: none;
  margin: 0;
  padding: 0;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul#documents.quick-cite-documents,
ul.documents.quick-cite-documents {
  margin-bottom: 50px;
}
ul#documents li,
ul.documents li {
  cursor: default;
}
ul#documents li.sep-holder,
ul.documents li.sep-holder {
  margin: 0 20px;
  padding: 0;
}
ul#documents li.sep-holder .sep,
ul.documents li.sep-holder .sep {
  height: 0;
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
ul#documents li.doc,
ul.documents li.doc {
  cursor: default;
  margin: 0;
  padding: 13px 0 16px 0;
  position: relative;
}
ul#documents li.doc.clickable,
ul.documents li.doc.clickable {
  cursor: pointer;
}
ul#documents li.doc.no-touch:hover,
ul.documents li.doc.no-touch:hover,
ul#documents li.doc.chk-focus,
ul.documents li.doc.chk-focus {
  background-color: #F7FCFE;
}
ul#documents li.doc.selected,
ul.documents li.doc.selected,
ul#documents li.doc:hover.selected,
ul.documents li.doc:hover.selected {
  background: #e7f3fa;
  outline: 1px solid #bcdef1;
}
ul#documents li.doc div.section,
ul.documents li.doc div.section {
  margin: 0;
  position: relative;
}
ul#documents li.doc .ref-id-citation,
ul.documents li.doc .ref-id-citation {
  padding-left: 65px;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 4px;
}
ul#documents li.doc .multiselect-area,
ul.documents li.doc .multiselect-area {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 75px;
}
ul#documents li.doc .display-error-upload-file:before,
ul.documents li.doc .display-error-upload-file:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background-color: #FFCCCB;
  content: "";
}
ul#documents li.doc .shared-ref,
ul.documents li.doc .shared-ref {
  position: absolute;
  top: 40px;
  left: 21px;
  opacity: 0.7;
  z-index: 1000;
}
ul#documents li.doc .shared-ref-for-duplicate,
ul.documents li.doc .shared-ref-for-duplicate {
  padding-left: 44px;
}
ul#documents li.doc .error-upload-file,
ul.documents li.doc .error-upload-file {
  position: absolute;
  top: 19px;
  left: 40px;
  opacity: 0.7;
  z-index: 1000;
  padding-left: 7px;
}
ul#documents li.doc .error-upload-file .exclamationIcon,
ul.documents li.doc .error-upload-file .exclamationIcon {
  background-image: url('/public/img/exclamation-mark.png');
  background-repeat: round;
  display: inline-block;
  width: 18px;
  height: 18px;
}
ul#documents li.doc .section.doc-selection,
ul.documents li.doc .section.doc-selection {
  width: 75px;
  position: absolute;
  z-index: 2;
  padding-top: 17px;
  left: 0;
  top: 0px;
  bottom: 12px;
}
ul#documents li.doc .section.doc-star,
ul.documents li.doc .section.doc-star {
  width: 20px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 0;
  height: 45px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
}
ul#documents li.doc .section.doc-star.on,
ul.documents li.doc .section.doc-star.on {
  color: #FFF;
}
ul#documents li.doc .ribbon,
ul.documents li.doc .ribbon {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 10px solid #0e7bba;
  border-bottom: 10px solid transparent;
}
ul#documents li.doc .section.doc-core-fields,
ul.documents li.doc .section.doc-core-fields {
  padding-left: 75px;
  padding-right: 22px;
  position: relative;
  z-index: 1;
}
ul#documents li.doc .section.doc-core-fields p,
ul.documents li.doc .section.doc-core-fields p {
  margin: 0;
}
ul#documents li.doc .section.doc-core-fields.has-doc-star,
ul.documents li.doc .section.doc-core-fields.has-doc-star {
  padding-right: 48px;
}
ul#documents li.doc .section.doc-core-fields.no-checkbox,
ul.documents li.doc .section.doc-core-fields.no-checkbox {
  padding-left: 25px;
}
ul#documents li.doc .section.doc-status,
ul.documents li.doc .section.doc-status {
  display: none;
  position: absolute;
  z-index: 2;
  right: 22px;
  top: 50%;
  margin-top: -5px;
}
ul#documents li.doc .section.doc-status .waiting,
ul.documents li.doc .section.doc-status .waiting {
  margin-right: 18px;
}
ul#documents li.doc .section.doc-status .nullify,
ul.documents li.doc .section.doc-status .nullify {
  background: transparent url(/public/img/sticky_close.png) no-repeat right 2px;
  width: 14px;
  line-height: 37px;
  height: 37px;
  display: block;
  position: absolute;
  margin-right: 14px;
  margin-top: 9px;
  right: 0;
  top: 0;
}
ul#documents li.doc.uploading .section.doc-status,
ul.documents li.doc.uploading .section.doc-status {
  display: block;
}
ul#documents li.doc .title,
ul.documents li.doc .title {
  color: #222;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  padding-bottom: 2px;
  padding-top: 8px;
}
ul#documents li.doc .title .short,
ul.documents li.doc .title .short {
  width: 90%;
}
ul#documents li.doc .meta,
ul.documents li.doc .meta,
ul#documents li.doc .info,
ul.documents li.doc .info {
  color: #767676;
  font-size: 13px;
  font-weight: 300;
}
ul#documents li.doc .meta,
ul.documents li.doc .meta {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  height: fit-content;
}
ul#documents li.doc .meta .status.status-container,
ul.documents li.doc .meta .status.status-container {
  height: 22px;
}
ul#documents li.doc .meta .badges,
ul.documents li.doc .meta .badges {
  max-height: 30px;
}
ul#documents li.doc .meta div,
ul.documents li.doc .meta div,
ul#documents li.doc .meta span,
ul.documents li.doc .meta span {
  margin-right: 4px;
}
ul#documents li.doc .meta .icon,
ul.documents li.doc .meta .icon {
  display: block;
  float: left;
  width: 22px;
  height: 100%;
  margin-right: 2px;
}
ul#documents li.doc .meta .icon div,
ul.documents li.doc .meta .icon div {
  height: 22px;
  background-repeat: no-repeat;
  background-position: -1px 0;
  background-color: transparent;
}
ul#documents li.doc .meta .ellipses,
ul.documents li.doc .meta .ellipses {
  width: auto;
  overflow: hidden;
  display: block;
}
ul#documents li.doc .meta span,
ul.documents li.doc .meta span {
  margin-top: 1px;
  height: 20px;
  line-height: 20px;
}
ul#documents li.doc .meta .collectionBadge,
ul.documents li.doc .meta .collectionBadge {
  font-weight: 600;
  font-size: 11px;
  background-color: #F0F0F0;
  background-color: rgba(0, 0, 0, 0.06);
  color: #5C5C5C;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 7px;
  min-width: 24px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul#documents li.doc .meta .collectionBadge:before,
ul.documents li.doc .meta .collectionBadge:before {
  font-family: 'Glyphicons Halflings';
  padding-right: 5px;
  opacity: 0.5;
}
ul#documents li.doc .status-container,
ul.documents li.doc .status-container {
  margin-left: 6px;
}
ul#documents li.doc .info,
ul.documents li.doc .info {
  text-align: right;
  padding-top: 1px;
}
ul#documents li.doc > span,
ul.documents li.doc > span {
  line-height: 28px;
  vertical-align: top;
}
ul#documents li.doc span.glyphicon-file,
ul.documents li.doc span.glyphicon-file {
  display: none;
}
ul#documents li.doc.readable span.glyphicon-file,
ul.documents li.doc.readable span.glyphicon-file {
  display: inline;
}
ul#documents li.doc .buttons,
ul.documents li.doc .buttons {
  margin-top: 1px;
  height: 20px;
}
ul#documents li.doc .buttons button.btn-sm,
ul.documents li.doc .buttons button.btn-sm {
  margin-top: -5px;
}
ul#documents li.doc.processing a,
ul.documents li.doc.processing a {
  cursor: default;
}
ul#documents .docList-group li.doc.docList-group-heading,
ul.documents .docList-group li.doc.docList-group-heading {
  background-color: #eeeeee;
  padding: 0;
  margin-top: 30px;
}
ul#documents .docList-group li.doc.docList-group-heading .section.doc-selection,
ul.documents .docList-group li.doc.docList-group-heading .section.doc-selection {
  padding-top: 2px;
}
ul#documents .docList-group:first-child li.doc.docList-group-heading,
ul.documents .docList-group:first-child li.doc.docList-group-heading {
  margin-top: 0;
}
ul#documents.full-view li.doc.no-touch:hover,
ul.documents.full-view li.doc.no-touch:hover {
  background-color: transparent;
}
ul#documents.full-view li.doc.no-touch:hover.selected,
ul.documents.full-view li.doc.no-touch:hover.selected {
  background: #e7f3fa;
}
ul#documents.full-view .collectionBadge,
ul.documents.full-view .collectionBadge {
  max-width: none;
}
ul#documents .nav-bar-button-no-nav-bar a,
ul.documents .nav-bar-button-no-nav-bar a {
  height: auto;
  padding: 0 5px;
}
.ref-table-view {
  width: auto !important;
  max-width: none !important;
  min-width: 100%;
}
.ref-table-view thead {
  position: sticky;
  top: 0;
  z-index: 2000;
}
.ref-table-view thead::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.ref-table-view tr.doc {
  position: relative;
}
.ref-table-view .checkbox-cell {
  position: relative;
}
.ref-table-view .checkbox-cell .multiselect-area {
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 75px;
  position: absolute;
}
.ref-table-view .checkbox-cell .shared-ref {
  position: absolute;
  top: 25px;
  left: 24px;
  opacity: 0.7;
  z-index: 1000;
}
.ref-table-view .checkbox-cell .shared-ref.table-view-duplicate-checkbox {
  padding-top: 4px;
}
.ref-table-view .checkbox-cell .shared-ref.table-view-suggested-duplicate {
  padding-left: 29px;
}
.missing-field {
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-style: normal;
  white-space: nowrap;
}
a.missing-field {
  color: inherit;
}
a.missing-field:hover {
  text-decoration: none;
}
.missing-field.optional {
  background-color: #c4dbe8;
}
a.missing-field.optional {
  color: inherit;
}
a.missing-field.optional:hover {
  background-color: #b3cad7;
}
.missing-field .uxf-icon {
  text-indent: 0;
  margin-right: 7px;
}
.hide-missing missing {
  display: none;
}
@media screen and (max-width: 1359px) {
  ul#documents li.doc,
  ul.documents li.doc {
    padding: 9px 0 12px 0;
  }
  ul#documents li.doc .section.multiselect-area,
  ul.documents li.doc .section.multiselect-area {
    width: 51px;
  }
  ul#documents li.doc .section.doc-core-fields,
  ul.documents li.doc .section.doc-core-fields {
    padding-left: 51px;
  }
  ul#documents li.doc.uploading .section.doc-core-fields,
  ul.documents li.doc.uploading .section.doc-core-fields {
    margin-right: 70px;
  }
  ul#documents li.doc .section.doc-selection,
  ul.documents li.doc .section.doc-selection {
    padding-top: 13px;
    width: 51px;
  }
  ul#documents li.doc .title,
  ul.documents li.doc .title {
    font-size: 15px;
  }
}
/* Smaller than Medium Landscape (up to 859px) */
@media screen and (max-width: 860px -1) {
  ul#documents li.doc .section.doc-selection,
  ul.documents li.doc .section.doc-selection {
    padding-top: 20px;
  }
  ul#documents li.doc.uploading .section.doc-core-fields,
  ul.documents li.doc.uploading .section.doc-core-fields {
    margin-right: 40px;
  }
  ul#documents li.doc .progress,
  ul.documents li.doc .progress {
    width: 225px;
  }
  ul#documents li.doc .title,
  ul.documents li.doc .title {
    white-space: normal;
    height: 3em;
    line-height: 1.4em;
  }
}
.suggested-duplicate-table-view {
  background-color: #ffcccc;
  color: #ffcccc;
  position: absolute;
  height: 100%;
  width: 10px !important;
}
.suggested-duplicate-table-view-padding {
  padding-left: 30px;
}
.no-duplicate {
  position: absolute;
  width: 10px;
}
.container-duplicate-count {
  margin-left: 50px;
  width: 80px;
}
.suggested-duplicate-tr {
  background-color: #f9f9f9;
}
.span-duplicate-count {
  float: right;
  margin-top: -28px;
  width: 100%;
}
.reference-disabled .ref-disabled-overlay {
  background-color: rgba(238, 238, 238, 0.6) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  z-index: 1000;
  cursor: auto;
}
ul#documents.duplicates li.suggested-duplicate:before {
  content: "a";
  background-color: #ffcccc;
  color: #ffcccc;
  position: absolute;
  height: 100%;
  margin-top: -13px;
  width: 10px;
}
ul#documents.duplicates li.suggested-duplicate .checkbox {
  padding-left: 65px;
}
ul#documents.duplicates li.suggested-duplicate .section.doc-core-fields,
ul#documents.duplicates li.suggested-duplicate .ref-id-citation {
  padding-left: 110px;
}
ul#documents.duplicates li.suggested-duplicate .multiselect-area {
  width: 110px;
}
table.full-view-table > tr > td,
table.full-view-table > tr > th {
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5em;
  padding-bottom: 5px;
}
table.full-view-table > tr > th:first-child {
  padding-right: 10px;
  text-align: right;
  font-weight: normal;
  min-width: 120px;
}
table.full-view-table > tr > td {
  color: #222;
}
.progress {
  height: 10px;
  overflow: hidden;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px #cbcbcb;
  margin-bottom: 0;
}
.progress.reference-list {
  width: 225px;
  margin-top: 5px;
  margin-right: 25px;
}
.progress.reference-list.normal-view {
  margin-right: 0;
}
.progress-text {
  color: #767676;
  font-size: 13px;
  font-weight: 300;
}
.progress .bar {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 8px;
  color: #ffffff;
  text-align: center;
  border-radius: 7px;
  background-color: #0693C4;
  box-sizing: border-box;
  transition: width 0.3s ease;
  margin-bottom: 5px;
}
.progress .bar + .bar {
  width: 100%;
}
.progress-bar {
  background-color: #00A0DF;
}
.progress-bar.progress-bar-danger {
  background-color: #a01100;
}
.progress-striped .bar,
.progress-bar-striped {
  width: 100%;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.3)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.75, rgba(255, 255, 255, 0.12)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-60deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-60deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -moz-animation: progress-bar-stripes 1s linear infinite;
  -ms-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.progress.active .bar {
  width: 100%;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -moz-animation: progress-bar-stripes 1s linear infinite;
  -ms-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.anim_crossfade from {
  background-color: #ededed;
  color: #8e8e8e;
}
.anim_crossfade to {
  background-color: #0693c4;
  color: #a5cee3;
}
@-webkit-keyframes crossfade {
  from {
    background-color: #ededed;
    color: #8e8e8e;
  }
  to {
    background-color: #0693c4;
    color: #a5cee3;
  }
}
@keyframes crossfade {
  from {
    background-color: #ededed;
    color: #8e8e8e;
  }
  to {
    background-color: #0693c4;
    color: #a5cee3;
  }
}
.anim_crossfade_trans from {
  opacity: 0;
}
.anim_crossfade_trans to {
  opacity: 1;
}
@-webkit-keyframes crossfade-trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes crossfade-trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anim_fadein from {
  opacity: 0;
}
.anim_fadein to {
  opacity: 1;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anim_fadeout from {
  opacity: 1;
}
.anim_fadeout to {
  opacity: 0;
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.droptarget_holder {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: arrow;
}
.droptarget_holder.always-visible {
  display: block;
}
.droptarget_holder.enabled.show_initially,
.drag_over .droptarget_holder.enabled {
  display: block;
}
.droptarget {
  position: relative;
  background-color: #ededed;
  text-align: center;
  margin: 0 auto;
}
.droptarget h2 {
  font: 300 22px 'Roboto', Helvetica, Arial, sans-serif;
}
.droptarget p {
  font: 300 16px 'Roboto', Helvetica, Arial, sans-serif;
}
.dropimgicon {
  font-size: 80px;
}
#ifrm {
  width: 100%;
  height: 100%;
}
#layout_library.drag_over #documents_list.docs_shown:after,
#layout_library.drag_over .documents_list.docs_shown:after {
  content: "";
  position: fixed;
  z-index: 20;
  top: 0;
  min-height: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#layout_library .droptarget_holder {
  top: 135px;
  height: 326px;
}
#layout_library .droptarget {
  width: 326px;
  height: 326px;
  padding-top: 70px;
  border-radius: 163px;
}
#layout_library .droptarget h2 {
  color: #8e8e8e;
}
#layout_library .droptarget p {
  color: #8e8e8e;
}
#layout_library #documents_list.docs_shown .dropimgicon.blue,
#layout_library .documents_list.docs_shown .dropimgicon.blue {
  display: block;
}
#layout_library #documents_list.docs_shown .droptarget,
#layout_library .documents_list.docs_shown .droptarget {
  background-color: #0693C4;
}
#layout_library.drag_over .droptarget {
  -webkit-animation: crossfade 0.2s linear forwards;
  animation: crossfade 0.2s linear forwards;
}
#layout_library.drag_over #documents_list.no_docs .dropimgicon.gray,
#layout_library.drag_over .documents_list.no_docs .dropimgicon.gray {
  -webkit-animation: fadeout 0.2s linear both;
  animation: fadeout 0.2s linear both;
}
#layout_library.drag_over #documents_list.no_docs .dropimgicon.blue,
#layout_library.drag_over .documents_list.no_docs .dropimgicon.blue {
  display: block;
  -webkit-animation: fadein 0.2s linear both;
  animation: fadein 0.2s linear both;
}
#layout_library.drag_over #documents_list.docs_shown .droptarget,
#layout_library.drag_over .documents_list.docs_shown .droptarget {
  -webkit-animation: crossfade-trans 0.2s linear both;
  animation: crossfade-trans 0.2s linear both;
}
#layout_library #documents_list.docs_shown .droptarget h2,
#layout_library.drag_over .droptarget h2,
#layout_library .documents_list.docs_shown .droptarget h2,
#layout_library.drag_over .droptarget h2 {
  color: #ffffff;
}
#layout_library #documents_list.docs_shown .droptarget p,
#layout_library.drag_over .droptarget p,
#layout_library .documents_list.docs_shown .droptarget p,
#layout_library.drag_over .droptarget p {
  color: #a5cee3;
}
#inspector .droptarget_holder {
  display: none;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#inspector .drag_over .enabled.droptarget_holder {
  display: block;
}
#inspector .droptarget {
  width: 228px;
  height: 228px;
  padding-top: 60px;
  border-radius: 114px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -114px;
  background-color: #0693c4;
}
#inspector .droptarget h2 {
  color: #ffffff;
}
#inspector .droptarget p {
  color: #a5cee3;
}
#documents_list .importing-spinner,
.documents_list .importing-spinner {
  width: 100px;
  height: 100px;
  padding: 20px;
  position: absolute;
  top: 40%;
  left: calc(-50%);
}
#documents_list .gotnuthin,
.documents_list .gotnuthin {
  color: #767676;
  padding: 32px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  line-height: 19px;
}
#documents_list .gotnuthin h2,
.documents_list .gotnuthin h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 19px 0;
}
#documents_list .gotnuthin p,
.documents_list .gotnuthin p {
  width: 420px;
  display: inline-block;
}
/* --- library header controls specific --- */
#library_controls,
#layout_library_placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: 0 1px #f9f9f9;
  min-width: 439px;
  height: 47px;
}
#library_controls.border-right,
#layout_library_placeholder.border-right {
  border-right: 1px solid #d6d6d6;
  position: relative;
}
#library_controls > .navbar-sub,
#layout_library_placeholder > .navbar-sub {
  z-index: 33;
  display: flex;
}
#library_controls .icon,
#layout_library_placeholder .icon {
  margin: 3px 0;
}
#library_controls div > span,
#layout_library_placeholder div > span {
  line-height: 23px;
}
#library_controls li.assign-tags ul,
#layout_library_placeholder li.assign-tags ul {
  padding-top: 0;
}
.z3950-controls {
  z-index: 33;
}
#z3950 #total_found {
  position: absolute;
  top: 19px;
  right: 20px;
}
#z3950 .advanced-search-dropdown-container {
  position: absolute;
  margin-left: 276px;
}
li.plus.open ul.dropdown-menu {
  width: 320px;
  margin: 4px 0 0 4px;
}
li.new > a:before {
  background-image: url("/public/img/app/menu-new-black.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  content: '';
  zoom: 1;
  filter: alpha(opacity=74);
  -webkit-opacity: 0.74;
  -moz-opacity: 0.74;
  opacity: 0.74;
  position: absolute;
  margin: 3px 0 0 -40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  li.new > a:before {
    background-image: url("/public/img/app/menu-new-black@2x.png");
    background-size: 28px 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  li.new > a:before {
    background-image: url("/public/img/app/menu-new-black@2x.png");
    background-size: 28px 28px;
  }
}
li.new > a.disabled:before {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
li.import > a:before {
  background-image: url("/public/img/app/menu-import-black.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  content: '';
  zoom: 1;
  filter: alpha(opacity=74);
  -webkit-opacity: 0.74;
  -moz-opacity: 0.74;
  opacity: 0.74;
  position: absolute;
  margin: 3px 0 0 -40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  li.import > a:before {
    background-image: url("/public/img/app/menu-import-black@2x.png");
    background-size: 28px 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  li.import > a:before {
    background-image: url("/public/img/app/menu-import-black@2x.png");
    background-size: 28px 28px;
  }
}
li.import > a.disabled:before {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
label.upload:not(.disabled):hover,
a.upload:not(.disabled):hover {
  background-color: #e7f3fa;
  cursor: pointer;
}
label.upload:before,
a.upload:before {
  background-image: url("/public/img/app/menu-upload-black.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  content: '';
  zoom: 1;
  filter: alpha(opacity=74);
  -webkit-opacity: 0.74;
  -moz-opacity: 0.74;
  opacity: 0.74;
  position: absolute;
  margin: 3px 0 0 -40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  label.upload:before,
  a.upload:before {
    background-image: url("/public/img/app/menu-upload-black@2x.png");
    background-size: 28px 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  label.upload:before,
  a.upload:before {
    background-image: url("/public/img/app/menu-upload-black@2x.png");
    background-size: 28px 28px;
  }
}
label.upload.disabled:before,
a.upload.disabled:before {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
li.biblio.open ul.dropdown-menu {
  width: 350px;
}
li.assign.open .dropdown-menu.pull-right {
  left: 0;
}
li.assign.open .dropdown-menu.pull-right:before,
li.assign.open .dropdown-menu.pull-right:after {
  left: 24px;
  right: auto;
}
li.more > a {
  line-height: 20px;
}
li.more.open ul.dropdown-menu {
  width: 314px;
}
li.more .arrow {
  background-image: url("/public/img/app/arrowdn-gray.png");
  background-size: 12px 24px;
  width: 12px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -4px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  li.more .arrow {
    background-image: url("/public/img/app/arrowdn-gray@2x.png");
  }
}
li.more.open .arrow,
li.more a:active .arrow {
  background-image: url("/public/img/app/arrowdn-white.png");
}
@media (-webkit-min-device-pixel-ratio: 2) {
  li.more.open .arrow,
  li.more a:active .arrow {
    background-image: url("/public/img/app/arrowdn-white@2x.png");
  }
}
li.more .navbar-left {
  float: left;
  width: 330px;
}
li.share > a:before {
  background-image: url("/public/img/app/menu-share-black.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  content: '';
  zoom: 1;
  filter: alpha(opacity=74);
  -webkit-opacity: 0.74;
  -moz-opacity: 0.74;
  opacity: 0.74;
  position: absolute;
  margin: 3px 0 0 -40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  li.share > a:before {
    background-image: url("/public/img/app/menu-share-black@2x.png");
    background-size: 28px 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  li.share > a:before {
    background-image: url("/public/img/app/menu-share-black@2x.png");
    background-size: 28px 28px;
  }
}
li.share > a.disabled:before {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
li.biblio.disabled:before,
li.export.disabled:before,
li.dups.disabled:before,
li.style.disabled:before {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.navbar-nav > li > .dropdown-menu li.delete-menu-delete > a.dropdown-menu-item {
  color: #cd263d;
}
.navbar-nav > li > .dropdown-menu li.delete-menu-delete > a.dropdown-menu-item.disabled {
  opacity: .5;
}
li.delete-menu-trash > a:before {
  content: '\e04e';
  font-family: 'UX-Framework';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  margin: 0 0 0 -33px;
  font-size: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
li.delete-menu-trash > a:before:empty {
  width: 1em;
}
li.delete-menu-trash > a.disabled:before {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
li.delete-menu-remove > a:before {
  content: 'g';
  font-family: 'UX-Framework';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  margin: 0 0 0 -33px;
  font-size: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
li.delete-menu-remove > a:before:empty {
  width: 1em;
}
li.delete-menu-remove > a.disabled:before {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
li.delete-menu-remove > a:before {
  font-family: 'RefWorks Icon Font';
}
.assign ul.dropdown-menu {
  max-width: 320px;
  min-width: 280px;
}
.assign ul.dropdown-menu a:hover,
.assign ul.dropdown-menu a:active,
.assign ul.dropdown-menu a {
  text-decoration: none;
}
.assign ul.dropdown-menu .dropdown-header {
  line-height: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.assign ul.dropdown-menu .dropdown-footer {
  padding: 13px;
}
.assign ul.dropdown-menu .checkbox > input[type=checkbox] + label::before {
  background-color: #fff;
  color: #fff;
  vertical-align: bottom;
  box-sizing: border-box;
  margin: -2px 0 7px -47px;
  padding: 2px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.18);
  -webkit-transition: background-color .3s, box-shadow .3s;
  -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
  -moz-transition: background-color .3s, -moz-box-shadow .3s;
  -o-transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s;
}
.assign ul.dropdown-menu .checkbox > input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: #6b6b6b;
  text-shadow: none;
}
.assign ul.dropdown-menu .checkbox > input[type=checkbox]:disabled + label {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  box-shadow: none;
  text-shadow: none;
}
.assign ul.dropdown-menu .checkbox > input[type=checkbox]:disabled + label::before,
.assign ul.dropdown-menu .checkbox > input[type=checkbox]:disabled + label::after {
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: none !important;
}
.assign ul.dropdown-menu .checkbox > input[type="checkbox"].partial + label::before {
  color: #ccc;
}
.dropdown-menu > li i.uxf-icon {
  font-size: 18px;
  margin: 5px 13px 0px -35px;
}
.dropdown-menu button {
  padding: 3px 12px;
  min-width: 0;
}
.btn.btn-row {
  display: block;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: white;
  border-right-color: #dad9d6;
  line-height: 22px;
  padding: 11px;
}
.btn.btn-row [class^="rw-"],
.btn.btn-row [class*=" rw-"],
.btn.btn-row .rw-icon,
.btn.btn-row [class^="uxf-"],
.btn.btn-row [class*=" uxf-"],
.btn.btn-row .uxf-icon,
.btn.btn-row [class^="fa-"],
.btn.btn-row [class*=" fa-"],
.btn.btn-row .fa-icon {
  font-size: 22px;
}
.btn.btn-row .btn-row-icon {
  float: right;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.btn.btn-row .btn-row-label {
  margin-right: 25px;
  text-align: left;
  text-overflow: ellipsis;
}
#search-proxy {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  height: 47px;
  border-left: 1px solid #eeeeee;
  background: transparent url('/public/img/app/magnifying-glass.png') no-repeat center center;
  background-size: 15px 15px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #search-proxy {
    background-image: url("/public/img/app/magnifying-glass@2x.png");
  }
}
.navbar-editor-open {
  margin-right: -420px;
}
@media screen and (max-width: 1359px) {
  .navbar-editor-open {
    margin-right: -351px;
  }
}
#library-icons {
  display: flex;
  min-width: 391px;
  background-color: #FFF;
  border-bottom: 1px solid #d6d6d6;
}
.iconified.nav-bar-button-no-nav-bar {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
.search-block li.search {
  min-width: 55px;
  float: none;
  overflow: hidden;
}
.search-block li.search > a {
  cursor: pointer;
  position: absolute;
  padding: 13.5px 18.5px;
}
.search-block li.search > a:hover {
  background-color: transparent;
}
.search-block li.search > .search-input {
  margin: 3.5px 0px;
  border: none;
  padding: 0px 40px 0px 55px;
  width: 100%;
}
.search-block .connections-dropdown {
  width: 276px;
  float: left;
}
.search-block .connections-dropdown .dropdown-menu {
  max-width: 276px;
}
.search-block .connections-dropdown .dropdown-menu li i.uxf-icon,
.search-block .connections-dropdown .dropdown-toggle .btn-row-label i.uxf-icon {
  font-size: 12px;
  margin: 0 5px 0 0;
}
.search-block .iconified.right {
  float: right;
  border-left: 1px #d6d6d6 solid;
}
.search-block .iconified > a {
  height: 46px;
  padding: 13.5px 18.5px;
}
.search-block .icon {
  font-size: 18px;
}
.navbar-nav > li > .dropdown-menu .description .right-icon {
  margin-top: -20px;
}
.navbar-nav > li > .dropdown-menu .description .right-icon i.uxf-icon {
  margin: 0;
}
.picker {
  margin-top: -15px;
  margin-bottom: 42px;
}
.picker span.checkbox {
  margin: 20px 5px 0 0;
}
.picker ul {
  list-style: none;
}
.picker > ul {
  overflow: visible;
}
.picker .nodeLabel {
  white-space: nowrap;
  color: black;
  position: relative;
  line-height: 32px;
  height: 6px;
}
.picker label.folderName {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 24px;
  margin-left: -4px;
}
.picker label.folderName::before {
  margin-left: -20px !important;
}
#dedupe-modal input:focus-visible + label::before {
  outline: 2px solid #0066CC;
  outline-offset: 2px;
}
#dedupe-modal .error-text {
  color: #A94442;
}
.bold-span {
  font-weight: bold;
}
.folder-assign-widget {
  width: 300px;
  padding: 0 !important;
}
.folder-assign-widget .collpicker {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 337px;
  padding-left: 16px;
}
.folder-assign-widget .collpicker span.checkbox {
  display: inline-block;
  margin: 16px 5px 0 0;
}
.folder-assign-widget .collpicker ul {
  list-style-type: none;
  padding-left: 27px;
}
.folder-assign-widget .collpicker > ul {
  margin-left: 0;
}
.folder-assign-widget .collpicker .nodeLabel {
  white-space: nowrap;
  position: relative;
  height: 32px;
}
.folder-assign-widget .collpicker .nodeLabel > a {
  color: #53565a;
  padding-left: 0;
  position: relative;
  display: block;
  height: 43px;
}
.folder-assign-widget .collpicker .nodeLabel > a .folder-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  width: auto;
}
.folder-assign-widget .collpicker .nodeLabel > a .folder-count {
  display: inline-block;
  min-width: 20px;
  position: absolute;
  top: 10px;
}
.folder-assign-widget .collpicker .nodeLabel .checkbox {
  position: absolute;
}
.folder-assign-widget .collpicker .nodeLabel .checkbox:checked + label::before {
  background-color: #0E7BBA !important;
  color: white !important;
}
.folder-assign-widget .collpicker .nodeLabel .checkbox:checked:focus + label::before,
.folder-assign-widget .collpicker .nodeLabel .checkbox:focus + label::before {
  outline: 2px solid #0066CC;
  outline-offset: 2px;
}
.folder-assign-widget .dropdown-menu-item {
  padding: 0 0 0 20px !important;
}
.folder-assign-widget .divider {
  margin: 0 -20px 3px 0 !important;
  width: 100%;
}
.folder-assign-widget .buttons {
  margin: 6px 0 !important;
}
.folder-assign-widget hr {
  margin: 8px 0 0;
}
.folder-assign-widget .folder-widget-section {
  padding-top: 8px;
}
.folder-assign-widget .folder-widget-section b {
  padding-left: 12px;
}
.ref-table-view tr.reference-disabled td:not(.ref-disabled-overlay) {
  background-color: unset!important;
}
.select2-search__field:focus-visible {
  outline-color: #0e7bba;
}
#select2-projects-select-results .select2-results__option:empty {
  display: none;
}
.copy-refs-folders-dropdown {
  position: absolute;
  background: white;
  width: 94%;
  display: none;
  border: 1px solid #a8a8aa;
  overflow-y: hidden;
  z-index: 1;
}
.copy-refs-folders-dropdown .folder-row:hover {
  background-color: #e7f3fa;
}
.copy-refs-folders-dropdown ul {
  margin-bottom: 0;
}
.copy-refs-folders-dropdown li {
  list-style: none;
}
.copy-refs-folders-dropdown input:focus {
  outline: 2px solid #0066CC;
  outline-offset: 2px;
}
.copy-refs-folders-dropdown .folders-container {
  max-height: 200px;
  overflow-y: scroll;
}
.copy-refs-folders-dropdown .divider {
  border-bottom: 1px solid #a8a8aa;
  width: 100%;
}
.copy-refs-folders-dropdown .folder-row {
  padding-left: 12px;
}
.copy-create-folder-container {
  width: 100%;
}
.copy-create-folder-container .btn {
  height: 35px;
  cursor: pointer;
}
.copy-create-folder-container .btn-secondary {
  margin-right: 2%;
  color: darkslategray;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.copy-create-folder-container .btn-secondary:focus-visible {
  outline: 2px solid #0e7bba;
  outline-offset: -1px;
  box-shadow: none;
}
.displayFolderList {
  margin-top: 20px;
}
a.new-collection,
a.copy-refs {
  padding-left: 16px !important;
  display: flex !important;
  align-items: center;
  height: 32px;
}
a.new-collection .new-collection-button,
a.copy-refs .new-collection-button,
a.new-collection .copy-refs-button,
a.copy-refs .copy-refs-button {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 20px;
  padding: 0 4px;
  border-radius: 3px;
}
a.new-collection .new-collection-button .icon,
a.copy-refs .new-collection-button .icon,
a.new-collection .copy-refs-button .icon,
a.copy-refs .copy-refs-button .icon {
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 0 !important;
}
a.new-collection:active,
a.copy-refs:active {
  padding-bottom: 0 !important;
}
a.new-collection:focus,
a.copy-refs:focus {
  outline: none;
  background-color: transparent !important;
  text-decoration: none;
}
a.new-collection {
  color: #0E7BBA !important;
}
a.new-collection .new-collection-button .icon {
  background-image: url('/public/img/app/new-collection.png');
}
@media (-webkit-min-device-pixel-ratio: 2) {
  a.new-collection .new-collection-button .icon {
    background-image: url('/public/img/app/new-collection@2x.png');
  }
}
a.new-collection:focus .new-collection-button {
  outline: 2px solid #0066cc;
}
.export-attachment.icon {
  left: -31px;
}
.export-attachment.span-margin {
  margin-left: -18px;
}
.folder-menu-icon,
.share-menu-icon {
  display: inline-block;
  background-repeat: no-repeat;
}
.folder-menu-icon.copy-folder-icon,
.share-menu-icon.copy-folder-icon {
  background-image: url('/public/img/app/copy-folder-icon.svg');
}
.folder-menu-icon.move-folder-icon,
.share-menu-icon.move-folder-icon {
  background-image: url('/public/img/app/move-folder-icon.svg');
}
.notinfolder-icon {
  background-image: url('/public/img/app/notinfolder.svg');
  background-size: contain;
}
.folder-menu-icon {
  height: 16px;
  width: 20px;
}
.share-menu-icon {
  margin: 5px 13px 0px -35px;
  background-size: cover;
  width: 18px;
  height: 18px;
}
#copy-folder-menu-item.disabled .share-menu-icon,
#move-folder-menu-item.disabled .share-menu-icon {
  opacity: 40%;
}
a.copy-refs.disabled {
  background-color: white!important;
  color: #bbbbbb!important;
  cursor: not-allowed !important;
}
a.copy-refs.disabled .icon {
  opacity: 30%;
}
a.copy-refs .copy-refs-button .icon {
  background-image: url('/public/img/app/copy-references.png');
}
@media (-webkit-min-device-pixel-ratio: 2) {
  a.copy-refs .copy-refs-button .icon {
    background-image: url('/public/img/app/copy-references@2x.png');
  }
}
a.copy-refs:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
/* Medium Landscape (desktops, 860px and up) */
@media (min-width: 860px) {
  #library_controls {
    height: 47px;
  }
  #library_controls .navbar-sub {
    height: 47px;
  }
  #library_controls #library-icons {
    float: left !important;
  }
}
.file_upload {
  overflow: hidden;
}
#inspector .file_upload {
  display: none;
}
/* ---- info elements in top of page ---- */
#page_info_top {
  margin: 0;
  padding: 4px 20px;
  background-color: #f8f8f8;
}
#page_info_top .indexes {
  font-weight: bold;
  padding-right: 16px;
}
#page_info_top .sharing_info {
  font-size: 12px;
}
.doc-header-info .dropdown-menu {
  margin-right: 3px;
}
.doc-header-info .nav-header {
  padding-left: 10px;
}
/* ---- file drag ghost ---- */
body #file_drag_helper {
  position: absolute;
  z-index: 200;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: white;
  padding: 0 10px;
}
body #file_drag_helper span {
  height: 33px;
  display: inline-block;
  line-height: 33px;
  cursor: pointer;
  color: #53565a;
}
body #file_drag_helper span.icon {
  position: absolute;
  left: 10;
  background-image: url("/public/img/app/doc.png");
  background-repeat: no-repeat;
  background-size: 17px 18px;
  width: 17px;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  body #file_drag_helper span.icon {
    background-image: url("/public/img/app/doc@2x.png");
  }
}
body #file_drag_helper span.text {
  padding-left: 27px;
}
body #file_drag_helper.not_allowed span {
  cursor: not-allowed;
}
.can_copy {
  position: relative;
}
.can_copy span {
  cursor: default !important;
}
.can_copy span:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -20px;
  margin-top: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/public/img/green-plus-icon.png');
  background-size: cover;
}
.matte {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
  overflow: visible;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
}
.deemphasized .matte {
  display: block;
  z-index: 34;
  background-color: rgba(0, 0, 0, 0.1);
}
html.ie8 .deemphasized .matte {
  background-color: #000;
  filter: alpha(opacity=10);
}
.navbar-paging {
  position: absolute;
  margin-bottom: 0;
  bottom: 1px;
  left: 0;
  right: 0;
  top: auto;
  height: 47px;
  z-index: 37;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: none;
  box-shadow: 0;
  background-color: white;
}
.navbar-paging li.page-info {
  line-height: 47px;
  font-size: 15px;
  color: #767676;
}
.navbar-paging li.page-info .dropdown-menu-top.pagination-dropdown {
  height: 272px;
  top: -277px;
}
.navbar-paging .navbar-left .uxf-icon,
.navbar-paging .navbar-right .uxf-icon {
  width: auto;
  top: initial;
}
ul.dropdown-menu.dropdown-menu-top.dropdown-menu-arrow-right {
  height: 220px;
  top: -225px;
}
#library-pagination {
  z-index: 32;
}
#library-pagination .dropdown-menu {
  width: 300px;
}
#library-pagination .pagination-summary {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 10px;
}
.single_doc .userNotes .field_value {
  white-space: pre-wrap;
}
#onboarding_overlay .modal-content {
  max-width: 662px;
  line-height: 20px;
}
#onboarding_overlay .modal-content .help-text {
  color: #767676;
  font-size: 12px;
  line-height: 16px;
}
#onboarding_overlay .modal-content .with-two-customs {
  height: 530px;
}
#onboarding_overlay .step {
  height: 400px;
}
@media screen and (max-width: 767px) {
  #onboarding_overlay .step {
    height: 450px;
  }
}
#onboarding_overlay .step .top {
  font-size: 20px;
  color: #000000;
  line-height: 26px;
  margin-top: 34px;
  margin-bottom: 15px;
  text-align: center;
}
#onboarding_overlay .step .top .left {
  text-align: left;
  padding: 0 50px;
  margin-bottom: 5px;
}
#onboarding_overlay .step .top-left {
  font-size: 20px;
  color: #000000;
  line-height: 26px;
  margin-top: 34px;
  margin-bottom: 5px;
  text-align: left;
  padding: 0 50px;
}
#onboarding_overlay .step .subtop {
  font-size: 14px;
  color: #767676;
  line-height: 22px;
  margin-bottom: 42px;
  padding: 0 83px;
  font-weight: 300;
  text-align: center;
}
#onboarding_overlay .step .subtop .red {
  margin-left: -33px;
  color: red;
  text-align: left;
  margin-bottom: -30px;
}
#onboarding_overlay .step .Ytube {
  margin-top: -22px;
}
#onboarding_overlay .entry {
  padding-left: 50px;
  padding-right: 50px;
}
#onboarding_overlay .entry .error-container {
  height: 20px;
  display: inline-block;
}
#onboarding_overlay .entry .error-container .error {
  margin-bottom: -24px;
  color: red;
  width: 502px;
  word-wrap: normal;
}
#onboarding_overlay .entry .question-container {
  margin-left: 15px;
  padding-right: 15px;
}
#onboarding_overlay .entry .question-container select,
#onboarding_overlay .entry .question-container .select2 {
  width: 100% !important;
}
#onboarding_overlay .entry .left {
  float: left;
  padding-right: 20px;
  width: 50%;
}
#onboarding_overlay .entry .right {
  float: right;
  padding-left: 20px;
  width: 50%;
}
#onboarding_overlay .entry .custom-message-container {
  margin: 15px 0;
  background-color: #EDEDED;
}
#onboarding_overlay .entry .custom-message-content {
  margin: 15px 0;
}
#onboarding_overlay .entry .form_row {
  font-size: 14px;
  display: block;
}
#onboarding_overlay .entry .form_row.left {
  width: 100%;
}
#onboarding_overlay .entry .form_row.institution {
  color: #000000;
  font-weight: 600;
  line-height: 100px;
  height: 66px;
}
#onboarding_overlay .entry input.form_row,
#onboarding_overlay .entry select {
  padding: 8px;
  font-weight: 200;
  color: #767676;
  font-family: Helvetica, Arial, sans-serif;
  height: 37px;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #ccc;
  margin-bottom: 6px;
  margin-top: 5px;
}
#onboarding_overlay .entry #role_dropdown_chzn,
#onboarding_overlay .entry #area_dropdown_chzn {
  width: 260px !important;
}
#onboarding_overlay .entry.centerblk {
  text-align: center;
}
#onboarding_overlay .entry.centerblk .wrapper {
  text-align: center;
  border-radius: 2px;
  background: #FAFAFA;
  height: 220px;
  width: 400px;
  border: 1px solid #e2e2e2;
  display: inline-block;
}
#onboarding_overlay .entry.centerblk * {
  height: 210px;
  width: 390px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  padding-top: 4px;
}
#onboarding_overlay .entry.centerblk .s2f {
  background-size: 390px 210px;
  background-image: url("/public/img/app/illustration-s2f.png");
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #onboarding_overlay .entry.centerblk .s2f {
    background-image: url("/public/img/app/illustration-s2f@2x.png");
  }
}
@media screen and (max-width: 530px) {
  #onboarding_overlay .entry.centerblk .s2f {
    background-size: 250px 135px;
    background-repeat: no-repeat;
  }
}
#onboarding_overlay .entry.centerblk .annotations {
  background-size: 390px 210px;
  background-image: url("/public/img/app/illustration-annotations.png");
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #onboarding_overlay .entry.centerblk .annotations {
    background-image: url("/public/img/app/illustration-annotations@2x.png");
  }
}
@media screen and (max-width: 530px) {
  #onboarding_overlay .entry.centerblk .annotations {
    background-size: 250px 135px;
    background-repeat: no-repeat;
  }
}
#onboarding_overlay .entry.centerblk .YouTube {
  background-size: 390px 210px;
  background-image: url("/public/img/app/illustration-YouTube.png");
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #onboarding_overlay .entry.centerblk .YouTube {
    background-image: url("/public/img/app/illustration-YouTube@2x.png");
  }
}
@media screen and (max-width: 530px) {
  #onboarding_overlay .entry.centerblk .YouTube {
    background-size: 250px 135px;
    background-repeat: no-repeat;
  }
}
#onboarding_overlay .entry.centerblk .ffw-gdocs {
  background-size: 390px 210px;
  background-image: url("/public/img/app/illustration-ffw-gdocs.png");
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #onboarding_overlay .entry.centerblk .ffw-gdocs {
    background-image: url("/public/img/app/illustration-ffw-gdocs@2x.png");
  }
}
@media screen and (max-width: 530px) {
  #onboarding_overlay .entry.centerblk .ffw-gdocs {
    background-size: 250px 135px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #onboarding_overlay .entry .error {
    width: 100%;
    margin-top: -5px;
  }
  #onboarding_overlay .entry .left,
  #onboarding_overlay .entry .right {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 550px;
    width: 100%;
  }
  #onboarding_overlay .entry .left {
    margin-top: 20px;
  }
  #onboarding_overlay .entry .right {
    margin-top: 25px;
  }
  #onboarding_overlay .entry input.form_row,
  #onboarding_overlay .entry select,
  #onboarding_overlay .entry #role_dropdown_chzn,
  #onboarding_overlay .entry #area_dropdown_chzn {
    width: 100% !important;
  }
  #onboarding_overlay .entry .form_row.institution {
    line-height: normal;
    height: 6px;
  }
}
@media screen and (max-width: 530px) {
  #onboarding_overlay .entry.centerblk .wrapper {
    height: 145px;
    width: 260px;
  }
  #onboarding_overlay .entry.centerblk * {
    height: 135px;
    width: 250px;
  }
}
#onboarding_overlay #footer {
  height: 82px;
  border-top: solid 1px #EBEBEB;
  padding: 20px 50px;
  margin-top: 30px;
}
#onboarding_overlay #footer button {
  min-width: 80px;
}
#onboarding_overlay #footer button.skip {
  position: fixed;
  right: 24%;
}
#onboarding_overlay #footer .indicator {
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 5px;
  margin: 17px 8px 0 0;
  background: #CCCCCC;
}
#onboarding_overlay #footer .indicator.active {
  background: #000000;
}
.removable_tag {
  display: inline-block;
  cursor: pointer;
  border: 1px #c8c9c7 solid;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.removable_tag:after {
  content: 'x';
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
  padding-left: 5px;
}
.removable_tag:hover:after {
  opacity: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
  .searchinput {
    background: url('/public/img/search@2x.png') 18px center no-repeat;
    background-size: 16px 16px;
  }
  /* Retina-specific stuff here */
  .pdffileicon {
    width: 72px;
    height: 88px;
    background: url('/public/img/doc-icons/pdf-inspector@2x.png') 0 0 no-repeat;
  }
  .txtfileicon {
    width: 72px;
    height: 88px;
    background: url('/public/img/doc-icons/text-inspector@2x.png') 0 0 no-repeat;
  }
  .prsfileicon {
    width: 72px;
    height: 88px;
    background: url('/public/img/doc-icons/presentation-inspector@2x.png') 0 0 no-repeat;
  }
  .imgfileicon {
    width: 72px;
    height: 88px;
    background: url('/public/img/doc-icons/image-inspector@2x.png') 0 0 no-repeat;
  }
  .movfileicon {
    width: 72px;
    height: 88px;
    background: url('/public/img/doc-icons/movie-inspector@2x.png') 0 0 no-repeat;
  }
  .shtfileicon {
    width: 72px;
    height: 88px;
    background: url('/public/img/doc-icons/spreadsheet-inspector@2x.png') 0 0 no-repeat;
  }
  .othfileicon {
    width: 72px;
    height: 88px;
    background: url('/public/img/doc-icons/other-inspector@2x.png') 0 0 no-repeat;
  }
}
.modal-content input[type="text"].ng-invalid {
  border-color: red !important;
}
.duplicate-dropdown-title {
  margin-bottom: 4px;
  color: black;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .03em;
  text-transform: none;
}
.duplicate-dropdown-title.determine {
  padding-right: 20px;
  padding-left: 20px;
}
.duplicate-dropdown {
  margin-top: 0 !important;
  width: 100%;
}
.duplicate-dropdown.determine {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.duplicate-dropdown select:focus {
  outline: 2px solid black!important;
}
div.styled-radio.radio.dedup-radio {
  margin-left: 20px !important;
}
.error-radio::before {
  content: "";
  background-color: #ffcccc;
  color: #ffcccc;
  position: absolute;
  height: 120%;
  margin-top: 4px;
  width: 10px;
  left: -40px;
}
.well .dedup-hr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.well .error-matching-settings::before {
  content: "";
  background-color: #ffcccc;
  color: #ffcccc;
  position: absolute;
  height: 160px;
  width: 10px;
  left: 21px;
}
.well .compare-fields {
  font-size: small;
}
.well .compared-fields {
  margin-top: 10px;
}
.title-margin-bottom {
  margin-bottom: 10px;
}
.title-margin {
  margin-top: 32px;
  margin-bottom: 10px;
}
.ref-id-sub-label {
  display: block;
  margin-bottom: 10px;
  position: relative;
  left: -8px;
  color: #767676;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}
.radio > input[type=radio]:checked:focus-visible + label::before {
  border: 2px solid #0066CC;
  outline: 1px solid white;
  outline-offset: -2.5px;
}
.radio > input[type=radio]:not(:checked):focus-visible + label::before {
  border: 2px solid #0066CC;
}
.export-modal-close:focus {
  outline: black auto 1px;
}
.duplicate-count-badge {
  color: #53565A;
  border-radius: 6px;
  background-color: #EEEEEE;
  padding: 1px 3px;
  margin-right: 10px;
  font-size: 12px;
}
.duplicate-count-badge.full-view {
  margin-left: -15px;
}
.hidden-h1 {
  opacity: 0;
}
.accessibility-button-text {
  color: #53565A;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 3px;
}
.screen-reader-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.accessibility-view-button {
  position: absolute;
  right: 10px;
  top: 45%;
  opacity: 0;
}
.accessibility-view-button:focus {
  opacity: 1;
  border: 2px solid var(--link-focus-blue, #0066cc) !important;
  background: #EEE;
  outline: none;
  z-index: 1;
}
.wide-title {
  width: 93%;
}
.accessibility-view-button-citation {
  float: right;
  margin-top: 20px;
  top: 45%;
  opacity: 0;
}
.accessibility-view-button-citation:focus {
  opacity: 1;
  border: 2px solid var(--link-focus-blue, #0066cc) !important;
  background: #EEE;
  outline: none;
  z-index: 1;
  margin-left: 30px;
  margin-right: 20px;
}
.accessibility-edit-container {
  min-width: 50px;
  position: relative;
}
.accessibility-edit-button {
  position: absolute;
  right: 20px;
  opacity: 0;
}
.accessibility-edit-button:focus {
  opacity: 1;
  border: 2px solid var(--link-focus-blue, #0066cc) !important;
  background: #EEE;
  outline: none;
  z-index: 1;
}
.overflow-x {
  overflow-x: auto;
}
.project-action-progress-bar {
  display: flex;
  align-items: center;
  padding: 12px 14px 5px;
  height: 48px;
  width: 100%;
  gap: 12px;
  border-top: 1px solid #D9D9D9;
}
.project-action-progress-bar p {
  margin: 0;
  color: #53565a;
}
.project-action-progress-bar progress-bar-indeterminate {
  width: 100%;
}
.progress-bar-indeterminate {
  animation: progress-bar-stripes 0.06s linear infinite, progress-bar-indeterminate-anim 2s linear infinite !important;
}
@keyframes progress-bar-indeterminate-anim {
  from {
    margin-left: -40%;
  }
  to {
    margin-left: 100%;
  }
}
.info-banner {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: -7px;
}
.info-banner .info-icon {
  font-size: 20px;
  padding: 14px 20px;
}
.info-banner .close-button {
  font-size: 10.8px;
  width: 44px;
  height: 44px;
}
.info-banner .close-button a {
  left: 17px;
  top: 17px;
}
.info-banner .close-button a:hover:before {
  color: black;
}
.info-banner .close-button a:hover {
  text-decoration: none;
}
.info-banner .text-content {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 16px;
  flex-grow: 1;
}
.info-banner.information-banner {
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
}
.info-banner.information-banner .info-icon {
  color: #31708F;
}
.info-banner.information-banner .close-button a:before {
  color: #31708f;
}
.info-banner.information-banner .text-content {
  color: #31708F;
}
.info-banner.error-banner {
  background: #F2DEDE;
  border: 1px solid #EBCCD1;
}
.info-banner.error-banner .info-icon {
  color: #A94442;
}
.info-banner.error-banner .close-button {
  margin-left: auto;
}
.info-banner.error-banner .close-button a:before {
  color: #A94442;
}
.info-banner.error-banner .text-content {
  max-width: 90%;
  color: #A94442;
}
.info-banner.error-banner .copy-folder-error {
  display: flex;
  gap: 4px;
}
.info-banner.error-banner .copied-folder-error-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
#close-button {
  position: fixed;
  width: 16%;
  background-color: #ffffff;
  z-index: 1000;
  left: auto;
  margin-left: 5px;
  margin-top: 0%;
  height: 48px;
}
#edit-duplicate-buttons {
  position: fixed;
  width: 10%;
  background-color: #ffffff;
  z-index: 1000;
  margin-left: 5px;
  margin-top: 0%;
  height: 48px;
  right: 0px;
  margin-right: 15px;
}
#sidebar-buttons-container {
  background-color: #ffffff;
  width: 90%;
  height: 50px;
  position: absolute;
  z-index: 999;
}
@keyframes purtyspin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.purtyspinicon {
  animation: purtyspin 0.9s infinite linear!important;
}
li.search-bar {
  height: 46px;
  transition: 0.07s ease-out all;
  min-width: 70px;
  float: left;
  display: flex;
  justify-content: flex-end;
}
li.search-bar > a {
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 0;
  border: none;
}
li.search-bar > a:focus {
  background-color: transparent;
}
li.search-bar #search-activate {
  position: absolute!important;
  left: 0;
}
li.search-bar .advanced-search-title {
  display: block;
  flex: 1 0 auto;
  margin-left: 55px;
  padding-top: 11px;
}
li.search-bar > a.search-advanced {
  padding-top: 11px;
}
li.search-bar > a.search-advanced:focus,
li.search-bar > a.search-advanced:hover {
  background-color: transparent;
  text-decoration: underline;
}
li.search-bar > a.search-cancel {
  color: #737373;
  cursor: pointer;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0;
  width: 46px;
  min-width: 46px;
  border-left: none;
  padding: 0 !important;
}
li.search-bar > a.search-cancel .rw-icon {
  padding-top: 15px;
}
li.search-bar > a.search-cancel#advanced-search-cancel {
  width: 46px;
}
li.search-bar > a.search-cancel:hover {
  background-color: #eeeeee;
}
li.search-bar > a.search-cancel:focus {
  background-color: #eeeeee;
  outline: 2px solid #0066cc;
}
li.search-bar > a.search-cancel:active {
  border-bottom: unset;
}
#search > .search-input,
#z3950 .search-block .search > .search-input {
  border: solid 2px transparent;
  outline: none;
  background-color: transparent;
  padding-left: 55px;
  padding-top: 9.5px;
  padding-bottom: 8.5px;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  line-height: 23px;
}
#search > .search-input:focus,
#z3950 .search-block .search > .search-input:focus {
  border-color: #2a5db0;
}
#search > .search-input::placeholder,
#z3950 .search-block .search > .search-input::placeholder {
  color: #777777;
}
#z3950 li.search-bar {
  display: block;
}
#z3950 li.search-bar > a {
  position: absolute;
}
#z3950 a.search-advanced {
  right: 0;
  color: #737373;
}
#z3950 a.search-advanced:focus,
#z3950 a.search-advanced:hover {
  text-decoration: none;
}
#z3950 a.search-cancel {
  width: 47px;
}
#z3950 a.search-cancel .rw-icon {
  padding: 15px 18px;
}
#z3950 .search-block .search > .search-input {
  border: none;
}
#search-block .code,
#z3950 .search-block .search .code {
  padding-top: 10px;
}
#search-block .code string,
#z3950 .search-block .search .code string {
  color: #0e7bba;
}
#search-block .code special,
#z3950 .search-block .search .code special {
  color: #859900;
}
#search-block .code wildcard,
#z3950 .search-block .search .code wildcard {
  color: #859900;
}
#search-block .code field,
#z3950 .search-block .search .code field {
  color: #859900;
  font-weight: bold;
}
#search-block .code boolean,
#z3950 .search-block .search .code boolean {
  color: #859900;
}
#search-block .code error,
#z3950 .search-block .search .code error {
  color: #dc322f;
  display: inline-block;
  position: relative;
  background: url(http://i.imgur.com/HlfA2is.gif) bottom repeat-x;
}
#search-block {
  display: flex;
  flex: 1 1 auto;
  border-bottom: 1px solid #d6d6d6;
  background-color: #FFF;
  float: none;
}
#search-block .dropdown-menu {
  position: absolute;
}
#search-block .dropdown-menu ul {
  max-height: 358px;
  overflow-y: auto;
  width: 300px;
}
#search-block.active li#search {
  display: flex;
  flex: 1 1 auto;
  background-color: #fbfbfb;
  width: 100%;
  max-width: 100%;
}
#search-block.active li#search:focus {
  background-color: #eeeeee !important;
}
#search-block.active li#search > a#search-activate:hover {
  background-color: transparent;
}
@media (min-width: 1200px) {
  #search-block.active a#search-activate > i.icon {
    vertical-align: middle;
  }
}
#search-block.active div#navbar-search-label {
  display: none;
}
#search-block.active a.search-advanced {
  min-width: 99px;
  padding-top: 11px;
  color: #0960E1;
}
#library_controls #search::-webkit-input-placeholder,
#library_controls #search:-moz-placeholder,
#library_controls #search::-moz-placeholder,
#library_controls #search:-ms-input-placeholder,
#library_controls #search.placeholder {
  color: #a1a1a1;
}
#library_controls #search:focus::-webkit-input-placeholder,
#library_controls #search:focus:-moz-placeholder,
#library_controls #search:focus::-moz-placeholder,
#library_controls #search:focus:-ms-input-placeholder,
#library_controls #search.placeholder:focus {
  color: transparent;
}
.adv-search-overlay,
.adv-search-overlay-z3950 {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1000;
  position: absolute;
}
#advanced-search-container {
  max-height: 340px;
  overflow-y: scroll;
  position: absolute;
  top: 47px;
  width: 100%;
  min-height: 100px;
  background-color: #fbfbfb;
  z-index: 33;
  -webkit-filter: drop-shadow(-1px 1px 2px #c8c9c7);
  -moz-filter: drop-shadow(-1px 1px 2px #c8c9c7);
  -ms-filter: drop-shadow(-1px 1px 2px #c8c9c7);
  filter: drop-shadow(-1px 1px 2px #c8c9c7);
  padding: 15px;
}
#advanced-search-container .adv-search-collection {
  width: 400px;
}
#advanced-search-container .adv-search-bool {
  width: 100px;
  float: left;
  display: block;
  padding-right: 15px;
}
#advanced-search-container .adv-search-fields {
  width: 315px;
  float: left;
  display: block;
  padding-right: 15px;
}
#advanced-search-container .adv-search-fields.first {
  width: 415px;
}
#advanced-search-container .adv-search-is-empty {
  width: 115px;
  float: left;
  display: block;
  padding-right: 15px;
}
#advanced-search-container .search-fields {
  display: flex;
}
#advanced-search-container .styled-select .select2-container .select2-selection--single {
  border-color: #a8a8aa;
}
#advanced-search-container .adv-search-remove-term {
  width: 37px;
  display: block;
  padding: 8px;
  margin-left: 10px;
  font-size: 20px;
  color: #85898e;
}
#advanced-search-container .adv-search-remove-term:hover {
  color: #53565a;
}
#advanced-search-container .adv-search-remove-term:focus {
  outline: 2px solid #0066cc;
  border-radius: 4px;
}
#advanced-search-container .adv-search-term {
  flex: 1 0 auto;
}
#advanced-search-container .adv-search-term > input {
  width: 100%;
}
#advanced-search-container .adv-search-term > input:focus {
  border: 2px solid #0066cc;
}
#advanced-search-container .clear-search {
  float: right;
  margin: 11px 20px 0 0;
  font-size: 18px;
  height: 25px;
}
#advanced-search-container .clear-search:focus {
  outline-offset: 1px;
  outline: 5px auto #0066cc;
  text-decoration: none;
}
#advanced-search-container .advance-search-button {
  display: flex;
  justify-content: flex-end;
}
/* LESS FILE: app/sharing-screen.less */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
#sharing #content {
  right: 0px;
}
#layout_sharing {
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#layout_sharing h1 {
  font-size: 24px;
  margin: 1em 0 16px 0;
  padding: 0;
  line-height: 29px;
}
#layout_sharing .sharing-description {
  max-width: 640px;
}
#layout_sharing h1:first-child {
  margin-top: 0;
}
#layout_sharing .got-nuthin {
  text-align: center;
  padding: 90px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
}
#layout_sharing .got-nuthin > * {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#layout_sharing .got-nuthin .sharing-icon {
  height: 18px;
  width: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/public/img/app/export-black.png");
  background-size: 14px 18px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: #fff;
  display: inline-block;
}
#layout_sharing .invites {
  text-align: center;
  display: block;
  margin-top: 20px;
}
#layout_sharing .invites span {
  background-image: url(/public/img/app/invitation-icon.png);
  background-position: 0px 7px;
  background-repeat: no-repeat;
  padding: 17px 17px 17px 52px;
}
@media only screen and (-webkit-device-pixel-ratio: 2) {
  #layout_sharing .invites span {
    background-image: url(/public/img/app/invitation-icon@2x.png);
    background-size: 40px 40px;
  }
}
#layout_sharing .table td.message {
  min-height: 64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
#layout_sharing .table td.message a {
  color: #000;
}
#layout_sharing .table td.message a :hover {
  color: #000;
}
#layout_sharing .table td.message .sharees {
  font-size: 13px;
  color: #a8a8aa;
  font-weight: 300;
  line-height: 18px;
}
#layout_sharing .table td.icon {
  width: 36px;
  font-size: 19px;
  color: #a8a8aa;
}
#layout_sharing .table th {
  white-space: nowrap;
}
#layout_sharing td.buttons {
  text-align: right;
}
#layout_sharing .table tr:last-child {
  border-bottom: 1px solid #dad9d6;
}
#layout_sharing .share-message {
  width: 303px;
  float: left;
}
#layout_sharing .share-message p,
#layout_sharing .share-message h3 {
  line-height: 18px;
}
#layout_sharing .share-buttons {
  width: 199px;
  float: right;
  text-align: right;
  line-height: 32px;
  color: #666666;
}
#layout_sharing .modal-body > .list-group:last-child {
  margin-bottom: 0;
}
#layout_sharing .modal-body .list-group-item h3 {
  margin-bottom: 0;
}
#layout_sharing .list-group-item .meta {
  font-size: 13px;
  font-weight: 300;
  color: #888888;
}
#layout_sharing .horizTabs {
  margin-bottom: 22px;
  margin-top: 50px;
}
/* COLLECTION SHARING */
#share_overlay {
  display: none;
}
#share_overlay b {
  display: block;
  font-size: 14px;
}
#share_overlay .modal-dialog {
  width: 650px;
}
#share_overlay .modal-footer {
  padding-right: 0px;
}
#shared_with {
  max-height: 250px;
  overflow: auto;
  padding: 0;
  list-style-type: none;
  margin-bottom: 16px;
  cursor: auto;
}
#shared_with .sharee {
  margin: 4px 8px;
}
#shared_with .sharee .icon {
  width: 14px;
  float: left;
  margin-right: 5px;
  line-height: 24px;
}
#shared_with .sharee .access {
  width: 140px;
  float: right;
}
#shared_with .sharee .revoke {
  width: 70px;
  float: right;
  line-height: 23px;
  margin-left: 5px;
  margin-top: 5px;
  cursor: pointer;
}
#shared_with .sharee .revoke .revoke-text {
  font-size: 12px;
}
#shared_with .sharee .email {
  width: auto;
  overflow: hidden;
}
#invites .more-sharees {
  float: right;
  width: 80px;
  text-align: right;
}
#invites .sharees {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#invite {
  padding: 8px;
  margin: 8px 0 15px 0;
}
.share-section-url {
  padding-left: 25px !important;
  margin: 8px 0 15px 0;
}
.btn-gray {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.public-url-link {
  margin: 5px 0;
}
.public-url-link .centered {
  text-align: center;
}
.wait-content {
  text-align: center;
}
.wait-content .spinner {
  width: 20px;
  height: 20px;
  background-image: url("/public/img/sharing-spinner.gif");
  display: inline-block;
}
.wait-content .wait-message {
  display: inline-block;
  height: 20px;
  vertical-align: top;
}
.public-url-content .public-url-input {
  width: 100%;
  padding-right: 50px;
}
.public-url-content .public-url-input:read-only {
  background-color: white;
  cursor: pointer;
}
.public-url-content .copy-url-btn {
  float: right;
  position: relative;
  top: -37px;
  height: 37px;
}
.public-url-content .public-url-resolvers {
  margin: 5px 0;
}
.public-url-content .public-url-remove {
  margin: 10px 0;
  width: 110px;
  cursor: pointer;
}
.public-url-content .public-url-remove span {
  margin-left: 5px;
}
#group-sharing-options .private,
#group-sharing-options .group {
  width: 20px;
  display: inline-block;
}
#group-sharing-options label span.group {
  background: url(/public/img/icon-unlocked.png) top center no-repeat;
}
#group-sharing-options label span.private {
  background: url(/public/img/icon-locked.png) top center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #group-sharing-options label span.group {
    background: url(/public/img/icon-unlocked@2x.png) top center no-repeat;
    background-size: 16px 16px;
  }
  #group-sharing-options label span.private {
    background: url(/public/img/icon-locked@2x.png) top center no-repeat;
    background-size: 16px 16px;
  }
}
#invite b {
  margin-bottom: 10px;
}
.clearCancel {
  margin-right: 20px;
}
#share_buttons {
  padding: 10px 0;
  height: 45px;
}
#share_project {
  float: right;
}
#share_cancel {
  margin-left: 355px;
}
#share_done {
  float: right;
}
#invite_limited {
  background-color: #fdf6e7;
  border-color: #d6d4d4;
  border-width: 1px;
  border-radius: 3px;
  border-style: solid;
  color: #333;
  margin-top: 10px;
  padding: 10px;
}
#invite_limited a {
  color: #2594C8;
}
ul.docs-affected {
  border: 1px solid #c3c3c3;
  list-style-type: none;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fafafa;
}
ul.docs-affected li {
  padding: 10px;
  border-top: 1px solid #ededed;
}
ul.docs-affected li * {
  overflow-x: hidden;
}
ul.docs-affected li .meta {
  color: #767676;
  font-size: 13px;
  font-weight: 300;
}
ul.docs-affected li:first-child {
  border-top: none;
}
.project-note {
  padding: 10px;
  margin: 15px 0;
  background-color: #caeaf5;
}
.project-sharing-modal .sharee .email {
  display: inline-block;
}
.project-sharing-modal .project_shared_with .revoke {
  margin: 0 !important;
  text-align: left;
  cursor: pointer;
  padding: 0;
  min-width: 0;
}
.project-sharing-modal .project_shared_with .revoke .revoke-text {
  top: -2px;
  position: relative;
}
.project-sharing-modal .members-label {
  display: inline-block;
  overflow: hidden;
  max-width: 16%;
}
.project-sharing-modal .sharees {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 82%;
}
.project-sharing-modal .form-group {
  margin-bottom: 0;
}
.project-sharing-modal .note {
  line-height: 17px;
}
/* LESS FILE: app/tools.less */
/* profile/tools */
#tools p {
  margin-bottom: 22px;
}
#h1-title {
  font-size: 28px;
}
.tools-heading {
  margin-bottom: 20px;
  font-size: 24px;
}
h3 {
  font-size: 17px;
  font-family: 'Roboto';
}
.install-save-refworks-btn {
  height: 40px;
}
.save-to-refworks {
  width: 350px;
  margin-left: 130px;
  position: relative;
}
.nav-tabs li a,
.nav-tabs li a:hover {
  color: #333333 !important;
}
.rcm-cite {
  width: 350px;
  margin-left: 150px;
  position: relative;
  height: 500px;
}
.rcm-cite-description {
  margin-top: 15px;
}
.margin-span {
  margin-left: -3px;
}
.tab {
  color: #333333;
  border-bottom: 1px solid #dddddd;
}
.tab button {
  background-color: inherit;
  line-height: 1.1;
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #dddddd;
  border-bottom-color: transparent;
  margin-bottom: -1px;
}
.tab button:hover {
  background-color: #e7f3fa;
}
.tab button:focus-visible {
  outline: none;
  background-color: #EEEEEE !important;
}
.tab button.active {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.large-marge {
  margin-bottom: 3em;
}
@media (min-width: 860px) {
  #tools .img-responsive {
    max-width: 100%;
  }
}
.tools-footer {
  margin-bottom: 50px;
}
.download img {
  position: absolute;
  height: 40px;
  top: 10px;
}
.download.mac img {
  left: 24px;
  width: 33px;
}
.download.win img {
  left: 20px;
  width: 40px;
}
.download p {
  margin-bottom: 0;
}
.download-icon {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #0693c4;
  width: 150px;
  height: 150px;
  background-image: url("/public/img/tools/arrow-white.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 50px auto 84px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .download-icon {
    background-image: url("/public/img/tools/arrow-white@2x.png");
    background-size: 80px 80px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .download-icon {
    background-image: url("/public/img/tools/arrow-white@2x.png");
    background-size: 80px 80px;
  }
}
#installhelp {
  display: none;
  padding: 20px;
}
#installhelp p {
  margin: 0 0 20px;
}
a.bookmarklet {
  background-color: #444;
  color: white;
  border-radius: 16px;
  height: 32px;
  width: 140px;
  display: block;
  margin: auto;
  cursor: move;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  line-height: 32px;
}
a.bookmarklet:hover {
  color: white;
  text-decoration: none;
}
#save2flow i {
  color: #737373;
}
.oschoice {
  display: inline-block;
  width: 160px;
}
.oschoice .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.apple,
.windows {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
  display: inline-block;
  height: 24px;
}
.apple {
  background-image: url("/public/img/apple.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .apple {
    background-image: url("/public/img/apple@2x.png");
    background-size: 24px 24px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .apple {
    background-image: url("/public/img/apple@2x.png");
    background-size: 24px 24px;
  }
}
.windows {
  background-image: url("/public/img/windows.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .windows {
    background-image: url("/public/img/windows@2x.png");
    background-size: 24px 24px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .windows {
    background-image: url("/public/img/windows@2x.png");
    background-size: 24px 24px;
  }
}
.full-screen .modal-dialog .modal-body {
  padding: 0;
}
#bookmarklet-drag-prompt {
  height: 64px;
  background-color: #0693c4;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 64px;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}
#bookmarklet-drag-prompt.visible {
  max-height: 64px;
}
#bookmarklet-block {
  text-align: center;
}
#bookmarklet-block .bookmarklet-arrow {
  height: 20%;
  min-height: 100px;
  width: 20px;
  background-image: url("/public/img/tools/line-for-arrow.png");
  margin: 0 auto 30px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #bookmarklet-block .bookmarklet-arrow {
    background-image: url("/public/img/tools/line-for-arrow@2x.png");
    background-size: 20px 306px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #bookmarklet-block .bookmarklet-arrow {
    background-image: url("/public/img/tools/line-for-arrow@2x.png");
    background-size: 20px 306px;
  }
}
#bookmarklet-block .bookmarklet-arrow-top {
  content: "";
  width: 20px;
  height: 14px;
  background-image: url("/public/img/tools/line-arrow-top.png");
  margin: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #bookmarklet-block .bookmarklet-arrow-top {
    background-image: url("/public/img/tools/line-arrow-top@2x.png");
    background-size: 20px 14px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #bookmarklet-block .bookmarklet-arrow-top {
    background-image: url("/public/img/tools/line-arrow-top@2x.png");
    background-size: 20px 14px;
  }
}
#bookmarklet-instruction {
  margin-bottom: 100px;
}
#bookmarklet-how-to {
  background-color: #eeeeee;
  padding: 60px;
}
#bookmarklet-how-to > p {
  margin-left: auto;
  margin-right: auto;
}
.how-to-img {
  margin: auto;
}
/* operating systems labels */
.oslabels {
  position: relative;
}
.oslabels > .windows {
  padding-top: 1px;
}
.oslabels > .apple {
  padding-top: 2px;
}
.ie8 .oslabels > .windows {
  position: static;
}
.ie8 .oslabels > .apple {
  position: static;
}
/* override jquery-ui rules*/
#installhelp p a {
  color: #2594C8;
}
hr.tall {
  margin-top: 40px;
  margin-bottom: 5px;
}
/* preload background image */
#tools:after {
  display: none;
  content: url("/public/img/tools/arrow-white.png") url("/public/img/tools/arrow-white@2x.png");
}
/* LESS FILE: app/settings.less */
/* Account pages */
.head {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 20px;
  height: 57px;
}
.head h1:first-child {
  margin-top: 0;
}
.description {
  color: #888;
}
#account .row.section {
  max-width: 550px;
}
.well {
  padding: 20px;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
}
.well hr {
  border-color: #d7d7d7;
  margin: 20px -20px 20px -20px;
}
.contents h4 {
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  margin-top: 38px;
  margin-bottom: 20px;
}
.h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 37px;
  display: inline-block;
  height: 37px;
}
.rainbow {
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dedede;
}
.rainbow .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #71c06f;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3MWMwNmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjNzFjMDZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2Q1ODY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNlNDQ3NDYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(left, #71c06f 0px, #71c06f 239px, #d5865e 359px, #e44746 478px);
  background-image: -moz-linear-gradient(left, #71c06f 0px, #71c06f 239px, #d5865e 359px, #e44746 478px);
  background-image: -o-linear-gradient(left, #71c06f 0px, #71c06f 239px, #d5865e 359px, #e44746 478px);
  background-image: linear-gradient(to right, #71c06f 0px, #71c06f 239px, #d5865e 359px, #e44746 478px);
  border-radius: 8px;
}
.errMsg {
  color: red;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
h3.col-xs-3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  text-align: left;
}
p.description {
  margin-top: 0 !important;
}
.pull-down {
  margin-top: 10px;
}
.used {
  color: #999;
  margin-left: 10px;
}
.full {
  margin-top: 20px;
  font-size: 13px;
}
#institution {
  overflow: hidden;
}
/* -------   FORM   ----- */
.red {
  color: red;
}
.help-block-line {
  line-height: 16px;
  padding-bottom: 15px;
}
.no-space-bottom {
  margin-bottom: 0px;
}
.fcell input.checkbox {
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.fcell input.text,
.fcell input.email,
.fcell input.password {
  height: 26px;
  line-height: 26px;
  padding: 4px 8px;
  margin-bottom: 2px;
}
.fcell input.full {
  width: 432px;
}
.fcell input.half {
  width: 202px;
  margin-right: 10px;
}
.frow h2,
.frow h3 {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.fcell.indent {
  margin-left: 200px;
}
.frow label {
  display: inline;
  margin: 0;
  font-weight: bold;
}
.fcell {
  display: inline-block;
}
.fcell input.error {
  border-color: #b94a48;
}
small {
  font-size: 12px;
}
small.red {
  color: #ff0000;
}
small.required {
  margin-top: -10px;
  margin-bottom: 20px;
  display: inherit;
}
span.required {
  color: #D0021B;
}
.box {
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 20px 20px 20px 20px;
  width: 548px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fcell.box p {
  height: auto;
  line-height: 100%;
  margin: 0 0 8px 0;
}
.fcell .half-error {
  display: inline-block;
  width: 226px;
}
.fake-select {
  display: inline-block;
  width: 432px;
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  color: #888;
  border-radius: 4px;
}
.row-department .group-result {
  /* hide the (unlabeled) group divisors for the department popup */
  display: none !important;
}
/* ----   notifications   ---- */
.mini-spinner {
  position: absolute;
  width: 25px;
  height: 25px;
  left: -32px;
  top: 6px;
}
/* ----   export   ---- */
.row .radio {
  margin-left: 10px;
}
/* ----   dropbox   ---- */
#dropbox .state {
  background-image: url(/public/img/dropbox.png);
  background-size: 38px 33px;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 55px;
  line-height: 37px;
}
span.foldername {
  color: black;
}
#dropbox .state {
  display: inline-block;
  line-height: 37px;
}
/* ---- Custom Fields ---- */
.help-block.description {
  padding-top: 25px;
  font-size: 12px;
  color: #222;
  line-height: 16px;
}
.help-block.field-in-use-message {
  line-height: 1.2;
  margin-top: 25px;
}
.error-text.help-block.error {
  line-height: 1.2;
  margin-top: 30px;
}
.consent {
  font-size: 14px;
  line-height: 17px;
  color: #222;
}
.consent .notice {
  background-color: #F5F5F5;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.consent .checkbox label {
  cursor: default;
}
/* ---- storage ---- */
#storage_section .status {
  height: 18px;
  width: 100%;
  margin-top: 16px;
}
#storage_section .status .progress {
  height: 18px;
}
#storage_section p {
  margin: 0;
}
/* ---- plans ---- */
.plans {
  margin: auto;
  width: 800px;
  text-align: center;
}
.plan {
  margin: 40px 10px;
  width: 300px;
  height: 548px;
  border: 1px solid #777;
  padding: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
}
.plan.current {
  background-color: #f2f2f2;
  border-color: #e5e5e5;
}
.plan.exciting {
  background-color: #2594C8;
  border-color: #2594C8;
  color: white;
}
.plan h3 {
  font-size: 20px;
  font-weight: bold;
}
.cost {
  margin: 30px 0;
}
.price {
  font-size: 42px;
  font-weight: 300;
}
.period {
  margin-top: 20px;
}
.features {
  border-top: 1px solid #cbcecf;
  border-bottom: 1px solid #cbcecf;
  padding: 30px 0;
  margin: 30px 0;
}
.exciting .features {
  border-top-color: #a6d4ea;
  border-bottom-color: #a6d4ea;
}
.act {
  margin: 30px 0 10px 0;
}
.act button {
  width: 200px;
}
.current .act button {
  visibility: hidden;
}
/* LESS FILE: app/citation-style-editor.less */
/* BASE */
/* LAYOUT */
.field-placeholder {
  display: inline-block;
  float: left;
  background: #eee;
  margin-right: 20px;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-control.comment {
  height: 100px;
}
.inline-controls .form-control,
.inline-controls .radio,
.inline-controls .select.styled-select {
  float: left;
  margin-right: 20px;
}
.inline-controls .select.styled-select select {
  float: none;
}
.form-group .label-top .select.styled-select {
  position: relative;
}
.form-group .label-top {
  padding-top: 9px;
}
.select.styled-select.inline > label {
  position: absolute;
  top: -19px;
  left: 0px;
  font-size: 0.8em;
  color: #aaa;
}
#cse-main .select.styled-select {
  position: relative;
}
#cse-main .select.styled-select::before {
  position: absolute;
  top: 15px;
  right: 15px;
}
.input-group > .input-group-btn > .btn.dropdown-toggle {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-shadow: none;
  box-shadow: none;
}
#cse-pagination {
  margin-right: 30px;
}
#cse-field-editor {
  -webkit-box-shadow: 3px 3px 3px #dad9d6;
  -moz-box-shadow: 3px 3px 3px #dad9d6;
  box-shadow: 3px 3px 3px #dad9d6;
}
#cse-breadcrumb .black {
  color: #000;
}
#cse-settings {
  padding: 30px 15px 15px 15px;
}
#cse-add-fields-button .dropdown-menu {
  margin-right: -11px;
  margin-top: 8px;
}
#cse-add-fields #cse-add-fields-list {
  max-height: 200px;
  overflow-y: auto;
  position: relative;
}
.editCommentDialog .fieldComment {
  height: 250px;
}
.style-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}
.cse-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* MODULES */
.edit-in-place {
  outline: none;
  border: 0;
  padding: 0;
}
.back-button {
  display: block;
  background-image: url("/public/img/reader/toolbar-back-black.png");
  width: 46px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .back-button {
    background-image: url("/public/img/reader/toolbar-back-black@2x.png");
    background-size: 28px 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .back-button {
    background-image: url("/public/img/reader/toolbar-back-black@2x.png");
    background-size: 28px 28px;
  }
}
.back-button:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.back-button:focus,
.back-button:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: -10px;
}
.search-box .clear-search {
  background-image: url("/public/img/app/cross.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  margin: 14px 0 14px -38px;
  position: absolute;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-box .clear-search {
    background-image: url("/public/img/app/cross@2x.png");
    background-size: 13px 13px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-box .clear-search {
    background-image: url("/public/img/app/cross@2x.png");
    background-size: 13px 13px;
  }
}
.search-box-round .searchinput {
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #c8c9c7;
}
.search-box-round .searchinput::-ms-clear {
  display: none;
}
.subhead {
  height: 66px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 5px;
  -moz-background-clip: padding;
  border-top-right-radius: 5px;
  background-clip: padding-box;
  border-bottom: 1px solid #dad9d6;
  background-color: #FFF;
}
.subhead .subhead-left {
  width: 300px;
  float: left;
}
.subhead .subhead-left-middle {
  width: auto;
  overflow: hidden;
}
.subhead .subhead-middle {
  width: auto;
  overflow: hidden;
}
.subhead .subhead-right {
  float: right;
}
.subhead .searchinput {
  margin: 14px 0;
  padding-right: 38px;
  width: 325px;
}
.subhead .subhead-buttons {
  text-align: right;
}
.subhead .subhead-buttons .btn {
  margin: 14px 20px 14px 0;
}
.subhead .subhead-buttons .btn .dropdown-menu {
  margin-right: 20px;
  width: 209px;
  min-width: 209px;
  top: auto;
  left: auto;
  text-align: left;
  margin-top: 15px;
}
.subhead .subhead-buttons button.btn-default:focus-visible {
  outline: 2px solid #0066cc;
  background-color: #e2e4e4;
}
.subhead .subhead-buttons button.btn-primary:focus-visible {
  outline: 2px solid white;
  outline-offset: -4px;
  background-color: #0e7bba;
}
.subhead-title {
  margin-top: 8px;
  display: flex;
  height: 50px;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.subhead-title > span {
  border: 2px solid transparent;
  padding: 10px;
}
.subhead-title > span:focus {
  outline: none;
  border: 2px solid #0066cc;
}
.subhead-title .edit-in-place {
  margin: 0 0 0 12px;
  font-weight: 300;
  width: 70vw;
}
.list-group-item:focus-visible {
  outline: 2px solid #0066cc;
  z-index: 1000;
}
.list-group-item > span:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  border-radius: 1px;
}
.sidebar-cse,
.sidebar-alt {
  position: absolute;
  width: 300px;
  border-right: 1px solid #dad9d6;
  background-color: #eeeeee;
  top: 66px;
  left: 0;
  bottom: 0;
  padding: 25px;
  overflow-y: auto;
}
.sidebar-cse > label,
.sidebar-alt > label {
  font-size: 15px;
  font-weight: 700;
  color: #53565a;
}
.sidebar-cse > label:first-child,
.sidebar-alt > label:first-child {
  margin-top: 0;
}
.csl-notice {
  padding: 0 20px;
}
.csl-notice i {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.csl-notice div {
  display: block;
  overflow: hidden;
  line-height: 1.3;
  text-align: left;
}
.main-cse,
.main-alt {
  overflow-y: auto;
  background-color: #FFF;
  position: absolute;
  top: 66px;
  left: 300px;
  bottom: 0;
  right: 0;
}
.main-cse .uxf-lock,
.main-alt .uxf-lock {
  color: #53565a;
}
.main-cse .uxf-lock.csl,
.main-alt .uxf-lock.csl {
  margin-left: -16px;
}
.main-cse .style-type,
.main-alt .style-type {
  font-size: 14px;
}
.main-cse .table-hover > tbody > tr:hover,
.main-alt .table-hover > tbody > tr:hover,
.main-cse .table-hover > tbody > tr:focus,
.main-alt .table-hover > tbody > tr:focus {
  background-color: #e7f3fa;
}
.main-cse .form-group,
.main-alt .form-group {
  margin-left: 0;
  margin-right: 0;
}
.main-cse .form-group.with-divider,
.main-alt .form-group.with-divider {
  border-top: 1px solid #dad9d6;
  padding-top: 15px;
}
.main-cse .form-group.with-divider-bottom,
.main-alt .form-group.with-divider-bottom {
  border-bottom: 1px solid #dad9d6;
  padding-bottom: 15px;
}
.row-gray {
  background-color: #eeeeee;
  border-bottom: 1px solid #dad9d6;
}
.row-transparent {
  background-color: transparent;
  border-bottom: 1px solid #dad9d6;
}
.row-30px:before,
.row-30px:after {
  content: " ";
  display: table;
}
.row-30px:after {
  clear: both;
}
.row-30px > * {
  line-height: 30px;
}
.row-30px > *:first-child {
  margin: 0 0 0 30px;
}
.row-30px > *:last-child {
  margin: 0 30px 0 0;
}
.row-30px > *:only-child {
  margin: 0 30px 0 30px;
}
.row-padding {
  padding: 15px 30px;
}
.row-padding:before,
.row-padding:after {
  content: " ";
  display: table;
}
.row-padding:after {
  clear: both;
}
.row-padding > *:last-child {
  margin-bottom: 0;
}
.row-padding-thin {
  padding: 3px 30px;
}
.row-padding-thin:before,
.row-padding-thin:after {
  content: " ";
  display: table;
}
.row-padding-thin:after {
  clear: both;
}
.row-padding-thin > *:last-child {
  margin-bottom: 0;
}
.row-40px:before,
.row-40px:after {
  content: " ";
  display: table;
}
.row-40px:after {
  clear: both;
}
.row-40px > * {
  line-height: 40px;
}
.row-40px > *:first-child {
  margin: 0 0 0 30px;
}
.row-40px > *:last-child {
  margin: 0 30px 0 0;
}
.row-40px > *:only-child {
  margin: 0 30px 0 30px;
}
.row-expandable .row-expandable-header {
  height: 50px;
  background-color: #eeeeee;
  border-bottom: 1px solid #dad9d6;
  padding: 13px 30px 13px 55px;
  background-image: url("/public/img/app/btn-plus.png");
  background-position: 30px 17px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.row-expandable .row-expandable-header:hover {
  background-color: #f0f0f0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .row-expandable .row-expandable-header {
    background-image: url("/public/img/app/btn-plus@2x.png");
    background-size: 15px 15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .row-expandable .row-expandable-header {
    background-image: url("/public/img/app/btn-plus@2x.png");
    background-size: 15px 15px;
  }
}
.row-expandable .row-expandable-header .row-expandable-title {
  font-weight: 600;
}
.row-expandable .row-expandable-header .comments-icon {
  background-image: url("/public/img/reader/docnote-badge.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .row-expandable .row-expandable-header .comments-icon {
    background-image: url("/public/img/reader/docnote-badge@2x.png");
    background-size: 24px 24px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .row-expandable .row-expandable-header .comments-icon {
    background-image: url("/public/img/reader/docnote-badge@2x.png");
    background-size: 24px 24px;
  }
}
.row-expandable .row-expandable-header .comments-icon.no-comments {
  background-image: url("/public/img/reader/docnote-empty.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .row-expandable .row-expandable-header .comments-icon.no-comments {
    background-image: url("/public/img/reader/docnote-empty@2x.png");
    background-size: 24px 24px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .row-expandable .row-expandable-header .comments-icon.no-comments {
    background-image: url("/public/img/reader/docnote-empty@2x.png");
    background-size: 24px 24px;
  }
}
.row-expandable .row-expandable-header .comments-icon .dropdown-menu {
  position: relative;
  margin: 1px 0 0px -14px;
}
.row-expandable .row-expandable-header .comments-icon .dropdown-menu > p {
  max-height: 200px;
  overflow-y: auto;
}
.row-expandable .row-expandable-header:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: -2px;
}
.row-expandable .row-expandable-header .comments-icon:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: -2px;
}
.row-expandable .row-expandable-content {
  display: none;
  padding: 30px 15px 15px 15px;
}
.row-expandable.open .row-expandable-header {
  background-image: url("/public/img/app/btn-minus.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .row-expandable.open .row-expandable-header {
    background-image: url("/public/img/app/btn-minus@2x.png");
    background-size: 15px 15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .row-expandable.open .row-expandable-header {
    background-image: url("/public/img/app/btn-minus@2x.png");
    background-size: 15px 15px;
  }
}
.row-expandable.open .row-expandable-content {
  display: block;
}
.row-expandable.open .row-expandable-content select:focus-visible {
  outline: 2px solid #0e77ba;
}
input[type="checkbox"]:focus-visible + label::before {
  outline: 2px solid #0066cc!important;
  outline-offset: 1px;
}
input[type="radio"]:checked:focus-visible + label::before {
  outline: 2px solid #0066cc!important;
  outline-offset: 2px!important;
}
input[type="text"]:focus-visible,
input[expandi-text="expandi-text"]:focus-visible,
textarea:focus {
  outline-offset: -1px;
  outline: 2px solid #0066cc!important;
}
.text-editor-toolbar-icon:focus-visible {
  outline: 2px solid #0066cc;
  position: relative;
  z-index: 1000;
}
.table-fat > thead > tr,
.table-fat > tbody > tr,
.table-fat > tfoot > tr {
  cursor: pointer;
}
.table-fat > thead > tr > th:first-child,
.table-fat > tbody > tr > th:first-child,
.table-fat > tfoot > tr > th:first-child,
.table-fat > thead > tr > td:first-child,
.table-fat > tbody > tr > td:first-child,
.table-fat > tfoot > tr > td:first-child {
  padding: 10px 10px 10px 30px;
}
.table-fat > thead > tr > th:last-child,
.table-fat > tbody > tr > th:last-child,
.table-fat > tfoot > tr > th:last-child,
.table-fat > thead > tr > td:last-child,
.table-fat > tbody > tr > td:last-child,
.table-fat > tfoot > tr > td:last-child {
  padding: 10px 30px 10px 10px;
}
.table-fat > thead > tr > th:only-child,
.table-fat > tbody > tr > th:only-child,
.table-fat > tfoot > tr > th:only-child,
.table-fat > thead > tr > td:only-child,
.table-fat > tbody > tr > td:only-child,
.table-fat > tfoot > tr > td:only-child {
  padding: 10px 30px 10px 30px;
}
.table-fat > thead > tr td.flag,
.table-fat > tbody > tr td.flag,
.table-fat > tfoot > tr td.flag {
  font-size: 15px;
  vertical-align: middle;
}
.table.table-fat > thead > tr > th,
.table.table-fat > thead:first-child > tr:first-child > th {
  border-top: none;
}
.text-editor-toolbar button.text-editor-toolbar-icon {
  border: none;
}
.text-editor-toolbar .text-editor-toolbar-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  font-family: "Bookman", Georgia, "Times New Roman", serif;
  color: #333;
  cursor: pointer;
}
.text-editor-toolbar .text-editor-toolbar-icon .dropdown-menu {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  cursor: auto;
}
.text-editor-toolbar .text-editor-toolbar-icon.icon-divider {
  width: 1px;
  background-color: #dad9d6;
}
.text-editor-toolbar .text-editor-toolbar-icon:hover {
  background-color: #e1e1e1;
}
.text-editor-toolbar .text-editor-toolbar-icon.active {
  background-color: #c8c9c7;
}
.text-editor-toolbar .text-editor-toolbar-icon.disabled {
  cursor: auto;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.text-editor-toolbar .text-editor-toolbar-icon.disabled:hover {
  background-color: transparent;
}
.text-editor-toolbar-stand-alone {
  display: inline;
  float: left;
}
.text-editor-toolbar-stand-alone .text-editor-toolbar-icon {
  background-color: #eeeeee;
  border-top: 1px solid #dad9d6;
  border-bottom: 1px solid #dad9d6;
  display: inline;
  height: 37px;
}
.text-editor-toolbar-stand-alone .text-editor-toolbar-icon:first-child {
  border-left: 1px solid #dad9d6;
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
.text-editor-toolbar-stand-alone .text-editor-toolbar-icon:last-child {
  border-right: 1px solid #dad9d6;
  -webkit-border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}
.text-editor-toolbar-stand-alone .text-editor-toolbar-icon:only-child {
  border: 1px solid #dad9d6;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.pill-pusher {
  padding: 15px 30px;
  line-height: 11px;
  min-height: 63px;
}
.pill {
  display: inline-block;
  border: 1px solid #dad9d6;
  margin: 2px;
  padding: 0 5px 0 5px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 27px;
  cursor: pointer;
}
.pill > * {
  display: block;
  float: left;
}
.pill:focus-visible {
  outline: 2px solid #0066cc;
}
.pill:hover,
.pill.active {
  background-color: #0e7bba;
  border-color: #0e7bba;
  color: #FFF;
}
.pill:hover:focus-visible,
.pill.active:focus-visible {
  outline: none;
  background-color: #0A5581;
}
.pill .non-field {
  opacity: 0.5;
}
.pill .pill-remove {
  width: 14px;
  height: 14px;
  background-color: #a8a8aa;
  color: #FFF;
  border-radius: 7px;
  font-size: 8px;
  margin: -7px -10px 0 -4px;
  line-height: 14px;
  text-align: center;
  float: right;
}
.pill .pill-remove:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  box-shadow: white 0 0 0 2px;
  position: relative;
  z-index: 100;
}
.add-container {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
}
.round-button {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 2px 0;
  border: 1px solid #a8a8aa;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.round-button.add {
  background-image: url("/public/img/app/toolbar-add-grey.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .round-button.add {
    background-image: url("/public/img/app/toolbar-add-grey@2x.png");
    background-size: 28px 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .round-button.add {
    background-image: url("/public/img/app/toolbar-add-grey@2x.png");
    background-size: 28px 28px;
  }
}
.round-button.small {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.round-button.right {
  float: right;
}
.round-button:hover {
  background-color: #eeeeee;
}
.round-button:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.rotate45Deg {
  -webkit-transform: rotate(45);
  -ms-transform: rotate(45);
  -o-transform: rotate(45);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45);
}
.alert-success-add,
.alert-success-remove {
  -webkit-transition: 1s linear all;
  /* Safari/Chrome */
  transition: 1s linear all;
  /* All other modern browsers and IE10+ */
}
/* STATES */
.is-info {
  background-color: #eeeeee;
  border-top: 1px solid #dad9d6;
  border-bottom: 1px solid #dad9d6;
  font-size: 12px;
}
a.is-blue,
.is-blue {
  color: #0066cc;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.superscript {
  vertical-align: super;
  font-size: 60%;
  line-height: 60%;
}
.subscript {
  vertical-align: sub;
  font-size: 60%;
  line-height: 60%;
}
.line-through {
  text-decoration: line-through;
}
.in-plain-sight {
  position: absolute;
  left: -3000px;
}
.is-new-transition {
  -webkit-transition: all 500 linear;
  -o-transition: all 500 linear;
  transition: all 500 linear;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.is-new {
  background-color: #faefbc;
}
#cse-subhead {
  display: flex;
  justify-content: space-between;
}
#cse-subhead #cse-subhead-buttons {
  float: none;
  flex: 1;
}
#cse-subhead #cse-subhead-buttons .dropdown {
  display: inline-block;
}
#cse-subhead #cse-subhead-buttons .dropdown .dropdown-menu {
  margin-right: 20px;
  width: 209px;
  min-width: 209px;
  top: auto;
  left: auto;
  text-align: left;
}
.text-editor-toolbar.row-gray.row-40px .dropdown {
  display: inline-block;
}
/* Medium Portrait (tablets, 768px and up) */
/* Medium Landscape (desktops, 860px and up) */
@media (min-width: 860px) {
  #cse-subhead #cse-search-input {
    width: 400px;
  }
}
/* Large screen / wide desktop (large desktops, 1080px and up) */
@media (min-width: 1080px) {
  #cse-subhead #cse-search-input {
    width: 540px;
  }
}
/* LESS FILE: app/limited-sharing.less */
#limited_sharing_overlay {
  display: none;
  padding: 30px;
}
#limited_sharing_overlay p {
  padding-bottom: 20px;
}
#limited_sharing_overlay ul {
  margin: 0;
}
#limited_sharing_overlay ul li {
  list-style: none;
}
#limited_sharing_overlay a {
  color: #2594C8;
}
/* LESS FILE: app/alert.less */
/* This is used in ../app.less and generates a stand-alone css file for inclusion on marketing and login pages. */
.pqd-alert {
  position: fixed;
  top: 0px;
  z-index: 7000;
  width: 570px;
  color: #fff;
  line-height: 1em;
  font-size: 14px;
  font-family: Helvetica;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #000;
  left: 50%;
  margin-left: -285px;
}
.pqd-alert b {
  color: #fff!important;
}
.pqd-alert > .wrapper {
  position: relative;
  display: flex;
  padding: 10px 40px 10px 14px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.pqd-alert > .wrapper .content {
  margin-left: 12px;
}
.pqd-alert .hide-alert {
  display: block;
  position: absolute;
  right: 5px;
  top: 8px;
  cursor: pointer;
  background-position: -48px -96px;
  width: 25px;
  padding: 5px;
}
.pqd-alert .hide-alert:hover {
  color: black;
}
.pqd-alert .hide-alert:focus-visible {
  outline: 2px solid #0066cc;
}
.pqd-alert.warning {
  border-color: #ccbe32;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ef50), to(#d3d03f));
  background: -moz-linear-gradent(top, #f3ef50, #d3d03f);
  background: -ms-linear-gradient(top, #f3ef50, #d3d03f);
  color: #333;
}
.pqd-alert.error {
  border-color: #CC323A;
  background: -webkit-gradient(linear, left top, left bottom, from(#f35053), to(#d33f43));
  background: -moz-linear-gradient(top, #f35053, #d33f43);
  background: -ms-linear-gradient(top, #f35053, #d33f43);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F35053', endColorstr='#D33F43')";
}
.pqd-alert.success,
.pqd-alert.success_stay {
  border-color: #5C9F2B;
  background: -webkit-gradient(linear, left top, left bottom, from(#83d16e), to(#54c140));
  background: -moz-linear-gradient(top, #83d16e, #54c140);
  background: -ms-linear-gradient(top, #83d16e, #54c140);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#83D16E', endColorstr='#54C140')";
}
.pqd-alert.info {
  border-color: #53565A;
  background: linear-gradient(180deg, #737373 0%, #525151 100%);
  border: 1px solid #53565A;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 3px 3px;
}
/* LESS FILE: app/ui-example.less */
#ui-example-nav {
  position: fixed;
  top: 50px;
  right: 0;
}
#ui-example-nav ul {
  list-style-type: none;
  padding: 0;
}
/*
 * Examples
 *
 * Linked docs examples.
 */
.bs-examples .thumbnail {
  margin-bottom: 10px;
}
.bs-examples h4 {
  margin-bottom: 5px;
}
.bs-examples p {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .bs-examples {
    margin-right: -10px;
    margin-left: -10px;
  }
  .bs-examples > [class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*
 * Examples
 *
 * Isolated sections of example content for each component or feature. Usually
 * followed by a code snippet.
 */
.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
}
/* Echo out a label for the example */
.bs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example";
}
.bs-example-padded-bottom {
  padding-bottom: 24px;
}
/* Tweak display of the code snippets when following an example */
.bs-example + .highlight,
.bs-example + .zero-clipboard + .highlight {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
}
/* Make the examples and snippets not full-width */
@media (min-width: 768px) {
  .bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bs-example + .highlight,
  .bs-example + .zero-clipboard + .highlight {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .bs-example-standalone {
    border-radius: 4px;
  }
}
/* Undo width of container */
.bs-example .container {
  width: auto;
}
/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
  margin-bottom: 0;
}
.bs-example > p > .close {
  float: none;
}
/* Typography */
.bs-example-type .table .type-info {
  color: #767676;
  vertical-align: middle;
}
.bs-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}
.bs-example-type .table tr:first-child td {
  border-top: 0;
}
.bs-example-type h1,
.bs-example-type h2,
.bs-example-type h3,
.bs-example-type h4,
.bs-example-type h5,
.bs-example-type h6 {
  margin: 0;
}
/* Contextual background colors */
.bs-example-bg-classes p {
  padding: 15px;
}
/* Images */
.bs-example > .img-circle,
.bs-example > .img-rounded,
.bs-example > .img-thumbnail {
  margin: 5px;
}
/* Tables */
.bs-example > .table-responsive > .table {
  background-color: #fff;
}
/* Buttons */
.bs-example > .btn,
.bs-example > .btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bs-example > .btn-toolbar + .btn-toolbar {
  margin-top: 10px;
}
/* Forms */
.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
  margin-top: 10px;
}
.bs-example-form .input-group {
  margin-bottom: 10px;
}
.bs-example > textarea.form-control {
  resize: vertical;
}
/* List groups */
.bs-example > .list-group {
  max-width: 400px;
}
/* Navbars */
.bs-example .navbar:last-child {
  margin-bottom: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  overflow: hidden;
  /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-header,
.bs-navbar-bottom-example .navbar-header {
  margin-left: 0;
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
.bs-navbar-top-example {
  padding-bottom: 45px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: 15px;
}
.bs-navbar-top-example .navbar-fixed-top {
  top: -1px;
}
.bs-navbar-bottom-example {
  padding-top: 45px;
}
.bs-navbar-bottom-example .navbar-fixed-bottom {
  bottom: -1px;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bs-navbar-top-example .navbar-fixed-top,
  .bs-navbar-bottom-example .navbar-fixed-bottom {
    position: absolute;
  }
}
/* Pagination */
.bs-example .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Pager */
.bs-example > .pager {
  margin-top: 0;
}
/* Example modals */
.bs-example-modal {
  background-color: #f5f5f5;
}
.bs-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}
.bs-example-modal .modal-dialog {
  left: auto;
  margin-right: auto;
  margin-left: auto;
}
/* Example tabbable tabs */
.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}
/* Tooltips */
.bs-example-tooltips {
  text-align: center;
}
.bs-example-tooltips > .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bs-example-tooltip .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}
/* Popovers */
.bs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}
/* Scrollspy demo on fixed height div */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}
.bs-example > .nav-pills-stacked-example {
  max-width: 300px;
}
/*
 * Code snippets
 *
 * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS.
 */
.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  overflow: auto;
}
.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  word-break: normal;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.highlight pre code {
  font-size: inherit;
  color: #333;
  /* Effectively the base text color */
}
.highlight pre code:first-child {
  display: inline-block;
  padding-right: 45px;
}
/* LESS FILE: app/import.less */
.info b,
.info strong {
  color: #000;
}
.typeahead.import .muted {
  color: #ccc;
}
.typeahead {
  z-index: 100;
}
.filter {
  position: relative;
}
.filter .warn {
  position: absolute;
  bottom: 2px;
}
.filter .format-name {
  float: left;
  line-height: 37px;
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 10px;
}
.mostrecent .gray {
  color: #aaa;
}
.refmanager {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
}
.refmanager-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 70px;
  padding: 12px;
  line-height: normal;
}
.refmanager .btn-default {
  padding: 6px 12px;
}
#main .refmngs a {
  margin-right: 15px;
}
.explanation {
  margin-top: 18px;
  margin-bottom: 18px;
}
.explanation ul {
  padding: 0;
}
.explanation ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.explanation ul li svg {
  margin-right: 8px;
}
.explanation-boxed {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 450px;
}
.big-import-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  margin-left: -64px;
  margin-top: -35px;
  border-radius: 0px;
  line-height: 18px;
}
.big-import-info .big-import-icon {
  height: 28px;
  width: 28px;
  float: left;
  margin-right: 5px;
  margin-top: -5px;
}
.align-title {
  display: flex;
  align-items: center;
}
.align-title h1 {
  margin-left: 15px!important;
  font-weight: 400;
  color: #222222;
  line-height: 36px;
}
h2 {
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  line-height: 24px;
}
.exclamation-icon-title {
  background-image: url('/public/img/exclamation-mark.png');
  background-repeat: round;
  width: 34px;
  height: 34px;
}
.exclamation-icon-section {
  background-image: url('/public/img/exclamation-mark.png');
  background-repeat: round;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-right: 8px;
}
.height-full-text {
  height: 100px;
}
.height-failed-import {
  height: 44px;
  display: flex;
}
.height-common {
  height: 74px;
}
.border-section {
  height: auto;
  width: 401px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  padding: 10px 20px 0px 20px;
  margin-top: 10px;
}
.border-section p {
  margin-bottom: 1px;
}
.border-section li {
  color: #767676;
}
.foldersSelectionDropDown {
  margin-top: 18px;
}
.container-fluid {
  padding-left: 0px;
}
.importer-separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.importer-separator::before,
.importer-separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #EEEEEE;
}
.importer-separator:not(:empty)::before {
  margin-right: .25em;
}
.importer-separator:not(:empty)::after {
  margin-left: .25em;
}
.mendeley-img {
  width: 36px;
  height: 20px;
  filter: invert(16%) sepia(64%) saturate(4122%) hue-rotate(346deg) brightness(97%) contrast(89%);
}
.mendeley-btn {
  width: 223.4px;
  min-width: 223.4px;
  height: 70px;
  background: white;
}
.mendeley-btn:focus {
  border-color: #0066CC;
  border-width: 2px;
  background-color: white;
}
.mendeley-btn:hover {
  border-width: 2px;
  background-color: #EEEEEE;
}
#mendeley_frame {
  width: 500px;
  height: 500px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: block;
}
#authorize .actions {
  margin-top: 30px;
}
#authorize .actions * {
  margin-right: 15px;
}
.ruler {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 0.1em;
  margin: 40px 0 40px;
  color: #aaa;
}
.ruler span {
  background: #fff;
  padding: 0 10px;
  font-size: 11px;
}
.file-import-button {
  margin-right: 15px;
}
.file-name {
  margin-left: 30px;
}
.file-format-text {
  float: left;
  padding-top: 7px;
}
.searchinput {
  width: 80%;
  margin-left: 20px;
}
.typeahead {
  margin: 60px 0 0 91px;
  width: 75%;
}
.form-group {
  margin-top: 20px;
}
.form-group .database-text {
  float: left;
  margin: 0 30px 0 0;
  padding: 5px 0 0 0;
  border: 0;
}
.form-group .inline {
  padding: 7px 7px 0px 3px;
}
.form-group .inline::before {
  margin: 0;
}
.info.gray {
  margin-left: 92px;
  font-size: 12px;
}
.select2-selection:focus-visible,
.select-box:focus-visible {
  outline: 2px solid #0066CC;
  border-radius: 4px;
}
.project-current-message-export .folders-dropdown {
  position: absolute;
  background: white;
  width: 450px;
  display: none;
  border: 1px solid #a8a8aa;
  overflow-y: hidden;
  max-height: 184px;
}
.project-current-message-export .folders-dropdown .folder-row:hover {
  background-color: #e7f3fa;
}
.project-current-message-export .folders-dropdown ul {
  margin-bottom: 0;
}
.project-current-message-export .folders-dropdown li {
  list-style: none;
}
.project-current-message-export .folders-dropdown input:focus {
  outline: 2px solid #0066CC;
  outline-offset: 2px;
}
.project-current-message-export .folders-dropdown .folders-container {
  max-height: 150px;
  overflow-y: scroll;
}
.project-current-message-export .folders-dropdown .displayFolderList {
  margin-top: 24;
}
.project-current-message-export .folders-dropdown .divider {
  border-bottom: 1px solid #a8a8aa;
  width: 100%;
}
.import-done {
  padding: 8px 20px;
}
.import-done:focus-visible.btn-primary {
  color: white;
  background-color: #0e7bba;
  outline: 2px solid white;
  outline-offset: -6px;
}
.import-done:focus-visible.btn-default {
  outline: 2px solid #0066cc;
  outline-offset: -2px;
}
a.new-collection:hover {
  background-color: #e7f3fa;
  text-decoration: none;
}
.section-width {
  max-width: 700px;
}
.export-selection-container .export-selection-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.export-selection-container .export-selection-subtitle {
  font-size: 14px;
}
.export-selection-container .assign-to-folder-default-option {
  display: none;
}
.export-selection-container a {
  cursor: pointer;
}
.export-selection-container .export-spinner {
  position: absolute;
  margin-left: 50px;
  margin-top: -4px;
}
.export-selection-container .export-spinner-upload-file {
  position: absolute;
  margin-left: 185px;
  margin-top: -145px;
}
.export-selection-container .export-selection-projects {
  height: 90px;
  width: 290px;
}
.export-selection-container .export-selection-projects .export-list-lbl {
  font-weight: bold;
  font-size: 15px;
}
.export-selection-container .container-fluid {
  padding-left: 0px;
}
.export-selection-container .switchLabel {
  float: bottom;
  margin-top: 22px;
}
.export-selection-container .export-selection-footer,
.export-selection-container .create-folder-container {
  width: 100%;
}
.export-selection-container .export-selection-footer .btn,
.export-selection-container .create-folder-container .btn {
  width: 40%;
  height: 35px;
  cursor: pointer;
}
.export-selection-container .export-selection-footer .btn-secondary,
.export-selection-container .create-folder-container .btn-secondary {
  margin-right: 2%;
  color: darkslategray;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.export-selection-container .export-selection-error {
  width: 100%;
}
.export-selection-container .export-selection-error .export-selection-error-icon {
  color: gray;
  width: 75px;
  font-size: 59px;
  display: inline-block;
}
.export-selection-container .export-selection-error .export-selection-error-message {
  font-size: 16px;
  width: 400px;
  display: inline-block;
}
.export-selection-container #folder-select {
  padding: 10px 20px 6px 12px;
}
.export-selection-container input.checkbox:focus-visible + label::before {
  outline: 2px solid #0066CC;
  outline-offset: 2px;
}
.export-selection-container .btn-primary:focus-visible {
  color: white;
  background-color: #0e7bba;
  outline: 2px solid white;
  outline-offset: -6px;
}
.export-selection-container .btn-secondary:focus-visible {
  box-shadow: none;
  border: 2px solid #0066CC;
}
.export-selection-container .export-list-ruler {
  margin-bottom: 14px;
}
.export-selection-container i.uxf-icon {
  margin: 3.5px 0 0 8px;
}
#coachmark_template {
  display: none;
}
.coachmark {
  position: absolute;
  left: 3px;
  width: 350px;
  padding: 25px;
  background: #767676;
  color: #ffffff;
  margin-top: 4px;
  border-radius: 4px;
  border-width: 1px;
  z-index: 1000;
  line-height: 24px;
  text-align: left;
  white-space: normal;
  font-size: 13px;
  font-family: Roboto;
}
.coachmark:after,
.coachmark:before {
  bottom: 100%;
  left: 24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.coachmark:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #767676;
  border-width: 10px;
  margin-left: -10px;
}
.coachmark:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #767676;
  border-width: 11px;
  margin-left: -11px;
}
.coachmark.pull-right {
  left: auto;
  right: 3px;
}
.coachmark.pull-right:after {
  left: auto;
  right: 24px;
  margin-right: -10px;
}
.coachmark.pull-right:before {
  left: auto;
  right: 24px;
  margin-right: -11px;
}
.coachmark .close {
  margin: -15px -15px 0 0;
  box-sizing: border-box;
  width: 15px;
  height: 40px;
  color: white;
  opacity: inherit;
  font-weight: 100;
  font-size: 22px;
  padding-left: 10px;
  padding-right: 20px;
}
.coachmark .close:hover,
.coachmark .close:focus {
  color: #4d4d4d;
  background-color: #e7f3fa;
  outline: none;
}
.coachmark a span {
  color: white;
}
.coachmark a:hover,
.coachmark a:focus,
.coachmark a:active {
  padding-left: 10px;
  padding-right: 20px;
}
.coachmark a:hover span,
.coachmark a:focus span,
.coachmark a:active span {
  color: #a0a0a0;
}
.coachmark h3 {
  font-weight: 300;
  color: #fff;
  margin-top: 0;
  line-height: 1.1em;
}
.coachmark p {
  font-weight: 300;
}
.coachmark label {
  display: block;
  margin-top: 10px;
  padding-left: 15px;
  text-indent: -15px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}
.coachmark input {
  opacity: 0.8;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: text-bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
/* LESS FILE: app/sidebar.less */
.collection-menu {
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 16px;
}
ul.sidebar-nav {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
ul.sidebar-nav.open {
  border-bottom: 1px solid #dad9d6;
}
ul.sidebar-nav > li.error {
  font-size: 12px;
  padding: 10px;
  line-height: 16px;
}
ul.sidebar-nav > li {
  line-height: 0;
  position: relative;
}
ul.sidebar-nav.sidebar-nav-sub:last-child {
  border-bottom: 1px solid #dad9d6;
}
#sidebar-coll-popup ul.sidebar-nav.sidebar-nav-sub:last-child {
  border-bottom: none;
}
ul.sidebar-nav .sub {
  padding-left: 0;
}
ul.sidebar-nav .sub > li > .sidebar-menu-item {
  padding-left: 33px;
}
ul.sidebar-nav .sub > li .sub > li > .sidebar-menu-item {
  padding-left: 47px;
}
ul.sidebar-nav .sub > li .sub > li .sub > li > .sidebar-menu-item {
  padding-left: 52px;
}
ul.sidebar-nav .sub > li .sub > li .sub > li > .sidebar-menu-item .icon {
  padding-right: 3.5px;
  width: 33.5px;
}
ul.sidebar-nav ul.sidebar-folder-options {
  width: 100%;
  display: inline-block;
}
ul.sidebar-nav ul.sidebar-folder-options li {
  width: 50%;
  display: inline-block;
  float: left;
}
ul.sidebar-nav #folder-options-template {
  position: absolute;
  left: -100%;
}
ul.sidebar-nav ul.sort-folder-options {
  line-height: 23px;
}
ul.sidebar-nav ul.sort-folder-options li {
  display: block;
  width: 100%;
  text-align: right;
  padding-left: 8px;
  list-style-type: none;
  cursor: pointer;
}
ul.sidebar-nav ul.sort-folder-options li.ctrl_item {
  padding: 3px 10px;
  height: auto!important;
}
ul.sidebar-nav ul.sort-folder-options li:hover {
  background-color: #def3ff;
}
ul.sidebar-nav ul.sort-folder-options li:focus-within {
  background-color: #FFF;
  outline: 2px solid #0066CC;
  outline-offset: -5px;
}
ul.sidebar-nav ul.sort-folder-options .ctrl_item i {
  font-size: 14px !important;
}
ul.sidebar-nav ul.sort-folder-options .ctrl_item a {
  padding: 0;
  color: #53565a !important;
  text-decoration: none;
  text-align: left;
}
ul.sidebar-nav ul.sort-folder-options a:hover {
  text-decoration: none;
}
ul.sidebar-nav .folder-options {
  max-width: 217px !important;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  overflow: visible;
  z-index: 21;
  fontsize: 12px;
  border: 1px solid;
  border-color: #DAD9D6;
  border-top: 0;
  box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.3);
  color: #53565a !important;
}
ul.sidebar-nav .opened > .sub {
  display: block;
}
ul.sidebar-nav .controls {
  position: fixed;
  overflow: visible;
  background-color: #0e7bba;
  z-index: 10000;
  left: 125px;
  font-size: 12px;
  border: 1px solid;
  border-color: #DAD9D6;
  border-top: 0;
  box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.3);
}
ul.sidebar-nav .controls a.ctrl_item {
  color: #ffffff;
  display: block;
}
ul.sidebar-nav .controls a.ctrl_item:hover {
  text-decoration: none;
  background-color: #def3ff;
}
ul.sidebar-nav .controls a.ctrl_item:focus-within {
  text-decoration: none;
  background-color: #FFF;
  outline: 2px solid #0066CC;
  outline-offset: -5px;
}
ul.sidebar-nav .controls a.ctrl_item.disabled {
  color: #c8c9c7!important;
}
ul.sidebar-nav .controls a.ctrl_item.disabled .folder-menu-icon {
  opacity: 40%;
}
ul.sidebar-nav .controls a.ctrl_item.disabled:hover {
  background-color: white;
}
ul.sidebar-nav .controls a.ctrl_item.disabled:active,
ul.sidebar-nav .controls a.ctrl_item.disabled:focus {
  outline: none;
}
ul.sidebar-nav .controls .ctrl_item {
  line-height: 23px;
  padding: 5px 20px;
  height: 31px;
  background-color: #FFFFFF;
  color: #53565a !important;
}
ul.sidebar-nav .controls .ctrl_item .uxf-icon {
  font-size: 16px;
  padding-right: 20px;
}
ul.sidebar-nav .controls .ctrl_item .rw-icon {
  font-size: 15px;
  padding-right: 20px;
}
ul.sidebar-nav .controls .ctrl_item.unavailable {
  color: #A8A8AA !important;
}
ul.sidebar-nav .controls .ctrl_item.unavailable:hover {
  text-decoration: none;
  background-color: #FFFFFF;
}
ul.sidebar-nav .notification_count {
  background-color: #df4e44;
  line-height: 1em;
  min-width: 20px;
  color: white;
  border-radius: 3px;
  text-align: center;
  font-size: 11px;
  padding: 3px;
  z-index: 5;
  float: right;
  margin: 11.5px 6px;
}
ul.sidebar-nav .unset-line-height {
  line-height: inherit;
}
.sort-folder-title {
  margin: 0;
  line-height: 1.25;
  color: black;
  font-size: 20px;
  margin-top: 10px;
  padding-bottom: 15px;
  float: left;
}
.sort-folder-buttons {
  text-align: center;
}
ul.sidebar-nav.sidebar-nav-min .sidebar-menu-item {
  height: 60px;
}
ul.sidebar-nav.sidebar-nav-min .sidebar-menu-item .icon {
  padding: 15px 25px;
}
ul.sidebar-nav.sidebar-nav-min .sidebar-menu-item .icon .uxf-icon {
  font-size: 30px;
}
ul.sidebar-nav.sidebar-nav-min .sidebar-menu-item .notification_count {
  position: absolute;
  top: -3px;
  right: 7px;
}
label.finding-duplicates {
  margin-left: 12px;
  font-size: 9px;
  color: black;
  margin-top: 12px;
  margin-bottom: 10px;
}
label.finding-duplicates.percentage {
  float: right;
  margin-right: 10px;
}
.dedup-toast {
  border-radius: 20px;
  margin: 10px;
  color: white;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 5px 5px 20px;
  cursor: pointer;
}
.dedup-toast.success {
  background-color: #04aa6d;
}
.dedup-toast.error {
  background-color: #EB024B;
}
.see-results {
  font-size: 12px;
  cursor: pointer;
  font-weight: lighter;
}
.process-completed {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}
.close-dedup-toast {
  height: 24px;
  width: 24px;
  font-size: 20px;
  padding: 1px 6px 1px 8px;
  color: white;
  float: right;
  cursor: pointer;
}
.dedup-progress {
  height: 5px;
  overflow: hidden;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px #cbcbcb;
  margin: 0px 10px 10px 10px;
}
.dedup-item-label {
  margin-left: 48px;
}
.sidebar-menu-item {
  height: 40px;
  line-height: 40px;
  position: relative;
  display: block;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  color: #53565a;
  border-bottom: 1px solid #dad9d6;
}
.sidebar-menu-item.duplicates-menu-item {
  min-height: 40px;
  height: auto;
}
.sidebar-menu-item.sidebar-menu-item-subtitle,
.sidebar-menu-item.sidebar-menu-item-sub.sidebar-menu-item-subtitle {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}
.sidebar-menu-item.sidebar-menu-item-sub {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-bottom: none;
}
.sidebar-menu-item.sidebar-menu-item-low-light {
  background-color: #d5d5d5;
}
.sidebar-menu-item.sidebar-menu-item-notice {
  background-color: #ffffff;
  color: #53565a;
  border-bottom: 1px solid #dad9d6;
}
.sidebar-menu-item.sidebar-menu-item-notice .tiny-icon-button-border {
  border-right: 1px solid #d4d6d8;
  border-left: 1px solid #d4d6d8;
  margin-right: -1px;
}
.sidebar-menu-item.sidebar-menu-item-notice .search-box input {
  border: none;
  height: 28px;
  line-height: 28px;
  padding-left: 50px;
  padding-right: 36px;
  font-size: 12px;
}
.sidebar-menu-item.sidebar-menu-item-notice .search-box input:focus-within {
  outline: 2px solid #0066CC;
  outline-offset: -3px;
}
.sidebar-menu-item.sidebar-menu-item-notice .search-box .clear-search {
  height: 28px;
  line-height: 28px;
  margin: 0 0 0 -41px;
}
.sidebar-menu-item.sidebar-menu-item-notice .search-box .clear-search:focus-within {
  outline: 2px solid #0066CC;
  outline-offset: -7px;
}
.sidebar-menu-item.sidebar-menu-item-button {
  background-color: #ffffff;
  color: #0066cc;
  border-bottom: 1px solid #dad9d6;
}
.sidebar-menu-item.sidebar-menu-item-button:hover {
  background-color: #e6e6e6;
  color: #0e7bba;
}
.sidebar-menu-item.sidebar-menu-item-button:focus-within {
  background-color: #FFF;
  color: #0e7bba;
}
.ui-sortable .sidebar-menu-item .icon {
  cursor: move;
}
.sidebar-menu-item .icon {
  width: 48px;
  height: 40px;
  float: left;
  padding: 5.5px 7.5px 5.5px 15px;
  line-height: 25px;
  vertical-align: middle;
}
.sidebar-menu-item .icon .uxf-icon,
.sidebar-menu-item .icon .rw-icon {
  font-size: 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.sidebar-menu-item .folder-dropdown-error-icon {
  height: 25px;
  width: 25px;
  font-size: 17px;
  padding: 12px 0;
  color: #A94442;
  float: right;
  right: 30px;
}
.sidebar-menu-item .folder-error-icon {
  font-family: 'Glyphicons Halflings';
  color: #A94442;
  left: -20px;
}
.sidebar-menu-item .folder-error-icon:focus-visible {
  outline: none;
}
.sidebar-menu-item .folder-error-icon:focus-visible::before {
  outline: 2px solid black;
}
.sidebar-menu-item .folder-error-icon::before {
  display: inline-flex;
  justify-content: center;
  margin-left: 20px;
  outline: 1px solid white;
  border-radius: 50%;
  background-color: white;
  height: 15px;
  width: 15px;
}
.sidebar-menu-item.no-icon {
  padding-left: 15px;
}
.sidebar-menu-item.sidebar-menu-item-sub .icon {
  height: 30px;
  line-height: 17px;
  padding: 5.5px 10px 5.5px 18px;
  cursor: pointer;
}
.sidebar-menu-item.sidebar-menu-item-sub .icon .uxf-icon,
.sidebar-menu-item.sidebar-menu-item-sub .icon .rw-icon {
  font-size: 17px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.sub .sidebar-menu-item .icon {
  padding: 5.5px 7.5px 5.5px 7.5px;
}
.sub .sidebar-menu-item.sidebar-menu-item-sub .icon {
  padding: 3.5px 0 7.5px 12.5px;
  width: 30px;
}
.sidebar-menu-item .shared-icon {
  color: #c8c9c7;
}
.sidebar-menu-item .expand-icon {
  width: 12px;
  margin-left: -10px;
}
.sidebar-menu-item .expand-icon:focus-within {
  outline: 2px solid #0066CC;
  outline-offset: -3px;
}
.selected .sidebar-menu-item .expand-icon:focus-within,
.draggedOver .sidebar-menu-item .expand-icon:focus-within {
  outline: 2px solid #002E4D;
  outline-offset: -3px;
}
.sidebar-menu-item .folder-details {
  display: flex;
  position: relative;
}
.sidebar-menu-item #divTooltip {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar-menu-item .folder-name,
.sidebar-menu-item .folder-count {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(65%);
  text-overflow: ellipsis;
}
.sidebar-menu-item a.tiny-icon-button,
.sidebar-menu-item .tiny-icon-button {
  width: 28px;
  padding: 0 8px;
  color: inherit;
}
.sidebar-menu-item a.tiny-icon-button.tiny-icon-button-primary,
.sidebar-menu-item .tiny-icon-button.tiny-icon-button-primary {
  color: #0e7bba;
}
.sidebar-menu-item a.tiny-icon-button:hover,
.sidebar-menu-item .tiny-icon-button:hover,
.sidebar-menu-item a.tiny-icon-button.tiny-icon-button-primary:hover,
.sidebar-menu-item .tiny-icon-button.tiny-icon-button-primary:hover {
  background-color: #0d72ac;
  color: #ffffff;
}
.sidebar-menu-item a.tiny-icon-button:focus-within,
.sidebar-menu-item .tiny-icon-button:focus-within,
.sidebar-menu-item a.tiny-icon-button.tiny-icon-button-primary:focus-within,
.sidebar-menu-item .tiny-icon-button.tiny-icon-button-primary:focus-within {
  background-color: #FFF;
  color: #54565A;
  outline: 2px solid #0066CC;
  outline-offset: -5px;
}
.selected .sidebar-menu-item a.tiny-icon-button:focus-within,
.selected .sidebar-menu-item .tiny-icon-button:focus-within,
.draggedOver .sidebar-menu-item a.tiny-icon-button:focus-within,
.draggedOver .sidebar-menu-item .tiny-icon-button:focus-within {
  background-color: #0E7BBA;
  color: #ffffff;
  outline: 2px solid #002E4D;
  outline-offset: -5px;
}
.sidebar-menu-item a.tiny-icon-button .uxf-icon,
.sidebar-menu-item .tiny-icon-button .uxf-icon,
.sidebar-menu-item a.tiny-icon-button .rw-icon,
.sidebar-menu-item .tiny-icon-button .rw-icon {
  width: 14px;
}
.sidebar-menu-item a.tiny-icon-button .visible-on-hover,
.sidebar-menu-item .tiny-icon-button .visible-on-hover {
  display: none;
}
.sidebar-menu-item a.tiny-icon-button.disabled,
.sidebar-menu-item .tiny-icon-button.disabled {
  opacity: 0.5;
}
.sidebar-menu-item #toggleMenuIcon {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar-menu-item .tiny-icon-button-border {
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  margin-right: -1px;
}
.sidebar-menu-item .tiny-icon-button-divider {
  background-color: #a8a8aa;
  height: 100%;
  width: 1px;
}
.sidebar-menu-item .caret-icon {
  width: 30px;
  float: right;
  font-size: 18px;
}
.sidebar-menu-item .caret-icon .uxf-icon {
  width: 18px;
}
.sidebar-menu-item .folder-details {
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar-menu-item .folder-details:focus-within {
  outline: 2px solid #0066CC;
  outline-offset: -3px;
}
.selected .sidebar-menu-item .folder-details:focus-within,
.draggedOver .sidebar-menu-item .folder-details:focus-within {
  outline: 2px solid #002E4D;
  outline-offset: -3px;
}
.sidebar-menu-item .invitation-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-menu-item .item-label {
  width: auto;
  height: 40px;
}
.sidebar-menu-item .item-label.item-label-left {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-menu-item .item-label.item-label-right {
  display: inline-block;
}
.sidebar-menu-item .item-label .uxf-icon,
.sidebar-menu-item .item-label .rw-icon {
  font-size: 14px;
}
.sidebar-menu-item .item-label.double-line {
  line-height: 16px;
  text-overflow: initial;
}
.sidebar-menu-item .item-label.double-line .first {
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidebar-menu-item .item-label.double-line .second {
  font-size: 10px;
  text-overflow: ellipsis;
  color: #c8c9c7;
}
.sidebar-menu-item .item-label .pagination {
  margin-top: 5px;
  margin-right: 5px;
  float: right;
}
.sidebar-menu-item .item-label.folder-count {
  margin-right: 28px;
}
.sidebar-menu-item.sidebar-menu-item-sub .item-label {
  height: 30px;
}
a.sidebar-menu-item:hover,
.active a.sidebar-menu-item {
  background-color: #108bd2;
  color: #ffffff;
  text-decoration: none;
}
a.sidebar-menu-item:hover .shared-icon,
.active a.sidebar-menu-item .shared-icon {
  color: #ffffff;
}
a.sidebar-menu-item:hover .tiny-icon-button-divider,
.active a.sidebar-menu-item .tiny-icon-button-divider {
  background-color: #ffffff;
}
a.sidebar-menu-item:hover .tiny-icon-button .uxf-icon,
.active a.sidebar-menu-item .tiny-icon-button .uxf-icon {
  color: #ffffff;
}
a.sidebar-menu-item:focus-within,
.active a.sidebar-menu-item {
  outline: 2px solid #0066CC;
  outline-offset: -5px;
  background-color: #eeeeee;
  color: #54565A;
  text-decoration: none;
}
a.sidebar-menu-item:focus-within .shared-icon,
.active a.sidebar-menu-item .shared-icon {
  color: #54565A;
}
a.sidebar-menu-item:focus-within .tiny-icon-button-divider,
.active a.sidebar-menu-item .tiny-icon-button-divider {
  background-color: #54565A;
}
a.sidebar-menu-item:focus-within .tiny-icon-button .uxf-icon,
.active a.sidebar-menu-item .tiny-icon-button .uxf-icon {
  color: #54565A;
}
.selected .sidebar-menu-item,
.draggedOver .sidebar-menu-item {
  color: #ffffff;
  background-color: #0e7bba;
}
.selected .sidebar-menu-item:focus-within,
.draggedOver .sidebar-menu-item:focus-within {
  color: #ffffff;
  background-color: #0e7bba;
  outline: 2px solid #ffffff;
  outline-offset: -5px;
}
.selected .sidebar-menu-item .shared-icon,
.draggedOver .sidebar-menu-item .shared-icon {
  color: #ffffff;
}
.selected .sub .sidebar-menu-item {
  background-color: #fff;
  color: #53565a;
}
.selected .sub .sidebar-menu-item:hover {
  background-color: #108bd2;
  color: #ffffff;
}
.sidebar-menu-item:hover > .tiny-icon-button .uxf-icon,
.sidebar-menu-item:hover > .tiny-icon-button .rw-icon,
.sidebar-menu-item:focus-within > .tiny-icon-button .uxf-icon,
.sidebar-menu-item:focus-within > .tiny-icon-button .rw-icon,
.selected > .sidebar-menu-item > .tiny-icon-button .uxf-icon,
.selected > .sidebar-menu-item > .tiny-icon-button .rw-icon {
  display: inline-block;
}
#sidebar ul,
#sidebar-coll-popup ul,
#sidebar ol,
#sidebar-coll-popup ol {
  padding: 0;
}
#sidebar {
  position: absolute;
  box-sizing: content-box;
  top: 0;
  bottom: 0;
  left: 0;
  width: 217px;
  z-index: 38;
  border-top-left-radius: 4px;
  border-top: 1px #f6f6f6 solid;
  background-color: #eeeeee;
}
#sidebar::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: rgba(0, 0, 0, 0);
}
#sidebar::-webkit-scrollbar-thumb {
  background-color: #161718;
  border-radius: 9px;
  border: 3px solid transparent;
  background-clip: content-box;
}
#sidebar::-webkit-scrollbar-corner {
  background: #eeeeee;
}
#sidebar .notification_count {
  background-color: #cd263d;
  line-height: 1em;
  min-width: 20px;
  color: white;
  border-radius: 3px;
  text-align: center;
  font-size: 11px;
  padding: 3px;
  z-index: 5;
  float: right;
  margin: 11.5px 6px;
}
#sidebar-min {
  display: none;
}
#sidebar-max {
  display: block;
}
@media screen and (min-width: 1080px) {
  #sidebar.sidebar-responsive .gdpr-links {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: none;
  }
  #sidebar.sidebar-responsive .gdpr-links ul li > a.ot-sdk-btn,
  #sidebar.sidebar-responsive .gdpr-links ul li a.ot-sdk-show-settings,
  #sidebar.sidebar-responsive .gdpr-links ul li a.sidebar-gdpr {
    display: block;
    color: #53565a;
    margin: 0 20px;
    padding: 3px 0;
    line-height: 24px;
    font-size: 14px;
  }
  #sidebar.sidebar-responsive .gdpr-links ul li a.ot-sdk-show-settings {
    border: none;
    background-color: transparent;
  }
}
@media screen and (max-width: 1079px) {
  #sidebar.sidebar-responsive {
    width: 80px;
  }
  #contentwrapper.contentwrapper-responsive {
    left: 80px;
  }
  #sidebar-min {
    display: block;
  }
  #sidebar-max {
    display: none;
  }
  #sidebar #sidebar-min {
    height: auto;
  }
  #sidebar.sidebar-responsive {
    overflow-x: hidden;
    overflow-y: auto;
  }
  #sidebar.sidebar-responsive .gdpr-links {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #sidebar.sidebar-responsive .gdpr-links ul {
    list-style-type: none;
  }
  #sidebar.sidebar-responsive .gdpr-links ul li:not(:last-of-type) {
    border-bottom: 1px solid #dad9d6;
  }
  #sidebar.sidebar-responsive .gdpr-links ul li > a.ot-sdk-btn,
  #sidebar.sidebar-responsive .gdpr-links ul li a.ot-sdk-show-settings,
  #sidebar.sidebar-responsive .gdpr-links ul li a.sidebar-gdpr {
    display: block;
    color: #53565a;
    margin: 0 5px;
    padding: 5px 0;
    line-height: 13px;
    font-size: 12px;
    border: none;
    background-color: transparent;
  }
}
@media screen and (max-width: 1079px) and (max-height: 660px) {
  #sidebar #sidebar-min {
    height: auto;
  }
  #sidebar.sidebar-responsive {
    overflow-y: auto;
    overflow-x: hidden;
  }
  #sidebar.sidebar-responsive .gdpr-links {
    position: relative;
  }
}
#sidebar-min {
  width: 80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#sidebar-max,
.sidebar-max {
  width: 217px;
  height: calc(100% - 185px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#sidebar-max .notification_count,
.sidebar-max .notification_count {
  top: 11px;
}
/*
  The sidebar popup used when the sidebar is minified
*/
#sidebar-coll-popup {
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 80px;
  width: 240px;
  padding-top: 16px;
  margin-bottom: 47px;
  border-right: 1px solid #ccc;
  background: #ffffff;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.1);
}
#sidebar-coll-popup .sidebar-menu-item {
  border-bottom: none;
}
#sidebar-coll-popup .sidebar-menu-item .tiny-icon-button {
  width: 38px;
  padding: 0 12px;
}
#sidebar-coll-popup a.sidebar-menu-item:hover {
  background-color: #108bd2;
}
#sidebar-coll-popup a.sidebar-menu-item:focus-within {
  outline: none;
  background-color: #FFF;
}
#sidebar-coll-popup a.sidebar-menu-item.tag-item:focus-within {
  outline: 2px solid #0066CC;
  outline-offset: -5px;
}
#sidebar-coll-popup a.sidebar-menu-item.sidebar-menu-item-button:focus-within {
  outline: 2px solid #0066CC;
  outline-offset: -5px;
}
#sidebar-coll-popup .selected .sidebar-menu-item,
#sidebar-coll-popup .draggedOver .sidebar-menu-item {
  background-color: #0e7bba;
}
#sidebar-coll-popup .selected .sidebar-menu-item:focus-within,
#sidebar-coll-popup .draggedOver .sidebar-menu-item:focus-within {
  background-color: #0e7bba;
}
#sidebar-coll-popup .sidebar-menu-item.sidebar-menu-item-button:hover {
  background-color: #e6e6e6;
  color: #0e7bba;
}
#sidebar-coll-popup .controls {
  background-color: #0e7bba;
}
#sidebar-coll-popup .controls .ctrl_item {
  line-height: 23px;
  height: 31px;
  padding: 5px 10px;
  font-size: 14px;
}
li:not(:last-of-type) .folder-item {
  border-bottom: 1px solid #dad9d6;
}
.collection-disabled {
  padding: 8px 12px;
  line-height: normal;
  height: auto;
}
.collection-disabled .collection-disabled-title {
  font-size: 12px;
  white-space: break-spaces;
  margin-bottom: 6px;
}
.collection-disabled .progress {
  height: 6px;
}
.collection-disabled .progress-bar-indeterminate {
  animation: progress-bar-stripes 1.06s linear infinite, progress-bar-indeterminate-anim 2s linear infinite !important;
}
.sidebar-menu-item-sub.folder-item {
  background-color: #fff;
  color: #53565a;
}
.sidebar-menu-item-sub.folder-item:hover {
  background-color: #def3ff;
  color: #53565a;
}
.sidebar-menu-item-sub.folder-item:focus-within {
  background-color: #FFF;
  color: #53565a;
  outline: none;
}
.selected > .sidebar-menu-item.sidebar-menu-item-sub.folder-item {
  background-color: #0e7bba !important;
  color: #ffffff !important;
}
.selected > .sidebar-menu-item.sidebar-menu-item-sub.folder-item:hover {
  background-color: #def3ff;
  color: #53565a;
}
.sort-button svg {
  width: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
.sort-button svg .svgIcon {
  fill: #0066CC;
}
.sort-folder-option-container-item {
  display: inline-flex;
  float: left;
}
.sort-folder-option-icon {
  width: 15px;
  height: 15px;
}
.sort-folder-option-text {
  width: 100%;
  text-align: left;
  padding-left: 5px;
}
.add-folder-icon {
  width: auto !important;
  padding-left: 12px !important;
}
.add-folder-text {
  overflow: none !important;
}
.error-img-dedup-modal {
  margin-right: 5px;
  margin-bottom: 3px;
  size: 15px;
  color: #A94442;
}
#tags-search .searchinput {
  margin-left: 0;
  width: 100%;
}
.subfolder-icon-right {
  right: 10px;
}
.footer .icon {
  display: inline-block;
  background-size: 23px 23px;
  height: 23px;
  width: 23px;
}
.icon.twitter {
  background-image: url('/public/img/twitter.png');
}
.icon.facebook {
  background-image: url('/public/img/facebook.png');
}
.icon.google {
  background-image: url('/public/img/googleplus.png');
}
.icon.pinterest {
  background-image: url('/public/img/pinterest.png');
}
.icon.tumblr {
  background-image: url('/public/img/tumblr.png');
}
a.image-link {
  text-decoration: none;
}
@media only screen and (-webkit-device-pixel-ratio: 2) {
  .icon.twitter {
    background-image: url('/public/img/twitter@2x.png');
  }
  .icon.facebook {
    background-image: url('/public/img/facebook@2x.png');
  }
}
.nav.navbar-nav.navbar-nav-unresponsive.navbar-right > li.dropdown > a,
.navbar-header > li.dropdown > a {
  height: 60px;
}
.project-name-container {
  outline: none !important;
  height: 60px;
  font-size: 17px;
  padding: 18.5px 0 18.5px 13.5px;
  margin-left: 165px;
}
.project-name-container.ellipsis {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.projects-dropdown-lnk {
  background-color: #0e7bba !important;
  cursor: default;
  height: 60px;
}
.recently-viewed-label {
  font-size: 14px;
  font-weight: bolder;
  font-style: italic;
}
.project-item-container {
  height: 28px;
}
.uxf-icon.uxf-users.uxf-sharing {
  font-size: 18px;
  margin: 0 !important;
  left: -17px !important;
}
.project-item {
  font-size: 13px;
  font-weight: 400;
}
.project-item:not(.is-shared) {
  padding-left: 30px !important;
}
.project-item.is-shared {
  padding-left: 8px !important;
}
.project-item.is-current {
  float: left;
  width: 69%;
  padding-right: 0 !important;
}
.project-item.is-current + .current-label {
  color: #c8c9c7;
  float: right;
  padding: 1px 20px 3px 0;
}
.project-item.ellipsis {
  max-width: 276px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.projects-dropdown-arrow {
  width: 24px;
  height: 21px;
}
.projects-dropdown-arrow.uxf-down-open:before {
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
  padding: 2px;
}
.projects-dropdown.open .projects-dropdown-arrow.uxf-down-open:before {
  background-color: #0c679c !important;
}
.projects-dropdown-lnk:focus .projects-dropdown-arrow.uxf-down-open:before,
.projects-dropdown-lnk:hover .projects-dropdown-arrow.uxf-down-open:before {
  background-color: #0d6fa7 !important;
}
.projects-dropdown-lnk:focus:focus-visible .projects-dropdown-arrow.uxf-down-open:before,
.projects-dropdown-lnk:hover:focus-visible .projects-dropdown-arrow.uxf-down-open:before {
  background-color: #0e7bba !important;
}
.projects-dropdown-lnk:active .projects-dropdown-arrow.uxf-down-open:before {
  background-color: #0c679c !important;
}
.uxf-sharing:before {
  padding: 15px;
}
.btn-primary.zeroclipboard-is-hover {
  background-color: #0a5c8b;
}
#header.mobile-view {
  min-width: 360px;
}
.mobile-view h1 {
  font-size: 18px;
}
.mobile-view .btn.btn-row {
  border-left: none;
  border-right: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mobile-view .btn.btn-row.btn-secondary {
  background-color: white;
  color: #53565a;
  border-color: #dad9d6;
}
.mobile-view .btn.btn-row.btn-secondary:hover,
.mobile-view .btn.btn-row.btn-secondary:active {
  background-color: #e5eff5;
}
.mobile-view .btn.btn-row .btn-row-label {
  overflow: hidden;
  width: auto;
  text-align: center;
}
.mobile-view .btn.btn-row .btn-row-icon {
  float: right;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.mobile-view .dropdown-menu {
  margin-right: 5px;
  margin-left: 5px;
  width: 390px;
}
.mobile-view .doc-header-info a {
  color: inherit;
}
.mobile-view .doc-header-info a:hover {
  color: inherit;
  text-decoration: none;
}
.mobile-view #documents_list,
.mobile-view .documents_list {
  position: inherit;
  margin-bottom: 60px;
  border-right: none;
}
.mobile-view #documents_list.paged,
.mobile-view .documents_list.paged {
  margin-bottom: 100px;
}
.mobile-view .mobile-body {
  margin-bottom: 60px;
}
.mobile-view #bib-output {
  margin-bottom: 70px;
}
.mobile-view #bib-output .csl-entry {
  line-height: 2;
  text-indent: -30px;
  margin-left: 30px;
  margin-bottom: 11.5px;
}
.mobile-view .footer {
  background-color: white;
  border-top: 1px solid #dad9d6;
  padding: 0 0 14px 0;
}
.mobile-view .footer .buttons {
  margin-top: 14px;
}
.mobile-view .footer .btn {
  margin-left: 14px;
}
.mobile-view .footer .navbar-paging {
  margin-bottom: 14px;
  position: static;
  border-top: none;
  border-bottom: 1px solid #dad9d6;
}
.mobile-view .footer .navbar-sub .navbar-nav.navbar-nav-unresponsive > li > a {
  padding-top: 10.5px;
}
.mobile-view .footer .navbar-left {
  float: left;
}
.mobile-view ul.tagit.form-control {
  width: auto;
  height: auto;
  margin: 0;
  border: 1px solid #dad9d6;
}
.mobile-view .doc-header-info.stuck {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #dad9d6;
}
.mobile-view .icon span {
  position: relative;
  top: 5px;
}
.mobile-view .mobile-close-window {
  position: absolute;
  top: 18px;
  right: 16px;
  color: #FFF;
  z-index: 100;
  font-size: 18px;
  cursor: pointer;
}
.mobile-view .mobile-close-window:focus-visible {
  outline: 2px solid white;
  outline-offset: 4px;
}
.mobile-view .progress {
  height: 16px;
}
#quick-cite .mobile-view ul.dropdown-menu {
  width: auto;
  border-top: none;
  border-radius: 0;
  left: 0;
  right: 0;
}
#quick-cite .mobile-view ul.dropdown-menu.dropdown-menu-arrow-right:before,
#quick-cite .mobile-view ul.dropdown-menu.dropdown-menu-arrow-right:after {
  content: "";
  display: none;
}
#quick-cite .mobile-view ul.dropdown-menu .divider {
  margin-bottom: 0;
}
#quick-cite .mobile-view ul.dropdown-menu .result-list-label-top {
  background-color: #f5f5f5;
  padding: 8px 20px;
}
.tooltip {
  max-width: 200px;
}
.quick-cite-style-content {
  margin-bottom: 20px;
}
.quick-cite-style-content .dropdown-selected {
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 370px;
}
.quick-cite-style-content .quick-cite-style-selection {
  width: 80% !important;
  margin: 0 auto !important;
  display: table !important;
}
.quick-cite-style-content .container {
  margin-top: 10px;
}
.ref-header-container {
  padding: 10px;
  margin-bottom: 5px;
  margin-right: 20px;
}
.ref-header-container .ref-headers-main {
  padding: 4px 5px 0px 5px;
  margin-bottom: 10px;
}
.ref-header-container .ref-header-title {
  padding: 0px 5px 0px 5px;
  display: inline-block;
  vertical-align: top;
  display: inline-table;
  height: 23px;
}
.ref-header-container .ref-header-title h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
  max-width: 500px;
  display: table-cell;
  vertical-align: middle;
}
.ref-header-container .ref-header-title h1.dedup-title {
  white-space: normal;
  overflow: unset;
  text-overflow: unset;
  max-width: 700px;
}
.ref-header-container .ref-header-title h1:focus {
  outline: none;
}
.ref-header-container .ref-header-query {
  max-width: 100%;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ref-header-container .ref-header-display {
  vertical-align: top;
  padding-left: 5px;
  display: flex;
}
.ref-header-container .ref-header-opt .duplicate-count-header {
  margin-bottom: 5px;
  margin-top: 0;
}
.ref-header-container .duplicate-count-header {
  padding-left: 5px;
  display: flex;
  justify-content: flex-end;
  margin-top: -37px;
  margin-bottom: 0;
}
.ref-header-container .duplicate-count-header .inline {
  padding: 0 10px;
  text-align: center;
  line-height: 21px;
  margin-bottom: 3px;
}
.ref-header-container .duplicate-count-header .inline .duplicate-count-number {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
}
.ref-header-container .duplicate-count-header .inline .duplicate-count-label {
  font-size: 12px;
  font-weight: 400;
  color: #53565A;
}
.ref-header-container .ref-header-display-span {
  padding: 5px;
  color: #222;
  font-weight: 700;
}
.ref-header-container .ref-header-display-span ~ ul.navbar-nav-unresponsive.navbar-left {
  display: inline-block !important;
}
.ref-header-container .inline {
  display: inline-block;
}
.ref-header-container .block {
  margin-left: 5px;
}
.ref-header-container a.ref-header-dropdown,
.ref-header-container a.ref-header-dropdown:active {
  padding: 5px 5px !important;
  height: auto !important;
}
.ref-header-container .customize {
  color: #0066cc;
}
.ref-header-container .dropdown-menu {
  min-width: 150px !important;
}
.ref-header-container .dropdown-menu.pagination-dropdown {
  min-width: 165px !important;
}
.ref-header-container .ref-headers-view-dropdown {
  width: 310px;
}
.ref-header-container .ref-header-opt {
  display: inline-block;
  vertical-align: top;
  float: right;
}
@media (max-width: 860px) {
  .ref-header-container .ref-header-opt {
    float: none;
    display: block;
  }
  .ref-header-container .duplicate-count-header {
    margin-top: -37px !important;
  }
}
.ref-header-container .dropdown-menu.dropdown-menu-down.dropdown-menu-arrow-right.customize-dropdown {
  padding: 16px 8px;
}
.ref-header-container .customize-dropdown-button {
  color: #0960E1;
  background-color: #FFFFFF;
}
.ref-header-container .customize-dropdown-button:hover {
  background-color: #e7f3fa;
  color: #0960E1;
}
.ref-header-container .customize-dropdown-button:focus {
  background-color: #eeeeee;
  color: #0960E1;
}
.ref-header-container .customize-dropdown-button:active {
  background-color: #0c679c;
  color: #FFFFFF;
}
.ref-header-container .customize-dropdown-button.open {
  color: #5C636C;
}
.ref-header-container .customize-dropdown-button.open:hover {
  color: #0960E1;
  background-color: #e7f3fa;
}
.ref-header-container .customize-dropdown-button.open:focus {
  color: #0960E1;
  background-color: #eeeeee;
}
.ref-header-container .customize-dropdown-button.open:active {
  color: #5C636C;
  background-color: #EEEEEE;
}
.ref-header-container .customize-dropdown {
  width: 200px;
}
.ref-header-container .customize-dropdown .customize-dropdown-display {
  margin: 20px;
  color: #5C636C;
  font-weight: bold;
}
.ref-header-container .checked:focus-within {
  background-color: #EEEEEE;
}
.ref-header-container .checked:hover {
  background-color: #e7f3fa;
}
.ref-header-container .unchecked:focus-within {
  background-color: #EEEEEE;
}
.ref-header-container .unchecked:hover {
  background-color: #e5f1f8;
}
.ref-header-container .show-folders-checkbox {
  margin-top: 8px;
  padding: 5px 10px;
}
.ref-header-container .show-tags-checkbox {
  padding: 5px 10px;
}
.separator-comma {
  margin-left: -2px;
}
.style-selection-dropdown {
  position: relative;
  width: 460px !important;
  margin: 8.5px 0 10px !important;
}
.style-selection-dropdown .quick-style-search {
  padding-top: 0;
  margin: 1px 0 0 0;
}
.style-selection-dropdown .search-by-name {
  padding-top: 10px;
  padding-bottom: 10px;
}
.style-selection-dropdown .search-result {
  background-color: #F2F2F2;
  padding-bottom: 14px;
}
.style-selection-dropdown .search-input-container {
  margin: 0 24px;
}
.style-selection-dropdown .search-input-container .searchinput {
  border-radius: 4px;
}
.style-selection-dropdown .search-input-container .searchinput:hover,
.style-selection-dropdown .search-input-container .searchinput:focus {
  border: 2px solid #0066cc;
}
.style-selection-dropdown .search-input-container .clear-search {
  background: url("/public/img/cross.png") #7b7f86 no-repeat center;
  width: 9%;
  height: 40px;
  position: absolute;
  cursor: pointer;
  border: none;
  border-radius: 0 4px 4px 0;
}
.style-selection-dropdown .search-input-container .clear-search:hover,
.style-selection-dropdown .search-input-container .clear-search:focus {
  background-color: #0E7BBA;
  outline: solid 2px transparent;
}
.style-selection-dropdown .search-input-container .clear-search:active {
  background-color: #08537F;
}
.style-selection-dropdown .searchinput {
  width: 100%;
  margin-left: 0;
}
.style-selection-dropdown .searchinput-with-cross {
  width: 91%;
  border-radius: 4px 0 0 4px !important;
}
.style-selection-dropdown .divider {
  margin-top: 0 !important;
}
.style-selection-dropdown .inline {
  display: inline-block;
  width: 95%;
}
.style-selection-dropdown .panel-title {
  text-transform: none;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: normal;
}
.style-selection-dropdown .panel-title .uxf-icon {
  float: right;
}
.style-selection-dropdown .panel-group {
  margin-bottom: 0;
}
.style-selection-dropdown .panel {
  margin: 0 8px 4px;
  border: 0;
}
.style-selection-dropdown .panel.panel-default:focus {
  outline: 1px solid transparent;
}
.style-selection-dropdown .panel.panel-default:focus .panel-heading {
  background-color: #D7E9F4;
}
.style-selection-dropdown .panel-heading {
  background-color: #F2F2F2;
}
.style-selection-dropdown .panel-heading:hover {
  background-color: #D7E9F4;
}
.style-selection-dropdown .panel-heading:active {
  background-color: #BEDBEC;
}
.style-selection-dropdown .panel-body {
  padding: 0;
}
.style-selection-dropdown ul {
  padding-left: 0;
}
.style-selection-dropdown #scrollable-accordion {
  max-height: 250px;
  overflow-y: auto;
}
.style-selection-dropdown .csl-option-container {
  display: table;
  margin: 14px 24px;
}
.style-selection-dropdown .csl-option-container .checkbox-container {
  display: table-cell;
}
.style-selection-dropdown .csl-option-container .checkbox-label {
  display: table-cell;
  padding-left: 8px;
}
.style-selection-dropdown .csl-option-container .checkbox-label i {
  height: 19px;
  outline: 1px solid transparent;
}
.style-selection-dropdown .csl-option-container .checkbox-label svg {
  vertical-align: bottom;
  height: 23px;
}
.style-selection-dropdown .csl-option-container .search-result {
  background-color: #f2f2f2;
}
.style-selection-dropdown .accordion-toggle:hover,
.style-selection-dropdown :focus,
.style-selection-dropdown :active {
  text-decoration: none;
}
.style-selection-dropdown .form-control.dropdown-toggle {
  color: #53565A;
  border: 1px solid #949494;
  display: inline-block;
}
.style-selection-dropdown .form-control.dropdown-toggle:hover,
.style-selection-dropdown .form-control.dropdown-toggle:focus {
  border: 2px solid #0066cc !important;
  background-color: #ffffff !important;
}
.style-selection-dropdown .form-control.dropdown-toggle:active {
  border: 2px solid #0066cc !important;
  background-color: #EEEEEE !important;
}
.style-selection-dropdown .searchinput {
  border: 1px solid #a8a8aa;
}
.style-selection-dropdown .searchinput:hover,
.style-selection-dropdown .searchinput:focus {
  border: 1px solid #0066cc;
}
.style-selection-dropdown accordion-group:hover,
.style-selection-dropdown accordion-group:focus,
.style-selection-dropdown accordion-group:active {
  border: 0;
  outline: 1px solid transparent;
}
.style-selection-dropdown .style-item {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 0px;
}
.style-selection-dropdown .style-item li.dropdown-menu-item {
  vertical-align: middle;
  outline: 1px solid transparent;
  margin-top: 0px;
  background-color: #ffffff;
  width: 85%;
  padding-right: 16px;
  padding-left: 16px;
  display: inline-block;
}
.style-selection-dropdown .style-item li.dropdown-menu-item:focus {
  outline: 1px dotted black;
}
.style-selection-dropdown .style-item:hover,
.style-selection-dropdown .style-item:focus-within {
  background-color: #E9F3F9;
}
.style-selection-dropdown .style-item:hover li.dropdown-menu-item,
.style-selection-dropdown .style-item:focus-within li.dropdown-menu-item {
  background-color: #E9F3F9;
}
.style-selection-dropdown .favorite-star-select {
  vertical-align: middle;
  background-image: url(/public/img/fav-icon-selected-inactive.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 35px;
  width: 30px;
  display: inline-block;
  margin-left: 15px;
}
.style-selection-dropdown .favorite-star-select:hover,
.style-selection-dropdown .favorite-star-select:focus {
  background-image: url(/public/img/fav-icon-selected-hover.svg);
  outline: none;
}
.style-selection-dropdown .favorite-star-select:active {
  background-image: url(/public/img/fav-icon-selected-pressed.svg);
}
.style-selection-dropdown .favorite-star-select::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/public/img/fav-icon-selected-hover.svg) url(/public/img/fav-icon-selected-pressed.svg);
}
.style-selection-dropdown .favorite-star-empty {
  vertical-align: middle;
  background-image: url(/public/img/fav-icon-inactive.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 35px;
  width: 30px;
  display: inline-block;
  margin-left: 15px;
}
.style-selection-dropdown .favorite-star-empty:hover,
.style-selection-dropdown .favorite-star-empty:focus {
  background-image: url(/public/img/fav-icon-hover.svg);
  outline: none;
}
.style-selection-dropdown .favorite-star-empty:active {
  background-image: url(/public/img/fav-icon-selected-pressed.svg);
}
.style-selection-dropdown .favorite-star-empty::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/public/img/fav-icon-hover.svg) url(/public/img/fav-icon-selected-pressed.svg);
}
.style-selection-dropdown .search-items {
  margin-left: 20px;
  max-height: 250px;
  overflow-y: auto;
}
.style-selection-dropdown .search-items .style-item:hover,
.style-selection-dropdown .search-items .style-item:focus-within {
  background-color: #E9F3F9;
}
.style-selection-dropdown .search-items .style-item:active {
  background-color: #EEEEEE;
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
