@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: white;
}

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: #00a1e0;
  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: #4d4d4d;
  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 {
  margin: 0;
}

a {
  color: #00a1e0;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

pre {
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  color: #f27321;
}

pre code {
  background: transparent;
}

strong {
  font-weight: 500;
}

ul {
  list-style: none;
}

figure {
  background: #f2f2f2;
  padding: 10px;
}

.hidden {
  display: none !important;
}

.highlight {
  background: #f2f2f2;
  padding: 1rem;
  /* Comment */
  /* Error */
  /* Generic */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Other */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output, qualified with span to prevent applying this style to the Go language, see #1153. */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #b0b0b0;
}
.highlight .err {
  color: #4d4d4d;
}
.highlight .g {
  color: #4d4d4d;
}
.highlight .k {
  color: #f8ca00;
}
.highlight .l {
  color: #4d4d4d;
}
.highlight .n {
  color: #4d4d4d;
}
.highlight .o {
  color: #4d4d4d;
}
.highlight .x {
  color: #4d4d4d;
}
.highlight .p {
  color: #4d4d4d;
}
.highlight .cm {
  color: #b0b0b0;
}
.highlight .cp {
  color: #cd5c5c;
}
.highlight .c1 {
  color: #b0b0b0;
}
.highlight .cs {
  color: #87ceeb;
}
.highlight .gd {
  color: #0000c0;
  font-weight: bold;
  background-color: #008080;
}
.highlight .ge {
  color: #c000c0;
  text-decoration: underline;
}
.highlight .gr {
  color: #c0c0c0;
  font-weight: bold;
  background-color: #c00000;
}
.highlight .gh {
  color: #cd5c5c;
}
.highlight .gi {
  color: #4d4d4d;
  background-color: #0000c0;
}
.highlight span.go {
  color: #add8e6;
  font-weight: bold;
  background-color: #4d4d4d;
}
.highlight .gp {
  color: #4d4d4d;
}
.highlight .gs {
  color: #4d4d4d;
}
.highlight .gu {
  color: #cd5c5c;
}
.highlight .gt {
  color: #c0c0c0;
  font-weight: bold;
  background-color: #c00000;
}
.highlight .kc {
  color: #996fb3;
}
.highlight .kd {
  color: #f27321;
}
.highlight .kn {
  color: #f0e68c;
}
.highlight .kp {
  color: #f0e68c;
}
.highlight .kr {
  color: #f0e68c;
}
.highlight .kt {
  color: #bdb76b;
}
.highlight .ld {
  color: #4d4d4d;
}
.highlight .m {
  color: #4d4d4d;
}
.highlight .s {
  color: #3fac49;
}
.highlight .na {
  color: #4d4d4d;
}
.highlight .nb {
  color: #4d4d4d;
}
.highlight .nc {
  color: #4d4d4d;
}
.highlight .no {
  color: #ffa0a0;
}
.highlight .nd {
  color: #4d4d4d;
}
.highlight .ni {
  color: #f8ca00;
}
.highlight .ne {
  color: #4d4d4d;
}
.highlight .nf {
  color: #4d4d4d;
}
.highlight .nl {
  color: #4d4d4d;
}
.highlight .nn {
  color: #4d4d4d;
}
.highlight .nx {
  color: #00a1e0;
}
.highlight .py {
  color: #4d4d4d;
}
.highlight .nt {
  color: #00a1e0;
}
.highlight .nv {
  color: #98fb98;
}
.highlight .ow {
  color: #4d4d4d;
}
.highlight .w {
  color: #4d4d4d;
}
.highlight .mf {
  color: #4d4d4d;
}
.highlight .mh {
  color: #4d4d4d;
}
.highlight .mi {
  color: #4d4d4d;
}
.highlight .mo {
  color: #4d4d4d;
}
.highlight .sb {
  color: #4d4d4d;
}
.highlight .sc {
  color: #4d4d4d;
}
.highlight .sd {
  color: #4d4d4d;
}
.highlight .s2 {
  color: #4d4d4d;
}
.highlight .se {
  color: #4d4d4d;
}
.highlight .sh {
  color: #4d4d4d;
}
.highlight .si {
  color: #4d4d4d;
}
.highlight .sx {
  color: #4d4d4d;
}
.highlight .sr {
  color: #4d4d4d;
}
.highlight .s1 {
  color: #4d4d4d;
}
.highlight .s2 {
  color: #3fac49;
}
.highlight .ss {
  color: #4d4d4d;
}
.highlight .bp {
  color: #4d4d4d;
}
.highlight .vc {
  color: #98fb98;
}
.highlight .vg {
  color: #98fb98;
}
.highlight .vi {
  color: #98fb98;
}
.highlight .il {
  color: #4d4d4d;
}
.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 #15325f;
  border-bottom-color: #15325f;
}
.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: #15325f;
  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: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .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.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #15325f;
  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: #15325f;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #e8ebef;
}
.is-today .pika-button {
  color: #00a1e0;
  font-weight: 500;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: 500;
  background: #00a1e0;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #96a3b7;
  opacity: .3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #0081b3;
  box-shadow: none;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #15325f;
}

