*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 700px) {
  .flex-row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
html,
body {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Main-Content-Wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  top: 150px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#Main-Content-Wrapper #Main-Content {
  max-width: 1440px;
  margin: 0 auto;
}
.flex-row .col {
  margin: 0.5rem;
  padding: 0.5rem;
}
.colspan-1,
.colspan-2,
.colspan-3,
.colspan-4,
.colspan-5,
.colspan-6,
.colspan-7,
.colspan-8,
.colspan-9,
.colspan-10,
.colspan-11,
.colspan-12 {
  width: 100%;
}
.before-colspan-1,
.before-colspan-2,
.before-colspan-3,
.before-colspan-4,
.before-colspan-5,
.before-colspan-6,
.before-colspan-7,
.before-colspan-8,
.before-colspan-9,
.before-colspan-10,
.before-colspan-11,
.after-colspan-1,
.after-colspan-2,
.after-colspan-3,
.after-colspan-4,
.after-colspan-5,
.after-colspan-6,
.after-colspan-7,
.after-colspan-8,
.after-colspan-9,
.after-colspan-10,
.after-colspan-11 {
  margin: 0.5rem;
}
@media screen and (min-width: 700px) {
  .flex-row .colspan-1 {
    max-width: 8.33%;
  }
  .flex-row .colspan-2 {
    max-width: 16.66%;
  }
  .flex-row .colspan-3 {
    max-width: 25%;
  }
  .flex-row .colspan-4 {
    max-width: 33.33%;
  }
  .flex-row .colspan-5 {
    max-width: 41.66%;
  }
  .flex-row .colspan-6 {
    max-width: 50%;
  }
  .flex-row .colspan-7 {
    max-width: 58.33%;
  }
  .flex-row .colspan-8 {
    max-width: 66.66%;
  }
  .flex-row .colspan-9 {
    max-width: 75%;
  }
  .flex-row .colspan-10 {
    max-width: 83.33%;
  }
  .flex-row .colspan-11 {
    max-width: 91.66%;
  }
  .flex-row .colspan-12 {
    max-width: 100%;
  }
  .flex-row .before-colspan-1 {
    margin-left: 8.33%;
  }
  .flex-row .before-colspan-2 {
    margin-left: 16.66%;
  }
  .flex-row .before-colspan-3 {
    margin-left: 25%;
  }
  .flex-row .before-colspan-4 {
    margin-left: 33.33%;
  }
  .flex-row .before-colspan-5 {
    margin-left: 41.66%;
  }
  .flex-row .before-colspan-6 {
    margin-left: 50%;
  }
  .flex-row .before-colspan-7 {
    margin-left: 58.33%;
  }
  .flex-row .before-colspan-8 {
    margin-left: 66.66%;
  }
  .flex-row .before-colspan-9 {
    margin-left: 75%;
  }
  .flex-row .before-colspan-10 {
    margin-left: 83.33%;
  }
  .flex-row .before-colspan-11 {
    margin-left: 91.66%;
  }
  .flex-row .after-colspan-1 {
    margin-right: 8.33%;
  }
  .flex-row .after-colspan-2 {
    margin-right: 16.66%;
  }
  .flex-row .after-colspan-3 {
    margin-right: 25%;
  }
  .flex-row .after-colspan-4 {
    margin-right: 33.33%;
  }
  .flex-row .after-colspan-5 {
    margin-right: 41.66%;
  }
  .flex-row .after-colspan-6 {
    margin-right: 50%;
  }
  .flex-row .after-colspan-7 {
    margin-right: 58.33%;
  }
  .flex-row .after-colspan-8 {
    margin-right: 66.66%;
  }
  .flex-row .after-colspan-9 {
    margin-right: 75%;
  }
  .flex-row .after-colspan-10 {
    margin-right: 83.33%;
  }
  .flex-row .after-colspan-11 {
    margin-right: 91.66%;
  }
}
/*
10px baseline no nonsense root em values
0.1rem = 1px / 1rem = 10px / 10rem = 100px
*/
html,
body {
  font-size: 10px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #1e4887;
  background-color: #f2f7ff;
}
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
button,
textarea,
select,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 1.6rem;
}
h1 {
  font-size: 4.5rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3.5rem;
}
h4 {
  font-size: 3rem;
}
h5 {
  font-size: 2.5rem;
}
h6 {
  font-size: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
  text-shadow: 0.1rem 0.1rem 0.1rem #cccccc;
  color: #13294b;
}
label {
  font-size: 1.8rem;
}
legend {
  font-size: 2rem;
}
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input,
select,
textarea,
output,
input.toggle:empty + label.toggle,
.radio-list li label {
  font-family: Courier, monospace;
}
p {
  line-height: 1.4;
}
.details-header {
  margin: 0 0 2.5rem;
}
.no-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
label,
input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
input,
select,
textarea {
  border: 0.2rem solid #6787b7;
  background-color: white;
  -webkit-box-shadow: 0 0.4rem 0.3rem -0.3rem #cccccc inset;
          box-shadow: 0 0.4rem 0.3rem -0.3rem #cccccc inset;
}
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
          box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
}
label {
  display: block;
  text-align: left;
  margin: 0 0 0.6rem 1rem;
  font-weight: bold;
  text-transform: capitalize;
}
fieldset {
  border: 0.2rem solid #aaaaaa;
  margin: 0;
  padding: 0 2rem;
  border-radius: 0.5rem;
  background-color: #dddddd;
  margin-bottom: 3rem;
}
fieldset legend {
  text-shadow: 0.1rem 0.1rem 0.1rem #dddddd;
  color: #333333;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[type=radio]:focus {
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
          box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
}
input[type=date],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url] {
  width: 100%;
  border-radius: 1rem;
  padding: 0 1.8rem;
}
input[type=date],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=radio],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select,
fieldset {
  margin-bottom: 2rem;
}
input[type=text],
input[type=search] {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
input[type='checkbox'] {
  width: 16px;
  height: 16px;
}
input[type='checkbox']:checked {
  position: relative;
}
input[type='checkbox']:checked:after {
  content: '\2713';
  color: #6787b7;
  position: absolute;
  top: -7px;
  left: 0px;
  font-size: 1.4em;
}
textarea {
  border-radius: 1rem;
  resize: vertical;
  width: 100%;
  padding: 1.2rem 1.8rem;
  margin-bottom: 2rem;
  min-height: 12rem;
}
select {
  width: 100%;
  padding: 0.5rem 1.8rem;
  margin-bottom: 4.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
select -ms-expand {
  display: none;
}
select:focus {
  -webkit-box-shadow: 0 0 8px rgba(0, 123, 251, 0.75);
          box-shadow: 0 0 8px rgba(0, 123, 251, 0.75);
}
select:not([multiple]) {
  height: 3.5rem;
  border-radius: 1rem;
  padding: 0 5rem 0 1rem;
  background-image: linear-gradient(45deg, transparent 50%, #1e4887 50%), linear-gradient(135deg, #1e4887 50%, transparent 50%), linear-gradient(#6787b7, #6787b7);
  background-position: 
        calc(100% - 2rem),
        calc(100% - 1.2rem),
        100% 0
        ;
  background-size: 0.8rem 0.8rem, 0.8rem 0.8rem, 4.2rem 4.2rem;
  background-repeat: no-repeat;
}
select:not([multiple]).interacted:invalid,
select:not([multiple]).interacted.invalid {
  background-image: linear-gradient(45deg, transparent 50%, #871e1e 50%), linear-gradient(135deg, #871e1e 50%, transparent 50%), linear-gradient(#e55454, #e55454);
}
select:not([multiple]).interacted:valid,
select:not([multiple]).interacted.valid {
  background-image: linear-gradient(45deg, transparent 50%, #1e874b 50%), linear-gradient(135deg, #1e874b 50%, transparent 50%), linear-gradient(#71cc98, #71cc98);
}
select:not([multiple]):hover {
  cursor: pointer;
}
select:not([multiple])[disabled] {
  background-image: linear-gradient(45deg, transparent 50%, #bbbbbb 50%), linear-gradient(135deg, #bbbbbb 50%, transparent 50%), linear-gradient(#999999, #999999);
}
input[type=date],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
select:not([multiple]) {
  height: 4.5rem;
  font-size: 1.6rem;
}
.description {
  margin-bottom: 2rem;
}
.input-description {
  margin: 0rem 1rem 0rem;
  color: #6787b7;
  font-size: 1.4rem;
}
.input-description * {
  font-size: 1.4rem;
}
.valid-input-description {
  margin: 0rem 1rem 0rem;
  color: #71cc98;
  font-size: 1.4rem;
  display: none;
}
.invalid-input-description {
  margin: 0rem 1rem 0rem;
  color: #e55454;
  font-size: 1.4rem;
  display: none;
}
/* form element attributes */
.required:after {
  content: "*";
  color: #e55454;
  margin-left: 0.5rem;
  text-shadow: none;
}
[disabled] {
  color: #eeeeee;
  background-color: #999999;
  border: 0.2rem solid #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[disabled]::-webkit-datetime-edit {
  color: #999999;
}
[readonly] {
  border: 0.2rem dotted #bbbbbb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-ms-input-placeholder {
  color: #999999;
}
::placeholder {
  color: #999999;
}
.interacted:invalid,
.interacted:out-of-range,
.interacted.invalid {
  border: 0.2rem solid #e55454 !important;
  background-color: #ffdede !important;
  -webkit-animation-name: required !important;
          animation-name: required !important;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}
.interacted:invalid + .input-description,
.interacted:out-of-range + .input-description,
.interacted.invalid + .input-description {
  display: none !important;
}
.interacted:invalid + .input-description + .invalid-input-description,
.interacted:out-of-range + .input-description + .invalid-input-description,
.interacted.invalid + .input-description + .invalid-input-description {
  display: block !important;
}
.interacted:valid,
.interacted.valid {
  border: 0.2rem solid #71cc98;
}
.interacted:valid + .input-description,
.interacted.valid + .input-description {
  display: block;
}
.interacted:valid + .input-description + .invalid-input-description,
.interacted.valid + .input-description + .invalid-input-description {
  display: none;
}
/* Range Slider */
input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 1rem 0 3rem 0;
  width: 80%;
  border: 0.2rem solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
          box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
}
input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1.4rem;
  cursor: pointer;
  -webkit-box-shadow: inset 0.1rem 0.1rem 0.1rem #444444;
          box-shadow: inset 0.1rem 0.1rem 0.1rem #444444;
  background: #cccccc;
  border-radius: 2.5rem;
  border: 0 solid black;
}
input[type=range]::-webkit-slider-thumb {
  border: 0.2rem solid #cccccc;
  height: 2.4rem;
  width: 6rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0.1rem 0.1rem 0.1rem #444444;
          box-shadow: 0.1rem 0.1rem 0.1rem #444444;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.6rem;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 1.4rem;
  cursor: pointer;
  box-shadow: inset 0.1rem 0.1rem 0.1rem #444444;
  background: #cccccc;
  border-radius: 2.5rem;
  border: 0 solid black;
}
input[type=range]::-moz-range-thumb {
  border: 0.2rem solid #cccccc;
  height: 2.4rem;
  width: 6rem;
  border-radius: 1.5rem;
  box-shadow: 0.1rem 0.1rem 0.1rem #444444;
  background: white;
  cursor: pointer;
  -moz-appearance: none;
  margin-top: -0.6rem;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 1.3rem;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 3.9rem 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  height: 1.4rem;
  cursor: pointer;
  box-shadow: inset 0.1rem 0.1rem 0.1rem #444444;
  background: #cccccc;
  border-radius: 2.5rem;
  border: 0 solid black;
}
input[type=range]::-ms-fill-upper {
  background: red;
  border: 0 solid red;
  border-radius: 5rem;
  box-shadow: 0 0 0 red, 0 0 0 red;
}
input[type=range]::-ms-thumb {
  border: 0.2rem solid #cccccc;
  height: 2.4rem;
  width: 6rem;
  border-radius: 1.5rem;
  box-shadow: 0.1rem 0.1rem 0.1rem #444444;
  background: white;
  margin-top: -0.6rem;
  cursor: pointer;
}
input[type=range]::-ms-fill-upper {
  height: 1.4rem;
  cursor: pointer;
  box-shadow: inset 0.1rem 0.1rem 0.1rem #444444;
  background: #cccccc;
  border-radius: 2.5rem;
  border: 0 solid black;
}
output {
  border: 0.2rem dashed #999999;
  padding: 0.5rem;
  vertical-align: top;
  margin: 0.2rem 1rem;
  display: inline-block;
  border-radius: 0.5rem;
}
div.divButton,
input[type="button"],
input[type="submit"] {
  background-color: #1e4887;
  color: #deebff;
  border: 0.3rem solid #1e4887;
  -webkit-box-shadow: 0 0.4rem 0.3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4rem 0.3rem rgba(0, 0, 0, 0.2);
  padding: 1rem 4rem 1rem 1rem;
  border-radius: 1rem;
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-shadow: 0 1px 2px rgba(242, 247, 255, 0.25), 0 -1px 2px rgba(19, 41, 75, 0.5);
  width: 100%;
  margin-bottom: 2rem;
  text-align: left;
  white-space: normal;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out, width 0.2s ease-in-out, font-size 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out, width 0.2s ease-in-out, font-size 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out, width 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out, width 0.2s ease-in-out, font-size 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
div.divButton[disabled],
input[type="button"][disabled],
input[type="submit"][disabled] {
  color: darkgray;
  border-color: lightgray;
  background-color: lightgray;
  text-shadow: none;
}
div.divButton[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
  color: darkgray;
  border-color: lightgray;
  background-color: lightgray;
  text-shadow: none;
}
div.divButton[disabled]:focus,
input[type="button"][disabled]:focus,
input[type="submit"][disabled]:focus {
  color: darkgray;
  border-color: lightgray;
  background-color: lightgray;
  text-shadow: none;
}
div.divButton:not([disabled]):hover,
input[type="button"]:not([disabled]):hover,
input[type="submit"]:not([disabled]):hover {
  cursor: pointer;
  text-shadow: none;
  -webkit-box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
  border-color: #1e4887;
  color: #1e4887;
  background-color: #deebff;
}
div.divButton:not([disabled]):focus,
input[type="button"]:not([disabled]):focus,
input[type="submit"]:not([disabled]):focus {
  -webkit-box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
          box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
  border-color: #deebff;
}
div.divButton:not([disabled]):focus:hover,
input[type="button"]:not([disabled]):focus:hover,
input[type="submit"]:not([disabled]):focus:hover {
  border-color: #1e4887;
}
div.divButton.destructive:not([disabled]),
input[type="button"].destructive:not([disabled]),
input[type="submit"].destructive:not([disabled]) {
  background-color: #e55454;
  border: 0.3rem solid #e55454;
  color: #fff2f2;
  text-shadow: 0 1px 2px rgba(255, 244, 242, 0.25), 0 -1px 2px rgba(135, 46, 30, 0.5);
  display: block;
  margin: 0 auto 2rem;
}
div.divButton.destructive:not([disabled]).submitting,
input[type="button"].destructive:not([disabled]).submitting,
input[type="submit"].destructive:not([disabled]).submitting {
  width: 4.4rem;
  height: 4.4rem;
  border-color: #e55454;
  background-color: #fff2f2;
  font-size: 0;
  border-left-color: #871e1e;
  -webkit-animation: rotating 1s 0.25s linear infinite;
          animation: rotating 1s 0.25s linear infinite;
  padding: 0;
  border-radius: 4rem;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-image: none;
}
div.divButton.destructive:not([disabled]):hover,
input[type="button"].destructive:not([disabled]):hover,
input[type="submit"].destructive:not([disabled]):hover {
  color: #e55454;
  border-color: #e55454;
  background-color: #fff2f2;
  text-shadow: none;
}
div.divButton.destructive:not([disabled]):focus,
input[type="button"].destructive:not([disabled]):focus,
input[type="submit"].destructive:not([disabled]):focus {
  border-color: #ffdede;
  text-shadow: none;
}
div.divButton.destructive:not([disabled]):focus:hover,
input[type="button"].destructive:not([disabled]):focus:hover,
input[type="submit"].destructive:not([disabled]):focus:hover {
  border-color: #6787b7;
}
div.divButton.submit:not([disabled]),
input[type="button"].submit:not([disabled]),
input[type="submit"].submit:not([disabled]) {
  background-color: #71cc98;
  border: 0.3rem solid #71cc98;
  color: #f2fff8;
  text-shadow: 0 1px 2px rgba(242, 255, 248, 0.25), 0 -1px 2px rgba(30, 135, 75, 0.5);
  display: block;
  margin: 0 auto 2rem;
}
div.divButton.submit:not([disabled]):hover,
input[type="button"].submit:not([disabled]):hover,
input[type="submit"].submit:not([disabled]):hover {
  color: #71cc98;
  background-color: #f2fff8;
  border-color: #71cc98;
  text-shadow: none;
}
div.divButton.submit:not([disabled]):focus,
input[type="button"].submit:not([disabled]):focus,
input[type="submit"].submit:not([disabled]):focus {
  border-color: #deffec;
  text-shadow: none;
}
div.divButton.submit:not([disabled]):focus:hover,
input[type="button"].submit:not([disabled]):focus:hover,
input[type="submit"].submit:not([disabled]):focus:hover {
  border-color: #71cc98;
}
div.divButton.submit:not([disabled]).submitting,
input[type="button"].submit:not([disabled]).submitting,
input[type="submit"].submit:not([disabled]).submitting {
  width: 4.4rem;
  height: 4.4rem;
  border-color: #b9e6cc;
  background-color: #f2fff8;
  font-size: 0;
  border-left-color: #71cc98;
  -webkit-animation: rotating 1s 0.25s linear infinite;
          animation: rotating 1s 0.25s linear infinite;
  padding: 0;
  border-radius: 4rem;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-image: none;
}
div.divButton.cancel:not([disabled]),
input[type="button"].cancel:not([disabled]),
input[type="submit"].cancel:not([disabled]) {
  background-color: #deebff;
  border: 0.3rem solid #deebff;
  color: #1e4887;
  text-shadow: 0 1px 2px rgba(242, 247, 255, 0.25), 0 -1px 2px rgba(30, 72, 135, 0.5);
}
div.divButton.cancel:not([disabled]):hover,
input[type="button"].cancel:not([disabled]):hover,
input[type="submit"].cancel:not([disabled]):hover {
  color: #deebff;
  background-color: #1e4887;
  text-shadow: none;
}
div.divButton.cancel:not([disabled]):focus,
input[type="button"].cancel:not([disabled]):focus,
input[type="submit"].cancel:not([disabled]):focus {
  border-color: #1e4887;
  text-shadow: none;
}
div.divButton.cancel:not([disabled]):focus:hover,
input[type="button"].cancel:not([disabled]):focus:hover,
input[type="submit"].cancel:not([disabled]):focus:hover {
  border-color: #1e4887;
}
input[type="file"] {
  background-color: white;
  color: #444444;
  border: 0.2rem solid #1e4887;
  width: 100%;
  border-radius: 0.5rem;
  margin: 0 0 3rem 0;
  min-height: 3.5rem;
  -webkit-box-shadow: 0.1rem 0.1rem 0.1rem #dddddd;
          box-shadow: 0.1rem 0.1rem 0.1rem #dddddd;
  padding: 0.5rem;
}
input[type="file"]:hover {
  cursor: pointer;
}
input[type="file"]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
          box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
}
::-ms-clear,
::-ms-reveal,
select::-ms-expand {
  display: none;
}
label.required:after {
  content: "*";
  color: #e55454;
  margin-left: 0.5rem;
  text-shadow: none;
}
@-webkit-keyframes required {
  0% {
    background-color: #ffdede;
  }
  25% {
    background-color: white;
  }
  50% {
    background-color: #ffdede;
  }
  75% {
    background-color: white;
  }
  100% {
    background-color: #ffdede;
  }
}
@keyframes required {
  0% {
    background-color: #ffdede;
  }
  25% {
    background-color: white;
  }
  50% {
    background-color: #ffdede;
  }
  75% {
    background-color: white;
  }
  100% {
    background-color: #ffdede;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
select.no-overflow {
  padding: 0 50px 0 10px !important;
}
a:focus {
  -webkit-box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
          box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
}
body.model-open {
  overflow: hidden;
}
#Modal-Container {
  position: fixed;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f2f7ff;
  overflow: scroll;
  z-index: 2;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
#Modal-Container.open {
  top: 0;
}
#Modal-Container form {
  padding-top: 3rem;
}
#Dialogue-Container {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(17, 17, 17, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 5;
}
#Dialogue-Container .dialog-title {
  color: #1e4887;
  font-size: 150%;
  font-variant: small-caps;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e4887;
}
#Dialogue-Container .dialog-message {
  line-height: 1.5;
  padding: 0px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#Dialogue-Container .dialog-message p {
  line-height: 1.5;
}
#Dialogue-Container .dialog-message select,
#Dialogue-Container .dialog-message input,
#Dialogue-Container .dialog-message textarea {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
#Dialogue-Container .dialog-actions {
  margin-top: 10px;
}
#Dialogue-Container.dialogue-open {
  opacity: 1;
  visibility: visible;
}
#Dialogue-Container.dialogue-open #Dialogue-Content {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#Dialogue-Container #Dialogue-Content {
  max-width: 50%;
  min-width: 500px;
  max-height: 90%;
  overflow-y: auto;
  background-color: #f2f7ff;
  border: 2px solid #1e4887;
  border-radius: 1rem;
  padding: 3rem;
  -webkit-box-shadow: 0.3rem 0 1.8rem #444444;
          box-shadow: 0.3rem 0 1.8rem #444444;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#Dialogue-Container #Dialogue-Content.wide-dialog {
  min-width: 700px;
  max-width: 75%;
  width: -webkit-fill-available;
  width: -moz-available;
}
#Main-Content-Wrapper {
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
#Main-Content-Wrapper.dialogue-open {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#Blueprint-Editor-Container {
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
#Blueprint-Editor-Container.dialogue-open {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#Modal-Container.dialogue-open {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.timeoutNotice {
  color: #71cc98;
  font-size: 1.4rem;
}
#BusyDialog {
  max-width: 500px;
}
#BusyDialog #LoadingAnimation {
  height: 100px;
  width: 100px;
  margin: auto;
}
#BusyDialog #LoadingAnimation::before {
  left: 0;
}
#TextDialogContent {
  resize: none;
}
#Dialogue-Content #TextDialog {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column ;
          flex-direction: column ;
}
#Dialogue-Content #TextDialog #TextDialogTitle {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#Dialogue-Content #TextDialog #TextDialogMessageContent {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
#Dialogue-Content #TextDialog .dialog-message {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#Dialogue-Content #TextDialog #TextDialogContent {
  height: 100%;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
