@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIY.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.ttf) format('truetype');
}
*,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Sans', sans-serif;
}
body {
  background: #ffffff;
}
#header {
  border-bottom: solid 1px #8B8B8B;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
#header .logo {
  width: 200px;
}
#header .brand {
  position: absolute;
  display: inline-block;
  color: #14539a;
  font-size: 0.825rem;
  bottom: 10px;
  left: 0;
  width: 200px;
  text-align: right;
}
#footer {
  position: fixed;
  background-color: #14539a;
  color: #fff;
  padding: 4px 8px;
  bottom: 5px;
  right: 5px;
  border-radius: 4px;
  font-size: 0.725rem;
  cursor: help;
}
body[is-loading] .ko-page {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(177, 95, 114, 0.5);
}
.modal-content {
  background-color: #dbdfe3;
  width: 50%;
  margin: 0 auto;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.modal-content p {
  color: #333333;
}
h1 {
  color: #14539a;
}
h2 {
  color: #333333;
}
.grid-container {
  max-width: 100rem;
}
hr {
  max-width: 100rem;
  border-bottom-color: #a5bedc;
}
h1.page-title {
  font-size: 1.75rem;
  color: #14539a;
  font-weight: bold;
}
h3.page-subtitle {
  font-size: 1rem;
  color: #4784c8;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.panel {
  background-color: #dbdfe3;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.panel h2 {
  font-size: 1.25rem;
  color: #14539a;
  font-weight: bold;
  margin-bottom: 1rem;
}
.panel h3 {
  font-size: 1rem;
  color: #4784c8;
  font-weight: bold;
  margin-bottom: 1rem;
}
label {
  font-size: 0.875rem;
  color: #000000;
}
label + span.field {
  color: #14539a;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
label + ul.field {
  color: #14539a;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
  list-style-type: none;
  margin-left: 0;
}
.nanobar {
  height: 10px !important;
}
.nanobar .bar {
  background: #14539a;
  box-shadow: 0 2px 5px #8B8B8B;
  height: 5px;
  margin: 0 auto;
}
.alert {
  padding: 8px 12px;
  font-size: 0.975rem;
  border-radius: 5px;
}
.alert.success {
  background-color: #2ECC71;
  color: #fff;
}
.alert.error {
  background-color: #cf2929;
  color: #eee;
}
.button,
.button:link,
.button:visited,
button,
.button.primary,
.button.primary:link,
.button.primary:visited,
button.primary {
  background-color: #14539a;
  color: #ffffff;
  font-weight: bold;
}
.button:hover,
.button:active,
.button:focus,
button:hover,
button:active,
button:focus,
.button.primary:hover,
.button.primary:active,
.button.primary:focus,
button.primary:hover,
button.primary:active,
button.primary:focus {
  background-color: #2d6fb9;
}
.button.secondary,
.button.secondary:link,
.button.secondary:visited,
button.secondary {
  background-color: #8B8B8B;
  color: #ffffff;
  font-weight: bold;
}
.button.secondary:hover,
.button.secondary:active,
.button.secondary:focus,
button.secondary:hover,
button.secondary:active,
button.secondary:focus {
  background-color: #686868;
}
.button-bar {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.button-bar .button {
  margin-left: 0.5rem;
}
.button.action {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.5rem 1rem;
}
.highlight {
  color: #14539a;
}
.highlight-ok {
  color: #2ECC71;
}
.highlight-error {
  color: #cf2929;
}
.highlight-bg {
  background-color: #14539a;
}
.status-OK,
.status-Success {
  display: inline-block;
  background-color: #2ECC71;
  color: #000000;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 0.825rem;
}
.status-ERROR,
.status-Failed {
  display: inline-block;
  background-color: #cf2929;
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 0.825rem;
}
.switch-paddle {
  width: 3rem;
  border-radius: 4rem;
  background: #fff;
}
.switch-paddle::after {
  background: #a5bedc;
  border-radius: 16px;
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
}
input:checked ~ .switch-paddle {
  background: #a5bedc;
}
input:checked ~ .switch-paddle::after {
  background: #14539a;
  left: 1.5rem;
}
.switch .switch-label {
  display: inline-block;
  line-height: 2.4rem;
  vertical-align: text-bottom;
  margin-left: 0.5rem;
  color: #000000;
}
table.unstyled thead,
table.unstyled tbody,
table.unstyled tfoot {
  background-color: transparent;
  border: none;
}
table.unstyled td {
  padding: 0.1rem 0.25rem 0.25rem;
}
input.calendar-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons  Inc. --%3E%3Cpath fill='%23888888' d='M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 90% 50%;
}
/* MODS FOUNDATION XLARGE */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=" 100rem "&xxlarge=100em";
}
/*xlarge 1440, xxlarge 1600*/
@media print, screen and (min-width: 100rem) {
  .grid-x > .xlarge-shrink,
  .grid-x > .xlarge-full,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 100rem) {
  .grid-x > .xlarge-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 100rem) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
div[isLoading] span.field {
  display: block;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: shimmer;
  -webkit-animation-timing-function: linear;
  background: #F0F0F0;
  background-image: -webkit-linear-gradient(left, #F0F0F0 0%, #ddd 20%, #F0F0F0 40%, #F0F0F0 100%);
  background-size: 200% 100%;
}