.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 #e6e6e6;
  color: #4d4d4d;
}

.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: #e6e6e6;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-color: #e6e6e6;
}

.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: #b0b0b0;
  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%27%230081b3%27%20%2F%3E%3Crect%20height%3D%27260%27%20width%3D%27280%27%20x%3D%270%27%20y%3D%270%27%20fill%3D%27%2300a1e0%27%2F%3E%3Cpath%20fill%3D%27transparent%27%20stroke-width%3D%2725%27%20stroke-linecap%3D%27round%27%20stroke%3D%27white%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: #00a1e0;
}

.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: .5em 0;
}

.ui-tabs-nav.ui-widget-header {
  border: 0;
  border-bottom: solid 1px #15325f;
  border-radius: 0;
}

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

.mds-layout-content {
  padding: 12.5px 25px;
  background: white;
  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: #15325f;
  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: #15325f;
  color: white;
}

.mds-layout-sideNav {
  background: #e8ebef;
  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 #e6e6e6;
  grid-area: nav;
  background: white;
  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: #15325f;
}
.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: #d1d1d1;
  cursor: not-allowed;
}

.mds-layout-mainNav__subMenu {
  font-weight: 500;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 0 10px;
  border: solid 0.1rem #b0b0b0;
  border-bottom-width: .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: #15325f;
  padding: .9rem 0;
}
.mds-layout-mainNav__subMenuLink:hover {
  color: #00a1e0;
}
.mds-layout-mainNav__subMenuLink:not(:last-child) {
  border-bottom: solid 0.1rem #b0b0b0;
}

.mds-layout-mainNav__subMenuLink--isDisabled {
  color: #d1d1d1;
  cursor: not-allowed;
}
.mds-layout-mainNav__subMenuLink--isDisabled:hover {
  color: #d1d1d1;
}

.mds-layout-mainNav__link--isActive,
.mds-layout-mainNav__link--isActive > a {
  color: #00a1e0;
  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 #e6e6e6;
  grid-area: nav;
  background: #e8ebef;
  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: #15325f;
  color: white;
  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 #ed1c24;
  color: white;
}
.mds-layout-userActionNotification--error:hover {
  background: #ed1c24;
}

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

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

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

.mds-layout-nonDismissableAlert {
  display: flex;
  align-items: center;
  color: white;
  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: #00a1e0;
}
.mds-layout-nonDismissableAlert--warning {
  background: #f8ca00;
  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: #ed1c24;
}
.mds-layout-nonDismissableAlert--clear {
  background: #3fac49;
}

@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: white;
  z-index: 7;
}

.mds-userPrompt__title {
  background: #15325f;
  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 #f2f2f2;
  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-content" "modal-footer";
  grid-template-rows: min-content 1fr min-content;
  background: white;
  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: #15325f;
  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__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: #f2f2f2;
  border: #b0b0b0 1px solid;
}
.mds-bannerMessage--warning, .mds-bannerMessage--error {
  border-style: solid;
  border-width: 5px;
}
.mds-bannerMessage--warning {
  border-color: #00a1e0;
}
.mds-bannerMessage--error {
  border-color: #ed1c24;
}

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

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

.mds-gadget {
  border: solid 0.1rem #e6e6e6;
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

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

.mds-gadget__title {
  background: #e8ebef;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #15325f;
  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: #15325f;
}
.mds-gadget__titleFunction:hover {
  color: #5b708f;
}
.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: #15325f;
  font-size: 1.4rem;
  font-weight: 500;
}
.mds-list__blockLink a {
  color: #15325f;
}
.mds-list__blockLink:hover, .mds-list__blockLink a:hover {
  color: #00a1e0;
}

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

