/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-brand: #2352a2;
  --color-brand-x1: #cfebff;
  --color-brand-x2: #f0f6fb;
  --color-brand-m1: #29235C;
  --color-brand-m2: #3b69b5;
  --color-body: #f1f2f7;
  --color-body-x1: #ffffff;
  --color-body-x2: #f7f7f7;
  --color-border: #f1f2f7;
  --color-border-x1: #d3d3d3;
  --color-border-x2: #d6d7dd;
  --color-text: #202121;
  --color-white: #ffffff;
  --color-black: #202121;
  --color-black-m1: #2b2c2c;
  --color-black-m2: #32323a;
  --color-gray: #e1e1e1;
  --color-gray-x1: #e9e9e9;
  --color-gray-x2: #fcfcfc;
  --color-gray-m1: #d3d3d3;
  --color-gray-m2: #ededed;
  --color-red: #DC143C;
  --color-green: #00e600;
  --color-green-x1: #7cff7c;
  --color-alert: #ffcc00;
  --color-error: #DC143C;
  --pxls-xxxsmall: 3px;
  --pxls-xxsmall: 6px;
  --pxls-xsmall: 12px;
  --pxls-small: 18px;
  --pxls-medium: 24px;
  --pxls-large: 36px;
  --pxls-xlarge: 48px;
  --pxls-xxlarge: 60px;
  --pxls-xxxlarge: 72px;
}

/* short hand classes */
.sh-list-style-none {
  list-style: none;
}
.sh-display-flex {
  display: flex;
}
.sh-button-list {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  gap: var(--pxls-xsmall);
}
.sh-margin-top-m {
  margin-top: var(--pxls-medium);
}
.sh-margin-top-s {
  margin-top: var(--pxls-small);
}
.sh-margin-top-s1 {
  margin-top: var(--pxls-xsmall);
}
.sh-margin-bottom-m {
  margin-bottom: var(--pxls-medium);
}
.sh-margin-bottom-s {
  margin-bottom: var(--pxls-small);
}
.sh-margin-bottom-s1 {
  margin-bottom: var(--pxls-xsmall);
}
.sh-padding-s {
  padding: var(--pxls-small);
}
.sh-padding-m {
  padding: var(--pxls-medium);
}
.sh-padding-bottom-m {
  padding-bottom: var(--pxls-medium);
}
.sh-padding-sides-s {
  padding-left: var(--pxls-small);
  padding-right: var(--pxls-small);
}
.sh-padding-sides-m {
  padding-left: var(--pxls-medium);
  padding-right: var(--pxls-medium);
}
.sh-padding-ends-m {
  padding-top: var(--pxls-medium);
  padding-bottom: var(--pxls-medium);
}
.sh-flex-full-width {
  width: 100%;
}

