@charset "UTF-8";
/*
 * FileSender www.filesender.org
 *
 * Copyright (c) 2009-2012, AARNet, Belnet, HEAnet, SURFnet, UNINETT
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * *   Redistributions of source code must retain the above copyright
 *     notice, this list of conditions and the following disclaimer.
 *
 * *   Redistributions in binary form must reproduce the above copyright
 *     notice, this list of conditions and the following disclaimer in the
 *     documentation and/or other materials provided with the distribution.
 *
 * *   Neither the name of AARNet, Belnet, HEAnet, SURFnet and UNINETT nor the
 *     names of its contributors may be used to endorse or promote products
 *     derived from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg: #fff3eb;
  --bs-body-bg-rgb: 255, 243, 235;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(51, 51, 51, 0.75);
  --bs-secondary-color-rgb: 51, 51, 51;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(51, 51, 51, 0.5);
  --bs-tertiary-color-rgb: 51, 51, 51;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #333;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/* Global rules */
.tpl {
  display: none;
}

.nav-tabs-coretop,
.nav-link-coretop {
  background: #fff3eb !important;
}

.nav-tabs-coretop {
  border-bottom: 0px solid #dee2e6;
}

.navbar-bg {
  background: #efe3db;
}

.nav-item a {
  color: black !important;
}

.navbar-fixed-top .nav-item a.active {
  background-color: #fff3f3 !important;
}

img {
  display: block;
}

.filesender-topcontent {
  background: #fff3eb;
}

p {
  margin: 1em;
}

th, td {
  vertical-align: top;
  padding: 0.5em;
}

abbr {
  border-bottom: 1px dashed #aaa;
  cursor: help;
}

.earl {
  width: 90%;
}

div.not_displayed {
  display: none;
}

.crypto_not_supported_message {
  display: none;
}

.number {
  text-align: right;
}

.active {
  font-weight: bold;
}

.warning {
  background: #eeeeff;
}

.transfersactionsicons {
  margin: 3em;
}

.ui-datepicker-calendar a.ui-state-default,
.ui-datepicker-calendar span.ui-state-default {
  border: 0px solid #D8D8D8 !important;
}

.file.invalid {
  background-color: #faa;
}

#fileslist {
  display: none;
}

#please_readd_files_message {
  display: none;
}

.actions .actionsblock {
  margin: 3px;
  white-space: nowrap;
}

.borderless td, .borderless th {
  border: none;
}

.div3 {
  width: 33%;
}

.div4 {
  width: 25%;
}

.hidden {
  display: none;
}

.collapse.navbar-collapse {
  flex-wrap: wrap;
}

.navbar-light .navbar-toggler {
  border: 0;
}

#senderemail_full_match_label {
  cursor: pointer;
}

#message_can_not_contain_urls {
  display: none;
}

#marg3 {
  margin: 3px;
}

#graphDiv {
  width: 400px;
  height: 200px;
  margin: 0 auto;
}

.cursor {
  cursor: pointer;
}

/* color based classes */
.colorffaa00 {
  color: #FFAA00;
}

.adminaction {
  background: #ffeeee;
}

.good {
  background: #1cff1c;
}

.paused {
  background: #6c666c;
}

.middle {
  background: #ffff1c;
}

.slow {
  background: #ff1c1c;
}

.bad {
  background: #ff0000;
}

/* Main layout rules */
#wrap {
  background: #fff3eb !important;
  padding-bottom: 2em;
  margin: 0 auto;
  height: 100%;
}

.mainbox {
  background: #ffffff !important;
  padding: 0.5em;
}

#header {
  background: url(../images/banner900fff3eb.png) no-repeat 60px 0px;
  height: 60px;
  width: 100%;
  margin-bottom: 1em;
}

#headeruid {
  background: #666 url(../images/banner-uid-900.png) no-repeat top left;
  height: 60px;
  margin-bottom: 1em;
}

#notifications {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 30%;
  z-index: 10000;
  transform: translate(-50%, -50%);
}

#content {
  padding: 0.5em 2em 1em 2em;
}

#page .logon {
  margin: 1em;
  text-align: center;
}

#footer {
  text-align: center;
  font-size: 1em;
  color: #666;
}

/* Page elements */
#page h3, #page .h3, #page h2, #page .h2, #page h1, #page .h1 {
  width: 100%;
  font-weight: bold;
}

#page h1, #page .h1 {
  font-size: 1.3em;
  padding-bottom: 1em;
  padding-top: 4px;
}

#page h2, #page .h2 {
  font-size: 1.15em;
  padding-bottom: 0.8em;
  padding-top: 1.5em;
}