.mds-list__blockLink--isActive {
  color: white;
  background: #00a1e0;
}
.mds-list__blockLink--isActive:focus {
  color: white;
  text-decoration: none;
}
.mds-list__blockLink--isActive:hover {
  cursor: default;
  color: white;
  background: #00a1e0;
}

.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), white 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 .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: #00a1e0 !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 #00a1e0;
  margin-bottom: .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: #f2f2f2;
}
.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: gray;
  cursor: pointer;
}
.mds-tabGroup__tab:not(.mds-tabGroup__tab--isActive):hover {
  color: #00a1e0;
}

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

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

.mds-tabGroup__tab--isActive {
  cursor: default;
  background: #00a1e0;
  color: white;
}

.mds-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2.6rem;
  padding: 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: #e6e6e6;
  color: #15325f;
  font-weight: 500;
  box-shadow: 0 0.2rem 0 #b0b0b0;
  transition: transform 0.05s cubic-bezier(0.34, 0.1, 0.14, 0.92), border-width;
  text-transform: capitalize;
}
.mds-button:hover {
  background: #f2f2f2;
  color: #5b708f;
}
.mds-button:active {
  transform: translateY(2px);
  box-shadow: none !important;
  background: #d1d1d1;
  color: #15325f;
}
.mds-button:focus {
  box-shadow: 0 0.2rem 0 #b0b0b0, inset 0 0 0 0.1rem gray;
}
.mds-button.mds-button--disabled, .mds-button.mds-button--isProcessing, .mds-button.mds-button--isProcessed, .mds-button[disabled] {
  background: #f2f2f2;
  border-bottom-color: #e6e6e6;
  color: #96a3b7;
}
.mds-button.mds-button--disabled, .mds-button.mds-button--isProcessing, .mds-button.mds-button--isProcessed {
  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: #00a1e0;
  color: white;
  box-shadow: 0 0.2rem 0 #0081b3;
}
.mds-button--active:hover {
  background: #4dbde9;
  color: white;
}
.mds-button--active:active {
  background: #0081b3;
  color: white;
  border-bottom-width: 0;
}
.mds-button--active:focus {
  box-shadow: 0 0.2rem 0 #0081b3, inset 0 0 0 0.1rem #8cd5f1;
}
.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: #8cd5f1;
  color: #e6f6fc;
  box-shadow: 0 0.2rem 0 #4dbde9;
}
.mds-button--active .mds-button__loadingBall {
  color: #e6f6fc;
}

.mds-button--warning {
  background: #ed1c24;
  color: white;
  box-shadow: 0 0.2rem 0 #be161d;
}
.mds-button--warning:hover {
  background: #f26066;
  color: white;
}
.mds-button--warning:active {
  background: #be161d;
  color: white;
  border-bottom-width: 0;
}
.mds-button--warning:focus {
  box-shadow: 0 0.2rem 0 #be161d, inset 0 0 0 0.1rem #f7999c;
}
.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: #f7999c;
  color: #fde8e9;
  box-shadow: 0 0.2rem 0 #f26066;
}
.mds-button--warning .mds-button__loadingBall {
  color: #fde8e9;
}

.mds-button--proceed {
  background: #3fac49;
  color: white;
  box-shadow: 0 0.2rem 0 #328a3a;
}
.mds-button--proceed:hover {
  background: #79c580;
  color: white;
}
.mds-button--proceed:active {
  background: #328a3a;
  color: white;
  border-bottom-width: 0;
}
.mds-button--proceed:focus {
  box-shadow: 0 0.2rem 0 #328a3a, inset 0 0 0 0.1rem #a9daad;
}
.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: #a9daad;
  color: #ecf7ed;
  box-shadow: 0 0.2rem 0 #79c580;
}
.mds-button--proceed .mds-button__loadingBall {
  color: #ecf7ed;
}

.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: #96a3b7;
  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: .4s;
}
.mds-button__loadingBall:nth-child(3) {
  animation-delay: .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: #15325f;
  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: #e8ebef;
}

.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 #ed1c24;
  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: #15325f;
}

.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: #8cd5f1;
}

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

.mds-table__cell--isHoveredSibling {
  background: rgba(140, 213, 241, 0.3);
}

.mds-table__cell--isHovered {
  background: #4dbde9;
  color: white !important;
}

.mds-table__cell--isFocus {
  background: #00a1e0;
  color: white !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: white;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  border-top-color: #4d4d4d;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #4d4d4d;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-color: #00a1e0;
  border-left-width: 8px;
  border-left-style: solid;
  border-right-color: #00a1e0;
  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: #f2f2f2;
}