#Dialogue-Content #TextDialog .dialog-actions {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#Dialogue-Content #TextEntryDialog .dialog-errormessage {
  color: #e55454;
}
table {
  width: 100%;
  border: 0.1rem solid #b8cae6;
  border-spacing: 0;
}
table thead tr th {
  background-color: #6787b7;
  color: #deebff;
  text-align: left;
  border-bottom: 0.2rem solid #1e4887;
  border-right: 0.1rem solid #1e4887;
  font-size: 12pt;
  padding: 1rem 2rem;
}
table thead tr th:last-child {
  border-right: none;
}
table tbody tr:nth-child(even) td {
  background-color: #b8cae6;
  border-top: 0.1rem solid #b8cae6;
  border-bottom: 0.1rem solid #b8cae6;
}
table tbody tr:focus td,
table tbody tr:hover td {
  background-color: white;
  cursor: pointer;
  border-top: 0.1rem solid #b8cae6;
  border-bottom: 0.1rem solid #b8cae6;
}
table tbody tr td {
  line-height: 1.5em;
  padding: 1rem 2rem;
  background-color: #deebff;
  border-top: 0.1rem solid #deebff;
  border-bottom: 0.1rem solid #deebff;
  border-right: 1px solid #dddddd;
}
table tbody tr td.no-overflow {
  max-width: 0;
}
table tbody tr td:focus-within {
  outline: 2px solid #3b6199;
}
.loadingAnimation {
  position: relative;
  min-width: 8.8rem;
  min-height: 8.8rem;
}
.loadingAnimation::before {
  display: block;
  background-image: url(../images/ui/content-loading.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 50%;
  position: absolute;
  width: 8.8rem;
  height: 8.8rem;
  -webkit-animation: rotating 1s 0.25s linear infinite;
          animation: rotating 1s 0.25s linear infinite;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  min-width: 300px;
  max-width: 500px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
  height: 4rem;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
body .ui-tooltip {
  border-width: 2px;
}
body .ui-tooltip br {
  display: block;
  margin: 10px 0px 0px 0px;
  content: " ";
}
.tooltip {
  display: none;
}
.fa-window-close {
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.5rem;
}
.fa-window-close:hover {
  color: #6787b7;
}
.fa-window-close:active {
  color: #f2f7ff;
  background-color: #3b6199;
}
.boxed-paragraph {
  max-width: 750px;
  background-color: #b8cae6;
  border: 0.1rem solid #1e4887;
  border-radius: 1rem;
  padding: 1rem;
}
#Page-Header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#Main-Header {
  background-color: #13294b;
  z-index: 99;
}
#Main-Header .siteName {
  max-width: 55%;
}
#Main-Header .title {
  color: #f2f7ff;
  text-shadow: none;
  line-height: 1.57;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#Main-Header .welcome {
  color: white;
  margin: 1em;
  font-size: 1em;
  font-weight: normal;
  text-align: right;
}
#Main-Header .welcome i {
  font-size: 0.8em;
}
#Main-Header #DatashyftLogo {
  margin: auto 1rem auto auto;
  border-right: 1px solid #1e4887;
  -webkit-box-flex: 0 1 250px;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
}
#Main-Header #DatashyftLogo img {
  width: 250px;
  height: 70px;
}
#Main-Header h1 {
  font-size: 24pt;
}
#Main-Navigation {
  min-height: 4.8rem;
  background-color: #1e4887;
  -webkit-box-shadow: 0 15px 20px -10px #999999;
          box-shadow: 0 15px 20px -10px #999999;
}
#Main-Navigation .navigationHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Main-Navigation a {
  color: #deebff;
  text-decoration: none;
  padding: 0 1rem;
  font-size: 2.2rem;
  display: inline-block;
  margin: 0 1rem;
  height: 4.8rem;
  line-height: 2;
}
#Main-Navigation a:focus,
#Main-Navigation a:hover,
#Main-Navigation a.active {
  color: #f2f7ff;
  border-bottom: 0.6rem solid #f2f7ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#Main-Navigation a.right {
  float: right;
}
#Main-Navigation a.nav-item.selectedTab {
  background: #f2f7ff;
  color: #1e4887;
}
#Main-Navigation a.nav-item.selectedTab:hover,
#Main-Navigation a.nav-item.selectedTab:focus {
  border-bottom: 0.6rem solid #1e4887;
}
body,
section,
header,
footer {
  min-width: 1200px;
}
#Main-Content-Wrapper {
  overflow: scroll;
  top: 163px;
}
#Main-Content {
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 140px;
  opacity: 0;
}
#Main-Content > div {
  height: 100%;
}
#Main-Content.is-visible {
  opacity: 1;
}
#Main-Content .selected {
  background-color: #b9e6cc;
}
#Main-Content .selected td {
  background-color: #b9e6cc;
}
#Main-Content .page-title img {
  height: 2em;
  padding-right: 1em;
}
#Main-Content .content {
  padding: 2em 0em;
}
#Main-Content h2 {
  margin-top: 0;
}
#Main-Footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  text-align: center;
  height: 2em;
  background-color: #1e4887;
}
#Main-Footer #credit {
  color: white;
  text-align: center;
  font-size: 13px;
  line-height: 31px;
  margin: auto auto 0 auto;
}
#Main-Footer #credit ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#Main-Footer #credit ul li:first-child {
  padding-left: 0;
}
#Main-Footer #credit ul li {
  display: inline;
  border-right: 1px solid white;
  padding: 0 10px;
}
#Main-Footer #credit ul li:last-child {
  border-right: 0;
}
#Main-Footer #credit a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
#Main-Footer #credit a:focus {
  border-bottom: 0.3rem solid white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.system-Unregistered {
  color: white;
  background-color: #707372 !important;
}
.system-Online {
  color: black;
  background-color: #71cc98 !important;
}
.system-Offline {
  color: black;
  background-color: #e55454 !important;
}
.system-Disconnected {
  color: black;
  background-color: #f1be48 !important;
}
.systemStatusIcon-Online {
  color: #71cc98 !important;
}
.systemStatusIcon-Online:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f14a";
}
.systemStatusIcon-Disconnected {
  color: #f1be48 !important;
}
.systemStatusIcon-Disconnected:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f06a";
}
.systemStatusIcon-Offline {
  color: #e55454 !important;
}
.systemStatusIcon-Offline:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f071";
}
.systemStatusIcon-Unregistered {
  color: #707372 !important;
}
.systemStatusIcon-Unregistered:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f041";
}
.instructions-Online,
.instructions-Disconnected,
.instructions-Unregistered,
.instructions-Offline {
  visibility: visible;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  padding-left: 0.5em;
  font-weight: normal;
}
.instructions-Online:focus,
.instructions-Disconnected:focus,
.instructions-Unregistered:focus,
.instructions-Offline:focus {
  -webkit-box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
          box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
}
.instruction-copied-notice {
  display: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 1rem;
  text-align: center;
  background-color: white;
  border: 2px solid #3b6199;
  border-radius: 20px;
  position: absolute;
  left: 1rem;
  bottom: 50%;
  width: 150px;
}
.scrollable-content {
  overflow-y: auto;
  max-height: 500px;
}
.runtime-setup-message li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.runtime-unregister-message li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.copy-on-click-container {
  background-color: black;
  color: whitesmoke;
  border-radius: 10px;
  padding: 0.5em 1em;
}
.copy-on-click-container:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0c5";
  padding-right: 1em;
}
.copy-on-click {
  padding-right: 0.5em;
  font-family: 'Courier-New', monospace;
}
#SystemDetails {
  position: fixed;
  overflow-y: auto;
  bottom: 32px;
  top: 172px;
  padding-bottom: 20px;
  width: 550px;
  padding-right: 1px;
  padding-top: 20px;
}
#SystemDetails form {
  background-color: #deebff;
  border: 1px solid #6787b7;
  border-radius: 1rem;
  padding: 2rem;
}
#SystemDetails form #RemoveSystem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8.33%;
          flex: 1 1 8.33%;
  margin: 1rem;
}
#SystemDetails form #UpdateSystem {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 16.66%;
          flex: 2 1 16.66%;
  margin: 1rem;
}
#SystemDetails .systemID-block {
  font-weight: bold;
  color: darkgray;
  padding: 0rem 1rem 1rem 1rem;
}
#SystemDetails .systemID-block .systemID {
  font-weight: normal;
  color: darkgray;
}
#SystemDetails .systemStatus-block {
  font-weight: bold;
  color: black;
  padding: 0rem 1rem 1rem 1rem;
}
#SystemDetails .systemStatus-block .systemStatus {
  font-weight: normal;
  color: black;
}
#SystemDetails .systemVersion-block {
  padding: 0rem 1rem 1rem 1rem;
  font-weight: normal;
  color: black;
}
#SystemDetails .systemVersion-block .system-version-label {
  font-weight: bold;
  color: black;
}
#SystemDetails .systemVersion-block .system-version-upgrade {
  font-size: 90%;
}
.upgrade-available {
  color: #3b6199;
}
.upgrade-required {
  color: #e55454;
}
#SystemTable .upgrade-available {
  float: right;
  color: #6787b7;
  font-size: 16pt;
  margin-top: 2px;
  margin-bottom: 2x;
  text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
}
#SystemTable .upgrade-required {
  float: right;
  text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
}
.fieldError {
  font-weight: bold;
  text-align: right;
  color: #e55454;
  float: right;
  max-width: 65%;
}
#UnregisterBtn {
  padding-left: 10px;
  cursor: pointer;
}
#ManageSystem {
  margin: 1rem 1rem 2rem;
}
#SystemTable td.systemName {
  width: 70%;
}
#SystemTable td.systemStatus {
  min-width: 175px;
}
#No-Systems {
  margin-top: 1.5em;
}
#No-Systems h1,
#No-Systems h2,
#No-Systems h3,
#No-Systems h4,
#No-Systems h5,
#No-Systems h6 {
  font-style: italic;
}
#No-Systems p {
  background-color: #b8cae6;
  border: 0.1rem solid #1e4887;
  border-radius: 1rem;
  padding: 1rem;
}
#SystemLibrariesLabel {
  margin-top: 2em;
}
#No-Resources,
#ResourceTable {
  display: none;
}
#No-Resources td.resourceName,
#ResourceTable td.resourceName {
  width: 70%;
}
#No-Resources td.resourceType,
#ResourceTable td.resourceType {
  min-width: 175px;
  text-overflow: ellipsis;
  overflow: none;
  white-space: nowrap;
}
#No-Resources .filter-row,
#ResourceTable .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1rem;
}
#No-Resources .filter-row .filter-item,
#ResourceTable .filter-row .filter-item {
  margin-top: auto;
  margin-bottom: auto;
}
#No-Resources .filter-row .search,
#ResourceTable .filter-row .search {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
#No-Resources .filter-row .search .search-holder,
#ResourceTable .filter-row .search .search-holder {
  width: 100%;
  margin-right: 1em;
}
#No-Resources .filter-row .search .search-holder .search-field,
#ResourceTable .filter-row .search .search-holder .search-field {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 1rem;
}
#No-Resources .filter-row .filter .filter-title,
#ResourceTable .filter-row .filter .filter-title {
  font-weight: bold;
  font-size: 120%;
  margin-top: auto;
  margin-bottom: auto;
}
#No-Resources .filter-row .filter .filter-selector,
#ResourceTable .filter-row .filter .filter-selector {
  width: 250px;
  margin-left: 1rem;
}
#No-Resources .filter-row .filter .filter-selector select,
#ResourceTable .filter-row .filter .filter-selector select {
  margin-top: auto;
  margin-bottom: auto;
  font-family: inherit;
  padding-right: 3em;
  text-overflow: ellipsis ;
  overflow: hidden ;
}
#No-Resources .resultCountHolder,
#ResourceTable .resultCountHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
}
#No-Resources .resultCountHolder #ResultCount,
#ResourceTable .resultCountHolder #ResultCount {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1em;
  font-weight: bold;
}
#No-Resources .resultCountHolder #ItemsPerPage,
#ResourceTable .resultCountHolder #ItemsPerPage {
  height: 2.2em;
  width: 6.5em;
  margin-top: auto;
  margin-bottom: auto;
}
#No-Resources,
#No-Credentials {
  margin-top: 1.5em;
}
#No-Resources h1,
#No-Credentials h1,
#No-Resources h2,
#No-Credentials h2,
#No-Resources h3,
#No-Credentials h3,
#No-Resources h4,
#No-Credentials h4,
#No-Resources h5,
#No-Credentials h5,
#No-Resources h6,
#No-Credentials h6 {
  font-style: italic;
}
#No-Resources p,
#No-Credentials p {
  background-color: #b8cae6;
  border: 0.1rem solid #1e4887;
  border-radius: 1rem;
  padding: 1rem;
}
#ResourceDetails {
  position: fixed;
  overflow-y: auto;
  bottom: 32px;
  top: 172px;
  padding-bottom: 20px;
  width: 550px;
  padding-right: 1px;
  padding-top: 20px;
}
#ResourceDetails form {
  background-color: #deebff;
  border: 1px solid #6787b7;
  border-radius: 1rem;
  padding: 2rem;
}
#ResourceDetails form #RemoveResource {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8.33%;
          flex: 1 1 8.33%;
  margin: 1rem;
}
#ResourceDetails form #UpdateResource {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 16.66%;
          flex: 2 1 16.66%;
  margin: 1rem;
}
#CredentialDetails form {
  background-color: #deebff;
  border: 1px solid #6787b7;
  border-radius: 1rem;
  padding: 2rem;
}
#CredentialDetails form #RemoveCredential {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8.33%;
          flex: 1 1 8.33%;
  margin: 1rem;
}
#CredentialDetails form #UpdateCredential {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 16.66%;
          flex: 2 1 16.66%;
  margin: 1rem;
}
#CredentialDetails #LocalCredentialUpdateInfo {
  background-color: #6787b7;
  color: #eeeeee;
  line-height: 1.5em;
  margin: 0px 10px;
  border: 1px solid #1e4887;
  padding: 1em;
  border-radius: 10px;
}
#CredentialDetails #LocalCredentialUpdateInfo a {
  color: inherit;
}
#ResourceDetails #unrecognized-component-warning-row,
#CredentialDetails #unrecognized-component-warning-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ResourceDetails #unrecognized-component-warning-row #unrecognized-component-warning,
#CredentialDetails #unrecognized-component-warning-row #unrecognized-component-warning {
  background-color: red;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 1px solid #13294b;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  color: white;
}
#ParameterInfo input[type=number] {
  -moz-appearance: textfield;
}
#ParameterInfo input[type=number]::-webkit-outer-spin-button,
#ParameterInfo input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#CredentialScope {
  position: relative;
  top: 0em;
  margin-bottom: -1em;
  width: 75%;
  margin-left: 10px;
}
#ParameterInfoStylingWrapperDiv {
  border: 1px solid black;
  padding: 1em;
  padding-top: 2em;
  background: #eeeeee;
  border-radius: 10px;
}
#credential-name-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#credential-name-holder .name-icon,
#credential-name-holder #duplicate-name-warning {
  padding: 0px 10px;
  padding-bottom: 3em;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#credential-name-holder .name-icon .warning-icon,
#credential-name-holder #duplicate-name-warning .warning-icon {
  color: #f1be48;
  font-size: 2rem;
  margin-left: 1rem;
  text-shadow: -1px -1px 0 #eeeeee, 0 -1px 0 #eeeeee, 1px -1px 0 #eeeeee, 1px 0 0 #eeeeee, 1px 1px 0 #eeeeee, 0 1px 0 #eeeeee, -1px 1px 0 #eeeeee, -1px 0 0 #eeeeee;
}
#credential-name-holder .name-icon .error-icon,
#credential-name-holder #duplicate-name-warning .error-icon {
  font-size: 2rem;
  margin-left: 1rem;
  color: #e55454;
  text-shadow: -1px -1px 0 #eeeeee, 0 -1px 0 #eeeeee, 1px -1px 0 #eeeeee, 1px 0 0 #eeeeee, 1px 1px 0 #eeeeee, 0 1px 0 #eeeeee, -1px 1px 0 #eeeeee, -1px 0 0 #eeeeee;
}
#DisplayNameLabelHolder,
#DisplayNameHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#DisplayNameLabelHolder #duplicate-name-warning,
#DisplayNameHolder #duplicate-name-warning {
  padding: 0px 5px;
  cursor: pointer;
}
#DisplayNameLabelHolder #duplicate-name-warning .warning-icon,
#DisplayNameHolder #duplicate-name-warning .warning-icon {
  color: #f1be48;
  text-shadow: -1px -1px 0 #555555, 0 -1px 0 #555555, 1px -1px 0 #555555, 1px 0 0 #555555, 1px 1px 0 #555555, 0 1px 0 #555555, -1px 1px 0 #555555, -1px 0 0 #555555;
}
#DisplayNameLabelHolder #duplicate-name-warning .error-icon,
#DisplayNameHolder #duplicate-name-warning .error-icon {
  color: #e55454;
  text-shadow: -1px -1px 0 #555555, 0 -1px 0 #555555, 1px -1px 0 #555555, 1px 0 0 #555555, 1px 1px 0 #555555, 0 1px 0 #555555, -1px 1px 0 #555555, -1px 0 0 #555555;
}
#ParameterInfoView table.paramList {
  border: none;
}
#ParameterInfoView td.paramListItemInputCell {
  padding: 0.5rem 0em;
}
#ParameterInfoView td.paramListItemButtonCell {
  width: 50px;
  padding: 0em 1em;
}
#ParameterInfoView td.paramListNoItemsItem div {
  padding-left: 20px;
  padding-bottom: 1rem;
}
#ParameterInfoView input.paramListItemInput {
  width: 100%;
  border-radius: 7px;
  margin-bottom: auto;
}
#ParameterInfoView .paramListButton i {
  color: #b8cae6;
  font-size: 24pt;
  margin: 5px;
}
#ParameterInfoView .paramListButton.disabled i,
#ParameterInfoView .paramListButton.disabled:hover i {
  color: #888888;
}
#ParameterInfoView .paramListButton:hover i {
  color: #6787b7;
}
#ParameterInfoView .parameterInfoView .parameter-description {
  margin: 0rem 1rem 1rem;
  color: #6787b7;
  font-size: 1.4rem;
}
#ParameterInfoView .parameterInfoView .parameter-description * {
  font-size: 1.4rem;
}
#ParameterInfoView .parameterInfoView select:disabled {
  color: black;
  background-color: white;
}
#ParameterInfoView .file-input-container {
  margin-bottom: 4.2rem;
}
#ParameterInfoView .file-input-container textarea {
  margin-bottom: 1rem;
}
#ParameterInfoView .file-input-container input {
  margin-bottom: 1rem;
}
#ParameterInfoView .boolean-type span {
  margin-left: 0.25em;
}
#ParameterInfoView .paramListItemInput {
  margin-bottom: 0 !important;
}
#ParameterInfoView .toolTipTechInfo {
  margin-bottom: 0.5em;
}
#ParameterInfoView .toolTipTechInfo .label {
  font-weight: bold;
  margin-right: 0.25em;
}
#ParameterInfoView input:invalid {
  background: #e6b8b8;
}
label.inline-block {
  display: inline-block;
}
#Blueprints-List .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1rem;
}
#Blueprints-List .filter-row .filter-item {
  margin-top: auto;
  margin-bottom: auto;
}
#Blueprints-List .filter-row .search {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
#Blueprints-List .filter-row .search .search-holder {
  width: 100%;
  margin-right: 1em;
}
#Blueprints-List .filter-row .search .search-holder .search-field {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 1rem;
}
#Blueprints-List .filter-row .filter .filter-title {
  font-weight: bold;
  font-size: 120%;
  margin-top: auto;
  margin-bottom: auto;
}
#Blueprints-List .filter-row .filter .filter-selector {
  min-width: 250px;
  margin-left: 1rem;
}
#Blueprints-List .filter-row .filter .filter-selector select {
  margin-top: auto;
  margin-bottom: auto;
  font-family: inherit;
}
#Blueprints-List .one-line {
  width: 25%;
  line-height: 1.5rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
#Blueprints-List .two-line {
  width: 25%;
  font-size: 70%;
  line-height: 1.5rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