#page h3, #page .h3 {
  font-size: 1.05em;
  padding-bottom: 0.7em;
  padding-top: 1.2em;
}

.download_page, .box, .core-tabbed, .core {
  padding: 1em;
  background: #ffffff;
  border: 0px solid #aaa;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}

.core-tabbed {
  border-radius: 0em 0.5em 0.5em 0.5em;
}

.box {
  border: 1px solid #aaa;
}

.boxnoframe {
  padding: 0.5em;
}

.clickable, [data-action] {
  cursor: pointer;
}

.disabled[data-action] {
  color: #ccc;
  cursor: default;
}

span.clickable {
  text-decoration: underline;
}

span.clickable.fa {
  text-decoration: none;
}

.two_columns {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.5em;
  margin-bottom: 0.5em;
}

.two_columns td {
  width: 50%;
}

.fieldcontainer {
  padding: 0.5em;
}

.remove {
  margin-left: 0.5em;
  cursor: pointer;
}

.remove:hover {
  color: #900;
}

div.invalid {
  -webkit-box-shadow: 0 0 4px red;
  -moz-box-shadow: 0 0 4px red;
  box-shadow: 0 0 4px red;
}

span.invalid {
  color: #f00;
  margin-right: 0.5em;
}

input.invalid, textarea.invalid {
  border: 1px solid #f00;
}

label.invalid {
  color: #f00;
}

.languages {
  overflow-x: auto;
}

.buttons {
  display: table;
  border-collapse: separate;
  border-spacing: 0.5em;
  margin: 0.5em auto;
  text-align: center;
}

.buttons a, .buttons .spaced {
  display: table-cell;
  padding: 0.7em;
  font-size: 1em;
}

.buttons a {
  font-weight: bold;
}

.buttons a.not_displayed {
  display: none;
}

.buttons a span.fa {
  font-size: 1.5em;
}

td .desc {
  text-align: right;
}

.pager_bottom_nav {
  background-color: #eee;
  text-align: right;
}

.progressbar {
  position: relative;
  margin: 0.4em 0.25em;
  width: 60%;
  height: 1.3333em;
}

.progressbar .progress-label {
  position: absolute;
  top: 0.2em;
  font-size: 0.9em;
  text-align: center;
  width: 100%;
}

.progressbar.quota {
  margin: 0.4em auto;
  width: 90%;
}

.progressbar.quota .ui-progressbar-value {
  background-image: none;
  background-color: #0f0;
}

.progressbar.quota.quota_70.quota_plus_5 .ui-progressbar-value,
.progressbar.quota.quota_80 .ui-progressbar-value {
  background-color: #ff0;
}

.progressbar.quota.quota_90 .ui-progressbar-value {
  background-color: #f80;
}

.progressbar.quota.quota_90.quota_plus_5 .ui-progressbar-value {
  background-color: #f00;
}

.custom-control-label {
  cursor: pointer;
}

/* Upload page */
.selectdir_hidden_input_element {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.stage2,
.stage3,
.stage4,
.stage3only,
.clearandstats,
.stageh,
#encgroup1, #encgroup2, #encgroup3,
#encryption_password_container_generate_again {
  display: none;
}

/* Encryption */
#encryption_password {
  width: 48ch;
}

#encryption_password_container_too_short_message,
#encryption_password_container_must_have_numbers_message,
#encryption_password_container_must_have_upper_and_lower_case_message,
#encryption_password_container_must_have_special_characters_message,
#encryption_password_container_can_have_text_only_min_password_length_message,
#encryption_description_container_disabled,
#encryption_description_not_supported,
.download_decryption_disabled,
#encryption_description_disabled_container,
#encryption_description_container {
  display: none;
}

#password_can_not_be_part_of_message_error,
#password_can_not_be_part_of_message_warning,
#message_can_not_contain_urls {
  display: none;
}

#encryption_password_container_too_short_message,
#encryption_password_container_must_have_numbers_message,
#encryption_password_container_must_have_upper_and_lower_case_message,
#encryption_password_container_must_have_special_characters_message {
  color: #f00;
}

#encryption_password_container_can_have_text_only_min_password_length_message {
  color: #0a0;
}

.uploadthread {
  font-family: monospace;
  font-size: 10px;
  width: 4em;
  height: 10px;
}

.workercrust {
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 3px;
}

.crust {
  float: right;
}

#upload_form .file_selector {
  display: none;
  margin-bottom: 0.5em;
}

#upload_form .required_files .file {
  background-color: #faa;
}

#upload_form .files .file .remove {
  text-align: right;
  line-height: 1.3333em;
}