.mds-form__validation {
  display: block;
  color: #00a1e0;
  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 .9rem;
  font-size: 1.4rem;
  font-weight: 300;
  min-width: 22.8rem;
  display: flex;
  align-items: center;
  font-family: 'museo';
  background: white;
  margin-bottom: 25px;
  border: solid 1px #e6e6e6;
  color: #4d4d4d;
}
.mds-form__inputText--disguised {
  border-color: transparent;
  background: white;
  color: #4d4d4d;
  pointer-events: none;
}
.mds-form__inputText--disguised[disabled] {
  background: white;
  color: #4d4d4d;
}
.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: #b0b0b0;
}
.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: black;
}
.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: #b0b0b0;
  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: gray;
}

.mds-form__textArea {
  transition: all 0.2s cubic-bezier(0.34, 0.1, 0.14, 0.92);
  padding: .9rem;
  font-size: 1.4rem;
  font-weight: 300;
  min-width: 22.8rem;
  font-family: museo;
  background: white;
  margin-bottom: 25px;
  border: solid 1px #e6e6e6;
  resize: none;
}
.mds-form__textArea:hover {
  border-color: #b0b0b0;
}
.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: #b0b0b0;
  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: gray;
}

div.mds-form__textArea.mds-form__textArea--disguised {
  border-color: transparent;
  background: white;
  color: #4d4d4d;
  pointer-events: none;
}
div.mds-form__textArea.mds-form__textArea--disguised[disabled] {
  background: white;
  color: #4d4d4d;
}
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: white;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  overflow: hidden;
  display: inline-flex;
  margin-right: .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: white;
  flex: 0 0 20px;
  margin-top: 2px;
  content: '';
  order: 2;
}

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

.mds-form__buttonToggle input[type="checkbox"]:checked ~ .mds-form__buttonToggleContainer {
  left: calc(0% + 0rem);
  background: #00a1e0;
}

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

.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: #b0b0b0;
  border-color: gray;
}
.mds-form__checkbox input[disabled] + .mds-form__checkboxContainer .mds-form__checkboxCheck {
  border-color: gray;
}
.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: #4dbde9;
}

.mds-form__checkboxContainer {
  height: 1.6rem;
  width: 1.6rem;
  border: solid 1px #b0b0b0;
  margin-right: .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 #00a1e0 2px;
  border-left: solid #00a1e0 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: #b0b0b0;
  border-color: gray;
}
.mds-form__radioButton input[disabled] + .mds-form__radioButtonContainer .mds-form__radioButtonCheck {
  background: gray;
}
.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: #4dbde9;
}

.mds-form__radioButtonContainer {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: .8rem;
  border: solid 1px #b0b0b0;
  margin-right: .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: .6rem;
  height: .6rem;
  border-radius: .3rem;
  background: #00a1e0;
  opacity: 0;
}

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

.mds-form__select {
  --selectChevron: #b0b0b0;
  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: white;
  margin-bottom: 25px;
  border: solid 1px #b0b0b0;
  color: #4d4d4d;
  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%27%23b0b0b0%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%27%2300a1e0%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: #00a1e0;
  color: #00a1e0;
  background-position: 100% -28px;
  outline: none;
}
.mds-form__select[disabled] {
  pointer-events: none;
  background: #b0b0b0;
  color: #666666;
}
.mds-form__select option {
  color: #4d4d4d;
  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: .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: white;
  background-color: #15325f;
  cursor: default;
}

.mds-form__buttonGroup label input + div {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: solid 1px #15325f;
  border-right: 0;
  user-select: none;
}

.mds-form__buttonGroup label:last-of-type > input + div {
  padding: 10px;
  border: solid 1px #15325f;
  border-right: solid 1px #15325f;
}

.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: white;
  color: #15325f;
}
.mds-loadingOverlay--dark {
  background: #15325f;
  color: white;
}
.mds-loadingOverlay--fadeIn {
  opacity: 0;
  animation: loadingFadeIn .5s forwards;
  animation-iteration-count: 1;
}
.mds-loadingOverlay--fadeOut {
  pointer-events: none;
  animation: loadingFadeOut .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: #15325f;
}
.mds-loadingOverlay__text--dark {
  color: white;
}