#Blueprints-List td.owner {
  width: 20%;
  max-width: 0;
}
#Blueprints-List .editing-status {
  float: right;
  margin-left: 5px;
  font-size: 2rem;
}
#Blueprints-List .dgs-status {
  float: right;
  margin-left: 5px;
  font-size: 2rem;
}
#Blueprints-List #BlueprintSidePanel {
  position: fixed;
  width: 450px;
  overflow-y: auto;
  top: 172px;
  bottom: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#Blueprints-List #BlueprintSidePanel > div {
  border: 1px solid #6787b7;
  border-radius: 10px;
  padding: 0.5em;
  background: #deebff;
}
#Blueprints-List #BlueprintSidePanel #duplicate-name-warning {
  margin-bottom: 45px;
}
#Blueprints-List #BlueprintSidePanel label:first-of-type {
  padding-top: 1em;
}
#Blueprints-List #BlueprintSidePanel .blueprint-status {
  float: none;
  font-size: 100%;
  text-align: center;
  border-radius: 10px;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  min-width: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#Blueprints-List #BlueprintSidePanel #DGSStatus {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  text-align: center;
  background: green;
  color: white;
}
#Blueprints-List #BlueprintSidePanel #EditLockStatus {
  text-align: center;
  border-radius: 10px;
  padding: 0.5em;
  background: #dddddd;
  color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
}
#Blueprints-List #BlueprintSidePanel #EditLockStatus #EditLockStatusIcon {
  margin-right: 1rem;
}
#Blueprints-List #BlueprintSidePanel #Tags {
  margin-bottom: 3.5em;
}
#Blueprints-List #BlueprintSidePanel #LastModifiedInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 0.5rem 1rem;
  gap: 1rem;
  border-radius: 10px;
  padding: 0.5em;
  background: #dddddd;
  color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
}
#Blueprints-List #BlueprintSidePanel #LastModifiedInfo .last-modified-label {
  font-weight: bold;
  font-size: 75%;
}
#Blueprints-List #BlueprintSidePanel #LastModifiedInfo .last-modified-info {
  font-size: 75%;
}
.blueprint-status {
  float: right;
  margin-left: 5px;
  font-size: 60%;
  font-weight: bold;
  font-variant: small-caps;
  border-radius: 5px;
  padding: 0.5rem;
  line-height: 1.2;
}
.blueprint-status.blueprint-status-DRAFT {
  color: white;
  background: #666666;
}
.blueprint-status.blueprint-status-PUBLISHED {
  color: white;
  background: #1e874b;
}
.blueprint-status.blueprint-status-ARCHIVED {
  color: white;
  background: #e55454;
}
#blueprint-name-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#blueprint-name-holder .name-icon,
#blueprint-name-holder #duplicate-name-warning {
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#blueprint-name-holder .name-icon .warning-icon,
#blueprint-name-holder #duplicate-name-warning .warning-icon {
  color: #f1be48;
  font-size: 2rem;
  margin-left: 1rem;
}
#blueprint-name-holder .name-icon .error-icon,
#blueprint-name-holder #duplicate-name-warning .error-icon {
  color: #e55454;
}
.lock-blueprint-label {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
h2.separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
h2.separator:before,
h2.separator:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}
#BlueprintJSON {
  min-height: 30rem;
}
#UploadBlueprintJSON {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.blueprint-control .fa-stack-2x {
  font-size: 100%;
}
.blueprint-control .fa-stack-1x {
  font-size: 50%;
  line-height: 200%;
}
#UnpublishBlueprint .fa-ban {
  color: #6787b7;
}
#ImportBlueprintIssueResolverSystemsDiv {
  overflow-y: auto;
  max-height: 250px;
  margin-top: 2rem;
}
#ImportBlueprintIssueResolverSystemsDiv .col {
  margin-top: 0;
  margin-bottom: 0;
}
#ImportBlueprintIssueResolverSystemsDiv .systemRow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, 0.65)), color-stop(75%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(192, 192, 192, 0.65) 0%, rgba(0, 0, 0, 0) 75%);
  border-radius: 10px 10px 0px 0px;
  border-left: 1px solid rgba(192, 192, 192, 0.65);
  border-right: 1px solid rgba(192, 192, 192, 0.65);
}
#ImportBlueprintIssueResolverSystemsDiv .systemRow .col.importSystemID {
  margin-bottom: auto;
  margin-top: auto;
}
#ImportBlueprintIssueResolverSystemsDiv .systemRow .col.importSystemID.invalid {
  color: #e55454;
}
#ImportBlueprintIssueResolverSystemsDiv .systemRow .col.importSystemID.valid {
  color: #71cc98;
}
#ImportBlueprintIssueResolverSystemsDiv .systemRow select.systemSelect {
  margin-bottom: 0rem;
  margin-top: 0rem;
  height: 3rem;
}
#ImportBlueprintIssueResolverSystemsDiv .systemComponentList {
  margin-top: 0;
  margin-bottom: 0;
}
#ImportBlueprintIssueResolverSystemsDiv .componentsRow {
  border-left: 1px solid rgba(192, 192, 192, 0.65);
  border-right: 1px solid rgba(192, 192, 192, 0.65);
  margin-bottom: 1rem;
}
#ImportBlueprintIssueResolverSystemsDiv .componentsRow .systemComponentItem {
  font-size: 11pt;
}
#BlueprintTable .resultCountHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
}
#BlueprintTable .resultCountHolder #ResultCount {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1em;
  font-weight: bold;
}
#BlueprintTable .resultCountHolder #ItemsPerPage {
  height: 2.2em;
  width: 6.5em;
  margin-top: auto;
  margin-bottom: auto;
}
#BlueprintTable table.itemsTable .pipeline-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}
#BlueprintTable table.itemsTable .pipeline-tag {
  font-size: 70%;
  font-family: Helvetica Neue;
  color: #3b6199;
  background-color: #f2f7ff;
  border-radius: 0.5rem;
  border: 0.5px solid #6787b7;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: auto;
  padding: 0.25rem 0.5rem;
  line-height: 16px;
  max-width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#BlueprintTable #PageNavigationHolder {
  margin-top: 1em;
}
#BlueprintTable #PageNavigationHolder #FirstPage,
#BlueprintTable #PageNavigationHolder #PreviousPage,
#BlueprintTable #PageNavigationHolder #NextPage,
#BlueprintTable #PageNavigationHolder #LastPage {
  text-align: center;
  padding-left: 1em;
  border: 2px solid #1e4887;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  color: #f2f7ff;
  background-color: #3b6199;
  -webkit-box-shadow: #444444 0px 3px 5px;
          box-shadow: #444444 0px 3px 5px;
  margin-top: auto;
  margin-bottom: auto;
}
#BlueprintTable #PageNavigationHolder #FirstPage:not(.disabled):active,
#BlueprintTable #PageNavigationHolder #PreviousPage:not(.disabled):active,
#BlueprintTable #PageNavigationHolder #NextPage:not(.disabled):active,
#BlueprintTable #PageNavigationHolder #LastPage:not(.disabled):active {
  -webkit-box-shadow: #444444 0px 0px 5px;
          box-shadow: #444444 0px 0px 5px;
}
#BlueprintTable #PageNavigationHolder #FirstPage.disabled,
#BlueprintTable #PageNavigationHolder #PreviousPage.disabled,
#BlueprintTable #PageNavigationHolder #NextPage.disabled,
#BlueprintTable #PageNavigationHolder #LastPage.disabled {
  color: #cccccc;
  background-color: #888888;
  border-color: #777777;
}
#BlueprintTable #PageNavigationHolder #PageNumber {
  text-align: center;
}
#BlueprintTable #PageNavigationHolder #PageNumber .setPage {
  border: 2px solid #6787b7;
  padding: 0.25rem 0.5rem;
  margin-left: 1em;
  border-radius: 10px;
  background-color: #b8cae6;
  -webkit-box-shadow: #444444 0px 3px 5px;
          box-shadow: #444444 0px 3px 5px;
}
#BlueprintTable #PageNavigationHolder #PageNumber .setPage:active {
  -webkit-box-shadow: #444444 0px 0px 5px;
          box-shadow: #444444 0px 0px 5px;
}
#No-Blueprints p {
  background-color: #b8cae6;
  border: 0.1rem solid #1e4887;
  border-radius: 1rem;
  padding: 1rem;
}
.ui-tooltip-content .tag {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
  border-radius: 4px;
  line-height: 1.5;
  color: white;
  background: #6787b7;
}
.description-zoom {
  float: right;
  margin: 2px;
  color: #f2f7ff;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.description-zoom span.action-icon {
  background-color: #1e4887;
}
#dgsBanner {
  position: absolute;
  top: 70px;
  right: 10px;
  text-align: center;
  border: 2px solid black;
  border-radius: 10px;
  padding: 5px 20px;
  z-index: 1;
  display: none;
  cursor: pointer;
}
#dgsBanner.enabled {
  display: block;
  background-color: #1e874b;
  color: white;
}
#dgsBanner.disabled {
  display: block;
  background-color: #e55454;
  color: white;
}
#GetBlueprintName .dgsStatus {
  background-color: gray;
  padding: 0.125rem 0.75rem;
  margin-left: 0.5em;
  border-radius: 20px;
  color: white;
}
#GetBlueprintName .dgsStatus.dgsEnabled {
  background-color: #1e874b;
}
#GetBlueprintName .dgsStatus.dgsDisabled {
  background-color: #e55454;
}
body.editor-open {
  overflow: hidden;
}
#Main-Content-Wrapper {
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
#Main-Content-Wrapper.editor-open {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#Blueprint-Editor-Container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  /* Disable the ability to select content in the Editor */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}
#Blueprint-Editor-Container.open {
  top: 0px;
  opacity: 1;
  visibility: visible;
}
#Blueprint-Editor-Container #Dialogue-Content {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#Blueprint-Editor-Container #Blueprint-Editor-Content {
  position: absolute;
  top: 20px;
  bottom: 40px;
  left: 20px;
  right: 20px;
}
#Blueprint-Editor-Container #Blueprint-Editor-Content .blueprint-status-container {
  position: fixed;
  top: 110px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 40;
}
#Blueprint-Editor-Container #Blueprint-Editor-Content .blueprint-status-container .blueprint-status {
  padding: 0.5rem 2rem;
  border-radius: 1.5rem;
  font-size: 2em;
  font-weight: bold;
}
#Blueprint-Editor-Container #Blueprint-Editor-Content .blueprint-status-container .blueprint-status.read-only {
  color: black;
  background: yellow;
  text-shadow: -1px 1px 3px white;
}
#Blueprint-Editor-Container #Blueprint-Editor-Content .blueprint-status-container .blueprint-status.locked {
  color: white;
  background: blue;
  text-shadow: -1px 1px 3px black;
}
#Blueprint-Editor-Container #Blueprint-Editor-Content .blueprint-status-container .blueprint-status.published {
  color: white;
  background: green;
  text-shadow: -1px 1px 3px black;
}
#Blueprint-Editor-Container #Blueprint-Editor-Content .blueprint-status-container .blueprint-status.archived {
  color: white;
  background: red;
  text-shadow: -1px 1px 3px black;
}
#blueprint-editor-controls {
  position: absolute;
  top: 5px;
  left: 10px;
  right: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#blueprint-editor-controls .blueprint-control-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin-left: 25px;
  margin-right: 25px;
}
#blueprint-editor-controls .blueprint-control-container:first-of-type {
  margin-left: 0px;
}
#blueprint-editor-controls .blueprint-control-container:last-of-type {
  margin-right: 0px;
}
#blueprint-editor-controls .blueprint-control-container.save-controls {
  min-width: 200px;
}
#blueprint-editor-controls .blueprint-control-container.blueprint-name-controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#blueprint-editor-controls .blueprint-control-container.lock-controls {
  min-width: 200px;
}
#blueprint-editor-controls .blueprint-name-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#blueprint-editor-controls .blueprint-name-controls .blueprint-name-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#BlueprintSettings {
  border: 2px solid #6787b7;
  border-radius: 15px;
  margin: 0em 0.5em;
}
#BlueprintSettings #BlueprintSettingsWarning {
  position: relative ;
}
#BlueprintSettings #BlueprintSettingsWarning .component-invalid {
  position: absolute ;
  right: -10px;
  bottom: -10px;
}
#BlueprintSettingsDialog .settingRow td {
  padding: 0.5em;
  vertical-align: top;
}
#BlueprintSettingsDialog .settingRow.removed input {
  background-color: #ffdede;
  text-decoration: line-through;
}
#BlueprintSettingsDialog .settingRow input {
  width: 90%;
  margin-bottom: 0;
  height: 2.5em;
  padding-left: 0.5em;
  padding-right: 2em;
}
#BlueprintSettingsDialog .settingRow input:invalid {
  border-color: #e55454;
  background-color: #fff2f2;
}
#BlueprintSettingsDialog .settingRow input.changed {
  background-color: #fff5de;
}
#BlueprintSettingsDialog .settingRow input.new {
  background-color: #deffec;
}
#BlueprintSettingsDialog .settingRow .undo-edit {
  display: none;
  padding-top: 1rem;
  margin-left: -2.5rem;
}
#BlueprintSettingsDialog .settingRow .invalidBlueprintSetting {
  color: #e55454;
  margin-top: 0.5em;
  margin-left: 0.5em;
}
#BlueprintSettingsDialog .settingRow .setting-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BlueprintSettingsDialog .settingCommands i {
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-top: 1rem;
  text-align: center;
}
#BlueprintSettingsDialog .settingCommands i.hidden {
  visibility: hidden;
}
#BlueprintSettingsDialog .addSetting.button {
  border: 2px solid #3b6199;
  background: #6787b7;
  color: #f2f7ff;
  border-radius: 10px;
  margin: 0.5em 0;
  padding: 0.25em 2em 0.25em 0.5em;
  margin-bottom: 2em;
  display: inline-block;
  cursor: pointer;
}
.blueprint-control i {
  color: #b8cae6;
  font-size: 24pt;
}
.blueprint-control.action-icon {
  background-color: #b8cae6;
}
.blueprint-control.disabled i,
.blueprint-control.disabled:hover i {
  color: #888888;
}
.blueprint-control.disabled.action-icon,
.blueprint-control.disabled:hover.action-icon {
  background-color: #888888;
}
.blueprint-control:hover i {
  color: #6787b7;
}
.blueprint-control:hover.action-icon {
  background-color: #b8cae6;
}
.sidebar-item {
  z-index: 10;
}
.blueprint-rendering-holder {
  height: 100%;
  background: #13294b;
  border: 1px solid lightblue;
  border-radius: 10px;
}
.blueprint-rendering-holder #BlueprintContainer {
  position: absolute;
  top: 60px;
  right: 1px;
  left: 1px;
  bottom: 10px;
}
#blueprint-canvas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#blueprint-canvas-container .dragging {
  z-index: 12;
}
.jtk-demo-main {
  height: 100%;
}
.jtk-group .name .component-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 175px;
}
.jtk-group .name .component-type {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}
.jtk-group .component-channels {
  border: 1px dashed yellow;
  color: white;
  min-width: 200px;
}
.jtk-group .component-channel-list {
  padding: 0;
}
.jtk-group .component-channel-list .empty-list {
  display: none;
}
.jtk-group .component-channel-list .empty-list:only-child {
  display: inline;
}
.jtk-group .node-channel {
  list-style: none;
  text-align: center;
  padding: 4px;
  margin: 4px 0px;
  border: 1px solid white;
  background: black;
}
.jtk-group .node-channel-type-Input {
  color: red;
}
.jtk-group .node-channel-type-Input.doesNotExist {
  color: white;
  background-color: darkred;
}
.jtk-group .node-channel-type-Output {
  color: green;
}
.jtk-group .node-channel-type-Output.doesNotExist {
  color: white;
  background-color: darkred;
}
.input-port svg circle {
  fill: red;
}
.output-port svg circle {
  fill: green;
}
.blueprint-name-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #13294b;
  border: 2px solid #6787b7;
  border-radius: 20px;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}
.blueprint-name-holder #blueprint-name {
  font-size: 2.5rem;
  display: inline;
  height: 3.5rem;
  width: 100%;
  min-width: 300px;
  margin: auto;
  left: 0;
  font-family: 'Open Sans', Helvetica;
  border-radius: 18px;
  padding: 0px 10px;
}
.blueprint-name-holder #blueprint-name:not([readonly]) {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.blueprint-name-holder #blueprint-name[readonly] {
  color: #deebff;
  background-color: inherit;
  border-style: none;
  text-overflow: ellipsis;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blueprint-name-holder #blueprint-name-edit {
  margin-left: 20px;
  font-size: 2.5rem;
  color: #6787b7;
}
.blueprint-name-holder #blueprint-name-edit:hover {
  color: #deebff;
}
.blueprint-name-holder #duplicate-name-warning,
.blueprint-name-holder #copy-url-link {
  padding: 0px 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blueprint-name-holder #duplicate-name-warning i,
.blueprint-name-holder #copy-url-link i {
  font-size: 2rem;
  margin: 1rem;
}
.blueprint-name-holder #duplicate-name-warning .warning-icon,
.blueprint-name-holder #copy-url-link .warning-icon {
  color: #f1be48;
}
.blueprint-name-holder #duplicate-name-warning .error-icon,
.blueprint-name-holder #copy-url-link .error-icon {
  color: #e55454;
}
.blueprint-name-holder #url-copied-notice {
  display: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 1rem;
  text-align: center;
  background-color: white;
  border: 2px solid #3b6199;
  border-radius: 20px;
  position: absolute;
  right: 101%;
  width: 150px;
}
#Components {
  padding: 0;
}
#Components .title {
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 2px solid #f2f7ff;
}
#Components .title.systems-title {
  background-color: #6787b7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #6787b7), color-stop(85%, #13294b));
  background: linear-gradient(180deg, #6787b7 20%, #13294b 85%);
}
#Components .title.components-title {
  background-color: #1e4887;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #1e4887), color-stop(85%, #13294b));
  background: linear-gradient(180deg, #1e4887 20%, #13294b 85%);
}
#Components .palette-list {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 1rem;
}
#Components .palette-list.systems-list {
  height: 34%;
  border-width: 3px 2px 0px 0px;
  -o-border-image: linear-gradient(180deg, #6787b7 0%, #13294b 90%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#6787b7), color-stop(90%, #13294b));
     border-image: linear-gradient(180deg, #6787b7 0%, #13294b 90%);
  border-style: solid;
}
#Components .palette-list.components-list {
  height: 66%;
  border-width: 3px 2px 0px 0px;
  -o-border-image: linear-gradient(180deg, #1e4887 0%, #13294b 90%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#1e4887), color-stop(90%, #13294b));
     border-image: linear-gradient(180deg, #1e4887 0%, #13294b 90%);
  border-styles: solid;
}
#Components .palette-list.components-list .component-list-group {
  border: 1px solid #deebff;
  border-radius: 10px;
  margin: 0.5rem;
}
#Components .palette-list.components-list .component-list-group .component-list-group-title {
  background-color: #deebff;
  color: #1e4887;
  padding: 0.5rem;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  cursor: pointer;
}
#Components .palette-list.components-list .component-list-group .component-list-group-title:before {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 0.5rem;
}
#Components .palette-list.components-list .component-list-group .component-list-group-content {
  padding: 0rem 0.5rem;
}
#Components .palette-list.components-list .component-list-group.collapsed .component-list-group-title {
  border-radius: 9px;
}
#Components .palette-list.components-list .component-list-group.collapsed .component-list-group-title:before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
}
#Components .palette-list.components-list .component-list-group.collapsed .component-list-group-content {
  height: 0px;
  overflow-x: hidden ;
}
#ComponentDetails {
  width: 25%;
  max-width: 450px;
  padding: 1rem 1rem 1rem 1rem ;
  border: 1px solid #6787b7;
  border-radius: 0px 10px 10px 0px;
  background: #deebff;
  z-index: 41;
  overflow-y: auto !important;
}
#ComponentDetails .title {
  font-weight: bold;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}
