@charset "UTF-8";
@font-face {
  font-family: "museo";
  src: url("fonts/museosans-500.woff2") format("woff2"), url("fonts/museosans-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "museo";
  src: url("fonts/museosans-700.woff2") format("woff2"), url("fonts/museosans-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "museo";
  src: url("fonts/museosans-100.woff2") format("woff2"), url("fonts/museosans-100.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "museo";
  src: url("fonts/museosans-300.woff2") format("woff2"), url("fonts/museosans-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo";
  src: url("fonts/museosans-300.woff2") format("woff2"), url("fonts/museosans-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "liberation";
  src: url("fonts/liberation-regular.woff") format("woff");
  font-style: normal;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: rgb(255, 255, 255);
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  border: none;
  outline: none;
  background: none;
  color: rgb(0, 161, 224);
  cursor: pointer;
  font-family: museo, sans-serif;
  font-size: 1.4rem;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

table {
  font-size: inherit;
}

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

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: museo, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  color: rgb(76.5, 76.5, 76.5);
  width: 100%;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
}

h1 {
  font-size: 3.2rem;
  font-weight: 700;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.3rem;
}

p, .mds-text-paragraphText > p, .mds-text-paragraphText > p > p, .mds-bannerMessage__text > p > p, .mds-text-paragraphText > p > p > p, .mds-bannerMessage__text > p > p > p, .mds-bannerMessage__text > p {
  margin: 0;
}

a {
  color: rgb(0, 161, 224);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

pre {
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  color: rgb(242, 115, 33);
}

pre code {
  background: transparent;
}

strong {
  font-weight: 500;
}

ul {
  list-style: none;
}

figure {
  background: rgb(242.25, 242.25, 242.25);
  padding: 10px;
}

.hidden {
  display: none !important;
}

.highlight {
  background: rgb(242.25, 242.25, 242.25);
  padding: 1rem;
}
.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: rgb(175.95, 175.95, 175.95);
}
.highlight { /* Comment */ }
.highlight .err {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Error */ }
.highlight .g {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Generic */ }
.highlight .k {
  color: rgb(248, 202, 0);
}
.highlight { /* Keyword */ }
.highlight .l {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal */ }
.highlight .n {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name */ }
.highlight .o {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Operator */ }
.highlight .x {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Other */ }
.highlight .p {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Punctuation */ }
.highlight .cm {
  color: rgb(175.95, 175.95, 175.95);
}
.highlight { /* Comment.Multiline */ }
.highlight .cp {
  color: #cd5c5c;
}
.highlight { /* Comment.Preproc */ }
.highlight .c1 {
  color: rgb(175.95, 175.95, 175.95);
}
.highlight { /* Comment.Single */ }
.highlight .cs {
  color: #87ceeb;
}
.highlight { /* Comment.Special */ }
.highlight .gd {
  color: #0000c0;
  font-weight: bold;
  background-color: #008080;
}
.highlight { /* Generic.Deleted */ }
.highlight .ge {
  color: #c000c0;
  text-decoration: underline;
}
.highlight { /* Generic.Emph */ }
.highlight .gr {
  color: #c0c0c0;
  font-weight: bold;
  background-color: #c00000;
}
.highlight { /* Generic.Error */ }
.highlight .gh {
  color: #cd5c5c;
}
.highlight { /* Generic.Heading */ }
.highlight .gi {
  color: rgb(76.5, 76.5, 76.5);
  background-color: #0000c0;
}
.highlight { /* Generic.Inserted */ }
.highlight span.go {
  color: #add8e6;
  font-weight: bold;
  background-color: #4d4d4d;
}
.highlight { /* Generic.Output, qualified with span to prevent applying this style to the Go language, see #1153. */ }
.highlight .gp {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Generic.Prompt */ }
.highlight .gs {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Generic.Strong */ }
.highlight .gu {
  color: #cd5c5c;
}
.highlight { /* Generic.Subheading */ }
.highlight .gt {
  color: #c0c0c0;
  font-weight: bold;
  background-color: #c00000;
}
.highlight { /* Generic.Traceback */ }
.highlight .kc {
  color: rgb(152.8, 110.8, 178.7);
}
.highlight { /* Keyword.Constant */ }
.highlight .kd {
  color: rgb(242, 115, 33);
}
.highlight { /* Keyword.Declaration */ }
.highlight .kn {
  color: #f0e68c;
}
.highlight { /* Keyword.Namespace */ }
.highlight .kp {
  color: #f0e68c;
}
.highlight { /* Keyword.Pseudo */ }
.highlight .kr {
  color: #f0e68c;
}
.highlight { /* Keyword.Reserved */ }
.highlight .kt {
  color: #bdb76b;
}
.highlight { /* Keyword.Type */ }
.highlight .ld {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.Date */ }
.highlight .m {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.Number */ }
.highlight .s {
  color: rgb(63, 172, 73);
}
.highlight { /* Literal.String */ }
.highlight .na {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Attribute */ }
.highlight .nb {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Builtin */ }
.highlight .nc {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Class */ }
.highlight .no {
  color: #ffa0a0;
}
.highlight { /* Name.Constant */ }
.highlight .nd {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Decorator */ }
.highlight .ni {
  color: rgb(248, 202, 0);
}
.highlight { /* Name.Entity */ }
.highlight .ne {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Exception */ }
.highlight .nf {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Function */ }
.highlight .nl {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Label */ }
.highlight .nn {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Namespace */ }
.highlight .nx {
  color: rgb(0, 161, 224);
}
.highlight { /* Name.Other */ }
.highlight .py {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Property */ }
.highlight .nt {
  color: rgb(0, 161, 224);
}
.highlight { /* Name.Tag */ }
.highlight .nv {
  color: #98fb98;
}
.highlight { /* Name.Variable */ }
.highlight .ow {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Operator.Word */ }
.highlight .w {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Text.Whitespace */ }
.highlight .mf {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.Number.Float */ }
.highlight .mh {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.Number.Hex */ }
.highlight .mi {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.Number.Integer */ }
.highlight .mo {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.Number.Oct */ }
.highlight .sb {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Backtick */ }
.highlight .sc {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Char */ }
.highlight .sd {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Doc */ }
.highlight .s2 {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Double */ }
.highlight .se {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Escape */ }
.highlight .sh {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Heredoc */ }
.highlight .si {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Interpol */ }
.highlight .sx {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Other */ }
.highlight .sr {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Regex */ }
.highlight .s1 {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Single */ }
.highlight .s2 {
  color: rgb(63, 172, 73);
}
.highlight .ss {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.String.Symbol */ }
.highlight .bp {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Name.Builtin.Pseudo */ }
.highlight .vc {
  color: #98fb98;
}
.highlight { /* Name.Variable.Class */ }
.highlight .vg {
  color: #98fb98;
}
.highlight { /* Name.Variable.Global */ }
.highlight .vi {
  color: #98fb98;
}
.highlight { /* Name.Variable.Instance */ }
.highlight .il {
  color: rgb(76.5, 76.5, 76.5);
}
.highlight { /* Literal.Number.Integer.Long */ }
.highlight .bash .nv {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 4;
  display: block;
  position: relative;
  color: #000;
  background: #fff;
  border: 1px solid rgb(21, 50, 95);
  border-bottom-color: rgb(21, 50, 95);
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: rgb(21, 50, 95);
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: rgb(21, 50, 95);
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: default;
  text-decoration: none;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: rgb(21, 50, 95);
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: rgb(231.6, 234.5, 239);
}
.is-today .pika-button {
  color: rgb(0, 161, 224);
  font-weight: 500;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: 500;
  background: rgb(0, 161, 224);
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: rgb(149.7, 162.75, 183);
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: rgb(0, 128.8, 179.2);
  box-shadow: none;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: rgb(21, 50, 95);
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
}

.k-grid-header th > .k-link > .k-icon {
  order: -1;
}

.select2 {
  margin-bottom: 2.5rem;
}

.select2-container--default .select2-selection {
  border-radius: 0;
  border: solid 1px rgb(229.5, 229.5, 229.5);
  color: rgb(76.5, 76.5, 76.5);
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #666666;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-color: rgb(229.5, 229.5, 229.5);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-color: rgb(229.5, 229.5, 229.5);
}

.select2-dropdown {
  border-radius: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  pointer-events: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  background: rgb(175.95, 175.95, 175.95);
  color: #666666;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 3.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2728%27%20width%3D%2728%27%20viewBox%3D%270%200%20280%20280%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Crect%20height%3D%27260%27%20width%3D%27280%27%20x%3D%270%27%20y%3D%2720%27%20fill%3D%27rgb(0, 128.8, 179.2)%27%20%2F%3E%3Crect%20height%3D%27260%27%20width%3D%27280%27%20x%3D%270%27%20y%3D%270%27%20fill%3D%27rgb(0, 161, 224)%27%2F%3E%3Cpath%20fill%3D%27transparent%27%20stroke-width%3D%2725%27%20stroke-linecap%3D%27round%27%20stroke%3D%27rgb(255, 255, 255)%27%20d%3D%27M80%2C110%20L140%2C170%20L200%2C110%27%20%2F%3E%3C%2Fsvg%3E");
  width: 2.8rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--disabled .select2-selection__arrow {
  background-image: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(0, 161, 224);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin-bottom: 0 !important;
}

/*
	These rules are made to override some jQuery-UI original CSS.
	It is custom and used to be appended to the actual jQuery-UI CSS file.
*/
.ui-checkboxradio-icon.ui-icon-background {
  display: none;
}

.ui-tabs.ui-tabs {
  padding: 0;
  border: none !important;
}
.ui-tabs.ui-tabs .ui-tabs-panel {
  padding: 0.5em 0;
}

.ui-tabs-nav.ui-widget-header {
  border: 0;
  border-bottom: solid 1px rgb(21, 50, 95);
  border-radius: 0;
}

.mds-layout-sideNav + .mds-layout-content {
  grid-column: span 1;
}

.mds-layout-content {
  padding: 12.5px 25px;
  background: rgb(255, 255, 255);
  grid-column: span 2;
}

.mds-layout-content--fullSize {
  padding: 0;
}

.mds-layout-breadcrumbs ~ .mds-layout-content {
  min-height: calc(100vh - 138px);
}

.mds-layout-header {
  background: rgb(21, 50, 95);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  height: 56px;
  align-items: center;
  padding: 0 25px;
  width: 100%;
  font-weight: 100;
  position: fixed;
  top: 0;
  left: 0;
}

@supports (position: sticky) or (position: -webkit-sticky) {
  .mds-layout-header {
    position: static;
    top: auto;
    left: auto;
  }
}
.mds-layout-header__left, .mds-layout-header__right {
  display: flex;
}

.mds-userIcon {
  border: solid 2px white;
  overflow: hidden;
}
.mds-userIcon.mds-userIcon--small {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}

.mds-layout-main {
  display: grid;
}
.mds-layout-main--hasSideNav {
  grid-template-columns: 250px 1fr;
}

@supports (position: sticky) or (position: -webkit-sticky) {
  .mds-layout-main {
    min-height: calc(100vh - 102px);
  }
  .mds-layout-breadcrumbs ~ .mds-layout-main {
    min-height: calc(100vh - 138px);
  }
  .mds-layout-nonDismissableAlert ~ .mds-layout-breadcrumbs ~ .mds-layout-main {
    min-height: calc(100vh - 174px);
  }
}
.mds-layout-main--colorPrimary {
  background: rgb(21, 50, 95);
  color: rgb(255, 255, 255);
}

.mds-layout-sideNav {
  background: rgb(231.6, 234.5, 239);
  height: 100%;
  float: left;
  width: 250px;
  position: fixed;
  top: 102px;
  left: 0;
  overflow-x: auto;
  z-index: 1;
}

@supports (position: sticky) or (position: -webkit-sticky) {
  .mds-layout-sideNav {
    position: -webkit-sticky;
    position: sticky;
    top: 46px;
    max-height: calc(100vh - 46px);
    min-height: calc(100vh - 102px);
    float: none;
    width: auto;
  }
  .mds-layout-breadcrumbs ~ .mds-layout-main .mds-layout-sideNav {
    top: 82px;
    min-height: calc(100vh - 138px);
    max-height: calc(100vh - 82px);
  }
  .mds-layout-nonDismissableAlert ~ .mds-layout-breadcrumbs ~ .mds-layout-main .mds-layout-sideNav {
    top: 118px;
    min-height: calc(100vh - 184px);
    max-height: calc(100vh - 118px);
  }
}
.mds-layout-sideNav__heading {
  font-size: 1.4rem;
}

.mds-layout-mainNav {
  display: flex;
  font-size: 1.4rem;
  align-items: stretch;
  padding: 0 25px;
  font-weight: 500;
  border-bottom: solid 1px rgb(229.5, 229.5, 229.5);
  grid-area: nav;
  background: rgb(255, 255, 255);
  position: fixed;
  top: 56px;
  height: 46px;
  width: 100%;
  z-index: 3;
}
.mds-layout-mainNav .mds-layout-mainNav__link:not(:last-child):not(.mds-layout-mainNav__link--icon), .mds-layout-mainNav .mds-layout-breadcrumbs__link:not(:last-child):not(.mds-layout-mainNav__link--icon) {
  margin-right: 6.5rem;
}
.mds-layout-mainNav .mds-layout-mainNav__link--icon:not(:last-child) {
  margin-right: 1rem;
}

@supports (position: sticky) or (position: -webkit-sticky) {
  .mds-layout-mainNav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.mds-layout-mainNav__link, .mds-layout-breadcrumbs__link {
  position: relative;
  display: flex;
  align-items: center;
}
.mds-layout-mainNav__link svg, .mds-layout-breadcrumbs__link svg {
  height: 30px;
  width: 30px;
}

.mds-layout-mainNav__link, .mds-layout-breadcrumbs__link,
.mds-layout-mainNav__link > a,
.mds-layout-breadcrumbs__link > a {
  color: rgb(21, 50, 95);
}
.mds-layout-mainNav__link:not(.mds-layout-mainNav__link--isActive), .mds-layout-breadcrumbs__link:not(.mds-layout-mainNav__link--isActive),
.mds-layout-mainNav__link > a:not(.mds-layout-mainNav__link--isActive),
.mds-layout-breadcrumbs__link > a:not(.mds-layout-mainNav__link--isActive) {
  cursor: pointer;
}
.mds-layout-mainNav__link.mds-layout-mainNav__link--isActive .mds-layout-mainNav__subMenu, .mds-layout-mainNav__link--isActive.mds-layout-breadcrumbs__link .mds-layout-mainNav__subMenu,
.mds-layout-mainNav__link > a.mds-layout-mainNav__link--isActive .mds-layout-mainNav__subMenu,
.mds-layout-breadcrumbs__link > a.mds-layout-mainNav__link--isActive .mds-layout-mainNav__subMenu {
  display: flex;
}
.mds-layout-mainNav__link.mds-layout-mainNav__link--isDisabled, .mds-layout-mainNav__link--isDisabled.mds-layout-breadcrumbs__link,
.mds-layout-mainNav__link > a.mds-layout-mainNav__link--isDisabled,
.mds-layout-breadcrumbs__link > a.mds-layout-mainNav__link--isDisabled {
  color: rgb(209.1, 209.1, 209.1);
  cursor: not-allowed;
}

.mds-layout-mainNav__subMenu {
  font-weight: 500;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgb(255, 255, 255);
  padding: 0 10px;
  border: solid 0.1rem rgb(175.95, 175.95, 175.95);
  border-bottom-width: 0.2rem;
  z-index: 4;
}

.mds-layout-mainNav__subMenu--alignRight {
  left: auto;
  right: 0;
}

.mds-layout-mainNav__subMenuLink {
  transition: all 0.4s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  white-space: nowrap;
  cursor: pointer;
  min-width: 150px;
  color: rgb(21, 50, 95);
  padding: 0.9rem 0;
}
.mds-layout-mainNav__subMenuLink:hover {
  color: rgb(0, 161, 224);
}
.mds-layout-mainNav__subMenuLink:not(:last-child) {
  border-bottom: solid 0.1rem rgb(175.95, 175.95, 175.95);
}

.mds-layout-mainNav__subMenuLink--isDisabled {
  color: rgb(209.1, 209.1, 209.1);
  cursor: not-allowed;
}
.mds-layout-mainNav__subMenuLink--isDisabled:hover {
  color: rgb(209.1, 209.1, 209.1);
}

.mds-layout-mainNav__link--isActive,
.mds-layout-mainNav__link--isActive > a {
  color: rgb(0, 161, 224);
  cursor: default;
}

.mds-layout-mainNav__pullRight {
  margin-left: auto;
  display: flex;
}

.mds-layout-breadcrumbs {
  display: flex;
  font-size: 1.4rem;
  align-items: stretch;
  padding: 0 25px;
  font-weight: 300;
  border-bottom: solid 1px rgb(229.5, 229.5, 229.5);
  grid-area: nav;
  background: rgb(231.6, 234.5, 239);
  position: fixed;
  top: 102px;
  height: 36px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.mds-layout-breadcrumbs .mds-layout-breadcrumbs__link:not(:last-child) {
  margin-right: 1.5rem;
}
.mds-layout-breadcrumbs .mds-layout-breadcrumbs__link:not(:last-child):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2040%2040%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2720%27%20width%3D%2720%27%3E%0A%3Cpath%20d%3D%27M17.1%2C29.7c-0.2%2C0.2-0.5%2C0.3-0.7%2C0.3s-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1%2C0-1.4L24%2C20l-8.3-8.3c-0.4-0.4-0.4-1%2C0-1.4%0A%09s1-0.4%2C1.4%2C0l8.8%2C8.8c0.5%2C0.5%2C0.5%2C1.4%2C0%2C1.9L17.1%2C29.7z%27/%3E%0A%3C/svg%3E");
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  margin-left: 1.5rem;
}

@supports (position: sticky) or (position: -webkit-sticky) {
  .mds-layout-breadcrumbs {
    position: -webkit-sticky;
    position: sticky;
    top: 46px;
  }
  .mds-layout-nonDismissableAlert ~ .mds-layout-breadcrumbs {
    top: 82px;
  }
}
.mds-layout-breadcrumbs__link {
  white-space: nowrap;
}

.mds-layout-breadcrumbs__link:last-child {
  font-weight: 500;
  cursor: default;
}

.mds-layout-footer {
  height: 3rem;
  background: rgb(21, 50, 95);
  color: rgb(255, 255, 255);
  padding: 0 25px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.mds-layout-userActionNotificationArea {
  position: fixed;
  max-height: 100vh;
  right: 0;
  bottom: 0;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.mds-layout-userActionNotification {
  transition: background 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  width: 25rem;
  margin: 0 5px 0.1rem 0;
  padding: 10px;
  cursor: default;
}
.mds-layout-userActionNotification h1 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.mds-layout-userActionNotification--error {
  background: rgba(237, 28, 36, 0.7);
  border: solid 0.1rem rgb(237, 28, 36);
  color: rgb(255, 255, 255);
}
.mds-layout-userActionNotification--error:hover {
  background: rgb(237, 28, 36);
}

.mds-layout-userActionNotification--success {
  background: rgba(63, 172, 73, 0.7);
  border: solid 0.1rem rgb(63, 172, 73);
  color: rgb(255, 255, 255);
}
.mds-layout-userActionNotification--success:hover {
  background: rgb(63, 172, 73);
}

.mds-layout-userActionNotification--warning {
  background: rgba(248, 202, 0, 0.7);
  border: solid 0.1rem rgb(248, 202, 0);
}
.mds-layout-userActionNotification--warning:hover {
  background: rgb(248, 202, 0);
}

.mds-layout-userActionNotification--info {
  background: rgba(0, 161, 224, 0.7);
  border: solid 0.1rem rgb(0, 161, 224);
  color: rgb(255, 255, 255);
}
.mds-layout-userActionNotification--info:hover {
  background: rgb(0, 161, 224);
}

.mds-layout-nonDismissableAlert {
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  justify-content: space-between;
  padding: 1rem 2.5rem;
  z-index: 2;
}
.mds-layout-nonDismissableAlert a {
  border-bottom: dotted 1px currentColor;
}
.mds-layout-nonDismissableAlert a, .mds-layout-nonDismissableAlert a:hover, .mds-layout-nonDismissableAlert a:active {
  color: white;
}
.mds-layout-nonDismissableAlert--info {
  background: rgb(0, 161, 224);
}
.mds-layout-nonDismissableAlert--warning {
  background: rgb(248, 202, 0);
  color: black;
}
.mds-layout-nonDismissableAlert--warning a, .mds-layout-nonDismissableAlert--warning a:hover, .mds-layout-nonDismissableAlert--warning a:active {
  color: black;
}
.mds-layout-nonDismissableAlert--error {
  background: rgb(237, 28, 36);
}
.mds-layout-nonDismissableAlert--clear {
  background: rgb(63, 172, 73);
}

@supports (position: sticky) or (position: -webkit-sticky) {
  .mds-layout-nonDismissableAlert {
    position: -webkit-sticky;
    position: sticky;
    top: 46px;
  }
}
.mds-body--hasOverlay {
  position: relative;
  overflow: hidden;
}

.mds-layout-overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 6;
}

.mds-userPrompt {
  max-width: calc(100% - 3rem);
  width: 65rem;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  z-index: 7;
}

.mds-userPrompt__title {
  background: rgb(21, 50, 95);
  color: #ffffff;
  padding: 1rem 3rem;
  font-size: 1.8rem;
}

.mds-userPrompt__content {
  min-height: 10rem;
  display: flex;
  align-items: center;
  padding: 1rem 3rem;
}

.mds-userPrompt__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: solid 1px rgb(242.25, 242.25, 242.25);
  padding: 1rem 3rem;
}

.mds-modal {
  position: relative;
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
  width: 850px;
  display: grid;
  grid-template-areas: "modal-header" "modal-tab-headers" "modal-content" "modal-footer";
  grid-template-rows: min-content min-content 1fr min-content;
  background: rgb(255, 255, 255);
  z-index: 7;
}
.mds-modal--small {
  width: 650px;
}
.mds-modal--large {
  width: 1250px;
}

.mds-modal--isInIframe {
  max-width: none;
  max-height: none;
  width: auto;
  height: 100vh;
  overflow-y: hidden;
}

.mds-modal__header {
  grid-area: modal-header;
  display: flex;
  align-items: center;
  background-color: rgb(21, 50, 95);
  color: white;
  margin-bottom: 17px;
  padding: 10px 30px;
}
.mds-modal__header h1 {
  font-size: 18px;
  margin-right: auto;
  display: inline-block;
}
.mds-modal__header svg {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.mds-modal__tab-headers {
  grid-area: modal-tab-headers;
  padding: 0;
  margin: 0;
}

.mds-modal__content {
  grid-area: modal-content;
  min-height: 100px;
  padding: 0 30px 10px;
  overflow-y: auto;
}

.mds-modal__footer {
  grid-area: modal-footer;
  padding: 0 30px 10px;
}

.mds-modal__header--isInIframe {
  margin-bottom: 0;
}

.mds-modal__content--isInIframe {
  margin-bottom: 0;
  padding-top: 17px;
  overflow-y: auto;
}

.mds-modal__footer--isInIframe {
  margin-bottom: 0;
  padding-top: 17px;
}

.mds-bannerMessage {
  padding: 10px;
  margin-bottom: 17px;
  position: relative;
}
.mds-bannerMessage--info, .mds-bannerMessage--success {
  background-color: rgb(242.25, 242.25, 242.25);
  border: rgb(175.95, 175.95, 175.95) 1px solid;
}
.mds-bannerMessage--warning, .mds-bannerMessage--error {
  border-style: solid;
  border-width: 5px;
}
.mds-bannerMessage--warning {
  border-color: rgb(0, 161, 224);
}
.mds-bannerMessage--error {
  border-color: rgb(237, 28, 36);
}

.mds-bannerMessage__header {
  font-size: 24px;
}

.mds-bannerMessage__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.mds-gadget {
  border: solid 0.1rem rgb(229.5, 229.5, 229.5);
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.mds-gadget--fullWidth {
  grid-column: span 2;
}

.mds-gadget__title {
  background: rgb(231.6, 234.5, 239);
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: rgb(21, 50, 95);
  min-height: 3rem;
}

.mds-gadget__titleText {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.mds-gadget__titleFunctions {
  margin-left: 10px;
  display: flex;
  align-self: flex-start;
  height: 2rem;
}

.mds-gadget__titleFunction {
  transition: all 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  cursor: pointer;
  color: rgb(21, 50, 95);
}
.mds-gadget__titleFunction:hover {
  color: rgb(91.2, 111.5, 143);
}
.mds-gadget__titleFunction svg {
  pointer-events: none;
  height: 2rem;
  width: 2rem;
}

.mds-gadget__content {
  min-height: 10rem;
  position: relative;
}
.mds-gadget__content iframe {
  width: 100%;
}

.mds-gadget__content--minHeightMedium {
  min-height: 20rem;
}

.mds-gadget__content--minHeightLarge {
  min-height: 30rem;
}

.mds-gadget__content--scrollY {
  overflow-y: scroll;
  overflow-x: hidden;
  flex: 1 1 1px;
}

.mds-gadget__content--scrollX {
  overflow-x: scroll;
}

.mds-gadget__content--scroll {
  overflow: scroll;
  max-height: calc(100% - 2.6rem);
  flex: 1 1 1px;
}

@media screen and (max-width: 1000px) {
  .mds-gadget--fullWidth {
    grid-column: auto;
  }
}
.mds-list {
  background-color: transparent;
  list-style: none;
  padding: 0;
}

.mds-list__blockLink {
  transition: all 0.3s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 25px;
  display: block;
  color: rgb(21, 50, 95);
  font-size: 1.4rem;
  font-weight: 500;
}
.mds-list__blockLink a {
  color: rgb(21, 50, 95);
}
.mds-list__blockLink:hover, .mds-list__blockLink a:hover {
  color: rgb(0, 161, 224);
}

.mds-list__blockLink--small {
  padding-right: 0;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 0;
}

.mds-list__blockLink--isActive {
  color: rgb(255, 255, 255);
  background: rgb(0, 161, 224);
}
.mds-list__blockLink--isActive:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.mds-list__blockLink--isActive:hover {
  cursor: default;
  color: rgb(255, 255, 255);
  background: rgb(0, 161, 224);
}

.mds-list__blockLink--isClosed ul {
  display: none;
}

.mds-cardWell {
  background-color: #E8EBEF;
  width: 100%;
  padding: 15px;
  display: flex;
  overflow-x: auto;
}
.mds-cardWell::after {
  content: "";
  display: block;
  width: 15px;
  flex: 0 0 1px;
  transform: translateX(-1px);
}

.mds-cardSeparator {
  height: 120px;
  width: 0;
  border-right: 1px solid currentColor;
  margin-left: 15px;
  margin-right: 15px;
}

.mds-card {
  height: 120px;
  width: 120px;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex: 0 0 120px;
  padding: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.mds-card + .mds-card {
  margin-left: 15px;
}
.mds-card:last-child {
  margin-right: 15px;
}
.mds-card::after {
  width: 100%;
  height: 50px;
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 45%);
}
.mds-card.mds-card--isDisabled {
  color: #BFBFC0;
  cursor: not-allowed;
}
.mds-card.mds-card--selectable {
  cursor: pointer;
  outline: solid 5px transparent;
  transition: outline-color 0.5s ease;
}
.mds-card.mds-card--selectable:hover {
  outline-color: rgba(0, 161, 224, 0.7);
}
.mds-card.mds-card--actionable {
  cursor: pointer;
}
.mds-card.mds-card--isSelected {
  outline-color: rgb(0, 161, 224) !important;
}
.mds-card.mds-card--addNew {
  justify-content: center;
  align-items: center;
}
.mds-card.mds-card--addNew svg {
  width: 70%;
  height: 70%;
  margin-bottom: 10px;
}
.mds-card.mds-card--addNew::after {
  all: unset;
  content: "ADD NEW";
}

.mds-card__footer {
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.mds-card__label {
  width: 20px;
  height: 20px;
  display: flex;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  cursor: default;
  box-sizing: border-box;
  color: white;
  background-color: #15325F;
  border-radius: 50%;
  margin-right: 5px;
}

.mds-card__delete {
  display: none;
}

.mds-card--isSelected .mds-card__delete {
  display: block;
}

.mds-tabGroup {
  height: 4rem;
  width: 100%;
  display: flex;
  border-bottom: solid 0.1rem rgb(0, 161, 224);
  margin-bottom: 0.2rem;
}

.mds-tabGroup--collapsible .mds-tabGroup__tab--isActive {
  flex-grow: 1;
}
.mds-tabGroup--collapsible:hover .mds-tabGroup__tab:hover {
  flex-grow: 9999;
}

.mds-tabGroup__tab {
  transition: all 0.3s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  background: rgb(242.25, 242.25, 242.25);
}
.mds-tabGroup__tab span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mds-tabGroup__tab:not(:last-child) {
  margin-right: 1px;
}
.mds-tabGroup__tab:not(.mds-tabGroup__tab--isActive) {
  color: rgb(127.5, 127.5, 127.5);
  cursor: pointer;
}
.mds-tabGroup__tab:not(.mds-tabGroup__tab--isActive):hover {
  color: rgb(0, 161, 224);
}

.mds-tabGroup__tab--collapsible {
  overflow: hidden;
  white-space: nowrap;
  flex-basis: 4rem;
  flex-grow: 0;
}

.mds-tabGroup__tabIcon {
  height: 4rem;
  width: 4rem;
  padding: 0.8rem;
  flex-shrink: 0;
  margin-left: -1rem;
}

.mds-tabGroup__tab--isActive {
  cursor: default;
  background: rgb(0, 161, 224);
  color: rgb(255, 255, 255);
}

.mds-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2.6rem;
  padding: 0 0.9rem;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  box-sizing: border-box;
  min-width: 100px;
  position: relative;
  background: rgb(229.5, 229.5, 229.5);
  color: rgb(21, 50, 95);
  font-weight: 500;
  box-shadow: 0 0.2rem 0 rgb(175.95, 175.95, 175.95);
  transition: transform 0.05s cubic-bezier(0.34, 0.1, 0.14, 0.92), border-width;
  text-transform: capitalize;
}
.mds-button:hover {
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(91.2, 111.5, 143);
}
.mds-button:active {
  transform: translateY(2px);
  box-shadow: none !important;
  background: rgb(209.1, 209.1, 209.1);
  color: rgb(21, 50, 95);
}
.mds-button:focus {
  box-shadow: 0 0.2rem 0 rgb(175.95, 175.95, 175.95), inset 0 0 0 0.1rem rgb(127.5, 127.5, 127.5);
}
.mds-button.mds-button--disabled, .mds-button.mds-button--isProcessed, .mds-button.mds-button--isProcessing, .mds-button[disabled] {
  background: rgb(242.505, 242.505, 242.505);
  border-bottom-color: rgb(229.5, 229.5, 229.5);
  color: rgb(149.7, 162.75, 183);
}
.mds-button.mds-button--disabled, .mds-button.mds-button--isProcessed, .mds-button.mds-button--isProcessing {
  pointer-events: none;
}
.mds-button.mds-button--small {
  height: 2rem;
  padding: 0 0.4rem;
  min-width: 70px;
}
.mds-button.mds-button--ignoreCaps {
  text-transform: none;
}
.mds-button.mds-button--process .mds-button__loader {
  display: none;
}
.mds-button.mds-button--process::after {
  content: attr(data-mds-button--process);
}
.mds-button.mds-button--isProcessing {
  justify-content: space-between;
}
.mds-button.mds-button--isProcessing:focus {
  border: 0;
}
.mds-button.mds-button--isProcessing:active {
  margin-top: 0;
  margin-bottom: 0;
}
.mds-button.mds-button--isProcessing::after {
  content: attr(data-mds-button--isProcessing);
}
.mds-button.mds-button--isProcessed .mds-button__loader {
  display: none;
}
.mds-button.mds-button--isProcessed::after {
  content: attr(data-mds-button--isProcessed);
}

.mds-button--active {
  background: rgb(0, 161, 224);
  color: rgb(255, 255, 255);
  box-shadow: 0 0.2rem 0 rgb(0, 128.8, 179.2);
}
.mds-button--active:hover {
  background: rgb(76.5, 189.2, 233.3);
  color: rgb(255, 255, 255);
}
.mds-button--active:active {
  background: rgb(0, 128.8, 179.2);
  color: rgb(255, 255, 255);
  border-bottom-width: 0;
}
.mds-button--active:focus {
  box-shadow: 0 0.2rem 0 rgb(0, 128.8, 179.2), inset 0 0 0 0.1rem rgb(140.25, 212.7, 241.05);
}
.mds-button--active.mds-button--disabled, .mds-button--active.mds-button.mds-button--isProcessing, .mds-button--active.mds-button.mds-button--isProcessed, .mds-button--active[disabled] {
  background: rgb(140.25, 212.7, 241.05);
  color: rgb(229.5, 245.6, 251.9);
  box-shadow: 0 0.2rem 0 rgb(76.5, 189.2, 233.3);
}
.mds-button--active .mds-button__loadingBall {
  color: rgb(229.5, 245.6, 251.9);
}

.mds-button--warning {
  background: rgb(237, 28, 36);
  color: rgb(255, 255, 255);
  box-shadow: 0 0.2rem 0 rgb(189.6, 22.4, 28.8);
}
.mds-button--warning:hover {
  background: rgb(242.4, 96.1, 101.7);
  color: rgb(255, 255, 255);
}
.mds-button--warning:active {
  background: rgb(189.6, 22.4, 28.8);
  color: rgb(255, 255, 255);
  border-bottom-width: 0;
}
.mds-button--warning:focus {
  box-shadow: 0 0.2rem 0 rgb(189.6, 22.4, 28.8), inset 0 0 0 0.1rem rgb(246.9, 152.85, 156.45);
}
.mds-button--warning.mds-button--disabled, .mds-button--warning.mds-button.mds-button--isProcessing, .mds-button--warning.mds-button.mds-button--isProcessed, .mds-button--warning[disabled] {
  background: rgb(246.9, 152.85, 156.45);
  color: rgb(253.2, 232.3, 233.1);
  box-shadow: 0 0.2rem 0 rgb(242.4, 96.1, 101.7);
}
.mds-button--warning .mds-button__loadingBall {
  color: rgb(253.2, 232.3, 233.1);
}

.mds-button--proceed {
  background: rgb(63, 172, 73);
  color: rgb(255, 255, 255);
  box-shadow: 0 0.2rem 0 rgb(50.4, 137.6, 58.4);
}
.mds-button--proceed:hover {
  background: rgb(120.6, 196.9, 127.6);
  color: rgb(255, 255, 255);
}
.mds-button--proceed:active {
  background: rgb(50.4, 137.6, 58.4);
  color: rgb(255, 255, 255);
  border-bottom-width: 0;
}
.mds-button--proceed:focus {
  box-shadow: 0 0.2rem 0 rgb(50.4, 137.6, 58.4), inset 0 0 0 0.1rem rgb(168.6, 217.65, 173.1);
}
.mds-button--proceed.mds-button--disabled, .mds-button--proceed.mds-button.mds-button--isProcessing, .mds-button--proceed.mds-button.mds-button--isProcessed, .mds-button--proceed[disabled] {
  background: rgb(168.6, 217.65, 173.1);
  color: rgb(235.8, 246.7, 236.8);
  box-shadow: 0 0.2rem 0 rgb(120.6, 196.9, 127.6);
}
.mds-button--proceed .mds-button__loadingBall {
  color: rgb(235.8, 246.7, 236.8);
}

.mds-button__loader {
  height: 4px;
  width: 28px;
  position: relative;
  overflow: hidden;
  margin-right: 8px;
}

.mds-button__loadingBall {
  height: 4px;
  width: 4px;
  border-radius: 2px;
  color: rgb(149.7, 162.75, 183);
  background: currentColor;
  position: absolute;
  top: 0;
  left: -4px;
  animation: button-loadingBall-movement 3s cubic-bezier(0, 0.5, 1, 0.5) infinite, loadingBall-opacity 3s linear infinite;
}
.mds-button__loadingBall:nth-child(2) {
  animation-delay: 0.4s;
}
.mds-button__loadingBall:nth-child(3) {
  animation-delay: 0.8s;
}

.mds-button a:hover, .mds-button a:active, .mds-button a:focus, .mds-button a:visited, .mds-button a {
  color: currentColor;
  text-decoration: none;
}

.mds-table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  border-collapse: collapse;
}
.mds-table th {
  font-weight: 500;
  font-size: 1.4rem;
  color: rgb(21, 50, 95);
  text-align: left;
  white-space: nowrap;
}
.mds-table td,
.mds-table th {
  padding: 8px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.mds-table tr,
.mds-table th,
.mds-table td {
  transition: background 0.4s cubic-bezier(0.34, 0.1, 0.14, 0.92);
}

.mds-table--striped > tbody > tr:nth-child(odd) {
  background: rgb(231.6, 234.5, 239);
}

.mds-table__cell--hasError > div,
td > div.mds-table__cell--hasError {
  position: relative;
}

.mds-table__cell--hasError > div::before,
td > div.mds-table__cell--hasError::before {
  content: "";
  border-left: solid 4px rgb(237, 28, 36);
  position: absolute;
  top: -8px;
  left: -8px;
  height: calc(100% + 16px);
  width: 4px;
}

.mds-table--rowHover,
.mds-table--cellHover {
  cursor: default;
}

.mds-table--cellHover tbody td:nth-child(1) {
  font-weight: 500;
  font-size: 1.4rem;
  color: rgb(21, 50, 95);
}

.mds-table--cellHoverInteract tbody td {
  cursor: pointer;
}

.mds-table--cellHoverInteractRow tbody td {
  cursor: pointer;
}

.mds-table--cellHoverInteractColumn th,
.mds-table--cellHoverInteractColumn tbody tr td {
  cursor: pointer;
}

.mds-table--cellHoverInteractAll th,
.mds-table--cellHoverInteractAll tbody td {
  cursor: pointer;
}

.mds-table.mds-table--rowHover tbody tr:hover {
  background: rgb(140.25, 212.7, 241.05);
}

.mds-table.mds-table--rowHoverInteract tbody tr {
  cursor: pointer;
}

.mds-table__cell--isHoveredSibling {
  background: rgba(140.25, 212.7, 241.05, 0.3);
}

.mds-table__cell--isHovered {
  background: rgb(76.5, 189.2, 233.3);
  color: rgb(255, 255, 255) !important;
}

.mds-table__cell--isFocus {
  background: rgb(0, 161, 224);
  color: rgb(255, 255, 255) !important;
}

.mds-table th.mds-table__cell--centered,
.mds-table td.mds-table__cell--centered {
  text-align: center;
}

.mds-table__cell--noWrap {
  white-space: nowrap;
}

td.mds-table__cell--isNumber, th.mds-table__cell--isNumber {
  text-align: right;
}

td.mds-table__cell--isNumber {
  font-family: monospace;
}

.mds-table__expandingRow {
  background-color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  font-style: italic;
  border-top-color: rgb(76.5, 76.5, 76.5);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: rgb(76.5, 76.5, 76.5);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-color: rgb(0, 161, 224);
  border-left-width: 8px;
  border-left-style: solid;
  border-right-color: rgb(0, 161, 224);
  border-right-width: 8px;
  border-right-style: solid;
  cursor: pointer;
}

.mds-table.mds-table--rowHover > thead > tr:hover, .mds-table.mds-table--rowHover > thead > tr, .mds-table.mds-table--rowHoverInteract > thead > tr:hover, .mds-table.mds-table--rowHoverInteract > thead > tr {
  background-color: initial;
  cursor: default;
}

.mds-form {
  display: flex;
  flex-direction: column;
}

.mds-form--horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fit, 350px);
  grid-gap: 20px;
}

.mds-form__label {
  display: flex;
  margin-bottom: 8px;
  font-weight: 500;
  align-items: center;
}
.mds-form__label::after {
  flex: 1;
  margin-left: 8px;
  height: 1px;
  content: "";
  display: block;
  background: rgb(242.25, 242.25, 242.25);
}

.mds-form__validation {
  display: block;
  color: rgb(0, 161, 224);
  font-size: 1.1rem;
  margin-top: -23px;
  margin-bottom: 11px;
}
.mds-form__validation::before {
  content: "* ";
}

.mds-form__validation--hidden {
  display: none;
}

.mds-form__inputText, .select2-container--default .select2-search--dropdown .select2-search__field {
  transition: all 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  height: 2.8rem;
  padding: 0 0.9rem;
  font-size: 1.4rem;
  font-weight: 300;
  min-width: 22.8rem;
  display: flex;
  align-items: center;
  font-family: "museo";
  background: rgb(255, 255, 255);
  margin-bottom: 25px;
  border: solid 1px rgb(229.5, 229.5, 229.5);
  color: rgb(76.5, 76.5, 76.5);
}
.mds-form__inputText--disguised {
  border-color: transparent;
  background: rgb(255, 255, 255);
  color: rgb(76.5, 76.5, 76.5);
  pointer-events: none;
}
.mds-form__inputText--disguised[disabled] {
  background: rgb(255, 255, 255);
  color: rgb(76.5, 76.5, 76.5);
}
.mds-form__inputText--disguised::-webkit-input-placeholder {
  color: transparent;
}
.mds-form__inputText--disguised::-moz-placeholder {
  color: transparent;
}
.mds-form__inputText--disguised:-ms-input-placeholder {
  color: transparent;
}
.mds-form__inputText--disguised:hover {
  border-color: transparent !important;
}
.mds-form__inputText:hover, .select2-container--default .select2-search--dropdown .select2-search__field:hover {
  border-color: rgb(175.95, 175.95, 175.95);
}
.mds-form__inputText:active, .select2-container--default .select2-search--dropdown .select2-search__field:active, .mds-form__inputText:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #666666;
  color: rgb(0, 0, 0);
}
.mds-form__inputText:not(.mds-form__inputText--disguised)[disabled], .select2-container--default .select2-search--dropdown .select2-search__field:not(.mds-form__inputText--disguised)[disabled] {
  pointer-events: none;
  background: rgb(175.95, 175.95, 175.95);
  color: #666666;
}
.mds-form__inputText:not(.mds-form__inputText--disguised)[disabled]::-webkit-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:not(.mds-form__inputText--disguised)[disabled]::-webkit-input-placeholder {
  color: #666666;
}
.mds-form__inputText:not(.mds-form__inputText--disguised)[disabled]::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:not(.mds-form__inputText--disguised)[disabled]::-moz-placeholder {
  color: #666666;
}
.mds-form__inputText:not(.mds-form__inputText--disguised)[disabled]:-ms-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:not(.mds-form__inputText--disguised)[disabled]:-ms-input-placeholder {
  color: rgb(127.5, 127.5, 127.5);
}

.mds-form__textArea {
  transition: all 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  padding: 0.9rem;
  font-size: 1.4rem;
  font-weight: 300;
  min-width: 22.8rem;
  font-family: museo;
  background: rgb(255, 255, 255);
  margin-bottom: 25px;
  border: solid 1px rgb(229.5, 229.5, 229.5);
  resize: none;
}
.mds-form__textArea:hover {
  border-color: rgb(175.95, 175.95, 175.95);
}
.mds-form__textArea:active, .mds-form__textArea:focus {
  outline: none;
  border-color: #666666;
}
.mds-form__textArea:not(.mds-form__textArea--disguised)[disabled] {
  pointer-events: none;
  background: rgb(175.95, 175.95, 175.95);
  color: #666666;
}
.mds-form__textArea:not(.mds-form__textArea--disguised)[disabled]::-webkit-input-placeholder {
  color: #666666;
}
.mds-form__textArea:not(.mds-form__textArea--disguised)[disabled]::-moz-placeholder {
  color: #666666;
}
.mds-form__textArea:not(.mds-form__textArea--disguised)[disabled]:-ms-input-placeholder {
  color: rgb(127.5, 127.5, 127.5);
}

div.mds-form__textArea.mds-form__textArea--disguised {
  border-color: transparent;
  background: rgb(255, 255, 255);
  color: rgb(76.5, 76.5, 76.5);
  pointer-events: none;
}
div.mds-form__textArea.mds-form__textArea--disguised[disabled] {
  background: rgb(255, 255, 255);
  color: rgb(76.5, 76.5, 76.5);
}
div.mds-form__textArea.mds-form__textArea--disguised::-webkit-input-placeholder {
  color: transparent;
}
div.mds-form__textArea.mds-form__textArea--disguised::-moz-placeholder {
  color: transparent;
}
div.mds-form__textArea.mds-form__textArea--disguised:-ms-input-placeholder {
  color: transparent;
}
div.mds-form__textArea + textarea {
  display: none;
}

.mds-form__buttonToggle {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.mds-form__buttonToggle input[type=checkbox] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.mds-form__buttonToggle label {
  height: 3rem;
  position: relative;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  overflow: hidden;
  display: inline-flex;
  margin-right: 0.9rem;
}
.mds-form__buttonToggle label::before {
  content: attr(data-coverWord);
  margin-right: 3.2rem;
  visibility: hidden;
  white-space: nowrap;
}

.mds-form__buttonToggle input[type=checkbox]:focus + .mds-form__buttonToggleContainer::before {
  border: solid 0.1rem #333333;
}

.mds-form__buttonToggleContainer {
  transition: all 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  position: absolute;
  display: flex;
  width: calc(200% + 2.8rem);
  height: 100%;
}
.mds-form__buttonToggleContainer::before {
  height: 26px;
  background: rgb(255, 255, 255);
  flex: 0 0 20px;
  margin-top: 2px;
  content: "";
  order: 2;
}

.mds-form__buttonToggle input[type=checkbox]:disabled ~ * {
  opacity: 0.3;
  cursor: default;
}

.mds-form__buttonToggle input[type=checkbox]:checked ~ .mds-form__buttonToggleContainer {
  left: calc(0% + 0rem);
  background: rgb(0, 161, 224);
}

.mds-form__buttonToggle input[type=checkbox]:not(:checked) ~ .mds-form__buttonToggleContainer {
  left: calc(-100% + 2.4rem);
  background: rgb(175.95, 175.95, 175.95);
}

.mds-form__buttonToggleEnabledText,
.mds-form__buttonToggleDisabledText {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 3.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.mds-form__buttonToggleEnabledText {
  order: 1;
}

.mds-form__buttonToggleDisabledText {
  order: 3;
}

.mds-form__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.mds-form__checkbox input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.mds-form__checkbox input[disabled] + .mds-form__checkboxContainer {
  background-color: rgb(175.95, 175.95, 175.95);
  border-color: rgb(127.5, 127.5, 127.5);
}
.mds-form__checkbox input[disabled] + .mds-form__checkboxContainer .mds-form__checkboxCheck {
  border-color: rgb(127.5, 127.5, 127.5);
}
.mds-form__checkbox label {
  display: flex;
  cursor: pointer;
}

.mds-form__checkbox input:focus + .mds-form__checkboxContainer,
.mds-form__checkbox input:active + .mds-form__checkboxContainer {
  border-color: rgb(76.5, 189.2, 233.3);
}

.mds-form__checkboxContainer {
  height: 1.6rem;
  width: 1.6rem;
  border: solid 1px rgb(175.95, 175.95, 175.95);
  margin-right: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mds-form__checkboxCheck {
  transition: opacity 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  width: 65%;
  height: 40%;
  transform: rotate(-53deg) translateX(10%);
  border-bottom: solid rgb(0, 161, 224) 2px;
  border-left: solid rgb(0, 161, 224) 2px;
  opacity: 0;
}

.mds-form__checkbox input:checked ~ .mds-form__checkboxContainer .mds-form__checkboxCheck {
  opacity: 1;
}

.mds-form__radioButton {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.mds-form__radioButton input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.mds-form__radioButton input[disabled] + .mds-form__radioButtonContainer {
  background-color: rgb(175.95, 175.95, 175.95);
  border-color: rgb(127.5, 127.5, 127.5);
}
.mds-form__radioButton input[disabled] + .mds-form__radioButtonContainer .mds-form__radioButtonCheck {
  background: rgb(127.5, 127.5, 127.5);
}
.mds-form__radioButton label {
  display: flex;
  cursor: pointer;
}
.mds-form__radioButton:last-child {
  margin-bottom: 25px;
}

.mds-form__radioButton input:focus + .mds-form__radioButtonContainer,
.mds-form__radioButton input:active + .mds-form__radioButtonContainer {
  border-color: rgb(76.5, 189.2, 233.3);
}

.mds-form__radioButtonContainer {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 0.8rem;
  border: solid 1px rgb(175.95, 175.95, 175.95);
  margin-right: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mds-form__radioButtonCheck {
  transition: opacity 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: rgb(0, 161, 224);
  opacity: 0;
}

.mds-form__radioButton input:checked ~ .mds-form__radioButtonContainer .mds-form__radioButtonCheck {
  opacity: 1;
}

.mds-form__select {
  --selectChevron: rgb(175.95, 175.95, 175.95);
  transition: color 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92), border-color 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  height: 2.8rem;
  padding: 0 3.5rem 0 0.9rem;
  font-size: 1.4rem;
  font-weight: 300;
  min-width: 22.8rem;
  display: flex;
  align-items: center;
  font-family: museo;
  background: rgb(255, 255, 255);
  margin-bottom: 25px;
  border: solid 1px rgb(175.95, 175.95, 175.95);
  color: rgb(76.5, 76.5, 76.5);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2756%27%20width%3D%2728%27%20viewBox%3D%270%200%20280%20560%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20fill%3D%27transparent%27%20stroke-width%3D%2725%27%20stroke-linecap%3D%27round%27%20stroke%3D%27rgb(175.95, 175.95, 175.95)%27%20d%3D%27M80%2C110%20L140%2C170%20L200%2C110%27%20%2F%3E%3Cpath%20fill%3D%27transparent%27%20stroke-width%3D%2725%27%20stroke-linecap%3D%27round%27%20stroke%3D%27rgb(0, 161, 224)%27%20d%3D%27M80%2C390%20L140%2C450%20L200%2C390%27%20%2F%3E%3C%2Fsvg%3E");
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mds-form__select:hover, .mds-form__select:active, .mds-form__select:focus {
  border-color: rgb(0, 161, 224);
  color: rgb(0, 161, 224);
  background-position: 100% -28px;
  outline: none;
}
.mds-form__select[disabled] {
  pointer-events: none;
  background: rgb(175.95, 175.95, 175.95);
  color: #666666;
}
.mds-form__select option {
  color: rgb(76.5, 76.5, 76.5);
  font-family: museo;
}
.mds-form__select::-ms-expand {
  display: none;
}
.mds-form__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.mds-form__select[multiple] {
  background-image: none;
  padding: 0.5rem 0.9rem;
}

.mds-form__select--disguised {
  border: 0;
  background-image: none;
  pointer-events: none;
}

.mds-form__buttonGroup {
  display: flex;
}
.mds-form__buttonGroup input {
  display: none;
}
.mds-form__buttonGroup input:checked + div {
  color: rgb(255, 255, 255);
  background-color: rgb(21, 50, 95);
  cursor: default;
}

.mds-form__buttonGroup label input + div {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: solid 1px rgb(21, 50, 95);
  border-right: 0;
  user-select: none;
}

.mds-form__buttonGroup label:last-of-type > input + div {
  padding: 10px;
  border: solid 1px rgb(21, 50, 95);
  border-right: solid 1px rgb(21, 50, 95);
}

.mds-loadingOverlay {
  transition: all 0.4s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  position: absolute;
  height: 100%;
  min-height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mds-loadingOverlay:not(.mds-loadingOverlay--dark) {
  background: rgb(255, 255, 255);
  color: rgb(21, 50, 95);
}
.mds-loadingOverlay--dark {
  background: rgb(21, 50, 95);
  color: rgb(255, 255, 255);
}
.mds-loadingOverlay--fadeIn {
  opacity: 0;
  animation: loadingFadeIn 0.5s forwards;
  animation-iteration-count: 1;
}
.mds-loadingOverlay--fadeOut {
  pointer-events: none;
  animation: loadingFadeOut 0.5s forwards;
  animation-iteration-count: 1;
}

.mds-loadingOverlay__text {
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.mds-loadingOverlay__text:not(.mds-loadingOverlay__text--dark) {
  color: rgb(21, 50, 95);
}
.mds-loadingOverlay__text--dark {
  color: rgb(255, 255, 255);
}

.mds-loadingOverlay__loader {
  height: 1rem;
  width: 25rem;
  position: relative;
  overflow: hidden;
}

.mds-loadingOverlay__loadingBall {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: -10px;
  animation: overlay-loadingBall-movement 3s cubic-bezier(0, 0.5, 1, 0.5) infinite, loadingBall-opacity 3s linear infinite;
}
.mds-loadingOverlay__loadingBall:nth-child(2) {
  animation-delay: 0.15s;
}
.mds-loadingOverlay__loadingBall:nth-child(3) {
  animation-delay: 0.3s;
}
.mds-loadingOverlay__loadingBall:nth-child(4) {
  animation-delay: 0.45s;
}
.mds-loadingOverlay__loadingBall:nth-child(5) {
  animation-delay: 0.6s;
}
.mds-loadingOverlay__loadingBall:not(.mds-loadingOverlay__loadingBall--dark) {
  background: rgb(21, 50, 95);
}
.mds-loadingOverlay__loadingBall--dark {
  background: rgb(0, 161, 224);
}

.mds-details summary {
  transition: color 0.5s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  font-weight: 500;
  font-size: 18px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.mds-details summary::-webkit-details-marker {
  display: none;
}
.mds-details summary::before {
  content: "";
  display: block;
  margin-right: 5px;
  height: 25px;
  width: 25px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2756%27%20width%3D%2728%27%20viewBox%3D%270%200%20280%20280%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20fill%3D%27transparent%27%20stroke-width%3D%2725%27%20stroke-linecap%3D%27round%27%20stroke%3D%27rgb(76.5, 76.5, 76.5)%27%20d%3D%27M80%2C110%20L140%2C170%20L200%2C110%27%20%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-position: 50% 50%;
  transition: transform 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  transform-origin: 50% 50%;
}
.mds-details ul {
  margin-left: 40px;
}
.mds-details li {
  margin-bottom: 8px;
}
.mds-details li:last-child {
  margin-bottom: 10px;
}
.mds-details:not([open]) summary::before {
  transform: rotate(-90deg);
}
.mds-details:not(:last-child) summary, .mds-details[open]:last-child summary {
  margin-bottom: 10px;
}

.mds-layout-main > .row::before, .mds-layout-main > .row::after {
  content: normal;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  .ui-controlgroup {
    display: none !important;
  }
  .mds-full-half-gadget {
    width: 150% !important;
  }
}
label {
  margin-bottom: 0;
  font-weight: 300;
}

iframe.gadgets-gadget {
  width: 100%;
}

.footer {
  display: none;
}

link[href="../../static/css/users.css"] ~ .mds-layout-content > .mds-flexLayout > h1 {
  font-family: museo, sans-serif !important;
  font-weight: 700 !important;
}

#canvasModal.css-networkTestCanvas .mds-modal {
  width: 1200px;
  max-width: calc(100vw - 30px);
}
#canvasModal.css-networkTestCanvas .mds-modal iframe {
  max-height: calc(100vh - 60px) !important;
}

#oauth_dialog .mds-modal--canvas,
#canvasModal:not(.css-networkTestCanvas) .mds-modal--canvas {
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
}
#oauth_dialog .mds-modal--canvas iframe,
#canvasModal:not(.css-networkTestCanvas) .mds-modal--canvas iframe {
  height: calc(100vh - 60px) !important;
}

@media print {
  .mds-layout-body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .mw-messages, .action-cell, .fixed-header,
  #allClear, #allHidden, #zoomButtons {
    display: none !important;
  }
  .martello-table {
    width: 100%;
    table-layout: auto;
    text-align: left;
  }
  #timechart {
    width: 100%;
  }
  .doubleCol {
    display: flex;
  }
  table.martello-table .true:after {
    content: "✓";
  }
  table.martello-table .false:after {
    content: "✕";
  }
  table.martello-table .symbol {
    text-align: center;
  }
  table.martello-table tr.comp_info th {
    display: inline-block;
  }
  .ellipsis-cell {
    overflow: hidden;
  }
  .mds-layout-header {
    background-color: #15325f !important;
    color: white !important;
  }
  .mds-layout-main {
    margin-left: 0 !important;
    max-width: none !important;
  }
  .mds-svg--logo::after {
    background-color: white !important;
  }
  .mds-gridLayout {
    display: block !important;
  }
  .mds-gridLayout > div {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
@keyframes button-loadingBall-movement {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(3.2rem);
  }
  100% {
    transform: translateX(3.2rem);
  }
}
@keyframes overlay-loadingBall-movement {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(26rem);
  }
  100% {
    transform: translateX(26rem);
  }
}
@keyframes loadingBall-opacity {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loadingFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.mds-wrapper--large {
  max-width: 80rem;
}
.mds-wrapper--medium {
  max-width: 60rem;
}
.mds-wrapper--small {
  max-width: 40rem;
}

.mds-flexLayout {
  display: flex;
}
.mds-flexLayout--vertical {
  flex-direction: column;
}
.mds-flexLayout--vertical-reverse {
  flex-direction: column-reverse;
}
.mds-flexLayout--reverse {
  flex-direction: row-reverse;
}
.mds-flexLayout--wrap {
  flex-wrap: wrap;
}
.mds-flexLayout--main-start {
  justify-content: flex-start;
}
.mds-flexLayout--main-center {
  justify-content: center;
}
.mds-flexLayout--main-end {
  justify-content: flex-end;
}
.mds-flexLayout--main-around {
  justify-content: space-around;
}
.mds-flexLayout--main-between {
  justify-content: space-between;
}
.mds-flexLayout--cross-start {
  align-items: flex-start;
}
.mds-flexLayout--cross-center {
  align-items: center;
}
.mds-flexLayout--cross-end {
  align-items: flex-end;
}
.mds-flexLayout--cross-stretch {
  align-items: stretch;
}

.mds-flexLayout-self-start {
  align-self: flex-start;
}
.mds-flexLayout-self-center {
  align-self: center;
}
.mds-flexLayout-self-end {
  align-self: flex-end;
}
.mds-flexLayout-self-stretch {
  align-self: stretch;
}

.mds-flexLayout__block {
  flex: 1 1 auto;
  max-width: 100%;
  display: flex;
}

.mds-flexLayout__block--1of1 {
  width: 100%;
}

.mds-flexLayout__block--1of2 {
  width: 50%;
}

.mds-flexLayout__block--1of3 {
  width: 33.3333333333%;
}

.mds-flexLayout__block--1of4 {
  width: 25%;
}

.mds-flexLayout__block--1of5 {
  width: 20%;
}

.mds-flexLayout__block--1of6 {
  width: 16.6666666667%;
}

.mds-flexLayout__block--1of7 {
  width: 14.2857142857%;
}

.mds-flexLayout__block--1of8 {
  width: 12.5%;
}

.mds-flexLayout__block--1of9 {
  width: 11.1111111111%;
}

.mds-flexLayout__block--1of10 {
  width: 10%;
}

.mds-flexLayout__block--1of11 {
  width: 9.0909090909%;
}

.mds-flexLayout__block--1of12 {
  width: 8.3333333333%;
}

.mds-flexLayout__block--2of2 {
  width: 100%;
}

.mds-flexLayout__block--2of3 {
  width: 66.6666666667%;
}

.mds-flexLayout__block--2of4 {
  width: 50%;
}

.mds-flexLayout__block--2of5 {
  width: 40%;
}

.mds-flexLayout__block--2of6 {
  width: 33.3333333333%;
}

.mds-flexLayout__block--2of7 {
  width: 28.5714285714%;
}

.mds-flexLayout__block--2of8 {
  width: 25%;
}

.mds-flexLayout__block--2of9 {
  width: 22.2222222222%;
}

.mds-flexLayout__block--2of10 {
  width: 20%;
}

.mds-flexLayout__block--2of11 {
  width: 18.1818181818%;
}

.mds-flexLayout__block--2of12 {
  width: 16.6666666667%;
}

.mds-flexLayout__block--3of3 {
  width: 100%;
}

.mds-flexLayout__block--3of4 {
  width: 75%;
}

.mds-flexLayout__block--3of5 {
  width: 60%;
}

.mds-flexLayout__block--3of6 {
  width: 50%;
}

.mds-flexLayout__block--3of7 {
  width: 42.8571428571%;
}

.mds-flexLayout__block--3of8 {
  width: 37.5%;
}

.mds-flexLayout__block--3of9 {
  width: 33.3333333333%;
}

.mds-flexLayout__block--3of10 {
  width: 30%;
}

.mds-flexLayout__block--3of11 {
  width: 27.2727272727%;
}

.mds-flexLayout__block--3of12 {
  width: 25%;
}

.mds-flexLayout__block--4of4 {
  width: 100%;
}

.mds-flexLayout__block--4of5 {
  width: 80%;
}

.mds-flexLayout__block--4of6 {
  width: 66.6666666667%;
}

.mds-flexLayout__block--4of7 {
  width: 57.1428571429%;
}

.mds-flexLayout__block--4of8 {
  width: 50%;
}

.mds-flexLayout__block--4of9 {
  width: 44.4444444444%;
}

.mds-flexLayout__block--4of10 {
  width: 40%;
}

.mds-flexLayout__block--4of11 {
  width: 36.3636363636%;
}

.mds-flexLayout__block--4of12 {
  width: 33.3333333333%;
}

.mds-flexLayout__block--5of5 {
  width: 100%;
}

.mds-flexLayout__block--5of6 {
  width: 83.3333333333%;
}

.mds-flexLayout__block--5of7 {
  width: 71.4285714286%;
}

.mds-flexLayout__block--5of8 {
  width: 62.5%;
}

.mds-flexLayout__block--5of9 {
  width: 55.5555555556%;
}

.mds-flexLayout__block--5of10 {
  width: 50%;
}

.mds-flexLayout__block--5of11 {
  width: 45.4545454545%;
}

.mds-flexLayout__block--5of12 {
  width: 41.6666666667%;
}

.mds-flexLayout__block--6of6 {
  width: 100%;
}

.mds-flexLayout__block--6of7 {
  width: 85.7142857143%;
}

.mds-flexLayout__block--6of8 {
  width: 75%;
}

.mds-flexLayout__block--6of9 {
  width: 66.6666666667%;
}

.mds-flexLayout__block--6of10 {
  width: 60%;
}

.mds-flexLayout__block--6of11 {
  width: 54.5454545455%;
}

.mds-flexLayout__block--6of12 {
  width: 50%;
}

.mds-flexLayout__block--7of7 {
  width: 100%;
}

.mds-flexLayout__block--7of8 {
  width: 87.5%;
}

.mds-flexLayout__block--7of9 {
  width: 77.7777777778%;
}

.mds-flexLayout__block--7of10 {
  width: 70%;
}

.mds-flexLayout__block--7of11 {
  width: 63.6363636364%;
}

.mds-flexLayout__block--7of12 {
  width: 58.3333333333%;
}

.mds-flexLayout__block--8of8 {
  width: 100%;
}

.mds-flexLayout__block--8of9 {
  width: 88.8888888889%;
}

.mds-flexLayout__block--8of10 {
  width: 80%;
}

.mds-flexLayout__block--8of11 {
  width: 72.7272727273%;
}

.mds-flexLayout__block--8of12 {
  width: 66.6666666667%;
}

.mds-flexLayout__block--9of9 {
  width: 100%;
}

.mds-flexLayout__block--9of10 {
  width: 90%;
}

.mds-flexLayout__block--9of11 {
  width: 81.8181818182%;
}

.mds-flexLayout__block--9of12 {
  width: 75%;
}

.mds-flexLayout__block--10of10 {
  width: 100%;
}

.mds-flexLayout__block--10of11 {
  width: 90.9090909091%;
}

.mds-flexLayout__block--10of12 {
  width: 83.3333333333%;
}

.mds-flexLayout__block--11of11 {
  width: 100%;
}

.mds-flexLayout__block--11of12 {
  width: 91.6666666667%;
}

.mds-flexLayout__block--12of12 {
  width: 100%;
}

@media screen and (min-width: 75rem) {
  .mds-flexLayout__block--1of1-large {
    width: 100%;
  }
  .mds-flexLayout__block--1of2-large {
    width: 50%;
  }
  .mds-flexLayout__block--1of3-large {
    width: 33.3333333333%;
  }
  .mds-flexLayout__block--1of4-large {
    width: 25%;
  }
  .mds-flexLayout__block--1of5-large {
    width: 20%;
  }
  .mds-flexLayout__block--1of6-large {
    width: 16.6666666667%;
  }
  .mds-flexLayout__block--1of7-large {
    width: 14.2857142857%;
  }
  .mds-flexLayout__block--1of8-large {
    width: 12.5%;
  }
  .mds-flexLayout__block--1of9-large {
    width: 11.1111111111%;
  }
  .mds-flexLayout__block--1of10-large {
    width: 10%;
  }
  .mds-flexLayout__block--1of11-large {
    width: 9.0909090909%;
  }
  .mds-flexLayout__block--1of12-large {
    width: 8.3333333333%;
  }
  .mds-flexLayout__block--2of2-large {
    width: 100%;
  }
  .mds-flexLayout__block--2of3-large {
    width: 66.6666666667%;
  }
  .mds-flexLayout__block--2of4-large {
    width: 50%;
  }
  .mds-flexLayout__block--2of5-large {
    width: 40%;
  }
  .mds-flexLayout__block--2of6-large {
    width: 33.3333333333%;
  }
  .mds-flexLayout__block--2of7-large {
    width: 28.5714285714%;
  }
  .mds-flexLayout__block--2of8-large {
    width: 25%;
  }
  .mds-flexLayout__block--2of9-large {
    width: 22.2222222222%;
  }
  .mds-flexLayout__block--2of10-large {
    width: 20%;
  }
  .mds-flexLayout__block--2of11-large {
    width: 18.1818181818%;
  }
  .mds-flexLayout__block--2of12-large {
    width: 16.6666666667%;
  }
  .mds-flexLayout__block--3of3-large {
    width: 100%;
  }
  .mds-flexLayout__block--3of4-large {
    width: 75%;
  }
  .mds-flexLayout__block--3of5-large {
    width: 60%;
  }
  .mds-flexLayout__block--3of6-large {
    width: 50%;
  }
  .mds-flexLayout__block--3of7-large {
    width: 42.8571428571%;
  }
  .mds-flexLayout__block--3of8-large {
    width: 37.5%;
  }
  .mds-flexLayout__block--3of9-large {
    width: 33.3333333333%;
  }
  .mds-flexLayout__block--3of10-large {
    width: 30%;
  }
  .mds-flexLayout__block--3of11-large {
    width: 27.2727272727%;
  }
  .mds-flexLayout__block--3of12-large {
    width: 25%;
  }
  .mds-flexLayout__block--4of4-large {
    width: 100%;
  }
  .mds-flexLayout__block--4of5-large {
    width: 80%;
  }
  .mds-flexLayout__block--4of6-large {
    width: 66.6666666667%;
  }
  .mds-flexLayout__block--4of7-large {
    width: 57.1428571429%;
  }
  .mds-flexLayout__block--4of8-large {
    width: 50%;
  }
  .mds-flexLayout__block--4of9-large {
    width: 44.4444444444%;
  }
  .mds-flexLayout__block--4of10-large {
    width: 40%;
  }
  .mds-flexLayout__block--4of11-large {
    width: 36.3636363636%;
  }
  .mds-flexLayout__block--4of12-large {
    width: 33.3333333333%;
  }
  .mds-flexLayout__block--5of5-large {
    width: 100%;
  }
  .mds-flexLayout__block--5of6-large {
    width: 83.3333333333%;
  }
  .mds-flexLayout__block--5of7-large {
    width: 71.4285714286%;
  }
  .mds-flexLayout__block--5of8-large {
    width: 62.5%;
  }
  .mds-flexLayout__block--5of9-large {
    width: 55.5555555556%;
  }
  .mds-flexLayout__block--5of10-large {
    width: 50%;
  }
  .mds-flexLayout__block--5of11-large {
    width: 45.4545454545%;
  }
  .mds-flexLayout__block--5of12-large {
    width: 41.6666666667%;
  }
  .mds-flexLayout__block--6of6-large {
    width: 100%;
  }
  .mds-flexLayout__block--6of7-large {
    width: 85.7142857143%;
  }
  .mds-flexLayout__block--6of8-large {
    width: 75%;
  }
  .mds-flexLayout__block--6of9-large {
    width: 66.6666666667%;
  }
  .mds-flexLayout__block--6of10-large {
    width: 60%;
  }
  .mds-flexLayout__block--6of11-large {
    width: 54.5454545455%;
  }
  .mds-flexLayout__block--6of12-large {
    width: 50%;
  }
  .mds-flexLayout__block--7of7-large {
    width: 100%;
  }
  .mds-flexLayout__block--7of8-large {
    width: 87.5%;
  }
  .mds-flexLayout__block--7of9-large {
    width: 77.7777777778%;
  }
  .mds-flexLayout__block--7of10-large {
    width: 70%;
  }
  .mds-flexLayout__block--7of11-large {
    width: 63.6363636364%;
  }
  .mds-flexLayout__block--7of12-large {
    width: 58.3333333333%;
  }
  .mds-flexLayout__block--8of8-large {
    width: 100%;
  }
  .mds-flexLayout__block--8of9-large {
    width: 88.8888888889%;
  }
  .mds-flexLayout__block--8of10-large {
    width: 80%;
  }
  .mds-flexLayout__block--8of11-large {
    width: 72.7272727273%;
  }
  .mds-flexLayout__block--8of12-large {
    width: 66.6666666667%;
  }
  .mds-flexLayout__block--9of9-large {
    width: 100%;
  }
  .mds-flexLayout__block--9of10-large {
    width: 90%;
  }
  .mds-flexLayout__block--9of11-large {
    width: 81.8181818182%;
  }
  .mds-flexLayout__block--9of12-large {
    width: 75%;
  }
  .mds-flexLayout__block--10of10-large {
    width: 100%;
  }
  .mds-flexLayout__block--10of11-large {
    width: 90.9090909091%;
  }
  .mds-flexLayout__block--10of12-large {
    width: 83.3333333333%;
  }
  .mds-flexLayout__block--11of11-large {
    width: 100%;
  }
  .mds-flexLayout__block--11of12-large {
    width: 91.6666666667%;
  }
  .mds-flexLayout__block--12of12-large {
    width: 100%;
  }
}
.mds-gridLayout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

@media screen and (max-width: 1500px) {
  .mds-gridLayout {
    grid-template-columns: 100%;
  }
  .mds-gridLayout > div {
    grid-column: 1;
  }
}
.mds-has-block-links a {
  text-decoration: none;
  cursor: pointer;
}

p.mds-text-paragraphText, .mds-text-paragraphText > p, .mds-bannerMessage__text > p, .mds-text-paragraphText > p > p, .mds-bannerMessage__text > p > p, p.mds-bannerMessage__text {
  line-height: 1.5;
}

.mds-text-paragraphText > p, .mds-text-paragraphText > p > p, .mds-bannerMessage__text > p > p, .mds-text-paragraphText > p > p > p, .mds-bannerMessage__text > p > p > p, .mds-bannerMessage__text > p {
  margin-bottom: 12.5px;
}
.mds-text-paragraphText > h1, .mds-bannerMessage__text > h1, .mds-text-paragraphText > p > h1, .mds-bannerMessage__text > p > h1, .mds-text-paragraphText > p > p > h1, .mds-bannerMessage__text > p > p > h1, .mds-text-paragraphText > h2, .mds-bannerMessage__text > h2, .mds-text-paragraphText > p > h2, .mds-bannerMessage__text > p > h2, .mds-text-paragraphText > p > p > h2, .mds-bannerMessage__text > p > p > h2, .mds-text-paragraphText > h3, .mds-bannerMessage__text > h3, .mds-text-paragraphText > p > h3, .mds-bannerMessage__text > p > h3, .mds-text-paragraphText > p > p > h3, .mds-bannerMessage__text > p > p > h3, .mds-text-paragraphText > h4, .mds-bannerMessage__text > h4, .mds-text-paragraphText > p > h4, .mds-bannerMessage__text > p > h4, .mds-text-paragraphText > p > p > h4, .mds-bannerMessage__text > p > p > h4, .mds-text-paragraphText > h5, .mds-bannerMessage__text > h5, .mds-text-paragraphText > p > h5, .mds-bannerMessage__text > p > h5, .mds-text-paragraphText > p > p > h5, .mds-bannerMessage__text > p > p > h5, .mds-text-paragraphText > h6, .mds-bannerMessage__text > h6, .mds-text-paragraphText > p > h6, .mds-bannerMessage__text > p > h6, .mds-text-paragraphText > p > p > h6, .mds-bannerMessage__text > p > p > h6 {
  color: rgb(21, 50, 95);
  margin-bottom: 0.75rem;
}
.mds-text-paragraphText > ul, .mds-bannerMessage__text > ul, .mds-text-paragraphText > p > ul, .mds-bannerMessage__text > p > ul, .mds-text-paragraphText > p > p > ul, .mds-bannerMessage__text > p > p > ul {
  list-style: disc;
  margin: 1rem 0 1rem 3rem;
  line-height: 1.5;
}
.mds-text-paragraphText > ul ul, .mds-bannerMessage__text > ul ul, .mds-text-paragraphText > p > ul ul, .mds-bannerMessage__text > p > ul ul, .mds-text-paragraphText > p > p > ul ul, .mds-bannerMessage__text > p > p > ul ul {
  list-style: circle;
  padding-left: 1rem;
}
.mds-text-paragraphText > ol, .mds-bannerMessage__text > ol, .mds-text-paragraphText > p > ol, .mds-bannerMessage__text > p > ol, .mds-text-paragraphText > p > p > ol, .mds-bannerMessage__text > p > p > ol {
  margin: 1rem 0 1rem 3rem;
  line-height: 1.5;
}
.mds-text-paragraphText strong, .mds-bannerMessage__text strong {
  color: rgb(0, 0, 0);
}
.mds-text-paragraphText > *:last-child, .mds-bannerMessage__text > *:last-child, .mds-text-paragraphText > p > *:last-child, .mds-bannerMessage__text > p > *:last-child, .mds-text-paragraphText > p > p > *:last-child, .mds-bannerMessage__text > p > p > *:last-child {
  margin-bottom: 0;
}

.mds-text-diff-add {
  background: rgb(235.8, 246.7, 236.8);
  color: rgb(63, 172, 73);
}
.mds-text-diff-add::before {
  content: "+";
}
.mds-text-diff-remove {
  background: rgb(253.2, 232.3, 233.1);
  color: rgb(237, 28, 36);
}
.mds-text-diff-remove::before {
  content: "-";
}

.mds-text-code {
  font-family: liberation;
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(242, 115, 33);
  padding: 0 5px;
  white-space: nowrap;
}

.mds-text-color-primary {
  color: rgb(21, 50, 95) !important;
}

.mds-text-color-secondary {
  color: rgb(0, 161, 224) !important;
}

.mds-text-color-tert1 {
  color: rgb(188, 227, 245) !important;
}

.mds-text-color-tert2 {
  color: rgb(63, 172, 73) !important;
}

.mds-text-color-tert3 {
  color: rgb(248, 202, 0) !important;
}

.mds-text-color-tert4 {
  color: rgb(242, 115, 33) !important;
}

.mds-text-color-tert5 {
  color: rgb(237, 28, 36) !important;
}

.mds-text-color-tert6 {
  color: rgb(109, 49, 146) !important;
}

.mds-text-color-error {
  color: rgb(237, 28, 36) !important;
}

.mds-text-color-critical {
  color: rgb(237, 28, 36) !important;
}

.mds-text-color-bad {
  color: rgb(237, 28, 36) !important;
}

.mds-text-color-major {
  color: rgb(242, 115, 33) !important;
}

.mds-text-color-poor {
  color: rgb(242, 115, 33) !important;
}

.mds-text-color-minor {
  color: rgb(248, 202, 0) !important;
}

.mds-text-color-fair {
  color: rgb(248, 202, 0) !important;
}

.mds-text-color-warning {
  color: rgb(0, 161, 224) !important;
}

.mds-text-color-info {
  color: rgb(0, 161, 224) !important;
}

.mds-text-color-good {
  color: rgb(63, 172, 73) !important;
}

.mds-text-color-clear {
  color: rgb(63, 172, 73) !important;
}

.mds-text-color-success {
  color: rgb(63, 172, 73) !important;
}

.mds-text-color-indeterminate {
  color: rgb(21, 50, 95) !important;
}

.mds-text-style-strikethrough {
  color: currentColor;
  text-decoration: line-through;
  opacity: 0.7;
}

.mds-svg--logo {
  display: flex;
  align-self: center;
  position: relative;
  line-height: 17px;
  margin-right: 37px;
}
.mds-svg--logo svg {
  display: inline-block;
}
.mds-svg--logo::after {
  content: "";
  height: 24px;
  width: 1px;
  position: absolute;
  right: -19px;
  top: -2px;
  background-color: white;
}

.mds-padding-top-xxx-small {
  padding-top: 1px;
}

.mds-margin-top-xxx-small {
  margin-top: 1px;
}

.mds-padding-top-xx-small {
  padding-top: 2px;
}

.mds-margin-top-xx-small {
  margin-top: 2px;
}

.mds-padding-top-x-small {
  padding-top: 5px;
}

.mds-margin-top-x-small {
  margin-top: 5px;
}

.mds-padding-top-small {
  padding-top: 8px;
}

.mds-margin-top-small {
  margin-top: 8px;
}

.mds-padding-top-medium {
  padding-top: 10px;
}

.mds-margin-top-medium {
  margin-top: 10px;
}

.mds-padding-top-large {
  padding-top: 17px;
}

.mds-margin-top-large {
  margin-top: 17px;
}

.mds-padding-top-x-large {
  padding-top: 25px;
}

.mds-margin-top-x-large {
  margin-top: 25px;
}

.mds-padding-top-xx-large {
  padding-top: 40px;
}

.mds-margin-top-xx-large {
  margin-top: 40px;
}

.mds-padding-bottom-xxx-small {
  padding-bottom: 1px;
}

.mds-margin-bottom-xxx-small {
  margin-bottom: 1px;
}

.mds-padding-bottom-xx-small {
  padding-bottom: 2px;
}

.mds-margin-bottom-xx-small {
  margin-bottom: 2px;
}

.mds-padding-bottom-x-small {
  padding-bottom: 5px;
}

.mds-margin-bottom-x-small {
  margin-bottom: 5px;
}

.mds-padding-bottom-small {
  padding-bottom: 8px;
}

.mds-margin-bottom-small {
  margin-bottom: 8px;
}

.mds-padding-bottom-medium {
  padding-bottom: 10px;
}

.mds-margin-bottom-medium {
  margin-bottom: 10px;
}

.mds-padding-bottom-large {
  padding-bottom: 17px;
}

.mds-margin-bottom-large {
  margin-bottom: 17px;
}

.mds-padding-bottom-x-large {
  padding-bottom: 25px;
}

.mds-margin-bottom-x-large {
  margin-bottom: 25px;
}

.mds-padding-bottom-xx-large {
  padding-bottom: 40px;
}

.mds-margin-bottom-xx-large {
  margin-bottom: 40px;
}

.mds-padding-left-xxx-small {
  padding-left: 1px;
}

.mds-margin-left-xxx-small {
  margin-left: 1px;
}

.mds-padding-left-xx-small {
  padding-left: 2px;
}

.mds-margin-left-xx-small {
  margin-left: 2px;
}

.mds-padding-left-x-small {
  padding-left: 5px;
}

.mds-margin-left-x-small {
  margin-left: 5px;
}

.mds-padding-left-small {
  padding-left: 8px;
}

.mds-margin-left-small {
  margin-left: 8px;
}

.mds-padding-left-medium {
  padding-left: 10px;
}

.mds-margin-left-medium {
  margin-left: 10px;
}

.mds-padding-left-large {
  padding-left: 17px;
}

.mds-margin-left-large {
  margin-left: 17px;
}

.mds-padding-left-x-large {
  padding-left: 25px;
}

.mds-margin-left-x-large {
  margin-left: 25px;
}

.mds-padding-left-xx-large {
  padding-left: 40px;
}

.mds-margin-left-xx-large {
  margin-left: 40px;
}

.mds-padding-right-xxx-small {
  padding-right: 1px;
}

.mds-margin-right-xxx-small {
  margin-right: 1px;
}

.mds-padding-right-xx-small {
  padding-right: 2px;
}

.mds-margin-right-xx-small {
  margin-right: 2px;
}

.mds-padding-right-x-small {
  padding-right: 5px;
}

.mds-margin-right-x-small {
  margin-right: 5px;
}

.mds-padding-right-small {
  padding-right: 8px;
}

.mds-margin-right-small {
  margin-right: 8px;
}

.mds-padding-right-medium {
  padding-right: 10px;
}

.mds-margin-right-medium {
  margin-right: 10px;
}

.mds-padding-right-large {
  padding-right: 17px;
}

.mds-margin-right-large {
  margin-right: 17px;
}

.mds-padding-right-x-large {
  padding-right: 25px;
}

.mds-margin-right-x-large {
  margin-right: 25px;
}

.mds-padding-right-xx-large {
  padding-right: 40px;
}

.mds-margin-right-xx-large {
  margin-right: 40px;
}

.mds-padding-around-xxx-small {
  padding: 1px;
}

.mds-margin-around-xxx-small {
  margin: 1px;
}

.mds-padding-around-xx-small {
  padding: 2px;
}

.mds-margin-around-xx-small {
  margin: 2px;
}

.mds-padding-around-x-small {
  padding: 5px;
}

.mds-margin-around-x-small {
  margin: 5px;
}

.mds-padding-around-small {
  padding: 8px;
}

.mds-margin-around-small {
  margin: 8px;
}

.mds-padding-around-medium {
  padding: 10px;
}

.mds-margin-around-medium {
  margin: 10px;
}

.mds-padding-around-large {
  padding: 17px;
}

.mds-margin-around-large {
  margin: 17px;
}

.mds-padding-around-x-large {
  padding: 25px;
}

.mds-margin-around-x-large {
  margin: 25px;
}

.mds-padding-around-xx-large {
  padding: 40px;
}

.mds-margin-around-xx-large {
  margin: 40px;
}

.mds-padding-sides-xxx-small {
  padding-left: 1px;
  padding-right: 1px;
}

.mds-margin-sides-xxx-small {
  margin-left: 1px;
  margin-right: 1px;
}

.mds-padding-sides-xx-small {
  padding-left: 2px;
  padding-right: 2px;
}

.mds-margin-sides-xx-small {
  margin-left: 2px;
  margin-right: 2px;
}

.mds-padding-sides-x-small {
  padding-left: 5px;
  padding-right: 5px;
}

.mds-margin-sides-x-small {
  margin-left: 5px;
  margin-right: 5px;
}

.mds-padding-sides-small {
  padding-left: 8px;
  padding-right: 8px;
}

.mds-margin-sides-small {
  margin-left: 8px;
  margin-right: 8px;
}

.mds-padding-sides-medium {
  padding-left: 10px;
  padding-right: 10px;
}

.mds-margin-sides-medium {
  margin-left: 10px;
  margin-right: 10px;
}

.mds-padding-sides-large {
  padding-left: 17px;
  padding-right: 17px;
}

.mds-margin-sides-large {
  margin-left: 17px;
  margin-right: 17px;
}

.mds-padding-sides-x-large {
  padding-left: 25px;
  padding-right: 25px;
}

.mds-margin-sides-x-large {
  margin-left: 25px;
  margin-right: 25px;
}

.mds-padding-sides-xx-large {
  padding-left: 40px;
  padding-right: 40px;
}

.mds-margin-sides-xx-large {
  margin-left: 40px;
  margin-right: 40px;
}

.mds-padding-ends-xxx-small {
  padding-top: 1px;
  padding-bottom: 1px;
}

.mds-margin-ends-xxx-small {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mds-padding-ends-xx-small {
  padding-top: 2px;
  padding-bottom: 2px;
}

.mds-margin-ends-xx-small {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mds-padding-ends-x-small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mds-margin-ends-x-small {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mds-padding-ends-small {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mds-margin-ends-small {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mds-padding-ends-medium {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mds-margin-ends-medium {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mds-padding-ends-large {
  padding-top: 17px;
  padding-bottom: 17px;
}

.mds-margin-ends-large {
  margin-top: 17px;
  margin-bottom: 17px;
}

.mds-padding-ends-x-large {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mds-margin-ends-x-large {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mds-padding-ends-xx-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mds-margin-ends-xx-large {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mds-margin-pull-around-xxx-small {
  margin: -1px;
}

.mds-margin-pull-around-xx-small {
  margin: -2px;
}

.mds-margin-pull-around-x-small {
  margin: -5px;
}

.mds-margin-pull-around-small {
  margin: -8px;
}

.mds-margin-pull-around-medium {
  margin: -10px;
}

.mds-margin-pull-around-large {
  margin: -17px;
}

.mds-margin-pull-around-x-large {
  margin: -25px;
}

.mds-margin-pull-around-xx-large {
  margin: -40px;
}

.mds-margin-pull-sides-xxx-small {
  margin-left: -1px;
  margin-right: -1px;
}

.mds-margin-pull-sides-xx-small {
  margin-left: -2px;
  margin-right: -2px;
}

.mds-margin-pull-sides-x-small {
  margin-left: -5px;
  margin-right: -5px;
}

.mds-margin-pull-sides-small {
  margin-left: -8px;
  margin-right: -8px;
}

.mds-margin-pull-sides-medium {
  margin-left: -10px;
  margin-right: -10px;
}

.mds-margin-pull-sides-large {
  margin-left: -17px;
  margin-right: -17px;
}

.mds-margin-pull-sides-x-large {
  margin-left: -25px;
  margin-right: -25px;
}

.mds-margin-pull-sides-xx-large {
  margin-left: -40px;
  margin-right: -40px;
}

.mds-margin-pull-ends-xxx-small {
  margin-top: -1px;
  margin-bottom: -1px;
}

.mds-margin-pull-ends-xx-small {
  margin-top: -2px;
  margin-bottom: -2px;
}

.mds-margin-pull-ends-x-small {
  margin-top: -5px;
  margin-bottom: -5px;
}

.mds-margin-pull-ends-small {
  margin-top: -8px;
  margin-bottom: -8px;
}

.mds-margin-pull-ends-medium {
  margin-top: -10px;
  margin-bottom: -10px;
}

.mds-margin-pull-ends-large {
  margin-top: -17px;
  margin-bottom: -17px;
}

.mds-margin-pull-ends-x-large {
  margin-top: -25px;
  margin-bottom: -25px;
}

.mds-margin-pull-ends-xx-large {
  margin-top: -40px;
  margin-bottom: -40px;
}

.mds-margin-none {
  margin: 0 !important;
}

.mds-padding-none {
  padding: 0 !important;
}

.css-dateFilter,
.css-alertFilter {
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  position: -webkit-sticky;
  top: 82px;
  background-color: white;
  z-index: 1;
  overflow: hidden;
}

.mds-layout-nonDismissableAlert ~ .mds-layout-main .css-dateFilter,
.mds-layout-nonDismissableAlert ~ .mds-layout-main .css-alertFilter {
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  position: -webkit-sticky;
  top: 118px;
  background-color: white;
  z-index: 1;
  overflow: hidden;
}

.css-alertFilter + .css-dateFilter {
  padding-left: 15px;
  margin-left: -15px;
}

.css-testPlanDetails hr {
  display: none;
}

.css-testPlanDetails:not(:last-child) {
  margin-bottom: 25px;
}
.css-testPlanDetails:not(:last-child) hr {
  display: block;
}

@media screen and (max-width: 1500px) {
  .css-alertFilter + .css-dateFilter {
    top: 114px !important;
  }
}
.mds-opacity--0 {
  opacity: 0;
}

.mds-opacity--10 {
  opacity: 0.1;
}

.mds-opacity--20 {
  opacity: 0.2;
}

.mds-opacity--30 {
  opacity: 0.3;
}

.mds-opacity--40 {
  opacity: 0.4;
}

.mds-opacity--50 {
  opacity: 0.5;
}

.mds-opacity--60 {
  opacity: 0.6;
}

.mds-opacity--70 {
  opacity: 0.7;
}

.mds-opacity--80 {
  opacity: 0.8;
}

.mds-opacity--90 {
  opacity: 0.9;
}

.mds-opacity--100 {
  opacity: 1;
}

.mds-printStyles__reportTitle, .mds-printStyles__reportSubtitle {
  display: none;
}

@media print {
  .mds-printStyles--break-before {
    page-break-before: always;
  }
  .mds-printStyles--hidden {
    display: none !important;
  }
  .mds-printStyles--no-float {
    float: none !important;
  }
  .mds-printStyles--main-layout-override {
    margin-left: 0px !important;
    max-width: none !important;
  }
  .mds-printStyles__reportTitle, .mds-printStyles__reportSubtitle {
    display: block;
  }
  .mds-layout-main {
    grid-template-columns: 1fr !important;
    display: block !important;
  }
  .mds-gadget__titleFunctions {
    display: none !important;
  }
  .mds-gadget__titleText {
    font-size: 150%;
  }
  .mds-gadget {
    page-break-inside: avoid;
  }
  h2, h4, p, .mds-text-paragraphText > p, .mds-bannerMessage__text > p, .mds-text-paragraphText > p > p, .mds-bannerMessage__text > p > p, .mds-gadget {
    margin-top: 10px;
  }
}

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