#upload_form .files .file .done_icon {
  position: relative;
  display: none;
  float: right;
  margin: 0.0333em 0 0.2333em 1em;
  font-size: 2em;
  color: #0a0;
}

#upload_form .files .file.done {
  background-color: #afa;
}

#upload_form .files .file.done .done_icon {
  display: inline;
}

#upload_form .files .file.done .progressbar {
  display: none !important;
}

#upload_form .files .file input {
  display: none;
}

#upload_form .files_dragdrop {
  border: 1px dashed #666;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  padding: 0.5em 0;
  background-color: #FFF;
  font-weight: bold;
}

#upload_form .files_dragdrop .instructions {
  font-size: 1.2em;
  color: #666;
  font-weight: bold;
  padding: 0.3em;
  padding-bottom: 0.4em;
  line-height: 5em;
  text-align: center;
}

#upload_form .files_uploadlogtop {
  border: 1px dashed #666;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  padding: 0.5em 0;
  background-color: #FFF;
}

#upload_form .uploadlogheader {
  font-weight: bold;
  background-color: #FFF;
  text-align: center;
  width: 100%;
}

#upload_form .files_uploadlogtop .uploadlogbox {
  font-size: 1.2em;
  color: #666;
  font-weight: bold;
  padding: 0.3em;
  padding-bottom: 0.4em;
  height: 15em;
  text-align: center;
  max-height: 300em;
  overflow-y: scroll;
}

#upload_form .uploading_actions {
  display: table;
  width: 100%;
  margin: 0.25em 1em 0 0;
}

#upload_form .uploading_actions div {
  display: table-cell;
  width: 100%;
}

#upload_form .uploading_actions .msg {
  display: table-cell;
  width: 100%;
}

.uploading_actions .auto_resume_timer_top {
  background-color: #fcc;
  display: none;
}

.uploading_actions .auto_resume_timer_top .auto_resume_timer {
  font-size: 1em;
  font-weight: bold;
  display: none;
}

.uploading_actions .resumetable {
  display: table;
  width: 100%;
  margin: 0.25em 1em 0 0;
}

.uploading_actions .resumetable tr {
  padding: 0em;
  width: 100%;
  font-size: 1em;
}

.uploading_actions .resumetable td {
  padding: 0em;
  width: 100%;
}

#upload_form .uploading_actions .msg {
  display: table-cell;
  width: 100%;
}

.seconds_since_data_sent {
  font-size: 1em;
}

#upload_form .uploading_actions .stats {
  display: table-cell;
  width: 33%;
}

#upload_form .files_actions {
  margin: 0.5em -1em 0 -1em;
}

#upload_form .files_actions div a {
  width: 45%;
  min-width: 100px;
}

#upload_form .files_actions div + div {
  text-align: center;
}

#upload_form .files_actions .stats {
  width: 33%;
}

#upload_form .files_actions .stats div {
  text-align: right;
  font-size: 1em;
  vertical-align: middle;
  width: 100%;
}

#upload_form .files_actions .stats .number_of_files,
#upload_form .files_actions .stats .size {
  display: none;
}

#upload_form .uploading_actions .stats div {
  text-align: right;
  font-size: 1em;
  vertical-align: middle;
  width: 100%;
}

#upload_form .uploading_actions .msg,
#upload_form .uploading_actions .stats .uploaded,
#upload_form .uploading_actions .stats .average_speed,
#upload_form .uploading_actions .stats .estimated_completion {
  display: none;
}

#upload_form .hidden_options {
  display: none;
}

#upload_form .aup .terms {
  display: none;
  margin-top: 0.5em;
  padding: 0.5em;
}

#upload_form .buttons {
  margin: 1em auto;
}

#upload_form .buttons a {
  padding: 1em;
  font-size: 1.5em;
}

#upload_form .buttons a span.fa {
  font-size: 2em;
}

#upload_form .fieldcontainer .info.message {
  margin: 0.5em 1em;
}

#legacy_uploader {
  display: none;
}

/* transfers page */
/* transfers table */
table.transfers .expand,
table.transfers .collapse {
  width: 2em;
  text-align: center;
}

table.transfers .th.size,
table.transfers td.downloads,
table.transfers .expires,
table.transfers .transfer_id,
table.transfers .downloads {
  text-align: center;
}

table.transfers .size {
  text-align: right;
}

table.transfers tbody .transfer[data-errors="1"] td {
  background-color: #faa;
}

table.transfers[data-status=uploading] tbody tr .actions [data-action],
table.transfers[data-status=closed] tbody tr .actions [data-action] {
  display: none;
}