#ComponentDetails .label {
  font-weight: bold;
}
#ComponentDetails .add-channel-button,
#ComponentDetails .info-channel-button {
  float: right;
}
#ComponentDetails .add-channel-button,
#ComponentDetails .remove-channel-button,
#ComponentDetails .info-channel-button {
  cursor: pointer;
  border-radius: 1em;
  border: 2px solid transparent;
}
#ComponentDetails .add-channel-button:hover,
#ComponentDetails .remove-channel-button:hover,
#ComponentDetails .info-channel-button:hover {
  color: #f2f7ff;
  background-color: #1e4887;
  border-color: #1e4887;
}
#ComponentDetails .add-channel-button:active,
#ComponentDetails .remove-channel-button:active,
#ComponentDetails .info-channel-button:active {
  color: #b8cae6;
  border-right-color: #1e4887;
  border-top-color: #1e4887;
  border-left-color: #6787b7;
  border-bottom-color: #6787b7;
}
#ComponentDetails h3 {
  font-size: 125%;
  font-weight: bold;
}
#ComponentDetails #component-name #component-input {
  display: inline;
  width: 270px;
  font-family: 'Open Sans', Helvetica;
  padding-left: 10px;
  padding-right: 10px;
  text-overflow: ellipsis;
  border-radius: 20px;
}
#ComponentDetails #component-name #component-input[readonly] {
  padding-left: 0px;
  padding-right: 0px;
  border: none;
  background-color: inherit;
  font-weight: bold;
  border: 2px solid #6787b7;
  padding: 5px 5px 5px 10px;
}
#ComponentDetails #deprecation-warning-row,
#ComponentDetails #unrecognized-component-warning-row,
#ComponentDetails #missing-component-library-warning-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ComponentDetails #deprecation-warning-row #deprecation-warning,
#ComponentDetails #unrecognized-component-warning-row #deprecation-warning,
#ComponentDetails #missing-component-library-warning-row #deprecation-warning,
#ComponentDetails #deprecation-warning-row #missing-component-library-warning,
#ComponentDetails #unrecognized-component-warning-row #missing-component-library-warning,
#ComponentDetails #missing-component-library-warning-row #missing-component-library-warning {
  background-color: #f1be48;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 1px solid #13294b;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  color: #13294b;
}
#ComponentDetails #deprecation-warning-row #unrecognized-component-warning,
#ComponentDetails #unrecognized-component-warning-row #unrecognized-component-warning,
#ComponentDetails #missing-component-library-warning-row #unrecognized-component-warning {
  background-color: red;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 1px solid #13294b;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  color: white;
}
#ComponentDetails #close-component-details {
  float: right;
  font-size: 18pt;
}
#ComponentDetails #component-input {
  height: 4rem;
  margin-bottom: 1rem;
}
#ComponentDetails .component-channels-list {
  padding-left: 1rem;
}
#ComponentDetails .component-channels-list .componentTableCell {
  border: 1px solid #1e4887;
}
#ComponentDetails .channel-custom {
  text-align: center;
}
#ComponentDetails .channel-custom .remove-channel-button {
  display: inline-block;
}
#ComponentDetails .componentTable {
  display: table;
  width: 100%;
}
#ComponentDetails .componentTable .componentTableHeader {
  display: table-row;
  background: #6787b7;
}
#ComponentDetails .componentTable .componentTableHeader .componentTableCell {
  color: white;
}
#ComponentDetails .componentTable .componentTableRow {
  display: table-row;
}
#ComponentDetails .componentTable .componentTableCell {
  display: table-cell;
  padding: 3px 10px;
}
#ComponentDetails .componentTable .no-channels {
  font-style: italic;
}
#ComponentDetails #ParameterInfo .noParameters {
  font-style: italic;
  margin-left: 2rem;
}
#ComponentDetails #ParameterInfo .parameter {
  border: 1px dashed #1e4887;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  margin-right: 0rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
#ComponentDetails #ParameterInfo .parameter label {
  display: inline-block;
  margin-top: 0.25em;
}
#ComponentDetails #ParameterInfo .parameter input,
#ComponentDetails #ParameterInfo .parameter textarea,
#ComponentDetails #ParameterInfo .parameter select {
  margin-bottom: 1rem;
}
#ComponentDetails #ParameterInfo .parameter div[readonly] {
  border: 0.2rem dotted #bbbbbb;
}
#ComponentDetails #ParameterInfo .parameter .boolean-type {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#ComponentDetails #ParameterInfo .parameter .parameter-name {
  display: inline-block;
  padding: 0.25rem 0.5rem 0.5rem 0.25rem;
  font-style: italic;
}
#ComponentDetails #ParameterInfo .parameter .parameter-name.bad-resource::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f071";
  color: #f1be48;
  font-style: normal ;
  text-shadow: -1px -1px 0 #555555, 0 -1px 0 #555555, 1px -1px 0 #555555, 1px 0 0 #555555, 1px 1px 0 #555555, 0 1px 0 #555555, -1px 1px 0 #555555, -1px 0 0 #555555;
}
#ComponentDetails #ParameterInfo .parameter .parameter-zoom {
  float: right;
  margin: 2px;
  color: #f2f7ff;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
#ComponentDetails #ParameterInfo .parameter .parameter-zoom span.action-icon {
  background-color: #1e4887;
}
.component-delete {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
}
.component-invalid {
  float: right;
}
.component-invalid:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f071";
  color: #f1be48;
}
#ScriptEditorDialog {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column ;
          flex-direction: column ;
}
#ScriptEditorDialog #ScriptEditorDialogTitle {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#ScriptEditorDialog #ScriptEditorDialogMessageContent {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
#ScriptEditorDialog .dialog-message {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#ScriptEditorDialog #ScriptEditorDialogContent {
  height: 100%;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
#ScriptEditorDialog .dialog-actions {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#ScriptEditorDialog #ScriptEditorDialogContent {
  resize: none;
}
#blueprintMiniView {
  display: none;
}
.jtk-miniview {
  z-index: 50;
  cursor: pointer;
  position: absolute;
}
.jtk-miniview:not(.jtk-miniview-collapsed) {
  width: 250px;
  height: 250px;
  cursor: auto;
  background: #1e4887;
}
.jtk-miniview-group-element {
  background: #6787b7 !important;
}
.jtk-miniview-element {
  background: #3b6199;
}
.jtk-miniview-panner {
  border: 20px solid WhiteSmoke;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: -webkit-grab;
  cursor: grab;
}
#NoSystemsMessage {
  max-width: 300px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  margin-bottom: auto;
  padding: 1em;
  border: 1px solid #fff5de;
  border-radius: 10px;
  background: #f1be48;
  color: black;
  display: none;
}
#NoSystemsMessage a {
  color: inherit;
}
.connection-in-progress .connection-valid-endpoint {
  -webkit-box-shadow: inset 0 0 30px #0f0;
          box-shadow: inset 0 0 30px #0f0;
}
.connection-in-progress .connection-valid-endpoint .channel-name {
  color: white;
}
.connection-in-progress .connection-possibly-valid-endpoint {
  -webkit-box-shadow: inset 0 0 30px #ff0;
          box-shadow: inset 0 0 30px #ff0;
}
.connection-in-progress .connection-possibly-valid-endpoint .channel-name {
  color: white;
}
.connection-in-progress .connection-invalid-endpoint .channel-name {
  color: #871e1e;
}
.connection-in-progress .connection-invalid-endpoint.doesNotExist {
  color: gray;
  opacity: 0.5;
}
.connection-in-progress .node-channel-type-Output .channel-name {
  color: darkgreen;
}
.connection-in-progress .node-channel-type-Output.doesNotExist {
  color: gray;
  opacity: 0.5;
}
.background-x-light {
  background-color: #f2f7ff;
}
.background-light {
  background-color: #deebff;
}
.background-medium {
  background-color: #b8cae6;
}
.background-dark {
  background-color: #6787b7;
}
.background-darker {
  background-color: #3b6199;
}
.background-x-dark {
  background-color: #1e4887;
}
.background-prussian {
  background-color: #13294b;
}
#BlueprintContainer.componentDetailsOpen + #dgsBanner {
  right: 440px;
}
#DeploymentTables #ActiveDeployments {
  margin-bottom: 3rem;
}
#DeploymentTables #TerminatedDeployments {
  margin-top: 3rem;
}
#DeploymentTables .deployment-table-title {
  margin-top: 2rem;
}
#DeploymentTables #DeployBlueprint {
  text-align: left;
}
#DeploymentTable .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1rem;
}
#DeploymentTable .filter-row .filter-item {
  margin-top: auto;
  margin-bottom: auto;
}
#DeploymentTable .filter-row .search {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
#DeploymentTable .filter-row .search .search-holder {
  width: 100%;
  margin-right: 1em;
}
#DeploymentTable .filter-row .search .search-holder .search-field {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 1rem;
}
#DeploymentTable .filter-row .filter .filter-title {
  font-weight: bold;
  font-size: 120%;
  margin-top: auto;
  margin-bottom: auto;
}
#DeploymentTable .filter-row .filter .filter-selector {
  min-width: 250px;
  margin-left: 1rem;
}
#DeploymentTable .filter-row .filter .filter-selector select {
  margin-top: auto;
  margin-bottom: auto;
  font-family: inherit;
  min-width: 300px;
}
#DeploymentTable table th {
  font-size: 1.6rem;
  padding: 1em 2em;
}
#DeploymentTable table td.deploymentName {
  width: 80%;
}
#DeploymentTable table td.deploymentStatus {
  min-width: 160px;
}
#DeploymentTable .resultCountHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
}
#DeploymentTable .resultCountHolder #ResultCount {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1em;
  font-weight: bold;
}
#DeploymentTable .resultCountHolder #ItemsPerPage {
  height: 2.2em;
  width: 6.5em;
  margin-top: auto;
  margin-bottom: auto;
}
#PageNavigationHolder {
  margin-top: 1em;
}
#PageNavigationHolder #FirstPage,
#PageNavigationHolder #PreviousPage,
#PageNavigationHolder #NextPage,
#PageNavigationHolder #LastPage {
  text-align: center;
  padding-left: 1em;
  border: 2px solid #1e4887;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  color: #f2f7ff;
  background-color: #3b6199;
  -webkit-box-shadow: #444444 0px 3px 5px;
          box-shadow: #444444 0px 3px 5px;
  margin-top: auto;
  margin-bottom: auto;
}
#PageNavigationHolder #FirstPage:not(.disabled):active,
#PageNavigationHolder #PreviousPage:not(.disabled):active,
#PageNavigationHolder #NextPage:not(.disabled):active,
#PageNavigationHolder #LastPage:not(.disabled):active {
  -webkit-box-shadow: #444444 0px 0px 5px;
          box-shadow: #444444 0px 0px 5px;
}
#PageNavigationHolder #FirstPage.disabled,
#PageNavigationHolder #PreviousPage.disabled,
#PageNavigationHolder #NextPage.disabled,
#PageNavigationHolder #LastPage.disabled {
  color: #cccccc;
  background-color: #888888;
  border-color: #777777;
}
#PageNavigationHolder #PageNumber {
  text-align: center;
}
#PageNavigationHolder #PageNumber .setPage {
  border: 2px solid #6787b7;
  padding: 0.25rem 0.5rem;
  margin-left: 1em;
  border-radius: 10px;
  background-color: #b8cae6;
  -webkit-box-shadow: #444444 0px 3px 5px;
          box-shadow: #444444 0px 3px 5px;
}
#PageNavigationHolder #PageNumber .setPage:active {
  -webkit-box-shadow: #444444 0px 0px 5px;
          box-shadow: #444444 0px 0px 5px;
}
#deploymentStatus {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#deploymentStatus .deploymentStatusMessage {
  white-space: break-spaces;
}
#deploymentStatus .status-clear-button {
  margin-left: 1em;
  height: 1.75em;
}
.deploymentStatus-WARN {
  color: #fff729;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000000c0;
}
.deploymentStatus-WARN:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f071";
  color: #fff729;
  padding-left: 0.5em;
}
.deploymentStatus-ERROR {
  color: #e55454;
  font-weight: bold;
  text-shadow: 0px 0px 3px #00000040;
}
.deploymentStatus-ERROR:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f06a";
  color: #e55454;
  padding-left: 0.5em;
}
.status-clear-button {
  float: right;
  border: 2px solid #e55454;
  border-radius: 10px;
  padding: 0.1em 0.55em;
  background: #e55454;
  color: #ffdede;
  cursor: pointer;
  -webkit-box-shadow: rgba(32, 32, 32, 0.55) 0px 1px 5px;
          box-shadow: rgba(32, 32, 32, 0.55) 0px 1px 5px;
}
.status-clear-button:hover {
  background: #ffdede;
  color: #e55454;
}
.status-clear-button:active {
  -webkit-box-shadow: rgba(32, 32, 32, 0.55) 0px 1px 1px;
          box-shadow: rgba(32, 32, 32, 0.55) 0px 1px 1px;
}
#SelectedBlueprint option[disabled] {
  background-color: transparent;
  color: darkgray;
  font-style: italic;
}
.more-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.more-button-container .more-button {
  color: #f2f7ff;
  padding: 8px 13px;
  border-radius: 10px;
  border: 2px solid #1e4887;
  background-color: #1e4887;
  -webkit-box-shadow: 0px 3px 2px #888888;
          box-shadow: 0px 3px 2px #888888;
  cursor: pointer;
}
.more-button-container .more-button:hover {
  background-color: #3b6199;
}
#DeploymentDetails {
  background-color: #deebff;
  border: 1px solid #6787b7;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  overflow-y: auto;
}
#DeploymentDetails #deploymentDetailsHeader {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
#DeploymentDetails #deploymentDetailsHeader .field-label {
  color: #f2f7ff;
  padding: 0.5em;
  background-color: #3b6199;
  border: 1px solid #3b6199;
  border-radius: 5px 0px 0px 5px;
}
#DeploymentDetails #deploymentDetailsHeader .field-value {
  padding: 0.5em 1em;
  background-color: #f2f7ff;
  border: 1px solid #3b6199;
  border-radius: 0px 5px 5px 0px;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentName.editable h2 {
  font-size: 4rem;
  background: #6787b7;
  margin-right: 2em;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  cursor: pointer;
  color: #f2f7ff;
  text-shadow: 1px 1px black;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentName.editable h2:after {
  content: '\f044';
  font-family: 'Font Awesome 5 Free';
  margin-left: 1rem;
  font-size: 50%;
  float: right;
  margin-top: 10px;
  opacity: 50%;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentName.editable h2:hover:after {
  opacity: 100%;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentName h2 .archived-deployment-label {
  font-size: inherit;
  color: white;
  background-color: #e55454;
  border-radius: 20px;
  padding: 0px 20px;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentName input {
  font-size: 4rem;
  width: 90%;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 20px;
  padding-left: 1rem;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentHeader #deploymentFields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
  max-width: 80%;
  margin-right: 10px;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentHeader #deploymentFields .deployment-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0em ;
  margin-top: 0em;
  padding-bottom: 0.5em;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentHeader #deploymentFields .deployment-field:last-of-type {
  margin-bottom: 1.5em;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentHeader #deploymentFields .deployment-field .field-label {
  min-width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentHeader #deploymentFields .deployment-field .field-value {
  min-width: 400px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#DeploymentDetails #deploymentDetailsHeader #DeploymentHeader #deploymentButtons {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 10px;
}
#DeploymentDetails #blueprintContent .controls {
  position: absolute;
  right: 20px;
  top: 60px;
  z-index: 10;
}
#DeploymentDetails #DeploymentDetailsBlueprintContainer .jtk-surface {
  height: 50rem;
}
#DeploymentDetails #DeploymentDetailsBlueprintContainer .sidebar {
  height: 50rem;
}
#DeploymentDetails #DeploymentDetailsBlueprintContainer #ComponentDetails {
  height: 50rem;
}
#DeploymentDetails .ui-tabs {
  border: 0;
  background-color: transparent;
}
#DeploymentDetails .ui-tabs .ui-tabs-nav {
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
#DeploymentDetails .ui-tabs .ui-tabs-nav .ui-tabs-tab {
  background-color: #b8cae6;
  color: #1e4887;
  border-color: #777777;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#DeploymentDetails .ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  font-weight: bold;
  background-color: #6787b7;
  color: #f2f7ff;
}
#DeploymentDetails .ui-tabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
  display: block;
  width: 100%;
}
#DeploymentDetails .ui-tabs .ui-tabs-nav .ui-tabs-tab * {
  text-overflow: ellipsis;
  overflow: hidden;
}
#DeploymentDetails .ui-tabs .ui-tabs-panel {
  border: 1px solid #1e4887;
  padding: 0.5rem;
  background-color: #deebff;
}
#DeploymentDetails #DeploymentDetailsContainer {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
#DeploymentDetails #DeploymentDetailsContainer .deployment-detail-row .deployment-detail-row-label {
  margin: 0;
  padding: 15px;
  background-color: #3b6199;
  color: white;
  border-bottom: 1px solid white;
}
#DeploymentDetails #DeploymentDetailsContainer .deployment-detail-row .deployment-detail-row-value {
  margin: 0;
  padding: 15px;
  background-color: white;
  color: #3b6199;
  border-bottom: 1px solid white;
  border-top: 1px solid #3b6199;
  border-right: 1px solid #3b6199;
}
#DeploymentDetails #DeploymentDetailsContainer .deployment-detail-row:first-of-type .deployment-detail-row-label {
  border-top-left-radius: 15px;
}
#DeploymentDetails #DeploymentDetailsContainer .deployment-detail-row:first-of-type .deployment-detail-row-value {
  border-top-right-radius: 15px;
}
#DeploymentDetails #DeploymentDetailsContainer .deployment-detail-row:last-of-type .deployment-detail-row-label {
  border-bottom-left-radius: 15px;
  border-bottom: none;
}
#DeploymentDetails #DeploymentDetailsContainer .deployment-detail-row:last-of-type .deployment-detail-row-value {
  border-bottom-right-radius: 15px;
  border-bottom: 1px solid #3b6199;
}
#DeploymentDetails #DeploymentDetailsContainer .dgs-disabled {
  color: #e55454;
}
#DeploymentDetails #DeploymentDetailsContainer .dgs-enabled {
  color: #1e874b;
}
#DeploymentDetails #DeploymentStatusMetrics {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
#DeploymentDetails #DeploymentStatusMetrics ul {
  padding-left: 1.5em;
}
#DeploymentDetails #DeploymentStatusMetrics ul.deployment-nodes {
  padding-left: 0;
}
#DeploymentDetails #DeploymentStatusMetrics ul li {
  list-style-type: none;
}
#DeploymentDetails #DeploymentStatusMetrics .blinkenLight {
  margin-left: 0.5rem;
}
#DeploymentDetails #DeploymentStatusMetrics .blinkenLight i {
  color: darkgray;
}
#DeploymentDetails #DeploymentStatusMetrics .blinkenLight.blinking i {
  -webkit-animation-name: blinking;
          animation-name: blinking;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}