button {
  cursor: pointer;
}
.button {
  display: inline-block;
  padding: var(--pxls-xsmall);
  color: var(--color-brand);
  background-color: var(--color-brand-x1);
  cursor: pointer;
  position: relative;
  border: 2px solid var(--color-brand-x1);
  text-align: center;
}
.button:hover {
  background-color: var(--color-brand);
  color: var(--color-white);
}
.button:active {
  top: 1px;
}
.button.clear button {
  background-color: var(--color-white);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
  border: none;
  color: var(--color-black);
}
.button.clear:hover button {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 3px 9px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
  color: var(--color-black);
}
.button.delete:hover,
.delete .button:hover {
  background-color: var(--color-red);
}
.button.small {
  padding: var(--pxls-xxsmall);
  font-size: 0.7rem;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  border: 1px solid var(--color-gray);
  padding: var(--pxls-xsmall);
  height: 47px;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
input[type=text]:active, input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=datetime]:active,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=color]:active,
input[type=color]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: none;
  border-color: var(--color-brand);
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--color-gray);
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color-gray);
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--color-gray);
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--color-gray);
}
input[type=text]::placeholder, input[type=text] .placeholder,
input[type=password]::placeholder,
input[type=password] .placeholder,
input[type=datetime]::placeholder,
input[type=datetime] .placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime-local] .placeholder,
input[type=date]::placeholder,
input[type=date] .placeholder,
input[type=month]::placeholder,
input[type=month] .placeholder,
input[type=time]::placeholder,
input[type=time] .placeholder,
input[type=week]::placeholder,
input[type=week] .placeholder,
input[type=number]::placeholder,
input[type=number] .placeholder,
input[type=email]::placeholder,
input[type=email] .placeholder,
input[type=url]::placeholder,
input[type=url] .placeholder,
input[type=search]::placeholder,
input[type=search] .placeholder,
input[type=tel]::placeholder,
input[type=tel] .placeholder,
input[type=color]::placeholder,
input[type=color] .placeholder,
select::placeholder,
select .placeholder,
textarea::placeholder,
textarea .placeholder {
  color: var(--color-gray);
}
textarea {
  min-height: 100px;
  resize: vertical;
}
.field-hidden {
  display: none;
}
.input-row input[type=text],
.input-row input[type=password],
.input-row input[type=datetime],
.input-row input[type=datetime-local],
.input-row input[type=date],
.input-row input[type=month],
.input-row input[type=time],
.input-row input[type=week],
.input-row input[type=number],
.input-row input[type=email],
.input-row input[type=url],
.input-row input[type=search],
.input-row input[type=tel],
.input-row input[type=color],
.input-row select,
.input-row textarea {
  width: 100%;
}
.input-row label input[type=checkbox] {
  margin-left: 6px;
}
.input-row > label {
  margin-bottom: var(--pxls-xxsmall);
  font-size: 0.8rem;
  display: block;
  padding-right: var(--pxls-medium);
}
.input-row .instruction {
  padding-top: var(--pxls-xxsmall);
  font-size: 0.8rem;
}
.input-row.error .instruction, .input-row.is-invalid .instruction {
  color: var(--color-red);
}
.input-row.wbutton .wbutton-row {
  display: flex;
}
.input-row.hide {
  display: none;
}
.toggle label {
  position: relative;
  display: inline-block;
  width: 48px;
  height: var(--pxls-medium);
}
.toggle label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle label input:checked + span.tg {
  background-color: var(--color-brand);
}
.toggle label input:checked + span.tg:before {
  -webkit-transform: translateX(var(--pxls-medium));
  -ms-transform: translateX(var(--pxls-medium));
  transform: translateX(var(--pxls-medium));
}
.toggle label input:checked[disabled] + span.tg {
  background-color: #d5edf8;
}
.toggle label input:focus + span.tg {
  box-shadow: 0 0 1px var(--color-brand);
}
.toggle label span.tg {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-gray);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.toggle label span.tg:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: var(--color-body);
}
.toggle .txt {
  padding-left: var(--pxls-xsmall);
  top: 4px;
  position: relative;
  display: inline-block;
}
.is-disabled .toggle label span.tg {
  cursor: not-allowed;
  opacity: 0.6;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background-color: var(--color-body);
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  align-content: space-between;
  color: var(--color-text);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--color-brand);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  margin: 0;
}
h1, .h1 {
  font-size: 2rem;
}
h2, .h2 {
  font-size: 1.6rem;
}
h3, .h3 {
  font-size: 1.4rem;
}
h4, .h4 {
  font-size: 1.2rem;
}
h5, .h5 {
  font-size: 1.1rem;
}

p:not(:last-child) {
  margin-bottom: var(--pxls-xsmall);
}

