@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.u-clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.u-hidden {
  display: none;
}
.u-monospace {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Courier, monospace;
}
.u-quiet {
  color: #5E6C84;
}
.u-overflow-auto {
  overflow: auto;
}
.u-text-align-center {
  text-align: center;
}
html,
body,
input,
select,
textarea,
button {
  color: #172B4D;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 12px;
}
h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 8px;
}
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 8px;
}
hr {
  background-color: rgba(9, 30, 66, 0.13);
  border: 0;
  height: 1px;
  margin: 16px 0;
  padding: 0;
  width: 100%;
}
a {
  color: #172B4D;
}
a:hover {
  color: #091E42;
}
a.disabled,
a.disabled:hover {
  color: #5E6C84;
  cursor: default;
  text-decoration: none;
}
p {
  margin: 0 0 8px;
}
div::selection {
  background: transparent;
}
pre {
  background-color: #F4F5F7;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.13);
  margin: 12px 0;
  padding: 8px 12px;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
}
pre::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
pre::-webkit-scrollbar-button:start:decrement,
pre::-webkit-scrollbar-button:end:increment {
  background: transparent;
  display: none;
}
pre::-webkit-scrollbar-track-piece {
  background: rgba(9, 30, 66, 0.08);
}
pre::-webkit-scrollbar-track-piece:vertical:start {
  border-radius: 4px 4px 0 0;
}
pre::-webkit-scrollbar-track-piece:vertical:end {
  border-radius: 0 0 4px 4px;
}
pre::-webkit-scrollbar-track-piece:horizontal:start {
  border-radius: 4px 0 0 4px;
}
pre::-webkit-scrollbar-track-piece:horizontal:end {
  border-radius: 0 4px 4px 0;
}
pre::-webkit-scrollbar-thumb:vertical,
pre::-webkit-scrollbar-thumb:horizontal {
  background: rgba(9, 30, 66, 0.13);
  border-radius: 4px;
  display: block;
  height: 48px;
}
pre:after {
  clear: both;
  content: "";
  display: table;
}
code {
  background-color: #F4F5F7;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.13);
  color: #EB5A46;
  padding: 1px 3px;
  margin: -1px 2px;
}
pre code {
  background-color: none;
  border-radius: 0;
  box-shadow: none;
  color: #172B4D;
  margin: 0;
  padding: 0;
}
pre,
code,
tt {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Courier, monospace;
  line-height: 20px;
}
blockquote {
  border-left: 1px solid rgba(9, 30, 66, 0.13);
  color: #5E6C84;
  margin: 12px 0 12px 11px;
  padding: 0 0 0 12px;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 8px;
  width: 100%;
}
table,
td,
th {
  vertical-align: top;
  border-top: 1px solid #C1C7D0;
  border-left: 1px solid #C1C7D0;
}
td,
th {
  padding: 6px;
  border-right: 1px solid #C1C7D0;
  border-bottom: 1px solid #C1C7D0;
}
th {
  font-weight: bold;
}
thead {
  background: #EBECF0;
}
tbody {
  background-color: #FFFFFF;
}
dl {
  margin-bottom: 8px;
}
dt {
  margin-bottom: 8px;
}
dd {
  margin: 0 0 16px 24px;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.empty-list,
.empty {
  background: #E2E4E6;
  border: 1px dashed #C4C9CC;
  border-radius: 3px;
  color: #5E6C84;
  display: block;
  padding: 6px;
  text-align: center;
}
.empty-list {
  border-radius: 6px;
  padding: 25px 6px;
}
button,
input[type=button],
input[type=submit] {
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 4px 0 0;
  padding: 6px 12px;
  text-align: center;
  -webkit-appearance: none;
  background-color: rgba(9, 30, 66, 0.04);
  box-shadow: none;
  border: none;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: rgba(9, 30, 66, 0.08);
  box-shadow: none;
  border: none;
}
button:hover .button-icon-dark,
input[type=button]:hover .button-icon-dark,
input[type=submit]:hover .button-icon-dark {
  color: #091E42;
}
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
  outline: 0;
  background-color: rgba(9, 30, 66, 0.08);
  box-shadow: none;
  border: none;
}
button:active,
input[type=button]:active,
input[type=submit]:active {
  background-color: #E4F0F6;
  box-shadow: none;
  border: none;
  color: #0079BF;
}
button:active .button-icon-dark,
input[type=button]:active .button-icon-dark,
input[type=submit]:active .button-icon-dark {
  color: #FFFFFF;
}
button.mod-primary,
input[type=button].mod-primary,
input[type=submit].mod-primary {
  background-color: #5AAC44;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
}
button.mod-primary:hover,
input[type=button].mod-primary:hover,
input[type=submit].mod-primary:hover {
  background-color: #61BD4F;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
}
button.mod-primary:active,
input[type=button].mod-primary:active,
input[type=submit].mod-primary:active {
  background-color: #49852E;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
}
button.mod-danger,
input[type=button].mod-danger,
input[type=submit].mod-danger {
  background-color: #CF513D;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
}
button.mod-danger:hover,
input[type=button].mod-danger:hover,
input[type=submit].mod-danger:hover {
  background-color: #EB5A46;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
}
button.mod-danger:active,
input[type=button].mod-danger:active,
input[type=submit].mod-danger:active {
  background-color: #933B27;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
}
button.mod-bottom,
input[type=button].mod-bottom,
input[type=submit].mod-bottom {
  margin-bottom: 2px;
  margin-right: 0;
}
button[disabled],
button[disabled]:hover,
button[disabled]:active {
  background-color: rgba(9, 30, 66, 0.04);
  box-shadow: none;
  border: none;
  color: #A5ADBA;
  cursor: not-allowed;
}
textarea,
input:not([type=file]) {
  background-color: #FAFBFC;
  border: none;
  box-shadow: inset 0 0 0 2px #DFE1E6;
  color: #172B4D;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 3px;
  display: block;
  line-height: 20px;
  margin-bottom: 12px;
  padding: 8px 12px;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 85ms;
  transition-timing-function: ease;
}
textarea.full,
input:not([type=file]).full {
  width: 100%;
}
textarea.is-error,
input:not([type=file]).is-error {
  background-color: #FBEDEB;
  border: none;
  box-shadow: inset 0 0 0 2px #EFB3AB;
}
textarea:focus,
input:not([type=file]):focus {
  outline: 0;
}
input::placeholder,
textarea::placeholder {
  color: #5E6C84;
}
input[type="file"] {
  margin-bottom: 16px;
}
input[type="email"]:invalid {
  box-shadow: none;
}
input[type="hidden"] {
  display: none;
}
input[type="radio"] {
  box-shadow: unset;
  display: inline;
  -webkit-appearance: radio;
  min-height: inherit;
}
input[type="checkbox"] {
  box-shadow: 0 0 0 2px #DFE1E6;
  display: inline;
  -webkit-appearance: checkbox;
  margin-right: 4px;
}
input[type="checkbox"]:focus {
  border: none;
  box-shadow: 0 0 0 2px #0079BF;
}
select {
  max-height: 300px;
  max-width: 500px;
  margin-bottom: 8px;
}
option[disabled] {
  color: #5E6C84;
}
fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}
label,
legend {
  color: #5E6C84;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 4px;
  margin-top: 12px;
}
label > input,
label > select {
  display: block;
  margin-top: 4px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
  width: 100%;
  max-width: 500px;
}
input[type="text"][readonly],
input[type="password"][readonly],
input[type="email"][readonly],
input[type="search"][readonly] {
  background-color: #FAFBFC;
  box-shadow: inset 0 0 0 2px #EBECF0;
}
textarea {
  resize: vertical;
  width: 100%;
}
textarea[readonly] {
  background-color: #FAFBFC;
  box-shadow: inset 0 0 0 2px #EBECF0;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
textarea:hover {
  background-color: #EBECF0;
  border: none;
  box-shadow: inset 0 0 0 2px #DFE1E6;
}
input[type="text"]:hover.is-error,
input[type="password"]:hover.is-error,
input[type="email"]:hover.is-error,
input[type="search"]:hover.is-error,
textarea:hover.is-error {
  background-color: #FBEDEB;
  border: none;
  box-shadow: inset 0 0 0 2px #EC9488;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  background: #FFFFFF;
  border: none;
  box-shadow: inset 0 0 0 2px #0079BF;
}
input[type="text"]:focus.is-error,
input[type="password"]:focus.is-error,
input[type="email"]:focus.is-error,
input[type="search"]:focus.is-error,
textarea:focus.is-error {
  background-color: #FFFFFF;
  border: none;
  box-shadow: inset 0 0 0 2px #EFB3AB;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled,
textarea:disabled {
  background-color: #EBECF0;
  box-shadow: none;
  color: #A5ADBA;
  cursor: not-allowed;
  font-weight: normal;
  user-select: none;
}
table {
  font-size: inherit;
  margin-bottom: 8px;
  width: 100%;
}
table,
td,
th {
  vertical-align: top;
}
td,
th {
  padding: 5px;
  text-align: left;
}
th {
  font-weight: bold;
}
thead {
  background: #E2E4E6;
}
tbody {
  background-color: #fff;
}
.setting-item {
  margin-bottom: 8px;
}
.big-link {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  margin: 8px 0 4px;
  padding: 8px 12px;
  text-decoration: underline;
}
.big-link:hover {
  color: #000;
  background-color: #E2E4E6;
}
.big-link.is-hidden {
  display: none;
}
.big-link.mod-centered {
  text-align: center;
}
.basic-attachment-list-item {
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 8px;
  margin-bottom: 4px;
}
.basic-attachment-list-item:hover {
  background-color: #E2E4E6;
}
.authorize-link {
  background: #D6DADC;
  display: inline-flex;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 2px;
  padding: 8px 16px;
  text-align: center;
}
.authorize-link:hover {
  text-decoration: underline;
}
.authorize-link .icon-information {
  margin: 0px 4px 0 0;
  padding: 1px;
}
.authorize-link .icon-information img.icon {
  height: 16px;
  width: 16px;
}
.quiet-button {
  border-radius: 3px;
  color: #5E6C84;
  display: block;
  margin: 2px 0;
  padding: 6px 8px;
  position: relative;
  user-select: none;
}
.quiet-button:hover {
  background: #D6DADC;
  color: #172B4D;
}
.quiet-button:active {
  background: #CDD2D4;
  color: #172B4D;
}
.quiet-button-icon {
  left: 7px;
  position: absolute;
  top: 7px;
}
.quiet-button.mod-with-image {
  padding-left: 28px;
}
.quiet-button.mod-gutter {
  padding-left: 38px;
}