#DeploymentDetails #DeploymentStatusMetrics .ui-tabs-panel {
  background: #6787b7;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-elements {
  background: #deebff;
}
#DeploymentDetails #DeploymentStatusMetrics .node-status {
  fotn-size: 13pt;
}
#DeploymentDetails #DeploymentStatusMetrics .node-status p {
  margin-bloc-start: 6px;
  -webkit-margin-after: 6px;
          margin-block-end: 6px;
}
#DeploymentDetails #DeploymentStatusMetrics .node-status .system-metric-header {
  font-weight: bold;
}
#DeploymentDetails #DeploymentStatusMetrics .node-status .system-metric {
  font-weight: normal;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics {
  min-width: 330px;
  max-width: 550px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background: #b8cae6;
  border: 1px solid #6787b7;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics hr {
  border: 0.5px solid #6787b7;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-metric-section {
  margin: 10px auto;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-metric-section i.fa-fw {
  margin-right: 5px;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-metric-section ul {
  margin: 0.5em 0px 1.5em 0px;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-id {
  font-size: 14pt;
  font-weight: bold;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-type {
  font-style: italic;
  font-weight: normal;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-status,
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-status-description {
  font-size: 13pt;
  font-weight: bold;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-status-description {
  font-style: italic;
  font-weight: normal;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-metric-header {
  font-size: 13pt;
  font-weight: bold;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .component-metric {
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .backlog-red {
  background: #e55454;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .backlog-orange {
  background: #eca154;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .backlog-yellow {
  background: #f1be48;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .backlog-green {
  background: #71cc98;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .backlog-blue {
  background: #6787b7;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .backlogBar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  background: lightgray;
  margin-left: 1rem;
  padding-left: 0;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .backlogBar .progress {
  width: 20%;
  padding-left: 0;
  margin-left: 0;
}
#DeploymentDetails #DeploymentStatusMetrics .deployment-node-components .component-status-metrics .backlogBar .queueBacklog {
  display: block;
  position: relative;
  left: 33%;
  width: 0;
}
#DeploymentDetails #DeploymentLogs,
#DeploymentDetails #PagedDeploymentLogs {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
#DeploymentDetails #DeploymentLogs #PageNavigationHolder,
#DeploymentDetails #PagedDeploymentLogs #PageNavigationHolder {
  margin-top: 1em;
}
#DeploymentDetails #DeploymentLogs .log-message,
#DeploymentDetails #PagedDeploymentLogs .log-message {
  white-space: pre-wrap;
}
#DeploymentDetails #DeploymentLogs .filter-row,
#DeploymentDetails #PagedDeploymentLogs .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 10px;
  margin-right: 10px;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 120%;
  margin-top: auto;
  margin-bottom: auto;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction label,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction label {
  display: initial;
  margin-left: 0px;
  margin-right: 20px;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction input[type='radio'],
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction input[type='radio'] {
  position: relative;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction #liveUpdateDiv,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction #liveUpdateDiv {
  display: inline;
  margin-right: 1em;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox'] ~ .liveLogIndicator i,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox'] ~ .liveLogIndicator i {
  color: red;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:checked ~ .liveLogIndicator i,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:checked ~ .liveLogIndicator i {
  -webkit-animation-name: liveUpdateActive;
          animation-name: liveUpdateActive;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox'],
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox'] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  top: 4px;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:active,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:checked,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:checked:active,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:checked:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:checked:after,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction #liveUpdateDiv input[type='checkbox']:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #1e4887;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-direction #liveUpdateDiv label,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-direction #liveUpdateDiv label {
  margin-right: initial;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-title,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-title {
  font-weight: bold;
  font-size: 120%;
  margin-top: auto;
  margin-bottom: auto;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-selector,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-selector {
  min-width: 250px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-selector select,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-selector select {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: inherit;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-field,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-field {
  min-width: 150px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
  margin-left: 1rem;
}
#DeploymentDetails #DeploymentLogs .filter-row .filter-field select,
#DeploymentDetails #PagedDeploymentLogs .filter-row .filter-field select {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: inherit;
  margin-right: 4rem;
}
#DeploymentDetails #DeploymentLogs table thead tr th,
#DeploymentDetails #PagedDeploymentLogs table thead tr th {
  font-size: 1.8rem;
  border-bottom-width: 0.1rem;
}
#DeploymentDetails #DeploymentLogs table thead tr th.timestampColumn,
#DeploymentDetails #PagedDeploymentLogs table thead tr th.timestampColumn {
  width: 10%;
}
#DeploymentDetails #DeploymentLogs table thead tr th.categoryColumn,
#DeploymentDetails #PagedDeploymentLogs table thead tr th.categoryColumn {
  width: 10%;
  padding-left: 5px;
  padding-right: 5px;
}
#DeploymentDetails #DeploymentLogs table thead tr th.messageColumn,
#DeploymentDetails #PagedDeploymentLogs table thead tr th.messageColumn {
  width: 50%;
}
#DeploymentDetails #DeploymentLogs table thead tr th.systemColumn,
#DeploymentDetails #PagedDeploymentLogs table thead tr th.systemColumn {
  width: 15%;
}
#DeploymentDetails #DeploymentLogs table thead tr th.componentColumn,
#DeploymentDetails #PagedDeploymentLogs table thead tr th.componentColumn {
  width: 15%;
}
#DeploymentDetails #DeploymentLogs table thead tr th select,
#DeploymentDetails #PagedDeploymentLogs table thead tr th select {
  margin-bottom: 0;
  background-color: #6787b7;
  border-top-color: #b8cae6;
  border-bottom-color: #3b6199;
  padding-right: 32px;
  color: #deebff;
  font-weight: bold;
}
.small-text {
  font-size: 60%;
}
#ConfirmTerminateDeployment .dialog-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ConfirmTerminateDeployment .dialog-spinner .loadingAnimation:before {
  left: initial;
}
.dgsDisabledWarning {
  color: red;
  background-color: #dddddd;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  border: 2px solid #871e1e;
}
@-webkit-keyframes blinking {
  0% {
    color: #71ff98;
  }
  15% {
    color: #71ff98;
  }
  100% {
    color: #1e874b;
  }
}
@keyframes blinking {
  0% {
    color: #71ff98;
  }
  15% {
    color: #71ff98;
  }
  100% {
    color: #1e874b;
  }
}
@-webkit-keyframes liveUpdateActive {
  0% {
    color: #71cc98;
  }
  50% {
    color: #71ff98;
  }
  100% {
    color: #71cc98;
  }
}
@keyframes liveUpdateActive {
  0% {
    color: #71cc98;
  }
  50% {
    color: #71ff98;
  }
  100% {
    color: #71cc98;
  }
}
#metricsPopOver {
  position: absolute;
  display: none;
  border: 4px solid #71cc98;
  border-radius: 10px;
  padding: 1rem;
  background-color: #f2fff8;
  color: #222222;
}
#metricsPopOver #DeploymentMetricsPopOver {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
#metricsPopOver #DeploymentMetricsPopOver .component-id {
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 2px solid #1e874b;
}
#metricsPopOver #DeploymentMetricsPopOver .component-metric-header {
  font-weight: bold;
}
#metricsPopOver #DeploymentMetricsPopOver ul {
  padding-left: 1.5em;
}
#metricsPopOver #DeploymentMetricsPopOver ul.deployment-nodes {
  padding-left: 0;
}
#metricsPopOver #DeploymentMetricsPopOver ul li {
  list-style-type: none;
}
#metricsPopOver #DeploymentMetricsPopOver .component-metric {
  font-weight: normal;
  font-style: italic;
}
#metricsPopOver #DeploymentMetricsPopOver .backlog {
  margin-bottom: 1rem;
}
#metricsPopOver #DeploymentMetricsPopOver .backlog-red {
  background: #e55454;
}
#metricsPopOver #DeploymentMetricsPopOver .backlog-orange {
  background: #eca154;
}
#metricsPopOver #DeploymentMetricsPopOver .backlog-yellow {
  background: #f1be48;
}
#metricsPopOver #DeploymentMetricsPopOver .backlog-green {
  background: #71cc98;
}
#metricsPopOver #DeploymentMetricsPopOver .backlog-blue {
  background: #6787b7;
}
#metricsPopOver #DeploymentMetricsPopOver .backlogBar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  background: lightgray;
  margin-left: 1rem;
  padding-left: 0;
}
#metricsPopOver #DeploymentMetricsPopOver .backlogBar .progress {
  width: 20%;
  padding-left: 0;
  margin-left: 0;
}
#metricsPopOver #DeploymentMetricsPopOver .backlogBar .queueBacklog {
  display: block;
  position: relative;
  left: 33%;
  width: 0;
}
#No-Users .neverLoggedIn,
#UserTable .neverLoggedIn {
  font-style: italic;
  color: #707372;
}
#No-Users td.userEmail,
#UserTable td.userEmail {
  width: 40%;
}
#No-Users td.userName,
#UserTable td.userName {
  width: 40%;
}
#No-Users td.userRole,
#UserTable td.userRole {
  min-width: 185px;
}
#UserDetails {
  position: fixed;
  overflow-y: auto;
  bottom: 32px;
  top: 192px;
  padding-bottom: 20px;
  width: 550px;
  padding-right: 1px;
  padding-top: 0;
}
#UserDetails form {
  background-color: #deebff;
  border: 1px solid #6787b7;
  border-radius: 1rem;
  padding: 2rem;
}
#UserDetails form #lastLogin-block,
#UserDetails form #sessionCount-block {
  margin: 0em 0em 1.5em 0.5em;
  font-weight: bold;
}
#UserDetails form #lastLogin-block #lastLogin,
#UserDetails form #sessionCount-block #lastLogin,
#UserDetails form #lastLogin-block #sessionCount,
#UserDetails form #sessionCount-block #sessionCount {
  font-weight: normal;
}
#UserDetails form option[disabled] {
  background-color: transparent;
  color: darkgray;
  border: none;
}
#UserDetails form #UserOperations input[type="button"],
#UserDetails form #UserOperations input[type="submit"] {
  margin: 1rem 0rem;
}
.flex-row .col .vert-center {
  margin: auto;
}
#AddUserForm .errorMessage {
  color: red;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  padding: 0em 0em 1em 0em;
}
#UserUpdateFailedMessage {
  color: red;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  padding: 0em 0em 1em 0em;
}
#No-Groups,
#GroupTable {
  display: none;
}
#No-Groups td.groupName,
#GroupTable td.groupName {
  width: 50%;
}
#No-Groups td.groupDescription,
#GroupTable td.groupDescription {
  min-width: 350px;
}
#GroupDetails form {
  background-color: #deebff;
  border: 1px solid #6787b7;
  border-radius: 1rem;
  padding: 2rem;
}
#GroupDetails form #DeleteGroup {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8.33%;
          flex: 1 1 8.33%;
  margin: 1rem;
}
#GroupDetails form #UpdateGroup {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 16.66%;
          flex: 2 1 16.66%;
  margin: 1rem;
}
#GroupDetails form option[disabled] {
  font-style: italic;
  color: darkgray;
  background-color: transparent;
}
#GroupDetails form #Members {
  background-color: white;
  border-radius: 11px;
}
#GroupDetails form #Members option {
  color: black;
}
#Account ul {
  border: black 1px solid;
  border-radius: 0.5em;
  background-color: white;
  padding: 0.5em 0em 0.5em 1em;
}
#Account ul li {
  list-style-type: none;
  margin: 0em;
  padding: 0.5em 0em 0.5em 0em;
  border-bottom: lightgrey 1px dashed;
}
#Account ul li:last-child {
  border-bottom: none;
}
#ConfirmResetPassword form .fieldError,
#ChangePasswordForm .fieldError {
  color: red;
  height: 4em;
  margin-top: 1.5em;
}
#ConfirmResetPassword form .togglePassword,
#ChangePasswordForm .togglePassword {
  font-size: 12pt;
  padding-top: 2.5em;
  cursor: pointer;
}
#ConfirmResetPassword form input.interacted.invalid,
#ChangePasswordForm input.interacted.invalid {
  border: 0.2rem solid #e56a54 !important;
  background-color: #ffe3de !important;
  -webkit-animation-name: required !important;
  animation-name: required !important;
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
#ConfirmResetPassword form .flex-row,
#ChangePasswordForm .flex-row {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#ConfirmResetPassword form .interacted.invalid,
#ChangePasswordForm .interacted.invalid {
  border: 0.2rem solid #e55454 !important;
  background-color: #ffdede !important;
  -webkit-animation-name: required !important;
          animation-name: required !important;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}
#ConfirmResetPassword form .interacted.valid,
#ChangePasswordForm .interacted.valid {
  border: 0.2rem solid #71cc98;
}
#ConfirmResetPassword form .input-container.invalid + .description .input-description,
#ChangePasswordForm .input-container.invalid + .description .input-description {
  display: none !important;
}
#ConfirmResetPassword form .input-container.invalid + .description .valid-input-description,
#ChangePasswordForm .input-container.invalid + .description .valid-input-description {
  display: none !important;
}
#ConfirmResetPassword form .input-container.invalid + .description .invalid-input-description,
#ChangePasswordForm .input-container.invalid + .description .invalid-input-description {
  display: block !important;
}
#ConfirmResetPassword form .input-container.valid + .description .input-description,
#ChangePasswordForm .input-container.valid + .description .input-description {
  display: none !important;
}
#ConfirmResetPassword form .input-container.valid + .description .valid-input-description,
#ChangePasswordForm .input-container.valid + .description .valid-input-description {
  display: block !important;
}
#ConfirmResetPassword form .input-container.valid + .description .invalid-input-description,
#ChangePasswordForm .input-container.valid + .description .invalid-input-description {
  display: none !important;
}
#ConfirmResetPassword form #OldPassword,
#ChangePasswordForm #OldPassword,
#ConfirmResetPassword form #NewPassword,
#ChangePasswordForm #NewPassword,
#ConfirmResetPassword form #NewPasswordConfirm,
#ChangePasswordForm #NewPasswordConfirm {
  border-width-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#ConfirmResetPassword form input[type='checkbox'],