table {
  display: block;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
table thead, table tbody {
  display: table;
  width: 100%;
}
table td {
  vertical-align: top;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

#ui-datepicker-div {
  z-index: 100 !important;
}

.flex-grid {
  display: flex;
  flex-direction: column;
  padding: 0 var(--pxls-xsmall);
}
.flex-grid .flex-grid {
  padding: 0;
}

.outer-box {
  padding: var(--pxls-xsmall);
  padding-bottom: 0;
}
.box {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  background-color: var(--color-body-x1);
}
.box .box-title {
  font-size: 1.2rem;
  padding: var(--pxls-xsmall) var(--pxls-medium);
  border-bottom: 1px solid var(--color-border);
  position: relative;
}
.box .box-title.small {
  padding: var(--pxls-xsmall);
  font-size: 0.9rem;
}
.box.with-shutable .box-title:hover {
  cursor: pointer;
  background-color: var(--color-brand-x1);
}
.box.with-shutable.closed .box-content {
  display: none;
}
.box.with-shutable .box-title::after {
  position: absolute;
  top: var(--pxls-small);
  right: var(--pxls-xsmall);
  content: "\f062";
  font: normal normal normal 14px/1 FontAwesome;
}
.box.is-seethru {
  opacity: 0.6;
}
.box.with-shutable:not(.closed) {
  opacity: 1;
}
.box.with-shutable.closed .box-title::after {
  content: "\f063";
}

.section-outer-title {
  padding: 0 var(--pxls-medium);
  padding-bottom: var(--pxls-small);
  font-weight: 700;
  font-size: 1.3rem;
}

.save-bar {
  display: flex;
  border-top: 1px solid var(--color-border);
  padding: 0 var(--pxls-medium);
  width: 100%;
}
.save-bar .right {
  align-self: flex-end;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.save-bar .message {
  padding: var(--pxls-xsmall) 0;
}
.save-bar ul.buttons {
  display: flex;
}
.save-bar ul.buttons li {
  margin-left: 6px;
}
.save-bar.stuck {
  background-color: rgba(255, 255, 255, 0.8);
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.data-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: var(--pxls-small);
  padding: var(--pxls-small) var(--pxls-xsmall);
}
.data-form .flx-33 {
  flex: 33.33%;
}
.data-form .input-row,
.data-form .flx-50,
.data-form .flx-other {
  flex: 50%;
  padding: 0 var(--pxls-xsmall);
  margin-bottom: 0;
}
.data-form .flx-100 {
  flex: 100%;
}

.list table tr th,
.list table tr td {
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  padding: var(--pxls-xsmall) var(--pxls-xsmall);
}
.list table tr th a,
.list table tr td a {
  color: var(--color-text);
}
.list table tr th a:hover,
.list table tr td a:hover {
  color: var(--color-brand);
}
.list table tr th i.fa {
  margin-right: 6px;
}
.list table tr th.checkbox,
.list table tr td.checkbox {
  width: 25px;
  white-space: nowrap;
  padding: var(--pxls-xsmall);
}
.list table tr th.number,
.list table tr td.number {
  white-space: nowrap;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.list table tr td {
  font-size: 0.9rem;
}
.list table tr td.action {
  text-align: center;
}
.list table tr:nth-of-type(even) {
  background-color: var(--color-gray-x2);
}
.list table tr a.block {
  display: block;
}
.list table thead tr:not(:last-child) {
  border-bottom: 2px solid var(--color-border);
}

.search .filter-bar {
  display: flex;
  align-items: flex-end;
  padding: 0 var(--pxls-medium);
}
.search .filter-bar .search-bar {
  display: flex;
  align-items: flex-end;
}
.search .filter-bar .clear-filter {
  padding: 0 6px;
}
.search .list {
  margin-bottom: var(--pxls-xsmall);
}
.search .list .select {
  width: 28px;
  padding-right: 0;
}
.search .list .image {
  padding-right: 0;
}
.search .list .empty td {
  padding: var(--pxls-medium);
  font-size: 1.2rem;
}
.search .navigation {
  display: flex;
  padding: 0 var(--pxls-small);
  align-items: baseline;
}
.search .navigation ul {
  display: flex;
}
.search .navigation ul li {  
  padding-right: var(--pxls-small);
}
.search .navigation .page-tally {
  font-size: .8rem;
}
.search .under {
  display: flex;
  justify-content: space-between;
  vertical-align: top;
}
.search .under .right {
  display: flex;
  align-self: flex-end;
  margin-left: auto;
  padding: 0 var(--pxls-small);
}
.search .under .actions {
  list-style: none;
}
.search .under .totals {
  display: flex;
  align-self: flex-end;
  margin-left: auto;
}
.search .under .totals th,
.search .under .totals td {
  padding-left: var(--pxls-small);
}
.search .under .totals th {
  text-align: right;
}
.list-page .search {
  margin-bottom: var(--pxls-xsmall);
}

.results .input-bar {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  padding: 0 var(--pxls-medium);
}
.results .input-bar .search-bar {
  align-self: flex-end;
  position: relative;
}
.results .input-bar .search-bar .clear {
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 0;
  padding-right: 0;
}
.results .searching-for {
  padding: 0 var(--pxls-medium);
}
.results .searching-for .keyword {
  font-weight: 700;
}
.results .empty {
  padding: var(--pxls-medium);
}
.results .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pxls-medium);
}
.results .pagination {
  display: flex;  
  align-items: center;
}
.results .pagination .page-controls {
  display: flex;
}
.results .pagination .page-controls .page {
  margin-right: 6px;
}
.results .pagination .page-controls .button-design {
  padding: var(--pxls-xsmall);
  display: inline-block;
  border: 2px solid transparent;
  font-weight: 700;
}
.results .total {
  padding: var(--pxls-xsmall) 0;
  align-self: flex-end;
  margin-left: auto;
}

.notice .inner {
  border: 2px solid var(--color-text);
  background-color: var(--color-body-x2);
  position: relative;
  display: flex;
}
.notice .icon {
  width: 30px;
  background-color: var(--color-green);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--color-text);
}
.notice .inner .content {
  flex: 1;
  padding: var(--pxls-xsmall);
  padding-right: 40px;
}
.notice .inner button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px;
  background: none;
}
.notice .inner button:hover {
  color: var(--color-red);
}
.notice.error .icon {
  background-color: var(--color-error);
}
#main > .notices {
  padding: var(--pxls-medium);
  padding-bottom: 0;
}

