/* ==========================================================================
   Pendragon Perspective styles
   ========================================================================== */
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
[data-theme='dark'] input[type='date'],
[data-theme='dark'] input[type='time'] {
  color-scheme: dark;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: var(--body-bg);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: var(--legend-color);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--grey-darker);
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--grey-darker);
  background-color: var(--body-bg);
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='date'] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: var(--btn-hover);
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: var(--text-color);
  background-color: var(--body-bg);
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: var(--text-color);
  background-color: var(--btn-mid-bg-hover);
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: var(--btn-primary-border);
  border-color: var(--btn-primary-border);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: var(--link-hover);
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: var(--link-color);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in,
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: var(--dropdown-menu);
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: var(--dropdown-menu-color);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: var(--text-color);
  background-color: var(--dropdown-menu-hover);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle='buttons'] > .btn > input[type='radio'],
[data-toggle='buttons'] > .btn > input[type='checkbox'] {
  display: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90000000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}
.modal-content {
  position: relative;
  background-color: var(--modal-bg);
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  pointer-events: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-sm {
  width: 300px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: var(--body-bg);
  background-clip: padding-box;
  border: 1px solid var(--box-shadow-color);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px var(--box-shadow-color);
  box-shadow: 0 5px 10px var(--box-shadow-color);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: var(--popover-title);
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: '';
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: ' ';
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: ' ';
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: ' ';
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: ' ';
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.modal-footer:before,
.modal-footer:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/*
 * Bootstrap v4 overrides
 * rbs4 - new bootstrap separator trying to avoid breaking everything else
 * it should be removed everywhere from code after bootstrap upgrade
 */
.rbs4 .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.rbs4 .form-row > .col,
.rbs4 .form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}
.rbs4 .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.rbs4 .dropdown-menu[x-placement^='bottom'],
.rbs4 .dropdown-menu[x-placement^='left'],
.rbs4 .dropdown-menu[x-placement^='right'],
.rbs4 .dropdown-menu[x-placement^='top'] {
  right: auto;
  bottom: auto;
}
.rbs4 .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: var(--rbs4-table);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.rbs4 .dropdown-item:hover,
.rbs4 .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.rbs4 .dropdown-item.active,
.rbs4 .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.rbs4 .dropdown-item.disabled,
.rbs4 .dropdown-item:disabled {
  color: var(--text-muted);
  pointer-events: none;
  background-color: transparent;
}
.rbs4 .dropdown-menu.show {
  display: block;
}
.rbs4 .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.rbs4 .table td,
.rbs4 .table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.rbs4 th {
  text-align: inherit;
}
.rbs4 .table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--rbs4-table);
}
.rbs4 table {
  border-collapse: collapse;
}
.rbs4 .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .rbs4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .rbs4 .modal-sm {
    max-width: 300px;
  }
}
.rbs4 .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .rbs4 .fade {
    transition: none;
  }
}
.rbs4 .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.rbs4 .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.rbs4 .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.rbs4 .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.rbs4 .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.rbs4 .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.rbs4 .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rbs4 .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rbs4 .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.rbs4 .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.rbs4 .is-invalid ~ .invalid-feedback,
.rbs4 .is-invalid ~ .invalid-tooltip,
.rbs4 .was-validated :invalid ~ .invalid-feedback,
.rbs4 .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.rbs4 .form-control.is-invalid,
.rbs4 .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: 2.25em;
}
.rbs4 .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.rbs4 .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.rbs4 .bg-success {
  background-color: #1b8133 !important;
}
.rbs4 .bg-danger {
  background-color: #dc3545 !important;
}
.rbs4 .progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}
.rbs4 .progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.rbs4 .progress,
.rbs4 .progress-bar {
  display: flex;
  overflow: hidden;
}
.rbs4 .progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.rbs4 .form-check {
  position: relative;
  display: block;
  padding-left: 2rem;
}
.rbs4 .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -2rem;
}
.rbs4 .form-check-label {
  margin-bottom: 0;
}
@keyframes moveDown {
  from {
    transform: translate(0, -50px);
  }
  to {
    transform: translate(0, 0);
  }
}
.rbs4.modal.fade .modal-dialog {
  animation-name: moveDown;
  animation-duration: 0.5s;
  transition: 0s;
}
@media (prefers-reduced-motion: reduce) {
  .rbs4.modal.fade .modal-dialog {
    transition: none;
  }
}
.rbs4.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.rbs4.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.rbs4.modal-backdrop.fade {
  opacity: 0;
}
.rbs4.modal-backdrop.show {
  opacity: 0.5;
}
.rbs4.tooltip.show {
  opacity: 0.9;
}
.rbs4.tooltip {
  font-size: 2rem;
}
.rbs4.toast.fade.show {
  opacity: 1;
}
.rbs4.modal.fade.show {
  opacity: unset;
  overflow: hidden;
}
.rbs4.fade:not(.show) {
  opacity: 0;
}
.rbs4.modal .modal-dialog {
  max-width: none;
}
.rbs4.modal .modal-dialog.modal-lg {
  width: 90%;
}
.rbs4.modal .modal-dialog.modal-sm {
  width: 500px;
}
.rbs4 .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.rbs4 .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rbs4.popover.left {
  margin-right: 5px !important;
}
.rbs4.popover.top {
  margin-bottom: 5px !important;
}
.rbs4.popover.right {
  margin-left: 5px !important;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: var(--grey-lighter);
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #616060;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: var(--grey-lighter);
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: var(--body-bg);
  border: 1px solid var(--text-muted);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: var(--color-doc-flag);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
@font-face {
  font-family: 'Charis SIL';
  src: url('../fonts/CharisSIL-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'perspective-icons';
  src: url('../fonts/perspective-icons.eot?-5s7ma4');
  src: url('../fonts/perspective-icons.eot?#iefix-5s7ma4') format('embedded-opentype'), url('../fonts/perspective-icons.woff?-5s7ma4') format('woff'), url('../fonts/perspective-icons.ttf?-5s7ma4') format('truetype'), url('../fonts/perspective-icons.svg?-5s7ma4#perspective-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.picon {
  font-family: 'perspective-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.picon-rod:before {
  content: '\e900';
}
.picon-print:before {
  content: '\f02f';
}
.picon-eye:before {
  content: '\f06e';
}
.picon-qsearch:before {
  content: '\f06e';
}
.picon-calendargrid:before {
  content: '\f073';
}
.picon-sidebyside:before {
  content: '\f0db';
}
.picon-spinner:before {
  content: '\f110';
}
.picon-calendar:before {
  content: '\f133';
}
.picon-date:before {
  content: '\f133';
}
.picon-today:before {
  content: '\f133';
}
.picon-target:before {
  content: '\f140';
}
.picon-plus:before {
  content: '\2b';
}
.picon-minus:before {
  content: '\2212';
}
.picon-pencil:before {
  content: '\270f';
}
.picon-search:before {
  content: '\e003';
}
.picon-star:before {
  content: '\e006';
}
.picon-user:before {
  content: '\e008';
}
.picon-shared:before {
  content: '\e008';
}
.picon-tick:before {
  content: '\e013';
}
.picon-cross:before {
  content: '\e014';
}
.picon-cog:before {
  content: '\e019';
}
.picon-trash:before {
  content: '\e020';
}
.picon-delete:before {
  content: '\e020';
}
.picon-home:before {
  content: '\e021';
}
.picon-document:before {
  content: '\e022';
}
.picon-time:before {
  content: '\e023';
}
.picon-download:before {
  content: '\e025';
}
.picon-down-circle:before {
  content: '\e026';
}
.picon-up-circle:before {
  content: '\e027';
}
.picon-padlock:before {
  content: '\e033';
}
.picon-locked:before {
  content: '\e033';
}
.picon-flag:before {
  content: '\e034';
}
.picon-modifications:before {
  content: '\e034';
}
.picon-tag:before {
  content: '\e041';
}
.picon-note:before {
  content: '\e041';
}
.picon-tags:before {
  content: '\e042';
}
.picon-notes:before {
  content: '\e042';
}
.picon-book:before {
  content: '\e043';
}
.picon-bookmark:before {
  content: '\e044';
}
.picon-list:before {
  content: '\e056';
}
.picon-tod:before {
  content: '\e056';
}
.picon-drop:before {
  content: '\e064';
}
.picon-colour:before {
  content: '\e064';
}
.picon-edit:before {
  content: '\e065';
}
.picon-share-sign:before {
  content: '\e066';
}
.picon-check-sign:before {
  content: '\e067';
}
.picon-previous:before {
  content: '\e079';
}
.picon-next:before {
  content: '\e080';
}
.picon-plus-sign:before {
  content: '\e081';
}
.picon-minus-sign:before {
  content: '\e082';
}
.picon-cross-sign:before {
  content: '\e083';
}
.picon-tick-sign:before {
  content: '\e084';
}
.picon-help:before {
  content: '\e085';
}
.picon-info:before {
  content: '\e086';
}
.picon-cross-circle:before {
  content: '\e088';
}
.picon-tick-circle:before {
  content: '\e089';
}
.picon-arrow-left:before {
  content: '\e091';
}
.picon-arrow-right:before {
  content: '\e092';
}
.picon-arrow-up:before {
  content: '\e093';
}
.picon-arrow-down:before {
  content: '\e094';
}
.picon-goto:before {
  content: '\e095';
}
.picon-uniE101:before {
  content: '\e101';
}
.picon-warning-sign:before {
  content: '\e107';
}
.picon-calendar2:before {
  content: '\e109';
}
.picon-annotation:before {
  content: '\e111';
}
.picon-refresh:before {
  content: '\e115';
}
.picon-replace:before {
  content: '\e115';
}
.picon-open:before {
  content: '\e118';
}
.picon-thumbs-up:before {
  content: '\e125';
}
.picon-paperclip:before {
  content: '\e142';
}
.picon-attach:before {
  content: '\e142';
}
.picon-link:before {
  content: '\e144';
}
.picon-exit:before {
  content: '\e163';
}
.picon-logout:before {
  content: '\e163';
}
.picon-history:before {
  content: '\e180';
}
.picon-googleplus:before {
  content: '\e600';
}
.picon-googleplus2:before {
  content: '\e601';
}
.picon-facebook:before {
  content: '\e602';
}
.picon-facebook2:before {
  content: '\e603';
}
.picon-twitter:before {
  content: '\e604';
}
.picon-twitter2:before {
  content: '\e605';
}
.picon-linkedin:before {
  content: '\e606';
}
.picon-envelope:before {
  content: '\e901';
}
.picon-phone:before {
  content: '\e902';
}
.picon-filter:before {
  content: '\e903';
}
/* ==========================================================================
   Pendragon Perspective styles
   Variables
   ========================================================================== */
:root {
  --body-bg: #fff;
  --grey-light: #ddd;
  --grey-lighter: #eee;
  --text-color: black;
  --text-color-inverted: #ffffff;
  --brand-blue: #505fab;
  --contrasting-blue: #2f396b;
  --brand-extra-dark-blue: #30588c;
  --brand-extra-light-blue: #dadff3;
  --brand-xx-light-blue: #f2f4fc;
  --brand-mid-blue: #8b9aeb;
  --link-color: #0b008b;
  --link-hover: #3071a9;
  --text-muted: #616060;
  --text-muted-contrasting: #2f2f2f;
  --panetitle-bg: #ccc;
  --pane-doc-light: #fcfcfc;
  --pane-toc: #dadff3;
  --legend-color: #333333;
  --popover-title: #f7f7f7;
  --grey-light-lighten: #eaeaea;
  --grey-darker: #555555;
  --grey-mid: #616060;
  --popup-headerbg: #ddd;
  --modal-bodybg: #eee;
  --modal-bg: #fff;
  --toc-hover-bg: #ddd;
  --searchpane-bg: #dadff3;
  --btn-mid-bg: #ccc;
  --btn-mid-border: #bfbfbf;
  --btn-mid-bg-hover: #d9d9d9;
  --btn-primary-color: #fff;
  --btn-primary-border: #32418b;
  --state-success-bg: #dff0d8;
  --state-info-bg: #d9edf7;
  --rbs4-table: #212529;
  --rbs4-btn-link-hover: #f3f3f3;
  --drag-drop: #f5f7fd;
  --drag-drop-hover: #ebedf5;
  --dropdown-menu: #fff;
  --dropdown-menu-hover: #f5f5f5;
  --dropdown-menu-color: #333333;
  --color-heading-main: #800000;
  --color-term: #b125b4;
  --color-doc-flag: #333;
  --doc-flag-opacity: 0.8;
  --date-entry-today: #0b008b;
  --color-defterm: #7d26cd;
  --color-ednote: #800000;
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --highlight-titlematch-bg: yellow;
  --highlight-bg: #ffc;
  --input-bg: white;
  --tt-orig-into-force: #e4f4ff;
  --tt-insert-hit-bg: #944224;
  --toc-suffix: #333;
  --btn-hover: #707070;
  --pane-toc-active: #d5e3ee;
  --state-danger-text: #b94a48;
  --private-anno-card: #ded0f7;
  --private-anno-card-head: #bfa4f0;
  --filter-btn-text: #fff;
  --light-grey-bg: #f5f5f5;
  --icon-dark-blue: #4c5893;
  --toolbar-icon: #4c5893;
  --custom-icon: #2f396b;
  --searchbar-active: #b3bee7;
}
[data-theme='dark'] {
  --body-bg: #1e1e1e;
  --grey-light: #555555;
  --grey-lighter: #3e3b3b;
  --text-color: #ffffff;
  --text-color-inverted: black;
  --brand-blue: #8b9aeb;
  --contrasting-blue: #b6c0f3;
  --brand-extra-dark-blue: #d5e3ee;
  --brand-extra-light-blue: #4c5893;
  --brand-xx-light-blue: #333;
  --brand-mid-blue: #d5e3ee;
  --link-color: #c7ceff;
  --link-hover: #72b6f1;
  --text-muted: #cccccc;
  --text-muted-contrasting: #c9c9c9;
  --panetitle-bg: #4c5893;
  --pane-doc-light: #444a69;
  --pane-toc: #2e313b;
  --legend-color: #fff;
  --popover-title: #1e1e1e;
  --grey-darker: #eee;
  --grey-mid: #eee;
  --grey-light-lighten: #626262;
  --popup-headerbg: #1e1e1e;
  --modal-bodybg: #555555;
  --modal-bg: #1e1e1e;
  --searchpane-bg: #30344a;
  --toc-hover-bg: #666;
  --btn-mid-bg: #1e1e1e;
  --btn-mid-border: #1e1e1e;
  --btn-mid-bg-hover: #2b2b2b;
  --btn-primary-color: #000;
  --btn-primary-border: #8794d4;
  --state-success-bg: #2dc93d;
  --state-info-bg: #1e1e1e;
  --rbs4-table: #ffffff;
  --rbs4-btn-link-hover: #2b2b2b;
  --drag-drop: #333333;
  --drag-drop-hover: #555555;
  --dropdown-menu: #444a69;
  --dropdown-menu-hover: #505fab;
  --dropdown-menu-color: #fff;
  --color-heading-main: pink;
  --color-term: #dc61de;
  --color-doc-flag: #ddd;
  --doc-flag-opacity: 1;
  --date-entry-today: #dadff3;
  --color-defterm: #9649dd;
  --color-ednote: pink;
  --box-shadow-color: #333;
  --highlight-titlematch-bg: black;
  --highlight-bg: #52512d;
  --input-bg: #333333;
  --tt-orig-into-force: #234066;
  --tt-insert-hit-bg: #ffe7b3;
  --toc-suffix: #bebebe;
  --btn-hover: #ccc;
  --pane-toc-active: #24262e;
  --state-danger-text: #faa7a6;
  --private-anno-card: #1d084c;
  --private-anno-card-head: #2f0d7a;
  --filter-btn-text: #0b008b;
  --light-grey-bg: #666;
  --icon-dark-blue: #dadff3;
  --toolbar-icon: #fff;
  --custom-icon: #fff;
}
/* ==========================================================================
   Pendragon Perspective styles
   Variables redefined for brand colours
   More specific overrides in skin.less
   ========================================================================== */
:root {
  --toolbar-bg: #bdc7fa;
  --lastlogin: #5f5a9f;
}
[data-theme="dark"] {
  --toolbar-bg: #444A69;
  --lastlogin: #FFFFFF;
}
/* ==========================================================================
   Pendragon Perspective styles
   Custom Mixins for Perspective
   ========================================================================== */
/* ==========================================================================
   Pendragon Perspective styles
   Layout for positioning the toolbars and panes
   ========================================================================== */
.toolbar {
  position: fixed;
  z-index: 1000;
  height: 40px;
  width: 100%;
  background-color: #bdc7fa;
  background-color: var(--toolbar-bg);
}
.titlebar {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 30px;
}
.toolbar-btm {
  position: fixed;
  z-index: 1000;
  height: 40px;
  width: 100%;
  background-color: #bdc7fa;
}
.pane-main {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  overflow: auto;
}
.pane-main.with-panetitle {
  margin-top: 20px;
}
.pane-main .panetitle {
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.panetitle {
  position: fixed;
  z-index: 1030;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-bottom: 1px solid #999;
  background-color: #ccc;
  font-size: 11px;
  white-space: nowrap;
}
.panetitle .title-text {
  line-height: 20px;
  margin: 0;
  font-size: 11px;
  font-weight: normal;
}
.panetitle .short-title {
  display: none;
  border-bottom: 0;
}
.panetitle .collapse-toc {
  height: 20px;
  width: 20px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--grey-darker);
  font-size: 14px;
  vertical-align: middle;
}
.panetitle .pane-grabber {
  position: absolute;
  top: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #999;
  background-color: #b3b3b3;
  text-align: center;
  cursor: ew-resize;
}
.panetitle .pane-grabber:hover,
.panetitle .pane-grabber:focus {
  background-color: #bfbfbf;
}
.pane-left {
  position: fixed;
  z-index: 10;
  left: 0;
  width: 25%;
  overflow-y: auto;
}
.pane-left.with-panetitle {
  margin-top: 20px;
}
.pane-left .panetitle {
  left: 0;
  width: 25%;
}
.pane-left .pane-grabber {
  right: 0;
}
.pane-right {
  position: fixed;
  z-index: 100;
  right: 0;
  width: 17%;
  overflow-y: auto;
  background-color: #dadff3;
}
.pane-right.with-panetitle {
  margin-top: 20px;
}
.pane-right .panetitle {
  right: 0;
  width: 17%;
}
.pane-right .panetitle .title-text {
  margin-left: 20px;
}
.pane-right .pane-grabber {
  left: 0;
}
.compare-gutter {
  position: fixed;
  left: 49%;
  width: 2%;
  top: 0;
  bottom: 0;
  z-index: 900;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  background-color: #ccc;
}
.pane-grabber {
  transition: left 0.1s ease-out;
  transition: right 0.1s ease-out;
}
.toolbar {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.toolbar {
  top: 0;
}
.titlebar {
  top: 0;
}
.panetitle {
  top: 0;
}
.pane-left {
  top: 0;
  bottom: 0;
}
.pane-main {
  top: 0;
  bottom: 0;
}
.pane-right {
  top: 0;
  bottom: 0;
}
.toolbar-btm {
  bottom: 0;
}
.with-toolbar .toolbar {
  display: block;
}
.with-toolbar .panetitle,
.with-toolbar .pane-left,
.with-toolbar .pane-main,
.with-toolbar .pane-right {
  top: 40px;
}
.with-titlebar .titlebar {
  display: block;
}
.with-titlebar .panetitle,
.with-titlebar .pane-left,
.with-titlebar .pane-main,
.with-titlebar .pane-right {
  top: 30px;
}
.with-toolbar.with-titlebar .titlebar {
  top: 40px;
}
.with-toolbar.with-titlebar .panetitle,
.with-toolbar.with-titlebar .pane-left,
.with-toolbar.with-titlebar .pane-main,
.with-toolbar.with-titlebar .pane-right {
  top: 70px;
}
.with-toobar.with-titlebar.pw-fave {
  bottom: 40px;
}
.with-toolbar-btm .pane-left {
  bottom: 40px;
}
.with-toolbar-btm .pane-main {
  bottom: 40px;
}
.with-toolbar-btm .pane-right {
  bottom: 40px;
}
.with-pane-left .pane-main {
  left: 25%;
}
.with-pane-left .pane-main .panetitle {
  left: 25%;
}
.with-pane-right .pane-main {
  right: 17%;
}
.with-pane-right .pane-main .panetitle {
  right: 17%;
}
.with-pane-left-min .panetitle-left {
  width: 65px;
}
.with-pane-left-min .pane-main .panetitle {
  left: 65px;
}
.with-pane-left-min .pane-left .inner {
  display: none !important;
  visibility: hidden !important;
}
.with-pane-left-min .panetitle-left .short-title {
  display: inline;
}
.with-pane-left-min .panetitle-left .full-title,
.with-pane-left-min .panetitle-left .collapse-toc {
  display: none !important;
  visibility: hidden !important;
}
.with-pane-right-min .panetitle-right {
  width: 65px;
}
.with-pane-right-min .pane-main .panetitle {
  right: 65px;
}
.with-pane-right-min .pane-right .inner {
  display: none !important;
  visibility: hidden !important;
}
.with-pane-right-min .panetitle-right .short-title {
  display: inline;
}
.with-pane-right-min .panetitle-right .full-title,
.with-pane-right-min .panetitle-right .collapse-toc {
  display: none !important;
  visibility: hidden !important;
}
.with-compare {
  overflow: hidden;
}
.with-compare .pane-main.compare-left,
.with-compare .pane-main.compare-left .panetitle {
  right: 51%;
}
.with-compare .pane-main.compare-right,
.with-compare .pane-main.compare-right .panetitle {
  z-index: 21;
  left: 51%;
}
.with-compare .pane-main.pane-doc.compare-left .inner,
.with-compare .pane-main.pane-doc.compare-right .inner {
  width: 540px;
}
.with-compare .titlebar {
  width: 49%;
}
.with-compare .titlebar.titlebar-right {
  left: 51%;
}
.with-compare .toolbar-btm {
  width: 49%;
}
.with-compare .toolbar-btm.toolbar-btm-right {
  left: 51%;
}
.with-compare .header-container .news-header {
  display: block;
  background: url(../img/news-header.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 137px;
}
.with-compare .header-container .survey-header {
  display: block;
  margin-left: -29%;
  background: url(../img/survey-header.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 137px;
}
.with-compare .compare-left .news-header,
.with-compare .compare-left .survey-header,
.with-compare .compare-right .news-header,
.with-compare .compare-right .survey-header {
  margin-left: -15%;
}
.with-compare.compare-left-with-pane-left .pane-main.compare-left {
  left: 25%;
}
.with-compare.compare-left-with-pane-left .pane-main.compare-left .panetitle {
  left: 25%;
}
.with-compare.compare-right-with-pane-left .pane-main.compare-right {
  left: 76%;
}
.with-compare.compare-right-with-pane-left .pane-main.compare-right .panetitle {
  left: 76%;
}
.with-compare.compare-right-with-pane-left .compare-right-pane-left {
  z-index: 21;
  left: 51%;
}
.with-compare.compare-right-with-pane-left .compare-right-pane-left .panetitle {
  left: 51%;
}
.with-compare.compare-left-with-pane-left-min .compare-left-pane-left .panetitle-left {
  width: 65px;
}
.with-compare.compare-left-with-pane-left-min .pane-main.compare-left .panetitle {
  left: 65px;
}
.with-compare.compare-left-with-pane-left-min .compare-left-pane-left .inner {
  display: none !important;
  visibility: hidden !important;
}
.with-compare.compare-left-with-pane-left-min .compare-left-pane-left .panetitle-left .short-title {
  display: inline;
}
.with-compare.compare-left-with-pane-left-min .compare-left-pane-left .panetitle-left .full-title,
.with-compare.compare-left-with-pane-left-min .compare-left-pane-left .panetitle-left .collapse-toc {
  display: none !important;
  visibility: hidden !important;
}
.with-compare.compare-right-with-pane-left-min .compare-right-pane-left .panetitle-left {
  left: 51%;
  width: 65px;
}
.with-compare.compare-right-with-pane-left-min .pane-main.compare-right .panetitle {
  left: 51%;
  margin-left: 65px;
}
.with-compare.compare-right-with-pane-left-min .compare-right-pane-left {
  left: 51%;
}
.with-compare.compare-right-with-pane-left-min .compare-right-pane-left .inner {
  display: none !important;
  visibility: hidden !important;
}
.with-compare.compare-right-with-pane-left-min .compare-right-pane-left .panetitle-left .short-title {
  display: inline;
}
.with-compare.compare-right-with-pane-left-min .compare-right-pane-left .panetitle-left .full-title,
.with-compare.compare-right-with-pane-left-min .compare-right-pane-left .panetitle-left .collapse-toc {
  display: none !important;
  visibility: hidden !important;
}
.pan-searchresults {
  position: fixed;
  top: 40px;
  height: 300px;
}
.with-toolbar.with-titlebar.with-searchresults .pan-searchresults {
  top: 40px;
}
.with-toolbar.with-titlebar.with-searchresults .titlebar {
  top: 340px;
}
.with-toolbar.with-titlebar.with-searchresults .panetitle,
.with-toolbar.with-titlebar.with-searchresults .pane-left,
.with-toolbar.with-titlebar.with-searchresults .pane-main,
.with-toolbar.with-titlebar.with-searchresults .pane-right {
  top: 370px;
}
.with-searchresults-max .pan-searchresults {
  height: auto !important;
  bottom: 0 !important;
}
.with-searchresults-max .titlebar,
.with-searchresults-max .toolbar-btm,
.with-searchresults-max .content,
.with-searchresults-max .hit.invisible {
  visibility: hidden !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
  .content .with-panetitle {
    margin-top: 0;
    padding-top: 20px;
  }
  .with-pane-left-min .pane-left {
    height: 20px;
    width: 65px;
    z-index: 30;
  }
  .with-pane-right-min .pane-right {
    height: 20px;
    width: 65px;
    z-index: 30;
  }
}
.lt-ie8 .pane-left .panetitle,
.lt-ie8 .pane-right .panetitle {
  padding: 0;
}
.lt-ie8 .pane-left .panetitle .title-text,
.lt-ie8 .pane-right .panetitle .title-text {
  padding: 0 10px;
}
.lt-ie8 .pane-left .panetitle .pane-grabber,
.lt-ie8 .pane-right .panetitle .pane-grabber {
  position: relative;
  top: -20px;
  cursor: move;
}
.lt-ie8 .pane-left .pane-grabber {
  float: right;
}
.lt-ie8 .pane-right .pane-grabber {
  float: left;
}
/* ==========================================================================
   Pendragon Perspective styles
   Layout for non-paned pages - e.g. logged-out pages, or home pages
   (Does not apply to popup windows - even if non-paned)
   ========================================================================== */
.logged-out .toolbar {
  position: relative;
  padding: 2px 0;
}
.logged-out .toolbar .nav {
  float: none;
}
.logged-out .toolbar .nav > LI {
  float: none;
  display: inline;
}
.logged-out .toolbar .nav > LI .toolbar-item {
  float: none;
  display: inline-block;
  margin-top: 1px;
}
.logged-out .toolbar .nav .account-tools {
  float: right;
  padding: 2px 5px;
}
.logged-out .toolbar .nav .toolbar-brand A {
  display: inline-block;
  margin-top: -5px;
}
.non-paned .main-content {
  min-height: 500px;
  margin-bottom: 100px;
}
.non-paned .pane-main {
  position: static;
  margin-top: 35px;
  top: 0;
}
.non-paned .container {
  position: relative;
  max-width: 1080px;
  padding: 0 10px;
  padding-bottom: 25px;
  margin: 0 auto;
}
.non-paned .wide .main-content {
  margin-bottom: 0;
}
.non-paned .wide .container {
  max-width: none;
}
.non-paned .wide .container .banner-title {
  display: inline-flex;
  align-items: center;
}
.non-paned .wide .container h1 {
  font-size: 18px;
  margin: 0;
  display: inline-block;
}
.non-paned .wide .banner.hero .container,
.non-paned .wide .main-content .container {
  margin: 10px 2vw;
}
.non-paned .wide .banner.hero .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
}
.non-paned .wide .container {
  margin: 0 2vw;
}
.non-paned.mini-contentarea .main-content .container {
  max-width: 640px;
}
.non-paned .content {
  padding: 0;
}
.non-paned .content:before,
.non-paned .content:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.non-paned .content:after {
  clear: both;
}
.non-paned .content:before,
.non-paned .content:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.non-paned .content:after {
  clear: both;
}
.non-paned .content .col-secondary {
  float: left;
  width: 32.5%;
  margin-bottom: 20px;
}
.non-paned .content .col-primary {
  float: right;
  width: 65.5%;
  margin-bottom: 20px;
}
.non-paned .footer {
  position: relative;
  min-height: 120px;
  padding: 20px 0;
  margin-top: 70px;
}
.non-paned .footer .logo {
  position: absolute;
}
.non-paned .footer .logo-pendragon {
  left: 5px;
  top: -12px;
}
.non-paned .footer .copyright {
  padding-top: 2px;
  margin: 0 0 0 120px;
  font-size: 12px;
  text-align: right;
}
.banner {
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
}
.banner:before,
.banner:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.banner:after {
  clear: both;
}
.banner:before,
.banner:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.banner:after {
  clear: both;
}
.banner .banner-msg {
  float: right;
  font-size: 18px;
}
.banner.hero {
  background-color: #ddd;
  background-color: var(--grey-light);
}
.banner.hero .container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
}
.banner.hero .banner-msg {
  font-size: 24px;
  text-align: right;
  margin-left: auto;
}
.banner.hero .banner-msg:nth-child(3) {
  flex: 1 1 50%;
}
.banner.hero .banner-msg .banner-msg-inner {
  text-align: left;
  display: inline-block;
}
.banner.hero .banner-logo {
  position: absolute;
  top: -40px;
  left: 10px;
}
.banner H1 {
  flex: 1 1 50%;
  max-width: 580px;
  line-height: 1;
}
.banner .last-login {
  font-size: 15px;
  color: #616060;
  color: var(--text-muted);
  white-space: nowrap;
}
.banner .breadcrumbs {
  position: absolute;
  top: 0;
  left: 10px;
}
.banner .ai-banner {
  flex: 1 1 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 14px;
  opacity: 1;
  background-color: var(--input-bg);
  padding: 0px 2px 0px 0px;
  box-shadow: 2px -4px 7px -8px #bdc7fa inset, 0px 0px 1px #808080 inset, 0px -2px 3px -2px var(--brand-mid-blue) inset, 0px 0px 1px 1px #bdc7fa inset;
  background-color: #ffffff;
  border: none;
}
.banner .ai-banner .ai-blue {
  padding: 6px 2px 6px 6px;
}
.banner .ai-banner .ai-blue svg {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: auto;
}
.banner .ai-banner .ai-white svg {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
.banner .ai-banner .ai-white svg path {
  fill: none;
}
.banner .ai-banner .ai-white svg g path {
  fill: #eeeff7;
}
.banner .ai-banner header {
  color: var(--contrasting-blue);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: left;
  opacity: 1;
  font-style: normal;
  padding-top: 2px;
}
.banner .ai-banner p {
  opacity: 1;
  color: var(--brand-blue);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-align: left;
}
.banner .ai-banner .ai-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 12px;
  opacity: 1;
  margin-left: auto;
  margin-right: 5px;
  padding: 4px 10px;
  gap: 5px;
  background-size: 10.00000015%;
  min-width: 0;
  text-transform: none;
  background-image: linear-gradient(180deg, #4170A4 0%, #444a69 100%);
  color: #eeeff7;
  border: none;
  box-shadow: 2px -9px 14px -7px #32418b inset, 0px -6px 9px -3px #eeeff7 inset, 0px 0px 1px #5060ac inset, 0px 4px 9px 1px #8794d4;
}
@media (max-width: 768px) {
  .banner .ai-banner .ai-button {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .banner .ai-banner .ai-button {
    font-size: 8px;
  }
}
.banner .ai-banner .ai-button:hover {
  background-image: linear-gradient(180deg, #444a69 0%, bluePrimaryDarkest 100%);
}
.wide .banner {
  padding: 0;
  margin: 0;
}
.wide .banner .banner-msg {
  display: inline-flex;
  align-items: center;
}
.wide .banner .banner-contact {
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.wide .banner.hero .banner-msg {
  font-size: 18px;
}
.wide .banner.hero .banner-logo {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.wide .banner H1 {
  float: none;
  line-height: unset;
  font-weight: bold;
}
.wide .banner .breadcrumbs {
  position: relative;
  top: 0;
  left: 0;
  font-size: 18px;
}
.wide .banner .breadcrumb-separator {
  margin: 0 10px;
  font-size: 18px;
}
.tint-box {
  position: relative;
  margin-bottom: 20px;
}
.tint-box H2 {
  font-size: 22px;
  margin-top: 10px;
}
.tint-box H3 {
  font-size: 18px;
}
.tint-box UL {
  padding-left: 15px;
}
.tint-box .icon-locked {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.box-news UL {
  padding-left: 15px;
}
.box-tod P {
  line-height: 25px;
}
.box-tod br + br,
.tod-menu br + br {
  display: none;
}
.box-tod br:first-child,
.tod-menu br:first-child {
  display: none;
}
.box-tod a,
.tod-menu a {
  white-space: nowrap;
}
.columns:before,
.columns:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.columns:after {
  clear: both;
}
.columns:before,
.columns:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.columns:after {
  clear: both;
}
.columns .col {
  float: left;
  margin-bottom: 10px;
}
.columns .col:first-child {
  margin-left: 0 !important;
}
.columns .col > H2:first-child {
  margin-top: 0;
}
.columns.cols-2 .col {
  width: 48.5%;
  margin-left: 3%;
}
.columns.cols-3 .col {
  width: 31.3%;
  margin-left: 3%;
}
.box-rod {
  background-color: #eee;
  background-color: var(--grey-lighter);
  border: 1px solid #ccc;
}
.box-rod .box-head {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.box-rod .box-head H2 {
  margin: 0 0 10px 0;
}
.box-rod .box-head .help-text {
  margin: 0;
  font-size: 12px;
  color: #616060;
  color: var(--text-muted);
}
.box-rod .box-body {
  position: relative;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px 0;
}
.box-rod .box-body LI {
  margin-bottom: 8px;
}
.settings-content H2,
.prefs-content H2 {
  margin-top: 0;
}
.settings-content .change-details {
  position: absolute;
  right: 0;
  margin-top: -42px;
}
/* ==========================================================================
   Pendragon Perspective styles
   High-level typography
   ========================================================================== */
BODY {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: black;
  /* Fallback */
  color: var(--text-color);
  background-color: #fff;
  /* Fallback */
  background-color: var(--body-bg);
}
A {
  color: #0b008b;
  color: var(--link-color);
}
A > span.picon-star {
  color: #d5e3ee;
}
A:hover {
  color: #3071a9;
}
P {
  margin: 0 0 5.25px;
}
UL,
OL {
  padding-left: 35px;
  margin-top: 0;
  margin-bottom: 10.5px;
}
UL UL,
OL UL,
UL OL,
OL OL {
  margin-bottom: 0;
}
UL LI,
OL LI {
  margin: 0 0 5.25px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 31.5px;
  margin-bottom: 21px;
}
h4,
h5,
h6 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
.pull-quote {
  float: right;
  width: 30%;
  margin: 0 0 20px 20px;
  font-size: 18px;
  text-align: center;
}
.dl-horizontal {
  margin: 0;
}
.dl-horizontal dt {
  float: left;
  width: 100px;
  clear: left;
  font-weight: bold;
}
.dl-horizontal dd {
  margin-left: 120px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #ccc;
}
blockquote p {
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
/* ==========================================================================
   Pendragon Perspective styles
   Forms
   ========================================================================== */
LABEL .muted {
  font-weight: normal;
}
.text-danger {
  color: #b94a48;
}
.form-control.with-placeholder {
  color: #999;
}
.box-form {
  margin-top: 25px;
  position: relative;
  padding: 15px 20px;
  border: 2px solid #333;
  background-color: #ddd;
  background-color: var(--grey-light);
}
.box-form .form-title {
  margin: 0 0 10px 0;
  font-size: 24px;
  text-align: center;
}
.login-form {
  margin-bottom: 30px;
}
.login-form .remember-field .shared-warning {
  font-size: smaller;
  display: block;
}
.login-form .login-controls-container {
  display: flex;
  flex-direction: row;
}
.login-form .login-controls-container .remember-field,
.login-form .login-controls-container .login-button-container {
  flex-grow: 1;
}
.login-form .login-controls-container .login-button-container {
  text-align: right;
}
.login-form .login-controls-container .login-button-container .forgot-login {
  display: block;
  margin-top: 10px;
}
.mfa-info {
  background-color: var(--brand-xx-light-blue);
  border: 1px solid var(--brand-extra-light-blue);
  border-radius: 4px;
  padding: 15px;
  margin: 20px 0;
}
.mfa-actions {
  text-align: center;
  margin: 30px 0;
}
.mfa-actions form {
  margin: 0;
  display: inline-block;
}
.mfa-alternative {
  margin-top: 15px;
}
.mfa-alternative a {
  color: var(--link-color);
  text-decoration: none;
}
.mfa-alternative a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
.mfa-security-info {
  background-color: var(--modal-bodybg);
  border: 1px solid var(--grey-light);
  border-radius: 4px;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}
.mfa-security-info small {
  color: var(--text-muted);
}
.or-break {
  border-bottom: 2px solid #999;
  font-size: 20px;
  line-height: 0;
  text-align: center;
}
.or-break span {
  background: #ddd;
  background: var(--grey-light);
  padding: 0 10px;
}
.federated-login-container {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 30px;
}
.fieldset-box {
  position: relative;
  padding: 10px 10px 0 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.fieldset-box LEGEND {
  position: absolute;
  top: -10px;
  left: 8px;
  width: auto;
  padding: 0 2px;
  background-color: #eee;
  background-color: var(--modal-bodybg);
  border: 0;
  font-size: 13px;
  font-weight: bold;
}
.legend-plain {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
}
.modal .legend-plain {
  font-size: 13px;
}
.lt-ie8 .form-group .form-control {
  height: auto;
  width: 95%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
  INPUT[type='text']:focus,
  INPUT[type='search']:focus,
  INPUT[type='email']:focus,
  INPUT[type='url']:focus {
    font-size: 16px !important;
  }
}
.has-error ul.errorlist {
  padding-left: 0;
  list-style: none;
  color: var(--state-danger-text);
}
.progress {
  overflow: hidden;
  height: 21px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  background-color: #505fab;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
ul.inputlist {
  padding-left: 0;
  list-style: none;
}
ul.inputlist input[type='radio'],
ul.inputlist input[type='checkbox'] {
  margin-right: 5px;
}
.federated-login-warning {
  font-size: 12px;
  border: solid 1px black;
  padding: 10px 15px;
  margin-bottom: 10px;
}
#final-federated-warning {
  background: #eee;
  background-color: var(--grey-lighter);
}
/* ==========================================================================
   Pendragon Perspective styles
   Tables (both UI and document)
   ========================================================================== */
.ui-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  background-color: var(--body-bg);
  font-size: 13px;
}
.ui-table TH,
.ui-table TD {
  padding: 5px 10px;
  vertical-align: top;
}
.ui-table TH {
  background-image: linear-gradient(to bottom, #fff 0%, var(--grey-light) 100%);
  color: #000;
  border-top: 1px solid #ccc;
  text-align: left;
}
.ui-table .abbr-matches + .title-matches TR:first-child TD {
  border-top: 1px solid #ccc;
}
.ui-table A {
  color: black;
  color: var(--text-color);
}
.ui-table A:hover,
.ui-table A:focus {
  color: var(--link-color);
}
.ui-table .highlight TD {
  background-color: var(--grey-lighter);
  cursor: pointer;
}
.ui-table .highlight A {
  color: #0b008b;
}
.ui-table .active TD {
  background-color: var(--highlight-bg);
}
.pane-main TABLE {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  margin: 10.5px 0;
  table-layout: fixed;
}
.table tr.success {
  background-color: #dff0d8;
  color: #387239;
}
.table tr.danger {
  background-color: #f2dede;
  color: #b94a48;
}
.table th,
.table td {
  padding: 8px;
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ccc;
  text-indent: 0;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ccc;
}
.table TABLE {
  background-color: #fcfcfc;
  background-color: var(--pane-doc-light);
}
.table CAPTION {
  font-weight: bold;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
  font-size: 12px;
}
.table-bordered,
.table {
  border: 1px solid #ccc;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 6px;
}
.table-bordered th,
.table th,
.table-bordered td,
.table td {
  border-left: 1px solid #ccc;
}
.table-bordered caption + thead tr:first-child th,
.table caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td,
.table tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table tbody:first-child tr:first-child > td:first-child {
  border-top-left-radius: 6px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table tbody:first-child tr:first-child > td:last-child {
  border-top-right-radius: 6px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table tfoot:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 6px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table tfoot:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 6px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child,
.table tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child,
.table tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child,
.table colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child,
.table colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
.table-bordered .chjc,
.table .chjc {
  text-align: center;
}
.table-bordered .chjl,
.table .chjl {
  text-align: left;
}
.table-bordered .chjr,
.table .chjr {
  text-align: right;
}
.table-bordered .cvjt,
.table .cvjt {
  vertical-align: top;
}
.table-bordered .cvjc,
.table .cvjc {
  vertical-align: middle;
}
.table-bordered .cvjb,
.table .cvjb {
  vertical-align: bottom;
}
/* ==========================================================================
   Pendragon Perspective styles
   Tab-style navigation, used in M_SEARCH, NEWS, SETTINGS
   ========================================================================== */
.nav-tabs {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.nav-tabs:before,
.nav-tabs:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs:before,
.nav-tabs:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  position: relative;
  display: block;
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-right: -1px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  color: var(--text-color);
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #eaeaea;
  background-color: var(--grey-light-lighten);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: black;
  color: var(--text-color);
  background-color: var(--body-bg);
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.vertical {
  min-height: 300px;
  border-bottom: 0;
  border-right: 2px solid #999;
}
.nav-tabs.vertical > LI {
  float: none;
  margin-bottom: 0;
}
.nav-tabs.vertical > LI > A {
  padding: 10px;
  margin-right: -2px;
  border: 1px solid #ccc;
  border-right: 2px solid #999;
  border-radius: 6px 0 0 6px;
  margin-bottom: -1px;
  color: var(--text-muted);
  z-index: 10;
}
.nav-tabs.vertical > LI.active > A {
  border: solid 2px;
  border-right-color: var(--body-bg);
  color: var(--text-color);
  border-left-color: #999;
  border-top-color: #999;
  border-bottom-color: #999;
  z-index: 20;
}
/* ==========================================================================
   Pendragon Perspective styles
   Top toolbar, Bottom toolbar
   ========================================================================== */
.toolbar-item {
  position: relative;
  display: inline-block;
  padding: 5px 4px;
  margin: 2px 0;
  border: 1px solid transparent;
  background-color: transparent;
  white-space: nowrap;
  overflow: visible;
  color: black;
}
.toolbar-item .label {
  font-size: 11px;
  line-height: 1;
  vertical-align: middle;
}
.toolbar-item.biglabel .label {
  font-size: 18px;
}
.toolbar-item.btn:focus {
  outline: 0;
  background-color: #afbbf9;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}
.toolbar-item.btn:hover,
.toolbar-item.btn:focus {
  border-color: #8e9ff6;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  color: white;
}
.toolbar-item.btn:hover .picon,
.toolbar-item.btn:focus .picon {
  color: white;
}
.toolbar-item.btn:hover:focus {
  border-color: #768bf5;
}
.toolbar-item.btn:active,
.toolbar-item.btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  top: 1px;
}
.nav-container .form-control {
  display: inline-block;
  width: auto;
  height: 24px;
  line-height: normal;
  padding: 2px 5px;
  font-size: 11px;
}
.nav-container .form-control:focus {
  background-color: var(--highlight-bg);
  border-color: red;
}
.lt-ie8 .nav-container .form-control {
  height: 18px;
}
.nav {
  float: left;
  width: 100%;
  height: 41px;
  margin: 0;
  padding: 0;
  z-index: 1000;
  list-style: none;
}
.nav A {
  text-decoration: none;
}
.nav .toolbar-brand A {
  display: block;
  padding: 10px 5px 12px 10px;
  font-size: 18px;
  line-height: 1;
  color: black;
}
.nav .toolbar-brand A.logo {
  padding: 0;
}
.nav .toolbar-brand A.with-bannerlogo {
  margin-left: 168px;
}
.nav > LI {
  position: relative;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}
.nav > LI > .toolbar-item {
  float: left;
  display: block;
}
.nav > .divider {
  height: 24px;
  width: 0;
  margin: 8px 5px;
  border-right: 1px solid #ccc;
}
.nav .toolbar-qsearch > .toolbar-item > .label {
  padding-left: 4px;
}
.nav .toolbar-qsearch .form-control {
  width: 110px;
}
.nav .toolbar-goto {
  padding-right: 33px;
}
.nav .toolbar-goto .goto-fields #location-type,
.nav .toolbar-goto .goto-fields #location-type-dropped {
  width: 100px;
}
.nav .toolbar-goto .goto-fields #location {
  width: 32px;
}
.nav .toolbar-goto .btn-goto {
  position: absolute;
  top: 0;
  right: 0;
}
.nav .toolbar-anno .btn-anno {
  padding-right: 22px;
}
.nav .toolbar-anno .btn-dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
}
.nav .toolbar-anno .btn-dropdown-toggle .caret {
  margin-top: -2px;
}
.nav .toolbar-more {
  float: right;
}
.nav .toolbar-more .btn-dropdown-toggle {
  padding: 7px 10px;
}
.nav .toolbar-more .btn-dropdown-toggle .icon {
  background-color: transparent;
}
.nav .toolbar-more .btn-dropdown-toggle .caret {
  margin-top: 6px;
}
.nav .toolbar-more .dropdown-menu .toolbar-item {
  float: none;
  display: block;
  width: 100%;
  padding: 5px 10px 5px 10px;
  text-align: left;
}
.nav .toolbar-more .dropdown-menu .toolbar-item .label {
  font-size: 12px;
}
.nav .toolbar-more .dropdown-menu .toolbar-item .icon {
  display: none;
}
.nav .toolbar-dropped {
  display: none;
}
.nav .toolbar-dropped .btn-dropdown-toggle {
  padding: 7px 5px;
}
.nav .toolbar-dropped .btn-dropdown-toggle .icon {
  background-color: transparent;
}
.nav .toolbar-dropped .btn-dropdown-toggle .caret {
  margin-top: 6px;
}
.nav .toolbar-dropped .dropdown-menu {
  left: -90px;
  width: 185px;
  min-width: none;
}
.nav .toolbar-dropped .dropdown-menu .toolbar-item {
  float: none;
  display: none;
  width: 100%;
  padding: 5px;
  text-align: left;
}
.nav .toolbar-dropped .dropdown-menu .toolbar-item .label {
  font-size: 12px;
}
.nav .location-select {
  width: 40px;
  text-align: right;
}
@media (max-width: 1060px) {
  .nav .toolbar-preferences .label {
    display: none;
  }
}
.nav .toolbar-preferences LABEL {
  font-weight: normal;
}
.toolbar .popover,
.toolbar .dropdown-menu {
  width: 300px;
}
.toolbar-more .dropdown-menu {
  right: 0;
  left: auto;
}
.lt-ie8 .nav > LI > .toolbar-item .label {
  margin-left: 3px;
}
.lt-ie8 .nav > LI BUTTON.toolbar-item {
  padding-top: 4px;
  padding-bottom: 3px;
}
.lt-ie8 .nav .toolbar-qsearch SPAN.toolbar-item,
.lt-ie8 .nav .toolbar-goto SPAN.toolbar-item {
  margin-top: 0;
}
.toolbar-btm .view-buttons {
  padding: 5px 0 5px 10px;
}
.toolbar-btm .msg-colourkey {
  font-size: 11px;
  padding-left: 5px;
}
.with-timetravel .toolbar-btm .view-buttons,
.with-timetravel .toolbar-btm .toolbar-item {
  display: inline-block;
}
.search-key {
  float: right;
  padding: 0 10px;
}
.search-key .btn {
  margin-top: 3px;
  font-size: 11px;
}
.search-key .btn LABEL {
  margin: 0;
  font-weight: normal;
}
.lt-ie8 .search-key {
  position: absolute;
  top: 0;
  right: 0;
}
#print-exclude-colour {
  background-color: #505fab;
  color: #fff;
}
#print-exclude-colour:hover {
  background-color: #606eb5;
}
/* ==========================================================================
    Pendragon Perspective styles
    Titlebar
    ========================================================================== */
.titlebar {
  background-color: #505fab;
}
.titlebar .inner {
  display: inline-block;
  width: 100%;
  height: 30px;
  transition: padding 0.1s ease-out;
  padding-left: 10px;
}
.titlebar.titlebar-nodate .inner {
  padding-left: 10px;
}
.titlebar .doc-title {
  display: flex;
  max-width: 100%;
}
.titlebar .doc-title .title-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.titlebar .doc-title .abbr {
  line-height: 30px;
  font-weight: normal;
  color: #999;
}
.titlebar .dd-flag-fave {
  border: none;
}
.titlebar .titlebar-tools {
  position: absolute;
  left: 10px;
  top: 0;
  width: 225px;
  padding-right: 34px;
  height: 30px;
  white-space: nowrap;
}
.titlebar .titlebar-tools .view-date {
  padding: 3px 5px 3px 0;
}
.titlebar .titlebar-tools .view-date .form-control {
  width: 100px;
  padding: 2px 5px;
  background-color: var(--body-bg);
  font-size: 13px;
  font-weight: bold;
}
.titlebar .titlebar-tools .view-date .form-control.not-today {
  color: #d40303;
}
.titlebar .titlebar-tools .view-date .form-control.disabled {
  color: #999;
}
.titlebar .titlebar-tools .view-date:focus {
  border-color: none;
}
.titlebar .titlebar-tools .btn-sig-date {
  position: absolute;
  right: 5px;
  top: 0;
  margin: 0;
  padding: 3px 4px;
  border-color: transparent;
}
.titlebar .titlebar-tools .btn-sig-date:focus,
.titlebar .titlebar-tools .btn-sig-date:hover,
.titlebar .titlebar-tools .btn-sig-date.active {
  background-color: #32418b;
  box-shadow: none;
}
.titlebar .titlebar-tools .btn-sig-date:active {
  padding: 4px 4px 2px 4px;
}
.titlebar .titlebar-tools .btn-sig-date .picon {
  color: #fff;
}
.titlebar .titlebar-tools .btn-sig-date span.label {
  color: #fff;
}
.titlebar .pane-tools {
  display: none;
  position: absolute;
  right: 4px;
  top: 0;
  height: 30px;
}
.titlebar .pane-tools .btn {
  margin-left: 10px;
  font-size: 11px;
  color: #000;
}
.titlebar .pane-tools .btn LABEL {
  margin: 0;
  font-weight: normal;
}
.titlebar .pane-tools .vertical-pane-grabber {
  float: left;
  padding: 7px;
  border: 0;
  background: transparent;
  cursor: ns-resize;
}
.titlebar .pane-tools .vertical-pane-grabber:hover,
.titlebar .pane-tools .vertical-pane-grabber:focus {
  background-color: var(--btn-primary-border);
}
.titlebar .pane-tools .vertical-pane-grabber .icon-bar {
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: #fff;
}
.titlebar .pane-tools .vertical-pane-grabber .icon-bar + .icon-bar {
  margin-top: 4px;
}
.titlebar .pane-tools .pane-close,
.titlebar .pane-tools .pane-open-new,
.titlebar .pane-tools .toggle-search-hits {
  float: left;
  height: 25px;
  padding: 0 5px;
  border: 0;
  background: #dadff3;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.titlebar .pane-tools .pane-close input[type='checkbox'],
.titlebar .pane-tools .pane-open-new input[type='checkbox'],
.titlebar .pane-tools .toggle-search-hits input[type='checkbox'] {
  margin-top: 0;
  margin-right: 4px;
}
.titlebar .pane-tools .pane-close .close,
.titlebar .pane-tools .pane-open-new .close,
.titlebar .pane-tools .toggle-search-hits .close {
  margin: 0;
  padding: 5px 10px;
  border: 0;
  background-color: transparent;
  color: #fff;
}
.titlebar .pane-tools .pane-close:hover,
.titlebar .pane-tools .pane-open-new:hover,
.titlebar .pane-tools .toggle-search-hits:hover,
.titlebar .pane-tools .pane-close:focus,
.titlebar .pane-tools .pane-open-new:focus,
.titlebar .pane-tools .toggle-search-hits:focus,
.titlebar .pane-tools .pane-close:hover .close,
.titlebar .pane-tools .pane-open-new:hover .close,
.titlebar .pane-tools .toggle-search-hits:hover .close,
.titlebar .pane-tools .pane-close:focus .close,
.titlebar .pane-tools .pane-open-new:focus .close,
.titlebar .pane-tools .toggle-search-hits:focus .close {
  color: #fff;
}
.titlebar .pane-tools .pane-close.active,
.titlebar .pane-tools .pane-open-new.active,
.titlebar .pane-tools .toggle-search-hits.active {
  top: 0;
  background-color: #dadff3;
}
.titlebar .pane-tools .pane-close.active:hover,
.titlebar .pane-tools .pane-open-new.active:hover,
.titlebar .pane-tools .toggle-search-hits.active:hover {
  background-color: #505fab;
}
.titlebar .pane-tools .pane-open-new,
.titlebar .pane-tools .toggle-search-hits {
  margin-left: 2px;
}
.titlebar .pane-tools .picon {
  color: #333;
}
.titlebar .pane-tools .pane-close-doc {
  border-radius: 5px;
  margin-left: 10px;
  background: transparent;
  color: #fff;
}
.titlebar .pane-tools .pane-close-doc:hover {
  background-color: #bdc7fa;
  color: #000;
}
.titlebar .flag {
  position: relative;
  top: -3px;
}
.with-searchresults .titlebar {
  padding-right: 100px;
}
.with-searchresults-max .pane-close {
  display: none;
}
.with-compare .titlebar {
  padding-right: 40px;
}
.with-pane-tools .titlebar .pane-tools {
  display: block;
}
.titlebar .inner {
  padding-left: 235px;
}
.titlebar-tools {
  display: block;
}
.titlebar-betweendates .inner {
  padding-left: 355px;
}
.titlebar-betweendates .titlebar-tools {
  width: 345px;
}
.titlebar-betweendates .betweendates-separator {
  color: #fff;
}
.panetitle-main .doc-state,
.panetitle-main .compare-doc-state {
  height: 20px;
  line-height: 19px;
  padding: 0 10px;
  border-radius: 0;
  font-size: 11px;
  margin-right: 1%;
  margin-left: auto;
}
.lt-ie9 .with-searchresults .titlebar {
  padding-right: 270px;
}
.lt-ie9 .with-compare .titlebar {
  padding-right: 210px;
}
.lt-ie8 .with-searchresults .titlebar {
  padding-right: 100px;
}
.lt-ie8 .with-compare .titlebar {
  padding-right: 40px;
}
.lt-ie8 .titlebar .titlebar-tools {
  right: -20px;
}
.lt-ie8 .with-searchresults .titlebar .titlebar-tools {
  right: 80px;
}
.lt-ie8 .with-compare .titlebar .titlebar-tools {
  right: 10px;
}
.lt-ie8 .titlebar .titlebar-tools .view-date {
  padding: 1px 5px 2px 10px;
}
.lt-ie8 .titlebar .titlebar-tools .btn-sig-date {
  right: 25px;
  padding: 2px 4px;
}
.lt-ie8 .titlebar .pane-tools {
  float: right;
  right: 110px;
  width: auto;
}
.lt-ie8 .titlebar .pane-tools .vertical-pane-grabber {
  padding: 6px 2px;
  cursor: move;
}
.lt-ie8 .titlebar .pane-tools BUTTON {
  overflow: visible;
}
.lt-ie8 .with-compare .titlebar .pane-tools {
  right: 40px;
}
/* ==========================================================================
   Pendragon Perspective styles
   Alerts (system messages)
   ========================================================================== */
.alerts {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1035;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert .icon {
  margin: -2px 10px 0 0;
}
.alert-success {
  background-color: var(--state-success-bg);
  border-color: #d6e9c6;
  color: #387239;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #275028;
}
.alert-info {
  background-color: var(--state-info-bg);
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #916e36;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #6c5228;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.system-message {
  padding: 10px;
  margin-bottom: 10px;
  background-color: pink;
  color: #3d0000;
}
.system-message:first-child {
  margin-top: 10px;
}
.system-message.system-message-success {
  background-color: var(--state-success-bg);
  color: var(--state-success-text);
  border: 1px solid var(--state-success-border);
}
.system-message.system-message-error,
.system-message.system-message-danger {
  background-color: var(--state-danger-bg);
  color: var(--state-danger-text);
  border: 1px solid var(--state-danger-border);
}
.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 150px 10px 15px;
  background-color: var(--pane-doc-light);
  border-top: 1px solid #999;
}
.cookie-message P {
  font-size: 13px;
}
.cookie-message .btn {
  position: absolute;
  right: 10px;
  top: 5px;
}
.cookie-message .icon {
  float: left;
  margin: 0 10px 10px 0;
}
.cookie-message a {
  font-size: medium;
}
/* ==========================================================================
   Pendragon Perspective styles
   Icons
   ========================================================================== */
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
  vertical-align: middle;
  background-color: transparent;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  overflow: hidden;
  font-style: normal !important;
}
.picon {
  position: relative;
}
.icon .picon {
  top: 3px;
  font-size: 18px;
  color: black;
}
.icon-sm {
  width: 16px;
  height: 16px;
  overflow: visible;
}
.icon-sm .picon {
  top: 0;
  font-size: 14px;
}
.icon-mid {
  width: 20px;
  height: 20px;
}
.icon-mid .picon {
  top: 1px;
  font-size: 16px;
}
.disabled .icon,
.disabled .icon .picon {
  color: #666;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.icon-spin:before {
  content: url(../img/ajax-loader-16.gif);
}
.icon-spin .picon {
  display: none;
}
/* ==========================================================================
   Pendragon Perspective styles
   Dropdowns
   ========================================================================== */
.dropdown-menu {
  overflow-x: hidden;
  list-style: none;
  font-size: 12px;
}
.dropdown-menu LI {
  list-style: none;
  margin: 0;
}
.dropdown-menu > LI > A {
  padding: 5px 10px;
}
.dropdown-menu .divider {
  margin: 5px 0;
}
.dropdown-menu .menu-heading {
  display: block;
  padding: 5px 10px;
  background-color: #ccc;
  background-color: var(--panetitle-bg);
}
.dropdown-menu .before-menuitem {
  float: left;
  margin-right: 5px;
}
.dropdown-menu .before-menuitem.anno-loc {
  width: 40px;
}
.dropdown-menu .after-menuitem {
  position: absolute;
  right: 0;
  padding: 0 10px;
}
.dropdown-menu .after-menuitem.sharing-icon {
  width: 36px;
}
.dropdown-menu .flag {
  padding: 1px 5px;
  background-color: #666;
  font-weight: bold;
  line-height: 1;
  color: white;
}
.dropdown-menu .item {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 0;
  background: transparent;
  white-space: nowrap;
  text-align: left;
}
.dropdown-menu .item .icon {
  display: none;
}
.dropdown-menu .item:hover,
.dropdown-menu .item:focus {
  color: #262626;
  background-color: #f5f5f5;
}
/* ==========================================================================
   Pendragon Perspective styles
   Popovers
   ========================================================================== */
.popover {
  text-indent: 0;
}
.popover .popover-title {
  padding-right: 34px;
  font-size: 12px;
}
.popover .close {
  position: absolute;
  top: 8px;
  right: 2px;
  border: 0;
  background-color: transparent;
  color: #616060;
  color: var(--text-muted);
}
.popover .popover-content {
  font-size: 12px;
}
.popover .popover-content P {
  margin-top: 0;
}
.popover .popover-content UL {
  padding-left: 15px;
  list-style: none;
}
.popover .popover-content LI {
  margin-bottom: 4px;
}
.popover .popover-content + .popover-title {
  border-top: 1px solid #ebebeb;
  border-radius: 0;
}
.popover.ui-draggable .popover-title {
  cursor: move;
}
.popover-dd-flag .popover-title {
  background-color: transparent;
}
.popover-dd-flag .popover-content p {
  color: #616060;
  color: var(--text-muted);
  font-size: 11px;
  margin-bottom: 0;
}
.popover-dd-anno .anno-type {
  margin-top: 10px;
  font-size: 11px;
  color: #616060;
  color: var(--text-muted);
}
.popover-dd-anno .popover-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover-dd-anno .anno-extract {
  height: 52.5px;
  overflow: hidden;
}
.popover-dd-anno .anno-extract p {
  padding: 0;
  margin: 0;
}
.popover-dd-anno .add-annotation {
  border-top: 1px solid #ebebeb;
}
.popover-dd-anno .add-annotation A {
  display: block;
}
.popover-dd-anno .add-annotation .icon {
  margin-right: 5px;
}
.mv-anno {
  overflow-y: auto;
  width: 435px;
  max-width: 435px;
}
.mv-anno .form-control {
  width: 100%;
  height: auto;
}
.mv-anno .popover-content {
  padding: 0;
}
.mv-anno .form-anno-body .form-control {
  height: 150px;
  overflow: auto;
}
.mv-anno-view .popover-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.popover .popover-examples {
  padding: 5px 14px;
  background-color: #ddd;
  background-color: var(--grey-light);
  font-size: 12px;
}
.popover .example-title {
  margin: 5px 0 10.5px 0;
  font-size: 12px;
  font-weight: bold;
}
.popover .popover-examples {
  margin: 0;
}
.popover .popover-examples img {
  vertical-align: initial;
}
.dd-toolhelp {
  width: 300px;
  max-width: 300px;
}
.dd-toolhelp .popover-examples {
  width: 296px;
  margin: 0 0 -9px -14px;
  border-radius: 0 0 6px 6px;
}
.dd-viewhelp {
  width: 435px;
  max-width: 435px;
}
.dd-viewhelp .popover-examples {
  width: 431px;
  margin: 0 0 -9px -14px;
  border-radius: 0 0 6px 6px;
}
.dd-colhelp {
  max-width: 600px;
}
.dd-colhelp .dl-horizontal DT {
  width: 110px;
  font-weight: normal;
}
.dd-colhelp .ednote {
  font-size: 12px !important;
}
.colhelp-enabled {
  cursor: help;
}
.popover.windowbox.bottom {
  margin-top: 0;
}
.popover.windowbox.right {
  margin-left: 0;
}
.bootbox-prompt .modal-footer .btn-default {
  display: none;
}
.copy-location-header {
  margin-top: 0px;
}
/* ==========================================================================
   Pendragon Perspective styles
   Modals
   ========================================================================== */
.modal .modal-dialog {
  width: 600px;
}
.modal .modal-header {
  height: 35px;
  padding: 8px 10px;
  border-radius: 6px 6px 0 0;
  background-color: var(--popup-headerbg);
}
.modal .modal-header .modal-title {
  font-size: 13px;
}
.modal.movable .modal-header {
  cursor: move;
}
.modal.movable .modal-header:hover {
  background-color: #c4c4c4;
}
.modal FORM {
  margin: 0;
  padding: 0;
  background-color: var(--modal-bg);
  border-radius: 6px;
}
.modal-body {
  margin: 10px 10px;
  padding: 5px 10px;
  background-color: var(--modal-bodybg);
  border: 1px solid #e1e1e1;
  font-size: 13px;
}
.modal-body:before,
.modal-body:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.modal-body:after {
  clear: both;
}
.modal-body:before,
.modal-body:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.modal-body:after {
  clear: both;
}
.modal-footer {
  padding: 9px 10px 10px 10px;
  margin: 0;
  border: 0;
}
.modal-footer .btn-link {
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  float: left;
  font-size: 12px;
  color: var(--text-color);
}
.modal-semifooter {
  padding: 2px 5px;
  border-top: 1px solid #ccc;
}
.modal-semifooter .btn-block {
  text-align: left;
}
.modal-semifooter .toolbar-item {
  margin: 0;
}
.modal-semifooter .toolbar-item:hover,
.modal-semifooter .toolbar-item:focus {
  border-color: transparent;
  background: #f3f3f3;
}
.modal-semifooter .toolbar-item .label {
  font-size: 13px;
}
.dd-date .modal-body,
.mv-sig .modal-body,
.dd-qsearch .modal-body {
  margin-bottom: 0;
  padding: 10px 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.datepicker TABLE.datepicker-years-selector,
.datepicker TABLE.datepicker-months-list {
  display: none;
}
.dd-date {
  width: 430px;
  max-width: none;
}
.dd-date .popover-title {
  background-color: var(--popup-headerbg);
}
.dd-date .datepicker-inline {
  width: auto;
}
.dd-date .datepicker {
  padding: 0;
}
.dd-date .datepicker .datepicker-months,
.dd-date .datepicker .datepicker-years {
  display: none;
}
.dd-date .datepicker TABLE {
  width: 100%;
  display: table;
}
.dd-date .datepicker TABLE.datepicker-years-selector TD.prev,
.dd-date .datepicker TABLE.datepicker-years-selector TD.next {
  width: auto;
}
.dd-date .datepicker TABLE.datepicker-years-selector TD.year-container {
  text-align: center;
  width: 130px;
  padding: 0 5px;
}
.dd-date .datepicker TABLE.datepicker-years-selector .year-input {
  width: 130px;
  text-align: center;
  height: 34px;
  padding: 6px 12px;
}
.dd-date .datepicker TABLE.datepicker-years-selector .btn {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0;
  border-color: #ccc;
  line-height: 34px;
  font-size: 20px;
}
.dd-date .datepicker TABLE.datepicker-years-selector .btn:hover {
  background-color: #e3e3e3;
}
.dd-date .datepicker TABLE.datepicker-months-list TD,
.dd-date .datepicker TABLE.datepicker-days-table TD,
.dd-date .datepicker TABLE.datepicker-months-list TH,
.dd-date .datepicker TABLE.datepicker-days-table TH {
  border: 1px solid #ccc;
  border-radius: 0;
}
.dd-date .datepicker TABLE.datepicker-months-list TD.active,
.dd-date .datepicker TABLE.datepicker-days-table TD.active,
.dd-date .datepicker TABLE.datepicker-months-list TH.active,
.dd-date .datepicker TABLE.datepicker-days-table TH.active {
  color: #ffffff;
  background-color: #505fab;
  border-color: var(--btn-primary-border);
}
.dd-date .datepicker TABLE.datepicker-months-list {
  margin: 10px 0;
}
.dd-date .datepicker TABLE.datepicker-months-list TD.month:hover {
  background: #eee;
  cursor: pointer;
}
.dd-date .datepicker TABLE.datepicker-days-table TR.switcher {
  display: none;
}
.dd-date .datepicker TABLE.datepicker-days-table TH.dow {
  background-image: linear-gradient(to bottom, #fff 0%, var(--grey-light) 100%);
}
.dd-date .date-confirm {
  padding: 5px 0;
  margin-top: 10px;
  background-color: var(--highlight-bg);
  text-align: center;
}
.dd-date .modal-footer {
  padding-top: 0;
}
.dd-date .dd-date-caption {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.mv-sig .modal-dialog {
  width: 300px;
}
.mv-sig .modal-body {
  padding: 5px 0;
}
.mv-sig .modal-semifooter {
  padding: 2px 5px;
}
.mv-sig .sigdates-title {
  padding: 5px 10px;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
}
.mv-sig .sigdates-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow: auto;
}
.mv-sig .sigdates-list LI {
  margin: 0;
}
.mv-sig .sigdates-list .sig-date {
  font-size: 13px;
}
.mv-sig .sigdates-list .sig-date.future {
  color: green;
}
.mv-sig .sigdates-list .sig-date.all-in-force {
  color: red;
}
.mv-sig {
  width: 300px;
}
.mv-sig .dragbox-title {
  cursor: move;
}
.dd-qsearch {
  width: 790px;
  max-width: 790px;
  padding: 0;
  outline: 0;
}
.dd-qsearch .popover-content {
  padding: 0;
}
.dd-qsearch .qs-warning {
  padding: 3px 5px;
}
.dd-qsearch .modal-dialog {
  top: 40px;
  margin-top: 0;
}
.dd-qsearch .modal-body {
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}
.dd-qsearch .modal-body .qs-intro,
.dd-qsearch .modal-body .qs-error,
.dd-qsearch .modal-body .qs-empty {
  text-align: center;
}
.dd-qsearch .modal-body .qs-intro .retry,
.dd-qsearch .modal-body .qs-error .retry,
.dd-qsearch .modal-body .qs-empty .retry {
  color: #0b008b;
}
.dd-qsearch .modal-body .qs-intro span.retry:hover,
.dd-qsearch .modal-body .qs-error span.retry:hover,
.dd-qsearch .modal-body .qs-empty span.retry:hover {
  color: #3071a9;
  cursor: pointer;
}
.dd-qsearch .qsearch-table {
  white-space: nowrap;
  overflow: hidden;
}
.dd-qsearch .qsearch-table .abbr-matches + .title-matches TR:first-child TD {
  border-top: 1px solid #ccc;
}
.dd-qsearch .qsearch-table .abbr {
  width: 20%;
  overflow: hidden;
}
.dd-qsearch .qsearch-table .abbr a {
  display: inline-block;
  width: 100%;
}
.dd-qsearch .qsearch-table .title {
  width: 80%;
}
.dd-qsearch .qsearch-table .title a {
  display: inline-block;
  width: 100%;
}
.dd-qsearch .qsearch-table .abbr .hi {
  background-color: pink;
}
.dd-qsearch .qsearch-table .title .hi {
  background-color: yellow;
}
.dd-qsearch .qsearch-table .active:hover {
  cursor: pointer;
}
.dd-qsearch .qsearch-table .active:hover .title A {
  color: #0b008b;
}
.dd-qsearch .modal-semifooter {
  border-radius: 0 0 6px 6px;
  background-color: var(--grey-lighter);
}
.dd-qsearch .modal-semifooter .toolbar-item:hover {
  background: none;
}
.dd-qsearch .modal-semifooter .toolbar-item .label {
  font-size: 12px;
}
.dd-qsearch .search-state {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 9px 10px 10px 10px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.dd-qsearch .search-state .btn-link {
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  float: left;
  font-size: 12px;
  color: var(--text-color);
}
.mv-anno-view .modal-body {
  max-height: 200px;
  overflow-y: auto;
}
.mv-anno-view .modal-semifooter {
  border-top: 0;
  padding: 5px 10px;
  font-size: 13px;
}
.mv-anno-edit .form-anno-body,
.mv-anno-new .form-anno-body {
  position: relative;
}
.mv-anno-edit .form-anno-body .insert-link,
.mv-anno-new .form-anno-body .insert-link {
  position: absolute;
  right: 0;
  top: -6px;
  font-size: 12px;
  color: var(--text-color);
}
.m-pwchange .form-control {
  width: 50%;
}
.mv-anno-view .modal-body {
  max-height: 200px;
  overflow-y: auto;
}
.mv-anno-view .modal-body h3 {
  word-wrap: break-word;
  overflow: visible;
  text-overflow: ellipsis;
}
.mv-anno-view .modal-semifooter {
  border-top: 0;
  padding: 5px 10px;
  font-size: 13px;
}
.m-devicewarning .modal-dialog {
  width: 300px;
}
.close {
  float: right;
  padding: 4px 10px 4px 10px;
  border: 1px solid var(--btn-mid-border);
  border-radius: 3px;
  background-color: var(--btn-mid-bg);
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: var(--text-color);
}
.close:hover,
.close:focus {
  background-color: var(--btn-mid-bg-hover);
  text-decoration: none;
  cursor: pointer;
}
button.close {
  cursor: pointer;
  -webkit-appearance: none;
}
.lt-ie8 .modal .modal-header {
  height: 18px;
}
.lt-ie8 .modal .modal-header .close {
  padding-bottom: 0;
}
/* ==========================================================================
   Pendragon Perspective styles
   Popup windows
   ========================================================================== */
.pw .nav .toolbar-close {
  float: right;
}
.pw .nav .toolbar-close .close {
  float: none;
}
.pw .nav .toolbar-close:hover .close {
  background-color: #d9d9d9;
}
.pw .toolbar-btm .pw-footer {
  float: left;
  padding: 10px 10px;
  font-size: 12px;
  width: 100%;
}
.pw .toolbar-btm .pw-footer .toolbar-item {
  float: right;
  display: flex;
  flex-direction: row;
  font-weight: normal;
  font-size: 11px;
  line-height: 24px;
  padding: 0px 4px;
  top: -5px;
}
.pw .toolbar-btm .pw-footer .toolbar-item .radio {
  float: left;
  margin-right: 5px;
}
.pw .toolbar-btm .pw-footer.helpdesk {
  float: right;
}
hr.todpageend {
  margin-bottom: 800px;
}
hr.todpageend,
hr.todsectionend {
  border-color: #505fab;
  border-top-width: 5px;
}
h2.todpagetitle {
  font-size: 160%;
  color: #505fab;
  font-weight: bold;
  padding-top: 20px;
}
.pw-tod.with-toolbar .pane-main {
  top: 40px;
}
.pw-tod .nav {
  min-width: 800px;
}
.pw-tod .pane-main {
  line-height: 25px;
}
.pw-tod .pane-main .inner {
  padding: 0 10px;
}
.pw-tod .pane-main .inner .help-text {
  margin: 0;
  font-size: 12px;
  color: var(--text-muted);
  float: right;
}
.pw-tod .pane-main H2:first-child {
  margin: 0.5em 0;
}
.pw-tod .tod-menu {
  padding: 0;
  margin: 0;
}
.pw-tod .tod-menu LI {
  margin: 0.5em 0;
  list-style: none;
}
.pw-tod .tod-menu A {
  font-weight: bold;
}
.pw-tod .tod-menu STRONG {
  padding: 2px 5px;
  margin-left: -5px;
  background-color: #ccc;
}
.pw-tod .tod-menu.documents A {
  font-weight: normal;
}
.pw-tod .todgeneric {
  line-height: 170%;
}
.pw-tod .todgeneric a {
  color: black;
}
.pw-tod .todgeneric a:hover {
  color: var(--btn-primary-border);
}
.pw-tod .todgeneric > h3 {
  font-size: 110%;
  color: #505fab;
  font-weight: bold;
  margin-bottom: 10px;
}
.pw-tod .todgeneric .todlevel1 {
  margin-left: 10px;
}
.pw-tod .todgeneric .todlevel1 > span {
  font-size: inherit;
  color: #505fab;
  font-weight: bold;
}
.pw-tod .todgeneric .todlevel1 > a {
  font-size: inherit;
  color: initial;
  font-weight: bold;
}
.pw-tod .todgeneric .todlevel1 > a:after {
  content: ' \00a0 ';
}
.pw-tod .todgeneric .todlevel2 {
  margin-left: 20px;
}
.pw-tod .todgeneric .todlevel2 li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: none;
}
.pw-tod .todgeneric .todlevel2 ul {
  padding-left: 0px;
}
.pw-tod .todgeneric .todlevel2 ul li {
  margin: 0 0 3pt 0;
  line-height: 100%;
}
.pw-tod .todgeneric .todlevel2 > span {
  font-size: inherit;
  color: #8b9aeb;
  font-weight: bold;
}
.pw-tod .todgeneric .todlevel3 {
  margin-left: 30px;
}
.pw-tod .todgeneric .todlevel4 {
  margin-left: 40px;
}
.pw-tod .todgeneric .todlevel5 {
  margin-left: 50px;
}
.pw-tod .todgeneric .todlevel6 {
  margin-left: 60px;
}
.pw-tod .todgeneric .todlevel7 {
  margin-left: 70px;
}
.pw-tod .todgeneric .todlevel8 {
  margin-left: 80px;
}
.pw-tod .todgeneric .todlevel9 {
  margin-left: 90px;
}
.pw-tod .todgeneric .todlevel10 {
  margin-left: 100px;
}
.pw-tod .clients {
  padding: 5px 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
}
.pw-tod .clients .clients-title {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #999;
}
.pw-tod .breadcrumb {
  padding: 0;
  margin: 0;
}
.pw-tod .breadcrumb LI {
  list-style: none;
  display: inline;
  font-size: 80%;
  padding: 0;
  margin: 0;
}
.note {
  font-size: 80%;
  color: gray;
  font-weight: normal;
  margin-top: 20px;
  line-height: 12pt;
}
span.todtitle {
  font-size: 90%;
  color: #000;
  font-weight: normal;
}
span.abbrev,
span.small,
span.prefix {
  font-size: 90%;
  color: var(--btn-primary-border);
  font-weight: normal;
  font-stretch: condensed;
}
.pw-note #docnotes .note-tit,
.pw-note #docnotes .title {
  color: var(--text-color) !important;
  font-size: 26px;
  color: initial;
  font-weight: bold;
}
.pw-note .note-tit,
.pw-note .title {
  text-align: center;
}
.pw-note .main-title {
  font-size: inherit;
  color: var(--text-color);
  font-weight: bold;
}
.pw-note .sec-title {
  font-size: inherit;
  color: var(--color-ednote);
  font-weight: normal;
}
.pw-anno.with-toolbar .pane-main {
  top: 40px;
}
.pw-anno .rbs4.content {
  position: relative;
  overflow: auto;
  margin-bottom: 20px;
}
.pw-anno .anno-table {
  margin: 10px;
  min-height: 670px;
  font-size: 13px;
}
.pw-anno .anno-table .loc {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.pw-anno .anno-table TD {
  border-bottom: 1px solid #ccc;
}
.pw-anno .anno-table .doc {
  width: 30%;
}
.pw-anno .anno-table .title {
  width: 20%;
}
.pw-anno .anno-table .title A {
  color: #0b008b;
}
.pw-anno .anno-table .privacy,
.pw-anno .anno-table .modified,
.pw-anno .anno-table .actions {
  white-space: nowrap;
}
.pw-anno .anno-table .actions .action {
  padding: 0;
  text-decoration: none;
}
.pw-anno .toolbar-btm LABEL {
  font-weight: normal;
}
.pw-print.with-toolbar.with-titlebar .pane-main {
  top: 70px;
}
.pw-print .dd-flag,
.pw-print .dd-flags-anno,
.pw-print .block-container.loading {
  display: none !important;
}
.pw-print .content .inner {
  padding: 10px 0;
  margin: 0;
  border-bottom: 0;
}
.pw-print .content .sch-sec > .is-title .lbl,
.pw-print .content .is-schsec > .is-title .lbl,
.pw-print .content .is-section > .is-title .lbl,
.pw-print .content .section > .is-title .lbl {
  position: relative !important;
  left: 0 !important;
}
.pw-print .content .sch-sec > .is-title .sectxt,
.pw-print .content .is-schsec > .is-title .sectxt,
.pw-print .content .is-section > .is-title .sectxt,
.pw-print .content .section > .is-title .sectxt {
  display: contents;
}
.pw-print .print-toc-title {
  display: none;
}
.pw-print .toolbar .toolbar-print-scope LABEL {
  font-weight: normal;
  font-size: 11px;
  line-height: 24px;
}
.pw-print .toolbar .toolbar-print-scope .radio {
  float: left;
  margin-right: 5px;
}
.pw-print .toolbar-btm LABEL {
  font-weight: normal;
}
.pw-print .doc-content,
.pw-print .doc-extract {
  display: none;
  padding: 0 10px;
}
.pw-print .print-footer {
  display: none;
  padding: 10px 10px 0 10px;
  margin-top: 20px;
}
.pw-print .print-footer .view-info,
.pw-print .print-footer .copyright {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  font-size: 12px;
}
.pw-print .print-footer .view-info {
  border-top: 3px double #ccc;
}
.pw-print .print-footer .view-info DT,
.pw-print .print-footer .view-info DD {
  margin: 0 0 2px;
  text-align: left;
}
.pw-print .print-footer .copyright {
  text-align: center;
}
.pw-print .print-footer .copyright P {
  margin: 0 0 2px;
}
/* ==========================================================================
   Pendragon Perspective styles
   Search:
     M_SEARCH_* search query modals
     RESULTS, PAN_RESULTS search results
   ========================================================================== */
.m-search .modal-dialog {
  width: 790px;
}
.m-search .modal-dialog.proportional-width {
  min-width: 80%;
  transition: width 0.1s ease-out;
}
.m-search .legend-plain {
  margin-bottom: 5px;
}
.m-search .search-where-choices .legend-visual {
  float: left;
  margin: 1px 10px 0 0;
  line-height: 31px;
}
.m-search .search-tabs {
  position: relative;
  top: 1px;
}
.m-search .search-tabs .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ccc;
  background-color: var(--grey-light);
  color: var(--text-color);
}
.m-search .search-tabs .btn.selected {
  border-bottom-color: var(--body-bg);
  background-color: var(--body-bg);
}
.m-search .search-tabs .btn INPUT {
  margin-right: 4px;
}
.m-search .search-where {
  display: none;
}
.m-search .search-where .inner {
  max-height: 307px;
  overflow: auto;
  padding: 10px 0;
  border: 1px solid #ccc;
  background-color: var(--body-bg);
}
.m-search .search-where.pane-collections {
  overflow: auto;
}
.m-search .search-where .select-all {
  margin-left: 14px;
}
.m-search .search-where .toc-tree .toc-item {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
}
.m-search .search-where.active {
  display: block;
}
.search-for {
  position: relative;
}
.search-for LABEL {
  float: left;
  width: 10%;
  height: 34px;
  line-height: 34px;
  margin: 0;
}
.search-for .show-advanced-search {
  position: absolute;
  top: 6px;
  right: 0;
}
.search-for .typeahead__result {
  width: 100%;
  position: absolute;
  z-index: 10000;
}
.search-for .typeahead__result .typeahead__list {
  padding: 5px 0 3px;
  margin-bottom: 0;
  background-color: var(--body-bg);
  border: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
}
.search-for .typeahead__result .typeahead__list.empty {
  display: none;
}
.search-for .typeahead__result .typeahead__item {
  padding: 2px 10px;
  list-style-type: none;
}
.search-for .typeahead__result .typeahead__item.active {
  background-color: var(--input-bg);
  cursor: pointer;
}
.search-for .typeahead__button button {
  border: transparent;
}
.search-for .typeahead__cancel-button {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}
.advanced-search {
  position: relative;
}
.advanced-search .show-standard-search {
  position: absolute;
  top: 0;
  right: 0;
}
.search-options:before,
.search-options:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.search-options:after {
  clear: both;
}
.search-options:before,
.search-options:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.search-options:after {
  clear: both;
}
.search-options .fieldset-box {
  float: left;
  width: 32.4%;
  min-height: 126px;
  margin-left: 10px;
}
.search-options .fieldset-box:first-child {
  margin-left: 0;
}
.search-options .fieldset-box .radio {
  margin: 0;
  font-size: 12px;
}
.search-options .fieldset-box .tip {
  margin-bottom: 5px;
  font-size: 12px;
  color: var(--text-muted);
}
.search-options .fieldset-box[disabled] legend,
.search-options .fieldset-box[disabled] button,
.search-options .fieldset-box[disabled] label,
.search-options .fieldset-box[disabled] i.picon {
  color: #ccc;
}
.search-options .search-how .within-x-terms {
  display: inline-block;
  height: 24px;
  width: 40px;
  padding: 2px 5px;
  font-size: 11px;
  text-align: center;
}
.search-options .search-date .radio {
  position: relative;
  margin-bottom: 5px;
}
.search-options .search-date .radio INPUT[type='radio'] {
  position: absolute;
  left: 0;
  top: 8px;
  margin: 0;
}
.search-options .search-date .date-entry LABEL,
.search-options .search-date .date-period LABEL,
.search-options .search-date .date-entry .form-control,
.search-options .search-date .date-period .form-control {
  display: inline-block;
}
.search-options .search-date .date-entry LABEL,
.search-options .search-date .date-period LABEL {
  line-height: 24px;
  vertical-align: middle;
}
.search-options .search-date .date-all {
  margin-bottom: 0;
}
.search-options .search-date .date-all INPUT[type='radio'] {
  top: 4px;
}
.search-options .search-date .date-entry LABEL {
  width: 30px;
  text-align: right;
}
.search-options .search-date .date-entry .btn-datepicker {
  margin-left: -26px;
  padding: 0;
  border: 0;
}
.search-options .search-date .date-entry .btn-link {
  line-height: 24px;
  vertical-align: middle;
  color: var(--date-entry-today);
}
.search-options .search-date .date-entry .btn-link:hover {
  color: var(--brand-extra-dark-blue);
}
.search-options .search-date .date-entry .form-control {
  height: 24px;
  width: 105px;
  padding: 2px 5px;
  font-size: 11px;
}
.search-options .search-date .date-period .form-control {
  height: 24px;
  padding: 2px 5px;
  font-size: 11px;
}
.search-options .search-date .date-period .form-control.value {
  width: 30px;
  text-align: right;
}
.search-options .search-date .date-period .form-control.units {
  width: auto;
}
.pan-searchresults {
  width: 100%;
}
.pan-searchresults .search-title {
  position: absolute;
  top: 0;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  background-color: #505fab;
  display: flex;
  align-items: center;
}
.pan-searchresults .search-title .title {
  float: left;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  display: flex;
  flex-direction: row;
}
.pan-searchresults .search-title .title .title {
  font-weight: normal;
  margin-left: 10px;
}
.pan-searchresults .search-title .back-to-full-results,
.pan-searchresults .search-title .back-to-results {
  float: right;
  height: 25px;
  border: 0;
  background: var(--brand-extra-light-blue);
  margin: 2px 0 0 0;
  padding: 0 10px;
  font-size: 11px;
}
.pan-searchresults .search-title .back-to-full-results:hover,
.pan-searchresults .search-title .back-to-results:hover,
.pan-searchresults .search-title .back-to-full-results:focus,
.pan-searchresults .search-title .back-to-results:focus {
  background-color: var(--brand-blue);
}
.pan-searchresults .search-title .pane-close {
  float: right;
  padding: 2px 0;
  text-decoration: none;
}
.pan-searchresults .search-title .pane-close .close {
  float: none;
}
.pan-searchresults .search-title .pane-close:hover .close {
  background-color: #d9d9d9;
}
.pan-searchresults .search-title .pane-close .label {
  margin-right: 5px;
  color: #fff;
}
.pan-searchresults .search-body {
  position: absolute;
  top: 30px;
  bottom: 30px;
  width: 100%;
  background-color: #fff;
}
.pan-searchresults .search-body .search-details {
  position: absolute;
  top: 0;
  height: 155px;
  width: 100%;
  background-color: var(--brand-xx-light-blue);
  font-size: 13px;
}
.pan-searchresults .search-body .search-details .previous-search {
  float: left;
  position: relative;
  padding: 8px 0 0 0;
  width: 99%;
  height: auto;
  white-space: nowrap;
  background-color: var(--brand-xx-light-blue);
}
.pan-searchresults .search-body .search-details .previous-search .search-description {
  margin: 0 0 4px 10px;
}
.pan-searchresults .search-body .search-details .previous-search .search-description .form-label {
  align-content: center;
  margin-bottom: 0px;
}
.pan-searchresults .search-body .search-details .previous-search .search-description .collection {
  background-color: var(--text-muted-contrasting);
  color: var(--input-bg);
  padding: 0 4px;
}
.pan-searchresults .search-body .search-details .previous-search .search-description .document {
  padding: 0 4px;
  background-color: var(--grey-lighter);
  color: var(--text-muted-contrasting);
}
.pan-searchresults .search-body .search-details .previous-search .search-description .selected-item {
  max-width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pan-searchresults .search-body .search-details .previous-search .label {
  padding: 5px 0;
  margin-right: 5px;
}
.pan-searchresults .search-body .search-details .previous-search .field {
  display: inline-block;
  min-width: 100%;
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #ccc;
}
.pan-searchresults .search-body .search-details .previous-search .refine-search {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  border-radius: 8px;
  margin: 10px 15px;
}
.pan-searchresults .search-body .search-details .previous-search .refine-search .error {
  color: var(--state-danger-text);
  font-weight: bold;
  margin: 4px 0 0 0;
}
.pan-searchresults .search-body .search-details .change-search-buttons {
  float: left;
  padding: 8px 0 0 0;
  max-width: 20%;
}
.pan-searchresults .search-body .search-details .change-search-buttons .btn {
  float: left;
  margin: 0 10px;
  margin-bottom: 5px;
  border-color: #999;
}
.pan-searchresults .search-body .search-details .change-search-buttons .btn.show-search-within {
  clear: left;
}
.pan-searchresults .search-body .search-details .change-search-buttons .btn.disabled {
  opacity: 0.45;
}
.pan-searchresults .search-body .search-details .extra-fields {
  clear: both;
  position: relative;
  margin: 5px 10px;
  padding: 5px 50px 5px 10px;
  border-radius: 6px;
  background-color: var(--searchpane-bg), 10%;
}
.pan-searchresults .search-body .search-details .extra-fields .close {
  position: absolute;
  top: 10px;
  right: 5px;
  border: 0;
  background-color: transparent;
}
.pan-searchresults .search-body .search-details .extra-fields .close:hover {
  background-color: #b3b3b3;
}
.pan-searchresults .search-body .search-details .search-within LABEL {
  width: auto;
  margin-right: 5px;
}
.pan-searchresults .search-body .search-details .search-within .form-control {
  float: left;
  width: 50%;
}
.pan-searchresults .search-body .search-details .search-within .btn {
  float: left;
  margin-left: 5px;
}
.pan-searchresults .search-body .search-details .search-options .fieldset-box {
  border-color: #999;
  width: 32.4%;
}
.pan-searchresults .search-body .search-details .search-options .fieldset-box LEGEND {
  background-color: var(--searchpane-bg);
}
.pan-searchresults .search-body.with-searchwithin .search-details {
  height: 205px;
}
.pan-searchresults .search-body.with-searchwithin .search-results {
  top: 205px;
}
.pan-searchresults .search-body.with-searchwithin.with-searchoptions .search-details {
  height: 355px;
}
.pan-searchresults .search-body.with-searchwithin.with-searchoptions .search-results {
  top: 355px;
}
.pan-searchresults .search-body .search-results {
  position: absolute;
  top: 155px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  background-color: var(--body-bg);
}
.pan-searchresults .search-body .search-results .results-table TR {
  height: 33px;
}
.pan-searchresults .search-body .search-results .results-table TD.loading {
  background-color: var(--text-muted);
}
.pan-searchresults .search-body .search-results .results-table TD {
  border-bottom: 1px solid #ccc;
}
.pan-searchresults .search-body .search-results .results-table TH.sortable {
  cursor: pointer;
  position: sticky;
  top: 0;
  z-index: 100;
}
.pan-searchresults .search-body .search-results .results-table TH.sortable span.picon {
  color: var(--grey-mid);
  font-size: 0.8em;
}
.pan-searchresults .search-body .search-results .results-table .has-preview A:after {
  margin-left: 5px;
  font-size: 10px;
  font-weight: normal;
  color: #999;
}
.pan-searchresults .search-body .search-results .results-table .hit {
  background-color: var(--highlight-bg);
}
.pan-searchresults .search-body .search-results .results-table .active .hit {
  background-color: var(--highlight-titlematch-bg);
}
.pan-searchresults .search-body .search-results .results-table .status,
.pan-searchresults .search-body .search-results .results-table .date {
  width: 7%;
}
.pan-searchresults .search-body .search-results .results-table .family {
  width: 10%;
}
.pan-searchresults .search-body .search-results .results-table .doc-id {
  width: 8%;
  white-space: nowrap;
}
.pan-searchresults .search-body .search-results .results-table .hits {
  width: 5%;
}
.pan-searchresults .search-body .search-results .results-table .loc {
  width: 10%;
}
.pan-searchresults .search-body .search-results .results-table .fragments {
  width: 8%;
}
.pan-searchresults .search-body .search-results .results-table.multidoc-results .title {
  font-weight: bold;
}
.pan-searchresults .search-body .search-results .results-table .row-controls {
  float: right;
}
.pan-searchresults .search-body .search-results .results-table .show-document,
.pan-searchresults .search-body .search-results .results-table .show-abstract {
  background-color: var(--grey-lighter);
  margin-left: 1px;
  padding: 2px 5px;
  font-size: 11px;
}
.pan-searchresults .search-body .search-results .results-table .show-document .icon-sm,
.pan-searchresults .search-body .search-results .results-table .show-abstract .icon-sm {
  height: 14px;
  width: 14px;
}
.pan-searchresults .search-body .search-results .results-table .show-document .icon-sm .picon,
.pan-searchresults .search-body .search-results .results-table .show-abstract .icon-sm .picon {
  color: var(--text-muted);
}
.pan-searchresults .search-body .search-results .empty-results {
  padding: 0 10px;
}
.pan-searchresults .search-body .mini-previewpane {
  display: none;
  font-weight: normal;
  padding: 10px 0;
}
.pan-searchresults .search-body.with-preview {
  bottom: 100px;
}
.pan-searchresults .search-status {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  background-color: var(--searchpane-bg);
  font-size: 13px;
  line-height: 30px;
}
.pan-searchresults .search-status .searching {
  float: left;
  margin-left: 10px;
}
.pan-searchresults .search-status .found {
  float: right;
  margin-right: 10px;
}
.pan-searchresults .search-status .found .back-to-full-results,
.pan-searchresults .search-status .found .back-to-results {
  background-color: #999;
  padding: 2px 10px;
  margin-top: -2px;
}
.pan-searchresults .search-status .found-in-multi {
  float: none;
  text-align: center;
}
.pan-searchresults .search-status .search-tt-warning {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.hit-icon {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d40303;
  background-color: transparent;
}
.hit-icon.invisible {
  visibility: visible;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fea5a5;
  background-color: transparent;
}
.search-results-loading {
  background-image: url(../img/ajax-loader-66.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 75px;
}
#searchMultiDocuments {
  opacity: 0;
  filter: alpha(opacity=0);
}
#searchMultiDocuments:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ==========================================================================
   Pendragon Perspective styles
   COMPARE styles (side-by-side view)
   ========================================================================== */
.panetitle .change-compare-doc {
  top: 0;
  height: 17px;
  line-height: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  margin: 1px 10px;
  background-color: #505fab;
  color: #ffffff;
  font-size: 10.5px;
}
.compare-doc-finder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 5px;
  height: 40px;
  z-index: 1000;
  background-color: #999;
}
.compare-doc-finder .toolbar-current-docs,
.compare-doc-finder .toolbar-qsearch,
.compare-doc-finder .toolbar-recent-docs {
  width: 29%;
}
.compare-doc-finder .toolbar-current-docs .form-control,
.compare-doc-finder .toolbar-qsearch .form-control,
.compare-doc-finder .toolbar-recent-docs .form-control {
  width: 100%;
}
.compare-doc-finder .nav A {
  color: var(--text-color);
  font-weight: normal;
}
.compare-doc-finder.initial-state {
  display: block;
  position: static;
  background-color: var(--grey-light);
}
.compare-doc-finder.initial-state .toolbar-qsearch {
  width: 25%;
}
.compare-doc-finder.initial-state .toolbar-qsearch .form-control {
  width: 80%;
}
.compare-doc-chooser {
  padding: 0 10px;
}
.compare-doc-chooser H2 {
  margin: 10px 0;
  font-size: 15px;
  font-weight: normal;
  color: var(--text-muted);
}
.compare-doc-chooser UL {
  padding: 0;
  list-style: none;
}
.compare-doc-chooser LI {
  margin: 0;
}
.compare-doc-chooser LI A {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding-right: 80px;
  background-color: var(--grey-light);
  text-align: left;
  white-space: normal;
}
.compare-doc-chooser LI A .select,
.compare-doc-chooser LI A .view-date,
.compare-doc-chooser LI A .view {
  font-size: 15px;
  color: var(--text-muted);
}
.compare-doc-chooser LI A .select {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7.5px;
  font-size: 12px;
  text-transform: uppercase;
}
.compare-doc-chooser LI A:hover,
.compare-doc-chooser LI A:focus {
  border-color: #8e9ff6;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  color: #3071a9 !important;
}
/* ==========================================================================
   Pendragon Perspective styles
   Document styles
   ========================================================================== */
.pane-doc {
  color: var(--text-color);
  background-color: var(--body-bg);
  text-indent: 0;
}
.pane-doc .block-container > * {
  position: relative;
}
.pane-doc .inner {
  position: relative;
  margin: 0 50px 0 100px;
  max-width: 71%;
  padding-bottom: 30px;
  margin-bottom: 600px;
  border-bottom: 3px double #ccc;
}
.pane-doc .has-history,
.pane-doc .has-ftnotes {
  position: relative;
}
.pane-doc .has-annos .add-anno.dd-flag.dd-flag-anno {
  opacity: 0;
}
.pane-doc .has-annos:hover .add-anno.dd-flag.dd-flag-anno {
  opacity: 1;
  top: 20px;
}
.pane-doc .has-history:hover .dd-flag,
.pane-doc .has-ftnotes:hover .dd-flag,
.pane-doc .popover-dd-flag:hover .dd-flag,
.pane-doc .has-annos:hover .dd-flag,
.pane-doc .has-history:hover .dd-flags-anno,
.pane-doc .has-ftnotes:hover .dd-flags-anno,
.pane-doc .popover-dd-flag:hover .dd-flags-anno,
.pane-doc .has-annos:hover .dd-flags-anno,
.pane-doc .has-history:hover .dd-flag-anno,
.pane-doc .has-ftnotes:hover .dd-flag-anno,
.pane-doc .popover-dd-flag:hover .dd-flag-anno,
.pane-doc .has-annos:hover .dd-flag-anno {
  z-index: 1020;
}
.pane-doc .dd-flag {
  left: 10px;
  position: absolute;
  top: 0;
  z-index: 1010;
  border-radius: 3px;
}
.pane-doc .dd-flag.dd-flag-note,
.pane-doc .dd-flag.dd-flag-modifications,
.pane-doc .dd-flag.dd-flag-docnotes {
  left: -90px;
}
.pane-doc .dd-flag.dd-flag-docnotes {
  margin-top: 0px;
}
.pane-doc .dd-flag.dd-flag-note:hover,
.pane-doc .dd-flag.dd-flag-modifications:hover {
  background-color: var(--grey-lighter);
  cursor: pointer;
}
.pane-doc .dd-flag.dd-flag-anno,
.pane-doc .dd-flag.dd-flag-fave {
  border: none;
  cursor: pointer;
  right: 24px -4px;
}
.pane-doc .dd-flag.dd-flag-anno .icon,
.pane-doc .dd-flag.dd-flag-fave .icon {
  padding: 0;
}
.pane-doc .dd-flag.dd-flag-anno #Add-Annotation,
.pane-doc .dd-flag.dd-flag-fave-new {
  opacity: var(--doc-flag-opacity);
  cursor: pointer;
}
.pane-doc .dd-flag.dd-flag-anno #Add-Annotation:hover,
.pane-doc .dd-flag.dd-flag-fave-new:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pane-doc .dd-flag.dd-flag-note,
.pane-doc .dd-flag.dd-flag-modifications {
  bottom: 0;
}
.pane-doc .dd-flag .icon {
  padding: 0 4px;
  text-decoration: none;
}
.pane-doc .dd-flag .icon .picon {
  color: var(--color-doc-flag);
}
.pane-doc .dd-flag .icon .picon.picon-modifications {
  color: #f00;
}
.pane-doc .dd-flag .icon:hover {
  text-decoration: none;
}
.pane-doc .dd-flag .icon:hover .picon {
  color: var(--text-color);
}
.pane-doc .dd-flag .icon:focus {
  outline: 0;
  background-color: var(--grey-lighter);
}
.pane-doc .dd-flags-anno {
  min-height: 72px;
  padding-top: 4px;
  top: 0;
  bottom: 0;
  width: 40px;
  position: absolute;
  right: -40px;
}
.pane-doc .dd-flags-anno .dd-flag.add-anno {
  transition: bottom 0.1s ease-out;
}
.pane-doc .dd-flags-fave {
  min-height: 72px;
  padding-top: 4px;
  top: 0;
  bottom: 0;
  width: 40px;
  position: absolute;
  right: -80px;
}
.pane-doc .hit .hit-icon {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d40303;
  background-color: transparent;
  position: absolute;
  left: -96px;
  margin-top: 4px;
  z-index: 10000;
}
.pane-doc .hit.invisible {
  visibility: visible;
  position: relative;
  display: block;
}
.pane-doc .hit.invisible .hit-icon {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fea5a5;
  background-color: transparent;
  margin-top: -8px;
}
.pane-doc .dd-flag-note + .hit.invisible .hit-icon {
  margin-top: 3px;
}
.pane-doc SPAN.amend.tts-hidden + .tts-hidden-sibling:before,
.pane-doc .section.with-hits.tts-hidden + .tts-hidden-sibling:before,
.pane-doc .schedule.with-hits.tts-hidden + .tts-hidden-sibling:before,
.pane-doc .sec-grp.with-hits.tts-hidden + .tts-hidden-sibling:before {
  content: '';
  position: absolute;
  left: -96px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fea5a5;
  background-color: transparent;
  margin-top: -8px;
}
.pane-doc .section.with-hits.tts-hidden + .tts-hidden-sibling:before,
.pane-doc .schedule.with-hits.tts-hidden + .tts-hidden-sibling:before,
.pane-doc .sec-grp.with-hits.tts-hidden + .tts-hidden-sibling:before {
  content: '';
}
.pane-doc.pane-selected {
  border-top: 2px solid #8b9aeb;
}
.lt-ie9 .pane-doc .inner {
  padding-bottom: 600px;
}
.pane-doc .inner {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  word-wrap: break-word;
}
.pane-doc .hit,
.pane-doc .hit * {
  background-color: var(--text-color);
  color: var(--body-bg);
}
.pane-doc .pilcrow {
  visibility: hidden;
  text-decoration: none;
}
.pane-doc .level1:hover .pilcrow,
.pane-doc .level2:hover .pilcrow,
.pane-doc .level3:hover .pilcrow,
.pane-doc .level4:hover .pilcrow,
.pane-doc .level5:hover .pilcrow,
.pane-doc .level6:hover .pilcrow,
.pane-doc .level7:hover .pilcrow,
.pane-doc .block-container *[id]:hover .pilcrow {
  visibility: visible;
}
.pane-doc .block-container.loading {
  background-image: url(../img/ajax-loader-66.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.pane-doc .download {
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pane-doc .download .icon {
  margin: -2px 5px 0 -5px;
}
.tts-regular {
  text-decoration: none;
  color: var(--text-color);
}
.tts-regular .hit,
.tts-regular .hit * {
  background-color: var(--text-color);
  color: var(--body-bg);
}
.tts-regular .hit .term,
.tts-regular .hit * .term {
  color: #df78e1;
}
.tts-not-in-force,
.tts-not-in-force * {
  font-style: italic;
  background-color: var(--grey-lighter);
  text-decoration: none;
  color: var(--text-color);
}
.tts-not-in-force .hit,
.tts-not-in-force * .hit,
.tts-not-in-force .hit *,
.tts-not-in-force * .hit * {
  background-color: var(--text-color);
  color: var(--body-bg);
}
.tts-orig-into-force {
  text-decoration: none;
  color: var(--text-color);
  background-color: var(--tt-orig-into-force);
}
.tts-orig-into-force .hit,
.tts-orig-into-force .hit * {
  background-color: var(--text-color);
  color: var(--body-bg);
}
.tts-orig-into-force-strike,
.tts-orig-into-force-strike * {
  text-decoration: line-through;
  color: var(--text-color);
  background-color: var(--tt-orig-into-force);
}
.tts-orig-into-force-strike .hit,
.tts-orig-into-force-strike * .hit,
.tts-orig-into-force-strike .hit *,
.tts-orig-into-force-strike * .hit * {
  background-color: var(--text-color);
  color: var(--body-bg);
}
.tts-repealed,
.tts-repealed * {
  text-decoration: line-through;
  color: var(--text-color);
}
.tts-repealed .hit,
.tts-repealed * .hit,
.tts-repealed .hit *,
.tts-repealed * .hit * {
  background-color: var(--text-color);
  color: var(--body-bg) !important;
}
.tts-repealed .hit .defterm,
.tts-repealed * .hit .defterm,
.tts-repealed .hit * .defterm,
.tts-repealed * .hit * .defterm {
  color: #bb89e9;
}
.tts-repealed-before-in-force,
.tts-repealed-before-in-force * {
  font-style: italic;
  text-decoration: line-through;
  color: var(--text-color);
  background-color: var(--grey-light);
}
.tts-repealed-before-in-force .hit,
.tts-repealed-before-in-force * .hit,
.tts-repealed-before-in-force .hit *,
.tts-repealed-before-in-force * .hit * {
  background-color: var(--text-color);
  color: var(--body-bg);
}
.tts-future-repealed,
.tts-future-repealed * {
  text-decoration: underline;
  color: var(--text-color);
}
.tts-future-repealed .hit,
.tts-future-repealed * .hit,
.tts-future-repealed .hit *,
.tts-future-repealed * .hit * {
  background-color: var(--text-color);
  color: var(--body-bg);
}
.tts-not-in-force-future-repealed,
.tts-not-in-force-future-repealed *:not(.sec-lbl) {
  font-style: italic;
  background-color: #eee;
  text-decoration: underline;
  color: black;
}
.tts-not-in-force-future-repealed .hit,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .hit,
.tts-not-in-force-future-repealed .hit *,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .hit * {
  background-color: #616060;
  color: #fff;
}
.tts-not-in-force-future-repealed a,
.tts-not-in-force-future-repealed *:not(.sec-lbl) a {
  color: #b125b4 !important;
}
.tts-not-in-force-future-repealed .defterm,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .defterm {
  color: #7d26cd !important;
}
.tts-not-in-force-future-repealed .toc-suffix,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .toc-suffix,
.tts-not-in-force-future-repealed .toc-prefix,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .toc-prefix {
  color: #616060 !important;
}
.tts-not-in-force-future-repealed .dd-flag,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .dd-flag,
.tts-not-in-force-future-repealed .dd-flags-fave,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .dd-flags-fave,
.tts-not-in-force-future-repealed .dd-flags-anno,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .dd-flags-anno {
  min-height: 0px !important;
}
.tts-not-in-force-future-repealed .picon-note,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .picon-note {
  color: black !important;
}
.tts-not-in-force-future-repealed .sec-lbl,
.tts-not-in-force-future-repealed *:not(.sec-lbl) .sec-lbl {
  color: var(--text-color) !important;
}
.tts-not-in-force-future-repealed.expandable > .toc-item .toc-icon I,
.tts-not-in-force-future-repealed.expandable > .toc-item .toc-icon-new I {
  border-left: 4px solid black !important;
  border-right: 4px solid #eee !important;
  border-top: 4px solid #eee !important;
  border-bottom: 4px solid #eee !important;
}
.tts-not-in-force-future-repealed.expanded > .toc-item .toc-icon I,
.tts-not-in-force-future-repealed.expanded > .toc-item .toc-icon-new I {
  border-top: 4px solid black !important;
  border-right: 4px solid #eee !important;
  border-left: 4px solid #eee !important;
  border-bottom: 4px solid #eee !important;
}
.tts-not-in-force-future-repealed > .toc-item .toc-icon I,
.tts-not-in-force-future-repealed > .toc-item .toc-icon-new I {
  background-color: black !important;
}
.tts-future-inserted.expandable > .toc-item .toc-icon I,
.tts-future-inserted.expandable > .toc-item .toc-icon-new I {
  border-left: 4px solid black !important;
  border-right: 4px solid #dafdd3 !important;
  border-top: 4px solid #dafdd3 !important;
  border-bottom: 4px solid #dafdd3 !important;
}
.tts-future-inserted.expanded > .toc-item .toc-icon I,
.tts-future-inserted.expanded > .toc-item .toc-icon-new I {
  border-top: 4px solid black !important;
  border-right: 4px solid #dafdd3 !important;
  border-left: 4px solid #dafdd3 !important;
  border-bottom: 4px solid #dafdd3 !important;
}
.tts-future-inserted > .toc-item .toc-icon I,
.tts-future-inserted > .toc-item .toc-icon-new I {
  background-color: black !important;
}
.tts-inserted,
.tts-inserted * {
  text-decoration: none;
  color: #944224;
  background-color: #ffe7b3;
}
.tts-inserted .hit,
.tts-inserted * .hit,
.tts-inserted .hit *,
.tts-inserted * .hit * {
  background-color: var(--tt-insert-hit-bg) !important;
  color: var(--body-bg) !important;
}
.tts-inserted-repealed,
.tts-inserted-repealed * {
  text-decoration: line-through;
  color: #944224;
  background-color: #ffe7b3;
}
.tts-inserted-repealed .hit,
.tts-inserted-repealed * .hit,
.tts-inserted-repealed .hit *,
.tts-inserted-repealed * .hit * {
  background-color: var(--tt-insert-hit-bg) !important;
  color: var(--body-bg) !important;
}
.tts-inserted-repealed .hit .term,
.tts-inserted-repealed * .hit .term,
.tts-inserted-repealed .hit * .term,
.tts-inserted-repealed * .hit * .term {
  color: #efb5f0;
}
.tts-inserted-repealed .hit .defterm,
.tts-inserted-repealed * .hit .defterm,
.tts-inserted-repealed .hit * .defterm,
.tts-inserted-repealed * .hit * .defterm {
  color: #f9f5fd;
}
.tts-inserted-future-repealed .tts-inserted-repealed,
.tts-inserted-future-repealed .tts-inserted-repealed * {
  text-decoration: line-through;
  color: #944224;
  background-color: #ffe7b3;
}
.tts-inserted-future-repealed .tts-inserted-repealed .hit,
.tts-inserted-future-repealed .tts-inserted-repealed * .hit,
.tts-inserted-future-repealed .tts-inserted-repealed .hit *,
.tts-inserted-future-repealed .tts-inserted-repealed * .hit * {
  background-color: #944224;
  color: #fff;
}
.tts-inserted-future-repealed .tts-inserted-repealed .xref,
.tts-inserted-future-repealed .tts-inserted-repealed * .xref {
  font-style: normal;
  font-weight: bold;
  color: var(--link-color);
  text-decoration: underline var(--link-color);
}
.tts-inserted-future-repealed .tts-inserted-repealed .xref:hover,
.tts-inserted-future-repealed .tts-inserted-repealed * .xref:hover {
  color: var(--link-hover-color);
}
.tts-inserted-future-repealed,
.tts-inserted-future-repealed * {
  text-decoration: underline;
  color: #944224;
  background-color: #ffe7b3;
}
.tts-inserted-future-repealed .hit,
.tts-inserted-future-repealed * .hit,
.tts-inserted-future-repealed .hit *,
.tts-inserted-future-repealed * .hit * {
  background-color: #944224;
  color: #fff;
}
.tts-future-inserted,
.tts-future-inserted * {
  text-decoration: none;
  color: green;
  background-color: #dafdd3;
}
.tts-future-inserted .hit,
.tts-future-inserted * .hit,
.tts-future-inserted .hit *,
.tts-future-inserted * .hit * {
  background-color: green;
  color: #fff;
}
.tts-future-inserted .toc-suffix,
.tts-future-inserted * .toc-suffix,
.tts-future-inserted .toc-prefix,
.tts-future-inserted * .toc-prefix {
  color: #616060 !important;
}
.tts-future-inserted-future-repealed,
.tts-future-inserted-future-repealed * {
  text-decoration: underline;
  color: green;
  background-color: #dafdd3;
}
.tts-future-inserted-future-repealed .hit,
.tts-future-inserted-future-repealed * .hit,
.tts-future-inserted-future-repealed .hit *,
.tts-future-inserted-future-repealed * .hit * {
  background-color: green;
  color: #fff;
}
.tts-repealed-before-future-inserted,
.tts-repealed-before-future-inserted * {
  text-decoration: line-through;
  color: green;
  background-color: #dafdd3;
}
.tts-repealed-before-future-inserted .hit,
.tts-repealed-before-future-inserted * .hit,
.tts-repealed-before-future-inserted .hit *,
.tts-repealed-before-future-inserted * .hit * {
  background-color: green;
  color: #fff !important;
}
.pane-doc .tts-hidden .hit .hit-icon {
  border-left-color: #fea5a5;
}
.tts-between-dates,
.tts-between-dates * {
  background-color: #ccffff;
}
.tts-hidden,
.tts-hidden.chapter,
.tts-hidden.part,
.tts-hidden * {
  display: block;
  height: 0px;
  overflow: hidden;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.tts-hidden.amend,
.tts-hidden.amend * {
  display: none;
}
.with-hits-hidden .pane-doc .hit {
  background-color: inherit !important;
  color: inherit !important;
}
.with-hits-hidden .pane-doc .hit .hit-icon {
  display: none !important;
}
.tts-hidden.with-hits:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fea5a5;
  background-color: transparent;
  left: -96px;
  margin-top: 4px;
}
.ednote.tts-regular * {
  color: var(--color-ednote) !important;
}
/* ==========================================================================
   Pendragon Perspective styles
   Document styles
   ========================================================================== */
.pane-doc.euregdoc .title\.list > .title {
  font-size: 1.2em;
}
.pane-doc.euregdoc .title\.sublist > .title {
  font-size: 2em;
  text-align: center;
}
.pane-doc.euregdoc .amndspec .sec-grp .title {
  font-weight: bold;
  color: #800000;
}
.pane-doc.eudirdec .title\.list > .title {
  text-align: center;
}
.pane-doc.eudirdec .title\.sublist > .title {
  text-align: center;
  font-size: 1.2em;
}
.pane-doc.eudirdec .section .sec-lbl {
  font-weight: normal;
  font-style: italic;
  text-align: center;
  display: block;
}
.pane-doc.eudirdec .section > .title {
  font-size: 1.73333333em;
  margin-bottom: 15.75px;
}
.pane-doc.eudirdec .section > .title .sectxt {
  display: inline-block;
}
.pane-doc.eudirdec .appendix > .title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 21px;
}
.pane-doc.eudirdec .appendix > .title span {
  display: block;
}
.pane-doc.eudirdec .appendix > .title .sectxt {
  font-size: 0.8em;
}
.pane-doc.eudirdec .annex\.part > .title {
  font-size: 1.73333333em;
}
.pane-doc.eudirdec .annex\.part > .title .lbl,
.pane-doc.eudirdec .annex\.part > .title .sectxt {
  display: inline-block;
  text-align: center;
}
.pane-doc.eudirdec .annex\.part > .title .lbl {
  white-space: pre-wrap;
}
.pane-doc.eudirdec .annex\.part .sub-tit {
  display: block;
  text-align: center;
  color: var(--color-heading-main);
}
.pane-doc.eudirdec .annex\.part {
  margin-top: 10.5px;
}
.pane-doc.eudirdec .annex\.part .section {
  margin-bottom: 21px;
}
.pane-doc.eudirdec .section {
  margin-bottom: 21px;
}
.pane-doc.eudirdec .sub .list {
  margin-left: 60px;
}
.pane-doc.eudirdec .list {
  list-style-type: none;
}
.pane-doc.eudirdec .fd {
  text-align: center;
}
.pane-doc.euregdoc .series .name,
.pane-doc.eudirdec .series .name {
  text-align: right;
  font-style: italic;
}
.pane-doc.euregdoc .textnote,
.pane-doc.eudirdec .textnote {
  margin-left: 30px;
}
.pane-doc.euregdoc .textnote .lbl,
.pane-doc.eudirdec .textnote .lbl {
  font-weight: bold;
  position: absolute;
  width: 30px;
  margin-left: -50px;
  white-space: pre-wrap;
}
.pane-doc.euregdoc .textnote .note-tex .ptxt,
.pane-doc.eudirdec .textnote .note-tex .ptxt {
  display: inline-block;
  margin-left: 20px;
}
.pane-doc.euregdoc .preamble,
.pane-doc.eudirdec .preamble {
  font-weight: normal;
  border-bottom: 1px solid var(--text-color);
}
.pane-doc.act .schchap > .title,
.pane-doc.si .schchap > .title {
  text-align: center;
  font-size: 1.33333333em;
}
.pane-doc A {
  font-weight: bold;
  color: var(--link-color);
}
.pane-doc .anchor,
.pane-doc .inref,
.pane-doc .xref {
  font-style: normal !important;
}
.pane-doc A:hover {
  color: var(--link-hover);
}
.pane-doc A.anchor {
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.pane-doc .term,
.pane-doc A.term,
.pane-doc .term A {
  font-weight: normal;
  color: var(--color-term);
}
.pane-doc .tts-inserted .term,
.pane-doc .tts-future-inserted .term {
  color: #b125b4;
}
.pane-doc .term:hover,
.pane-doc A.term:hover,
.pane-doc .term A:hover {
  color: var(--color-term) !important;
}
.pane-doc .term-colour-remove,
.pane-doc A.term-colour-remove,
.pane-doc .term-colour-remove A {
  font-weight: normal;
  color: inherit;
}
.pane-doc .defterm {
  font-weight: bold;
  color: var(--color-defterm);
}
.pane-doc .defterm .before,
.pane-doc .defterm .after {
  color: var(--color-defterm);
}
.pane-doc .defterm-colour-remove {
  font-weight: normal;
}
.pane-doc .xref-colour-remove,
.pane-doc .inref-colour-remove,
.pane-doc .anchor-colour-remove {
  color: inherit;
  font-weight: normal;
}
.pane-doc .blob-colour-remove {
  color: inherit;
}
.pane-doc .txtmark,
.pane-doc .textmark {
  vertical-align: super;
  font-size: 12px;
}
.pane-doc .txtnote,
.pane-doc .textnote {
  color: var(--color-ednote);
}
.pane-doc .caseref {
  font-style: italic;
}
.pane-doc .emph1 {
  font-weight: bold;
  font-style: normal;
}
.pane-doc .emph1 .term {
  font-weight: bold;
}
.pane-doc .emph2 .emph1 {
  font-weight: bold;
  font-style: italic;
}
.pane-doc .emph2 .emph3 {
  text-decoration: underline;
  font-style: italic;
}
.pane-doc .emph2 .amend {
  font-style: italic;
}
.pane-doc .emph2 .xref {
  font-weight: bold;
  font-style: italic !important;
}
.pane-doc .emph2 .inref {
  font-style: italic !important;
  font-weight: normal;
}
.pane-doc .emph3 {
  font-style: normal;
  text-decoration: underline;
}
.pane-doc .emph3 .emph1 {
  font-weight: bold;
  text-decoration: underline;
}
.pane-doc .emph3 .xref,
.pane-doc .emph3 .inref {
  font-weight: normal;
}
.pane-doc .amend .emph2 {
  font-style: italic;
}
.pane-doc .amndspec .xref,
.pane-doc .amndspec .inref {
  font-weight: normal;
}
.pane-doc .quote .xref,
.pane-doc .quote .inref {
  font-weight: bold;
}
.pane-doc .tts-inserted .xref:not(.term),
.pane-doc .tts-inserted-repealed .xref:not(.term),
.pane-doc .tts-future-inserted .xref:not(.term),
.pane-doc .tts-repealed-before-future-inserted .xref:not(.term),
.pane-doc .tts-inserted .inref,
.pane-doc .tts-inserted-repealed .inref,
.pane-doc .tts-future-inserted .inref,
.pane-doc .tts-repealed-before-future-inserted .inref {
  color: #0b008b !important;
}
.pane-doc .defterm .quote:before,
.pane-doc .defterm .quote:after {
  color: #000;
}
.pane-doc .tts-future-inserted .defterm .before,
.pane-doc .tts-future-inserted .defterm .after {
  color: var(--color-defterm);
}
.pane-doc .amend .defterm .before,
.pane-doc .tts-inserted .defterm .before,
.pane-doc .amend .defterm .after,
.pane-doc .tts-inserted .defterm .after {
  color: var(--color-defterm);
}
.pane-doc .amndspec .defterm {
  color: var(--color-defterm);
}
.pane-doc .amend > li,
.pane-doc .amndspec > li {
  list-style: none;
}
.pane-doc .title {
  font-weight: bold;
}
.pane-doc .title\.list .title,
.pane-doc H1.title {
  font-size: 2em;
  color: var(--color-heading-main);
  text-align: left;
}
.pane-doc .title\.list .title .amend.tts-regular,
.pane-doc H1.title .amend.tts-regular {
  color: var(--color-heading-main);
}
.pane-doc H1.case-tit {
  font-size: 2em;
  color: var(--color-heading-main);
  text-align: center;
  border-bottom: 1px solid;
}
.pane-doc .title\.sublist .title {
  font-size: 1.73333333em;
  text-align: left;
}
.pane-doc .title\.list > .title > .sub-tit {
  display: block;
  margin-top: 21px;
}
.pane-doc .actitle H1.title {
  border-bottom: 1px solid #800000;
  border-bottom-color: var(--color-heading-main);
}
.pane-doc .actitle .preamble {
  border-bottom: 1px solid var(--text-color);
}
.pane-doc .psoupdat {
  border-bottom: 1px solid black;
}
.pane-doc .judgment > .title > .sub-title {
  display: block;
}
.pane-doc .schedule > .title {
  font-size: 1.73333333em;
  text-align: center;
}
.pane-doc .sititle {
  color: #800000;
  text-align: center;
}
.pane-doc .sititle .number,
.pane-doc .sititle .year {
  display: inline;
  font-weight: bold;
}
.pane-doc .sititle .dept {
  color: var(--text-color);
  font-weight: bold;
}
.pane-doc .sititle H1.title {
  border-bottom: 1px solid var(--color-heading-main);
  text-align: center;
}
.pane-doc .sititle H1.title .sub-tit::before {
  content: '\a';
  white-space: pre;
}
.pane-doc .sititle H1.title .sub-tit {
  font-size: 0.75em;
  font-style: italic;
}
.pane-doc .sititle:not(h1) {
  color: var(--color-heading-main);
}
.pane-doc .sisch > .title,
.pane-doc .explnote > .title,
.pane-doc .commlist > .title {
  text-align: center;
}
.pane-doc .sisch > .title > .sub-tit,
.pane-doc .explnote > .title > .sub-tit,
.pane-doc .commlist > .title > .sub-tit {
  display: block;
  font-style: italic;
  font-weight: normal;
  color: var(--text-color);
}
.pane-doc .sisch > .title {
  font-size: 1.73333333em;
}
.pane-doc .sisch > .title > .lbl,
.pane-doc .sisch > .title > .sectxt {
  display: inline-block;
}
.pane-doc .sisch > .title > .lbl {
  white-space: pre-wrap;
}
.pane-doc .sisch > .title > .sub-tit {
  font-size: 1.2em;
}
.pane-doc .explnote > .title,
.pane-doc .commlist > .title {
  font-size: 1.73333333em;
}
.pane-doc .exstcons {
  border-bottom: 1px solid black;
}
.pane-doc .enab {
  font-size: 1em;
  text-align: left;
}
.pane-doc .sign P {
  margin: 0 0 0 0;
  text-indent: 0;
}
.pane-doc .sign .sname,
.pane-doc .sign .stit,
.pane-doc .sign .sdept {
  text-align: right;
}
.pane-doc .sign .for,
.pane-doc .sign .office,
.pane-doc .sign .name {
  text-align: right;
  font-style: italic;
}
.pane-doc .begin .dates {
  text-align: center;
  font-weight: bold;
}
.pane-doc .is-part > .title {
  text-align: center;
  font-size: 1.73333333em;
}
.pane-doc .is-part > .title > .lbl {
  display: block;
}
.pane-doc .is-subpart .title {
  text-align: center;
  font-size: 1.46666667em;
}
.pane-doc .is-subpart .title > .lbl {
  display: block;
}
.pane-doc .schword {
  font-size: 1.73333333em;
  font-weight: normal;
  text-align: center;
}
.pane-doc .title_sec-grp_art-grp_reg-grp {
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 1.46666667em;
}
.pane-doc .sec-grp > .title,
.pane-doc .art-grp > .title,
.pane-doc .reg-grp > .title {
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 1.46666667em;
}
.pane-doc .part-gp > .title {
  font-size: 1.46666667em;
}
.pane-doc .list {
  margin: 0 0 10.5px 30px;
  padding: 0;
  list-style-type: none;
}
.pane-doc .list LI {
  text-indent: 0;
}
.pane-doc .list LI .lbl {
  position: absolute;
  text-indent: -26px;
  white-space: pre-wrap;
}
.pane-doc .list LI .sectxt {
  margin-left: 10px;
  display: inline-block;
}
.pane-doc .list ul {
  padding: 0;
}
.pane-doc .list .subitem,
.pane-doc .list .ssubitem,
.pane-doc .list .sssbitem {
  margin-left: 35px;
}
.pane-doc .list .subitem .lbl,
.pane-doc .list .ssubitem .lbl,
.pane-doc .list .sssbitem .lbl {
  position: absolute;
  text-indent: -26px;
  white-space: pre-wrap;
}
.pane-doc .list .subitem .sectxt,
.pane-doc .list .ssubitem .sectxt,
.pane-doc .list .sssbitem .sectxt {
  margin-left: 10px;
  display: inline-block;
}
.pane-doc .list,
.pane-doc .sublist,
.pane-doc .ssublist,
.pane-doc .sssblist {
  margin-top: 5.25px;
}
.pane-doc .list LI.has-bullet {
  list-style-type: disc;
}
.pane-doc .sublist,
.pane-doc .ssublist,
.pane-doc .sssblist,
.pane-doc .sub .list,
.pane-doc .s-sub .list,
.pane-doc .ss-sub .list,
.pane-doc .sss-sub .list {
  list-style-type: none;
}
.pane-doc .name,
.pane-doc .orig\.date,
.pane-doc .pub_date,
.pane-doc .issuer,
.pane-doc .ednote,
.pane-doc .copyrt {
  margin: 5.25px 0;
  font-size: 0.8em;
}
.pane-doc .header {
  margin: 10px 0;
  border-bottom: 1px solid #800000;
  border-bottom-color: var(--color-heading-main);
}
.pane-doc .header .copyrt {
  font-weight: bold;
  display: inline;
}
.pane-doc .header .before {
  font-weight: normal;
  color: var(--text-muted);
}
.pane-doc .header .shor-tit,
.pane-doc .header .author,
.pane-doc .header .publishr,
.pane-doc .header .billing {
  display: none;
}
.pane-doc .ednote {
  color: var(--color-ednote);
}
.pane-doc .ednote .before {
  font-weight: bold;
}
.pane-doc .chapno,
.pane-doc .asp {
  font-size: 1.73333333em;
  font-weight: bold;
}
.pane-doc .actitle > .sub-tit {
  font-size: 1.1em;
  font-weight: bold;
  color: var(--color-ednote);
}
.pane-doc .roy-ass {
  text-align: right;
  font-size: 0.8em;
}
.pane-doc .roy-ass.asp {
  text-align: center;
  font-weight: bold;
}
.pane-doc .preamble {
  font-weight: bold;
}
.pane-doc .title\.list .title,
.pane-doc .title\.sublist .title,
.pane-doc H1.title,
.pane-doc H1.case-tit {
  margin-top: 0;
}
.pane-doc .case-tit {
  font-weight: bold;
}
.pane-doc .sign {
  margin-top: 21px;
  margin-bottom: 21px;
}
.pane-doc .sisch {
  margin-bottom: 10.5px;
}
.pane-doc .explnote {
  margin-top: 21px;
}
.pane-doc .is-section > .title {
  margin-bottom: 10.5px;
}
.pane-doc .sititle H1.title {
  margin-top: 0;
}
.pane-doc .is-part,
.pane-doc .is-subpart,
.pane-doc .sec-grp,
.pane-doc .reg-grp,
.pane-doc .schword {
  margin-top: 31.5px;
  margin-bottom: 21px;
}
.pane-doc .is-part .title,
.pane-doc .is-subpart .title,
.pane-doc .sec-grp .title,
.pane-doc .reg-grp .title,
.pane-doc .schword .title {
  margin: 0;
}
.pane-doc .sischpart > DIV > .sectxt {
  margin-left: 10px;
}
.pane-doc .part-gp {
  margin-top: 21px;
  margin-bottom: -21px;
}
.pane-doc .section,
.pane-doc .sischpart {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pane-doc .section .sec-lbl,
.pane-doc .sischpart .sec-lbl {
  font-weight: bold;
}
.pane-doc .sch-sec {
  margin-bottom: 21px;
}
.pane-doc .sch-sec,
.pane-doc .is-schsec,
.pane-doc .is-section,
.pane-doc .section {
  margin-top: 21px;
}
.pane-doc .sch-sec > .is-title .sectxt,
.pane-doc .is-schsec > .is-title .sectxt,
.pane-doc .is-section > .is-title .sectxt,
.pane-doc .section > .is-title .sectxt {
  display: inline-block;
}
.pane-doc.newsitem .orig\.date,
.pane-doc .inner.newsitem .orig\.date {
  padding-top: 15px;
  text-align: center;
}
.pane-doc.newsitem .title,
.pane-doc .inner.newsitem .title {
  text-align: center;
  font-size: 2em;
  margin: 20px 0px;
}
.pane-doc.newsitem .section .title,
.pane-doc .inner.newsitem .section .title,
.pane-doc.newsitem .figure .title,
.pane-doc .inner.newsitem .figure .title {
  text-align: left;
  font-size: 1.5em;
}
.pane-doc.newsitem .figure,
.pane-doc .inner.newsitem .figure {
  margin-bottom: 20px;
}
.pane-doc.newsitem .text\.box,
.pane-doc .inner.newsitem .text\.box {
  padding: 18px 0px;
  margin: 20px 0px;
}
.pane-doc.newsitem .text\.box .heading\.list .heading,
.pane-doc .inner.newsitem .text\.box .heading\.list .heading {
  font-size: 1.5em;
}
.pane-doc.newsitem .text\.box .ptxt,
.pane-doc .inner.newsitem .text\.box .ptxt {
  margin-left: 0px;
}
.pane-doc.newsitem .sources,
.pane-doc .inner.newsitem .sources {
  margin-top: 15px;
  font-size: 12px;
}
.pane-doc.newsitem .sources .pub\.source,
.pane-doc .inner.newsitem .sources .pub\.source {
  margin-bottom: 15px;
}
.pane-doc.newsitem .subitem .sectxt,
.pane-doc .inner.newsitem .subitem .sectxt {
  margin-left: -5px;
}
.pane-doc.newsitem .section .tblblk,
.pane-doc .inner.newsitem .section .tblblk {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.pane-doc.newsitem .section .tblblk .title,
.pane-doc .inner.newsitem .section .tblblk .title {
  font-size: 1.5em;
}
.pane-doc.newsitem .section .tblblk .tgroup,
.pane-doc .inner.newsitem .section .tblblk .tgroup {
  width: 70rem;
  text-align: center;
}
.pane-doc.newsitem .header-container,
.pane-doc .inner.newsitem .header-container {
  background-color: #6273cb;
}
.pane-doc.newsitem .news-header,
.pane-doc .inner.newsitem .news-header {
  display: block;
  margin-left: -29%;
  background: url(../img/news-header.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 137px;
}
.pane-doc.newsitem .dd-flag.dd-flag-docnotes,
.pane-doc .inner.newsitem .dd-flag.dd-flag-docnotes {
  top: 150px;
}
.pane-doc.survey .header-container,
.pane-doc .inner.survey .header-container {
  background-color: #6273cb;
}
.pane-doc.survey .survey-header,
.pane-doc .inner.survey .survey-header {
  display: block;
  margin-left: -29%;
  background: url(../img/survey-header.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 137px;
}
.pane-doc.survey .pub_date,
.pane-doc .inner.survey .pub_date {
  font-size: 1em;
  text-align: center;
}
.pane-doc.survey .countries,
.pane-doc .inner.survey .countries {
  font-size: 0.8em;
  text-align: center;
}
.pane-doc.survey p.title,
.pane-doc .inner.survey p.title {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 30px;
  text-align: center;
  margin-top: 45px;
}
.pane-doc.survey p.title > .sub-tit,
.pane-doc .inner.survey p.title > .sub-tit {
  font-size: 20px;
  display: block;
}
.pane-doc.survey div.researcher,
.pane-doc .inner.survey div.researcher {
  text-align: center;
  font-size: 0.8em;
}
.pane-doc.survey .brief p.title,
.pane-doc .inner.survey .brief p.title,
.pane-doc.survey .full p.title,
.pane-doc .inner.survey .full p.title {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 26px;
}
.pane-doc.survey .figure p.title,
.pane-doc .inner.survey .figure p.title {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
}
.pane-doc.survey .mod_date,
.pane-doc .inner.survey .mod_date,
.pane-doc.survey .topics,
.pane-doc .inner.survey .topics {
  display: none;
}
.pane-doc.survey .credit,
.pane-doc .inner.survey .credit,
.pane-doc.survey .brief,
.pane-doc .inner.survey .brief,
.pane-doc.survey .full,
.pane-doc .inner.survey .full {
  margin-top: 25px;
}
.pane-doc.survey table,
.pane-doc .inner.survey table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  background-color: var(--body-bg);
  font-size: 13px;
}
.pane-doc.survey table TH,
.pane-doc .inner.survey table TH,
.pane-doc.survey table TD,
.pane-doc .inner.survey table TD {
  padding: 5px 10px;
  vertical-align: top;
}
.pane-doc.survey table TH,
.pane-doc .inner.survey table TH {
  background-image: linear-gradient(to bottom, #fff 0%, var(--grey-light) 100%);
  color: #000;
  border-top: 1px solid #ccc;
  text-align: left;
}
.pane-doc.survey table .abbr-matches + .title-matches TR:first-child TD,
.pane-doc .inner.survey table .abbr-matches + .title-matches TR:first-child TD {
  border-top: 1px solid #ccc;
}
.pane-doc.survey table A,
.pane-doc .inner.survey table A {
  color: black;
  color: var(--text-color);
}
.pane-doc.survey table A:hover,
.pane-doc .inner.survey table A:hover,
.pane-doc.survey table A:focus,
.pane-doc .inner.survey table A:focus {
  color: var(--link-color);
}
.pane-doc.survey table .highlight TD,
.pane-doc .inner.survey table .highlight TD {
  background-color: var(--grey-lighter);
  cursor: pointer;
}
.pane-doc.survey table .highlight A,
.pane-doc .inner.survey table .highlight A {
  color: #0b008b;
}
.pane-doc.survey table .active TD,
.pane-doc .inner.survey table .active TD {
  background-color: var(--highlight-bg);
}
.pane-doc.law-rep .no-space .ptxt {
  margin: 0;
}
.pane-doc.law-rep .lr-appearances {
  margin-top: 21px;
}
.pane-doc.law-rep .lr-appearances > .title {
  display: none;
}
.pane-doc.law-rep .is-section > .is-title > .lbl {
  position: absolute;
  white-space: pre-wrap;
  left: -105px;
  width: 90px;
  text-align: right;
  font-size: 1.2em;
}
.pane-doc.law-rep .is-section {
  margin-top: 10.5px;
}
.pane-doc.law-rep .is-section > * {
  text-indent: 0;
  margin-left: 0;
  margin-top: 5.25px;
}
.pane-doc.law-rep .is-section > .list {
  margin-left: 30px;
}
.pane-doc.law-rep .para-grp,
.pane-doc.law-rep .para-sgp {
  margin-top: 10.5px;
}
.pane-doc.law-rep .para-grp .title,
.pane-doc.law-rep .para-sgp .title {
  font-style: italic;
  font-size: 1.46666667em;
}
.pane-doc.law-rep .para-sgp > .title {
  font-style: normal;
}
.pane-doc.law-rep .para-s-sgp.level5 .title {
  margin-top: 10.5px;
}
.pane-doc.law-rep .ex-quo {
  margin-left: 45px;
  font-style: normal;
  font-size: 0.86666667em;
}
.pane-doc.law-rep .ex-quo .para-grp,
.pane-doc.law-rep .ex-quo .para-sgp {
  font-size: 1em;
  font-weight: bold;
}
.pane-doc.law-rep .ex-quo .para-grp .title,
.pane-doc.law-rep .ex-quo .para-sgp .title {
  font-size: 15px;
}
.pane-doc.law-rep .ex-quo .para-grp .title > .lbl,
.pane-doc.law-rep .ex-quo .para-sgp .title > .lbl {
  font-size: 1em;
  text-indent: -41px;
  position: absolute;
  font-weight: bold;
}
.pane-doc.law-rep .ex-quo .para-grp .title > .sectxt,
.pane-doc.law-rep .ex-quo .para-sgp .title > .sectxt {
  margin-left: 10px;
}
.pane-doc.law-rep .ex-quo .para-grp .title {
  font-style: italic;
}
.pane-doc.law-rep .ex-quo .para-sgp .title,
.pane-doc.law-rep .ex-quo .para .title {
  font-weight: bold;
}
.pane-doc.law-rep .ex-quo .para-sgp + .para {
  margin-left: 50px;
  margin-top: 10px;
}
.pane-doc.law-rep .ex-quo .para-sgp + .para + .para {
  margin-left: 50px;
}
.pane-doc.law-rep .ex-quo .para > .is-title.ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para > .is-title.ptxt,
.pane-doc.law-rep .ex-quo .para .title.ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .title.ptxt,
.pane-doc.law-rep .ex-quo .para > .is-title.title,
.pane-doc.law-rep .ex-quo .para-sgp + .para > .is-title.title,
.pane-doc.law-rep .ex-quo .para .title.title,
.pane-doc.law-rep .ex-quo .para-sgp + .para .title.title {
  font-size: 1em;
}
.pane-doc.law-rep .ex-quo .para > .is-title.ptxt > .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para > .is-title.ptxt > .lbl,
.pane-doc.law-rep .ex-quo .para .title.ptxt > .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para .title.ptxt > .lbl,
.pane-doc.law-rep .ex-quo .para > .is-title.title > .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para > .is-title.title > .lbl,
.pane-doc.law-rep .ex-quo .para .title.title > .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para .title.title > .lbl {
  font-size: 1em;
  text-indent: -40px;
  position: absolute;
  font-weight: bold;
}
.pane-doc.law-rep .ex-quo .para > .is-title.ptxt > .sectxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para > .is-title.ptxt > .sectxt,
.pane-doc.law-rep .ex-quo .para .title.ptxt > .sectxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .title.ptxt > .sectxt,
.pane-doc.law-rep .ex-quo .para > .is-title.title > .sectxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para > .is-title.title > .sectxt,
.pane-doc.law-rep .ex-quo .para .title.title > .sectxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .title.title > .sectxt {
  margin-left: 15px;
}
.pane-doc.law-rep .ex-quo .para > .is-title.title,
.pane-doc.law-rep .ex-quo .para-sgp + .para > .is-title.title,
.pane-doc.law-rep .ex-quo .para .title.title,
.pane-doc.law-rep .ex-quo .para-sgp + .para .title.title {
  font-weight: bold;
}
.pane-doc.law-rep .ex-quo .para > .list,
.pane-doc.law-rep .ex-quo .para-sgp + .para > .list {
  margin-left: 60px;
}
.pane-doc.law-rep .ex-quo .para > .title,
.pane-doc.law-rep .ex-quo .para-sgp + .para > .title {
  font-weight: normal;
}
.pane-doc.law-rep .ex-quo .para .sub,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub {
  margin-left: 25px !important;
}
.pane-doc.law-rep .ex-quo .para .sub > *,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > * {
  margin-left: 60px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title {
  margin-left: 0px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .amndspec,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .amndspec,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .amndspec,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .amndspec,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .amendspec,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .amendspec,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .amendspec,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .amendspec,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ *,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ *,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ *,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ * {
  margin-left: 60px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .lbl,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .lbl {
  position: absolute;
  white-space: pre-wrap;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .lbl ~ .amend > .ptxt {
  margin-left: 110px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .lbl ~ .list,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .lbl ~ .list {
  margin-left: 130px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .ptxt,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .ptxt,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .amend > .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .amend > .ptxt {
  margin-left: 60px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .list,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .list,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .list,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .list {
  margin-left: 80px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .list > .listitem.has-bullet {
  margin-left: 30px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt ~ .tblblk,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt ~ .tblblk,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title ~ .tblblk,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title ~ .tblblk {
  margin-left: 70px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt + .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt + .lbl,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title + .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title + .lbl {
  position: relative;
  top: 20px;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title + .lbl + .ptxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title + .lbl + .ptxt {
  position: relative;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt > .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt > .lbl,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title > .lbl,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title > .lbl {
  text-indent: 0px;
  position: absolute;
  white-space: pre-wrap;
}
.pane-doc.law-rep .ex-quo .para .sub > .is-title.ptxt > .sectxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.ptxt > .sectxt,
.pane-doc.law-rep .ex-quo .para .sub > .is-title.title > .sectxt,
.pane-doc.law-rep .ex-quo .para-sgp + .para .sub > .is-title.title > .sectxt {
  margin-left: 60px;
  display: inline-block;
}
.pane-doc.law-rep .ex-quo .para > *,
.pane-doc.law-rep .ex-quo .para-sgp + .para > * {
  margin-left: 15px;
}
.pane-doc.law-rep .this-is > .title,
.pane-doc.law-rep .kw-paras > .title,
.pane-doc.law-rep .tab-ref > .title,
.pane-doc.law-rep .reference > .title,
.pane-doc.law-rep .case-his > .title,
.pane-doc.law-rep .comment > .title,
.pane-doc.law-rep .judgment > .title,
.pane-doc.law-rep .jmnt-grp > .title,
.pane-doc.law-rep .headinfo > .title {
  font-size: 1.73333333em;
  margin-top: 21px;
}
.pane-doc.law-rep .headnote .title {
  font-size: 1.73333333em;
  margin-top: 21px;
}
.pane-doc.law-rep .headnote .held .is-section,
.pane-doc.law-rep .headnote .facts .is-section {
  position: relative;
}
.pane-doc.law-rep .refer {
  margin-bottom: 10.5px;
}
.pane-doc.law-rep .court {
  text-align: center;
  font-size: 0.8em;
  color: #616060;
  color: var(--text-muted);
}
.pane-doc.law-rep .advoc {
  color: var(--color-heading-main);
}
.pane-doc.law-rep .solic {
  font-style: italic;
}
.pane-doc.law-rep .import {
  font-size: x-large;
}
.pane-doc.regdoc .title\.list {
  border-bottom: 1px solid var(--color-heading-main);
}
.pane-doc.regdoc .source {
  text-align: right;
}
.pane-doc.regdoc .version\.text .title {
  font-size: 43px;
  text-align: center;
}
.pane-doc.regdoc .appendix > .is-title.title,
.pane-doc.regdoc .appendix > .title {
  font-size: 33px;
  font-style: normal;
  text-align: center;
}
.pane-doc.regdoc .appendix > .is-title.title > .lbl,
.pane-doc.regdoc .appendix > .title > .lbl {
  padding-right: 15px;
  display: inline;
}
.pane-doc.regdoc .annex > .is-title.title,
.pane-doc.regdoc .annex > .title.ptxt,
.pane-doc.regdoc .annex > .title {
  text-align: center;
  font-size: 1.73333333em;
}
.pane-doc.regdoc .annex\.part > .is-title.title,
.pane-doc.regdoc .annex\.part > .is-title.ptxt,
.pane-doc.regdoc .annex\.part > .title {
  text-align: center;
  font-size: 1.73333333em;
  font-weight: normal;
}
.pane-doc.regdoc .annex\.part > .is-title.title > .lbl,
.pane-doc.regdoc .annex\.part > .is-title.ptxt > .lbl,
.pane-doc.regdoc .annex\.part > .title > .lbl {
  padding-right: 15px;
  display: inline;
}
.pane-doc.regdoc .part-grp > .is-title.title > .lbl,
.pane-doc.regdoc .part > .is-title.title > .lbl,
.pane-doc.regdoc .chap-grp > .is-title.title > .lbl,
.pane-doc.regdoc .sec-grp > .is-title.title > .lbl,
.pane-doc.regdoc .chapter > .is-title.title > .lbl,
.pane-doc.regdoc .appendix > .is-title.title > .lbl,
.pane-doc.regdoc .annex > .is-title.title > .lbl,
.pane-doc.regdoc .annex\.part-grp > .is-title.title > .lbl,
.pane-doc.regdoc .annex\.part > .is-title.title > .lbl,
.pane-doc.regdoc .annex\.sec-grp > .is-title.title > .lbl,
.pane-doc.regdoc .part-grp > .is-title.ptxt > .lbl,
.pane-doc.regdoc .part > .is-title.ptxt > .lbl,
.pane-doc.regdoc .chap-grp > .is-title.ptxt > .lbl,
.pane-doc.regdoc .sec-grp > .is-title.ptxt > .lbl,
.pane-doc.regdoc .chapter > .is-title.ptxt > .lbl,
.pane-doc.regdoc .appendix > .is-title.ptxt > .lbl,
.pane-doc.regdoc .annex > .is-title.ptxt > .lbl,
.pane-doc.regdoc .annex\.part-grp > .is-title.ptxt > .lbl,
.pane-doc.regdoc .annex\.part > .is-title.ptxt > .lbl,
.pane-doc.regdoc .annex\.sec-grp > .is-title.ptxt > .lbl,
.pane-doc.regdoc .part-grp > .title > .lbl,
.pane-doc.regdoc .part > .title > .lbl,
.pane-doc.regdoc .chap-grp > .title > .lbl,
.pane-doc.regdoc .sec-grp > .title > .lbl,
.pane-doc.regdoc .chapter > .title > .lbl,
.pane-doc.regdoc .appendix > .title > .lbl,
.pane-doc.regdoc .annex > .title > .lbl,
.pane-doc.regdoc .annex\.part-grp > .title > .lbl,
.pane-doc.regdoc .annex\.part > .title > .lbl,
.pane-doc.regdoc .annex\.sec-grp > .title > .lbl {
  padding-right: 15px;
  display: inline;
}
.pane-doc.regdoc .is-section > .is-title > .lbl {
  position: absolute;
  left: -100px;
  width: 90px;
  text-align: right;
  white-space: pre-wrap;
  font-size: 1.2em;
  margin-top: -3px;
}
.pane-doc.regdoc .is-section > .sub > .is-title.ptxt .lbl,
.pane-doc.regdoc .is-section > .sub > .is-title.title .lbl {
  margin-top: -2px;
}
.pane-doc.regdoc .is-section > .is-title.title > .sectxt {
  font-size: 1.2em;
  line-height: 1;
}
.pane-doc.regdoc .chapter > .is-title.title,
.pane-doc.regdoc .chapter > .is-title.ptxt,
.pane-doc.regdoc .chapter > .title {
  font-weight: normal;
  font-size: 1.73em;
}
.pane-doc.regdoc .part-grp > .is-title.title,
.pane-doc.regdoc .part-grp > .is-title.ptxt,
.pane-doc.regdoc .part-grp > .title {
  font-size: 33px;
  font-style: normal;
}
.pane-doc.regdoc .title_chap-grp {
  font-size: 1.73em;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}
.pane-doc.regdoc .chap-grp > .is-title.title,
.pane-doc.regdoc .chap-grp > .is-title.ptxt,
.pane-doc.regdoc .chap-grp > .title {
  font-size: 1.73em;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}
.pane-doc.regdoc .annex\.part-grp > .is-title.title,
.pane-doc.regdoc .annex\.part-grp > .is-title.ptxt,
.pane-doc.regdoc .annex\.part-grp > .title {
  font-size: 1.73em;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}
.pane-doc.regdoc .annex\.sec-grp > .is-title.title,
.pane-doc.regdoc .annex\.sec-grp > .is-title.ptxt,
.pane-doc.regdoc .annex\.sec-grp > .title {
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 1.46666667em;
}
.pane-doc.regdoc blockquote {
  padding: 0.5px 61px;
  margin: 0 0 21px;
  border: none;
}
.pane-doc.regdoc blockquote p {
  font-size: 15px;
  font-style: italic;
  line-height: 1.25;
}
.pane-doc.regdoc .blkquote + .ptxt {
  margin-top: -25px;
}
.pane-doc.regdoc .blkquote .before,
.pane-doc.regdoc .blkquote .after {
  display: none;
}
.pane-doc .para .sec-lbl {
  position: absolute;
  text-indent: -40px;
  font-weight: bold;
}
.pane-doc .para .para .lbl {
  position: absolute;
  font-weight: normal;
  text-indent: 0px;
  white-space: pre-wrap;
}
.pane-doc .para .para .sectxt {
  margin-left: 60px;
  display: inline-block;
}
.pane-doc .txtnote .lbl,
.pane-doc .textnote .lbl {
  position: absolute;
  margin-left: -45px;
  white-space: pre-wrap;
  display: flex;
  flex-direction: row;
}
.pane-doc .txtnote .note-tex .ptxt,
.pane-doc .textnote .note-tex .ptxt {
  margin-left: 45px;
  display: inline-block;
}
.pane-doc .lbl {
  background: none;
}
.pane-doc .annex\.sub > * {
  margin-left: 40px;
}
.pane-doc .annex\.sub > * .list {
  margin-left: 0;
}
.pane-doc .is-schsec {
  /*margin-left: @indent * 3;
        > .ptxt {
            margin-left: -@indent * 3;;
        }*/
}
.pane-doc .sub,
.pane-doc .annex\.sub,
.pane-doc .is-schsec {
  margin-top: 10.5px;
}
.pane-doc .sub .ptxt,
.pane-doc .annex\.sub .ptxt,
.pane-doc .is-schsec .ptxt {
  margin-bottom: 5.25px;
}
.pane-doc .sub .title,
.pane-doc .annex\.sub .title,
.pane-doc .is-schsec .title {
  margin-bottom: 10.5px;
}
.pane-doc .sub > .is-title.ptxt > .lbl,
.pane-doc .annex\.sub > .is-title.ptxt > .lbl,
.pane-doc .is-schsec > .is-title.ptxt > .lbl {
  font-weight: normal;
}
.pane-doc .annex\.sub .is-title.ptxt .lbl {
  position: absolute;
  white-space: pre-wrap;
}
.pane-doc .annex\.sub .is-title.ptxt .sectxt {
  margin-left: 40px;
  display: inline-block;
}
.pane-doc .annex\.sub .is-title.ptxt ~ * {
  margin-left: 90px;
}
.pane-doc .annex\.ssub > * {
  margin-left: 35px;
}
.pane-doc .annex\.ssub .lbl {
  position: absolute;
  text-indent: -30px;
}
.pane-doc .annex\.sssub > * {
  margin-left: 35px;
}
.pane-doc .annex\.sssub .lbl {
  position: absolute;
  text-indent: -30px;
}
.pane-doc .annex\.ssssb > * {
  margin-left: 35px;
}
.pane-doc .annex\.ssssb .lbl {
  position: absolute;
  text-indent: -30px;
}
.pane-doc .figure .download {
  margin-left: 0px;
  text-indent: 0px;
}
.pane-doc .history {
  color: #808080;
  font-size: 80%;
  /*display: none;*/
}
.pane-doc .text\.box {
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
}
.pane-doc.regdoc .ptxt .amndspec,
.pane-doc.si .ptxt .amndspec,
.pane-doc.act .ptxt .amndspec,
.pane-doc.actlnote .ptxt .amndspec {
  margin: 0;
  border: none;
  padding: 0;
}
.pane-doc .sub {
  margin-left: 0px !important;
}
.pane-doc .sub > * {
  margin-left: 60px;
}
.pane-doc .sub > .is-title.ptxt,
.pane-doc .sub > .is-title.title {
  margin-left: 0px;
}
.pane-doc .sub > .is-title.ptxt ~ .amndspec,
.pane-doc .sub > .is-title.title ~ .amndspec,
.pane-doc .sub > .is-title.ptxt ~ .amendspec,
.pane-doc .sub > .is-title.title ~ .amendspec,
.pane-doc .sub > .is-title.ptxt ~ *,
.pane-doc .sub > .is-title.title ~ * {
  margin-left: 60px;
}
.pane-doc .sub > .is-title.ptxt ~ .lbl,
.pane-doc .sub > .is-title.title ~ .lbl {
  position: absolute;
  white-space: pre-wrap;
}
.pane-doc .sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .sub > .is-title.title ~ .lbl ~ .amend > .ptxt {
  margin-left: 110px;
}
.pane-doc .sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .sub > .is-title.title ~ .lbl ~ .list {
  margin-left: 130px;
}
.pane-doc .sub > .is-title.ptxt ~ .ptxt,
.pane-doc .sub > .is-title.title ~ .ptxt,
.pane-doc .sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .sub > .is-title.title ~ .amend > .ptxt {
  margin-left: 60px;
}
.pane-doc .sub > .is-title.ptxt ~ .list,
.pane-doc .sub > .is-title.title ~ .list {
  margin-left: 80px;
}
.pane-doc .sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .sub > .is-title.title ~ .list > .listitem.has-bullet {
  margin-left: 30px;
}
.pane-doc .sub > .is-title.ptxt ~ .tblblk,
.pane-doc .sub > .is-title.title ~ .tblblk {
  margin-left: 70px;
}
.pane-doc .sub > .is-title.ptxt + .lbl,
.pane-doc .sub > .is-title.title + .lbl {
  position: relative;
  top: 20px;
}
.pane-doc .sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .sub > .is-title.title + .lbl + .ptxt {
  position: relative;
}
.pane-doc .sub > .is-title.ptxt > .lbl,
.pane-doc .sub > .is-title.title > .lbl {
  text-indent: 0px;
  position: absolute;
  white-space: pre-wrap;
}
.pane-doc .sub > .is-title.ptxt > .sectxt,
.pane-doc .sub > .is-title.title > .sectxt {
  margin-left: 60px;
  display: inline-block;
}
.pane-doc .s-sub,
.pane-doc .ss-sub,
.pane-doc .sss-sub,
.pane-doc .ssss-sub,
.pane-doc .ssub,
.pane-doc .sssub,
.pane-doc .ssssb,
.pane-doc .ssssub,
.pane-doc .sssssub {
  margin-left: 70px !important;
}
.pane-doc .s-sub > *,
.pane-doc .ss-sub > *,
.pane-doc .sss-sub > *,
.pane-doc .ssss-sub > *,
.pane-doc .ssub > *,
.pane-doc .sssub > *,
.pane-doc .ssssb > *,
.pane-doc .ssssub > *,
.pane-doc .sssssub > * {
  margin-left: 60px;
}
.pane-doc .s-sub > .is-title.ptxt,
.pane-doc .ss-sub > .is-title.ptxt,
.pane-doc .sss-sub > .is-title.ptxt,
.pane-doc .ssss-sub > .is-title.ptxt,
.pane-doc .ssub > .is-title.ptxt,
.pane-doc .sssub > .is-title.ptxt,
.pane-doc .ssssb > .is-title.ptxt,
.pane-doc .ssssub > .is-title.ptxt,
.pane-doc .sssssub > .is-title.ptxt,
.pane-doc .s-sub > .is-title.title,
.pane-doc .ss-sub > .is-title.title,
.pane-doc .sss-sub > .is-title.title,
.pane-doc .ssss-sub > .is-title.title,
.pane-doc .ssub > .is-title.title,
.pane-doc .sssub > .is-title.title,
.pane-doc .ssssb > .is-title.title,
.pane-doc .ssssub > .is-title.title,
.pane-doc .sssssub > .is-title.title {
  margin-left: 0px;
}
.pane-doc .s-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .ss-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .sss-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .ssss-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .ssub > .is-title.ptxt ~ .amndspec,
.pane-doc .sssub > .is-title.ptxt ~ .amndspec,
.pane-doc .ssssb > .is-title.ptxt ~ .amndspec,
.pane-doc .ssssub > .is-title.ptxt ~ .amndspec,
.pane-doc .sssssub > .is-title.ptxt ~ .amndspec,
.pane-doc .s-sub > .is-title.title ~ .amndspec,
.pane-doc .ss-sub > .is-title.title ~ .amndspec,
.pane-doc .sss-sub > .is-title.title ~ .amndspec,
.pane-doc .ssss-sub > .is-title.title ~ .amndspec,
.pane-doc .ssub > .is-title.title ~ .amndspec,
.pane-doc .sssub > .is-title.title ~ .amndspec,
.pane-doc .ssssb > .is-title.title ~ .amndspec,
.pane-doc .ssssub > .is-title.title ~ .amndspec,
.pane-doc .sssssub > .is-title.title ~ .amndspec,
.pane-doc .s-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .ss-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .sss-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .ssss-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .ssub > .is-title.ptxt ~ .amendspec,
.pane-doc .sssub > .is-title.ptxt ~ .amendspec,
.pane-doc .ssssb > .is-title.ptxt ~ .amendspec,
.pane-doc .ssssub > .is-title.ptxt ~ .amendspec,
.pane-doc .sssssub > .is-title.ptxt ~ .amendspec,
.pane-doc .s-sub > .is-title.title ~ .amendspec,
.pane-doc .ss-sub > .is-title.title ~ .amendspec,
.pane-doc .sss-sub > .is-title.title ~ .amendspec,
.pane-doc .ssss-sub > .is-title.title ~ .amendspec,
.pane-doc .ssub > .is-title.title ~ .amendspec,
.pane-doc .sssub > .is-title.title ~ .amendspec,
.pane-doc .ssssb > .is-title.title ~ .amendspec,
.pane-doc .ssssub > .is-title.title ~ .amendspec,
.pane-doc .sssssub > .is-title.title ~ .amendspec,
.pane-doc .s-sub > .is-title.ptxt ~ *,
.pane-doc .ss-sub > .is-title.ptxt ~ *,
.pane-doc .sss-sub > .is-title.ptxt ~ *,
.pane-doc .ssss-sub > .is-title.ptxt ~ *,
.pane-doc .ssub > .is-title.ptxt ~ *,
.pane-doc .sssub > .is-title.ptxt ~ *,
.pane-doc .ssssb > .is-title.ptxt ~ *,
.pane-doc .ssssub > .is-title.ptxt ~ *,
.pane-doc .sssssub > .is-title.ptxt ~ *,
.pane-doc .s-sub > .is-title.title ~ *,
.pane-doc .ss-sub > .is-title.title ~ *,
.pane-doc .sss-sub > .is-title.title ~ *,
.pane-doc .ssss-sub > .is-title.title ~ *,
.pane-doc .ssub > .is-title.title ~ *,
.pane-doc .sssub > .is-title.title ~ *,
.pane-doc .ssssb > .is-title.title ~ *,
.pane-doc .ssssub > .is-title.title ~ *,
.pane-doc .sssssub > .is-title.title ~ * {
  margin-left: 60px;
}
.pane-doc .s-sub > .is-title.ptxt ~ .lbl,
.pane-doc .ss-sub > .is-title.ptxt ~ .lbl,
.pane-doc .sss-sub > .is-title.ptxt ~ .lbl,
.pane-doc .ssss-sub > .is-title.ptxt ~ .lbl,
.pane-doc .ssub > .is-title.ptxt ~ .lbl,
.pane-doc .sssub > .is-title.ptxt ~ .lbl,
.pane-doc .ssssb > .is-title.ptxt ~ .lbl,
.pane-doc .ssssub > .is-title.ptxt ~ .lbl,
.pane-doc .sssssub > .is-title.ptxt ~ .lbl,
.pane-doc .s-sub > .is-title.title ~ .lbl,
.pane-doc .ss-sub > .is-title.title ~ .lbl,
.pane-doc .sss-sub > .is-title.title ~ .lbl,
.pane-doc .ssss-sub > .is-title.title ~ .lbl,
.pane-doc .ssub > .is-title.title ~ .lbl,
.pane-doc .sssub > .is-title.title ~ .lbl,
.pane-doc .ssssb > .is-title.title ~ .lbl,
.pane-doc .ssssub > .is-title.title ~ .lbl,
.pane-doc .sssssub > .is-title.title ~ .lbl {
  position: absolute;
  white-space: pre-wrap;
}
.pane-doc .s-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .ss-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .sss-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .ssss-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .ssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .sssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .ssssb > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .ssssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .sssssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .s-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .ss-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .sss-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .ssss-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .ssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .sssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .ssssb > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .ssssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .sssssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .s-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .ss-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .sss-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .ssss-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .ssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .sssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .ssssb > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .ssssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .sssssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .s-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .ss-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .sss-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .ssss-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .ssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .sssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .ssssb > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .ssssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .sssssub > .is-title.title ~ .lbl ~ .amend > .ptxt {
  margin-left: 110px;
}
.pane-doc .s-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .ss-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .sss-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .ssss-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .ssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .sssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .ssssb > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .ssssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .sssssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .s-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .ss-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .sss-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .ssss-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .ssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .sssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .ssssb > .is-title.title ~ .lbl ~ .list,
.pane-doc .ssssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .sssssub > .is-title.title ~ .lbl ~ .list {
  margin-left: 130px;
}
.pane-doc .s-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .ss-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .sss-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .ssss-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .ssub > .is-title.ptxt ~ .ptxt,
.pane-doc .sssub > .is-title.ptxt ~ .ptxt,
.pane-doc .ssssb > .is-title.ptxt ~ .ptxt,
.pane-doc .ssssub > .is-title.ptxt ~ .ptxt,
.pane-doc .sssssub > .is-title.ptxt ~ .ptxt,
.pane-doc .s-sub > .is-title.title ~ .ptxt,
.pane-doc .ss-sub > .is-title.title ~ .ptxt,
.pane-doc .sss-sub > .is-title.title ~ .ptxt,
.pane-doc .ssss-sub > .is-title.title ~ .ptxt,
.pane-doc .ssub > .is-title.title ~ .ptxt,
.pane-doc .sssub > .is-title.title ~ .ptxt,
.pane-doc .ssssb > .is-title.title ~ .ptxt,
.pane-doc .ssssub > .is-title.title ~ .ptxt,
.pane-doc .sssssub > .is-title.title ~ .ptxt,
.pane-doc .s-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .ss-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .sss-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .ssss-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .ssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .sssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .ssssb > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .ssssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .sssssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .s-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .ss-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .sss-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .ssss-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .ssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .sssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .ssssb > .is-title.title ~ .amend > .ptxt,
.pane-doc .ssssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .sssssub > .is-title.title ~ .amend > .ptxt {
  margin-left: 60px;
}
.pane-doc .s-sub > .is-title.ptxt ~ .list,
.pane-doc .ss-sub > .is-title.ptxt ~ .list,
.pane-doc .sss-sub > .is-title.ptxt ~ .list,
.pane-doc .ssss-sub > .is-title.ptxt ~ .list,
.pane-doc .ssub > .is-title.ptxt ~ .list,
.pane-doc .sssub > .is-title.ptxt ~ .list,
.pane-doc .ssssb > .is-title.ptxt ~ .list,
.pane-doc .ssssub > .is-title.ptxt ~ .list,
.pane-doc .sssssub > .is-title.ptxt ~ .list,
.pane-doc .s-sub > .is-title.title ~ .list,
.pane-doc .ss-sub > .is-title.title ~ .list,
.pane-doc .sss-sub > .is-title.title ~ .list,
.pane-doc .ssss-sub > .is-title.title ~ .list,
.pane-doc .ssub > .is-title.title ~ .list,
.pane-doc .sssub > .is-title.title ~ .list,
.pane-doc .ssssb > .is-title.title ~ .list,
.pane-doc .ssssub > .is-title.title ~ .list,
.pane-doc .sssssub > .is-title.title ~ .list {
  margin-left: 80px;
}
.pane-doc .s-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .ss-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .sss-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .ssss-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .ssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .sssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .ssssb > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .ssssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .sssssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .s-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .ss-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .sss-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .ssss-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .ssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .sssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .ssssb > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .ssssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .sssssub > .is-title.title ~ .list > .listitem.has-bullet {
  margin-left: 30px;
}
.pane-doc .s-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .ss-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .sss-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .ssss-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .ssub > .is-title.ptxt ~ .tblblk,
.pane-doc .sssub > .is-title.ptxt ~ .tblblk,
.pane-doc .ssssb > .is-title.ptxt ~ .tblblk,
.pane-doc .ssssub > .is-title.ptxt ~ .tblblk,
.pane-doc .sssssub > .is-title.ptxt ~ .tblblk,
.pane-doc .s-sub > .is-title.title ~ .tblblk,
.pane-doc .ss-sub > .is-title.title ~ .tblblk,
.pane-doc .sss-sub > .is-title.title ~ .tblblk,
.pane-doc .ssss-sub > .is-title.title ~ .tblblk,
.pane-doc .ssub > .is-title.title ~ .tblblk,
.pane-doc .sssub > .is-title.title ~ .tblblk,
.pane-doc .ssssb > .is-title.title ~ .tblblk,
.pane-doc .ssssub > .is-title.title ~ .tblblk,
.pane-doc .sssssub > .is-title.title ~ .tblblk {
  margin-left: 70px;
}
.pane-doc .s-sub > .is-title.ptxt + .lbl,
.pane-doc .ss-sub > .is-title.ptxt + .lbl,
.pane-doc .sss-sub > .is-title.ptxt + .lbl,
.pane-doc .ssss-sub > .is-title.ptxt + .lbl,
.pane-doc .ssub > .is-title.ptxt + .lbl,
.pane-doc .sssub > .is-title.ptxt + .lbl,
.pane-doc .ssssb > .is-title.ptxt + .lbl,
.pane-doc .ssssub > .is-title.ptxt + .lbl,
.pane-doc .sssssub > .is-title.ptxt + .lbl,
.pane-doc .s-sub > .is-title.title + .lbl,
.pane-doc .ss-sub > .is-title.title + .lbl,
.pane-doc .sss-sub > .is-title.title + .lbl,
.pane-doc .ssss-sub > .is-title.title + .lbl,
.pane-doc .ssub > .is-title.title + .lbl,
.pane-doc .sssub > .is-title.title + .lbl,
.pane-doc .ssssb > .is-title.title + .lbl,
.pane-doc .ssssub > .is-title.title + .lbl,
.pane-doc .sssssub > .is-title.title + .lbl {
  position: relative;
  top: 20px;
}
.pane-doc .s-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .ss-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .sss-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .ssss-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .ssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .sssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .ssssb > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .ssssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .sssssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .s-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .ss-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .sss-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .ssss-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .ssub > .is-title.title + .lbl + .ptxt,
.pane-doc .sssub > .is-title.title + .lbl + .ptxt,
.pane-doc .ssssb > .is-title.title + .lbl + .ptxt,
.pane-doc .ssssub > .is-title.title + .lbl + .ptxt,
.pane-doc .sssssub > .is-title.title + .lbl + .ptxt {
  position: relative;
}
.pane-doc .s-sub > .is-title.ptxt > .lbl,
.pane-doc .ss-sub > .is-title.ptxt > .lbl,
.pane-doc .sss-sub > .is-title.ptxt > .lbl,
.pane-doc .ssss-sub > .is-title.ptxt > .lbl,
.pane-doc .ssub > .is-title.ptxt > .lbl,
.pane-doc .sssub > .is-title.ptxt > .lbl,
.pane-doc .ssssb > .is-title.ptxt > .lbl,
.pane-doc .ssssub > .is-title.ptxt > .lbl,
.pane-doc .sssssub > .is-title.ptxt > .lbl,
.pane-doc .s-sub > .is-title.title > .lbl,
.pane-doc .ss-sub > .is-title.title > .lbl,
.pane-doc .sss-sub > .is-title.title > .lbl,
.pane-doc .ssss-sub > .is-title.title > .lbl,
.pane-doc .ssub > .is-title.title > .lbl,
.pane-doc .sssub > .is-title.title > .lbl,
.pane-doc .ssssb > .is-title.title > .lbl,
.pane-doc .ssssub > .is-title.title > .lbl,
.pane-doc .sssssub > .is-title.title > .lbl {
  text-indent: 0px;
  position: absolute;
  white-space: pre-wrap;
}
.pane-doc .s-sub > .is-title.ptxt > .sectxt,
.pane-doc .ss-sub > .is-title.ptxt > .sectxt,
.pane-doc .sss-sub > .is-title.ptxt > .sectxt,
.pane-doc .ssss-sub > .is-title.ptxt > .sectxt,
.pane-doc .ssub > .is-title.ptxt > .sectxt,
.pane-doc .sssub > .is-title.ptxt > .sectxt,
.pane-doc .ssssb > .is-title.ptxt > .sectxt,
.pane-doc .ssssub > .is-title.ptxt > .sectxt,
.pane-doc .sssssub > .is-title.ptxt > .sectxt,
.pane-doc .s-sub > .is-title.title > .sectxt,
.pane-doc .ss-sub > .is-title.title > .sectxt,
.pane-doc .sss-sub > .is-title.title > .sectxt,
.pane-doc .ssss-sub > .is-title.title > .sectxt,
.pane-doc .ssub > .is-title.title > .sectxt,
.pane-doc .sssub > .is-title.title > .sectxt,
.pane-doc .ssssb > .is-title.title > .sectxt,
.pane-doc .ssssub > .is-title.title > .sectxt,
.pane-doc .sssssub > .is-title.title > .sectxt {
  margin-left: 60px;
  display: inline-block;
}
.pane-doc .amendspec,
.pane-doc .amndspec {
  margin: 0 0 10.5px;
  border: 1px dashed #999;
  padding: 5px;
  text-indent: 0;
}
.pane-doc .amendspec > .sub,
.pane-doc .amndspec > .sub,
.pane-doc .amendspec > .s-sub,
.pane-doc .amndspec > .s-sub,
.pane-doc .amendspec > .ss-sub,
.pane-doc .amndspec > .ss-sub,
.pane-doc .amendspec > .sss-sub,
.pane-doc .amndspec > .sss-sub,
.pane-doc .amendspec > .ssss-sub,
.pane-doc .amndspec > .ssss-sub,
.pane-doc .amendspec > .ssub,
.pane-doc .amndspec > .ssub,
.pane-doc .amendspec > .sssub,
.pane-doc .amndspec > .sssub,
.pane-doc .amendspec > .ssssub,
.pane-doc .amndspec > .ssssub,
.pane-doc .amendspec > .sssssub,
.pane-doc .amndspec > .sssssub {
  margin-left: 0px !important;
}
.pane-doc .amendspec > .sub > *,
.pane-doc .amndspec > .sub > *,
.pane-doc .amendspec > .s-sub > *,
.pane-doc .amndspec > .s-sub > *,
.pane-doc .amendspec > .ss-sub > *,
.pane-doc .amndspec > .ss-sub > *,
.pane-doc .amendspec > .sss-sub > *,
.pane-doc .amndspec > .sss-sub > *,
.pane-doc .amendspec > .ssss-sub > *,
.pane-doc .amndspec > .ssss-sub > *,
.pane-doc .amendspec > .ssub > *,
.pane-doc .amndspec > .ssub > *,
.pane-doc .amendspec > .sssub > *,
.pane-doc .amndspec > .sssub > *,
.pane-doc .amendspec > .ssssub > *,
.pane-doc .amndspec > .ssssub > *,
.pane-doc .amendspec > .sssssub > *,
.pane-doc .amndspec > .sssssub > * {
  margin-left: 60px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt,
.pane-doc .amndspec > .sub > .is-title.ptxt,
.pane-doc .amendspec > .s-sub > .is-title.ptxt,
.pane-doc .amndspec > .s-sub > .is-title.ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt,
.pane-doc .amendspec > .ssub > .is-title.ptxt,
.pane-doc .amndspec > .ssub > .is-title.ptxt,
.pane-doc .amendspec > .sssub > .is-title.ptxt,
.pane-doc .amndspec > .sssub > .is-title.ptxt,
.pane-doc .amendspec > .ssssub > .is-title.ptxt,
.pane-doc .amndspec > .ssssub > .is-title.ptxt,
.pane-doc .amendspec > .sssssub > .is-title.ptxt,
.pane-doc .amndspec > .sssssub > .is-title.ptxt,
.pane-doc .amendspec > .sub > .is-title.title,
.pane-doc .amndspec > .sub > .is-title.title,
.pane-doc .amendspec > .s-sub > .is-title.title,
.pane-doc .amndspec > .s-sub > .is-title.title,
.pane-doc .amendspec > .ss-sub > .is-title.title,
.pane-doc .amndspec > .ss-sub > .is-title.title,
.pane-doc .amendspec > .sss-sub > .is-title.title,
.pane-doc .amndspec > .sss-sub > .is-title.title,
.pane-doc .amendspec > .ssss-sub > .is-title.title,
.pane-doc .amndspec > .ssss-sub > .is-title.title,
.pane-doc .amendspec > .ssub > .is-title.title,
.pane-doc .amndspec > .ssub > .is-title.title,
.pane-doc .amendspec > .sssub > .is-title.title,
.pane-doc .amndspec > .sssub > .is-title.title,
.pane-doc .amendspec > .ssssub > .is-title.title,
.pane-doc .amndspec > .ssssub > .is-title.title,
.pane-doc .amendspec > .sssssub > .is-title.title,
.pane-doc .amndspec > .sssssub > .is-title.title {
  margin-left: 0px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .amndspec,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .amndspec,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .amndspec,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .amndspec,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .amndspec,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .amndspec,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .amndspec,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .amndspec,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .amndspec,
.pane-doc .amendspec > .sub > .is-title.title ~ .amndspec,
.pane-doc .amndspec > .sub > .is-title.title ~ .amndspec,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .amndspec,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .amndspec,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .amndspec,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .amndspec,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .amndspec,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .amndspec,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .amndspec,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .amndspec,
.pane-doc .amendspec > .ssub > .is-title.title ~ .amndspec,
.pane-doc .amndspec > .ssub > .is-title.title ~ .amndspec,
.pane-doc .amendspec > .sssub > .is-title.title ~ .amndspec,
.pane-doc .amndspec > .sssub > .is-title.title ~ .amndspec,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .amndspec,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .amndspec,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .amndspec,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .amndspec,
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .amendspec,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .amendspec,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .amendspec,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .amendspec,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .amendspec,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .amendspec,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .amendspec,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .amendspec,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .amendspec,
.pane-doc .amendspec > .sub > .is-title.title ~ .amendspec,
.pane-doc .amndspec > .sub > .is-title.title ~ .amendspec,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .amendspec,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .amendspec,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .amendspec,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .amendspec,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .amendspec,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .amendspec,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .amendspec,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .amendspec,
.pane-doc .amendspec > .ssub > .is-title.title ~ .amendspec,
.pane-doc .amndspec > .ssub > .is-title.title ~ .amendspec,
.pane-doc .amendspec > .sssub > .is-title.title ~ .amendspec,
.pane-doc .amndspec > .sssub > .is-title.title ~ .amendspec,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .amendspec,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .amendspec,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .amendspec,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .amendspec,
.pane-doc .amendspec > .sub > .is-title.ptxt ~ *,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ *,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ *,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ *,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ *,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ *,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ *,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ *,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ *,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ *,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ *,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ *,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ *,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ *,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ *,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ *,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ *,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ *,
.pane-doc .amendspec > .sub > .is-title.title ~ *,
.pane-doc .amndspec > .sub > .is-title.title ~ *,
.pane-doc .amendspec > .s-sub > .is-title.title ~ *,
.pane-doc .amndspec > .s-sub > .is-title.title ~ *,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ *,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ *,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ *,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ *,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ *,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ *,
.pane-doc .amendspec > .ssub > .is-title.title ~ *,
.pane-doc .amndspec > .ssub > .is-title.title ~ *,
.pane-doc .amendspec > .sssub > .is-title.title ~ *,
.pane-doc .amndspec > .sssub > .is-title.title ~ *,
.pane-doc .amendspec > .ssssub > .is-title.title ~ *,
.pane-doc .amndspec > .ssssub > .is-title.title ~ *,
.pane-doc .amendspec > .sssssub > .is-title.title ~ *,
.pane-doc .amndspec > .sssssub > .is-title.title ~ * {
  margin-left: 60px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .lbl,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .lbl,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .lbl,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .lbl,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .lbl,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .lbl,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .lbl,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .lbl,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .lbl,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .lbl,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .lbl,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .lbl,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .lbl,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .lbl,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .lbl,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .lbl,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .lbl,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .lbl,
.pane-doc .amendspec > .sub > .is-title.title ~ .lbl,
.pane-doc .amndspec > .sub > .is-title.title ~ .lbl,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .lbl,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .lbl,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .lbl,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .lbl,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .lbl,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .lbl,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .lbl,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .lbl,
.pane-doc .amendspec > .ssub > .is-title.title ~ .lbl,
.pane-doc .amndspec > .ssub > .is-title.title ~ .lbl,
.pane-doc .amendspec > .sssub > .is-title.title ~ .lbl,
.pane-doc .amndspec > .sssub > .is-title.title ~ .lbl,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .lbl,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .lbl,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .lbl,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .lbl {
  position: absolute;
  white-space: pre-wrap;
}
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .ssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .ssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .sssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .sssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .lbl ~ .ptxt,
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .ssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .ssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .sssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .sssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .lbl ~ .amend > .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .lbl ~ .amend > .ptxt {
  margin-left: 110px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .lbl ~ .list,
.pane-doc .amendspec > .sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amndspec > .sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amendspec > .ssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amndspec > .ssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amendspec > .sssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amndspec > .sssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .lbl ~ .list,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .lbl ~ .list {
  margin-left: 130px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .ptxt,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .ptxt,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .ptxt,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .ptxt,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .ptxt,
.pane-doc .amendspec > .sub > .is-title.title ~ .ptxt,
.pane-doc .amndspec > .sub > .is-title.title ~ .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .ptxt,
.pane-doc .amendspec > .ssub > .is-title.title ~ .ptxt,
.pane-doc .amndspec > .ssub > .is-title.title ~ .ptxt,
.pane-doc .amendspec > .sssub > .is-title.title ~ .ptxt,
.pane-doc .amndspec > .sssub > .is-title.title ~ .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .ptxt,
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .amend > .ptxt,
.pane-doc .amendspec > .sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amndspec > .sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amendspec > .ssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amndspec > .ssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amendspec > .sssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amndspec > .sssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .amend > .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .amend > .ptxt {
  margin-left: 60px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .list,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .list,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .list,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .list,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .list,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .list,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .list,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .list,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .list,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .list,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .list,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .list,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .list,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .list,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .list,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .list,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .list,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .list,
.pane-doc .amendspec > .sub > .is-title.title ~ .list,
.pane-doc .amndspec > .sub > .is-title.title ~ .list,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .list,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .list,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .list,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .list,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .list,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .list,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .list,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .list,
.pane-doc .amendspec > .ssub > .is-title.title ~ .list,
.pane-doc .amndspec > .ssub > .is-title.title ~ .list,
.pane-doc .amendspec > .sssub > .is-title.title ~ .list,
.pane-doc .amndspec > .sssub > .is-title.title ~ .list,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .list,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .list,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .list,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .list {
  margin-left: 80px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .ssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .ssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .sssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .sssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .list > .listitem.has-bullet,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .list > .listitem.has-bullet {
  margin-left: 30px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amndspec > .sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amendspec > .s-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amndspec > .s-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt ~ .tblblk,
.pane-doc .amendspec > .ssub > .is-title.ptxt ~ .tblblk,
.pane-doc .amndspec > .ssub > .is-title.ptxt ~ .tblblk,
.pane-doc .amendspec > .sssub > .is-title.ptxt ~ .tblblk,
.pane-doc .amndspec > .sssub > .is-title.ptxt ~ .tblblk,
.pane-doc .amendspec > .ssssub > .is-title.ptxt ~ .tblblk,
.pane-doc .amndspec > .ssssub > .is-title.ptxt ~ .tblblk,
.pane-doc .amendspec > .sssssub > .is-title.ptxt ~ .tblblk,
.pane-doc .amndspec > .sssssub > .is-title.ptxt ~ .tblblk,
.pane-doc .amendspec > .sub > .is-title.title ~ .tblblk,
.pane-doc .amndspec > .sub > .is-title.title ~ .tblblk,
.pane-doc .amendspec > .s-sub > .is-title.title ~ .tblblk,
.pane-doc .amndspec > .s-sub > .is-title.title ~ .tblblk,
.pane-doc .amendspec > .ss-sub > .is-title.title ~ .tblblk,
.pane-doc .amndspec > .ss-sub > .is-title.title ~ .tblblk,
.pane-doc .amendspec > .sss-sub > .is-title.title ~ .tblblk,
.pane-doc .amndspec > .sss-sub > .is-title.title ~ .tblblk,
.pane-doc .amendspec > .ssss-sub > .is-title.title ~ .tblblk,
.pane-doc .amndspec > .ssss-sub > .is-title.title ~ .tblblk,
.pane-doc .amendspec > .ssub > .is-title.title ~ .tblblk,
.pane-doc .amndspec > .ssub > .is-title.title ~ .tblblk,
.pane-doc .amendspec > .sssub > .is-title.title ~ .tblblk,
.pane-doc .amndspec > .sssub > .is-title.title ~ .tblblk,
.pane-doc .amendspec > .ssssub > .is-title.title ~ .tblblk,
.pane-doc .amndspec > .ssssub > .is-title.title ~ .tblblk,
.pane-doc .amendspec > .sssssub > .is-title.title ~ .tblblk,
.pane-doc .amndspec > .sssssub > .is-title.title ~ .tblblk {
  margin-left: 70px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt + .lbl,
.pane-doc .amndspec > .sub > .is-title.ptxt + .lbl,
.pane-doc .amendspec > .s-sub > .is-title.ptxt + .lbl,
.pane-doc .amndspec > .s-sub > .is-title.ptxt + .lbl,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt + .lbl,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt + .lbl,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt + .lbl,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt + .lbl,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt + .lbl,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt + .lbl,
.pane-doc .amendspec > .ssub > .is-title.ptxt + .lbl,
.pane-doc .amndspec > .ssub > .is-title.ptxt + .lbl,
.pane-doc .amendspec > .sssub > .is-title.ptxt + .lbl,
.pane-doc .amndspec > .sssub > .is-title.ptxt + .lbl,
.pane-doc .amendspec > .ssssub > .is-title.ptxt + .lbl,
.pane-doc .amndspec > .ssssub > .is-title.ptxt + .lbl,
.pane-doc .amendspec > .sssssub > .is-title.ptxt + .lbl,
.pane-doc .amndspec > .sssssub > .is-title.ptxt + .lbl,
.pane-doc .amendspec > .sub > .is-title.title + .lbl,
.pane-doc .amndspec > .sub > .is-title.title + .lbl,
.pane-doc .amendspec > .s-sub > .is-title.title + .lbl,
.pane-doc .amndspec > .s-sub > .is-title.title + .lbl,
.pane-doc .amendspec > .ss-sub > .is-title.title + .lbl,
.pane-doc .amndspec > .ss-sub > .is-title.title + .lbl,
.pane-doc .amendspec > .sss-sub > .is-title.title + .lbl,
.pane-doc .amndspec > .sss-sub > .is-title.title + .lbl,
.pane-doc .amendspec > .ssss-sub > .is-title.title + .lbl,
.pane-doc .amndspec > .ssss-sub > .is-title.title + .lbl,
.pane-doc .amendspec > .ssub > .is-title.title + .lbl,
.pane-doc .amndspec > .ssub > .is-title.title + .lbl,
.pane-doc .amendspec > .sssub > .is-title.title + .lbl,
.pane-doc .amndspec > .sssub > .is-title.title + .lbl,
.pane-doc .amendspec > .ssssub > .is-title.title + .lbl,
.pane-doc .amndspec > .ssssub > .is-title.title + .lbl,
.pane-doc .amendspec > .sssssub > .is-title.title + .lbl,
.pane-doc .amndspec > .sssssub > .is-title.title + .lbl {
  position: relative;
  top: 20px;
}
.pane-doc .amendspec > .sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amndspec > .sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amendspec > .ssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amndspec > .ssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amendspec > .sssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amndspec > .sssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.ptxt + .lbl + .ptxt,
.pane-doc .amendspec > .sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amndspec > .sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amendspec > .s-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amndspec > .s-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amendspec > .ss-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amndspec > .ss-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amendspec > .sss-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amndspec > .sss-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amendspec > .ssss-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amndspec > .ssss-sub > .is-title.title + .lbl + .ptxt,
.pane-doc .amendspec > .ssub > .is-title.title + .lbl + .ptxt,
.pane-doc .amndspec > .ssub > .is-title.title + .lbl + .ptxt,
.pane-doc .amendspec > .sssub > .is-title.title + .lbl + .ptxt,
.pane-doc .amndspec > .sssub > .is-title.title + .lbl + .ptxt,
.pane-doc .amendspec > .ssssub > .is-title.title + .lbl + .ptxt,
.pane-doc .amndspec > .ssssub > .is-title.title + .lbl + .ptxt,
.pane-doc .amendspec > .sssssub > .is-title.title + .lbl + .ptxt,
.pane-doc .amndspec > .sssssub > .is-title.title + .lbl + .ptxt {
  position: relative;
}
.pane-doc .amendspec > .sub > .is-title.ptxt > .lbl,
.pane-doc .amndspec > .sub > .is-title.ptxt > .lbl,
.pane-doc .amendspec > .s-sub > .is-title.ptxt > .lbl,
.pane-doc .amndspec > .s-sub > .is-title.ptxt > .lbl,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt > .lbl,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt > .lbl,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt > .lbl,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt > .lbl,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt > .lbl,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt > .lbl,
.pane-doc .amendspec > .ssub > .is-title.ptxt > .lbl,
.pane-doc .amndspec > .ssub > .is-title.ptxt > .lbl,
.pane-doc .amendspec > .sssub > .is-title.ptxt > .lbl,
.pane-doc .amndspec > .sssub > .is-title.ptxt > .lbl,
.pane-doc .amendspec > .ssssub > .is-title.ptxt > .lbl,
.pane-doc .amndspec > .ssssub > .is-title.ptxt > .lbl,
.pane-doc .amendspec > .sssssub > .is-title.ptxt > .lbl,
.pane-doc .amndspec > .sssssub > .is-title.ptxt > .lbl,
.pane-doc .amendspec > .sub > .is-title.title > .lbl,
.pane-doc .amndspec > .sub > .is-title.title > .lbl,
.pane-doc .amendspec > .s-sub > .is-title.title > .lbl,
.pane-doc .amndspec > .s-sub > .is-title.title > .lbl,
.pane-doc .amendspec > .ss-sub > .is-title.title > .lbl,
.pane-doc .amndspec > .ss-sub > .is-title.title > .lbl,
.pane-doc .amendspec > .sss-sub > .is-title.title > .lbl,
.pane-doc .amndspec > .sss-sub > .is-title.title > .lbl,
.pane-doc .amendspec > .ssss-sub > .is-title.title > .lbl,
.pane-doc .amndspec > .ssss-sub > .is-title.title > .lbl,
.pane-doc .amendspec > .ssub > .is-title.title > .lbl,
.pane-doc .amndspec > .ssub > .is-title.title > .lbl,
.pane-doc .amendspec > .sssub > .is-title.title > .lbl,
.pane-doc .amndspec > .sssub > .is-title.title > .lbl,
.pane-doc .amendspec > .ssssub > .is-title.title > .lbl,
.pane-doc .amndspec > .ssssub > .is-title.title > .lbl,
.pane-doc .amendspec > .sssssub > .is-title.title > .lbl,
.pane-doc .amndspec > .sssssub > .is-title.title > .lbl {
  text-indent: 0px;
  position: absolute;
  white-space: pre-wrap;
}
.pane-doc .amendspec > .sub > .is-title.ptxt > .sectxt,
.pane-doc .amndspec > .sub > .is-title.ptxt > .sectxt,
.pane-doc .amendspec > .s-sub > .is-title.ptxt > .sectxt,
.pane-doc .amndspec > .s-sub > .is-title.ptxt > .sectxt,
.pane-doc .amendspec > .ss-sub > .is-title.ptxt > .sectxt,
.pane-doc .amndspec > .ss-sub > .is-title.ptxt > .sectxt,
.pane-doc .amendspec > .sss-sub > .is-title.ptxt > .sectxt,
.pane-doc .amndspec > .sss-sub > .is-title.ptxt > .sectxt,
.pane-doc .amendspec > .ssss-sub > .is-title.ptxt > .sectxt,
.pane-doc .amndspec > .ssss-sub > .is-title.ptxt > .sectxt,
.pane-doc .amendspec > .ssub > .is-title.ptxt > .sectxt,
.pane-doc .amndspec > .ssub > .is-title.ptxt > .sectxt,
.pane-doc .amendspec > .sssub > .is-title.ptxt > .sectxt,
.pane-doc .amndspec > .sssub > .is-title.ptxt > .sectxt,
.pane-doc .amendspec > .ssssub > .is-title.ptxt > .sectxt,
.pane-doc .amndspec > .ssssub > .is-title.ptxt > .sectxt,
.pane-doc .amendspec > .sssssub > .is-title.ptxt > .sectxt,
.pane-doc .amndspec > .sssssub > .is-title.ptxt > .sectxt,
.pane-doc .amendspec > .sub > .is-title.title > .sectxt,
.pane-doc .amndspec > .sub > .is-title.title > .sectxt,
.pane-doc .amendspec > .s-sub > .is-title.title > .sectxt,
.pane-doc .amndspec > .s-sub > .is-title.title > .sectxt,
.pane-doc .amendspec > .ss-sub > .is-title.title > .sectxt,
.pane-doc .amndspec > .ss-sub > .is-title.title > .sectxt,
.pane-doc .amendspec > .sss-sub > .is-title.title > .sectxt,
.pane-doc .amndspec > .sss-sub > .is-title.title > .sectxt,
.pane-doc .amendspec > .ssss-sub > .is-title.title > .sectxt,
.pane-doc .amndspec > .ssss-sub > .is-title.title > .sectxt,
.pane-doc .amendspec > .ssub > .is-title.title > .sectxt,
.pane-doc .amndspec > .ssub > .is-title.title > .sectxt,
.pane-doc .amendspec > .sssub > .is-title.title > .sectxt,
.pane-doc .amndspec > .sssub > .is-title.title > .sectxt,
.pane-doc .amendspec > .ssssub > .is-title.title > .sectxt,
.pane-doc .amndspec > .ssssub > .is-title.title > .sectxt,
.pane-doc .amendspec > .sssssub > .is-title.title > .sectxt,
.pane-doc .amndspec > .sssssub > .is-title.title > .sectxt {
  margin-left: 60px;
  display: inline-block;
}
.pane-doc .amendspec > .sch-sec,
.pane-doc .amndspec > .sch-sec,
.pane-doc .amendspec > .reg,
.pane-doc .amndspec > .reg,
.pane-doc .amendspec > .article,
.pane-doc .amndspec > .article,
.pane-doc .amendspec > .section,
.pane-doc .amndspec > .section,
.pane-doc .amendspec > .rule,
.pane-doc .amndspec > .rule,
.pane-doc .amendspec > .is-schsec,
.pane-doc .amndspec > .is-schsec {
  margin: 0;
  margin-left: 40px;
}
.pane-doc .amendspec > .sch-sec > .is-title > .lbl,
.pane-doc .amndspec > .sch-sec > .is-title > .lbl,
.pane-doc .amendspec > .reg > .is-title > .lbl,
.pane-doc .amndspec > .reg > .is-title > .lbl,
.pane-doc .amendspec > .article > .is-title > .lbl,
.pane-doc .amndspec > .article > .is-title > .lbl,
.pane-doc .amendspec > .section > .is-title > .lbl,
.pane-doc .amndspec > .section > .is-title > .lbl,
.pane-doc .amendspec > .rule > .is-title > .lbl,
.pane-doc .amndspec > .rule > .is-title > .lbl,
.pane-doc .amendspec > .is-schsec > .is-title > .lbl,
.pane-doc .amndspec > .is-schsec > .is-title > .lbl {
  margin-left: -40px;
  text-align: left;
}
.pane-doc .amendspec > .sch-sec > .is-title > .sectxt,
.pane-doc .amndspec > .sch-sec > .is-title > .sectxt,
.pane-doc .amendspec > .reg > .is-title > .sectxt,
.pane-doc .amndspec > .reg > .is-title > .sectxt,
.pane-doc .amendspec > .article > .is-title > .sectxt,
.pane-doc .amndspec > .article > .is-title > .sectxt,
.pane-doc .amendspec > .section > .is-title > .sectxt,
.pane-doc .amndspec > .section > .is-title > .sectxt,
.pane-doc .amendspec > .rule > .is-title > .sectxt,
.pane-doc .amndspec > .rule > .is-title > .sectxt,
.pane-doc .amendspec > .is-schsec > .is-title > .sectxt,
.pane-doc .amndspec > .is-schsec > .is-title > .sectxt {
  margin-left: 10px;
}
.pane-doc .amendspec > .list,
.pane-doc .amndspec > .list {
  margin-left: 0px;
}
.pane-doc.si .is-schsec > .is-title > .lbl,
.pane-doc.act .is-schsec > .is-title > .lbl,
.pane-doc.actlnote .is-schsec > .is-title > .lbl,
.pane-doc.si .is-section > .is-title > .lbl,
.pane-doc.act .is-section > .is-title > .lbl,
.pane-doc.actlnote .is-section > .is-title > .lbl,
.pane-doc.si .annex\.section > .is-title > .lbl,
.pane-doc.act .annex\.section > .is-title > .lbl,
.pane-doc.actlnote .annex\.section > .is-title > .lbl {
  position: absolute;
  left: -100px;
  width: 90px;
  text-align: right;
  white-space: pre-wrap;
}
.pane-doc.si .is-section > .is-title.title > .sectxt,
.pane-doc.act .is-section > .is-title.title > .sectxt,
.pane-doc.actlnote .is-section > .is-title.title > .sectxt,
.pane-doc.si .is-schsec > .is-title.title > .sectxt,
.pane-doc.act .is-schsec > .is-title.title > .sectxt,
.pane-doc.actlnote .is-schsec > .is-title.title > .sectxt,
.pane-doc.si .is-section > .is-title > .lbl,
.pane-doc.act .is-section > .is-title > .lbl,
.pane-doc.actlnote .is-section > .is-title > .lbl,
.pane-doc.si .is-schsec > .is-title > .lbl,
.pane-doc.act .is-schsec > .is-title > .lbl,
.pane-doc.actlnote .is-schsec > .is-title > .lbl {
  font-size: 1.2em;
}
.pane-doc.si .sch-sec > .is-title > .lbl,
.pane-doc.act .sch-sec > .is-title > .lbl,
.pane-doc.actlnote .sch-sec > .is-title > .lbl,
.pane-doc.si .reg > .is-title > .lbl,
.pane-doc.act .reg > .is-title > .lbl,
.pane-doc.actlnote .reg > .is-title > .lbl,
.pane-doc.si .article > .is-title > .lbl,
.pane-doc.act .article > .is-title > .lbl,
.pane-doc.actlnote .article > .is-title > .lbl,
.pane-doc.si .section > .is-title > .lbl,
.pane-doc.act .section > .is-title > .lbl,
.pane-doc.actlnote .section > .is-title > .lbl,
.pane-doc.si .rule > .is-title > .lbl,
.pane-doc.act .rule > .is-title > .lbl,
.pane-doc.actlnote .rule > .is-title > .lbl,
.pane-doc.si .is-schsec > .is-title > .lbl,
.pane-doc.act .is-schsec > .is-title > .lbl,
.pane-doc.actlnote .is-schsec > .is-title > .lbl {
  font-weight: bold;
}
.pane-doc .regmemo .address {
  display: none;
}
.pane-doc.irsdc.rwy {
  border-bottom: 1px solid #800000;
}
.pane-doc .coag\.def {
  margin-left: 60px;
}
.pane-doc .text\.box .ptxt {
  margin-left: 30px;
}
.pane-doc .text\.box .heading\.list .heading {
  font-weight: bold;
  font-size: 1.2em;
}
.pane-doc .tblblk .oasistbl {
  padding: 5.25px;
}
.pane-doc .tblblk .table,
.pane-doc .tblblk .tgroup,
.pane-doc .tblblk .table .tablerow,
.pane-doc .tblblk .table .tablecell {
  border: 1px solid #666;
}
.pane-doc .tblblk .tgroup.border {
  border: 1px solid var(--text-color);
}
.pane-doc .tblblk .tgroup.side-border {
  border-left: 1px solid var(--text-color);
  border-right: 1px solid var(--text-color);
}
.pane-doc .tblblk .tgroup.topbot-border {
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
}
.pane-doc .tblblk .tgroup.no-border {
  border: 0;
}
.pane-doc .tblblk .entry.bborder {
  border-bottom: 1px solid var(--text-color);
}
.pane-doc .tblblk .entry.rborder {
  border-right: 1px solid var(--text-color);
}
.pane-doc .tblblk .entry.lborder {
  border-left: 1px solid var(--text-color);
}
.pane-doc .tblblk .tgroup .entry,
.pane-doc .tblblk .table .tablecell {
  vertical-align: top;
  padding: 7px;
}
.pane-doc .tblblk .tablecell.cvjt {
  vertical-align: top;
}
.pane-doc .tblblk .tablecell.cvjm {
  vertical-align: middle;
}
.pane-doc .tblblk .tablecell.cvjb {
  vertical-align: bottom;
}
.pane-doc .tblblk .tablecell.chjl {
  text-align: left;
}
.pane-doc .tblblk .tablecell.chjc {
  text-align: center;
}
.pane-doc .tblblk .tablecell.chjr {
  text-align: right;
}
.pane-doc .ednote A {
  color: var(--link-color) !important;
}
/* ==========================================================================
   Pendragon Perspective styles
   Table of Contents (left pane)
   ========================================================================== */
.pane-toc {
  background-color: var(--pane-toc);
  font-size: 0.93333333em;
}
.pane-toc .inner {
  overflow: auto;
}
.toc-tree {
  margin: 0;
  padding: 0;
}
.toc-tree UL {
  margin: 0;
  padding: 0;
}
.toc-tree LI {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toc-tree LI.active {
  background-color: #ccc;
}
.toc-tree LI.disabled {
  color: var(--text-muted);
}
.toc-tree LI .toc-item {
  position: relative;
  display: block;
  padding: 0.25em 18px 0.25em 25px;
  font-size: 0.93333333em;
  line-height: 1.3;
  text-decoration: none;
  color: var(--text-color);
  cursor: pointer;
}
.toc-tree LI .toc-item.disabled {
  color: var(--text-muted);
}
.toc-tree LI .toc-item.disabled:hover {
  background-color: transparent;
}
.toc-tree LI .toc-item:focus,
.toc-tree LI .toc-item:hover,
.toc-tree LI .toc-item.active:hover {
  background-color: var(--highlight-bg);
}
.toc-tree LI .toc-item.active {
  background-color: var(--highlight-bg);
}
.toc-tree LI .toc-item .toc-title > .series {
  font-size: 0.85em;
  margin-right: 3px;
}
.toc-tree LI LI .toc-item {
  padding-left: 40px;
}
.toc-tree LI LI LI .toc-item {
  padding-left: 55px;
  font-size: 0.868em;
}
.toc-tree LI LI LI LI .toc-item {
  padding-left: 70px;
}
.toc-tree LI LI LI LI LI .toc-item {
  padding-left: 85px;
}
.toc-tree LI LI LI LI LI LI .toc-item {
  padding-left: 100px;
}
.toc-tree LI LI LI LI LI LI LI .toc-item {
  padding-left: 115px;
}
.toc-tree LI LI LI LI LI LI LI LI .toc-item {
  padding-left: 130px;
}
.toc-tree LI LI LI LI LI LI LI LI LI .toc-item {
  padding-left: 145px;
}
.toc-tree LI LI LI LI LI LI LI LI LI LI .toc-item {
  left: 148px;
}
.toc-tree LI LI .toc-icon-new {
  left: 28px;
}
.toc-tree LI LI LI .toc-icon-new {
  left: 43px;
  font-size: 0.868em;
}
.toc-tree LI LI LI LI .toc-icon-new {
  left: 58px;
}
.toc-tree LI LI LI LI LI .toc-icon-new {
  left: 73px;
}
.toc-tree LI LI LI LI LI LI .toc-icon-new {
  left: 88px;
}
.toc-tree LI LI LI LI LI LI LI .toc-icon-new {
  left: 103px;
}
.toc-tree LI LI LI LI LI LI LI LI .toc-icon-new {
  left: 118px;
}
.toc-tree LI LI LI LI LI LI LI LI LI .toc-icon-new {
  left: 133px;
}
.toc-tree LI LI LI LI LI LI LI LI LI LI .toc-icon-new {
  left: 148px;
}
.toc-tree LI.expandable > UL {
  display: none;
}
.toc-tree LI.expanded > UL {
  display: block;
}
.toc-tree LI.expanded > a.active.child-active {
  background-color: transparent;
}
.toc-tree button {
  padding: 0;
  border: none;
  text-align: left;
}
.toc-tree .toc-title {
  position: relative;
}
.toc-tree .toc-title case-tit party:not(:has(+ ver)) {
  margin-right: 4px;
}
.toc-tree .toc-title case-tit and {
  margin-right: 4px;
}
.toc-tree .toc-prefix,
.toc-tree .toc-suffix {
  color: var(--toc-suffix);
  font-size: 0.80266667em;
}
.toc-tree .tts-inserted .toc-prefix,
.toc-tree .tts-inserted-repealed .toc-prefix,
.toc-tree .tts-inserted .toc-suffix,
.toc-tree .tts-inserted-repealed .toc-suffix {
  color: var(--text-color);
}
.toc-tree .toc-icon {
  position: absolute;
  left: -15px;
  top: 0;
  width: 15px;
  height: 15px;
}
.toc-tree .toc-icon I {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 3px;
  height: 3px;
  background-color: var(--text-color);
}
.toc-tree .toc-icon-new {
  position: absolute;
  left: 10px;
  width: 10px;
  height: 15px;
}
.toc-tree .toc-icon-new I {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 3px;
  height: 3px;
  background-color: var(--text-color);
}
.toc-tree .expandable > .toc-item .toc-icon:hover,
.toc-tree .expandable > .toc-item .toc-icon-new:hover {
  background-color: var(--highlight-bg);
}
.toc-tree .expandable > .toc-item .toc-icon-new I,
.toc-tree .expandable > .toc-item .toc-icon I {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid var(--text-color);
  background-color: transparent;
  top: 5px;
}
.toc-tree .expanded > .toc-item .toc-icon-new I,
.toc-tree .expanded > .toc-item .toc-icon I {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid var(--text-color);
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  background-color: transparent;
  top: 6px;
  left: 0;
}
.toc-tree .hit-icon {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-right: 8px solid #d40303;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9px;
}
.toc-tree.with-checkboxes .toc-item {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
.toc-tree.with-checkboxes LI LI LI .toc-item {
  font-size: inherit;
}
.toc-tree.with-checkboxes .toc-title {
  padding-left: 20px;
}
.toc-tree.with-checkboxes .toc-select {
  position: absolute;
  left: 0;
  top: -2px;
}
.toc-tree.with-checkboxes .toc-icon,
.toc-tree.with-checkboxes .toc-icon-new {
  display: none;
}
.toc-tree.with-checkboxes .search-modal-button {
  padding: 0;
  border: none;
  background: none;
}
.toc-tree.with-checkboxes .expandable > .toc-item .toc-icon,
.toc-tree.with-checkboxes .expandable > .toc-item .toc-icon-new {
  display: block;
}
.toc-tree.with-checkboxes .toc-item.selected .toc-title {
  background-color: var(--highlight-bg);
}
.lt-ie8 .toc-tree .toc-item {
  zoom: 1;
}
.lt-ie8 .toc-tree .toc-icon,
.lt-ie8 .toc-tree .toc-icon-new {
  top: 4px;
}
.lt-ie8 .toc-tree.with-checkboxes .toc-icon,
.lt-ie8 .toc-tree.with-checkboxes .toc-icon-new {
  top: 0;
}
.news-toc .nav-tabs {
  margin: 10px 0 10.5px 0;
  padding: 0 10px;
  font-size: 0.80266667em;
}
.news-toc .nav-tabs > .active > A,
.news-toc .nav-tabs > .active > A:hover,
.news-toc .nav-tabs > .active > A:focus {
  background-color: var(--pane-toc-active);
}
.news-toc .tab-contents {
  margin: 0 10px;
}
.news-toc .tab-contents .news-msg {
  font-size: 0.868em;
  color: var(--text-muted);
}
.news-toc .tab-contents H3 {
  margin: 10.5px 0;
  font-size: 0.93333333em;
}
.news-toc .tab-contents UL {
  padding-left: 15px;
}
.news-toc .tab-contents LI {
  margin: 0;
  font-size: 0.868em;
}
.news-toc .news-where {
  display: none;
}
.news-toc .news-where.active {
  display: block;
}
/* ==========================================================================
   Pendragon Perspective styles
   View preferences
   ========================================================================== */
.prefs-settings .fieldset-box {
  margin-bottom: 20px;
}
.prefs-settings .fieldset-box LEGEND {
  background-color: #fff;
  background-color: var(--body-bg);
}
.prefs-settings .col {
  margin-bottom: 0;
}
.prefs-settings .size-prefs .btn {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.prefs-settings .linespacing-prefs .btn-group-vertical {
  width: 100%;
}
.prefs-settings .size-prefs,
.prefs-settings .linespacing-prefs {
  height: 140px;
  padding-top: 15px;
}
.prefs-content H2 {
  margin: -10px 0 5px 0;
  font-size: 15px;
}
.prefs-content .preview-area {
  height: 460px;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: auto;
}
.prefs-content .preview-area .inner {
  margin: 0 10px 10px 10px;
}
.smalltext {
  font-size: 12px;
  color: #616060;
  color: var(--text-muted);
}
.prefs-buttons {
  width: 330px;
}
.toolbar-btm .prefs-buttons {
  margin: 3px 0;
}
.prefs-font-sans-serif .pref-label {
  font: normal 1em sans-serif;
}
.prefs-font-serif .pref-label {
  font: normal 1.1em serif;
}
.bg-prefs .pref-label {
  padding: 2px 10px;
  border: 1px solid #ccc;
}
.prefs-bg-light .pref-label {
  background-color: #fff;
  color: black;
}
.prefs-bg-dark .pref-label {
  background-color: #333;
  color: #fff;
}
.prefs-bg-sepia .pref-label {
  background-color: #efeadc;
  color: black;
}
.prefs-links-underline .pref-label {
  text-decoration: underline;
}
/* ==========================================================================
    Pendragon Perspective styles
    User settings page
    ========================================================================== */
.settings-content .contact-table TH {
  width: 25%;
}
.settings-content .login-table TH {
  width: 25%;
}
/* ==========================================================================
   Pendragon Perspective styles
   Admin pages
   ========================================================================== */
.admin {
  min-height: 400px;
}
.admin .banner {
  background-color: #dff0d8;
}
.admin .docid {
  font-weight: normal;
}
.admin .table-admin .instance {
  width: 10%;
}
.admin .table-admin .date {
  text-align: right;
  white-space: nowrap;
  width: 15%;
}
.admin .table-admin th.date {
  text-align: left;
}
.admin .table-admin .families {
  width: 20%;
}
.admin .table-admin .id {
  width: 12%;
}
.admin .table-admin .select {
  text-align: center;
}
.admin .table-admin .index {
  width: 5%;
  text-align: center;
}
.admin .table-admin .action {
  text-align: right;
  width: 8%;
}
.admin .table-admin th.action {
  text-align: left;
}
.admin .table-admin .status {
  width: 11%;
}
.admin .action-menu {
  position: relative;
}
.admin .doc-actions {
  margin-top: -50px;
}
.admin .flag {
  display: block;
  text-align: center;
}
.table-admin .action-menu {
  text-align: center;
}
.table-admin .action-menu .dropdown-menu {
  min-width: 0;
  text-align: left;
}
.table-admin .action-menu .picon {
  font-size: 13px;
}
.flag {
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 1;
  background-color: #666;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}
.flag-IND {
  color: #387239;
}
.flag-ERR {
  color: #b94a48;
}
.flag-NOT {
  color: #999;
}
.flag-UNA {
  color: #3a87ad;
}
.flag-PEN {
  color: #3a87ad;
}
.flag-draft {
  background-color: #916e36;
}
.flag-ready {
  background-color: #3a87ad;
}
.flag-published {
  background-color: #387239;
}
.flag-processing {
  background-color: #916e36;
}
.flag-error {
  background-color: #b94a48;
}
.flag-archived {
  background-color: #b94a48;
}
.flag-deactivated {
  background-color: #916e36;
}
.flag-pending {
  background-color: #3a87ad;
}
.flag-approved {
  background-color: #387239;
}
.flag-flagged {
  background-color: #b94a48;
}
.text-warning {
  color: #916e36;
}
.text-error {
  color: #b94a48;
}
.upload-buttons input[type='file'] {
  display: none;
}
.upload-buttons span {
  vertical-align: middle;
}
.table-upload .select {
  width: 7%;
}
.table-upload .size {
  width: 12%;
}
.prechecked {
  background-color: #5cb85c;
}
.admin-contents.table-bordered {
  margin-top: 50px;
}
.admin-contents.table-bordered th,
.admin-contents.table-bordered td {
  padding: 15px;
}
/* ==========================================================================
   Pendragon Perspective styles
   TO BE REFACTORED INTO APPROPRIATE LESS FILES
   ========================================================================== */
.doctitle-short {
  color: #999;
}
.doctitle-abbr {
  color: #999;
  font-size: 14px;
}
.editor-comments {
  display: block;
  font-size: 14px;
}
.btn-primary {
  color: #fff;
  background-color: #505fab;
  border-color: #595959;
}
.btn-primary:focus {
  background-color: #32418b;
  border-color: #505fab;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #32418b;
  border-color: #32418b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #505fab;
  border-color: #32418b;
}
.btn.active {
  background-color: #888;
}
.btn.expandable .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid var(--text-color);
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  background-color: transparent;
  margin-top: 1px;
  margin-right: 5px;
}
.btn.expandable.active .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid var(--text-color);
  border-left: 4px solid transparent;
  background-color: transparent;
  margin-top: -5px;
}
.messages {
  position: relative;
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}
.wide .messages {
  max-width: none;
  margin: 10px 2vw 0 2vw;
}
/* ==========================================================================
   Pendragon Perspective styles
   DEMO AND DEBUGGING STYLE: WON'T BE LINKED IN PRODUCTION
   ========================================================================== */
.phantomJS {
  background: transparent !important;
}
.phantomJS .toolbar,
.phantomJS .toolbar-btm,
.phantomJS .titlebar,
.phantomJS .alert,
.phantomJS .panetitle,
.phantomJS .pane-left,
.phantomJS .pane-main,
.phantomJS .pane-right {
  background: transparent !important;
}
.phantomJS .pane-right {
  display: none;
}
.demo .toolbar,
.demo .titlebar,
.demo .alert,
.demo .panetitle,
.demo .pane-left,
.demo .pane-main,
.demo .pane-right {
  transition: top 0.1s ease-out;
}
.demo .pane-left,
.demo .pane-right {
  background-color: cyan;
}
.demo .pane-left .inner,
.demo .pane-right .inner {
  border-bottom: 1px solid red;
}
.demo .pane-main {
  background-color: pink;
}
.demo .pane-main .inner {
  border-bottom: 1px solid red;
}
.demo .titlebar-tools {
  background-color: #444;
}
.demo .alert {
  background-color: yellow;
}
.demo #view-options LABEL {
  color: red;
}
.demo .titlebar {
  background-color: pink;
}
.demo .titlebar .inner {
  background-color: cyan;
}
.demo .titlebar .inner .titlebar-tools {
  background-color: yellow;
}
.demo .titlebar .pane-tools {
  background-color: red;
}
.icon-demo {
  background-color: #bdc7fa;
}
.table-icons TH {
  text-align: left;
}
.table-icons TD {
  white-space: nowrap;
}
.table-icons .icon {
  background-color: transparent;
  border-radius: 0;
}
.table-icons .icon,
.table-icons .fa {
  font-size: 16px;
}
.table-icons .toolbar {
  position: static;
}
.table-icons .fontawesome .glyphicon {
  display: none;
}
/* ==========================================================================
   Pendragon Perspective styles
   Utilities
   ========================================================================== */
.skiplinks A {
  color: #fff !important;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  font-size: 100%;
  z-index: 20000;
}
.skiplinks A:active,
.skiplinks A:focus {
  /*  Only show skiplinks on focus */
  position: absolute;
  left: 0;
  overflow: visible;
  width: auto;
  height: auto;
  font-size: 1em;
  border: 0;
  margin: 0;
  padding: 6px;
  background: #f00;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.not-hidden-block {
  display: block !important;
  visibility: visible !important;
}
.not-hidden-inline {
  display: block !important;
  visibility: visible !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cms-toolbar-debug ~ #navigation .toolbar {
  top: 5px;
}
.pw-tod .cms-toolbar-debug ~ #content .pane-main {
  top: 45px;
}
.non-paned .cms-toolbar-debug ~ #content .pane-main {
  margin-top: 40px;
}
.cms-toolbar-expanded .toolbar,
.cms-toolbar-expanded .pw-tod .toolbar {
  top: 45px;
}
.cms-toolbar-expanded .cms-toolbar-debug ~ #navigation .toolbar,
.cms-toolbar-expanded .pw-tod .cms-toolbar-debug ~ #navigation .toolbar {
  top: 50px;
}
.cms-toolbar-expanded .pw-tod .pane-main {
  top: 85px;
}
.cms-toolbar-expanded .pw-tod .cms-toolbar-debug ~ #content .pane-main {
  top: 90px;
}
/* ==========================================================================
   Pendragon Perspective styles
   Media queries for responsive styles
   ========================================================================== */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media only screen and (max-width: 1730px) {
  .pane-doc.newsitem > .header-container > .news-header,
  .pane-doc.survey > .header-container > .survey-header {
    margin-left: -21%;
  }
}
@media only screen and (max-width: 1560px) {
  .pane-doc.newsitem > .header-container > .news-header,
  .pane-doc.survey > .header-container > .survey-header {
    margin-left: -12%;
  }
}
@media only screen and (max-width: 1560px) {
  .nav > #toolbar-copyloc .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .compare-doc-finder.initial-state .compare-instructions {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .nav > .toolbar-sidebyside .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .nav > #toolbar-mode {
    margin-top: 7px;
  }
  .nav > #toolbar-mode .toolbar-item {
    padding: 0px;
  }
}
@media only screen and (max-width: 1560px) {
  #instance-chip .chip.chip-dark-grey {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .pane-doc.newsitem > .header-container > .news-header {
    margin-left: 1%;
  }
  .nav > #toolbar-anno .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .pane-doc.newsitem > .header-container > .news-header,
  .pane-doc.survey > .header-container > .survey-header {
    margin-left: 1%;
  }
}
@media only screen and (max-width: 1297px) {
  .pane-doc.newsitem > .header-container > .news-header,
  .pane-doc.survey > .header-container > .survey-header {
    margin-left: 3%;
  }
  .nav > #toolbar-favourites .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media only screen and (max-width: 1244px) {
  .nav > #toolbar-tod .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media only screen and (max-width: 1166px) {
  .nav > #toolbar-rod .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .nav > #toolbar-qsearch .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .compare-doc-finder .toolbar-tod .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .nav > #toolbar-qsearch .picon.left,
  .nav > #toolbar-favourites .picon.left {
    margin-right: 0;
  }
  .pane-doc.newsitem > .header-container {
    height: 121px;
  }
  .pane-doc.newsitem > .header-container > .news-header,
  .pane-doc.survey > .header-container > .survey-header {
    margin-left: 0;
    background-size: 925px;
  }
}
@media only screen and (max-width: 1086px) {
  .nav > #toolbar-search .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .pane-doc.newsitem > .header-container {
    height: 116px;
  }
  .pane-doc.newsitem > .header-container > .news-header,
  .pane-doc.survey > .header-container > .survey-header {
    background-size: 830px;
  }
}
@media only screen and (max-width: 1048px) {
  .nav > #instance-chip {
    display: none !important;
    visibility: hidden !important;
  }
}
@media only screen and (max-width: 1005px) {
  .nav > #solr-chip,
  .nav > .divider {
    display: none !important;
    visibility: hidden !important;
  }
  .pw .nav > .divider {
    display: block !important;
    visibility: visible !important;
  }
  #m-devicewarning {
    display: block;
  }
  .pane-doc.newsitem > .header-container {
    height: 111px;
  }
  .pane-doc.newsitem > .header-container > .news-header,
  .pane-doc.survey > .header-container > .survey-header {
    background-size: 770px;
  }
}
@media only screen and (max-width: 749px) {
  .toolbar-item {
    padding: 5px 2px;
  }
  .pane-doc.newsitem > .header-container {
    height: 85px;
  }
  .pane-doc.newsitem > .header-container > .news-header,
  .pane-doc.survey > .header-container > .survey-header {
    background-size: 595px;
    height: 103px;
  }
}
@media only screen and (max-width: 697px) {
  .toolbar-item {
    padding: 5px 1px;
  }
}
@media only screen and (max-width: 666px) {
  .toolbar-item {
    padding: 5px 0px;
  }
  .nav .toolbar-more .btn-dropdown-toggle {
    padding: 7px 6px;
  }
  .nav .toolbar-goto {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 810px) {
  .nav > #toolbar-help {
    display: none !important;
    visibility: hidden !important;
  }
  .nav > #toolbar-dropped {
    display: block;
  }
  .nav > #toolbar-dropped .dropdown-menu .dropped-toolbar-help .toolbar-item {
    display: block;
  }
}
@media only screen and (max-width: 799px) {
  .nav > #toolbar-sidebyside {
    display: none !important;
    visibility: hidden !important;
  }
  .pw-inter .nav > #toolbar-sidebyside {
    display: block !important;
    visibility: visible !important;
  }
  .pw-inter .nav > #toolbar-sidebyside .label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .nav > #toolbar-dropped {
    display: block;
  }
  .nav > #toolbar-dropped .dropdown-menu .toolbar-sidebyside .toolbar-item {
    display: block;
  }
  .pane-doc.newsitem > .header-container {
    height: 73px;
  }
  .pane-doc.newsitem > .header-container > .news-header,
  .pane-doc.survey > .header-container > .survey-header {
    background-size: 490px;
    height: 90px;
  }
}
@media only screen and (max-width: 763px) {
  .nav .toolbar-item .icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .nav > #toolbar-prev,
  .nav > #toolbar-next {
    margin-left: -5px;
  }
}
@media only screen and (max-width: 624px) {
  .nav > #toolbar-print {
    display: none !important;
    visibility: hidden !important;
  }
  .nav > #toolbar-dropped {
    display: block;
  }
  .nav > #toolbar-dropped .dropdown-menu .toolbar-print .toolbar-item {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .nav > #toolbar-copyloc {
    display: none !important;
    visibility: hidden !important;
  }
  .nav > #toolbar-dropped {
    display: block;
  }
  .nav > #toolbar-dropped .dropdown-menu .toolbar-copyloc .toolbar-item {
    display: block;
  }
}
@media only screen and (max-width: 578px) {
  .nav > #toolbar-anno {
    display: none !important;
    visibility: hidden !important;
  }
  .nav > #toolbar-dropped {
    display: block;
  }
  .nav > #toolbar-dropped .dropdown-menu .toolbar-anno .toolbar-item {
    display: block;
  }
}
@media only screen and (max-width: 557px) {
  .nav .toolbar-item .icon {
    width: 24px;
    height: 24px;
  }
  .toolbar-item {
    padding: 5px 2px;
  }
  .nav > #toolbar-goto {
    display: none !important;
    visibility: hidden !important;
  }
  .nav > #toolbar-dropped {
    display: block;
  }
  .nav > #toolbar-dropped .dropdown-menu .toolbar-goto .toolbar-item {
    display: block;
  }
  .nav > #toolbar-dropped .dropdown-menu .toolbar-goto .toolbar-item .btn-goto {
    top: -3px;
    left: 138px;
  }
}
@media only screen and (max-width: 320px) {
  .nav .toolbar-item .icon {
    width: 20px;
    height: 20px;
  }
  .toolbar-item {
    padding: 5px 0px;
  }
  .nav > #toolbar-dropped > #dropped-menu {
    left: -125px;
  }
}
/* ==========================================================================
   Pendragon Perspective styles
   Print styles
   ========================================================================== */
@page {
  size: A4;
  margin: 21mm 17mm 27mm 17mm;
}
@media print {
  [data-theme='dark'] {
    --body-bg: #fff;
    --grey-light: #ddd;
    --grey-lighter: #eee;
    --text-color: black;
    --brand-blue: #505fab;
    --brand-extra-dark-blue: #30588c;
    --brand-extra-light-blue: #dadff3;
    --brand-mid-blue: #8b9aeb;
    --link-color: #0b008b;
    --link-hover: #3071a9;
    --text-muted: #616060;
    --panetitle-bg: #ccc;
    --pane-doc-light: #fcfcfc;
    --pane-toc: #dadff3;
    --legend-color: #333333;
    --popover-title: #f7f7f7;
    --grey-light-lighten: #eaeaea;
    --grey-darker: #555555;
    --popup-headerbg: #ddd;
    --modal-bodybg: #eee;
    --modal-bg: #fff;
    --toc-hover-bg: #ddd;
    --searchpane-bg: #b3bee7;
    --btn-mid-bg: #ccc;
    --btn-mid-border: #bfbfbf;
    --btn-mid-bg-hover: #d9d9d9;
    --btn-primary-color: #fff;
    --btn-primary-border: #32418b;
    --state-success-bg: #dff0d8;
    --state-info-bg: #d9edf7;
    --rbs4-table: #212529;
    --rbs4-btn-link-hover: #f3f3f3;
    --drag-drop: #f5f7fd;
    --drag-drop-hover: #ebedf5;
    --dropdown-menu: #fff;
    --dropdown-menu-hover: #f5f5f5;
    --dropdown-menu-color: #333333;
    --color-heading-main: #800000;
    --color-term: #b125b4;
    --color-doc-flag: #333;
    --doc-flag-opacity: 0.8;
    --date-entry-today: #0b008b;
    --color-defterm: #7d26cd;
    --color-ednote: #800000;
    --box-shadow-color: rgba(0, 0, 0, 0.2);
    --highlight-titlematch-bg: yellow;
    --highlight-bg: #ffc;
    --input-bg: white;
    --tt-orig-into-force: #e4f4ff;
  }
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  .no-print,
  .toolbar,
  .panetitle,
  .toolbar-btm,
  .pane-left,
  .pane-right,
  .dd-flag,
  .search-title,
  .search-status,
  .mini-previewpane,
  .modal,
  .modal-backdrop,
  .dd-flag,
  .dd-flags-anno,
  .block-container.loading,
  .cookie-message,
  .change-search-buttons,
  .anno-table th.actions,
  .anno-table td.actions {
    display: none !important;
  }
  .titlebar,
  .pane-main,
  .search-details,
  .pane-left,
  .pane-right {
    position: static !important;
    width: auto !important;
  }
  .pane-main .inner {
    max-width: none !important;
    margin: 0;
    padding-bottom: 0;
    color: black;
  }
  .search-details .previous-search {
    max-width: none !important;
    white-space: normal !important;
    padding-bottom: 10px !important;
  }
  .search-details .previous-search .form-group {
    margin: 0 !important;
    display: inline !important;
  }
  .search-details .previous-search .field,
  .search-details .previous-search .label {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .titlebar {
    background: transparent;
    border-bottom: 2px solid #000;
    height: auto;
  }
  .titlebar .inner {
    display: block;
    max-width: none;
    padding: 0;
    height: auto;
  }
  .titlebar .inner .doc-title {
    display: block;
    max-width: none;
    white-space: normal;
    line-height: normal;
    color: #000;
    font-size: 0.8em;
  }
  .print-footer {
    display: block !important;
  }
  .print-doc .doc-content {
    display: block;
  }
  .print-selected-text .doc-extract {
    display: block;
  }
  .pw-print .toc {
    display: none;
  }
  .print-with-toc .toc {
    display: block;
    padding-left: 10px;
    border-left: 1px solid #ccc;
  }
  .print-with-toc .print-toc-title {
    display: block;
    margin: 0;
    font-size: 15px;
  }
  .print-with-toc .toc-tree .toc-select {
    display: none !important;
  }
  .print-with-toc .toc-tree .toc-title {
    padding-left: 0 !important;
  }
  .print-with-toc .toc-tree .toc-icon {
    display: inline !important;
  }
  .print-with-toc .toc-tree .toc-icon I {
    border: 2px solid black !important;
  }
  .print-with-toc LI.expandable > UL {
    display: block;
  }
  .with-searchresults .content {
    display: none !important;
  }
  .with-searchresults #results,
  .with-searchresults .search-body,
  .with-searchresults .search-results {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
  }
  .with-searchresults .results-table {
    width: 100% !important;
    table-layout: auto;
  }
  .with-searchresults .results-table td,
  .with-searchresults .results-table th {
    width: auto !important;
  }
}
@media print {
  #navigation.family-lr {
    max-width: 75ch;
    margin: 0 auto;
  }
  #navigation.family-lr .titlebar {
    text-align: center;
    padding: 2em 0 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #6f167c;
  }
  .doc-content.law-rep {
    max-width: 75ch;
    margin: 0 auto;
    text-align: justify;
    background-color: transparent;
  }
  .doc-content.law-rep .inner {
    background-color: transparent;
    line-height: 1.2;
  }
  .doc-content.law-rep a {
    font-weight: normal;
    color: #000;
  }
  .doc-content.law-rep #header {
    display: none;
  }
  .doc-content.law-rep #block0 {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .doc-content.law-rep #block0 > * {
    order: 3;
  }
  .doc-content.law-rep .is-section > * {
    margin-top: 20px;
  }
  .doc-content.law-rep h1#case-tit {
    order: 2;
    border-bottom: none;
    margin: 1em 0;
    color: #6f167c;
    font-weight: bold;
    text-align: center;
    page-break-inside: avoid;
    font-size: 35px;
  }
  .doc-content.law-rep #this-is,
  .doc-content.law-rep #court {
    color: #6f167c;
    font-weight: bold;
    text-align: center;
    page-break-inside: avoid;
    font-size: 18px;
  }
  .doc-content.law-rep .kw-paras p.title,
  .doc-content.law-rep .facts p.title,
  .doc-content.law-rep .held p.title,
  .doc-content.law-rep .tab-ref p.title,
  .doc-content.law-rep .case-his p.title,
  .doc-content.law-rep .comment p.title,
  .doc-content.law-rep .judgment p.title {
    color: #6f167c;
    font-weight: bold;
    text-align: center;
    page-break-inside: avoid;
    font-size: 14px !important;
    border-bottom: 1px solid #6f167c;
    margin-bottom: 0.85em;
  }
  .doc-content.law-rep .lbl.sec-lbl {
    color: #6f167c;
    padding-right: 20px;
  }
  .doc-content.law-rep .lbl.sec-lbl.before {
    position: relative;
    padding-left: 35px;
    position: absolute;
    padding: 0;
    text-indent: 0;
    visibility: hidden;
  }
  .doc-content.law-rep .lbl.sec-lbl.before:before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M20 34V14l10 10Z"/></svg>');
    visibility: visible;
    font-size: 28px;
    position: absolute;
    top: 0;
    margin-top: -18px;
    margin-left: -50px;
    z-index: 5;
    transform: scaleY(0.55) scaleX(1.05);
    filter: invert(12%) sepia(89%) saturate(3207%) hue-rotate(283deg) brightness(86%) contrast(96%);
  }
  .doc-content.law-rep .quote {
    font-weight: normal;
  }
  .doc-content.law-rep p.title:empty {
    border-bottom: none;
  }
  .doc-content.law-rep #this-is {
    order: 1;
  }
  .doc-content.law-rep #this-is p.title {
    display: none;
  }
  .doc-content.law-rep #this-is span.paperef {
    display: block;
  }
  .doc-content.law-rep .headnote div.para.level3 > p.ptxt {
    position: relative;
    padding-left: 35px;
  }
  .doc-content.law-rep .headnote div.para.level3 > p.ptxt:before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M20 34V14l10 10Z"/></svg>');
    visibility: visible;
    font-size: 28px;
    position: absolute;
    top: 0;
    margin-top: -18px;
    margin-left: -50px;
    z-index: 5;
    transform: scaleY(0.55) scaleX(1.05);
    filter: invert(12%) sepia(89%) saturate(3207%) hue-rotate(283deg) brightness(86%) contrast(96%);
  }
  .doc-content.law-rep div.tab-ref p:not(.title) {
    position: relative;
    padding-left: 35px;
  }
  .doc-content.law-rep div.tab-ref p:not(.title):before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M20 34V14l10 10Z"/></svg>');
    visibility: visible;
    font-size: 28px;
    position: absolute;
    top: 0;
    margin-top: -18px;
    margin-left: -50px;
    z-index: 5;
    transform: scaleY(0.55) scaleX(1.05);
    filter: invert(12%) sepia(89%) saturate(3207%) hue-rotate(283deg) brightness(86%) contrast(96%);
  }
  .doc-content.law-rep div.tab-ref p:not(.title) em.emph2 {
    margin: 1em 0 1em -35px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    display: block;
  }
  .doc-content.law-rep .judgment.level2.is-subpart .title {
    font-weight: bolder;
    color: black;
    text-align: left;
    text-transform: uppercase;
    border-bottom: none;
  }
  .doc-content.law-rep .level3.is-section {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .doc-content.law-rep .case-his,
  .doc-content.law-rep .jmnt-grp,
  .doc-content.law-rep .judgment.level2,
  .doc-content.law-rep .judgment.level3,
  .doc-content.law-rep .judgment.level4,
  .doc-content.law-rep .judgment.level5,
  .doc-content.law-rep .judgment.level6,
  .doc-content.law-rep .judgment.level7,
  .doc-content.law-rep .lr-appearances,
  .doc-content.law-rep .para-grp,
  .doc-content.law-rep .para-sgp,
  .doc-content.law-rep .convers,
  .doc-content.law-rep .appear {
    font-family: 'Charis SIL', serif;
  }
  .doc-content.law-rep .case-his .lbl.sec-lbl,
  .doc-content.law-rep .jmnt-grp .lbl.sec-lbl,
  .doc-content.law-rep .judgment.level2 .lbl.sec-lbl,
  .doc-content.law-rep .judgment.level3 .lbl.sec-lbl,
  .doc-content.law-rep .judgment.level4 .lbl.sec-lbl,
  .doc-content.law-rep .judgment.level5 .lbl.sec-lbl,
  .doc-content.law-rep .judgment.level6 .lbl.sec-lbl,
  .doc-content.law-rep .judgment.level7 .lbl.sec-lbl,
  .doc-content.law-rep .lr-appearances .lbl.sec-lbl,
  .doc-content.law-rep .para-grp .lbl.sec-lbl,
  .doc-content.law-rep .para-sgp .lbl.sec-lbl,
  .doc-content.law-rep .convers .lbl.sec-lbl,
  .doc-content.law-rep .appear .lbl.sec-lbl {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .doc-content.law-rep .para-grp.level3 .title {
    font-weight: bolder;
    text-decoration: none;
    font-style: normal;
    font-size: 1.3em;
    margin-top: 35px;
    margin-bottom: -10px;
  }
  .doc-content.law-rep .para-sgp.level4 {
    margin-bottom: -12px;
  }
  .doc-content.law-rep .para-sgp.level4 .title {
    font-style: italic !important;
    font-weight: normal;
    font-size: 1.2em !important;
    padding-top: 30px;
  }
  .doc-content.law-rep .para-s-sgp.level5 {
    margin-top: 30px;
    margin-bottom: -10px;
  }
  .doc-content.law-rep .para-ss-sgp.level6 {
    padding-top: 30px;
  }
  .doc-content.law-rep .ex-quo {
    font-style: normal !important;
    font-size: 0.9em;
    margin-left: 0;
  }
  .doc-content.law-rep .ex-quo .title,
  .doc-content.law-rep .ex-quo s.sub,
  .doc-content.law-rep .ex-quo .lbl {
    font-weight: bolder;
  }
  .doc-content.law-rep .ex-quo > .para > .is-title.ptxt > .lbl,
  .doc-content.law-rep .ex-quo > .para > .is-title.title > .lbl {
    text-indent: 0;
    position: relative;
  }
  .doc-content.law-rep .ex-quo > .para > .is-title.title > .sectxt {
    margin-left: 5px;
    font-weight: bolder;
  }
  .doc-content.law-rep .ex-quo > .para > .is-title.ptxt > .sectxt {
    margin-top: -16px;
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .doc-content.law-rep em.emph3 {
    text-decoration: none;
    font-weight: bold;
  }
  .doc-content.law-rep .advoc {
    color: #000;
  }
  .doc-content.law-rep div.para > ul.list > li.listitem.lbl-long > div.is-title.ptxt > .sectxt {
    padding-left: 120px;
  }
}
/* ==========================================================================
   Pendragon Perspective styles
   Skin - styles for appearance, e.g. brand colours
   ========================================================================== */
.icon .picon {
  color: #30588c;
  color: var(--brand-extra-dark-blue);
}
.toolbar-item {
  color: var(--text-color);
}
.toolbar-item.btn:hover,
.toolbar-item.btn:focus {
  border-color: var(--btn-primary-border);
  background-color: #505fab;
}
.toolbar-item.btn:hover:focus {
  border-color: #48559a;
}
.toolbar-item.btn:active,
.toolbar-item.btn.active {
  background-color: var(--btn-primary-border);
}
.toolbar-item.btn.active .label,
.toolbar-item.btn.active .picon {
  color: var(--btn-primary-color);
  border-color: var(--btn-primary-border);
}
.toolbar-item.btn.disabled .icon,
.toolbar-item.btn.disabled .icon .picon {
  color: #505fab;
}
.toolbar-item .form-control {
  border-color: #505fab;
}
.toolbar-btm .view-buttons .btn {
  border-color: var(--btn-primary-border);
  background-color: #505fab;
}
.toolbar-btm .view-buttons .btn.active {
  background-color: var(--btn-primary-border);
  color: var(--btn-primary-color);
}
.toolbar-btm .view-buttons .btn button {
  padding: 0;
  border: none;
  background: none;
  height: 0px;
}
.toolbar-btm .view-buttons .btn input {
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.nav .divider {
  border-color: #505fab;
}
.titlebar .form-control {
  border-color: var(--btn-primary-border);
}
.titlebar .doc-title .abbr {
  color: #8b9aeb;
}
.toolbar-btm {
  background-color: var(--toolbar-bg);
}
.panetitle {
  border-bottom-color: #8b9aeb;
  background-color: var(--toolbar-bg);
}
.panetitle .pane-grabber {
  border-color: #8b9aeb;
  background-color: #c3d7e7;
}
.panetitle .pane-grabber:hover,
.panetitle .pane-grabber:focus {
  background-color: #c3d7e7;
}
.pan-searchresults .search-title .pane-close .close {
  background-color: #dadff3;
  border-color: transparent;
  color: #000;
}
.pan-searchresults .search-title .pane-close:hover .close,
.pan-searchresults .search-title .pane-close:focus .close {
  background-color: #c7ceed;
}
.pan-searchresults .search-body .search-details .previous-search .field {
  background-color: var(--brand-mid-blue);
  border-color: var(--brand-mid-blue);
  color: #000;
}
.banner.hero {
  background-color: var(--brand-extra-light-blue);
}
.banner .banner-logo {
  margin-top: 58px;
}
.banner .last-login {
  color: var(--lastlogin);
}
#pagewrapper {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
#wrapper {
  display: table-cell;
  vertical-align: middle;
}
#mainbody {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  height: 432px;
  background-image: url(../img/background.png);
  text-align: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 32px;
  color: #4d565d;
}
#mainbody a {
  font-size: 26px;
  color: #4d565d;
  text-decoration: none;
}
#mainbody .logo {
  width: 455px;
  height: 92px;
  background-image: url(../img/logo-owl.png);
  margin: 0 auto;
}
.content-403,
.content-message {
  display: block;
  margin-top: 60px;
}
.search-modal {
  z-index: 1050;
}
.search-modal .modal-dialog {
  width: 880px;
  height: 750px;
}
.search-modal .modal-dialog.proportional-width {
  min-width: 80%;
}
.search-modal .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  height: fit-content;
  background-color: var(--modal-bg);
  border-radius: 5px;
  padding-bottom: 20px;
  max-height: 915px;
  overflow-y: auto;
}
@media only screen and (max-height: 900px) {
  .search-modal .modal-dialog .modal-content {
    max-height: 98vh;
  }
}
.search-modal .modal-dialog .modal-content::-webkit-scrollbar {
  width: 7px;
}
.search-modal .modal-dialog .modal-content::-webkit-scrollbar-track {
  background: var(--input-bg);
}
.search-modal .modal-dialog .modal-content::-webkit-scrollbar-thumb {
  background: var(--grey-light);
  border-radius: 15px;
}
.search-modal .modal-dialog .modal-content::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
.search-modal .modal-dialog .modal-content form {
  border-radius: 5px;
}
.search-modal .modal-dialog .modal-content .close {
  background-color: var(--btn-mid-bg);
  margin: 1px;
  height: 25px;
  width: 25px;
}
.search-modal .modal-dialog .modal-content .close .sr-only {
  position: absolute;
}
.search-modal .modal-dialog .modal-content .close span {
  position: relative;
  right: 3px;
  color: var(--text-color);
}
.search-modal .modal-dialog .modal-content .ai-button {
  display: flex;
  width: 26%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: -5px;
  opacity: 1;
  margin-left: auto;
  margin-right: 5px;
  padding: 4px 10px;
  gap: 5px;
  background-size: 10.00000015%;
  min-width: 0;
  text-transform: none;
  background-image: linear-gradient(180deg, #4170A4 0%, #444a69 100%);
  color: #eeeff7;
  border: none;
  box-shadow: 2px -9px 14px -7px #32418b inset, 0px -6px 9px -3px #eeeff7 inset, 0px 0px 1px #5060ac inset, 0px 4px 9px 1px #8794d4;
}
.search-modal .modal-dialog .modal-content .ai-button:hover {
  background-image: linear-gradient(180deg, #444a69 0%, bluePrimaryDarkest 100%);
}
.search-modal .modal-dialog .modal-content .ai-white svg {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
.search-modal .modal-dialog .modal-content .ai-white svg path {
  fill: none;
}
.search-modal .modal-dialog .modal-content .ai-white svg g path {
  fill: #eeeff7;
}
.search-modal .modal-dialog .modal-content .open-saved-search {
  background-color: var(--btn-mid-bg);
  margin-right: 12px;
  margin-top: -3px;
  padding: 1px;
  height: 25px;
  width: 200px;
  border: 1px solid var(--grey-darker);
  border-radius: 5px;
}
.search-modal .modal-dialog .modal-content .help-button {
  background-color: var(--btn-mid-bg);
  margin-right: 19px;
  margin-top: -3px;
  padding: 1px;
  height: 25px;
  width: 25px;
  border: none;
}
.search-modal .modal-dialog .modal-content .help-button svg {
  height: 18px;
  width: 18px;
  margin-top: 3px;
}
.search-modal .modal-dialog .modal-content .help-button svg path {
  fill: var(--text-color);
}
.search-modal .modal-dialog .modal-content .search-step:focus-within .sidebar {
  background-color: var(--searchbar-active);
}
.search-modal .modal-dialog .modal-content .search-step {
  display: flex;
  margin: 8px 9px 8px;
  padding: 0 0 0px;
  border-radius: 8px;
  box-shadow: 0 0.3px 4px 0 rgba(0, 0, 0, 0.07), 0 0.3px 0.3px 0 rgba(0, 0, 0, 0.07), 0 0 4px 0 rgba(179, 190, 231, 0.5);
  background-color: var(--brand-xx-light-blue);
  width: 98%;
}
.search-modal .modal-dialog .modal-content .search-step .step-title {
  color: var(--contrasting-blue);
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
.search-modal .modal-dialog .modal-content .search-step .sidebar {
  background-color: var(--brand-extra-light-blue);
  width: 6px;
  margin: 3px 6px 3px 6px;
  border-radius: 4px;
}
.search-modal .modal-dialog .modal-content .search-step .step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 5px;
  width: 98%;
}
.search-modal .modal-dialog .modal-content .modal-search {
  position: relative;
}
.search-modal .modal-dialog .modal-content .modal-search:focus-within .search-icon svg path {
  fill: #73aee7;
}
.search-modal .modal-dialog .modal-content .modal-search .above {
  position: relative;
  top: 8px;
  height: 14px;
  width: 14px;
  display: inline-flex;
  margin-right: 2px;
}
.search-modal .modal-dialog .modal-content .modal-search .above svg path {
  fill: var(--state-danger-text);
}
.search-modal .modal-dialog .modal-content .modal-search .invalid-feedback {
  padding-top: 0px;
  margin-top: -10px;
  color: var(--state-danger-text);
  font-size: 12px;
}
.search-modal .modal-dialog .modal-content .modal-search .search-icon {
  position: absolute;
  top: 7px;
  left: 9px;
  height: 0px;
  width: 0px;
}
.search-modal .modal-dialog .modal-content .modal-search .search-icon svg {
  height: 20px;
  width: 20px;
}
.search-modal .modal-dialog .modal-content .modal-search .search-icon svg path {
  fill: var(--btn-hover);
}
.search-modal .modal-dialog .modal-content .modal-search ul {
  position: absolute;
  list-style-type: none;
  text-align: left;
  z-index: 5;
  border-top: none;
  background-color: var(--modal-bg);
  border: 1px solid #73aee7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
}
.search-modal .modal-dialog .modal-content .modal-search li {
  padding: 2px;
  cursor: pointer;
  border: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-modal .modal-dialog .modal-content .modal-search li:hover {
  background-color: var(--dropdown-menu-hover);
}
.search-modal .modal-dialog .modal-content .modal-search .selected {
  color: #73aee7;
  font-weight: 700;
}
.search-modal .modal-dialog .modal-content .typeahead {
  text-indent: 20px;
}
.search-modal .modal-dialog .modal-content legend {
  background: var(--modal-bg);
}
.search-modal .modal-dialog .modal-content .document-selector {
  border-radius: 12px;
  box-shadow: 0px 0.25px 0.25px rgba(0, 0, 0, 0.05), 0px 0.25px 4px rgba(0, 0, 0, 0.05), 0px 0px 1px 1px rgba(179, 190, 231, 0.01);
  background-color: var(--input-bg);
  margin: 4px 0 1px 0px;
  padding: 5px 6px 6px;
  min-height: 65px;
}
@media only screen and (max-height: 900px) {
  .search-modal .modal-dialog .modal-content .document-selector {
    min-height: 65px;
  }
}
.search-modal .modal-dialog .modal-content .document-selector button {
  font-size: 11px;
  border: none;
}
.search-modal .modal-dialog .modal-content .document-selector button:hover {
  text-decoration: underline;
}
.search-modal .modal-dialog .modal-content .document-selector button:disabled {
  color: var(--brand-extra-light-blue);
  text-decoration: none;
}
.search-modal .modal-dialog .modal-content .document-selector.error {
  border: 1px dashed var(--state-danger-text);
}
.search-modal .modal-dialog .modal-content .document-selector .add-current-doc {
  color: var(--contrasting-blue);
  display: flex;
  font-size: 13px;
}
.search-modal .modal-dialog .modal-content .document-selector .add-current-doc span {
  display: flex;
  align-self: center;
}
.search-modal .modal-dialog .modal-content .document-selector .add-current-doc span svg {
  height: 20px;
  width: 20px;
}
.search-modal .modal-dialog .modal-content .document-selector .add-current-doc:disabled {
  color: var(--grey-darker);
  opacity: 0.8;
}
.search-modal .modal-dialog .modal-content .document-selector .doc-select-header {
  display: flex;
  justify-content: end;
  border-bottom: 1px solid var(--grey-light-lighten);
  color: var(--grey-darker);
  font-size: 11px;
  font-weight: 600;
  height: 19px;
}
.search-modal .modal-dialog .modal-content .document-selector .doc-select-header .current-doc-actions {
  display: flex;
}
.search-modal .modal-dialog .modal-content .document-selector .doc-select-header .current-doc-actions .add-current-doc {
  font-size: 11px;
}
.search-modal .modal-dialog .modal-content .document-selector .doc-select-header .clear-all {
  color: var(--state-danger-text);
}
.search-modal .modal-dialog .modal-content .chip-container {
  display: flex;
  flex-wrap: wrap;
  min-height: 70px;
  color: var(--text-muted);
  font-size: 9px;
  font-weight: 500;
  gap: 5px;
  max-height: 100px;
  overflow-y: auto;
  justify-content: flex-start;
  align-content: start;
  padding-top: 3px;
}
@media only screen and (max-height: 900px) {
  .search-modal .modal-dialog .modal-content .chip-container {
    max-height: 50px;
    min-height: 35px;
  }
}
.search-modal .modal-dialog .modal-content .chip-container.no-doc {
  justify-content: center;
  font-size: 11px;
  width: 100%;
  align-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  overflow-y: hidden;
}
@media only screen and (max-height: 900px) {
  .search-modal .modal-dialog .modal-content .chip-container.no-doc {
    gap: 0px;
  }
}
.search-modal .modal-dialog .modal-content .chip-container.empty {
  overflow-y: hidden;
}
.search-modal .modal-dialog .modal-content .search-toolbar {
  width: 100%;
  margin: 8px 0 0;
  padding: 2px;
  border-radius: 6px;
  box-shadow: 0 0.3px 4px 0 rgba(0, 0, 0, 0.07), 0 0.3px 0.3px 0 rgba(0, 0, 0, 0.07), 0 0 4px 0 rgba(179, 190, 231, 0.5);
}
.search-modal .modal-dialog .modal-content .search-toolbar span {
  height: 12px;
  width: 12px;
  align-self: center;
  margin-bottom: 6px;
}
.search-modal .modal-dialog .modal-content .search-toolbar .btn-group {
  width: 100%;
}
.search-modal .modal-dialog .modal-content .search-toolbar button {
  width: 50%;
  height: 28px;
  background-color: var(--input-bg);
  border: none;
  color: var(--text-muted-contrasting);
  border-radius: 3px 0 0 3px;
  padding: 0px;
}
.search-modal .modal-dialog .modal-content .search-toolbar button .expand-icon {
  padding-left: 4px;
}
.search-modal .modal-dialog .modal-content .search-toolbar button .expand-icon svg {
  transform: rotate(270deg);
}
.search-modal .modal-dialog .modal-content .search-toolbar button .expand-icon path {
  fill: var(--btn-hover);
}
.search-modal .modal-dialog .modal-content .search-toolbar button span {
  margin-right: 3px;
}
.search-modal .modal-dialog .modal-content .search-toolbar button span svg {
  height: 12px;
  width: 12px;
}
.search-modal .modal-dialog .modal-content .search-toolbar button:hover {
  background-color: var(--brand-xx-light-blue);
}
.search-modal .modal-dialog .modal-content .search-toolbar #docs {
  border-right: solid 3px var(--brand-xx-light-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-modal .modal-dialog .modal-content .search-toolbar #docs span {
  margin-right: 3px;
  margin-bottom: 0px;
}
.search-modal .modal-dialog .modal-content .search-toolbar #docs span svg {
  height: 12px;
  width: 12px;
}
.search-modal .modal-dialog .modal-content .search-toolbar #docs span g path {
  fill: var(--btn-hover);
}
.search-modal .modal-dialog .modal-content .search-toolbar #browse {
  border-radius: 0 3px 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-modal .modal-dialog .modal-content .search-toolbar #browse span {
  margin-right: 3px;
  margin-bottom: 0px;
}
.search-modal .modal-dialog .modal-content .search-toolbar #browse span svg {
  height: 12px;
  width: 12px;
}
.search-modal .modal-dialog .modal-content .search-toolbar #browse span g path:last-of-type {
  fill: var(--btn-hover);
}
.search-modal .modal-dialog .modal-content .search-toolbar #docs-active {
  border-radius: 3px;
  color: var(--modal-bg);
  background-color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-modal .modal-dialog .modal-content .search-toolbar #docs-active span {
  margin-bottom: 0px;
}
.search-modal .modal-dialog .modal-content .search-toolbar #docs-active .expand-icon svg {
  transform: rotate(90deg);
}
.search-modal .modal-dialog .modal-content .search-toolbar #docs-active .expand-icon svg path {
  fill: var(--modal-bg);
}
.search-modal .modal-dialog .modal-content .search-toolbar #docs-active span svg g path {
  fill: var(--modal-bg);
}
.search-modal .modal-dialog .modal-content .search-toolbar #browse-active {
  border-radius: 3px;
  color: var(--modal-bg);
  background-color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-modal .modal-dialog .modal-content .search-toolbar #browse-active span {
  margin-bottom: 0px;
}
.search-modal .modal-dialog .modal-content .search-toolbar #browse-active .expand-icon svg {
  transform: rotate(90deg);
}
.search-modal .modal-dialog .modal-content .search-toolbar #browse-active .expand-icon svg path {
  fill: var(--modal-bg);
}
.search-modal .modal-dialog .modal-content .search-toolbar #browse-active span svg g path:last-of-type {
  fill: var(--modal-bg);
}
.search-modal .modal-dialog .modal-content .open-doc-container {
  height: 335px;
}
@media only screen and (max-height: 900px) {
  .search-modal .modal-dialog .modal-content .open-doc-container {
    height: 265px;
  }
}
.search-modal .modal-dialog .modal-content .open-doc-container .clear-doc-search {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.search-modal .modal-dialog .modal-content .select-error div {
  border-color: var(--state-danger-text);
}
.search-modal .modal-dialog .modal-content .form-check-input {
  width: 9px;
  height: 9px;
  color: var(--grey-darker);
  border: 2px solid var(--grey-darker);
  margin: -2px 5px 0px -15px;
}
.search-modal .modal-dialog .modal-content .form-check-input:hover {
  cursor: pointer;
}
.search-modal .modal-dialog .modal-content .form-check-label {
  display: flex;
  align-items: center;
}
.search-modal .modal-dialog .modal-content .form-check-label:hover {
  cursor: pointer;
}
.search-modal .modal-dialog .modal-content .doc-search-icon {
  position: relative;
  z-index: 2;
  top: 29px;
  display: flex;
  height: 20px;
  width: 20px;
  margin-left: 5px;
}
.search-modal .modal-dialog .modal-content .doc-search-icon svg {
  height: 20px;
  width: 20px;
}
.search-modal .modal-dialog .modal-content .doc-search-icon svg g path {
  fill: var(--btn-hover);
}
.search-modal .modal-dialog .modal-content .select-option-container {
  border-bottom: 1px solid var(--grey-light-lighten);
  padding-left: 25px;
  background-color: var(--input-bg);
  z-index: 5;
}
.search-modal .modal-dialog .modal-content .select-option-container-focus {
  background-color: var(--grey-light);
  padding-left: 25px;
}
.search-modal .modal-dialog .modal-content .select-option {
  padding-left: 5px;
  display: flex;
  margin-bottom: -10px;
}
.search-modal .modal-dialog .modal-content .select-checkbox {
  accent-color: var(--brand-blue);
  align-self: flex-start;
  margin: 4px 5px 0px -15px;
}
.search-modal .modal-dialog .modal-content .select-option-label {
  color: var(--text-muted-contrasting);
  display: inline-block;
}
.search-modal .modal-dialog .modal-content .select-option-family {
  padding-left: 18px;
  color: var(--grey-darker);
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.search-modal .modal-dialog .modal-content .select-option-state {
  background-color: var(--grey-light-lighten);
  border-radius: 12px;
  margin-left: 7px;
  padding: 2px 3px;
  color: var(--btn-hover);
  font-size: 7px;
}
.search-modal .modal-dialog .modal-content .search-option {
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-modal .modal-dialog .modal-content .search-option label {
  max-width: -webkit-fill-available;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2px;
}
.search-modal .modal-dialog .modal-content .multi-select-container div div {
  padding-left: 1px;
}
.search-modal .modal-dialog .modal-content .search-chip {
  display: inline-flex;
  align-items: center;
  max-width: 395px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 10px;
  background-color: #eee;
  color: #2f2f2f;
  font-size: 14px;
  height: 20px;
  padding: 0px 8px;
}
.search-modal .modal-dialog .modal-content .search-chip.collection {
  background-color: var(--text-muted-contrasting);
  color: var(--input-bg);
}
.search-modal .modal-dialog .modal-content .search-chip span {
  max-width: 395px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-modal .modal-dialog .modal-content .search-chip .remove-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: var(--grey-lighter);
  background-color: var(--grey-darker);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  right: -5px;
  margin-left: 3px;
  cursor: pointer;
  flex-shrink: 0;
}
.search-modal .modal-dialog .modal-content .search-chip .remove-chip:hover {
  background-color: var(--brand-blue);
  color: var(--modal-bg);
}
.search-modal .modal-dialog .modal-content .matched-query {
  background-color: var(--highlight-titlematch-bg);
  line-height: 1.6;
}
.search-modal .modal-dialog .modal-content ::-webkit-scrollbar {
  width: 7px;
}
.search-modal .modal-dialog .modal-content ::-webkit-scrollbar-track {
  background: var(--input-bg);
}
.search-modal .modal-dialog .modal-content ::-webkit-scrollbar-thumb {
  background: var(--grey-light);
  border-radius: 15px;
}
.search-modal .modal-dialog .modal-content ::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
.search-modal .modal-dialog .modal-content .selected-docs-error {
  display: flex;
  justify-content: center;
  color: var(--state-danger-text);
  height: 20px;
  padding-top: 5px;
}
.search-modal .modal-dialog .modal-content .selected-docs-error span svg {
  height: 20px;
  width: 20px;
  padding-left: 5px;
}
.search-modal .modal-dialog .modal-content .selected-docs-error span svg path {
  fill: var(--state-danger-text);
}
.search-modal .modal-dialog .modal-content .selected-docs-error #above-mirror {
  transform: scaleX(-1);
}
.search-modal .modal-dialog .modal-content .modal-header {
  border-radius: 3px;
  background-color: var(--grey-light);
}
.search-modal .modal-dialog .modal-content .modal-title {
  font-weight: 700;
}
.search-modal .modal-dialog .modal-content .modal-body {
  background-color: var(--modal-bg);
  border: none;
  margin: 0;
  padding: 0;
}
.search-modal .modal-dialog .modal-content .modal-footer {
  position: relative;
  bottom: 0px;
  height: auto;
  width: 100%;
  text-align: right;
  font-size: 11px;
  align-items: center;
  margin-top: -9px;
  margin-bottom: -20px;
}
.search-modal .modal-dialog .modal-content .modal-footer .search-error {
  background-color: var(--state-danger-text);
}
.search-modal .modal-dialog .modal-footer {
  position: absolute;
  bottom: 0px;
  height: auto;
  width: 100%;
  text-align: right;
  font-size: 11px;
}
.search-modal .modal-dialog .modal-header {
  border-radius: 3px;
  background-color: var(--grey-light);
}
.search-modal .modal-dialog .modal-title {
  font-weight: 700;
}
.search-modal .modal-dialog .modal-body {
  background-color: var(--modal-bg);
  border: none;
}
.search-modal .modal-dialog .timeframe-group {
  display: flex;
  align-items: center;
  background-color: var(--brand-extra-light-blue) !important;
  height: 25px;
  margin-top: 0px !important;
}
.search-modal .modal-dialog .timeframe-group .selected-radio {
  height: 20px !important;
}
.search-modal .modal-dialog .timeframe-group .selected-radio.date {
  padding: 1px 0px 1px 18px;
}
.search-modal .modal-dialog .mode-group {
  display: flex;
  align-items: center;
  background-color: var(--brand-extra-light-blue) !important;
}
.search-modal .modal-dialog .method-help {
  width: 16px;
  height: 16px;
  background-color: var(--brand-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-self: center;
  padding: 2px;
  justify-content: center;
  margin-top: 4px;
  color: var(--input-bg);
  cursor: pointer;
}
.search-modal .modal-dialog .filter-group {
  display: flex;
}
.search-modal .modal-dialog .filter-group label {
  gap: 2px;
  align-content: center;
  margin-bottom: 0px;
  color: var(--grey-darker);
  font-size: 11px;
}
.search-modal .modal-dialog .filter-group .filter-label {
  padding-top: 5px;
}
.search-modal .modal-dialog .filter-date {
  background-color: var(--modal-bg);
  border: 1px solid var(--grey-light);
  border-radius: 5px;
  text-align: left;
  height: 20px;
  font-size: 12px;
  border-radius: 0 5px 5px 0;
  padding-top: 7px;
  width: 120px;
}
.search-modal .modal-dialog .date-label {
  background-color: var(--grey-lighter);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid var(--panetitle-bg);
  display: inline;
  text-align: center;
  align-content: center;
  width: 55px;
  height: 20px;
}
.search-modal .modal-dialog .react-datepicker-popper {
  z-index: 1200;
}
.search-modal .modal-dialog .react-datepicker {
  margin-top: -32px;
}
.search-modal .modal-dialog .react-datepicker__input-container input {
  width: 105px;
  font-size: 11px;
}
.search-modal .modal-dialog .react-datepicker__input-container .calendar {
  position: absolute;
  top: 2px;
  right: 4px;
  height: 15px;
  width: 15px;
}
.search-modal .modal-dialog .react-datepicker__input-container .calendar svg {
  width: 15px;
  height: 15px;
}
.search-modal .modal-dialog .react-datepicker__input-container .calendar svg g {
  fill: var(--grey-light);
}
.search-modal .modal-dialog .date-range-error {
  border-color: var(--state-danger-text);
}
.search-modal .modal-dialog .date-period-error {
  border-color: var(--state-danger-text);
}
.search-modal .modal-dialog .date-error {
  margin-right: 30px;
  color: var(--state-danger-text);
  text-align: right;
}
.search-modal .modal-dialog .custom-period {
  height: 20px;
  width: 70px;
}
.search-modal .modal-dialog .custom-period-group {
  display: inline-flex;
}
.search-modal .modal-dialog .custom-period-group .date-label {
  width: 47px;
  align-content: center;
}
.search-modal .modal-dialog .custom-period-group input.custom-period {
  gap: 5px;
  background-color: var(--input-bg) !important;
  width: 35px;
  font-size: 11px;
  padding: 0;
  overflow: visible;
  border-radius: 0 5px 5px 0;
  text-align: center;
}
.search-modal .modal-dialog .custom-period-group .date-feedback-group {
  position: relative;
}
.search-modal .modal-dialog .custom-period-group #start-date {
  position: relative;
}
.search-modal .modal-dialog .custom-period-group .invalid-feedback {
  position: absolute;
  top: 100%;
  overflow: visible;
  white-space: nowrap;
  font-size: 11px;
  padding-top: 3px;
  background-color: var(--brand-xx-light-blue);
  z-index: 100;
  padding-bottom: 6px;
}
.search-modal .modal-dialog .custom-period-group .invalid-start-date {
  z-index: 101;
  width: 600px;
}
.search-modal .modal-dialog .custom-period-group .form-control:invalid {
  padding-right: 10px;
}
.search-modal .modal-dialog .period-select {
  position: relative;
  padding: 0;
  margin-left: 2px;
  height: 20px;
  width: 65px;
  font-size: x-small;
  text-indent: 0;
}
.search-modal .modal-dialog #custom-period-units {
  border-radius: 5px 5px 5px 5px;
}
.search-modal .modal-dialog .form-control {
  text-indent: 0;
}
.search-modal .modal-dialog .form-group {
  background-color: var(--body-bg);
  margin-bottom: 0px;
  border-radius: 6px;
  margin-top: 5px;
  padding-right: 1px;
  gap: 20px;
  padding: 2px 2px 2px 0px;
}
.search-modal .modal-dialog .form-group .selected-radio {
  background-color: var(--brand-xx-light-blue);
  height: 14px;
  padding: 1px 3px 1px 18px;
  border-radius: 4px;
  box-shadow: 0 0.3px 4px 0 rgba(0, 0, 0, 0.15), 0 0.3px 0.3px 0 rgba(0, 0, 0, 0.15);
}
.search-modal .modal-dialog .form-group .form-check {
  margin-left: 1px;
  margin-right: 2px;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.search-modal .modal-dialog .form-group .form-check input[type='radio']:checked {
  accent-color: var(--brand-blue);
}
.search-modal .modal-dialog .form-group .form-check input[type='radio']:checked ~ label {
  color: var(--text-color);
}
.search-modal .modal-dialog .loader-overlay {
  width: 95%;
  height: 320px;
}
@media only screen and (max-height: 900px) {
  .search-modal .modal-dialog .loader-overlay {
    height: 250px;
  }
}
.search-modal .modal-dialog .tod-header {
  display: flex;
  font-size: 10px;
  background-color: var(--grey-lighter);
  height: 20px;
  width: 100%;
  justify-content: space-between;
  padding-left: 5px;
  position: relative;
  z-index: 1000;
}
.search-modal .modal-dialog .tod-header .tod-nav {
  display: flex;
  height: 16px;
  align-self: center;
}
.search-modal .modal-dialog .tod-header .tod-nav .tod-nav-header {
  padding: 0;
  margin-right: 2px;
  border: none;
  background-color: var(--brand-blue);
  opacity: 0.6;
  height: 16px;
  width: 16px;
}
.search-modal .modal-dialog .tod-header .tod-nav .tod-nav-header:disabled {
  background-color: var(--grey-light);
}
.search-modal .modal-dialog .tod-header .tod-nav .tod-nav-header .tod-forward svg {
  transform: rotate(180deg);
}
.search-modal .modal-dialog .tod-header .tod-nav .tod-nav-text {
  margin-left: 5px;
  padding-left: 5px;
  border: none;
  border-left: 1px solid var(--grey-light);
  align-self: baseline;
  padding-right: 0px;
}
.search-modal .modal-dialog .tod-header .tod-nav button.tod-nav-text:hover {
  text-decoration: underline;
  color: var(--link-hover);
}
.search-modal .modal-dialog .tod-header .tod-nav span svg {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
.search-modal .modal-dialog .tod-header .tod-nav span svg path {
  fill: var(--input-bg);
}
.search-modal .modal-dialog .tod-header .tod-nav .tod-nav-icon svg {
  transform: rotate(270deg);
  height: 6px;
  width: 6px;
  vertical-align: middle;
}
.search-modal .modal-dialog .tod-header .tod-nav .tod-nav-icon svg path {
  fill: var(--text-color);
}
.search-modal .modal-dialog .tod-header .tod-helptext {
  color: var(--brand-blue);
  background-color: var(--brand-xx-light-blue);
  padding: 2px 5px;
  align-self: center;
  border: 1px solid var(--brand-blue);
  border-radius: 10px;
  margin-right: 20px;
}
.search-modal .modal-dialog .tod-header .tod-helptext .bold-text {
  font-weight: 600;
}
.search-modal .modal-dialog .all-selected {
  background-color: var(--grey-lighter);
  font-size: 12px;
  width: 100%;
  padding: 3px;
  top: 0;
  margin: 0;
}
.search-modal .modal-dialog .warning {
  font-size: 12px;
  width: 100%;
  padding: 3px;
  top: 0;
  margin: 0;
  background-color: #f2dede;
  border: 1px solid var(--state-danger-text);
  color: var(--state-danger-text);
}
.search-modal .modal-dialog .search-tod {
  height: 335px;
}
@media only screen and (max-height: 900px) {
  .search-modal .modal-dialog .search-tod {
    height: 265px;
  }
}
.search-modal .modal-dialog .search-tod .checkbox-wrapper {
  align-items: baseline;
}
.search-modal .modal-dialog .search-tod .tod-container {
  background-color: var(--modal-bg);
  display: flex;
  flex-direction: row;
  height: 310px;
  overflow-y: auto;
  border: 1px solid var(--grey-light);
}
@media only screen and (max-height: 900px) {
  .search-modal .modal-dialog .search-tod .tod-container {
    height: 240px;
  }
}
.search-modal .modal-dialog .search-tod .tod-container .tod-section {
  margin-top: 0;
}
.search-modal .modal-dialog .search-tod .tod-container .select-all-checkbox {
  border-bottom: 1px solid var(--grey-lighter);
  padding: 4px;
  display: flex;
  accent-color: var(--brand-blue);
}
.search-modal .modal-dialog .search-tod .tod-container .select-all-checkbox .select-all-label {
  margin-left: 5px;
}
.search-modal .modal-dialog .search-tod .tod-container .searchable-tod-line .tod-line-expand {
  border: none;
  padding: 0;
  margin-left: -12px;
}
.search-modal .modal-dialog .search-tod .tod-container .searchable-tod-line .tod-line-expand svg {
  transform: rotate(-90deg);
}
.search-modal .modal-dialog .search-tod .tod-container a {
  margin: 0px 5px;
}
.search-modal .modal-dialog .search-tod .tod-container span {
  padding-left: 5px;
}
.search-modal .modal-dialog .search-tod .tod-container .checkbox-wrapper {
  display: inline-flex;
  padding-left: 7px;
  padding-right: 0;
}
.search-modal .modal-dialog .search-tod .tod-container .checkbox-wrapper input {
  height: 11px;
  width: 11px;
  accent-color: var(--brand-blue);
}
.search-modal .modal-dialog .search-tod .tod-container li {
  border-bottom: 1px solid var(--grey-lighter);
  padding: 1px 4px;
}
.search-modal .modal-dialog .search-tod .tod-container .search-tod-line {
  border-bottom: 1px solid var(--grey-lighter);
  padding-bottom: 5px;
}
.search-modal .modal-dialog .search-tod .tod-container .tod-col-primary {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 30px;
  padding-top: 5px;
}
.search-modal .modal-dialog .search-tod .tod-container .tod-col-secondary {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 5px;
  padding-right: 30px;
}
.search-modal .modal-dialog .search-tod .tod-container .tod-col-secondary .secondary {
  list-style-type: none;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-modal .modal-dialog .search-tod .tod-container .tod-col-secondary .new-amended-link {
  margin-top: 0;
  margin-left: 25px;
}
.search-modal .modal-dialog .search-tod .tod-container .news {
  pointer-events: none;
  text-decoration: none;
}
.search-modal .modal-dialog .search-tod .tod-container .timeline {
  pointer-events: none;
  text-decoration: none;
}
.search-modal .modal-dialog .search-tod .tod-container .srv {
  pointer-events: none;
  text-decoration: none;
}
.search-modal .modal-dialog .search-tod .tod-loader {
  padding: 5px;
}
.search-modal .modal-dialog .search-tod .tod-doc-container {
  padding-top: 0;
}
.search-modal .modal-dialog .search-tod .tod-doc-container input {
  accent-color: var(--brand-blue);
}
.search-modal .modal-dialog .search-tod .tod-doc-container .tod-doc-list {
  margin-bottom: 0;
}
.search-modal .modal-dialog .search-tod .tod-doc-container .tod-doc-list li a {
  pointer-events: none;
}
.search-modal .modal-dialog .search-tod .tod-list-title {
  padding-left: 10px;
  margin-bottom: 0;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 18px;
}
.search-modal .modal-dialog .search-tod .tod-page-header {
  width: 90.5%;
  padding: 5px 5px 5px 15px;
  border-bottom: 1px solid var(--grey-light);
  position: relative;
}
.search-modal .modal-dialog .search-tod .tod-page-header .tod-page-title {
  font-size: 18px;
}
.search-modal .modal-dialog .search-tod .tod-page-content {
  background-color: var(--modal-bg);
  position: relative;
  padding-top: 68px;
  display: flex;
  flex-direction: row;
  height: 320px;
  width: 100%;
  margin-bottom: -40px;
  overflow-y: auto;
  border: 1px solid var(--grey-light);
  border-top: none;
}
@media only screen and (max-height: 900px) {
  .search-modal .modal-dialog .search-tod .tod-page-content {
    height: 250px;
  }
}
.search-modal .modal-dialog .search-tod .tod-page-content .tod-index-panel {
  width: 150px;
  border-right: 1px solid var(--brand-extra-light-blue);
}
.search-modal .modal-dialog .search-tod .tod-page-content .tod-index-panel .child-families {
  gap: 5px;
  display: flex;
  flex-direction: column;
  max-width: 96%;
}
.search-modal .modal-dialog .search-tod .tod-page-content .tod-index-panel .child-families button {
  text-overflow: ellipsis;
  max-width: 96%;
  white-space: nowrap;
  overflow: hidden;
}
.search-modal .modal-dialog .search-tod .tod-page-content .tod-index-panel-control {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  height: 25px;
  background-color: var(--brand-extra-light-blue);
  padding: 0 8px;
  top: 0px;
  position: sticky;
  z-index: 0;
  cursor: ew-resize;
}
.search-modal .modal-dialog .search-tod .tod-page-content .tod-index-item-container {
  padding: 1px;
}
.search-modal .modal-dialog .search-tod .tod-page-content .tod-index-item-list .tod-item-btn {
  font-size: 12px;
  padding: 2px 10px;
}
.search-modal .modal-dialog .rod {
  margin-top: -6px;
  border: 0px solid var(--grey-light);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-modal .modal-dialog .rod h2 {
  background-color: var(--grey-lighter);
  font-size: smaller;
  width: 100%;
  padding: 5px 15px;
  position: sticky;
  top: -5px;
  z-index: 4;
  margin: 0;
}
.search-modal .modal-dialog .rod .no-rod {
  text-align: center;
  color: #555555;
  padding-top: 10px;
}
.search-modal .modal-dialog .rod .rod-checkbox {
  padding: 5px;
  padding-left: 30px;
  border-bottom: 1px solid var(--grey-lighter);
  margin-left: 10px;
}
.search-modal .modal-dialog .rod .rod-checkbox:hover {
  background-color: var(--dropdown-menu-hover);
}
.search-modal .modal-dialog .rod .rod-checkbox.all-rod {
  margin-left: 1px;
}
.search-modal .modal-dialog .rod .rod-checkbox.all-rod label {
  font-weight: 600;
}
.search-modal .modal-dialog .rod .rod-checkbox #abbrevs {
  padding-left: 5px;
  color: var(--text-muted);
}
.search-modal .modal-dialog .rod .rod-checkbox input {
  width: 10px;
  height: 10px;
  left: 30px;
  accent-color: var(--brand-blue);
}
.search-modal .modal-dialog .rod .rod-checkbox label {
  font-weight: 500;
}
.search-help-modal .modal-content {
  max-height: 745px;
  overflow-y: auto;
}
.search-help-modal .modal-content::-webkit-scrollbar {
  width: 7px;
}
.search-help-modal .modal-content::-webkit-scrollbar-track {
  background: var(--input-bg);
}
.search-help-modal .modal-content::-webkit-scrollbar-thumb {
  background: var(--grey-light);
  border-radius: 15px;
}
.search-help-modal .modal-content::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
@media only screen and (max-height: 900px) {
  .search-help-modal .modal-content {
    max-height: 95vh;
  }
}
.search-help-modal .modal-dialog {
  position: fixed;
  top: 18%;
  left: 65%;
  transform: translate(-50%, -50%);
  width: 394px;
  padding-bottom: 2px;
}
@media only screen and (max-height: 900px) {
  .search-help-modal .modal-dialog {
    top: 20%;
    max-height: 95vh;
  }
}
.search-help-modal .modal-dialog .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-help-modal .modal-dialog .modal-header .help-header-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  padding-top: 2px;
}
.search-help-modal .modal-dialog .modal-header .help-header-title span svg {
  height: 20px;
  width: 20px;
  padding-right: 5px;
  padding-top: 5px;
}
.search-help-modal .modal-dialog .modal-header .help-header-title span svg path {
  fill: var(--text-muted);
}
.search-help-modal .modal-dialog .search-help-body {
  border: none;
  background-color: var(--modal-bg);
  margin: 3px 0;
}
.search-help-modal .modal-dialog .search-help-body .search-step {
  margin: 11px 0px 11px;
}
.search-help-modal .modal-dialog .search-help-body .search-step .search-step-title {
  margin-bottom: 2px;
  padding-bottom: 3px;
}
.search-help-modal .modal-dialog .search-help-body h3 {
  font-size: 12px;
  font-weight: 600;
  margin: 3px 0;
  padding-bottom: 3px;
}
.search-help-modal .modal-dialog .search-help-body p {
  font-size: 12px;
}
.search-help-modal .modal-dialog .search-help-body ol,
.search-help-modal .modal-dialog .search-help-body ul {
  font-size: 12px;
  padding-left: 12px;
}
.search-help-modal .modal-dialog .search-help-body .help-title-text {
  font-weight: 600;
  margin-top: 3px;
}
.search-help-modal .modal-dialog .search-help-body .optional-step {
  list-style-type: lower-alpha;
}
#mode-help {
  float: none;
  position: static;
  z-index: 1100;
  display: block;
}
#mode-help .popover-content {
  padding: 4px;
}
#mode-help .search-step {
  width: 100%;
  margin: 0px;
}
#doc-open-btn {
  position: relative;
  display: inline-block;
  margin-top: -7px;
  padding: 8px 15px;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 11px;
  color: #000000;
}
#doc-open-btn:hover {
  border: 1px solid var(--btn-primary-border);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#doc-open-btn:active {
  background-color: #505fab;
}
.doc-search-container {
  width: 100%;
  overflow-y: scroll;
}
.doc-search-container > thead {
  height: 25%;
}
.doc-search-container > tbody {
  height: 270px;
  display: block;
  margin-top: -10px;
  overflow-y: scroll;
}
.result-header {
  font-weight: bold;
  margin-top: 10px;
  cursor: auto;
}
.result-header:hover {
  color: black;
}
tbody > .doc-search-item {
  width: 101%;
}
.doc-search-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 5px;
}
.doc-search-item:hover {
  color: #0b008b;
  background-color: #dbdbdb;
  cursor: pointer;
}
.doc-search-item:hover .matched-query {
  background-color: yellow;
}
.doc-search-abbrev {
  display: flex;
  width: 10%;
  justify-content: left;
}
.doc-search-title {
  display: flex;
  min-width: 70%;
  text-align: left;
  padding: 0px 10px;
}
.doc-search-fam {
  display: flex;
  width: 10%;
  text-align: left;
}
.doc-search-status {
  display: flex;
  width: 5%;
  justify-content: left;
}
.doc-search-sectioned {
  border-top: 1px solid black;
  margin-top: 0;
}
#highlighted {
  background: var(--highlight-bg);
}
.matched-query {
  background: var(--highlight-titlematch-bg);
}
.table-divider {
  border-bottom: 1px solid black;
  margin-top: 10px;
  margin-bottom: 15px;
}
.doc-finder-modal .modal-dialog {
  display: flex;
  flex-direction: column;
  width: 98%;
  height: 500px;
}
.doc-finder-modal .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--modal-bg);
}
.doc-finder-modal .modal-dialog .modal-content .modal-search {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
.doc-finder-modal .modal-dialog .modal-content .modal-search .form-control {
  flex: 0 0 45%;
}
.doc-finder-modal .modal-dialog .modal-content .modal-search form {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: end;
  align-items: flex-end;
}
.doc-finder-modal .modal-dialog .modal-content .modal-search form label {
  padding: 0px 15px;
}
.doc-finder-modal .modal-dialog .modal-content .modal-search > .btn-reset {
  padding-left: 10px;
}
.doc-finder-modal .modal-dialog .modal-content .modal-search > .btn-reset > .btn-outline-secondary {
  border: 1px solid #e1e1e1;
  background-color: var(--modal-bodybg);
}
.doc-finder-modal .modal-dialog .modal-content .modal-footer {
  position: absolute;
  bottom: 0px;
  height: auto;
  width: 100%;
  text-align: left;
  font-size: 11px;
}
.status-input {
  margin: 0 15px;
}
.recent-docs {
  padding-top: 10px;
}
.recent-docs .recent-doc {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.recent-docs .recent-doc .recent-doc-abbrev {
  color: var(--text-muted);
  padding-left: 5px;
}
.recent-docs {
  max-height: 226px;
  min-height: 225px;
  overflow-y: scroll;
}
.doc-finder-modal .box-head {
  z-index: 2;
  height: 70px;
}
.doc-finder-modal h2 {
  margin-top: 10px;
  font-size: 22px;
}
.doc-finder-modal .recent-docs {
  margin-top: -38px;
  padding-top: 5px;
}
.retrieving-msg {
  display: flex;
  flex-direction: row;
}
.loading-spinner {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px dotted var(--btn-primary-border);
  animation-name: spinner;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loading-spinner .inner-spinner {
  height: 10px;
  width: 10px;
  background-color: #eeeeee;
  transform: rotate(45deg);
  z-index: 1100;
}
@-moz-keyframes spinner {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.key-selector-helper-text {
  display: flex;
  flex-direction: row;
  white-space: pre;
}
#organisation-container > h2 {
  border: 3px solid #dadff3;
  border: 3px solid var(--brand-extra-light-blue);
  padding: 25px;
}
.organisation-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.organisation-tabs {
  min-width: 250px;
  margin-right: 50px;
}
.organisation-details-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.users-info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 25px;
}
.disclaimer {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
  font-size: 14px;
  padding: 10px;
  margin: 10px 0px;
}
.organisation-user-container {
  width: 100%;
  max-width: calc(90vw - 250px);
}
.organisation-user-container .large.admin-table.with-paging .table-responsive {
  max-height: none;
}
.organisation-user-container table {
  font-size: 14px;
}
.projects-tab-container {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.user-details-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.user-details-header h2 {
  font-size: 18px;
  margin: 15px 0;
}
.user-details-header h2 .user-name {
  font-weight: bold;
  display: block;
}
.user-details-header .btn-primary {
  align-self: center;
}
.user-details-flags .flag {
  display: inline;
  margin-right: 5px;
}
.user-details-table {
  width: 100%;
}
.user-details-table th {
  width: 25%;
}
.user-details-table .training-list {
  max-height: 75px;
  overflow: auto;
}
.user-details-table .training-list .unattended {
  color: #916e36;
}
.user-edit-add-form {
  display: flex;
  flex-direction: column;
}
.user-edit-add-form label {
  display: flex;
  flex-direction: column;
}
.user-edit-add-form label input {
  min-height: 15px;
}
.user-edit-add-form label select {
  min-height: 33px;
}
.user-edit-add-form label p {
  font-weight: normal;
}
.add-user.modal .modal-body,
.edit-user.modal .modal-body {
  overflow-y: scroll;
  height: 550px;
}
.anchor-btn,
.anchor-btn-disabled {
  background-color: transparent;
  border: transparent;
  color: var(--link-color);
  text-align: left;
}
.anchor-btn:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
.little-edit-modal,
.change-password-moda {
  background-color: rgba(0, 0, 0, 0.5);
}
.little-edit-modal .modal-body,
.change-password-moda .modal-body {
  display: flex;
  flex-direction: column;
}
.little-edit-modal .modal-body label,
.change-password-moda .modal-body label {
  display: flex;
  flex-direction: column;
}
.user-history th,
td {
  max-width: 600px;
}
.notes-display {
  white-space: pre-line;
}
.password-reset-count {
  display: flex;
}
.user-email-reset {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding-left: 5px;
  margin-top: 10px;
}
.user-email-reset .form-control-plaintext {
  border: none;
  width: 50%;
  margin-left: 20px;
}
.rbs4.admin #admin-filter {
  padding: 7px;
  background-color: #eee;
  background-color: var(--grey-lighter);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.rbs4.admin #admin-filter .search {
  position: relative;
}
.rbs4.admin #admin-filter .items-count {
  display: flex;
  align-items: center;
  margin: 0 15px 0 -5px;
  height: 30px;
  font-size: 12px;
}
.rbs4.admin #admin-filter .admin-group-warning {
  align-self: end;
}
.rbs4.admin .actions-dropdown {
  margin: 0;
}
.rbs4.admin .dropdown-basic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rbs4.admin .dropdown-basic .caret {
  margin-left: 2px;
}
.rbs4.admin .rbs4 .close {
  float: none;
  padding: 1px 6px;
}
.selected-list-container {
  margin-bottom: 15px;
}
.selected-list {
  max-height: 100px;
  overflow-y: scroll;
  border: 1px solid #999999;
  padding: 5px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #fff;
  background: var(--body-bg);
}
.item-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px;
}
.item-list .form-control {
  width: 90%;
  margin-right: 5px;
}
.option-list {
  margin-top: 3px;
  margin-bottom: 6px;
}
.table-container .simple-table table {
  background-color: #eee;
  background-color: var(--modal-bodybg);
}
.admin-header .add-user-container {
  display: flex;
  justify-content: center;
}
#add-user {
  color: #0b008b;
  color: var(--link-color);
  cursor: pointer;
}
#add-user .add-user-container {
  border: none;
  padding: 0;
}
#add-user .add-user-container:focus {
  color: #2a6496;
}
#add-user .add-user-container .anchor-btn {
  color: var(--link-color);
  padding: 0px;
  font-weight: bold;
  text-align: left;
}
#add-user .add-user-container .anchor-btn:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
#add-user .add-user-container .anchor-btn:focus {
  background-color: transparent;
}
.add-user-btns-container {
  display: flex;
  flex-direction: row;
}
.add-user-btns-container > .import-users {
  margin-left: 10px;
}
.reassign-anno-modal #admin-filter {
  margin-bottom: 10px;
}
.reassign-anno-modal .admin-table .table-responsive table th {
  padding-left: 0;
}
.reassign-anno-modal .admin-table .table-responsive table td {
  padding: 0;
}
.annotation-selected-users {
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.alert-list {
  display: flex;
  flex-direction: column;
}
.checked-highlight {
  background-color: #eee;
  background-color: var(--grey-lighter);
}
.multigroup-warning,
.project-anno-warning {
  font-weight: normal;
  background-color: yellow;
  color: black;
}
.admin-helper-text {
  padding-top: 15px;
  padding-left: 20px;
  font-size: 12px;
  font-style: italic;
}
.anno-reassign-label {
  display: flex;
  flex-direction: row;
}
.user-history-table {
  border: 1px solid #ccc;
  table-layout: fixed;
  min-width: 80%;
}
.user-history-table tr {
  min-height: 15px;
}
.user-history-table tr td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px;
}
.user-history-table tr .user-history-event {
  min-width: 70%;
}
.change-password-modal .invalid-feedback {
  display: block;
}
.calendar-picker .react-datepicker__day-name,
.calendar-picker .react-datepicker__day {
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 4px 5px;
}
.calendar-picker .react-datepicker__current-month,
.calendar-picker .react-datepicker-time__header,
.calendar-picker .react-datepicker-year-header {
  font-size: 12px;
}
.calendar-picker .react-datepicker__header {
  border-bottom: none;
  background-color: white;
}
.calendar-picker .react-datepicker__triangle {
  display: none;
}
.calendar-picker.react-datepicker {
  font-size: 12px;
}
.picon.internal {
  position: absolute;
  top: 8px;
  right: 6px;
}
.picon.grey {
  color: #cccccc;
}
.picon.dark-grey {
  color: var(--grey-darker);
}
.picon.blue {
  color: #30588c;
}
.picon.red {
  color: #b94a48;
}
.picon.white {
  color: white;
}
.picon.black {
  color: black;
}
.picon.light-blue {
  color: #7683c6;
}
.picon.lighter-blue {
  color: #dadff3;
}
.picon.titlebar-blue {
  color: #505fab;
}
.picon.green {
  color: green;
}
.picon.left {
  margin-right: 5px;
}
.picon.left-small {
  margin-right: 2px;
}
.picon.right {
  margin-left: 5px;
}
.picon.top {
  top: 3px;
}
.picon.bottom {
  margin-bottom: 3px;
}
.picon.outline {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--text-color);
  text-shadow: -1px -1px 0 var(--text-color), 1px -1px 0 var(--text-color), -1px 1px 0 var(--text-color), 1px 1px 0 var(--text-color);
}
.picon.fine-outline {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-color);
  text-shadow: -0.5px -0.5px 0 var(--text-color), 0.5px -0.5px 0 var(--text-color), -0.5px 0.5px 0 var(--text-color), 0.5px 0.5px 0 var(--text-color);
}
.picon.outline-white {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
.picon.lg {
  font-size: 18px;
}
.picon.md {
  font-size: 14px;
}
.picon.sm {
  font-size: 7px;
}
.rbs4 .btn-link .picon {
  display: inline-block;
}
.bounced-flag > .flag-flagged > .picon {
  color: #8b9aeb;
}
.editable-flag {
  cursor: pointer;
}
.dropup,
.dropdown {
  margin: 3px;
}
.arrow {
  line-height: 1.1;
}
.arrow-left {
  margin-left: 5px;
}
.arrow-right {
  margin-right: 5px;
}
.loader {
  border: 5px solid #f3f3f3;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.table-responsive .table tbody:last-child tr:last-child > td.loader:last-child {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.table .loader-overlay {
  top: 0;
}
.loader-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-overlay.full-screen {
  position: fixed;
  top: 0;
  left: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.simple-table table {
  background-color: var(--modal-bg);
}
.rbs4 .table td,
.rbs4 .table th {
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-table.with-paging .table-responsive {
  max-height: calc(95vh - 180px);
}
.large.admin-table.with-paging .table-responsive {
  max-height: calc(90vh - 250px);
}
.large.admin-table .table-responsive {
  max-height: calc(95vh - 250px);
}
.popup-table.admin-table .table-responsive {
  max-height: 100%;
}
.admin-table .admin-header {
  display: none;
}
.admin-table .table-responsive {
  min-height: calc(550px - 95vh);
  max-height: calc(97vh - 180px);
  overflow-y: auto;
  margin-top: 2px;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
}
.admin-table .table-responsive table {
  width: 100%;
  table-layout: auto;
  border: none;
  background-color: var(--body-bg);
  border-radius: 4px;
  margin: 0;
  padding: 10.5px 0;
}
.admin-table .table-responsive table th {
  position: sticky;
  top: 0;
  background-color: var(--body-bg);
  z-index: 2;
}
.admin-table .table-responsive table th,
.admin-table .table-responsive table td {
  border-left: none;
  border-right: none;
  vertical-align: middle;
}
.admin-table .table-responsive table .sort-icons {
  flex-flow: column wrap;
  display: inline-block;
}
.admin-table .table-responsive table .sort-icons .dropup,
.admin-table .table-responsive table .sort-icons .dropdown {
  display: flex;
}
.admin-table .table-responsive table .is-admin {
  margin-left: 5px;
}
.admin-table .table-responsive .flag {
  margin: 2px 0;
  width: fit-content;
}
.rbs4 .form-control.sm {
  height: 30px;
  padding: 2px 6px;
}
.rbs4 .pagination-control {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 12px;
}
.rbs4 .pagination-control .pagination li {
  margin: 0;
}
.rbs4 .pagination-control .page-select .form-control {
  height: 24px;
  padding: 4px 8px;
  font-size: 10px;
}
.rbs4 .pagination-control .page-select label {
  margin-bottom: 0;
}
.rbs4 .pagination-control .pagination {
  justify-content: center;
  flex: 1;
  margin: 0;
}
.rbs4 .pagination-control .pagination .page-link {
  color: var(--text-color);
  background-color: transparent;
  border-color: #999;
  border-width: thin;
  padding: 0.5rem 1.5rem;
}
.rbs4 .pagination-control .pagination .page-item.active {
  background-color: var(--grey-light);
  color: var(--text-muted);
  font-weight: 900;
  z-index: inherit;
}
.rbs4 .pagination-control .pagination .page-link[disabled] {
  color: var(--grey-darker);
  border-color: var(--grey-light);
}
.rbs4 .pagination-control .pagination .page-link > span {
  display: flex;
}
.rbs4 .page-select {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rbs4 .page-select .form-control {
  width: 80px;
  margin: 0px 0px 0px 10px;
}
.flag-table {
  max-height: 300px;
  overflow: auto;
}
.flag-table table {
  table-layout: auto;
}
.flag-table table td,
.flag-table table th {
  max-width: 300px;
}
.flag-table table .flag-action {
  padding-left: 0;
}
.message-error {
  padding-top: 5px;
}
.non-paned .rbs4 .main-content .container .rbs4.admin .admin-header,
.non-paned .rbs4 .messages .rbs4.admin .admin-header {
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.non-paned .rbs4 .main-content .container .rbs4.admin .admin-header .btn-primary,
.non-paned .rbs4 .messages .rbs4.admin .admin-header .btn-primary {
  align-self: center;
  margin-right: 5px;
}
.anchor-disabled:hover {
  color: #0b008b;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
.checkbox-wrapper:hover {
  background-color: var(--rbs4-btn-link-hover);
}
.with-padding .checkbox-wrapper {
  margin: -8px 0;
}
.checkbox-wrapper {
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
.checkbox-wrapper .checkbox-label {
  margin-left: 5px;
}
.checkbox-wrapper:hover input[type='checkbox'] {
  filter: brightness(85%);
}
.checkbox-wrapper input[type='checkbox'] {
  cursor: pointer;
  margin: 0;
}
.rbs4 .progress {
  height: 30px;
  margin: 5px 0;
  width: 100%;
}
.rbs4 .progress-bar {
  font-size: 15px;
}
.upload-progress {
  margin: -10px 0 10px 0;
  display: flex;
  align-items: center;
}
.progress-total-uploads {
  white-space: nowrap;
}
.progress-total-uploads span {
  margin-right: 15px;
}
.data-table {
  position: relative;
}
.centered-flex {
  display: flex;
  align-items: center;
}
tr > .no-results-msg {
  text-align: center;
  font-weight: bold;
}
.rbs4.content {
  position: fixed;
  top: 40px;
  bottom: 40px;
  min-width: 100%;
  min-width: -moz-available;
  min-width: -webkit-fill-available;
  min-width: fill-available;
}
.rbs4 .modal-footer .btn-link {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
}
.rbs4 .btn-link {
  border-radius: 5px;
}
.rbs4 .btn-link:hover,
.rbs4 .btn-link:focus {
  background-color: var(--rbs4-btn-link-hover);
}
.rbs4.modal.white .modal-body {
  border: none;
  background-color: white;
  padding: 0;
}
.rbs4.modal .modal-header {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: var(--popover-title);
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.rbs4.modal .close {
  position: absolute;
  top: 4px;
  right: 2px;
  border: 0;
  background-color: transparent;
  color: #666;
  padding: 5px 10px;
}
.rbs4.modal .close:hover,
.rbs4.modal .close:focus {
  background-color: var(--btn-mid-bg-hover);
  text-decoration: none;
  cursor: pointer;
}
.rbs4.modal h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.rbs4.modal .grey-body {
  padding: 5px 10px;
  background-color: var(--modal-bg);
  border: 1px solid #e1e1e1;
  font-size: 13px;
}
.rbs4.modal .semi-footer {
  padding-top: 15px;
  font-size: 13px;
  background-color: var(--modal-bg);
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.annotation-body-wrapper {
  display: inline-block;
  width: 100%;
}
#annotationBody {
  display: inline-block;
  height: 150px;
  overflow: auto;
}
.react-draggable .modal-title {
  cursor: move;
  width: 100%;
}
.popover-overlay-content {
  display: inline-block;
}
a.flag-link:hover {
  text-decoration: none;
}
.has-annos .dd-flag-anno {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.has-annos .dd-flag-anno:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.anno-table .admin-table .table-responsive {
  border: none;
}
.modal-footer-checkbox {
  float: left;
  margin-left: 10px;
}
.info-text-alert {
  padding: 10px 5px;
}
.multiselect-option,
.multiselect-option-child,
.multiselect-option-grandchild {
  display: flex;
  align-items: center;
}
.multiselect-option label,
.multiselect-option-child label,
.multiselect-option-grandchild label {
  margin: 0 0 0 3px;
}
.multiselect-option input,
.multiselect-option-child input,
.multiselect-option-grandchild input {
  margin: 0;
}
.multiselect-option-child input {
  margin-left: 15px;
}
.multiselect-option-grandchild input {
  margin-left: 30px;
}
#toaster-notifications {
  position: fixed;
  left: 0;
  margin-left: 10px;
  top: 10px;
  z-index: 300000000;
}
#toaster-notifications .toast.show {
  animation: float-down 0.5s ease-in-out;
}
@keyframes float-down {
  0% {
    top: 100%;
    transform: translateY(-100%);
  }
  100% {
    top: 0;
    transform: translateY(0);
  }
}
#toaster-notifications .toast {
  width: 680px;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: 10px;
  border-radius: 6px;
  color: white;
  padding: 15px;
  display: flex !important;
  justify-content: space-between;
}
#toaster-notifications .toast button {
  display: flex;
  align-items: center;
  background-color: inherit;
  border: none;
  margin: -4px -6px;
  padding: 4px 6px;
  color: inherit;
}
#toaster-notifications .toast button:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
#toaster-notifications .toast-danger {
  background-color: #b94a48;
}
#toaster-notifications .toast-warning {
  background-color: #916e36;
}
#toaster-notifications .toast-info {
  background-color: #3a87ad;
}
#toaster-notifications .toast-success {
  background-color: #387239;
}
#instance-chip,
#solr-chip {
  max-width: 65px;
  width: fit-content;
  float: right;
  margin: 5px;
}
#instance-chip .chip,
#solr-chip .chip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#instance-chip {
  top: 6px;
}
.chip {
  font-size: 11.5px;
  font-weight: bold;
  word-wrap: normal;
  text-align: center;
  color: #ffffff;
  background: #505fab;
  border-radius: 5px;
  line-height: 12px;
  padding: 3px 5px;
  margin: auto;
}
.chip-green {
  background-color: green;
}
.chip-dark-grey {
  background-color: #666;
}
.chip-grey {
  background-color: var(--brand-extra-light-blue);
  color: #000;
}
.dropdown-menu > hr {
  margin: 5px 0px;
}
.version-container {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  padding-left: 9px;
}
.version-container .perspective-version {
  display: flex;
  flex: 2;
  word-wrap: normal;
  font-size: 11.5px;
  font-weight: bold;
  color: #999;
}
.version-container .chip {
  margin-right: 8px;
}
#title-favourite {
  margin-left: 8px;
  color: #d5e3ee;
  cursor: pointer;
  align-self: center;
}
.favourite-name {
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100%);
}
.favourite-delete {
  cursor: pointer;
}
.favourite-list {
  height: 100%;
  overflow-y: scroll;
}
.new-doc-link {
  color: var(--text-color);
  cursor: pointer;
}
.no-bullets {
  list-style-type: none;
  margin-left: -15px;
}
.hide-scrollbars {
  scrollbar-width: none;
  /* FireFox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.hide-scrollbars::-webkit-scrollbar {
  background: transparent;
  /* Chrome/Safari/Webkit */
  width: 0px;
}
.extraButton-link {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.moreDocs-link {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.favourites-table.admin-table .table-responsive {
  overflow-x: hidden;
}
.favourites-table.admin-table .table-responsive table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-left: 15px;
  width: 100%;
}
.favourites-table.admin-table .table-responsive table thead > tr {
  display: flex;
  justify-content: space-between;
  margin: 0px 40px;
  width: 91%;
}
.favourites-table.admin-table .table-responsive table thead > tr th {
  min-width: 195px;
  border: none;
}
.favourites-table.admin-table .table-responsive table thead > tr th:first-child {
  min-width: 300px;
  flex-grow: 2;
}
.favourites-table.admin-table .table-responsive table thead > tr th:last-child {
  justify-content: right;
  text-align: right;
}
.favourites-table.admin-table .table-responsive table .moveable-item {
  min-height: 55px;
  width: 95%;
  border: 1px solid var(--brand-extra-light-blue);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  margin: 10px;
}
.favourites-table.admin-table .table-responsive table .moveable-item td {
  border: none;
  display: flex;
  align-items: center;
  min-width: 195px;
}
.favourites-table.admin-table .table-responsive table .moveable-item.isDragging td {
  text-decoration: none;
  color: #999;
}
.favourites-table.admin-table .table-responsive table .moveable-item.isDragging td a {
  text-decoration: none;
  color: #999;
}
.favourites-table.admin-table .table-responsive table .moveable-item td:first-child {
  min-width: 28px;
}
.favourites-table.admin-table .table-responsive table .moveable-item td:nth-child(2) {
  min-width: 300px;
  margin-right: auto;
  flex-grow: 2;
}
.favourites-table.admin-table .table-responsive table .moveable-item td:last-child {
  justify-content: right;
}
.favourites-table.admin-table .table-responsive table .moveable-item:first-child {
  margin-top: 0;
}
.favourites-table.admin-table .table-responsive table .dnd-grip {
  cursor: grabbing;
}
.favourites-table.admin-table .table-responsive table .dnd-grip.disabled {
  cursor: auto;
}
.orderable-sort-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--brand-extra-light-blue);
}
.orderable-sort-container p {
  margin: 0 15px 0 25px;
  font-weight: bold;
}
.orderable-sort-container button {
  margin-right: 10px;
  color: #000;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.orderable-sort-container .selected {
  color: #fff;
  background-color: #505fab;
  border-color: #505fab;
}
.orderable-sort-container .selected:hover {
  background-color: var(--btn-primary-border);
  border-color: var(--btn-primary-border);
}
A:hover {
  color: var(--link-hover);
}
#confirm-modal .modal-body {
  max-height: 375px;
  overflow-y: auto;
}
#confirm-modal .user-group-warning-title {
  font-size: 14px;
  margin-bottom: 14px;
}
#confirm-modal li.user-group-alert {
  list-style-type: none;
  border-bottom: solid 1px var(--grey-light);
  margin-bottom: 10px;
}
#confirm-modal li.user-group-alert .user-group-name {
  font-weight: bold;
  margin-right: 12px;
}
#confirm-modal li.user-group-alert .user-group-alert-text {
  margin-left: 15px;
}
#confirm-modal li.user-group-alert:last-child {
  border-bottom: none;
  margin-bottom: 5.25px;
}
.react-hook-form-modal {
  z-index: 1050;
}
.react-hook-form-modal .modal-content {
  margin-top: 200px;
  margin-left: -250px;
  height: auto;
  overflow-y: auto;
  width: auto;
}
.react-hook-form-modal .modal-content .modal-header .close {
  margin-top: -18px;
}
.react-hook-form-modal .modal-content .modal-body {
  background: none;
  border: none;
  padding: 5px 0px;
  min-height: 365px;
  min-width: 828px;
}
.react-hook-form-modal .modal-content .modal-body .react-hook-form-fields {
  display: grid;
  margin: 16px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.react-hook-form-modal .modal-content .modal-body .react-hook-form-fields label {
  padding-right: 5px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.react-hook-form-modal .modal-content .modal-body .react-hook-form-fields input {
  border: 1px solid var(--grey-light);
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
  box-shadow: none;
  width: 405px;
  margin-bottom: 10px;
}
.react-hook-form-modal .modal-content .modal-body .react-hook-form-fields input[type='checkbox'] {
  margin-right: 5px;
  width: fit-content;
}
.react-hook-form-modal .modal-content .modal-body .react-hook-form-fields input:focus {
  border: 1px solid #73aee7;
  outline: none;
}
.react-hook-form-modal .modal-content .modal-body .react-hook-form-fields .training-notes-textarea,
.react-hook-form-modal .modal-content .modal-body .react-hook-form-fields .billing-address-textarea,
.react-hook-form-modal .modal-content .modal-body .react-hook-form-fields .invoice-notes-textarea,
.react-hook-form-modal .modal-content .modal-body .react-hook-form-fields .profile-textarea {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.react-hook-form-modal .modal-content .modal-body .error {
  color: var(--state-danger-text);
}
.react-hook-form-modal .modal-content .modal-body .warning {
  color: var(--state-warning-text);
}
.react-hook-form-modal .modal-content .modal-body .button-link {
  border: none;
  text-decoration: underline;
  color: var(--link-color);
  float: right;
}
.react-hook-form-modal .modal-content .modal-body .button-link:hover {
  color: var(--link-hover);
}
.react-hook-form-modal .modal-content .modal-body .button-link.delete {
  color: var(--state-danger-text);
}
.react-hook-form-modal .modal-content .modal-body .date-inputs {
  display: flex;
  gap: 8px;
}
.react-hook-form-modal .modal-content .modal-body .date-inputs input {
  height: 25px;
  width: 40px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
/* Select Topic modal */
.select-topic.modal .modal-body {
  overflow-y: scroll;
  height: 450px;
}
.modal h5 {
  margin: 10px 0;
}
.modal .selection-controls input[type='button'] {
  margin-left: 5px;
}
.modal .topics-container {
  background-color: #fff;
  border: 1px solid #ccc;
  clear: both;
  padding: 20px;
  column-count: 3;
}
.modal .topics-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal .topics-container ul label,
.modal .topics-container ul .form-check {
  display: inline;
}
.modal .topics-container ul input[type='checkbox'] {
  margin-right: 5px;
}
.detail-block,
.detail-card {
  width: 90%;
  border: solid 1px var(--grey-light);
  background-color: var(--light-grey-bg);
  padding: 15px;
  margin: 20px 0;
}
.detail-block .block-header,
.detail-card .block-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.detail-block .block-header .block-title,
.detail-card .block-header .block-title {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  font-size: 18px;
}
.detail-block .block-header .block-title .extra-text,
.detail-card .block-header .block-title .extra-text {
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: var(--grey-mid);
  align-self: center;
  margin-left: 15px;
  margin-bottom: 0;
}
.detail-block .block-header .block-toggles .btn.btn-primary,
.detail-card .block-header .block-toggles .btn.btn-primary {
  background-color: #ddd;
  color: #0b008b;
  border: none;
}
.detail-block .block-header .block-toggles .btn.btn-primary.active,
.detail-card .block-header .block-toggles .btn.btn-primary.active {
  background-color: var(--link-color);
  color: var(--filter-btn-text);
}
.detail-block .block-header .block-toggles.btn-group input[type='radio'],
.detail-card .block-header .block-toggles.btn-group input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.detail-block .block-row,
.detail-card .block-row {
  display: flex;
  flex-direction: row;
  padding: 16px 0;
  border-bottom: solid 1px var(--grey-light);
}
.detail-block .block-row:last-child,
.detail-card .block-row:last-child {
  border-bottom: none;
  padding-bottom: 8px;
}
.detail-block .block-row .row-label,
.detail-card .block-row .row-label {
  display: flex;
  flex-direction: row;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: var(--grey-mid);
  width: 25%;
  letter-spacing: 1px;
  align-self: flex-start;
}
.detail-block .block-row .row-value,
.detail-card .block-row .row-value {
  width: 75%;
}
.detail-block .block-row .row-value .user-group-details,
.detail-card .block-row .row-value .user-group-details {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.detail-block .block-row .row-value .user-group-details:last-child,
.detail-card .block-row .row-value .user-group-details:last-child {
  margin-bottom: 0;
}
.detail-block .block-row .row-value .project-organisation-details,
.detail-card .block-row .row-value .project-organisation-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.detail-block .block-row .row-value .project-organisation-details .organisation-group,
.detail-card .block-row .row-value .project-organisation-details .organisation-group {
  margin-right: 65px;
}
.detail-block .block-row .row-value .project-organisation-details .organisation-group .organisation-name,
.detail-card .block-row .row-value .project-organisation-details .organisation-group .organisation-name {
  font-weight: bold;
}
.detail-block .block-row .row-value .project-organisation-details .organisation-group li,
.detail-card .block-row .row-value .project-organisation-details .organisation-group li {
  list-style-type: none;
  margin-left: -35px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.detail-block .block-row .row-edit,
.detail-card .block-row .row-edit {
  margin-left: auto;
  background: none;
  border: none;
  padding: 0;
  color: var(--link-color);
}
.detail-block .block-row .row-edit:hover,
.detail-card .block-row .row-edit:hover {
  text-decoration: underline;
  color: #3071a9;
}
.detail-block .block-body.disabled,
.detail-card .block-body.disabled {
  color: var(--grey-light);
}
.detail-block .block-body.disabled .row-label,
.detail-card .block-body.disabled .row-label {
  color: var(--grey-light);
}
.detail-block .block-body.disabled .row-edit,
.detail-card .block-body.disabled .row-edit {
  pointer-events: none;
  color: var(--grey-light);
}
.clear-history-section {
  display: flex;
  flex-direction: row;
  width: 90%;
  column-gap: 20px;
}
.clear-history-section .detail-card {
  display: flex;
  flex-direction: column;
}
.clear-history-section .detail-card .card-body {
  color: var(--grey-mid);
  letter-spacing: 1px;
  font-size: small;
  padding: 10px 0;
}
.clear-history-section .detail-card .btn.btn-primary {
  align-self: flex-end;
  background-color: var(--body-bg);
  color: var(--text-color);
  border-color: var(--grey-light);
}
.clear-history-section .detail-card .btn.btn-primary:hover {
  background-color: var(--brand-extra-light-blue);
}
.lozenge {
  display: flex;
  align-items: center;
  background-color: var(--grey-mid);
  color: var(--text-color-inverted);
  font-size: x-small;
  max-width: fit-content;
  padding: 3px 5px 1px 5px;
  border-radius: 6px;
  margin-left: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.jump-to-nav > a {
  margin: 0 10px;
  cursor: pointer;
}
.jump-to-nav > a:first-child {
  margin-left: 10px;
}
.jump-to-nav > a .block-body.disabled {
  color: var(--grey-light);
}
.jump-to-nav > a .block-body.disabled .row-label {
  color: var(--grey-light);
}
.jump-to-nav > a .block-body.disabled .row-edit {
  pointer-events: none;
  color: var(--grey-light);
}
.lozenge {
  display: flex;
  align-items: center;
  background-color: var(--grey-mid);
  color: var(--text-color-inverted);
  font-size: x-small;
  max-width: fit-content;
  padding: 3px 5px 1px 5px;
  border-radius: 6px;
  margin-left: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
#your-details,
#your-alerts,
#clear-history,
#your-projects {
  scroll-margin-top: 55px;
}
.news-alert-signup {
  display: flex;
  flex-direction: row;
}
.news-alert-signup .signup-message {
  margin-right: 5px;
}
.drag-drop {
  border: 2px dashed #7683c6;
  background-color: var(--drag-drop);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30588c;
  color: var(--brand-extra-dark-blue);
  font-size: x-large;
  cursor: pointer;
  width: 100%;
}
.drag-drop .picon {
  margin-left: 15px;
}
.drag-drop.drag {
  background-color: var(--brand-extra-light-blue);
  border: 3px dashed;
}
.drag-drop:hover {
  background-color: var(--drag-drop-hover);
  border: 3px dashed;
}
.file-info {
  margin: 10px 0 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.file-info span {
  margin-right: 10px;
}
.file-info button {
  margin-left: 10px;
}
.rbs4 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.rbs4 .collapse:not(.show) {
  display: none;
}
.rbs4 .collapse {
  display: block;
}
.rbs4 .table.collapsible td .with-padding {
  padding: 4px;
}
.rbs4 .table.collapsible td .with-padding span {
  display: flex;
}
.rbs4 .table.collapsible td .with-padding span .edit-upload {
  border: none;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 900;
  margin-top: -15px;
  margin-bottom: -15px;
  stroke: var(--toolbar-icon);
  fill: var(--toolbar-icon);
}
.rbs4 .table.collapsible td .with-padding span .edit-upload span svg g {
  stroke: var(--toolbar-icon);
}
.rbs4 .table.collapsible td .with-padding span .create {
  color: green;
}
.expandable:hover {
  box-shadow: 0px 2px 8px darkgrey;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}
.rbs4 .table.collapsible td {
  padding: 0;
}
.rbs4 .table.collapsible tr {
  visibility: visible;
  opacity: 1;
}
.rbs4 .table.collapsible tr.collapsed {
  visibility: collapse;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
}
.rotated {
  display: inline-block;
  transform: rotate(90deg);
}
.expandable,
.clickable {
  cursor: pointer;
}
.select-column {
  width: 52px;
}
.upload-controls {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 10px 0;
}
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body .grid-container #docId {
  background-color: var(--grey-lighter);
}
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body .grid-container .family-container {
  margin-bottom: 10px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body .grid-container .create-family-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body .grid-container .rSort-checkbox,
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body .grid-container .relevancy-checkbox {
  margin-left: 5px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body .grid-container .relevancy-checkbox {
  margin-top: 10px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body .grid-container .prefix {
  margin-top: 10px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body .grid-container .delete {
  color: var(--state-danger-text);
  margin-left: 5px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body #year,
.react-hook-form-modal.create-metadata-modal .modal-content .modal-body #endYear {
  width: 60px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .metadata-select {
  margin-bottom: 10px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .metadata-input {
  appearance: none;
  background-color: var(--input-bg);
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
  box-shadow: none;
  width: 405px;
  margin-bottom: 10px;
}
.react-hook-form-modal.create-metadata-modal .modal-content .metadata-input:focus {
  border-color: #2684ff;
  outline: none;
  box-shadow: 0 0 0 1px #2684ff;
}
.react-hook-form-modal .modal-dialog,
.edit-metadata-modal .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto !important;
  position: fixed;
  top: 10%;
  left: 25%;
}
.react-hook-form-modal .modal-dialog .modal-help-btn,
.edit-metadata-modal .modal-dialog .modal-help-btn {
  width: 16px;
  height: 16px;
  background-color: var(--brand-blue);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  align-self: center;
  padding: 2px;
  justify-content: center;
  margin-top: 4px;
  margin-left: 5px;
  color: var(--input-bg);
  cursor: pointer;
}
.edit-metadata-modal .modal-content {
  margin-top: 200px;
  margin-left: auto;
  height: auto;
  min-height: 300px;
  max-height: 90vh;
  overflow-y: auto;
  width: 600px;
}
.edit-metadata-modal .modal-content .modal-header .close {
  margin-top: -18px;
}
.edit-metadata-modal .modal-content .modal-body {
  background: none;
  border: none;
  padding: 5px 0px;
  flex-grow: 1;
  overflow-y: auto;
}
.edit-metadata-modal .modal-content .modal-body .edit-metadata-form {
  position: relative;
  min-height: 350px;
}
.edit-metadata-modal .modal-content .modal-body .edit-metadata-form .warning {
  color: var(--state-danger-text);
  margin-top: 20px;
}
.edit-metadata-modal .modal-content .modal-body .edit-metadata-form .metadata-footer {
  display: flex;
  justify-content: flex-end;
}
.edit-metadata-modal .modal-content .modal-body .edit-metadata-form .rSort-checkbox,
.edit-metadata-modal .modal-content .modal-body .edit-metadata-form .relevancy-checkbox {
  margin-left: 5px;
}
.edit-metadata-modal .modal-content .modal-body .edit-metadata-form .error {
  color: var(--state-danger-text);
}
.edit-metadata-modal .modal-content .modal-body .metadata-select {
  margin-bottom: 10px;
}
.edit-metadata-modal .modal-content .modal-body .metadata-input {
  appearance: none;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  box-shadow: none;
  width: auto;
  margin-bottom: 10px;
  height: 25px;
  margin-left: 5px;
}
.edit-metadata-modal .modal-content .modal-body #fulltitle {
  width: 40vw;
}
.edit-metadata-modal .modal-content .modal-body .metadata-input:focus {
  border-color: #2684ff;
  outline: none;
  box-shadow: 0 0 0 1px #2684ff;
}
.edit-metadata-modal .modal-content .modal-body textarea {
  min-height: 50px;
  display: block;
  min-width: 90%;
  max-width: 98%;
}
.edit-metadata-modal .modal-content .modal-body .form-checkbox {
  width: 20px;
  margin-left: 5px;
}
.edit-metadata-modal .modal-content .modal-body .search-step {
  width: 98%;
  display: flex;
  margin: 8px 9px 8px;
  padding: 0 0 0px;
  border-radius: 8px;
  box-shadow: 0 0.3px 4px 0 rgba(0, 0, 0, 0.07), 0 0.3px 0.3px 0 rgba(0, 0, 0, 0.07), 0 0 4px 0 rgba(179, 190, 231, 0.5);
  background-color: var(--brand-xx-light-blue);
}
.edit-metadata-modal .modal-content .modal-body .search-step .step-title {
  color: var(--contrasting-blue);
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
.edit-metadata-modal .modal-content .modal-body .search-step .sidebar {
  background-color: var(--brand-extra-light-blue);
  width: 6px;
  margin: 3px 6px 3px 6px;
  border-radius: 4px;
}
.edit-metadata-modal .modal-content .modal-body .search-step .step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 5px;
  width: 98%;
}
.edit-metadata-modal .modal-content .modal-body .search-step .form-group {
  margin-bottom: 0px;
}
.edit-metadata-modal .modal-content .modal-body .flex {
  display: flex;
  gap: 5px;
}
.edit-metadata-modal .modal-content .modal-body .edit-metadata-tabs {
  min-height: 265px;
}
.edit-metadata-modal .modal-content .modal-body .change-form {
  margin-bottom: 5px;
  margin-top: 5px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .save-tod-entry {
  padding: 3px 15px;
  background-color: var(--brand-blue);
  color: var(--text-color-inverted);
}
.edit-metadata-modal .modal-content .modal-body .change-form .save-tod-entry:hover {
  background-color: var(--brand-extra-dark-blue);
}
.edit-metadata-modal .modal-content .modal-body .change-form button {
  background: var(--brand-xx-light-blue);
  border: 1px solid var(--brand-extra-light-blue);
  height: 25px;
  border-radius: 5px;
}
.edit-metadata-modal .modal-content .modal-body .change-form button:hover {
  background: var(--brand-extra-light-blue);
}
.edit-metadata-modal .modal-content .modal-body .change-form .delete {
  color: var(--state-danger-text);
  margin-left: 5px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .input-btn-group {
  display: flex;
  gap: 5px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-buttons {
  margin: 0px 5px;
  display: flex;
  border-bottom: solid 1px var(--brand-blue);
  padding-bottom: 10px;
  gap: 10px;
  justify-content: center;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-buttons button {
  background-color: var(--brand-blue);
  color: var(--text-color-inverted);
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form {
  margin: 0px 5px;
  border: 2px solid var(--brand-extra-light-blue);
  border-radius: 5px;
  padding: 5px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .flex {
  flex-direction: column;
  gap: 0px;
  margin-bottom: 0px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .change-form {
  margin-bottom: 10px;
  margin-top: 10px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .metadata-select {
  margin-bottom: 10px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .prefix {
  margin-top: 10px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .dates {
  margin-bottom: 10px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .date-inputs {
  display: flex;
  gap: 8px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .date-inputs input {
  height: 25px;
  width: 40px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .date-inputs #year {
  width: 60px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .error {
  color: var(--state-danger-text);
  display: inline;
  margin-left: 5px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .metadata-input {
  appearance: none;
  background-color: var(--input-bg);
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
  box-shadow: none;
  width: 405px;
  margin-bottom: 10px;
  height: 38px;
}
.edit-metadata-modal .modal-content .modal-body .change-form .add-entry-form .todentry {
  min-height: 75px;
}
.edit-metadata-modal .modal-content .modal-body label {
  align-content: center;
}
.edit-metadata-modal .modal-content .tab-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.edit-metadata-modal .modal-content .tab-buttons button {
  background: var(--brand-xx-light-blue);
  border: 1px solid #ccc;
  border-bottom: 2px solid var(--brand-extra-light-blue);
  padding: 4px 10px 4px 10px;
  cursor: pointer;
  border-radius: 7px 7px 0px 0px;
  margin-top: -4px;
  margin-left: -5px;
}
.edit-metadata-modal .modal-content .tab-buttons button.active {
  background: var(--brand-extra-light-blue);
  border-bottom: 2px solid var(--brand-xx-light-blue);
  font-weight: bold;
}
.edit-metadata-modal .modal-content .tab-buttons button:hover {
  background: var(--brand-extra-light-blue);
}
#modal-help {
  float: none;
  position: static;
  z-index: 2000;
  display: block;
}
#modal-help .popover-content {
  padding: 4px;
}
#modal-help .search-step {
  width: 100%;
  margin: 0px;
}
.wrapper-class {
  padding: 1rem;
  border: 1px solid #ccc;
}
.editor-class {
  background-color: var(--body-bg);
  padding: 1rem;
  border: 1px solid #ccc;
}
.toolbar-class {
  border: 1px solid #ccc;
}
.editable-content-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.editable-content {
  width: 100%;
  white-space: pre-wrap;
}
.editable-content-btn {
  margin-left: auto;
  font-size: 10px;
}
.content-panel-header {
  display: flex;
  flex-direction: row;
}
.header {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.big-header {
  font-size: 22px;
  margin-top: 31.5px;
  margin-bottom: 21px;
}
.small-header {
  font-size: 15px;
  margin-top: 21px;
  margin-bottom: 10.5px;
}
.content-editor-modal .modal-body {
  height: 550px;
  overflow-y: scroll;
}
.content-editor-modal .form-group:first-of-type {
  margin-top: 15px;
}
.content-editor-modal .checkbox-wrapper {
  display: block;
}
.content-editor-modal .checkbox-wrapper small.form-text {
  display: block;
}
.content-editor-modal .text-muted {
  color: var(--text-muted);
}
.content-editor-modal .rdw-link-modal {
  left: -72px;
  height: 235px;
}
.editor-toolbar-custom {
  background-color: var(--body-bg) !important;
}
.rdw-dropdown-optionwrapper {
  background-color: var(--body-bg) !important;
}
.rdw-dropdown-optionwrapper .rdw-dropdownoption-active {
  color: var(--body-bg);
}
.tod-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}
.tod-item .add-line-break {
  width: 275px;
  display: block;
  white-space: break-spaces;
  margin-left: 25px;
  text-indent: -25px;
}
.tod-title {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 4px;
  overflow-wrap: break-word;
  cursor: pointer;
}
.tod-title > a {
  text-decoration: none;
  color: var(--text-color);
  display: grid;
  grid-template-areas: 'icon text';
  grid-template-columns: 1fr 8fr;
}
.icon-container {
  grid-area: icon;
  outline: none;
  background: transparent;
  border: 0px solid transparent;
  padding: 0px;
}
.index-item-text,
.tod-item-btn {
  grid-area: text;
  outline: none;
  background: transparent;
  border: 0px solid transparent;
  text-align: left;
}
.tod-title.nested {
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 2px;
}
.tod-title.nested > a {
  margin-left: -7px;
  text-indent: -7px;
}
.tod-title.nested > .icon-container {
  margin-right: -4px;
}
.not-nested-group {
  margin-left: -30px;
}
.nested-group {
  margin-left: -13px;
}
.tod-loader {
  height: auto;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  padding: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.pw-tod .tod-container {
  display: flex;
  flex-direction: row;
  padding: 20px 40px;
  height: 100%;
}
.pw-tod .tod-container .tod-col-primary {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 30px;
}
.pw-tod .tod-container .tod-col-secondary {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pw-tod .tod-container .tod-col-secondary .tod-section {
  margin-bottom: 20px;
}
ul.secondary {
  padding-left: 0px;
}
.pw-tod .pane-main {
  overflow: hidden;
  line-height: 18px;
  overflow-y: scroll;
  height: auto;
  background-color: var(--grey-lighter);
}
.pw-tod .pane-main .inner {
  height: 100%;
  padding: 0px;
}
.pw-tod .tod-menu A {
  font-weight: normal;
  margin-bottom: 2px;
}
.pw-tod .tod-menu LI {
  margin: 4px 0px;
}
.no-scroll {
  overflow: hidden !important;
}
.tod-section {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
}
.tod-section .new-amended-link {
  margin-top: 15px;
}
.tod-page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  position: fixed;
  height: max-content;
  z-index: 3;
}
.tod-page-header .tod-path {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  margin-bottom: 2px;
  line-height: 25px;
}
.tod-page-header .tod-path .picon {
  margin-left: 10px;
  margin-right: 10px;
  top: -1px;
}
.tod-page-header .tod-header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tod-page-header .tod-header-inner .tod-page-title {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1em;
}
.editable-header-content {
  padding-top: 10px;
  white-space: pre-wrap;
}
.find-help-text {
  align-self: self-start;
  font-size: 12px;
}
.find-help-text {
  align-self: self-start;
  font-size: 12px;
}
.tod-page-content {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  bottom: 40px;
}
.tod-page-content .tod-index-panel.open {
  max-width: 350px;
  min-width: 25px;
  height: 100%;
  overflow-y: auto;
}
.tod-page-content .tod-index-panel.closed {
  width: 25px;
}
.tod-page-content .tod-index-panel-control {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  height: 25px;
  background-color: #ddd;
  padding: 0 8px;
  top: 0px;
  position: sticky;
  z-index: 3;
  cursor: ew-resize;
}
.tod-page-content .tod-index-panel-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  scroll-margin-top: 25px;
}
.tod-page-content .tod-index-panel-inner > .editable-content-container {
  padding-top: 15px;
  padding-left: 11px;
  border: 1px solid #eee;
}
.tod-page-content .tod-index-panel-inner > .editable-content-container > .tint-box {
  margin-bottom: 0px;
}
.tod-page-content .tod-index-panel-inner > .editable-content-container > .editable-content {
  padding-left: 10px;
}
.tod-page-content .tod-page-list {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  flex: 1;
}
@media only screen and (max-width: 910px) {
  .tod-index-panel.open {
    max-width: 250px;
  }
}
#collapse-control {
  cursor: pointer;
  border-left: solid 1px #fff;
  padding-left: 7px;
}
.tod-index-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tod-index-container.editable-content-btn {
  left: -20px;
}
.item-title-icon {
  display: inline-block;
  padding: 5px;
  transform: rotate(90deg);
  cursor: pointer;
}
.item-title-icon.collapsed {
  transform: rotate(0deg);
}
.tod-index-item-container {
  padding: 5px 20px 5px 10px;
  scroll-margin-top: 25px;
}
.tod-index-item-container.nested {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-left: 8px;
}
.tod-index-item-container.nested:last-of-type {
  border-bottom: none;
}
.tod-index-item-list {
  font-size: 12px;
  margin-left: 2rem;
  flex-wrap: wrap;
}
.tod-index-item-list.list {
  display: flex;
  flex-direction: column;
  text-indent: 0px;
  margin-left: 12px;
  flex-wrap: nowrap;
}
.tod-index-item-list.list.nested {
  margin-top: 7px;
  margin-bottom: 3px;
  margin-left: 30px;
}
.tod-index-filters {
  display: flex;
  flex-direction: row;
  margin-right: 3px;
  flex-wrap: wrap;
  gap: 4px;
}
.tod-header-btn {
  background-color: #ddd;
  color: #0b008b;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 125px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 815px) {
  .tod-header-btn {
    font-size: 12px;
    padding: 2px 4px;
    height: 30px;
  }
}
.tod-index-item-container .tod-index-item-list.list a.tod-item-btn {
  font-size: 14px;
  color: var(#333333);
  cursor: pointer;
  margin-left: 30px;
  margin-bottom: 3px;
  padding-left: 3px;
}
.tod-index-item-container .tod-index-item-list.list a.tod-item-btn:hover {
  text-decoration: none;
}
#index-panel.tod-index-item-container .tod-index-item-list.list a.tod-item-btn {
  margin-left: -5px;
}
#index-panel.tod-index-item-container .tod-index-item-list.list.nested a.tod-item-btn {
  margin-left: 30px;
}
.tod-index-item-container .tod-index-item-list.list.nested a.tod-item-btn {
  margin-left: 25px;
  font-size: 13px;
  margin-bottom: 0;
  color: green;
}
.tod-index-item-container .tod-title.nested a {
  text-indent: 0;
  display: flex;
}
.tod-item-btn {
  margin-bottom: 3px;
  margin-left: 7px;
  text-indent: -7px;
}
.btn.tod-item-btn {
  background-color: #ddd;
  color: #555555;
  padding: 2px 7px;
  margin: 2px;
  overflow-wrap: break-word;
  text-align: center;
  text-indent: 0px;
  line-height: 26px;
  min-width: 36px;
}
.btn.tod-item-btn:hover {
  color: #3e3b3b;
}
.tod-index-item-calculate {
  width: min-content;
  display: inline-block;
  width: auto;
  padding: 0px;
}
.tod-index-item-calculate {
  width: min-content;
  display: inline-block;
  width: auto;
  padding: 0px;
}
.tod-item-btn.active,
.tod-header-btn.active {
  color: var(--body-bg) !important;
  background-color: var(--link-color) !important;
  border-radius: 4px;
  position: relative;
}
.tod-index-item-list.list button.tod-item-btn.active:before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  left: -7px;
  z-index: -1;
  background-color: var(--link-color) !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: -1px;
}
.tod-doc-container {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
}
.tod-doc-error {
  font-weight: bold;
  padding: 15px;
  background-color: #f7deba;
  color: #555555;
}
.search {
  display: flex;
  flex-direction: row;
}
.todlevel1 {
  font-size: 18px;
  font-weight: bold;
  color: var(--brand-blue);
  margin: 15px;
  margin-left: 35px;
  text-indent: -19px;
  line-height: 1em;
}
.todlevel1.search {
  text-indent: 0px;
}
.todlevel2 {
  font-size: 15px;
  font-weight: bold;
  color: var(--brand-mid-blue);
  margin: 0 0 15px 40px;
}
.tod-list-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1em;
  color: var(--brand-blue);
}
.tod-list-title:not(:nth-of-type(1)) {
  margin-top: 35px;
  padding-top: 45px;
  border-top: 5px solid #505fab;
}
.tod-list-title.nested {
  font-size: 18px;
  margin-bottom: 10px;
}
.tod-list-subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.tod-list-section {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 5px;
  scroll-margin-top: 40px;
}
.tod-list-section.nested {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.tod-list-section.nested .tod-section-header {
  font-size: 15px;
  margin-bottom: 7px;
}
.tod-doc-list {
  margin-top: -5px;
  margin-bottom: 10px;
}
.tod-doc-list li {
  text-indent: -15px;
  margin-left: 10px;
  margin-bottom: 3px;
}
.tod-doc-list li A {
  color: var(--link-color);
}
.tod-doc-list li A:hover {
  color: var(--link-hover);
}
.tod-doc-list li.search {
  margin-left: 20px;
  text-indent: 0px;
}
.listlevel2 {
  margin-left: 40px;
}
.tod-search-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.tod-search-container .tod-search-count-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #bdc7fa;
  color: #505fab;
  font-style: italic;
  font-size: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px 10px 5px 10px;
  position: relative;
  top: -8px;
}
.tod-search-container .input-group {
  z-index: 2;
}
.tod-search-hit-nav {
  display: flex;
  flex-direction: row;
  padding-top: 2px;
}
.tod-search-hit-previous,
.tod-search-hit-next {
  border: 2px solid #505fab;
  height: 20px;
  width: 20px;
  padding: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tod-search-hit-previous {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.tod-search-hit-next {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: none;
  margin-left: -2px;
}
span.mark {
  background: #bdc7fa;
}
span.mark.active {
  color: #fff !important;
  background-color: #0b008b !important;
}
.help-text-django-admin > a {
  cursor: pointer;
}
.tod-menu li .disabled a {
  color: var(--text-muted);
  text-decoration: none;
  cursor: default;
}
.searchable-tod-line {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.searchable-tod-line .tod-line-hide {
  border: none;
  padding: 0;
  margin-left: -12px;
}
.searchable-tod-line .tod-line-expand {
  border: none;
  padding: 0;
  margin-left: -12px;
}
.searchable-tod-line .tod-line-expand svg {
  transform: rotate(-90deg);
}
.searchable-tod-line a {
  margin: 0px 5px;
}
#toolbar-mode {
  background-color: var(--body-bg);
  color: var(--text-muted);
  border: 1px solid var(--text-muted);
  border-radius: 4px;
  margin-top: 3px;
}
#toolbar-mode .toolbar-item {
  padding: 2px 4px;
}
#toolbar-mode .toolbar-item:first-child {
  margin-left: 4px;
}
#toolbar-mode .toolbar-item:last-child {
  margin-right: 4px;
}
.radio-option-project,
.radio-option-shared {
  display: flex;
  flex-direction: row;
}
.radio-option-project > A,
.radio-option-shared > A {
  margin-left: 5px;
}
.radio-option-project .shared-help-text,
.radio-option-shared .shared-help-text {
  text-decoration: underline;
  cursor: help;
  color: var(--link-color);
  border: none;
}
.radio-option-project .shared-help-text:hover,
.radio-option-shared .shared-help-text:hover {
  color: var(--link-hover);
}
.radio-option-project .shared-help-text.btn:active,
.radio-option-shared .shared-help-text.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#shared-help-popover {
  z-index: 99999999;
  background-color: var(--body-bg);
  color: var(--text-color);
}
.radio-option-shared {
  align-items: center;
}
.pw-inter .pane-anno {
  width: 0px;
}
.pw-inter .anno-panel-options {
  margin-right: 0px;
  font-size: small;
}
.pw-inter .anno-panel-options button:last-child {
  margin-right: 2px;
}
@media only screen and (max-width: 1010px) {
  .anno-panel-options {
    margin-right: 0px;
    font-size: 12px;
  }
  .anno-panel-options button:last-child {
    margin-right: 2px;
  }
}
.pane-anno {
  background-color: var(--pane-toc);
  font-size: 0.93333333em;
  width: 0px;
  display: flex;
  justify-content: flex-end;
}
.pane-anno .inner {
  overflow-y: auto;
  overflow-x: hidden;
}
.pane-anno .anno-panel-control.panetitle-right {
  width: 17%;
}
.pane-anno .anno-panel-control.panetitle-right.pane-collapse {
  width: 0px;
}
.anno-pane-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.anno-pane-wrapper .anno-panel {
  width: 96%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.anno-panel-control {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.anno-panel-draggable {
  display: flex;
  flex-direction: row;
}
.anno-panel-draggable div {
  border-right: solid 1px #fff;
  padding-right: 6px;
  margin-right: 5px;
  margin-left: -2px;
  cursor: ew-resize;
}
.anno-panel-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 10px 0 10px;
}
.anno-panel-options button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.anno-panel-options button:first-of-type {
  margin-right: 12px;
}
.anno-panel-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0 0 10px;
}
.anno-panel-options button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.anno-panel-options button:not(:last-child) {
  border: 0px solid transparent;
  text-align: left;
  color: var(--link-color);
}
.anno-panel-options button:not(:last-child):hover {
  text-decoration: underline;
}
.anno-panel-options button:first-of-type {
  margin-right: 12px;
}
.anno-panel-options .btn-primary {
  padding: 0px 5px;
  margin-right: 5px;
  align-self: self-start;
}
.annotation-card.project {
  background-color: var(--body-bg);
}
.annotation-card.shared {
  background-color: var(--highlight-bg);
}
.annotation-card.private {
  background-color: var(--private-anno-card);
}
.annotation-card {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  padding: 10px;
  margin: 10px;
  -webkit-box-shadow: 0 5px 10px var(--box-shadow-color);
  box-shadow: 0 5px 10px var(--box-shadow-color);
  cursor: pointer;
  border: 0px solid transparent;
  width: 93%;
}
.annotation-card .annotation-card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.annotation-card .annotation-card-header .annotation-header-details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.annotation-card .annotation-card-header .annotation-header-details .annotation-owner {
  font-weight: bold;
  margin-right: 5px;
}
.annotation-card .annotation-card-header .annotation-header-details .annotation-organisation {
  color: var(--text-muted);
  margin-right: 5px;
}
.annotation-card .annotation-card-header .annotation-header-details.removed-owner {
  flex-direction: column;
}
.annotation-card .annotation-card-header .annotation-privacy,
.annotation-card .annotation-card-header .annotation-last_modified {
  font-size: 11px;
  color: var(--text-muted-contrasting);
}
.annotation-card .annotation-card-header .annotation-privacy {
  margin-right: 5px;
}
.annotation-card .annotation-card-header .annotation-last_modified {
  text-align: end;
  min-width: 40px;
  display: flex;
  flex-direction: column;
}
.annotation-card .annotation-card-header .annotation-last_modified span:first-of-type {
  font-size: 9px;
}
.annotation-card .annotation-title {
  color: var(--contrasting-blue);
  font-weight: bold;
  font-size: 12px;
}
.project-user-list-header {
  font-weight: bold;
  padding-top: 10px;
}
.project-user-list {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.project-user-list .user-list-org {
  font-weight: bold;
  min-width: fit-content;
  padding-right: 5px;
}
.annotation-section-list {
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 0px 0px;
  background-color: var(--body-bg);
  border: none;
  max-height: 450px;
  overflow-y: scroll;
}
.annotation-section-list-footer {
  padding-top: 0px;
  width: 100%;
  text-align: center;
}
.annotation-section-list-footer-content {
  cursor: pointer;
}
.annotation-section-filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  background-color: var(--body-bg);
  border: none;
}
.annotation-section-filter .btn-primary {
  border-radius: 0;
  background-color: #eee;
  color: #0b008b;
  border: none;
  font-weight: bold;
  width: 120px;
  font-size: 12px;
}
.annotation-section-filter .btn-primary:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.annotation-section-filter .btn-primary:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.annotation-section-filter .btn-primary.active {
  background-color: var(--link-color);
  color: var(--filter-btn-text);
  border-radius: 6px;
}
.annotation-section-filter .btn:focus,
.annotation-section-filter .btn.active:focus {
  outline-color: var(--link-color);
}
.annotation-section-filter .annotation-btn-dropdown {
  width: 60px;
}
.annotation-section-filter .annotation-dropdown-content {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 120px;
  margin-right: 10px;
  position: absolute;
  top: 35px;
  z-index: 10;
}
.annotation-section-filter .annotation-dropdown-content span {
  background-color: var(--body-bg);
  padding: 10px;
  border: solid 1px var(--brand-extra-light-blue);
}
.annotation-section-filter .annotation-dropdown-content span:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.annotation-section-filter .annotation-dropdown-content span:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.annotation-section-filter .annotation-dropdown-content span.active {
  background-color: var(--link-color);
}
.annotation-section-filter .annotation-dropdown-content span.active a {
  color: var(--filter-btn-text);
}
.selected-section {
  min-height: 72px;
  top: -15px;
  bottom: -15px;
  right: -80px;
  width: 15px;
  position: absolute;
  border: solid 4px red;
  border-left: none;
}
.annotations .dl-horizontal dt {
  width: 120px;
  font-weight: normal;
}
/*
    Compare View styling
*/
.pane-anno.compare-left-pane-right,
.pane-anno.compare-right-pane-right {
  width: 6%;
}
.pane-anno.compare-left-pane-right .pane-anno-hidden,
.pane-anno.compare-right-pane-right .pane-anno-hidden {
  background-color: var(--body-bg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.compare-left-pane-right {
  right: 51%;
}
.compare-left-pane-right .panetitle {
  right: auto;
}
.compare-left-pane-right .anno-panel-control.panetitle-right {
  width: 12%;
}
.compare-left-pane-right .anno-panel-control.panetitle-right.pane-collapse {
  align-self: flex-end;
}
.compare-left-pane-right #collapse-control {
  margin-left: 5px;
}
.compare-left-pane-right .annotation-card-header {
  flex-direction: column;
  align-items: inherit;
}
.compare-left-pane-right .annotation-card-header .annotation-header-details {
  flex-direction: column;
}
.compare-right-pane-right .anno-panel-control.panetitle-right {
  width: 12%;
}
.compare-right-pane-right .annotation-card-header {
  flex-direction: column;
  align-items: inherit;
}
.compare-right-pane-right .annotation-card-header .annotation-header-details {
  flex-direction: column;
}
.pane-anno.pane-selected {
  border-top: 2px solid #8b9aeb;
}
.timeline .titlebar {
  z-index: 0;
}
.timeline-title {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
  display: flex;
  line-height: 30px;
}
.timeline-title span {
  margin-right: 10px;
}
.timeline-title.titlebar {
  display: flex;
}
.timeline-title.titlebar .pane-tools {
  display: block;
  right: 25px;
  margin-top: -2px;
}
#search-navigation {
  position: absolute;
  right: 0px;
}
.back-to-results {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  right: 25px;
}
.timeline .intro-block {
  margin: 5px 10px 20px 10px;
  border-bottom: solid 1px var(--brand-blue);
}
.timeline .intro-block .intro.section.level2 {
  margin: 0 55px 15px 55px;
}
.timeline-vertical {
  display: flex;
  flex-direction: column;
  position: relative;
}
.timeline-vertical .emph1 {
  font-weight: bold;
}
.timeline-vertical .emph2 {
  font-style: italic;
}
.timeline-vertical .emph3 {
  text-decoration: underline;
}
.timeline-vertical::after {
  content: '';
  display: table;
  clear: both;
}
.timeline-vertical::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  height: 100%;
  width: 1px;
  background-color: var(--brand-blue);
}
.today-marker {
  color: var(--color-heading-main);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px;
  display: flex;
  align-items: center;
  scroll-margin-top: 350px;
  position: relative;
}
.today-marker .today-marker-circle {
  width: 10px;
  height: 10px;
  background-color: var(--color-heading-main);
  border-radius: 50%;
  align-self: center;
  margin-left: 10px;
}
.today-marker .today-marker-line {
  border: solid 1px;
  width: 100%;
  height: 1px;
  align-self: center;
  margin-right: -40px;
  z-index: 10;
}
.today-marker .today-marker-oswald {
  position: relative;
  top: -23px;
  left: -20px;
}
.today-marker .today-marker-text {
  position: absolute;
  top: -5px;
  color: var(--text-color);
  font-size: 12px;
  margin-left: 52%;
  margin-right: 12%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: none;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  letter-spacing: normal;
}
.today-marker .today-marker-fade {
  height: 10px;
  width: 10px;
  background-color: var(--body-bg);
  color: var(--body-bg);
  position: relative;
  left: -49.75%;
  box-shadow: 0 0 15px 9px;
}
.timeline-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 6px;
  padding: 10px;
  margin: 10px;
  height: fit-content;
  width: 48%;
  -webkit-box-shadow: 0 5px 10px var(--box-shadow-color);
  box-shadow: 0 5px 10px var(--box-shadow-color);
}
.timeline-card .period-header {
  background-color: var(--grey-lighter);
  color: var(--grey-darker);
  border-radius: 6px;
  padding: 4px 8px 3px 8px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.timeline-card .timeline-dropdown {
  align-self: flex-end;
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 15px;
  text-transform: none;
  cursor: pointer;
  text-decoration: underline;
  color: #0b008b;
}
.timeline-card .card-title {
  font-weight: bold;
  font-size: 18px;
}
.timeline-card .card-title P {
  margin: 0px;
}
.timeline-card .card-body {
  font-size: 14px;
  color: var(--grey-darker);
}
.timeline-card .card-body P {
  margin: 0px;
}
.timeline-card .source-card {
  display: flex;
  flex-direction: column;
  background-color: #f2f4fc;
  padding: 4px 8px;
  border-radius: 6px;
  width: 100%;
  height: fit-content;
  margin-top: 5px;
  border-right: solid 4px var(--brand-blue);
}
.timeline-card .source-card .source-title {
  text-transform: uppercase;
  font-size: 11px;
  color: #555555;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.timeline-card .source-card .source-link {
  color: #0b008b;
  font-weight: bold;
  font-size: 12px;
}
.timeline-card.collapsed {
  flex-direction: row;
  align-items: center;
}
.timeline-card.collapsed .period-header {
  margin-right: 10px;
}
.timeline-card > .source-card ~ .source-card {
  margin: 5px 0;
}
.timeline-card:not(.period-marker):after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2%;
  height: 1px;
  margin-top: -1px;
  background-color: var(--brand-blue);
}
.timeline-card:nth-child(even):not(.period-marker) {
  align-self: flex-end;
}
.timeline-card:nth-child(even):not(.period-marker) .source-card {
  border-left: solid 4px var(--brand-blue);
  border-right: none;
}
.timeline-card:nth-child(even):not(.period-marker):after {
  right: 100%;
}
.timeline-card:nth-child(odd):not(.period-marker):after {
  left: 100%;
}
.timeline-card:nth-child(odd):not(.period-marker) {
  align-items: flex-end;
}
.timeline-card:nth-child(odd):not(.period-marker) .card-body {
  text-align: end;
}
.timeline-card:nth-child(odd):not(.period-marker) .source-card {
  align-items: flex-end;
}
.timeline-card::after {
  content: '';
  display: table;
  clear: both;
}
.timeline-card.period-marker {
  width: 98%;
  background-color: var(--body-bg);
}
.timeline-card.period-marker .source-card {
  border-left: solid 4px var(--brand-blue);
  border-right: none;
}
.timeline-card.period-marker.sticky {
  position: sticky;
  top: 10px;
  z-index: 9999;
}
.unsticky {
  animation-name: unsticky;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes unsticky {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
    z-index: 9998;
    opacity: 0;
  }
}
.resticky {
  animation-name: resticky;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
@keyframes resticky {
  0% {
    transform: translatey(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.timeline-circle {
  background-color: var(--body-bg);
  border: 1px solid var(--brand-blue);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  z-index: 1000;
  right: -3.25%;
}
.timeline-card:nth-child(even):not(.period-marker) .timeline-circle {
  left: -3.5%;
}
.timeline-calendar {
  position: relative;
  align-self: center;
  border: 1px solid var(--brand-blue);
  border-radius: 6px;
  font-weight: bold;
  background-color: var(--body-bg);
  color: var(--grey-darker);
  margin-top: 15px;
  padding: 3px 10px;
  width: fit-content;
}
.timeline-calendar.year {
  font-size: 22px;
}
.timeline-calendar.month {
  font-size: 12px;
}
.timeline-card.season {
  background-color: var(--private-anno-card);
}
.timeline-card.season .card-body {
  color: #555555;
}
.timeline-card.season .period-header {
  background-color: var(--private-anno-card-head);
  color: var(--grey-darker);
}
.timeline-card.year {
  background-color: #fdfae2;
}
.timeline-card.year .card-title {
  color: black;
}
.timeline-card.year .card-body {
  color: #555555;
}
.timeline-card.year .period-header {
  background-color: #f3e999;
  color: #555555;
}
.timeline-card.month {
  background-color: #f2f4fc;
}
.timeline-card.month .card-title {
  color: black;
}
.timeline-card.month .card-body {
  color: #555555;
}
.timeline-card.month .period-header {
  background-color: #c9d1f2;
  color: #555555;
}
.timeline-card.month .source-card {
  background-color: #c9d1f2;
}
.timeline-error {
  font-weight: bold;
  padding: 10px;
  background-color: #f7deba;
  margin: 20px;
  z-index: 10;
  position: relative;
  top: 28px;
}
.calendar-panel {
  background-color: var(--brand-xx-light-blue);
}
.calendar-panel .calendar-panel-control {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  height: 22px;
  z-index: 8;
  cursor: ew-resize;
  background-color: var(--toolbar-bg);
}
.calendar-panel .calendar-panel-control .panel-control-text,
.calendar-panel .calendar-panel-control .intro-marker {
  margin-right: auto;
  margin-left: 20px;
  font-size: 12px;
  white-space: nowrap;
}
.calendar-panel .calendar-panel-control #collapse-control {
  margin-right: 5px;
  padding-bottom: 5px;
}
.calendar-panel .intro-marker {
  margin-right: auto;
  padding-left: 20px;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  top: 6px;
  cursor: pointer;
}
.calendar-panel .intro-marker.active {
  background: #505fab;
  color: #fff;
}
.calendar-panel.closed {
  background-color: var(--body-bg);
}
.year-container {
  margin-top: -15px;
  margin-bottom: -30px;
}
.year-marker-container {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.year-marker-text {
  color: var(--brand-blue);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-right: 5px;
  text-align: end;
  position: relative;
  top: 28px;
  z-index: 6;
}
.year-marker {
  border-top: solid 1px var(--toolbar-bg);
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  position: relative;
  z-index: 5;
}
.year-marker .month-marker:first-of-type {
  margin-top: 5px;
}
.month-marker {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: -2px;
  cursor: pointer;
}
.month-marker a {
  color: var(--grey-darker);
  display: flex;
  align-items: center;
  line-height: 20px;
}
.month-marker a .card-count {
  background-color: var(--grey-light);
  width: 25px;
  height: 7px;
  display: flex;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-right: 6px;
}
.month-marker a .month-marker-text {
  margin-right: 5px;
}
.has-count {
  color: var(--toolbar-bg);
}
.has-count a > .card-count {
  background-color: var(--toolbar-bg);
}
.has-count a > .month-marker-text {
  color: var(--brand-blue);
}
.has-count.small {
  font-size: 11px;
}
.has-count.small .card-count {
  width: 45px;
  height: 10px;
}
.has-count.medium {
  font-size: 12px;
}
.has-count.medium .card-count {
  width: 70px;
  height: 12px;
}
.has-count.large {
  font-size: 13px;
}
.has-count.large .card-count {
  width: 90px;
  height: 14px;
}
.has-count.extra-large {
  font-size: 13.5px;
}
.has-count.extra-large .card-count {
  width: 105px;
  height: 17px;
}
.month-marker.active .card-count {
  background-color: var(--brand-blue);
}
#calendar-today-marker {
  position: relative;
  top: 5px;
}
.pane-doc-timeline {
  background-color: inherit;
}
.pane-doc-timeline .before + .xref {
  margin-left: -4px;
}
.arrow-up {
  border: solid var(--brand-blue);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-bottom: 1px;
  margin-right: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow-down {
  border: solid var(--brand-blue);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-bottom: 3px;
  margin-right: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.timeline-header-container {
  background-color: #445ca6;
}
.timeline-header {
  display: block;
  margin-top: -1px;
  background: url(../img/timeline-header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 137px;
}
#training-container .checkbox-wrapper {
  max-width: 30px;
}
#training-container #add-training-button {
  margin-top: 8px;
}
.training-modal .modal-body {
  max-height: 85vh;
  overflow: auto;
  min-height: 25vh;
}
.training-modal .modal-body .react-hook-form-fields.training-modal-fields input,
.training-modal .modal-body .react-hook-form-fields.training-modal-fields textarea,
.training-modal .modal-body .react-hook-form-fields.training-modal-fields .metadata-select {
  width: 100%;
}
.training-modal .training-card {
  background: var(--pane-doc-light);
  border: 1px solid var(--grey-light);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 20px;
  box-shadow: 0 2px 8px var(--grey-lighter);
  max-height: 75vh;
  overflow: auto;
  transition: height 0.5s ease;
}
.training-modal .training-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 12px;
}
.training-modal .select-all-row {
  justify-self: end;
  margin-right: 60px;
  margin-top: -30px;
}
.training-modal .user-card {
  background: var(--body-bg);
  border: 1px solid var(--grey-light);
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.training-modal .user-info {
  display: flex;
  flex-direction: column;
}
.training-modal .user-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.add-saved-search-modal .modal-header {
  background-color: var(--modal-bodybg) !important;
}
.add-saved-search-modal .modal-body {
  background-color: var(--body-bg);
  border: none;
  padding-bottom: 0px;
}
.add-saved-search-modal .modal-body .search-count {
  align-self: end;
  margin-top: -16px;
  color: var(--grey-darker);
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
}
.add-saved-search-modal .modal-body .save-search-params-container .search-description input:read-only {
  background-color: var(--modal-bodybg);
}
.add-saved-search-modal .modal-footer {
  margin-top: -55px;
  z-index: 50;
  position: relative;
  justify-items: end;
}
.add-saved-search-modal .modal-footer .footer-buttons {
  margin-top: -10px;
  margin-right: 13px;
  width: fit-content;
  background-color: var(--input-bg);
  padding: 5px;
  border-radius: 6px;
}
.search-description {
  background-color: var(--input-bg);
  padding: 0px 5px;
}
.search-description .search-query.form-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.search-description .search-query.form-row .col {
  margin-left: -4px !important;
}
.search-description .search-query.form-row label {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}
.search-description .search-query.form-row label .search-mode {
  margin-left: 5px;
  background-color: var(--grey-light-lighten);
  border-radius: 12px;
  padding: 1px 7px;
}
.search-description .search-query.form-row .col {
  margin-left: -8px;
  flex-grow: 2;
}
.search-description .search-items.form-row {
  display: flex;
  flex-direction: row;
}
.search-description .search-items.form-row.saved {
  margin-bottom: 17px;
}
.search-description .search-items.form-row .searched-in.col {
  margin-left: 10px;
  flex-grow: 2;
}
.search-description .col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-description .col .picon {
  left: 20px;
  z-index: 10;
}
.search-description .col .search-query.form-control {
  padding-left: 25px;
  resize: none;
}
.search-step {
  width: 98%;
  display: flex;
  margin: 8px 9px 8px;
  padding: 0 0 0px;
  border-radius: 8px;
  box-shadow: 0 0.3px 4px 0 rgba(0, 0, 0, 0.07), 0 0.3px 0.3px 0 rgba(0, 0, 0, 0.07), 0 0 4px 0 rgba(179, 190, 231, 0.5);
  background-color: var(--brand-xx-light-blue);
}
.search-step .step-title {
  color: var(--contrasting-blue);
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
.search-step .sidebar {
  background-color: var(--brand-extra-light-blue);
  width: 6px;
  margin: 3px 6px 3px 6px;
  border-radius: 4px;
}
.search-step .step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 5px;
  width: 98%;
}
.search-step .form-group {
  margin-bottom: 0px;
}
.search-details .previous-search {
  z-index: 150;
}
.search-details .previous-search .refine-search {
  margin: 10px 0px !important;
}
.search-details .search-action {
  display: flex;
  margin-bottom: 5px;
}
.search-details .action-panel-wrapper {
  margin-top: 4px;
  padding: 1px;
  background-color: #bdc7fa;
  width: fit-content;
  margin-left: 10px;
  border-radius: 6px;
}
.search-details .action-panel-wrapper.refine-options {
  margin-left: 0px;
  z-index: 1050;
}
.search-details .action-panel-wrapper .refine-icon {
  margin-left: 5px;
}
.search-details .action-panel-wrapper .refine-icon svg {
  vertical-align: middle;
}
.search-details .action-panel-wrapper .refine-icon g rect {
  stroke: none;
}
.search-details .action-panel-wrapper .refine-icon path {
  fill: var(--link-color);
}
.search-details .action-panel-wrapper .refine-dropdown {
  margin-left: 5px;
}
.search-details .search-action-panel {
  display: flex;
  flex-direction: row;
  background-color: var(--brand-extra-light-blue);
  border-radius: 6px;
  width: fit-content;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  padding: 1px;
}
.search-details .search-step:focus-within .sidebar {
  background-color: var(--searchbar-active);
}
.search-details .refine-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search-details .refine-filters .timeframe-group {
  display: flex;
  align-items: center;
  background-color: var(--brand-extra-light-blue) !important;
  height: 25px;
  margin-top: 0px !important;
}
.search-details .refine-filters .timeframe-group .selected-radio {
  height: 20px !important;
}
.search-details .refine-filters .timeframe-group .selected-radio.date {
  padding: 1px 0px 1px 5px;
}
.search-details .refine-filters .mode-group {
  display: flex;
  align-items: center;
  background-color: var(--brand-extra-light-blue) !important;
}
.search-details .refine-filters .method-help {
  width: 16px;
  height: 16px;
  background-color: var(--brand-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-self: center;
  padding: 2px;
  justify-content: center;
  margin-top: 3px;
  color: var(--input-bg);
  cursor: pointer;
}
.search-details .refine-filters .filter-group {
  display: flex;
  gap: 5px;
}
.search-details .refine-filters .filter-group label {
  gap: 5px;
  align-content: center;
  margin-bottom: 0px;
  color: var(--grey-darker);
  font-size: 11px;
}
.search-details .refine-filters .filter-group .filter-label {
  padding-top: 5px;
}
.search-details .refine-filters .filter-date {
  background-color: var(--modal-bg);
  border: 1px solid var(--grey-light);
  border-radius: 5px;
  text-align: left;
  height: 20px;
  font-size: 12px;
  border-radius: 0 5px 5px 0;
  padding-top: 7px;
  width: 120px;
}
.search-details .refine-filters .date-label {
  background-color: var(--grey-lighter);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid var(--panetitle-bg);
  display: inline;
  text-align: center;
  align-content: center;
  width: 55px;
  height: 20px;
}
.search-details .refine-filters .react-datepicker__input-container input {
  width: 105px;
  font-size: 11px;
}
.search-details .refine-filters .react-datepicker__input-container .calendar {
  position: absolute;
  top: 2px;
  right: 4px;
  height: 15px;
  width: 15px;
}
.search-details .refine-filters .react-datepicker__input-container .calendar svg {
  width: 15px;
  height: 15px;
}
.search-details .refine-filters .react-datepicker__input-container .calendar svg g {
  fill: var(--grey-light);
}
.search-details .refine-filters .date-range-error {
  border-color: var(--state-danger-text);
}
.search-details .refine-filters .date-period-error {
  border-color: var(--state-danger-text);
}
.search-details .refine-filters .date-error {
  padding-top: 5px;
  padding-left: 5px;
  color: var(--state-danger-text);
}
.search-details .refine-filters .custom-period {
  height: 20px;
  width: 70px;
}
.search-details .refine-filters .custom-period-group {
  display: inline-flex;
  padding-left: 3px;
}
.search-details .refine-filters .custom-period-group .date-label {
  width: 47px;
  align-content: center;
}
.search-details .refine-filters .custom-period-group input.custom-period {
  gap: 5px;
  background-color: var(--input-bg) !important;
  width: 35px;
  font-size: 11px;
  padding: 0;
  overflow: visible;
  border-radius: 0 5px 5px 0;
  text-align: center;
}
.search-details .refine-filters .period-select {
  position: relative;
  padding: 0;
  margin-left: 2px;
  height: 20px;
  width: 65px;
  font-size: x-small;
  text-indent: 0;
}
.search-details .refine-filters #custom-period-units {
  border-radius: 5px 5px 5px 5px;
}
.search-details .refine-filters .form-control {
  text-indent: 0;
}
.search-details .refine-filters .form-group {
  background-color: var(--body-bg);
  margin-bottom: 0px;
  border-radius: 6px;
  margin-top: 5px;
  padding-right: 1px;
  padding-left: 2px;
  gap: 20px;
  height: 25px;
}
.search-details .refine-filters .form-group .selected-radio {
  background-color: var(--brand-xx-light-blue);
  height: 14px;
  padding: 1px 3px 1px 5px;
  border-radius: 4px;
  box-shadow: 0 0.3px 4px 0 rgba(0, 0, 0, 0.15), 0 0.3px 0.3px 0 rgba(0, 0, 0, 0.15);
}
.search-details .refine-filters .form-group .form-check {
  gap: 5px;
  margin-left: 1px;
  margin-right: 2px;
  font-size: 11px;
  display: flex;
  align-items: center;
  height: 22px;
}
.search-details .refine-filters .form-group .form-check input {
  margin: 0px;
}
.search-details .refine-filters .form-group .form-check input[type='radio']:checked {
  accent-color: var(--brand-blue);
}
.search-details .refine-filters .form-group .form-check input[type='radio']:checked ~ label {
  color: var(--text-color);
}
.collection {
  background-color: var(--text-muted-contrasting);
}
.collection .search-option {
  color: var(--input-bg);
  max-width: 475px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.document {
  background-color: var(--grey-lighter);
}
.document .search-option {
  max-width: 475px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-item {
  display: flex;
  flex-direction: row;
  height: 20px;
  margin-right: 3px;
}
.search-within-text {
  display: flex;
  width: 100%;
  height: fit-content;
  margin-bottom: -33px;
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 6px 8px 8px 0;
}
.search-within-text span {
  align-content: center;
  padding-bottom: 24px;
  padding-left: 5px;
}
.search-within-text button {
  padding: 5px;
  height: 35px;
  margin-left: 5px;
}
.results-page {
  width: 100%;
  padding-left: 10px;
}
.results-page.input-group {
  padding-left: 0px;
  position: relative;
}
.results-page span {
  bottom: 26px;
}
.results-page .input-group {
  width: 100%;
}
.results-page .invalid-feedback {
  display: none;
}
.results-page input {
  text-indent: 15px;
}
.results-page input.is-invalid {
  border: 2px solid var(--state-danger-text);
}
.results-page input:focus + span {
  color: #73aee7;
}
.results-page ul {
  list-style-type: none;
  text-align: left;
  position: absolute;
  z-index: 1100;
  border-top: none;
  background-color: var(--modal-bg);
  margin-top: -26px;
  width: 100%;
  border: 1px solid #73aee7;
}
.results-page:focus-within .search-icon svg path {
  fill: #73aee7;
}
.results-page .search-icon {
  position: relative;
  top: -27px;
}
.results-page .search-icon svg {
  height: 20px;
  width: 20px;
}
.results-page .search-icon svg path {
  fill: var(--btn-hover);
}
.results-page li {
  padding: 2px;
  cursor: pointer;
  border: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.results-page li:hover {
  background-color: var(--dropdown-menu-hover);
}
.results-page .selected {
  color: #73aee7;
  font-weight: 700;
}
.search-btn {
  color: var(--link-color);
  font-size: 12px;
  padding: 0px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--input-bg);
  border-radius: 6px;
  height: 25px;
  text-decoration: none;
  border: none;
}
.search-btn.refine {
  gap: 3px;
}
.search-btn:hover {
  color: var(--link-hover-color);
  background-color: var(--brand-xx-light-blue);
}
.search-btn.expanded {
  background-color: var(--brand-blue);
  color: var(--input-bg);
}
.search-btn.expanded span {
  transform: rotate(180deg);
}
.search-btn.expanded svg g path {
  fill: var(--input-bg) !important;
}
.search-btn.amend {
  margin: 0px 6px;
}
.search-btn.saved {
  margin-right: 6px;
}
.search-btn.disabled {
  color: var(--text-muted);
  cursor: auto;
  background-color: var(--grey-light);
}
.search-btn.disabled .label {
  text-decoration: none;
}
.saved-search-list {
  height: 100%;
  overflow-y: auto;
}
.saved-search-modal .modal-dialog {
  top: 20px;
}
.saved-search-modal .modal-dialog .modal-content {
  max-height: 290px;
  background: none;
}
.saved-search-modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  max-height: 290px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: var(--modal-bg);
  border-radius: 5px;
}
.saved-search-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 7px;
}
.saved-search-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  background: var(--input-bg);
}
.saved-search-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: var(--grey-light);
  border-radius: 15px;
}
.saved-search-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
.saved-search-modal .modal-dialog .modal-content .modal-body .search-step {
  margin: 4px 5px 4px;
}
.saved-search-modal .modal-dialog .modal-content .modal-body .step-content {
  height: 100%;
}
.saved-search-modal .modal-dialog .modal-content .modal-body .step-content .saved-search-modal-content {
  display: flex;
  justify-content: space-between;
}
.saved-search-modal .modal-dialog .modal-content .modal-body .step-content .saved-search-modal-content ul {
  margin-top: 5px;
  margin-bottom: 0px;
}
.saved-search-modal .modal-dialog .modal-content .modal-body .step-content .saved-search-modal-content button {
  align-self: flex-end;
  height: 25px;
  background-color: var(--brand-extra-light-blue);
  border: 1px solid var(--brand-blue);
  border-radius: 3px;
}
.saved-search-modal .modal-dialog .modal-content .modal-body .step-content .saved-search-modal-content button:hover {
  background-color: var(--brand-xx-light-blue);
}
.pw-saved-searches .amend-search-icon svg,
.toolbar-saved-search .amend-search-icon svg,
.search-btn .amend-search-icon svg {
  height: 16px;
  width: 16px;
}
.pw-saved-searches g rect,
.toolbar-saved-search g rect,
.search-btn g rect {
  stroke: var(--icon-dark-blue);
}
.pw-saved-searches path,
.toolbar-saved-search path,
.search-btn path {
  fill: var(--icon-dark-blue);
}
.pw-saved-searches .content,
.toolbar-saved-search .content,
.search-btn .content {
  bottom: 0px;
}
.toolbar-saved-search .toolbar-item.btn {
  padding: 2px 4px;
  top: 1px;
}
.edit-saved-search-filters {
  display: flex;
  gap: 10px;
  margin-top: -11px;
  font-size: 11px;
  min-height: 38px;
  background-color: var(--brand-xx-light-blue);
  justify-content: start;
  align-items: center;
  padding: 5px;
  border-radius: 6px;
  margin-left: -8px;
  width: 102%;
  padding-left: 39px;
}
.edit-saved-search-filters .filter-item {
  border: solid 1px var(--grey-light);
  border-radius: 6px;
  background-color: var(--body-bg);
  color: var(--grey-darker);
  padding: 0px 10px;
  text-align: center;
  min-width: 0px !important;
}
.edit-saved-search-filters .filter-item .filter-item-value {
  color: var(--text-color);
  font-weight: bold;
  margin-right: 5px;
}
.edit-saved-search-filters .filter-icon {
  background-color: var(--body-bg);
  border-radius: 6px;
  border: solid 1px var(--grey-light);
  display: flex;
  align-items: center;
  padding: 3px;
  min-width: 0px;
}
.edit-saved-search-filters .filter-icon svg {
  height: 14px;
  width: 14px;
}
.edit-saved-search-filters .filter-icon svg g g {
  fill: var(--text-color);
}
.saved-search-table.admin-table .table-responsive {
  overflow-x: hidden;
}
.saved-search-table.admin-table .table-responsive .table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-left: 15px;
  width: 100%;
}
.saved-search-table.admin-table .table-responsive .table thead > tr {
  display: grid;
  grid-template-columns: 24% 18% 36% 10% 6%;
  margin: 0px 20px;
  width: 91%;
}
.saved-search-table.admin-table .table-responsive .table thead > tr th {
  min-width: 145px;
  border: none;
}
.saved-search-table.admin-table .table-responsive .table thead > tr th:nth-child(3) {
  padding-left: 20px;
}
.saved-search-table.admin-table .table-responsive .table thead > tr th:last-child {
  justify-content: center;
  text-align: center;
}
.saved-search-table.admin-table .table-responsive .table tbody {
  width: 95%;
}
.saved-search-table.admin-table .table-responsive .table tbody tr {
  display: grid;
  grid-template-columns: 3% 20% 20% 28% 18% 6%;
  min-height: 55px;
  border: 1px solid var(--brand-extra-light-blue);
  border-radius: 6px;
  margin: 10px;
  width: 95%;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td {
  border: none;
  display: flex;
  align-items: center;
  min-width: 150px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .search-title-container {
  display: flex;
  flex-direction: row;
  max-width: 155px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .search-title-container .filters-control {
  min-width: 20px;
  margin: 0 5px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .query-container {
  display: flex;
  flex-wrap: wrap;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .query-container .query {
  margin-right: 5px;
  padding: 0 3px;
  white-space: nowrap;
  margin-bottom: 5px;
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .query-container .query-in {
  margin-right: 3px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .query-container .searched-items {
  margin-left: 5px;
  font-weight: bold;
  color: var(--grey-darker);
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .last-run-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 3;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .last-run-container svg {
  height: 14px;
  width: 14px;
  margin-left: 3px;
  margin-right: 2px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .last-run-container .results-container {
  color: var(--text-color);
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .last-run-container .results-container .results-count {
  color: var(--text-color);
  margin-right: 3px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .rerun-search-btn {
  display: flex;
  align-items: center;
  padding: 3px 6px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .rerun-search-btn svg {
  height: 16px;
  width: 16px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .rerun-search-btn svg g g {
  fill: var(--icon-dark-blue);
}
.saved-search-table.admin-table .table-responsive .table tbody tr td .rerun-search-btn:hover svg g g {
  fill: var(--link-color);
}
.saved-search-table.admin-table .table-responsive .table tbody tr.panel-open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr.expandable-panel {
  display: flex;
  gap: 10px;
  margin-top: -11px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 11px;
  min-height: 38px;
  background-color: var(--brand-xx-light-blue);
  justify-content: start;
  align-items: center;
  padding: 5px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr.expandable-panel td:not(:first-child) {
  min-width: 100px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr.expandable-panel td:nth-child(3) {
  margin-right: 0px;
  flex-grow: 0;
}
.saved-search-table.admin-table .table-responsive .table tbody tr.expandable-panel .filter-icon {
  background-color: var(--body-bg);
  border-radius: 6px;
  border: solid 1px var(--grey-light);
  display: flex;
  align-items: center;
  padding: 3px;
  min-width: 0px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr.expandable-panel .filter-icon svg {
  height: 14px;
  width: 14px;
}
.saved-search-table.admin-table .table-responsive .table tbody tr.expandable-panel .filter-icon svg g g {
  fill: var(--text-color);
}
.saved-search-table.admin-table .table-responsive .table tbody tr.expandable-panel .filter-item {
  border: solid 1px var(--grey-light);
  border-radius: 6px;
  background-color: var(--body-bg);
  color: var(--grey-darker);
  padding: 0px 10px;
  text-align: center;
  min-width: 0px !important;
}
.saved-search-table.admin-table .table-responsive .table tbody tr.expandable-panel .filter-item .filter-item-value {
  color: var(--text-color);
  font-weight: bold;
  margin-right: 5px;
}
#popover-search-list .popover-content {
  padding: 0px 10px 0px 0px;
  max-height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
}
#popover-search-list .popover-content::-webkit-scrollbar {
  width: 7px;
}
#popover-search-list .popover-content::-webkit-scrollbar-track {
  background: var(--input-bg);
}
#popover-search-list .popover-content::-webkit-scrollbar-thumb {
  background: var(--grey-light);
  border-radius: 15px;
}
#popover-search-list .popover-content::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
#popover-search-list .popover-content li {
  list-style: disc;
}
.download-select-form button {
  margin-top: 28px;
}
.download-select-form input.is-valid {
  border-color: green;
}
.download-select-form .picon.valid-field {
  float: right;
  margin-right: 10px;
  margin-top: -24px;
}
.download-list {
  border-top: 2px solid var(--brand-blue);
  border-bottom: 2px solid var(--brand-blue);
  padding: 20px 0;
  margin-bottom: 15px;
  max-height: 60vh;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.download-list .no-paths {
  border: solid #b94a48;
}
.download-list .download-file-list {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.download-warning {
  font-style: italic;
  font-size: small;
  margin-bottom: 10px;
  padding: 5px;
}
.download-warning .picon {
  margin-right: 5px;
}
.download-warning .picon.state-warning {
  color: #f87b06;
}
.download-warning .picon.downloaded-warning {
  color: #b125b4;
}
.download-warning .warning-emph {
  font-weight: bold;
  font-style: normal;
}
.download-warning.state-warning {
  background-color: #ffe7b3;
}
.download-warning.downloaded-warning {
  background-color: pink;
}
.download-line-actions {
  width: 40px;
}
.delete-download {
  float: right;
}
.download-container {
  min-height: 90vh;
}
.download-container .btn.btn-secondary {
  background-color: #dadff3;
  border: solid 1px #999;
  color: black;
}
.download-container .btn.btn-secondary:hover {
  background-color: #bdc7fa;
}
.download-container .btn.btn-secondary:focus {
  outline: 5px auto #505fab;
  outline-offset: -2px;
}
.download-container .btn.btn-secondary .disabled {
  color: #616060;
  background-color: #f2f4fc;
}
.download-container .clear-list {
  float: right;
}
.react-hook-form-modal.invoice-modal .react-hook-form-fields,
.react-hook-form-modal.profile-modal .react-hook-form-fields {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.react-hook-form-modal.invoice-modal .react-hook-form-fields .customer-refs-container,
.react-hook-form-modal.profile-modal .react-hook-form-fields .customer-refs-container {
  grid-column: span 2;
}
.react-hook-form-modal.invoice-modal .react-hook-form-fields .customer-refs-container .table,
.react-hook-form-modal.profile-modal .react-hook-form-fields .customer-refs-container .table {
  width: 100%;
}
.react-hook-form-modal.invoice-modal .react-hook-form-fields .customer-refs-container .invoice-ref,
.react-hook-form-modal.profile-modal .react-hook-form-fields .customer-refs-container .invoice-ref {
  width: 420px;
}
.react-hook-form-modal.invoice-modal .react-hook-form-fields .customer-refs-container .invoice-id,
.react-hook-form-modal.profile-modal .react-hook-form-fields .customer-refs-container .invoice-id {
  width: 225px;
}
.organisation-page {
  display: flex;
  height: 100vh;
}
.organisation-page .organisation-list {
  min-width: 215px;
  border-right: 1px solid var(--grey-light);
  padding: 20px;
  max-height: 85vh;
  overflow-y: auto;
}
.organisation-page .organisation-list .selected {
  font-weight: bold;
}
.organisation-page .organisation-list h3 {
  margin-top: 0;
}
.organisation-page ul {
  list-style: none;
  padding: 0;
}
.organisation-page ul li {
  padding: 8px 0;
  cursor: pointer;
}
.organisation-page main {
  flex: 1;
  padding: 20px;
}
.organisation-details {
  width: 100%;
  margin: 20px -10px;
}
.organisation-details .profile-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.organisation-details .search-step {
  width: 100%;
}
.organisation-details .step-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.organisation-details .org-details-row {
  display: flex;
  margin-bottom: 2rem;
  gap: 2rem;
}
.organisation-details .org-details-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1rem;
}
.organisation-details .org-details-item .contact-email {
  overflow-wrap: anywhere;
}
.organisation-details .org-details-item .copy {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px 5px;
}
.organisation-details .org-details-item .copy span svg {
  width: 15px;
  height: 15px;
}
.organisation-details .org-details-item label {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.organisation-details .contact-list {
  display: flex;
  gap: 1rem;
}
.organisation-details .invoice-references h3 {
  margin: 0px;
  font-size: 18px;
}
.organisation-details .input-group {
  display: flex;
  gap: 0.5rem;
}
.organisation-details .date-filter-input {
  width: 150px;
}
.organisation-details .address {
  align-self: center;
}
.organisation-details .admin-table {
  margin-bottom: 25px;
}
.organisation-details .table-responsive {
  z-index: 0;
  position: relative;
}
.organisation-details .edit-profile-buttons {
  align-self: end;
  gap: 5px;
  display: flex;
}
.organisation-details .date-arrow {
  align-self: center;
}
.download-invoice-label {
  margin-left: 5px;
}
#communicationHistoryForm #communication_history {
  width: 200%;
}
.workspace-upload-summary .summary-message {
  margin-bottom: 12px;
}
.workspace-upload-summary .no-docid-summary {
  color: var(--state-danger-text);
}
.workspace-upload-summary .document-summary {
  margin-bottom: 8px;
}
.workspace-upload-summary .document-summary ul {
  margin-top: 4px;
  margin-bottom: 0;
}
.document-summary-bar {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.document-summary-bar .summary-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.document-summary-bar .summary-header .document-info {
  flex: 1;
}
.document-summary-bar .summary-header .document-info .document-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
}
.document-summary-bar .summary-header .action-buttons {
  margin-left: 16px;
}
.document-summary-bar .summary-header .action-buttons .metadata-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.document-summary-bar .status-indicator-container {
  display: inline-flex;
  gap: 16px;
}
.document-summary-bar .status-indicator-container .status-indicator {
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.document-summary-bar .status-indicator-container .status-indicator.status-success {
  background-color: var(--state-success-bg);
  color: #387239;
  border: 1px solid #d6e9c6;
}
.document-summary-bar .status-indicator-container .status-indicator.status-warning {
  background-color: #fcf8e3;
  color: #916e36;
  border: 1px solid #faebcc;
}
.document-summary-bar .summary-content .warnings-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.document-summary-bar .summary-content .warnings-section .missing-resources .warning-text {
  color: #916e36;
  font-size: 14px;
  line-height: 1.4;
}
.document-summary-bar .summary-content .warnings-section .missing-resources .vault-info .copy-from-vault-button {
  margin-left: 10px;
}
.document-summary-bar .summary-content .warnings-section .missing-resources .vault-info .vault-text {
  color: var(--brand-blue);
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
}
.document-summary-bar .summary-content .warnings-section .missing-resources .still-missing .still-missing-text {
  color: var(--state-danger-text);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.document-summary-bar .summary-content .warnings-section .unmatched-resources {
  margin-top: 8px;
  color: var(--state-danger-text);
  display: grid;
}
.document-summary-bar .summary-content .warnings-section .unmatched-resources .unmatched-resources-help {
  color: var(--text-muted);
  font-style: italic;
}
.workspace-upload-overlay .loader-overlay {
  width: 98%;
  height: 22%;
}
.upload-progress .progress-bar-container {
  width: 95vw;
  border: 1px solid var(--text-color);
  height: 20px;
  border-radius: 10px;
}
.upload-progress .progress-bar {
  background-color: #1b8133;
  height: 20px;
  border-radius: 10px;
  transition: width 0.3s ease;
}
.upload-results .failed-upload-item {
  color: var(--state-danger-text);
}
.document-id-warnings {
  color: var(--state-danger-text);
}
.document-id-warnings .warning-message {
  margin-bottom: 8px;
}
.iteration-group {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.iteration-group .iteration-expand {
  justify-content: space-between;
  display: flex;
  padding: 5px 25px;
  align-items: center;
  font-size: medium;
}
.iteration-group .iteration-expand svg g path {
  fill: var(--text-color-inverted);
}
.file-list-table {
  max-height: 150px;
  overflow-y: auto;
}
.file-list-table table {
  width: 85%;
  table-layout: fixed;
}
.file-list-table table td:first-child {
  text-align: left;
  width: 70%;
}
.file-list-table table td:last-child {
  text-align: right;
  width: 30%;
}
.file-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  align-content: start;
}
.file-list .file-list-item {
  break-inside: avoid;
  margin-bottom: 8px;
}
.file-list .file-list-item .btn-link {
  vertical-align: middle;
}
.file-type-group h5 {
  border-bottom: 1px solid var(--toolbar-bg);
  color: var(--brand-mid-blue);
}
.workspace-confirmation-modal .text-warning,
.workspace-confirmation-modal .alert-warning {
  color: #6c5228;
}