.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: .15s;
}
.mds-loadingOverlay__loadingBall:nth-child(3) {
  animation-delay: .3s;
}
.mds-loadingOverlay__loadingBall:nth-child(4) {
  animation-delay: .45s;
}
.mds-loadingOverlay__loadingBall:nth-child(5) {
  animation-delay: .6s;
}
.mds-loadingOverlay__loadingBall:not(.mds-loadingOverlay__loadingBall--dark) {
  background: #15325f;
}
.mds-loadingOverlay__loadingBall--dark {
  background: #00a1e0;
}

.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%27%234d4d4d%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: "\2713";
  }

  table.martello-table .false:after {
    content: "\2715";
  }

  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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.85714%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.77778%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.85714%;
  }

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

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

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

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

  .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.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.77778%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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, p.mds-bannerMessage__text, .mds-text-paragraphText > p, .mds-bannerMessage__text > p {
  line-height: 1.5;
}

.mds-text-paragraphText > p, .mds-bannerMessage__text > p {
  margin-bottom: 12.5px;
}
.mds-text-paragraphText > h1, .mds-bannerMessage__text > h1, .mds-text-paragraphText > h2, .mds-bannerMessage__text > h2, .mds-text-paragraphText > h3, .mds-bannerMessage__text > h3, .mds-text-paragraphText > h4, .mds-bannerMessage__text > h4, .mds-text-paragraphText > h5, .mds-bannerMessage__text > h5, .mds-text-paragraphText > h6, .mds-bannerMessage__text > h6 {
  color: #15325f;
  margin-bottom: .75rem;
}
.mds-text-paragraphText > ul, .mds-bannerMessage__text > ul {
  list-style: disc;
  margin: 1rem 0 1rem 3rem;
  line-height: 1.5;
}
.mds-text-paragraphText > ul ul, .mds-bannerMessage__text > ul ul {
  list-style: circle;
  padding-left: 1rem;
}
.mds-text-paragraphText > ol, .mds-bannerMessage__text > ol {
  margin: 1rem 0 1rem 3rem;
  line-height: 1.5;
}
.mds-text-paragraphText strong, .mds-bannerMessage__text strong {
  color: black;
}
.mds-text-paragraphText > *:last-child, .mds-bannerMessage__text > *:last-child {
  margin-bottom: 0;
}

.mds-text-diff-add {
  background: #ecf7ed;
  color: #3fac49;
}
.mds-text-diff-add::before {
  content: '+';
}
.mds-text-diff-remove {
  background: #fde8e9;
  color: #ed1c24;
}
.mds-text-diff-remove::before {
  content: '-';
}

.mds-text-code {
  font-family: liberation;
  background: #f2f2f2;
  color: #f27321;
  padding: 0 5px;
  white-space: nowrap;
}

.mds-text-color-primary {
  color: #15325f !important;
}

.mds-text-color-secondary {
  color: #00a1e0 !important;
}

.mds-text-color-tert1 {
  color: #bce3f5 !important;
}

.mds-text-color-tert2 {
  color: #3fac49 !important;
}

.mds-text-color-tert3 {
  color: #f8ca00 !important;
}

.mds-text-color-tert4 {
  color: #f27321 !important;
}

.mds-text-color-tert5 {
  color: #ed1c24 !important;
}

.mds-text-color-tert6 {
  color: #6d3192 !important;
}

.mds-text-color-error {
  color: #ed1c24 !important;
}

.mds-text-color-critical {
  color: #ed1c24 !important;
}

.mds-text-color-bad {
  color: #ed1c24 !important;
}

.mds-text-color-major {
  color: #f27321 !important;
}

.mds-text-color-poor {
  color: #f27321 !important;
}

.mds-text-color-minor {
  color: #f8ca00 !important;
}

.mds-text-color-fair {
  color: #f8ca00 !important;
}

.mds-text-color-warning {
  color: #00a1e0 !important;
}

.mds-text-color-info {
  color: #00a1e0 !important;
}

.mds-text-color-good {
  color: #3fac49 !important;
}

.mds-text-color-clear {
  color: #3fac49 !important;
}

.mds-text-color-success {
  color: #3fac49 !important;
}

.mds-text-color-indeterminate {
  color: #15325f !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;
  }

  .mds-gadget__titleFunctions {
    display: none !important;
  }
  .mds-gadget__titleText {
    font-size: 150%;
  }

  .mds-gadget {
    page-break-inside: avoid;
  }

  h2, h4, p, .mds-gadget {
    margin-top: 10px;
  }
}