.notice-board .box-content,
.box-padded .box-content {
  padding: var(--pxls-medium);
}

.notice-important ul {
  padding: var(--pxls-medium);
  background-color: #54959c;
  color: var(--color-white);
}
.notice-important ul li:not(:last-child) {
  margin-bottom: var(--pxls-xsmall);
}

.calculations .total-line:not(:last-child) td {
  padding-bottom: var(--pxls-xxsmall);
}
.calculations .total-line td:first-child {
  padding-right: var(--pxls-xxsmall);
  text-align: right;
}

.items .list table tr.new {
  background-color: var(--color-brand-x2);
}
.items .list table tr.new input::placeholder,
.items .list table tr.new textarea::placeholder {
  color: var(--color-black-m2);
}
.items .list table tr td {
  vertical-align: top;
}
.items .list .item .input-row:not(:last-child) {
  margin-bottom: var(--pxls-xsmall);
}
.items .list table tr .number {
  text-align: center;
  width: 40px;
}
.items .item td.number .num,
.items .item td.number .checkbox {
  margin-bottom: 6px;
}
.items .item td.number .percent.complete {
  color: var(--color-green-x1);
}
.items .item td.details {
  min-width: 50%;
  padding-left: 0;
}
.items .item .box {
  background-color: transparent;
}
.items .item .more-info .box-content {
  padding: var(--pxls-xsmall);
}
.items .item .maths .inputs {
  display: flex;
  flex-wrap: wrap;
}
.items .item .maths .input-row {
  flex: 50%;
}
.items .item .maths .input-row:nth-of-type(odd) {
  padding-right: var(--pxls-xxsmall);
}
.items .item .maths .input-row:nth-of-type(even) {
  padding-left: var(--pxls-xxsmall);
}
.items .item .totals .total-line {
  margin-bottom: 6px;
}
.items .item .totals .total {
  margin-top: 6px;
}
.items .new .add-new {
  text-align: right;
}
.items .bottom {
  display: flex;
  align-items: top;
  justify-content: space-between;
  padding: var(--pxls-xsmall);
}
.items .bottom .information ul.buttons {
  display: flex;
}
.items .bottom .information ul.buttons li {
  margin-right: var(--pxls-xxsmall);
}
.items .bottom .information .info-bottom {
  margin-top: var(--pxls-small);
}
.items .bottom .calculations {
  margin-left: auto;
}

.content-space h4 {
  margin-bottom: var(--pxls-xsmall);
}
.content-space ul li:not(:last-child),
.content-space ol li:not(:last-child) {
  margin-bottom: var(--pxls-xsmall);
}

.file-uploads ul {
  display: flex;
  flex-direction: row;
  gap: var(--pxls-medium);
  padding: 0 var(--pxls-medium)
}
.file-uploads ul li {
  width: 100%;
  flex: 25%;
  max-width: 25%;
  position: relative;
}
.file-uploads ul li label {
  display: block;
  padding: var(--pxls-xsmall);
  border: 1px solid var(--color-border);
  border-bottom: 0;
}
.file-uploads ul li button {
  position: absolute;
  top: 0;
  right: 0;
}
.file-uploads ul li:not(.new) .info {
  display: flex;
}
.file-uploads ul li:not(.new) .info .input-row {
  flex: 1;
}