#ChangePasswordForm input[type='checkbox'] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#ConfirmResetPassword form input[type='checkbox']:active,
#ChangePasswordForm input[type='checkbox']:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#ConfirmResetPassword form input[type='checkbox']:checked,
#ChangePasswordForm input[type='checkbox']:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
#ConfirmResetPassword form input[type='checkbox']:checked:active,
#ChangePasswordForm input[type='checkbox']:checked:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#ConfirmResetPassword form input[type='checkbox']:checked:after,
#ChangePasswordForm input[type='checkbox']:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}
.close-details {
  display: inline-block;
  float: right;
  font-size: 2.5rem;
}
.dropdown {
  position: relative;
  display: inline-block;
  padding: 0px 16px;
  width: 100%;
}
.dropdown:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #13294b), color-stop(90%, #6787b7));
  background: linear-gradient(180deg, #13294b 25%, #6787b7 90%);
  border-width: 0px 1px 1px 1px;
  -o-border-image: linear-gradient(180deg, #13294b 0%, #b8cae6 90%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#13294b), color-stop(90%, #b8cae6));
     border-image: linear-gradient(180deg, #13294b 0%, #b8cae6 90%);
  border-image-slice: 9;
  border-style: solid;
}
.dropdown:hover .dropdown-button {
  background-color: lightgreen;
}
.dropdown:hover .dropdown-content {
  display: block;
  padding: 0px 16px;
  left: -1px;
  right: -1px;
  border-left: 1px #b8cae6 solid;
  border-right: 1px #b8cae6 solid;
  border-bottom: 1px #b8cae6 solid;
  border-radius: 0px 0px 10px 10px;
}
.dropdown-button {
  background-color: green;
}
.dropdown-content {
  display: none;
  background-color: #6787b7;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 4;
}
.input-container {
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.input-container input.toggleable {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.input-container .passwordToggle {
  background: dodgerblue;
  padding: 1.5rem 0px;
  height: 4.5rem;
  min-width: 50px;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.accountStatusContainer {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  width: 80%;
}
#billingAccountStatus {
  padding: 0px 10px;
}
.accountStatus-Ok {
  background: #71cc98 !important;
}
.accountStatus-Warning {
  background-color: #f1be48 !important;
}
.accountStatus-Delinquent {
  background-color: #e55454 !important;
}
#billingAccountStatusContainer,
#dashboardAccountStatusContainer {
  position: relative;
  top: -38px;
  z-index: 1;
  width: 90%;
  border-radius: 0px 0px 10px 10px;
  margin-left: 5%;
  min-height: 50px;
  padding-top: 15px;
  padding-left: 40px;
  margin-bottom: -40px;
}
#InvoicesTable .loadingAnimation {
  min-width: 50px;
  min-height: 50px;
}
#InvoicesTable .loadingAnimation:before {
  width: 50px;
  height: 50px;
  left: 25%;
}
#Billing-Info .page-title {
  margin-top: 30px;
}
#Billing-Info .page-title:first-child {
  margin-top: initial;
}
#Billing-Info #CurrentSubscription .subscriptionRow {
  background-color: #b8cae6;
  border-radius: 10px;
  padding: 10px;
}
#Billing-Info #CurrentSubscription .subscription-info {
  font-weight: bold;
}
#Billing-Info #CurrentSubscription .subscription-info .subscription-details-button {
  font-size: 60%;
  vertical-align: text-top;
}
#Billing-Info #CurrentSubscription .subscription-info .subscriptionName {
  font-size: 150%;
}
#Billing-Info #CurrentSubscription .subscription-info .subscriptionCost {
  font-size: 150%;
  text-align: right;
}
#Billing-Info #CurrentSubscription .subscription-projection {
  font-weight: bold;
}
#Billing-Info #CurrentSubscription .subscription-projection .estimatedSubscriptionCost {
  text-align: right;
}
#Billing-Info #CurrentSubscription .usage-header {
  font-weight: bold;
}
#Billing-Info #CurrentSubscription .usage-header .last-updated-notice {
  font-size: 60%;
  padding-left: 2em;
  vertical-align: middle;
}
#Billing-Info #CurrentSubscription .subscription-metric .metric-header {
  font-weight: bold;
}
#Billing-Info #CurrentSubscription .subscription-metric .metric-name {
  text-align: left;
}
#Billing-Info #CurrentSubscription .subscription-metric .metric-usage {
  text-align: center;
}
#Billing-Info #CurrentSubscription .subscription-metric .metric-limit {
  text-align: center;
}
#Billing-Info #CurrentSubscription .subscription-metric .metric-cost {
  text-align: right;
}
#Billing-Info #CurrentSubscription #CancelSubscription {
  text-decoration: underline;
  font-size: 60%;
  padding-left: 2em;
  cursor: pointer;
}
#Dialogue-Content.wide-dialog {
  position: absolute;
  top: 100px;
  bottom: 100px;
}
.invoiceErrorHelp {
  visibility: visible;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  padding-left: 0.5em;
  font-weight: normal;
}
#billingCustomerSupportSidebar {
  background-color: #b8cae6;
  border-radius: 10px;
  padding: 0rem 2rem;
  border-width: 2px;
  margin: 1rem;
}
#ChangeSubscriptionForm {
  height: 100%;
  width: 800px;
  max-width: 90%;
}
#ChangeSubscriptionForm .overflow-scrollable {
  overflow-y: auto;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 5%;
  bottom: 160px;
}
#ChangeSubscriptionForm .bottom-fixed {
  position: absolute;
  bottom: 0;
  right: 10%;
  left: 10%;
  height: 140px;
}
#ChangeSubscriptionForm h5 {
  margin-bottom: 0.5em;
}
#ChangeSubscriptionForm #CurrentSubscription,
#ChangeSubscriptionForm #AvailableSubscriptions {
  margin-bottom: 3em;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription {
  background-color: #deebff;
  border: 2px solid #b8cae6;
  cursor: pointer;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription:nth-child(even),
#ChangeSubscriptionForm #AvailableSubscriptions .subscription:nth-child(even) {
  background-color: #b8cae6;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription:hover,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription:hover {
  background: #f2f7ff;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription .subscriptionName,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription .subscriptionName {
  font-weight: bold;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription .subscriptionCost,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription .subscriptionCost {
  text-align: right;
  font-weight: bold;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription .subscriptionDescription,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription .subscriptionDescription {
  /* border-top: 1px dashed blue; */
  font-style: italic;
  padding-top: 0;
  padding-bottom: 0;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription .subscriptionDescription p,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription .subscriptionDescription p {
  margin-top: 0em;
  margin-bottom: 0.5em;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription .subscriptionEndingMessage,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription .subscriptionEndingMessage {
  font-weight: bold;
  font-style: italic;
  background-color: #871e1e;
  color: white;
  border-radius: 10px;
  text-align: center;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription .freeTrialEndingMessage,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription .freeTrialEndingMessage {
  font-weight: bold;
  font-style: italic;
  background-color: #1e874b;
  color: white;
  border-radius: 10px;
  text-align: center;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription.selected,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription.selected {
  border: 2px solid black;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription:first-child,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#ChangeSubscriptionForm #CurrentSubscription .subscription:last-child,
#ChangeSubscriptionForm #AvailableSubscriptions .subscription:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.paymentMethodRow.card-expiring {
  color: #f1be48;
  font-weight: bold;
}
.paymentMethodRow.card-expired {
  color: #e55454;
  font-weight: bold;
}
.invoiceDetails {
  background: white;
  height: 100%;
  width: 100%;
  border: 1px solid #3b6199;
  border-radius: 20px;
  padding: 20px;
  overflow: scroll;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.invoiceDetails #invoiceViewHeader {
  margin-bottom: 20px;
}
.invoiceDetails #invoiceViewHeader h2 {
  border-bottom: 1px dotted #6787b7;
}
.invoiceDetails #invoiceHeader .header-field-name {
  background: #3b6199;
  color: white;
  border-radius: 10px 0px 0px 10px;
  padding-left: 1em !important;
}
.invoiceDetails #invoiceHeader .header-field-value {
  background: whitesmoke;
  border-bottom: 1px dashed #b8cae6;
}
.invoiceDetails #invoiceHeaderPaymentContainer .loadingAnimation {
  left: -25%;
}
.invoiceDetails #invoiceHeaderPaymentContainer img {
  width: 100%;
}
.invoiceDetails #invoiceLineItems {
  margin-top: 30px;
}
.invoiceDetails .line-item-header-row {
  background: #3b6199;
  color: white;
  border-radius: 20px 20px 0px 0px;
  padding-left: 10px;
}
.invoiceDetails .line-item-row {
  border-left: 1px solid #3b6199;
  border-right: 1px solid #3b6199;
}
.invoiceDetails .line-item-row:nth-child(odd) {
  background: #b8cae6;
}
.invoiceDetails .line-item-row div {
  border-right: 1px solid #3b6199;
}
.invoiceDetails .line-item-row div:last-of-type {
  border-right: none;
}
.invoiceDetails .line-item-total {
  /* background: rgba(59, 97, 153, 1); */
  /* color: white; */
  font-weight: bold;
  border-top: 5px solid #3b6199;
  border-left: 1px solid #3b6199;
  border-right: 1px solid #3b6199;
}
.invoiceDetails .line-item-footer-row {
  background: #3b6199;
  color: white;
  border-radius: 0px 0px 20px 20px;
}
.invoiceDetails .invoice-deployment-link {
  font-size: 75%;
  padding-left: 1rem;
}
.invoiceDetails #downloadInvoicePDF {
  margin-top: 1em;
  padding: 0.5em 2.5em 0.5em 0.5em;
}
#Tags input {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  padding: initial;
  margin: initial;
  background-color: initial;
  color: initial;
  height: initial;
}
#Tags .tokenfield {
  padding: 1rem;
  border: 0.2rem solid #6787b7;
  border-radius: 1rem;
}
.tokenfield {
  position: relative;
}
.tokenfield:before,
.tokenfield:after {
  content: " ";
  display: table;
}
.tokenfield:after {
  clear: both;
}
.tokenfield.tokenfield-mode-tokens {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px 0;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.tokenfield.tokenfield-mode-tokens:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tokenfield.tokenfield-mode-tokens::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tokenfield.tokenfield-mode-tokens:-ms-input-placeholder {
  color: #999;
}
.tokenfield.tokenfield-mode-tokens::-webkit-input-placeholder {
  color: #999;
}
.tokenfield.tokenfield-mode-tokens::-ms-expand {
  border: 0;
  background-color: transparent;
}
.tokenfield.tokenfield-mode-tokens[disabled],
.tokenfield.tokenfield-mode-tokens[readonly],
fieldset[disabled] .tokenfield.tokenfield-mode-tokens {
  background-color: #eeeeee;
  opacity: 1;
}
.tokenfield.tokenfield-mode-tokens[disabled],
fieldset[disabled] .tokenfield.tokenfield-mode-tokens {
  cursor: not-allowed;
}
.tokenfield.tokenfield-mode-tokens .focused {
  -webkit-box-shadow: 0 0 0 1px #337ab7 inset;
          box-shadow: 0 0 0 1px #337ab7 inset;
}
.tokenfield.tokenfield-mode-tokens .selected {
  background: rgba(0, 0, 0, 0.1);
}
.tokenfield .tokenfield-set > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tokenfield .tokenfield-set > ul > li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
  border-radius: 4px;
  line-height: 1.5;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  background: #deebff;
}
.tokenfield .tokenfield-set > ul > li:hover {
  color: black;
  background: rgba(0, 0, 0, 0.16);
}
.tokenfield .tokenfield-set > ul > li .item-remove {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9285em;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
}
.tokenfield .tokenfield-input {
  margin-bottom: 5px;
  border: none;
  outline: none;
  float: left;
}
.tokenfield .tokenfield-suggest {
  position: absolute;
  left: -1px;
  top: 100%;
  width: 100%;
  z-index: 10;
  overflow: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.tokenfield .tokenfield-suggest > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tokenfield .tokenfield-suggest > ul > li {
  padding: 6px 10px;
  cursor: pointer;
}
#TagList {
  padding-bottom: 4em;
}
#TagList #No-Tags {
  margin-top: 1.5em;
}
#TagList #No-Tags h1,
#TagList #No-Tags h2,
#TagList #No-Tags h3,
#TagList #No-Tags h4,
#TagList #No-Tags h5,
#TagList #No-Tags h6 {
  font-style: italic;
}
#TagList #No-Tags p {
  background-color: #b8cae6;
  border: 0.1rem solid #1e4887;
  border-radius: 1rem;
  padding: 1rem;
}
#TagList #TagsTable td.usageCount {
  width: 12em;
  text-align: center;
}
#TagList #TagsTable td.actions {
  width: 8em;
}
#MergeTagDialog .merge-direction {
  margin-top: auto !important;
  margin-bottom: auto !important;
  padding-bottom: 3em !important;
  text-align: center !important;
}
#TagDetails {
  position: fixed;
  width: 32%;
  max-width: 450px;
  overflow-y: auto;
  top: 246px;
  bottom: 48px;
  background: #deebff;
  border: 1px solid #6787b7;
  border-radius: 1rem;
  padding: 2em;
}
#TagDetails .details-header {
  white-space: nowrap;
  text-overflow: ellipsis ;
  overflow: hidden;
}
#TagDetails .tagInfo {
  margin-bottom: 2rem;
}
#TagDetails .tagInfo .tagInfoRow {
  padding-bottom: 0.5rem;
}
#TagDetails .tagInfo .tagInfoValue {
  font-weight: bold;
}
#TagDetails tr.blueprintRow td {
  padding: 1rem 1rem;
  color: #1e4887;
  cursor: pointer;
}
#TagDetails tr.blueprintRow .blueprintLink {
  padding: 0em 1rem ;
  font-weight: bold;
}
#TagDetails tr.blueprintRow .blueprintUpdateTime {
  font-size: 60%;
  font-style: italic ;
  padding: 0em 1rem ;
}
#AccountHistoryDialog {
  height: 100%;
}
#eventTableHolder {
  height: 90%;
  overflow-y: scroll;
}
.paged-list-view .selected {
  background-color: #b9e6cc;
}
.paged-list-view .selected td {
  background-color: #b9e6cc;
}
.paged-list-view .sort {
  cursor: pointer;
}
.paged-list-view .sort:after {
  font-style: normal;
  font-weight: 900;
  font-size: 12pt;
  width: 1em;
  margin-left: 1rem;
}
.paged-list-view .sort.asc:after {
  content: "\f0de";
  font-family: 'Font Awesome 5 Free';
}
.paged-list-view .sort.desc:after {
  content: "\f0dd";
  font-family: 'Font Awesome 5 Free';
}
.paged-list-view .sort:not(.asc):not(.desc):after {
  content: "\f0dc";
  font-family: 'Font Awesome 5 Free';
  opacity: 50%;
}
.paged-list-view .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1rem;
}
.paged-list-view .filter-row .filter-item {
  margin-top: auto;
  margin-bottom: auto;
}
.paged-list-view .filter-row .search {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.paged-list-view .filter-row .search .search-holder {
  width: 100%;
  margin-right: 1em;
}
.paged-list-view .filter-row .search .search-holder .search-field {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 1rem;
}
.paged-list-view .filter-row .filter {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.paged-list-view .filter-row .filter .filter-title {
  font-weight: bold;
  font-size: 120%;
  margin-top: auto;
  margin-bottom: auto;
}
.paged-list-view .filter-row .filter .filter-selector {
  width: 250px;
  margin-left: 1rem;
}
.paged-list-view .filter-row .filter .filter-selector select {
  margin-top: auto;
  margin-bottom: auto;
  font-family: inherit;
  padding-right: 3em;
  text-overflow: ellipsis ;
  overflow: hidden ;
}
.paged-list-view .resultCountHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
}
.paged-list-view .resultCountHolder .resultCount {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1em;
  font-weight: bold;
}
.paged-list-view .resultCountHolder .itemsPerPage {
  height: 2.2em;
  width: 6.5em;
  margin-top: auto;
  margin-bottom: auto;
}
.paged-list-view .pageNavigationHolder {
  margin-top: 1em;
  width: 100%;
}
.paged-list-view .pageNavigationHolder .firstPageButton,
.paged-list-view .pageNavigationHolder .previousPageButton,
.paged-list-view .pageNavigationHolder .nextPageButton,
.paged-list-view .pageNavigationHolder .lastPageButton {
  text-align: center;
  padding-left: 1em;
  border: 2px solid #1e4887;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  color: #f2f7ff;
  background-color: #3b6199;
  -webkit-box-shadow: #444444 0px 3px 5px;
          box-shadow: #444444 0px 3px 5px;
  margin-top: auto;
  margin-bottom: auto;
}
.paged-list-view .pageNavigationHolder .firstPageButton:not(.disabled):active,
.paged-list-view .pageNavigationHolder .previousPageButton:not(.disabled):active,
.paged-list-view .pageNavigationHolder .nextPageButton:not(.disabled):active,
.paged-list-view .pageNavigationHolder .lastPageButton:not(.disabled):active {
  -webkit-box-shadow: #444444 0px 0px 5px;
          box-shadow: #444444 0px 0px 5px;
}
.paged-list-view .pageNavigationHolder .firstPageButton:not(.disabled):active:hover,
.paged-list-view .pageNavigationHolder .previousPageButton:not(.disabled):active:hover,
.paged-list-view .pageNavigationHolder .nextPageButton:not(.disabled):active:hover,
.paged-list-view .pageNavigationHolder .lastPageButton:not(.disabled):active:hover {
  background-color: #f2f7ff;
  color: #1e4887;
}
.paged-list-view .pageNavigationHolder .firstPageButton:not(.disabled):active:hover [class^="ni-"],
.paged-list-view .pageNavigationHolder .previousPageButton:not(.disabled):active:hover [class^="ni-"],
.paged-list-view .pageNavigationHolder .nextPageButton:not(.disabled):active:hover [class^="ni-"],
.paged-list-view .pageNavigationHolder .lastPageButton:not(.disabled):active:hover [class^="ni-"],
.paged-list-view .pageNavigationHolder .firstPageButton:not(.disabled):active:hover [class*=" ni-"],
.paged-list-view .pageNavigationHolder .previousPageButton:not(.disabled):active:hover [class*=" ni-"],
.paged-list-view .pageNavigationHolder .nextPageButton:not(.disabled):active:hover [class*=" ni-"],
.paged-list-view .pageNavigationHolder .lastPageButton:not(.disabled):active:hover [class*=" ni-"] {
  background-color: #1e4887;
}
.paged-list-view .pageNavigationHolder .firstPageButton.disabled,
.paged-list-view .pageNavigationHolder .previousPageButton.disabled,
.paged-list-view .pageNavigationHolder .nextPageButton.disabled,
.paged-list-view .pageNavigationHolder .lastPageButton.disabled {
  color: #cccccc;
  background-color: #888888;
  border-color: #777777;
}
.paged-list-view .pageNavigationHolder .pageNumberHolder {
  text-align: center;
}
.paged-list-view .pageNavigationHolder .pageNumberHolder .setPage {
  border: 2px solid #6787b7;
  padding: 0.25rem 0.5rem;
  margin-left: 1em;
  border-radius: 10px;
  background-color: #b8cae6;
  -webkit-box-shadow: #444444 0px 3px 5px;
          box-shadow: #444444 0px 3px 5px;
}
.paged-list-view .pageNavigationHolder .pageNumberHolder .setPage:active {
  -webkit-box-shadow: #444444 0px 0px 5px;
          box-shadow: #444444 0px 0px 5px;
}
.editableIDPInformation input,
.editableIDPInformation textarea,
.editableIDPInformation select {
  margin-bottom: 0;
}
.editableIDPInformation input[type="text"],
.editableIDPInformation input[type="number"],
.editableIDPInformation select {
  height: 3em;
}
.editableIDPInformation label {
  margin-top: 2em;
}
.editableIDPInformation .updateRolesRow label {
  display: inline-block;
}
.editableIDPInformation .updateRolesRow input {
  display: inline-block;
}
.editableIDPInformation .updateRolesRow div * {
  margin-right: 1em;
}
.editableIDPInformation #ShouldUpdateRoles,
.editableIDPInformation #Enabled {
  width: 32px;
  height: 32px;
  font-size: 28px;
  margin-left: 1em;
}
#SAMLTable .idpID {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#SAMLTable .idpName {
  max-width: 100%;
}
#SAMLTable .idpEnabled {
  width: 9em;
  text-align: center;
}
#SAMLDetails {
  background-color: #deebff;
  border: 1px solid #6787b7;
  border-radius: 1rem;
  padding: 1.5rem;
}
#SAMLOperations {
  margin-top: 2em;
  margin-bottom: 2em;
}
#GroupMappingTable #AddGroupMapping {
  color: #00ff00;
}
#GroupMappingTable #AddGroupMapping * {
  font-size: 150%;
}
#GroupMappingTable .removeGroupMapping {
  color: #e55454;
}
#GroupMappingTable .removeGroupMapping * {
  font-size: 150%;
}
#AudienceURL,
#CallbackURL {
  border: 2px dotted #bbbbbb;
  border-radius: 15px;
  padding: 1rem;
  background-color: white;
  height: 3em;
}
#AudienceURL.copied,
#CallbackURL.copied {
  background-color: #aaaaaa;
}
#AudienceURL.copied::after,
#CallbackURL.copied::after {
  content: 'Copied to Clipboard';
  display: block ;
  color: black;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  margin-top: 1em;
  margin-left: 25%;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 75%;
}
.multiSelectList {
  border: 2px solid gray;
  background-color: white;
  border-radius: 10px;
  padding: 0.5rem 0rem;
  margin: 0.5rem 0rem;
  max-height: 180px;
  overflow-y: scroll ;
}
.multiSelectList.warning {
  background-color: #ffdede;
  border-color: #e55454;
}
.multiSelectList.disabled {
  background-color: #aaaaaa;
  color: #222222;
}
.multiSelectList.disabled > li.multiSelectItem {
  cursor: default ;
}
.multiSelectList.disabled > li.multiSelectItem:hover {
  background-color: transparent ;
}
.multiSelectList.disabled > li.multiSelectItem.selectedItem {
  background-color: #555555;
  color: #eeeeee;
}
.multiSelectList.disabled > li.multiSelectItem.selectedItem:hover {
  background-color: #555555;
  color: #eeeeee;
}
.multiSelectList > li.multiSelectItem {
  list-style-type: none;
  padding: 3px 0.5rem;
  cursor: pointer ;
  font-family: Courier, sans-serif;
}
.multiSelectList > li.multiSelectItem::before {
  content: '\f0c8 ';
  font-family: "Font Awesome 5 Free";
  margin-right: 1em;
}
.multiSelectList > li.multiSelectItem:hover {
  background-color: #dddddd;
}
.multiSelectList > li.multiSelectItem.selectedItem {
  background-color: #1e4887;
  color: white;
}
.multiSelectList > li.multiSelectItem.selectedItem::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  float: left;
  margin-right: 1em;
}
.multiSelectList > li.multiSelectItem.selectedItem:hover {
  background-color: #6787b7;
  color: white;
}
#BlueprintImportDialog #FileDropArea {
  border: 4px dashed black;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1em;
}
#BlueprintImportDialog #FileDropArea #chosen-file {
  font-weight: bold;
  font-size: x-large;
}
#BlueprintImportDialog #FileDropArea #fileDropArea img {
  width: 100px;
  margin: 3em auto 1em auto;
  display: block;
  color: red;
}
#BlueprintImportDialog #FileDropArea #DropTargetIcon {
  content: url('/static/images/ui/blueprint-file.svg');
}
#BlueprintImportDialog #FileDropArea #DropTargetIcon.checked {
  content: url('/static/images/ui/blueprint-file-check.svg');
}
#BlueprintImportDialog #ImportSummary {
  border: 1px solid darkgrey;
  padding: 1em;
  border-radius: 10px;
}
#BlueprintImportDialog #ImportSummary .label {
  display: inline-block;
  text-align: left;
  margin: 0 0.6rem 2rem 1rem;
  font-weight: bold;
  text-transform: capitalize;
}
#BlueprintImportDialog #ImportSummary #BlueprintDetails {
  margin-left: 2em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: large ;
  font-style: italic ;
}
#BlueprintImportDialog #ImportSummary #BlueprintDetails #ComponentCount,
#BlueprintImportDialog #ImportSummary #BlueprintDetails #SystemCount {
  font-weight: bold;
}
#LogIn .log-in-form {
  background-color: #deebff;
  padding: 0 4rem 3rem;
  border-radius: 1rem;
  border: 0.1rem solid #1e4887;
}
#LogIn .log-in-form form {
  padding-top: 3rem;
}
#LogIn .log-in-form #InvalidPasswordMessage,
#LogIn .log-in-form #SAMLAuthError {
  display: none;
  color: red;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#LogIn #Password {
  border-width-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#LogIn .login-sidebar .login-sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #b8cae6;
  border-radius: 1rem;
  border: 0.1rem solid #1e4887;
  padding: 1em;
}
#LogIn .login-sidebar .login-sidebar-content .announcements {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 1em;
  overflow: auto;
  line-height: 1.4;
}
#LogIn .login-sidebar .login-sidebar-content .announcements h3 {
  text-align: center;
}
#LogIn .login-sidebar .login-sidebar-content .announcements p {
  font-size: 16pt;
}
#LogIn .login-sidebar .login-sidebar-content .account-request {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 1em;
  background-color: #deebff;
  border: 1px solid #6787b7;
  border-radius: 1rem;
  margin: 10px 20px 0px 20px;
  text-align: center;
}
#LogIn a:focus {
  -webkit-box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
          box-shadow: 0 0 0.4rem 0.3rem rgba(82, 171, 255, 0.75);
}
#LogIn #loginOr {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 150%;
}
.unsupported-warning-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.unsupported-warning-container .unsupported-warning {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e4887;
}
#Dashboard .homepage-image-link {
  display: block;
  background-color: #deebff;
  padding: 2rem;
  border-radius: 1rem;
  border: 0.3rem solid #deebff;
  height: 20rem;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
#Dashboard .homepage-image-link:hover {
  border: 0.3rem solid #1e4887;
}
#Dashboard .homepage-image-link .homepage-image {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
#Dashboard .noPermission {
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
  border: 1px solid darkblue;
  padding: 5em 1em;
  border-radius: 20px;
  min-height: 14em;
  background-color: #deebff;
}
#Dashboard #MoreDeploymentsButton {
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
#Dashboard #More-Deployments {
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  margin-left: 1em;
}
#Dashboard .link {
  text-decoration: underline;
  cursor: pointer;
}
#Dashboard #No-Deployments p {
  background-color: #b8cae6;
  border: 0.1rem solid #1e4887;
  border-radius: 1rem;
  padding: 1rem;
}
#Admin {
  margin-top: 2em;
}
#Admin #AdminPanelList {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#Admin #AdminPanelList a.admin-link {
  text-decoration: none;
  color: black;
}
#Admin #AdminPanelList .adminPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  background-color: #deebff;
  border-radius: 1rem;
  border: 0.3rem solid #deebff;
}
#Admin #AdminPanelList .adminPanel:hover,
#Admin #AdminPanelList .adminPanel:focus {
  border: 0.3rem solid #1e4887;
}
#Admin #AdminPanelList .adminPanel > div {
  padding: 2rem;
  margin-right: 0.5em;
  margin-left: 0.5rem;
}
#Admin #AdminPanelList .adminPanel .adminPanelImage {
  width: 130px;
  padding-right: 0;
}
#Admin #AdminPanelList .adminPanel .admin-image {
  height: 64px;
}
#Admin #AdminPanelList .adminPanel .adminPanelTitle {
  display: block;
  padding-left: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 32pt;
  font-weight: bold ;
}
#SiteSettings input:not([type=submit]):not([type=button]).invalid,
#SiteSettings input:not([type=submit]):not([type=button]):invalid {
  border: 0.2rem solid #e55454 !important;
  background-color: #ffdede !important;
  -webkit-animation-name: required !important;
          animation-name: required !important;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}