table.transfers[data-status=uploading] tbody tr .actions [data-action=delete],
table.transfers[data-status=uploading][data-audit="1"] tbody tr .actions [data-action=auditlog],
table.transfers[data-status=closed][data-audit="1"] tbody tr .actions [data-action=auditlog] {
  display: inline;
}

table.transfers tbody tr.transfer_details {
  display: none;
}

table.transfers .transfer_details div {
  margin: 0.5em;
}

table.transfers .transfer_details .collapse,
table.transfers .transfer_details .actions {
  margin: 0.5em 0;
}

table.transfers .transfer_details .actions {
  float: right;
}

table.transfers .transfer_details .general .options ul {
  list-style-type: disc;
  margin-left: 2em;
}

table.transfers .transfer_details h2, table.transfers .transfer_details .h2 {
  font-size: 1.3em;
  margin-bottom: 0.3em;
}

.transfer-download {
  cursor: pointer;
}

table.transfers .transfer_details .recipients .recipient .errors {
  background-color: #faa;
  padding: 0.1em;
}

table.transfers .transfer_details .recipients .recipient .errors [data-action=details] {
  margin-left: 0.25em;
}

table.transfers[data-status=closed] .transfer_details .recipients .recipient [data-action=delete],
table.transfers[data-status=closed] .transfer_details .files .file [data-action=delete] {
  display: none;
}

table.transfers .transfer_details .download_link input {
  display: block;
  width: 80%;
  margin: 0.4em auto;
}

.transfers_list_page_navigation {
  margin: 0.25em;
  text-align: center;
  font-size: 1.2em;
}

.transfers_list_page_navigation span,
.transfers_list_page_navigation a {
  margin: 0 0.25em;
}

.transfers_list_page_navigation a {
  text-decoration: underline;
}

.transfers_list_page_navigation span {
  font-weight: bold;
}

/* Guests page */
/* Guests table */
table.guests tbody .guest[data-errors="1"] td {
  background-color: #faa;
}

table.guests .guest .to .errors .details {
  margin-left: 0.25em;
}

/* Admin page */
/* Admin statistics */
.admin_page .statistics_section .storage_usage_blocks {
  margin-top: 1em;
}

.admin_page .statistics_section .storage_usage.warning tr[data-metric=available],
.admin_page .statistics_section .storage_usage_blocks tr.warning {
  background-color: #fcc;
}

/** Admin users */
.admin_page .users_section .searching,
.admin_page .users_section .no_results,
.admin_page .users_section .client-logs {
  display: none;
}

.admin_page .users_section .searching .searching,
.admin_page .users_section .no_results .no_results {
  display: table-row;
  text-align: center;
}

.admin_page .users_section table {
  margin: 0.5rem 0;
  width: 100%;
}

.admin_page .users_section th {
  border: 1px solid silver;
  text-align: center;
  font-weight: bold;
}

.admin_page .users_section td {
  border: 1px solid silver;
}

.admin_page .users_section .results th + th,
.admin_page .users_section .results td + td,
.admin_page .users_section .client-logs th:first-child,
.admin_page .users_section .client-logs td:first-child {
  width: 8rem;
}

/* Admin sections */
.admin_page .section h2, .admin_page .section .h2 {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 1em;
  padding-top: 4px;
}

/* Admin config section */
.admin_page .config_section .parameter {
  margin: 0.5em 0;
}

.admin_page .config_section .parameter .is_default {
  display: none;
  font-style: italic;
  color: #ccc;
}

.admin_page .config_section .parameter[data-is-default="1"] .is_default {
  display: inline;
}

.admin_page .config_section .parameter .make_default {
  display: inline;
}

.admin_page .config_section .parameter[data-is-default="1"] .make_default {
  display: none;
}

.admin_page .config_section .parameter[data-is-default="1"] input,
.admin_page .config_section .parameter[data-is-default="1"] textarea,
.admin_page .config_section .parameter[data-is-default="1"] select {
  color: #777;
}

.admin_page .config_section .parameter[data-is-default="1"] input:focus,
.admin_page .config_section .parameter[data-is-default="1"] textarea:focus,
.admin_page .config_section .parameter[data-is-default="1"] select:focus {
  color: #000;
}

.admin_page .config_section .box + .box {
  text-align: center;
}

/* Download page */
.download_page .archive, .download_page .disclamer {
  margin: 1em;
}

.download_page .archive {
  text-align: center;
}

.download_page .files .select_all {
  margin-left: 1.2em;
}

.download_page .files .select_all span:first-child {
  vertical-align: bottom;
}

.download_page .files .select_all .select {
  text-decoration: none;
}

.download_page .files .select_all .select span {
  vertical-align: middle;
}