#activities .date {
  background-color: var(--color-border);
  padding: var(--pxls-xsmall);
}
#activities .activity {
  padding: var(--pxls-xsmall);
  font-size: 0.9rem;
  border-bottom: 1px solid var(--color-border);
}
#activities .activity h4 {
  font-size: 1.1rem;
}
#activities .pagination {
  display: flex;
  align-items: center;
  padding: 0 var(--pxls-xsmall);
  justify-content: flex-end;
}
#activities .pagination li {
  margin-left: 6px;
  font-size: 0.8rem;
}

#due-assets .asset {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 6px;
}
#due-assets .asset:nth-of-type(2n) {
  background-color: var(--color-gray-x2);
}
#due-assets .asset .label {
  padding: var(--pxls-xsmall);
}
#due-assets .dates {
  display: flex;
  font-size: 0.8rem;
  padding: 0 6px;
}
#due-assets .dates li {
  padding: 6px;
}
#due-assets .dates li:not(:last-child) {
  border-right: 1px solid var(--color-border);
}
#due-assets .pagination {
  display: flex;
  align-items: center;
  padding: 0 var(--pxls-xsmall);
  justify-content: flex-end;
}
#due-assets .pagination li {
  margin-left: 6px;
  font-size: 0.8rem;
}

#payment-form .box-content > p {
  padding: var(--pxls-small);
}
#payment-form .bottom {
  display: flex;
  justify-content: space-between;
  padding: var(--pxls-xsmall);
}

#notes-form .box-content {
  padding: 0 var(--pxls-xsmall);
}
#notes-form .new .field-checkbox.note-important {
  padding: var(--pxls-xsmall) 0;
}
#notes-form ul .note {
  background-color: var(--color-gray-m2);
  border: 1px solid var(--color-border-x1);
  margin-bottom: var(--pxls-xsmall);
}
#notes-form ul .note .byline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .7rem;
  background-color: var(--color-border-x1);
}
#notes-form ul .note .byline .details {
  padding: 8px var(--pxls-xsmall);
}
#notes-form ul .note .text {
  padding: var(--pxls-xsmall);
  font-size: 0.8rem;
}
#notes-form ul .empty {
  padding: var(--pxls-small) 0;
}
#notes-form .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#notes-form .bottom .post-button {
  margin-left: auto;
}

#upload-form .box-content {
  padding: var(--pxls-small);
}
#upload-form .uploader {
  margin-bottom: var(--pxls-medium);
}
#upload-form .buttons {
  text-align: right;
}