#SiteSettings .clear-footer {
  padding-bottom: 3em;
}
#Billing-Info .content {
  padding: 3em 0em;
}
#Billing-Info #PaymentMethodsTable tbody tr:hover td {
  cursor: default;
}
#AddPaymentMethodForm input {
  margin-bottom: 2.5rem;
}
#AddPaymentMethodForm #Address {
  margin-bottom: 0.5rem !important;
}
#AddPaymentMethodForm #CityStateZip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#AddPaymentMethodForm #CityStateZip .csz-element {
  margin-right: 1rem;
}
#AddPaymentMethodForm #CityStateZip .csz-element:last-of-type {
  margin-right: 0;
}
#AddPaymentMethodForm #CityStateZip .csz-element.city {
  -webkit-box-flex: 4;
      -ms-flex: 4 0 0px;
          flex: 4 0 0;
}
#AddPaymentMethodForm #CityStateZip .csz-element.state {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#AddPaymentMethodForm #CityStateZip .csz-element.zip {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0 ;
}
#AddPaymentMethodForm #card-element {
  margin-bottom: 4.5rem;
}
#AddPaymentMethodForm #card-element.StripeElement {
  border: 2px solid #6787b7;
  border-radius: 1rem;
  padding: 10px;
}
#AddPaymentMethodForm #card-element.StripeElement--complete {
  border-color: #71cc98;
}
#AddPaymentMethodForm #card-element.StripeElement--invalid {
  border-color: #e55454;
}
#AddPaymentMethodForm .errorMessage {
  color: red;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  padding: 0em 0em 1em 0em;
}
#OverageWarning div.warning {
  margin-top: auto;
  margin-bottom: auto;
}
#OverageWarning .text-size-2 {
  font-size: 2em;
}
#OverageWarning .warning-icon {
  color: #f1be48;
  text-shadow: -1px -1px 0 #777777, 0 -1px 0 #777777, 1px -1px 0 #777777, 1px 0 0 #777777, 1px 1px 0 #777777, 0 1px 0 #777777, -1px 1px 0 #777777, -1px 0 0 #777777;
}
#EventTable td {
  cursor: default;
}
/* Regular Buttons - Bare and Bordered */
.action-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
  /* Create the Styles for all the icons in both bordered and bare versions */
}
.action-icon:not([disabled]):not(.disabled):active {
  /* We shrink the button slightly so it looks like it has been clicked */
  width: 28px;
  height: 28px;
  margin: 2px;
}
.action-icon.medium-button {
  width: 40px;
  height: 40px;
}
.action-icon.medium-button:not([disabled]):not(.disabled):active {
  /* We shrink the button slightly so it looks like it has been clicked */
  width: 38px;
  height: 38px;
  margin: 3px;
}
.action-icon.large-button {
  width: 64px;
  height: 64px;
}
.action-icon.large-button:not([disabled]):not(.disblaed):active {
  /* We shrink the button slightly so it looks like it has been clicked */
  width: 56px;
  height: 56px;
  margin: 4px;
}
.action-icon[disabled],
.action-icon.disabled {
  background-color: transparent;
  border: none;
  background-color: #aaaaaa !important;
}
.action-icon.archive-border {
  -webkit-mask-image: url('../images/ui/action-icons/archive-border.svg');
          mask-image: url('../images/ui/action-icons/archive-border.svg');
}
.action-icon.archive-border:not([disabled]):not(.disabled):focus,
.action-icon.archive-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/archive-inverse.svg');
          mask-image: url('../images/ui/action-icons/archive-inverse.svg');
}
.action-icon.archive-bare {
  -webkit-mask-image: url('../images/ui/action-icons/archive-bare.svg');
          mask-image: url('../images/ui/action-icons/archive-bare.svg');
}
.action-icon.archive-bare:not([disabled]):not(.disabled):focus,
.action-icon.archive-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/archive-inverse.svg');
          mask-image: url('../images/ui/action-icons/archive-inverse.svg');
}
.action-icon.billing-border {
  -webkit-mask-image: url('../images/ui/action-icons/billing-border.svg');
          mask-image: url('../images/ui/action-icons/billing-border.svg');
}
.action-icon.billing-border:not([disabled]):not(.disabled):focus,
.action-icon.billing-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/billing-inverse.svg');
          mask-image: url('../images/ui/action-icons/billing-inverse.svg');
}
.action-icon.billing-bare {
  -webkit-mask-image: url('../images/ui/action-icons/billing-bare.svg');
          mask-image: url('../images/ui/action-icons/billing-bare.svg');
}
.action-icon.billing-bare:not([disabled]):not(.disabled):focus,
.action-icon.billing-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/billing-inverse.svg');
          mask-image: url('../images/ui/action-icons/billing-inverse.svg');
}
.action-icon.blueprint-border {
  -webkit-mask-image: url('../images/ui/action-icons/blueprint-border.svg');
          mask-image: url('../images/ui/action-icons/blueprint-border.svg');
}
.action-icon.blueprint-border:not([disabled]):not(.disabled):focus,
.action-icon.blueprint-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/blueprint-inverse.svg');
          mask-image: url('../images/ui/action-icons/blueprint-inverse.svg');
}
.action-icon.blueprint-bare {
  -webkit-mask-image: url('../images/ui/action-icons/blueprint-bare.svg');
          mask-image: url('../images/ui/action-icons/blueprint-bare.svg');
}
.action-icon.blueprint-bare:not([disabled]):not(.disabled):focus,
.action-icon.blueprint-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/blueprint-inverse.svg');
          mask-image: url('../images/ui/action-icons/blueprint-inverse.svg');
}
.action-icon.close-border {
  -webkit-mask-image: url('../images/ui/action-icons/close-border.svg');
          mask-image: url('../images/ui/action-icons/close-border.svg');
}
.action-icon.close-border:not([disabled]):not(.disabled):focus,
.action-icon.close-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/close-inverse.svg');
          mask-image: url('../images/ui/action-icons/close-inverse.svg');
}
.action-icon.close-bare {
  -webkit-mask-image: url('../images/ui/action-icons/close-bare.svg');
          mask-image: url('../images/ui/action-icons/close-bare.svg');
}
.action-icon.close-bare:not([disabled]):not(.disabled):focus,
.action-icon.close-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/close-inverse.svg');
          mask-image: url('../images/ui/action-icons/close-inverse.svg');
}
.action-icon.credential-border {
  -webkit-mask-image: url('../images/ui/action-icons/credential-border.svg');
          mask-image: url('../images/ui/action-icons/credential-border.svg');
}
.action-icon.credential-border:not([disabled]):not(.disabled):focus,
.action-icon.credential-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/credential-inverse.svg');
          mask-image: url('../images/ui/action-icons/credential-inverse.svg');
}
.action-icon.credential-bare {
  -webkit-mask-image: url('../images/ui/action-icons/credential-bare.svg');
          mask-image: url('../images/ui/action-icons/credential-bare.svg');
}
.action-icon.credential-bare:not([disabled]):not(.disabled):focus,
.action-icon.credential-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/credential-inverse.svg');
          mask-image: url('../images/ui/action-icons/credential-inverse.svg');
}
.action-icon.delete-border {
  -webkit-mask-image: url('../images/ui/action-icons/delete-border.svg');
          mask-image: url('../images/ui/action-icons/delete-border.svg');
}
.action-icon.delete-border:not([disabled]):not(.disabled):focus,
.action-icon.delete-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/delete-inverse.svg');
          mask-image: url('../images/ui/action-icons/delete-inverse.svg');
}
.action-icon.delete-bare {
  -webkit-mask-image: url('../images/ui/action-icons/delete-bare.svg');
          mask-image: url('../images/ui/action-icons/delete-bare.svg');
}
.action-icon.delete-bare:not([disabled]):not(.disabled):focus,
.action-icon.delete-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/delete-inverse.svg');
          mask-image: url('../images/ui/action-icons/delete-inverse.svg');
}
.action-icon.deploy-border {
  -webkit-mask-image: url('../images/ui/action-icons/deploy-border.svg');
          mask-image: url('../images/ui/action-icons/deploy-border.svg');
}
.action-icon.deploy-border:not([disabled]):not(.disabled):focus,
.action-icon.deploy-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/deploy-inverse.svg');
          mask-image: url('../images/ui/action-icons/deploy-inverse.svg');
}
.action-icon.deploy-bare {
  -webkit-mask-image: url('../images/ui/action-icons/deploy-bare.svg');
          mask-image: url('../images/ui/action-icons/deploy-bare.svg');
}
.action-icon.deploy-bare:not([disabled]):not(.disabled):focus,
.action-icon.deploy-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/deploy-inverse.svg');
          mask-image: url('../images/ui/action-icons/deploy-inverse.svg');
}
.action-icon.deployments-border {
  -webkit-mask-image: url('../images/ui/action-icons/deployments-border.svg');
          mask-image: url('../images/ui/action-icons/deployments-border.svg');
}
.action-icon.deployments-border:not([disabled]):not(.disabled):focus,
.action-icon.deployments-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/deployments-inverse.svg');
          mask-image: url('../images/ui/action-icons/deployments-inverse.svg');
}
.action-icon.deployments-bare {
  -webkit-mask-image: url('../images/ui/action-icons/deployments-bare.svg');
          mask-image: url('../images/ui/action-icons/deployments-bare.svg');
}
.action-icon.deployments-bare:not([disabled]):not(.disabled):focus,
.action-icon.deployments-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/deployments-inverse.svg');
          mask-image: url('../images/ui/action-icons/deployments-inverse.svg');
}
.action-icon.download-border {
  -webkit-mask-image: url('../images/ui/action-icons/download-border.svg');
          mask-image: url('../images/ui/action-icons/download-border.svg');
}
.action-icon.download-border:not([disabled]):not(.disabled):focus,
.action-icon.download-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/download-inverse.svg');
          mask-image: url('../images/ui/action-icons/download-inverse.svg');
}
.action-icon.download-bare {
  -webkit-mask-image: url('../images/ui/action-icons/download-bare.svg');
          mask-image: url('../images/ui/action-icons/download-bare.svg');
}
.action-icon.download-bare:not([disabled]):not(.disabled):focus,
.action-icon.download-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/download-inverse.svg');
          mask-image: url('../images/ui/action-icons/download-inverse.svg');
}
.action-icon.download-file-border {
  -webkit-mask-image: url('../images/ui/action-icons/download-file-border.svg');
          mask-image: url('../images/ui/action-icons/download-file-border.svg');
}
.action-icon.download-file-border:not([disabled]):not(.disabled):focus,
.action-icon.download-file-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/download-file-inverse.svg');
          mask-image: url('../images/ui/action-icons/download-file-inverse.svg');
}
.action-icon.download-file-bare {
  -webkit-mask-image: url('../images/ui/action-icons/download-file-bare.svg');
          mask-image: url('../images/ui/action-icons/download-file-bare.svg');
}
.action-icon.download-file-bare:not([disabled]):not(.disabled):focus,
.action-icon.download-file-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/download-file-inverse.svg');
          mask-image: url('../images/ui/action-icons/download-file-inverse.svg');
}
.action-icon.duplicate-border {
  -webkit-mask-image: url('../images/ui/action-icons/duplicate-border.svg');
          mask-image: url('../images/ui/action-icons/duplicate-border.svg');
}
.action-icon.duplicate-border:not([disabled]):not(.disabled):focus,
.action-icon.duplicate-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/duplicate-inverse.svg');
          mask-image: url('../images/ui/action-icons/duplicate-inverse.svg');
}
.action-icon.duplicate-bare {
  -webkit-mask-image: url('../images/ui/action-icons/duplicate-bare.svg');
          mask-image: url('../images/ui/action-icons/duplicate-bare.svg');
}
.action-icon.duplicate-bare:not([disabled]):not(.disabled):focus,
.action-icon.duplicate-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/duplicate-inverse.svg');
          mask-image: url('../images/ui/action-icons/duplicate-inverse.svg');
}
.action-icon.edit-border {
  -webkit-mask-image: url('../images/ui/action-icons/edit-border.svg');
          mask-image: url('../images/ui/action-icons/edit-border.svg');
}
.action-icon.edit-border:not([disabled]):not(.disabled):focus,
.action-icon.edit-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/edit-inverse.svg');
          mask-image: url('../images/ui/action-icons/edit-inverse.svg');
}
.action-icon.edit-bare {
  -webkit-mask-image: url('../images/ui/action-icons/edit-bare.svg');
          mask-image: url('../images/ui/action-icons/edit-bare.svg');
}
.action-icon.edit-bare:not([disabled]):not(.disabled):focus,
.action-icon.edit-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/edit-inverse.svg');
          mask-image: url('../images/ui/action-icons/edit-inverse.svg');
}
.action-icon.expand-border {
  -webkit-mask-image: url('../images/ui/action-icons/expand-border.svg');
          mask-image: url('../images/ui/action-icons/expand-border.svg');
}
.action-icon.expand-border:not([disabled]):not(.disabled):focus,
.action-icon.expand-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/expand-inverse.svg');
          mask-image: url('../images/ui/action-icons/expand-inverse.svg');
}
.action-icon.expand-bare {
  -webkit-mask-image: url('../images/ui/action-icons/expand-bare.svg');
          mask-image: url('../images/ui/action-icons/expand-bare.svg');
}
.action-icon.expand-bare:not([disabled]):not(.disabled):focus,
.action-icon.expand-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/expand-inverse.svg');
          mask-image: url('../images/ui/action-icons/expand-inverse.svg');
}
.action-icon.export-border {
  -webkit-mask-image: url('../images/ui/action-icons/export-border.svg');
          mask-image: url('../images/ui/action-icons/export-border.svg');
}
.action-icon.export-border:not([disabled]):not(.disabled):focus,
.action-icon.export-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/export-inverse.svg');
          mask-image: url('../images/ui/action-icons/export-inverse.svg');
}
.action-icon.export-bare {
  -webkit-mask-image: url('../images/ui/action-icons/export-bare.svg');
          mask-image: url('../images/ui/action-icons/export-bare.svg');
}
.action-icon.export-bare:not([disabled]):not(.disabled):focus,
.action-icon.export-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/export-inverse.svg');
          mask-image: url('../images/ui/action-icons/export-inverse.svg');
}
.action-icon.external-link-border {
  -webkit-mask-image: url('../images/ui/action-icons/external-link-border.svg');
          mask-image: url('../images/ui/action-icons/external-link-border.svg');
}
.action-icon.external-link-border:not([disabled]):not(.disabled):focus,
.action-icon.external-link-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/external-link-inverse.svg');
          mask-image: url('../images/ui/action-icons/external-link-inverse.svg');
}
.action-icon.external-link-bare {
  -webkit-mask-image: url('../images/ui/action-icons/external-link-bare.svg');
          mask-image: url('../images/ui/action-icons/external-link-bare.svg');
}
.action-icon.external-link-bare:not([disabled]):not(.disabled):focus,
.action-icon.external-link-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/external-link-inverse.svg');
          mask-image: url('../images/ui/action-icons/external-link-inverse.svg');
}
.action-icon.fit-to-canvas-border {
  -webkit-mask-image: url('../images/ui/action-icons/fit-to-canvas-border.svg');
          mask-image: url('../images/ui/action-icons/fit-to-canvas-border.svg');
}
.action-icon.fit-to-canvas-border:not([disabled]):not(.disabled):focus,
.action-icon.fit-to-canvas-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/fit-to-canvas-inverse.svg');
          mask-image: url('../images/ui/action-icons/fit-to-canvas-inverse.svg');
}
.action-icon.fit-to-canvas-bare {
  -webkit-mask-image: url('../images/ui/action-icons/fit-to-canvas-bare.svg');
          mask-image: url('../images/ui/action-icons/fit-to-canvas-bare.svg');
}
.action-icon.fit-to-canvas-bare:not([disabled]):not(.disabled):focus,
.action-icon.fit-to-canvas-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/fit-to-canvas-inverse.svg');
          mask-image: url('../images/ui/action-icons/fit-to-canvas-inverse.svg');
}
.action-icon.history-border {
  -webkit-mask-image: url('../images/ui/action-icons/history-border.svg');
          mask-image: url('../images/ui/action-icons/history-border.svg');
}
.action-icon.history-border:not([disabled]):not(.disabled):focus,
.action-icon.history-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/history-inverse.svg');
          mask-image: url('../images/ui/action-icons/history-inverse.svg');
}
.action-icon.history-bare {
  -webkit-mask-image: url('../images/ui/action-icons/history-bare.svg');
          mask-image: url('../images/ui/action-icons/history-bare.svg');
}
.action-icon.history-bare:not([disabled]):not(.disabled):focus,
.action-icon.history-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/history-inverse.svg');
          mask-image: url('../images/ui/action-icons/history-inverse.svg');
}
.action-icon.link-border {
  -webkit-mask-image: url('../images/ui/action-icons/link-border.svg');
          mask-image: url('../images/ui/action-icons/link-border.svg');
}
.action-icon.link-border:not([disabled]):not(.disabled):focus,
.action-icon.link-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/link-inverse.svg');
          mask-image: url('../images/ui/action-icons/link-inverse.svg');
}
.action-icon.link-bare {
  -webkit-mask-image: url('../images/ui/action-icons/link-bare.svg');
          mask-image: url('../images/ui/action-icons/link-bare.svg');
}
.action-icon.link-bare:not([disabled]):not(.disabled):focus,
.action-icon.link-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/link-inverse.svg');
          mask-image: url('../images/ui/action-icons/link-inverse.svg');
}
.action-icon.locked-border {
  -webkit-mask-image: url('../images/ui/action-icons/locked-border.svg');
          mask-image: url('../images/ui/action-icons/locked-border.svg');
}
.action-icon.locked-border:not([disabled]):not(.disabled):focus,
.action-icon.locked-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/locked-inverse.svg');
          mask-image: url('../images/ui/action-icons/locked-inverse.svg');
}
.action-icon.locked-bare {
  -webkit-mask-image: url('../images/ui/action-icons/locked-bare.svg');
          mask-image: url('../images/ui/action-icons/locked-bare.svg');
}
.action-icon.locked-bare:not([disabled]):not(.disabled):focus,
.action-icon.locked-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/locked-inverse.svg');
          mask-image: url('../images/ui/action-icons/locked-inverse.svg');
}
.action-icon.locked-by-user-border {
  -webkit-mask-image: url('../images/ui/action-icons/locked-by-user-border.svg');
          mask-image: url('../images/ui/action-icons/locked-by-user-border.svg');
}
.action-icon.locked-by-user-border:not([disabled]):not(.disabled):focus,
.action-icon.locked-by-user-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/locked-by-user-inverse.svg');
          mask-image: url('../images/ui/action-icons/locked-by-user-inverse.svg');
}
.action-icon.locked-by-user-bare {
  -webkit-mask-image: url('../images/ui/action-icons/locked-by-user-bare.svg');
          mask-image: url('../images/ui/action-icons/locked-by-user-bare.svg');
}
.action-icon.locked-by-user-bare:not([disabled]):not(.disabled):focus,
.action-icon.locked-by-user-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/locked-by-user-inverse.svg');
          mask-image: url('../images/ui/action-icons/locked-by-user-inverse.svg');
}
.action-icon.mail-border {
  -webkit-mask-image: url('../images/ui/action-icons/mail-border.svg');
          mask-image: url('../images/ui/action-icons/mail-border.svg');
}
.action-icon.mail-border:not([disabled]):not(.disabled):focus,
.action-icon.mail-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/mail-inverse.svg');
          mask-image: url('../images/ui/action-icons/mail-inverse.svg');
}
.action-icon.mail-bare {
  -webkit-mask-image: url('../images/ui/action-icons/mail-bare.svg');
          mask-image: url('../images/ui/action-icons/mail-bare.svg');
}
.action-icon.mail-bare:not([disabled]):not(.disabled):focus,
.action-icon.mail-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/mail-inverse.svg');
          mask-image: url('../images/ui/action-icons/mail-inverse.svg');
}
.action-icon.menu-border {
  -webkit-mask-image: url('../images/ui/action-icons/menu-border.svg');
          mask-image: url('../images/ui/action-icons/menu-border.svg');
}
.action-icon.menu-border:not([disabled]):not(.disabled):focus,
.action-icon.menu-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/menu-inverse.svg');
          mask-image: url('../images/ui/action-icons/menu-inverse.svg');
}
.action-icon.menu-bare {
  -webkit-mask-image: url('../images/ui/action-icons/menu-bare.svg');
          mask-image: url('../images/ui/action-icons/menu-bare.svg');
}
.action-icon.menu-bare:not([disabled]):not(.disabled):focus,
.action-icon.menu-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/menu-inverse.svg');
          mask-image: url('../images/ui/action-icons/menu-inverse.svg');
}
.action-icon.ok-border {
  -webkit-mask-image: url('../images/ui/action-icons/ok-border.svg');
          mask-image: url('../images/ui/action-icons/ok-border.svg');
}
.action-icon.ok-border:not([disabled]):not(.disabled):focus,
.action-icon.ok-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/ok-inverse.svg');
          mask-image: url('../images/ui/action-icons/ok-inverse.svg');
}
.action-icon.ok-bare {
  -webkit-mask-image: url('../images/ui/action-icons/ok-bare.svg');
          mask-image: url('../images/ui/action-icons/ok-bare.svg');
}
.action-icon.ok-bare:not([disabled]):not(.disabled):focus,
.action-icon.ok-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/ok-inverse.svg');
          mask-image: url('../images/ui/action-icons/ok-inverse.svg');
}
.action-icon.publish-border {
  -webkit-mask-image: url('../images/ui/action-icons/publish-border.svg');
          mask-image: url('../images/ui/action-icons/publish-border.svg');
}
.action-icon.publish-border:not([disabled]):not(.disabled):focus,
.action-icon.publish-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/publish-inverse.svg');
          mask-image: url('../images/ui/action-icons/publish-inverse.svg');
}
.action-icon.publish-bare {
  -webkit-mask-image: url('../images/ui/action-icons/publish-bare.svg');
          mask-image: url('../images/ui/action-icons/publish-bare.svg');
}
.action-icon.publish-bare:not([disabled]):not(.disabled):focus,
.action-icon.publish-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/publish-inverse.svg');
          mask-image: url('../images/ui/action-icons/publish-inverse.svg');
}
.action-icon.resource-border {
  -webkit-mask-image: url('../images/ui/action-icons/resource-border.svg');
          mask-image: url('../images/ui/action-icons/resource-border.svg');
}
.action-icon.resource-border:not([disabled]):not(.disabled):focus,
.action-icon.resource-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/resource-inverse.svg');
          mask-image: url('../images/ui/action-icons/resource-inverse.svg');
}
.action-icon.resource-bare {
  -webkit-mask-image: url('../images/ui/action-icons/resource-bare.svg');
          mask-image: url('../images/ui/action-icons/resource-bare.svg');
}
.action-icon.resource-bare:not([disabled]):not(.disabled):focus,
.action-icon.resource-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/resource-inverse.svg');
          mask-image: url('../images/ui/action-icons/resource-inverse.svg');
}
.action-icon.save-border {
  -webkit-mask-image: url('../images/ui/action-icons/save-border.svg');
          mask-image: url('../images/ui/action-icons/save-border.svg');
}
.action-icon.save-border:not([disabled]):not(.disabled):focus,
.action-icon.save-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/save-inverse.svg');
          mask-image: url('../images/ui/action-icons/save-inverse.svg');
}
.action-icon.save-bare {
  -webkit-mask-image: url('../images/ui/action-icons/save-bare.svg');
          mask-image: url('../images/ui/action-icons/save-bare.svg');
}
.action-icon.save-bare:not([disabled]):not(.disabled):focus,
.action-icon.save-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/save-inverse.svg');
          mask-image: url('../images/ui/action-icons/save-inverse.svg');
}
.action-icon.system-border {
  -webkit-mask-image: url('../images/ui/action-icons/system-border.svg');
          mask-image: url('../images/ui/action-icons/system-border.svg');
}
.action-icon.system-border:not([disabled]):not(.disabled):focus,
.action-icon.system-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/system-inverse.svg');
          mask-image: url('../images/ui/action-icons/system-inverse.svg');
}
.action-icon.system-bare {
  -webkit-mask-image: url('../images/ui/action-icons/system-bare.svg');
          mask-image: url('../images/ui/action-icons/system-bare.svg');
}
.action-icon.system-bare:not([disabled]):not(.disabled):focus,
.action-icon.system-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/system-inverse.svg');
          mask-image: url('../images/ui/action-icons/system-inverse.svg');
}
.action-icon.tags-border {
  -webkit-mask-image: url('../images/ui/action-icons/tags-border.svg');
          mask-image: url('../images/ui/action-icons/tags-border.svg');
}
.action-icon.tags-border:not([disabled]):not(.disabled):focus,
.action-icon.tags-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/tags-inverse.svg');
          mask-image: url('../images/ui/action-icons/tags-inverse.svg');
}
.action-icon.tags-bare {
  -webkit-mask-image: url('../images/ui/action-icons/tags-bare.svg');
          mask-image: url('../images/ui/action-icons/tags-bare.svg');
}
.action-icon.tags-bare:not([disabled]):not(.disabled):focus,
.action-icon.tags-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/tags-inverse.svg');
          mask-image: url('../images/ui/action-icons/tags-inverse.svg');
}
.action-icon.terminate-sessions-border {
  -webkit-mask-image: url('../images/ui/action-icons/terminate-sessions-border.svg');
          mask-image: url('../images/ui/action-icons/terminate-sessions-border.svg');
}
.action-icon.terminate-sessions-border:not([disabled]):not(.disabled):focus,
.action-icon.terminate-sessions-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/terminate-sessions-inverse.svg');
          mask-image: url('../images/ui/action-icons/terminate-sessions-inverse.svg');
}
.action-icon.terminate-sessions-bare {
  -webkit-mask-image: url('../images/ui/action-icons/terminate-sessions-bare.svg');
          mask-image: url('../images/ui/action-icons/terminate-sessions-bare.svg');
}
.action-icon.terminate-sessions-bare:not([disabled]):not(.disabled):focus,
.action-icon.terminate-sessions-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/terminate-sessions-inverse.svg');
          mask-image: url('../images/ui/action-icons/terminate-sessions-inverse.svg');
}
.action-icon.unlocked-border {
  -webkit-mask-image: url('../images/ui/action-icons/unlocked-border.svg');
          mask-image: url('../images/ui/action-icons/unlocked-border.svg');
}
.action-icon.unlocked-border:not([disabled]):not(.disabled):focus,
.action-icon.unlocked-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/unlocked-inverse.svg');
          mask-image: url('../images/ui/action-icons/unlocked-inverse.svg');
}
.action-icon.unlocked-bare {
  -webkit-mask-image: url('../images/ui/action-icons/unlocked-bare.svg');
          mask-image: url('../images/ui/action-icons/unlocked-bare.svg');
}
.action-icon.unlocked-bare:not([disabled]):not(.disabled):focus,
.action-icon.unlocked-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/unlocked-inverse.svg');
          mask-image: url('../images/ui/action-icons/unlocked-inverse.svg');
}
.action-icon.unpublish-border {
  -webkit-mask-image: url('../images/ui/action-icons/unpublish-border.svg');
          mask-image: url('../images/ui/action-icons/unpublish-border.svg');
}
.action-icon.unpublish-border:not([disabled]):not(.disabled):focus,
.action-icon.unpublish-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/unpublish-inverse.svg');
          mask-image: url('../images/ui/action-icons/unpublish-inverse.svg');
}
.action-icon.unpublish-bare {
  -webkit-mask-image: url('../images/ui/action-icons/unpublish-bare.svg');
          mask-image: url('../images/ui/action-icons/unpublish-bare.svg');
}
.action-icon.unpublish-bare:not([disabled]):not(.disabled):focus,
.action-icon.unpublish-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/unpublish-inverse.svg');
          mask-image: url('../images/ui/action-icons/unpublish-inverse.svg');
}
.action-icon.update-border {
  -webkit-mask-image: url('../images/ui/action-icons/update-border.svg');
          mask-image: url('../images/ui/action-icons/update-border.svg');
}
.action-icon.update-border:not([disabled]):not(.disabled):focus,
.action-icon.update-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/update-inverse.svg');
          mask-image: url('../images/ui/action-icons/update-inverse.svg');
}
.action-icon.update-bare {
  -webkit-mask-image: url('../images/ui/action-icons/update-bare.svg');
          mask-image: url('../images/ui/action-icons/update-bare.svg');
}
.action-icon.update-bare:not([disabled]):not(.disabled):focus,
.action-icon.update-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/update-inverse.svg');
          mask-image: url('../images/ui/action-icons/update-inverse.svg');
}
.action-icon.user-border {
  -webkit-mask-image: url('../images/ui/action-icons/user-border.svg');
          mask-image: url('../images/ui/action-icons/user-border.svg');
}
.action-icon.user-border:not([disabled]):not(.disabled):focus,
.action-icon.user-border:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/user-inverse.svg');
          mask-image: url('../images/ui/action-icons/user-inverse.svg');
}
.action-icon.user-bare {
  -webkit-mask-image: url('../images/ui/action-icons/user-bare.svg');
          mask-image: url('../images/ui/action-icons/user-bare.svg');
}
.action-icon.user-bare:not([disabled]):not(.disabled):focus,
.action-icon.user-bare:not([disabled]):not(.disabled):hover {
  -webkit-mask-image: url('../images/ui/action-icons/user-inverse.svg');
          mask-image: url('../images/ui/action-icons/user-inverse.svg');
}
.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #1e4887;
  border-radius: 10px;
  padding: 0.25rem 1.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0rem 1rem 1rem 1rem;
}
.toolbar .action-icon {
  background-color: #1e4887;
}
.action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 48px;
  padding-left: 0.5em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 0.4rem 0.3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4rem 0.3rem rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 4px solid #1e4887;
  background-color: #1e4887;
  color: #f2f7ff;
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
}
.action-button [class^="ai-"],
.action-button [class*=" ai-"] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #deebff;
}
.action-button:not([disabled]):not(.disabled):focus,
.action-button:not([disabled]):not(.disabled):hover {
  background-color: #deebff;
  color: #1e4887;
}
.action-button:not([disabled]):not(.disabled):focus [class^="ai-"],
.action-button:not([disabled]):not(.disabled):hover [class^="ai-"],
.action-button:not([disabled]):not(.disabled):focus [class*=" ai-"],
.action-button:not([disabled]):not(.disabled):hover [class*=" ai-"] {
  background-color: #1e4887;
}
.action-button:not([disabled]):not(.disabled).submit {
  background-color: #71cc98;
  border-color: #71cc98;
  color: #f2fff8;
}
.action-button:not([disabled]):not(.disabled).submit:focus,
.action-button:not([disabled]):not(.disabled).submit:hover {
  background-color: #f2fff8;
  color: #71cc98;
}
.action-button:not([disabled]):not(.disabled).submit:focus [class^="ai-"],
.action-button:not([disabled]):not(.disabled).submit:hover [class^="ai-"],
.action-button:not([disabled]):not(.disabled).submit:focus [class*=" ai-"],
.action-button:not([disabled]):not(.disabled).submit:hover [class*=" ai-"] {
  background-color: #71cc98;
}
.action-button:not([disabled]):not(.disabled).submit [class^="ai-"],
.action-button:not([disabled]):not(.disabled).submit [class*=" ai-"] {
  background-color: #f2fff8;
}
.action-button:not([disabled]):not(.disabled).destructive {
  background-color: #e55454;
  border-color: #e55454;
  color: #fff2f2;
}
.action-button:not([disabled]):not(.disabled).destructive:focus,
.action-button:not([disabled]):not(.disabled).destructive:hover {
  background-color: #fff2f2;
  color: #e55454;
}
.action-button:not([disabled]):not(.disabled).destructive:focus [class^="ai-"],
.action-button:not([disabled]):not(.disabled).destructive:hover [class^="ai-"],
.action-button:not([disabled]):not(.disabled).destructive:focus [class*=" ai-"],
.action-button:not([disabled]):not(.disabled).destructive:hover [class*=" ai-"] {
  background-color: #e55454;
}
.action-button:not([disabled]):not(.disabled).destructive [class^="ai-"],
.action-button:not([disabled]):not(.disabled).destructive [class*=" ai-"] {
  background-color: #fff2f2;
}
.action-button[disabled],
.action-button.disabled {
  background-color: transparent;
  border: none;
  background-color: #aaaaaa !important;
}
.action-button[disabled] [class^="ai-"],
.action-button.disabled [class^="ai-"],
.action-button[disabled] [class*=" ai-"],
.action-button.disabled [class*=" ai-"] {
  background-color: #eeeeee;
}
.action-button .ai-archive {
  -webkit-mask-image: url('../images/ui/action-icons/archive-bare.svg');
          mask-image: url('../images/ui/action-icons/archive-bare.svg');
}
.action-button .ai-billing {
  -webkit-mask-image: url('../images/ui/action-icons/billing-bare.svg');
          mask-image: url('../images/ui/action-icons/billing-bare.svg');
}
.action-button .ai-blueprint {
  -webkit-mask-image: url('../images/ui/action-icons/blueprint-bare.svg');
          mask-image: url('../images/ui/action-icons/blueprint-bare.svg');
}
.action-button .ai-close {
  -webkit-mask-image: url('../images/ui/action-icons/close-bare.svg');
          mask-image: url('../images/ui/action-icons/close-bare.svg');
}
.action-button .ai-credential {
  -webkit-mask-image: url('../images/ui/action-icons/credential-bare.svg');
          mask-image: url('../images/ui/action-icons/credential-bare.svg');
}
.action-button .ai-delete {
  -webkit-mask-image: url('../images/ui/action-icons/delete-bare.svg');
          mask-image: url('../images/ui/action-icons/delete-bare.svg');
}
.action-button .ai-deploy {
  -webkit-mask-image: url('../images/ui/action-icons/deploy-bare.svg');
          mask-image: url('../images/ui/action-icons/deploy-bare.svg');
}
.action-button .ai-deployments {
  -webkit-mask-image: url('../images/ui/action-icons/deployments-bare.svg');
          mask-image: url('../images/ui/action-icons/deployments-bare.svg');
}
.action-button .ai-download {
  -webkit-mask-image: url('../images/ui/action-icons/download-bare.svg');
          mask-image: url('../images/ui/action-icons/download-bare.svg');
}
.action-button .ai-download-file {
  -webkit-mask-image: url('../images/ui/action-icons/download-file-bare.svg');
          mask-image: url('../images/ui/action-icons/download-file-bare.svg');
}
.action-button .ai-duplicate {
  -webkit-mask-image: url('../images/ui/action-icons/duplicate-bare.svg');
          mask-image: url('../images/ui/action-icons/duplicate-bare.svg');
}
.action-button .ai-edit {
  -webkit-mask-image: url('../images/ui/action-icons/edit-bare.svg');
          mask-image: url('../images/ui/action-icons/edit-bare.svg');
}
.action-button .ai-expand {
  -webkit-mask-image: url('../images/ui/action-icons/expand-bare.svg');
          mask-image: url('../images/ui/action-icons/expand-bare.svg');
}
.action-button .ai-export {
  -webkit-mask-image: url('../images/ui/action-icons/export-bare.svg');
          mask-image: url('../images/ui/action-icons/export-bare.svg');
}
.action-button .ai-external-link {
  -webkit-mask-image: url('../images/ui/action-icons/external-link-bare.svg');
          mask-image: url('../images/ui/action-icons/external-link-bare.svg');
}
.action-button .ai-fit-to-canvas {
  -webkit-mask-image: url('../images/ui/action-icons/fit-to-canvas-bare.svg');
          mask-image: url('../images/ui/action-icons/fit-to-canvas-bare.svg');
}
.action-button .ai-history {
  -webkit-mask-image: url('../images/ui/action-icons/history-bare.svg');
          mask-image: url('../images/ui/action-icons/history-bare.svg');
}
.action-button .ai-link {
  -webkit-mask-image: url('../images/ui/action-icons/link-bare.svg');
          mask-image: url('../images/ui/action-icons/link-bare.svg');
}
.action-button .ai-locked {
  -webkit-mask-image: url('../images/ui/action-icons/locked-bare.svg');
          mask-image: url('../images/ui/action-icons/locked-bare.svg');
}
.action-button .ai-locked-by-user {
  -webkit-mask-image: url('../images/ui/action-icons/locked-by-user-bare.svg');
          mask-image: url('../images/ui/action-icons/locked-by-user-bare.svg');
}
.action-button .ai-mail {
  -webkit-mask-image: url('../images/ui/action-icons/mail-bare.svg');
          mask-image: url('../images/ui/action-icons/mail-bare.svg');
}
.action-button .ai-menu {
  -webkit-mask-image: url('../images/ui/action-icons/menu-bare.svg');
          mask-image: url('../images/ui/action-icons/menu-bare.svg');
}
.action-button .ai-ok {
  -webkit-mask-image: url('../images/ui/action-icons/ok-bare.svg');
          mask-image: url('../images/ui/action-icons/ok-bare.svg');
}
.action-button .ai-publish {
  -webkit-mask-image: url('../images/ui/action-icons/publish-bare.svg');
          mask-image: url('../images/ui/action-icons/publish-bare.svg');
}
.action-button .ai-resource {
  -webkit-mask-image: url('../images/ui/action-icons/resource-bare.svg');
          mask-image: url('../images/ui/action-icons/resource-bare.svg');
}
.action-button .ai-save {
  -webkit-mask-image: url('../images/ui/action-icons/save-bare.svg');
          mask-image: url('../images/ui/action-icons/save-bare.svg');
}
.action-button .ai-system {
  -webkit-mask-image: url('../images/ui/action-icons/system-bare.svg');
          mask-image: url('../images/ui/action-icons/system-bare.svg');
}
.action-button .ai-tags {
  -webkit-mask-image: url('../images/ui/action-icons/tags-bare.svg');
          mask-image: url('../images/ui/action-icons/tags-bare.svg');
}
.action-button .ai-terminate-sessions {
  -webkit-mask-image: url('../images/ui/action-icons/terminate-sessions-bare.svg');
          mask-image: url('../images/ui/action-icons/terminate-sessions-bare.svg');
}
.action-button .ai-unlocked {
  -webkit-mask-image: url('../images/ui/action-icons/unlocked-bare.svg');
          mask-image: url('../images/ui/action-icons/unlocked-bare.svg');
}
.action-button .ai-unpublish {
  -webkit-mask-image: url('../images/ui/action-icons/unpublish-bare.svg');
          mask-image: url('../images/ui/action-icons/unpublish-bare.svg');
}
.action-button .ai-update {
  -webkit-mask-image: url('../images/ui/action-icons/update-bare.svg');
          mask-image: url('../images/ui/action-icons/update-bare.svg');
}
.action-button .ai-user {
  -webkit-mask-image: url('../images/ui/action-icons/user-bare.svg');
          mask-image: url('../images/ui/action-icons/user-bare.svg');
}
.nav-button {
  width: 48px;
  height: 100%;
  border: 2px solid #1e4887;
  background-color: #6787b7;
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
  /* Create the Styles for all the buttons in both bordered and bare versions */
}
.nav-button [class^="ni-"],
.nav-button [class*=" ni-"] {
  background-color: #f2f7ff;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}
.nav-button .ni-nav-first {
  -webkit-mask-image: url('../images/ui/action-icons/nav-first-bare.svg');
          mask-image: url('../images/ui/action-icons/nav-first-bare.svg');
}
.nav-button .ni-nav-prev {
  -webkit-mask-image: url('../images/ui/action-icons/nav-prev-bare.svg');
          mask-image: url('../images/ui/action-icons/nav-prev-bare.svg');
}
.nav-button .ni-nav-next {
  -webkit-mask-image: url('../images/ui/action-icons/nav-next-bare.svg');
          mask-image: url('../images/ui/action-icons/nav-next-bare.svg');
}
.nav-button .ni-nav-last {
  -webkit-mask-image: url('../images/ui/action-icons/nav-last-bare.svg');
          mask-image: url('../images/ui/action-icons/nav-last-bare.svg');
}
.nav-button:not([disabled]):not(.disabled):focus-within,
.nav-button:not([disabled]):not(.disabled):hover {
  background-color: #f2f7ff;
  color: #1e4887;
}
.nav-button:not([disabled]):not(.disabled):focus-within [class^="ni-"],
.nav-button:not([disabled]):not(.disabled):hover [class^="ni-"],
.nav-button:not([disabled]):not(.disabled):focus-within [class*=" ni-"],
.nav-button:not([disabled]):not(.disabled):hover [class*=" ni-"] {
  background-color: #1e4887;
}
.jtk-demo-main {
  background-image: url(../images/ui/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.jtk-surface {
  background-color: #deebff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  background-image: url(../images/ui/blueprint-grid.png);
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none;
}
.sidebar {
  padding: 10px 0;
  background-color: #13294b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
}
.sidebar .sidebar-item {
  border: 0.2rem dashed #f2f7ff;
  background-color: #1e4887;
  border-radius: 1rem;
  color: #f2f7ff;
  cursor: move;
  padding: 1rem;
  width: 15rem;
  text-align: center;
  margin: 1.5rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
}
.sidebar .sidebar-item[data-node-type="group"] {
  background-color: #6787b7;
}
.sidebar .sidebar-item[data-node-type="group"]:hover {
  background-color: #6787b7;
}
.sidebar .sidebar-item:hover {
  background-color: #1e4887;
  border: 0.2rem solid #f2f7ff;
}
.sidebar-item.katavorio-clone-drag {
  position: absolute;
  border: 2px solid #3b6199;
  background-color: #1e4887;
  padding: 1rem 4rem;
  border-radius: 1rem;
  color: #f2f7ff;
  font-size: 1.4rem;
  max-width: 250px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-item.katavorio-clone-drag[data-node-type="group"] {
  border: 2px solid #1e4887;
  background-color: #6787b7;
}
.controls {
  right: 2.5rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.controls[can-undo='true'] .blueprint-control.undo:hover i {
  color: #6787b7;
}
.controls[can-undo='false'] .blueprint-control.undo i,
.controls[can-undo='false'] .blueprint-control.undo:hover i {
  color: #888888;
}
.controls[can-redo='true'] .blueprint-control.redo:hover i {
  color: #6787b7;
}
.controls[can-redo='false'] .blueprint-control.redo i,
.controls[can-redo='false'] .blueprint-control.redo:hover i {
  color: #888888;
}
body:not(.katavorio-drag-no-select) .jtk-overlay {
  display: none;
  z-index: 10;
}
body:not(.katavorio-drag-no-select) .jtk-overlay.delete-relationship {
  background-image: url(../images/ui/close-light.svg);
  background-repeat: no-repeat;
  z-index: 13;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: none !important;
}
body:not(.katavorio-drag-no-select) .jtk-overlay.delete-relationship:hover {
  background-image: url(../images/ui/close-dark.svg);
}
body:not(.katavorio-drag-no-select) .jtk-overlay.delete-relationship.jtk-hover {
  display: block !important;
}
body:not(.katavorio-drag-no-select) .jtk-overlay.missingEndpoint {
  color: yellow;
  font-weight: bold;
  z-index: 13;
  display: none !important;
}
body:not(.katavorio-drag-no-select) .jtk-overlay.missingEndpoint.jtk-hover {
  display: block !important;
}
.jtk-group {
  z-index: 10;
  min-width: 250px;
  min-height: 250px;
  position: absolute;
  overflow: visible;
  cursor: move;
  border: 0.4rem solid #1e4887;
  background-color: #6787b7;
  border-radius: 2rem;
}
.jtk-group [jtk-group-content] {
  margin: 3.5rem;
  position: relative;
}
.jtk-group.jtk-group-collapsed [jtk-group-content] {
  display: none;
}
.jtk-node {
  position: absolute;
  border: 0.4rem solid #3b6199;
  background-color: #1e4887;
  padding: 1rem 4rem;
  border-radius: 1rem;
  z-index: 11;
}
.jtk-node.jtk-surface-selected-element {
  border: 0.4rem solid #e6d8b8;
  background-color: #b8cae6;
}
.jtk-node .component-delete,
.jtk-node .deprecated,
.jtk-node .unrecognizedType {
  height: 3.4rem;
  width: 4rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.jtk-node .component-delete {
  display: none;
  top: 1.2rem;
  left: 0;
  background-image: url(../images/ui/remove-dark.svg);
}
.jtk-node .component-delete:hover {
  background-image: url(../images/ui/close-dark.svg);
}
.jtk-node .deprecated {
  top: 1.2rem;
  right: 0;
  background-size: 65%;
  display: block;
  font-size: 24pt;
}
.jtk-node .deprecated i {
  color: yellow;
  font-size: 24pt;
  border-radius: 50%;
  border: 1px solid #13294b;
}
.jtk-node .unrecognizedType {
  top: 1.2rem;
  right: 0;
  background-size: 65%;
  display: block;
  font-size: 24pt;
}
.jtk-node .unrecognizedType i {
  color: #cf000b;
  font-size: 24pt;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 7px white;
}
.jtk-node:hover .component-delete {
  display: block;
  cursor: pointer;
}
.jtk-node.unrecognizedComponent {
  border-color: #e55454;
  background-color: #871e1e;
}
.jtk-connector {
  z-index: 13;
}
.jtk-group.jtk-drag-hover,
.jtk-node.jtk-drag-hover {
  border: 0.4rem solid #f1be48;
}
.group-title {
  background-color: #1e4887;
  color: #f2f7ff;
  border-radius: 1.5rem 1.5rem 0 0;
  line-height: 3;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem 0 1rem;
}
.group-title .title-status {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}
.group-title .group-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1em;
}
.group-title .group-buttons button {
  margin-top: 0.5em;
  cursor: pointer;
  height: 3.4rem;
  width: 4rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.expand,
.group-delete,
.group-swap {
  background-repeat: no-repeat;
  background-position: center;
}
.expand:focus,
.group-delete:focus,
.group-swap:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jtk-group-collapsed .expand {
  background-image: url(../images/ui/maximize-dark.svg);
}
.jtk-group-collapsed .expand:hover {
  background-image: url(../images/ui/maximize-light.svg);
}
.jtk-group-collapsed .group-title {
  border-radius: 1.6rem;
}
.jtk-group-collapsed .group-delete,
.jtk-group-collapsed .group-swap {
  display: none;
}
.jtk-group-expanded .expand {
  background-image: url(../images/ui/minimize-dark.svg);
  background-position: center bottom;
}
.jtk-group-expanded .expand:hover {
  background-image: url(../images/ui/minimize-light.svg);
}
.jtk-group-expanded .group-delete {
  background-image: url(../images/ui/remove-dark.svg);
  background-size: 75%;
}
.jtk-group-expanded .group-delete:hover {
  background-image: url(../images/ui/close-dark.svg);
}
.jtk-group-expanded .group-swap {
  background-image: url(../images/ui/exchange-alt-solid-dark.svg);
  background-size: 75%;
}
.jtk-group-expanded .group-swap:hover {
  background-image: url(../images/ui/exchange-alt-solid-light.svg);
}
.jtk-group.jtk-group-collapsed {
  height: 56px;
  min-height: 0;
}
#jtk-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-icon-gripsmall-diagonal-se {
  height: 3rem;
  width: 3rem;
  background-image: url(../images/ui/resize-light.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  cursor: nwse-resize;
}
.jtk-dialog-overlay {
  max-width: 600px;
}
.jtk-dialog-overlay .jtk-dialog-title {
  font-size: 18px;
  font-weight: bold;
}
.jtk-dialog-overlay .jtk-dialog-content {
  font-size: 16px;
}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../images/webfonts/fa-solid-900.eot');
  src: url('../images/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../images/webfonts/fa-solid-900.woff2') format('woff2'), url('../images/webfonts/fa-solid-900.woff') format('woff'), url('../images/webfonts/fa-solid-900.ttf') format('truetype'), url('../images/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../images/webfonts/fa-regular-400.eot');
  src: url('../images/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../images/webfonts/fa-regular-400.woff2') format('woff2'), url('../images/webfonts/fa-regular-400.woff') format('woff'), url('../images/webfonts/fa-regular-400.ttf') format('truetype'), url('../images/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