.download_page .files .file {
  height: 2.5em;
  margin: 0.25em;
  padding: 1.2em 0.5em 0.5em 0.5em;
}

.download_page .files[data-count="1"] .select_all,
.download_page .files[data-count="1"] .file .select,
.download_page .files[data-count="1"] .archive {
  display: none;
}

.download_page .progressbar.user_quota {
  display: none;
}

.avresulterror,
.avresultfailed {
  color: #900;
}

.avresultsucceeded {
  color: #090;
}

.avfile {
  padding-top: 1em;
}

.avfile .name {
  font-size: 1.5em;
  padding-bottom: 1em;
}

.avheader1 {
  color: #090;
}

.avheader0 {
  color: #900;
}

/* User profile */
.user_page .info {
  margin: 1em 0;
}

.user_page .info .readonly {
  border: 1px solid silver;
  padding: 0.25em;
  overflow-x: auto;
  white-space: nowrap;
}

.user_page .info .unknown {
  border: 1px solid black;
  background-color: #EABEBE;
  padding: 0.25em;
  overflow-x: auto;
  white-space: nowrap;
}

.user_page span[data-info=remote_config] {
  display: none;
}

.user_page span[data-remote-auth-sync-request] {
  display: none;
}

/* Translate email page */
.translate_email_page dl [data-property=subject] {
  margin: 0.5em;
}

.translate_email_page dl dt {
  font-weight: bold;
}

.translate_email_page dl dt[data-property=subject] {
  float: left;
  margin-top: 0;
}

.translate_email_page dl dt[data-property=message] {
  display: none;
}

.translate_email_page dl dd[data-property=message] {
  margin: 2em 0.5em;
}

.translate_email_page dl dd[data-property=message] p {
  margin: 1em 0;
}

/* Copy of mail.css */
.translate_email_page dl dd[data-property=message] table {
  width: 100%;
  border: 1px solid #bbb;
  border-collapse: collapse;
}

.translate_email_page dl dd[data-property=message] th,
.translate_email_page dl dd[data-property=message] td {
  padding: 3px;
  vertical-align: top;
}

.translate_email_page dl dd[data-property=message] th:first-child,
.translate_email_page dl dd[data-property=message] td:first-child {
  width: 5em;
}

.translate_email_page dl dd[data-property=message] th {
  background-color: #ccc;
  height: 30px;
}

.translate_email_page dl dd[data-property=message] tbody tr:nth-child(even) td {
  background-color: #e5e5e5;
}

.translate_email_page dl dd[data-property=message] td:first-child {
  font-weight: bold;
}

/* End copy of mail.css */
.translate_email_page .progressbar.user_quota {
  display: none;
}

/* Paged results navigation */
table.paginator .pagenext, table.paginator .pageprev, table.paginator .pageprev0 {
  width: 1em;
  text-align: center;
}

table.paginator .pageprev0 {
  width: 2em;
}

table.paginator .pageheader {
  text-align: left;
  font-size: 1.15em;
  font-weight: bold;
  vertical-align: middle;
}

table.paginator a {
  text-decoration: none;
}

/* help page */
#dialog-help img {
  display: inline;
  vertical-align: middle;
}

#dialog-help strong {
  font-weight: bold;
}

/* dialogs  */
.success-dialog .modal-content,
.warning-dialog .modal-content,
.error-dialog .modal-content {
  overflow: hidden;
}

.success-dialog .modal-header {
  background-color: #CFC;
}

.warning-dialog .modal-header {
  background-color: #fcc;
}

.error-dialog .modal-header {
  background-color: #faa;
}

.must_login_message {
  background-color: #fbc9c9;
  border: 1px solid;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  padding: 0.4em 0.4em 0.4em 32px;
  margin: 2em 5em;
}

#menu ul li select {
  display: block;
  font-style: normal;
  font-weight: normal;
  margin: 0.6em 1em;
}

.download_page .archive {
  margin-top: 1em;
  text-align: center;
}

.serviceaup ul {
  margin-bottom: 2em;
}

.serviceaup ul li {
  margin-bottom: 0.3em;
  line-height: 1.1em;
}

.logoutbutton {
  background: #efe3db !important;
  color: black !important;
  display: block;
  font-style: normal;
  font-weight: normal;
  padding: 0.6em 1em;
  text-decoration: none;
  border-width: 0px;
  text-shadow: 0 0 0em #000;
  transition: all 0.2s ease 0s;
}

.logoutbutton:hover {
  background-color: #fff3f3 !important;
}

/* Local Variables:    */
/* mode: text          */
/* comment-column: 0   */
/* buffer-read-only: t */
/* End:                */

/*# sourceMappingURL=default.css.map */