#cal-view h3 {
  padding-bottom: var(--pxls-xsmall);
}
#cal-view .main {
  position: relative;
}
#cal-view tr th {
  text-align: center;
  padding: 6px;
  border-left: 1px solid #dddddd;
}
#cal-view tr th.week-no {
  width: 20px;
  border-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.6rem;
}
#cal-view tr th.week-no.number {
  vertical-align: middle;
}
#cal-view tr.current .week-no {
  background-color: #bdd7dc;
}
#cal-view td.day {
  background-color: #dddddd;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 14%;
}
#cal-view td.day .inner-day {
  display: flex;
  flex-direction: column;
  min-height: 100px;
}
#cal-view tr:last-of-type td.day {
  border-bottom: 0;
}
#cal-view .day.current {
  background-color: #cdcdcd;
}
#cal-view .day.today {				
  background-color: #bdd7dc;
}
#cal-view tr .date-line {
  padding-top: 6px;
  text-align: center;
  font-size: 0.8rem;
}
#cal-view tr.current .date-line {
  font-weight: 700;
}
#cal-view td.day .info {
  padding: 6px;
}
#cal-view td.day .info > button {
  border: 1px solid #000000;
  margin-right: 6px;
  margin-bottom: 6px;
  outline: 0;
  padding: 3px;
  font-size: 0.7rem;
  width: 100%;
}
#cal-view td.day .info > button:hover {
  opacity: .9;
}
#cal-view .day .entity {
  display: none;
}
#cal-view td.day .bottom-line {
  display: flex;
  margin-bottom: 6px;
  margin-top: auto;
  flex-wrap: wrap;
}
#cal-view td.day .bottom-line li {
  padding: 0 6px;
  font-size: 0.7rem;
  border-right: 1px solid #ffffff;
  text-wrap: nowrap;
}
#cal-view td.day .bottom-line li:last-of-type {
  border-right: 0;
}
#cal-view .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#cal-view .bottom .details {
  padding-left: 6px;
}
#cal-view .bottom .links ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
#cal-view .bottom .links ul a {
  font-size: 1.3rem;			
  border-left: 1px solid #dddddd;
  padding: 6px;
  display: block;
}
#cal-view .bottom .links ul a:hover {
  background-color: #e1e7eb;
}
#cal-view .color-key {
  display: flex;
  flex-flow: wrap;
  border-bottom: 1px solid #dddddd;
  list-style: none;
}
#cal-view .color-key li {
  padding: 3px;
}
#cal-view .color-key li div {
  padding: 3px;
  border: 1px solid #dddddd;
  font-size: .8rem;
}
#cal-view .overlay {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: var(--pxls-xsmall);
}
#cal-view .overlay .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid var(--color-border-x1);
  padding: 6px;
  font-weight: 700;
  height: 36px;
  width: 36px;
}
#cal-view .overlay .close:hover {
  background-color: #e1e7eb;
}
#cal-view .overlay .inner {
  border: 1px solid var(--color-border-x1);
  padding: var(--pxls-xsmall);
  height: 100%;
}
#cal-view .overlay .inner .entity h4 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}
#cal-view .overlay .inner .entity ul.schedule {
  border: 1px solid var(--color-border-x1);
  list-style: none;
}
#cal-view .overlay .inner .entity ul.schedule > li {
  border-bottom: 1px solid var(--color-border-x1);
}
#cal-view .overlay .inner .entity ul.schedule > li:nth-of-type(2n+1) {
  background-color: #ededed;
}
#cal-view .overlay .inner .entity ul.schedule > li:last-of-type {
  border-bottom: 0;
}
#cal-view .overlay .inner .entity ul.schedule li .top-line {
  font-weight: 700;
}
#cal-view .overlay .inner .entity ul.schedule li.event .info {				
  padding: 12px;
}
#cal-view .overlay .inner .entity ul.schedule li.event .info .lbl {		
  font-weight: 700;
}
#cal-view .overlay .inner .entity ul.schedule li.event .byline {
  display: flex;
  border-top: 1px solid var(--color-border-x1);
}
#cal-view .overlay .inner .entity ul.schedule li.event .byline li {
  padding: 3px 6px;
  border-right:  1px solid var(--color-border-x1);
}
#cal-view .overlay .inner .entity ul.schedule li.event .byline li.po {
  background-color: red;
  color: #ffffff;
}
#cal-view .overlay .inner .entity ul.schedule li.event .byline li.rams {
  background-color: yellow;
}

#owed-due .box-content {
  padding-top: var(--pxls-xsmall);
}
#owed-due .label {
  padding: 0 var(--pxls-xsmall);
  margin-bottom: var(--pxls-xsmall);
}
#owed-due .buttons {
  padding: 0 var(--pxls-xsmall);
  display: flex;
}
#owed-due .buttons .button {
  margin-right: var(--pxls-xsmall);
  margin-bottom: var(--pxls-xsmall);
}
#owed-due .search {
  display: none;
}
#owed-due .close {
  display: none;
  padding: 0 var(--pxls-xsmall);
  margin-bottom: var(--pxls-xsmall);
  font-size: 0.8rem;
}
#owed-due.viewing .close {
  display: block;
}
#owed-due .close:hover {
  color: var(--color-red);
}

body .tox-tinymce,
body .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type),
body .tox .tox-statusbar {
  border: 0;
}
body .tox .tox-toolbar__primary {
  background: none;
}
body .tox .tox-editor-container {
  border: 1px solid var(--color-gray);
}
body .tox .tox-editor-header {
  border-bottom: 1px solid var(--color-gray);
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  padding: 0 var(--pxls-medium);
}
#site-logo {
  display: block;
  padding: 6px 0;
}
#header .nav-toggle {
  display: none;
}
#user-buttons ul {
  list-style: none;
  display: flex;
}
#user-buttons ul li a {
  padding: var(--pxls-xsmall);
  font-size: 1.2rem;
  display: block;
  color: var(--color-text);
}
#user-buttons ul li a:hover {
  background-color: var(--color-brand-x1);
}

#financials .box-content,
#quarterly .box-content {
  padding-top: var(--pxls-xsmall);  
  padding-left: var(--pxls-xsmall);
}
#financials .information,
#quarterly .information {
  padding: 0 var(--pxls-xsmall);
  margin-bottom: var(--pxls-xsmall);
}
#financials .information h4,
#quarterly .information h4 {
  margin-bottom: 6px;
}
#quarterly .information .small {
  font-size: 0.8rem;
}
#financials .data:not(:last-child) {
  margin-bottom: var(--pxls-medium);
}
#financials .data-set,
#quarterly .data-set {
  padding-right: var(--pxls-xsmall);  
}
#quarterly .data-set {
  margin-bottom: var(--pxls-medium);
}
#financials .data-set tr td:last-of-type,
#quarterly .data-set tr td:last-of-type {
  text-align: right;
}

#content {
  display: flex;
  flex-grow: 1;
}

#site-nav {
  background-color: var(--color-brand);
  border-right: 1px solid var(--color-gray);
}
#site-nav ul li {
  list-style: none;
}
#site-nav ul li a {
  display: block;
  padding: var(--pxls-xsmall);
  color: var(--color-white);
  text-align: center;
}
#site-nav ul li a i.fa {
  display: inline-block;
}
#site-nav ul li a span {
  display: none;
}
#site-nav ul li a:hover {
  background-color: var(--color-brand-x1);
  color: var(--color-brand);
}

#main {
  flex-grow: 1;
  position: relative;
  min-width: 0;
}
#header-main {
  padding: 0 var(--pxls-medium);
}

.list-buttons {
  margin-bottom: var(--pxls-xsmall);
}
.list-buttons ul {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  gap: var(--pxls-xsmall);
}
.list-buttons ul li span {
  display: inline-block;
  border-left: 1px solid var(--color-brand-m2);
  padding-left: 3px;
}

#main #breadcrumbs {
  margin: var(--pxls-xsmall) 0;
}
#main h1 {
  margin-bottom: var(--pxls-xsmall);
}
#main .account-name {
  margin-bottom: 3px;
}
#main #header-main .list-buttons {
  margin-bottom: var(--pxls-xsmall);
}

#footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray);
  font-size: .9rem;
  padding: var(--pxls-xsmall) var(--pxls-medium);
}

#login #content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--pxls-medium);
}
#login #content figure,
#login #content #login-form {
  width: 100%;
  max-width: 348px;
}
#login #content figure,
#login #content #login-form .box-content {
  padding: var(--pxls-medium);
}
#login #content #login-form .outer-button {
  text-align: right;
}

#team-calendar .dateless {
  padding: 0 var(--pxls-xsmall);
  padding-bottom: var(--pxls-xsmall);
}
#team-calendar .box-content {
  padding-top: var(--pxls-xsmall);
}

#attending {
  display: flex;
  flex-wrap: wrap;
  align-items: inherit;
  gap: var(--pxls-small);
  padding: 0 var(--pxls-medium);
}
#attending .attendance {
  width: calc(33.33% - var(--pxls-xsmall));
}
#attending .box-title {
  padding: var(--pxls-xsmall);
  font-weight: 700;
}
#attending .attendance.slot-notice {
  padding: var(--pxls-small);
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 600px) {

  .outer-box {
    padding: var(--pxls-medium);
    padding-bottom: 0;
  }

  .flex-grid {
    flex-direction: row;
    gap: var(--pxls-medium);
    padding: 0 var(--pxls-medium);
  }
  .flex-grid .onethird {
    width: 100%;
    flex: 33.33%;
    max-width: 33.33%;
  }
  .flex-grid .onehalf {
    width: 100%;
    flex: 50%;
    max-width: 50%;
  }
  .flex-grid .twothird {
    width: 100%;
    flex: 66.66%;
    max-width: 66.66%;
  }
  .flex-grid .onefourth {
    width: 100%;
    max-width: 25%;
  }

  #site-nav {
    min-width: 170px;
  }  
  #site-nav ul li a {
    padding: var(--pxls-xsmall) var(--pxls-medium);
    padding-right: var(--pxls-xsmall);
    text-align: left;
  }
  #site-nav ul li a i.fa {
    padding-right: 6px;
    width: 30px;
  }
  #site-nav ul li a span {
    display: inline;
  }

}