/*
 *  Grey
 */
/* 
 * Rundl Blue (primary colour)
 */
/* 
 * Orange (warning/pending)
 */
/* 
 * Green (success/completion)
 */
/* 
 * Red (failure/cancel/delete)
 */
/* 
 * Purple (accent colour)
 */
/*
 * Background colours
 */
/*
 * Divider colours
 */
/*! 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.
 */
/* line 11, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 53, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 64, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 85, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 95, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 105, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 176, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 186, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 218, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 240, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
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.
 */
/* line 253, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
[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.
 */
/* line 290, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
[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.
 */
/* line 308, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../../../RundlWeb.UI/Content/scss/common/_normalize.scss */
[hidden] {
  display: none;
}

/* line 14, ../../../RundlWeb.UI/Content/scss/common/_standard.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

/* line 32, ../../../RundlWeb.UI/Content/scss/common/_standard.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../../../RundlWeb.UI/Content/scss/common/_standard.scss */
a:focus {
  outline: 0;
}

/* line 45, ../../../RundlWeb.UI/Content/scss/common/_standard.scss */
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 50, ../../../RundlWeb.UI/Content/scss/common/_standard.scss */
html {
  font-size: 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 57, ../../../RundlWeb.UI/Content/scss/common/_standard.scss */
body {
  height: 100%;
  color: #798c9c;
  background-color: #eff1f3;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, ../../../RundlWeb.UI/Content/scss/common/_standard.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

/* line 81, ../../../RundlWeb.UI/Content/scss/common/_standard.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dee3e8;
  margin: 1em 0;
  padding: 0;
}

/*
 * Bourbon
 */
/*
 * Bootstrap
 */
/* line 25, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'jarc';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 122, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e908";
}

/* line 123, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e909";
}

/* line 153, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e90a";
}

/* line 154, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e904";
}

/* line 125, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 167, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/*table {
  background-color: $table-bg;
}
th {
  text-align: left;
}*/
/*.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: $line-height-computed;
  // Cells
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        padding: $table-cell-padding;
        line-height: $line-height-base;
        vertical-align: top;
        border-top: 1px solid $table-border-color;
      }
    }
  }
  // Bottom align for column headings
  > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid $table-border-color;
  }
  // Remove top border from thead by default
  > caption + thead,
  > colgroup + thead,
  > thead:first-child {
    > tr:first-child {
      > th,
      > td {
        border-top: 0;
      }
    }
  }
  // Account for multiple tbody instances
  > tbody + tbody {
    border-top: 2px solid $table-border-color;
  }

  // Nesting
  .table {
    background-color: $body-bg;
  }
}*/
/* line 69, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/*.table-bordered {
  border: 1px solid $table-border-color;
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        border: 1px solid $table-border-color;
      }
    }
  }
  > thead > tr {
    > th,
    > td {
      border-bottom-width: 2px;
    }
  }
}*/
/*.table-striped {
  > tbody > tr:nth-child(odd) {
    > td,
    > th {
      background-color: $table-bg-accent;
    }
  }
}*/
/*.table-hover {
  > tbody > tr:hover {
    > td,
    > th {
      background-color: $table-bg-hover;
    }
  }
}*/
/*table col[class*="col-"] {
  position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
  float: none;
  display: table-column;
}
table {
  td,
  th {
    &[class*="col-"] {
      position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
      float: none;
      display: table-cell;
    }
  }
}*/
/*@include table-row-variant('active', $table-bg-active);
@include table-row-variant('success', $state-success-bg);
@include table-row-variant('info', $state-info-bg);
@include table-row-variant('warning', $state-warning-bg);
@include table-row-variant('danger', $state-danger-bg);*/
/*.table-responsive {
  @media screen and (max-width: $screen-xs-max) {
    width: 100%;
    margin-bottom: ($line-height-computed * 0.75);
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid $table-border-color;
    -webkit-overflow-scrolling: touch;

    // Tighten up spacing
    > .table {
      margin-bottom: 0;

      // Ensure the content doesn't wrap
      > thead,
      > tbody,
      > tfoot {
        > tr {
          > th,
          > td {
            white-space: nowrap;
          }
        }
      }
    }

    // Special overrides for the bordered tables
    > .table-bordered {
      border: 0;

      // Nuke the appropriate borders so that the parent can handle them
      > thead,
      > tbody,
      > tfoot {
        > tr {
          > th:first-child,
          > td:first-child {
            border-left: 0;
          }
          > th:last-child,
          > td:last-child {
            border-right: 0;
          }
        }
      }

      // Only nuke the last row's bottom-border in `tbody` and `tfoot` since
      // chances are there will be only one `tr` in a `thead` and that would
      // remove the border altogether.
      > tbody,
      > tfoot {
        > tr:last-child {
          > th,
          > td {
            border-bottom: 0;
          }
        }
      }

    }
  }
}*/
/* line 9, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 25, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 30, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
/* line 36, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 43, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 60, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #178dee;
  border-color: #107fda;
}
/* line 11, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f72c2;
  border-color: #0c5ea1;
}
/* line 20, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 28, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #178dee;
  border-color: #107fda;
}

/* line 18, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 30, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.44);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.44);
  background-clip: padding-box;
}
/* line 52, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 27, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3da8ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 72, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_progress-bars.scss */
Account for lower percentages
.progress-bar[aria-valuenow="1"], Account for lower percentages
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
/* line 77, ../../../RundlWeb.UI/Content/scss/vendor/bootstrap/3.2.0/_progress-bars.scss */
Account for lower percentages
.progress-bar[aria-valuenow="0"] {
  color: #31373d;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/*
 * Select2
 */
/* line 1, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/core.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
/* line 1, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_single.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 12, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_single.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 22, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_single.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
/* line 29, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_single.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
/* line 1, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_multiple.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 12, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_multiple.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 21, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_multiple.scss */
.select2-container .select2-search--inline {
  float: left;
}
/* line 24, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
/* line 31, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 19, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-results {
  display: block;
}

/* line 23, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 29, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 35, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 40, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 44, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 50, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 56, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
/* line 60, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
/* line 65, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* line 70, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/_dropdown.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 15, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/core.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 36, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/core.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
/* line 6, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
/* line 11, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
/* line 17, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
/* line 21, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
/* line 31, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
/* line 52, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
/* line 56, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
/* line 64, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
/* line 77, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_single.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
/* line 1, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
/* line 7, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
/* line 14, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
/* line 19, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
/* line 27, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
/* line 35, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
/* line 49, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
/* line 58, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
/* line 66, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
/* line 70, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
/* line 75, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/* line 83, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
/* line 90, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
/* line 95, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
/* line 6, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 13, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 20, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
/* line 26, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
/* line 35, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
/* line 41, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
/* line 45, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
/* line 49, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
/* line 53, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
/* line 56, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
/* line 60, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
/* line 64, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
/* line 76, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
/* line 87, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
/* line 92, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/default/layout.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 3px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
/* line 11, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
/* line 15, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
/* line 20, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
/* line 27, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
/* line 31, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
/* line 50, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
/* line 71, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
/* line 75, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  left: 1px;
  right: auto;
}
/* line 90, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
/* line 93, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
/* line 98, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
/* line 106, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
/* line 116, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
/* line 1, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: text;
  outline: 0;
}
/* line 11, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
/* line 15, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
/* line 21, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
/* line 25, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
/* line 40, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
/* line 49, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
/* line 57, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
/* line 61, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
/* line 66, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/* line 74, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
/* line 79, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 87, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 9, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
/* line 16, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
/* line 22, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
/* line 27, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
/* line 31, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
/* line 35, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
/* line 41, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
/* line 45, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
/* line 50, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
/* line 55, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
/* line 61, ../../../RundlWeb.UI/Content/scss/vendor/select2/4.0.5/theme/classic/layout.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media (max-width: 599.98px) {
  /* line 13, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .app-drawer-open,
  .sidebar-open {
    height: 100vh;
    overflow-y: hidden;
  }
}

/* line 29, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-surface {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  width: 100%;
  height: 100%;
}

@media (max-width: 599.98px) {
  /* line 44, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .app-drawer-open .r-b-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 399;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/* line 64, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-app-drawer {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  z-index: 400;
  overflow: hidden;
  position: relative;
  -webkit-transition: flex 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* line 73, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-app-drawer > .r-inner {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
/* line 81, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-app-drawer.r-m-expanded {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 240px;
  -ms-flex: 1 0 240px;
  flex: 1 0 240px;
}
@media (max-width: 599.98px) {
  /* line 64, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .r-b-app-drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 240px;
    pointer-events: none;
  }
  /* line 95, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .r-b-app-drawer > .r-inner {
    will-change: transform;
    -webkit-transform: translate3d(-103%, 0, 0);
    transform: translate3d(-103%, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
  }
  /* line 101, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .r-b-app-drawer.r-m-expanded {
    pointer-events: auto;
  }
  /* line 105, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .r-b-app-drawer.r-m-expanded > .r-inner {
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

/* line 120, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-app {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-width: 0;
}

/* line 133, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-app-header {
  z-index: 300;
  width: 100%;
}
/* line 138, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-app-header.r-m-sticky {
  position: absolute;
  top: -65px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 145, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.app-header-stuck .r-b-app-header.r-m-sticky {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 152, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.is-embedded .r-b-app-header {
  display: none;
}

/* line 163, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-app-aside {
  width: 100%;
  background-color: #fff;
  z-index: 301;
}

/* line 174, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-app-main {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-height: 0;
  position: relative;
}

/* line 186, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-content {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-content::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-content::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-content::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-content::-webkit-scrollbar-button {
  display: none;
}
@media (max-width: 599.98px) {
  /* line 197, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .sidebar-open .r-b-content {
    display: none;
  }
}

/* line 210, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-sidebar {
  display: none;
  overflow: visible;
  z-index: 100;
  min-width: 1px;
}
@media (max-width: 1919.98px) {
  /* line 210, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .r-b-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 599.98px) {
  /* line 210, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .r-b-sidebar {
    width: 100%;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 600px) {
  /* line 210, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .r-b-sidebar {
    width: 484px;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 484px;
    -ms-flex: 0 0 484px;
    flex: 0 0 484px;
  }
}
@media (min-width: 2160px) {
  /* line 210, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
  .r-b-sidebar {
    width: 640px;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 640px;
    -ms-flex: 0 0 640px;
    flex: 0 0 640px;
  }
}
/* line 238, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.sidebar-open .r-b-sidebar {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 242, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-sidebar .r-sb-inner {
  position: relative;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 256, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-content-header > .r-inner {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 260, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-content-header > .r-inner .r-container {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

/* line 273, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-content-nav {
  flex: none;
}
/* line 280, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.app-header-stuck .r-b-content-nav.r-m-sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 0;
}
/* line 288, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.app-header-stuck .r-b-content-nav.r-m-sticky + .r-b-content-body .r-m-sticky-container .r-sticky-item {
  top: 74px;
}

/* line 306, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-content-body {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

/* line 319, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-content-header > .r-inner,
.r-b-content-nav > .r-inner,
.r-b-content-body > .r-inner {
  position: relative;
  max-width: 1600px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
}
/* line 327, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-content-header.r-m-constrained > .r-inner,
.r-b-content-nav.r-m-constrained > .r-inner,
.r-b-content-body.r-m-constrained > .r-inner {
  max-width: 624px;
}
/* line 331, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-content-header.r-m-indent > .r-inner,
.r-b-content-nav.r-m-indent > .r-inner,
.r-b-content-body.r-m-indent > .r-inner {
  max-width: 1024px;
}
/* line 335, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-content-header.r-m-fluid > .r-inner,
.r-b-content-nav.r-m-fluid > .r-inner,
.r-b-content-body.r-m-fluid > .r-inner {
  max-width: 100%;
}

/* line 346, ../../../RundlWeb.UI/Content/scss/common/_layout.scss */
.r-b-app-footer {
  position: relative;
  margin-top: 16px;
}

/* line 9, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid .r-cell {
  position: relative;
  float: left;
  display: block;
  margin-top: 8px;
}
/* line 18, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-m-spacer .r-cell {
  margin-top: 16px;
}

/* line 31, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-1 .r-cell {
  width: 100%;
  float: none;
}

/* line 38, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-1 .r-cell:nth-child(-n+1) {
  margin-top: 0;
}

/* line 47, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-2 .r-cell {
  width: 50%;
}
/* line 52, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-2 .r-cell:nth-child(even) {
  padding-left: 4px;
}
/* line 57, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-2 .r-cell:nth-child(odd) {
  padding-right: 4px;
}

/* line 66, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-2 .r-cell:nth-child(-n+2) {
  margin-top: 0;
}

/* line 71, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-2 .r-cell:nth-child(2n+1) {
  clear: left;
}

/* line 80, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-3 .r-cell {
  width: 33.3333333%;
}

/* line 85, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-3 .r-cell:nth-child(3n+3) {
  padding-left: 4px;
}

/* line 90, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-3 .r-cell:nth-child(3n+2) {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 96, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-3 .r-cell:nth-child(3n+1) {
  padding-right: 4px;
}

/* line 101, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-3 .r-cell:nth-child(-n+3) {
  margin-top: 0;
}

/* line 106, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-3 .r-cell:nth-child(3n+1) {
  clear: left;
}

/* line 115, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-4 .r-cell {
  width: 25%;
}

/* line 120, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-4 .r-cell:nth-child(4n+4) {
  padding-right: 0;
  padding-left: 4px;
}

/* line 128, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-4 .r-cell:nth-child(4n+2), .r-grid.r-cols-4 .r-cell:nth-child(4n+3) {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 136, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-4 .r-cell:nth-child(4n+1) {
  padding-right: 4px;
}

/* line 141, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-4 .r-cell:nth-child(-n+4) {
  margin-top: 0;
}

/* line 146, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-4 .r-cell:nth-child(4n+1) {
  clear: left;
}

/* line 154, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-5 .r-cell {
  width: 20%;
}

/* line 159, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-5 .r-cell:nth-child(5n+5) {
  padding-left: 4px;
}

/* line 166, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-5 .r-cell:nth-child(5n+2), .r-grid.r-cols-5 .r-cell:nth-child(5n+3), .r-grid.r-cols-5 .r-cell:nth-child(5n+4) {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 174, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-5 .r-cell:nth-child(5n+1) {
  padding-right: 4px;
}

/* line 179, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-5 .r-cell:nth-child(-n+5) {
  margin-top: 0;
}

/* line 184, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-5 .r-cell:nth-child(5n+1) {
  clear: left;
}

/* line 193, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-6 .r-cell {
  width: 16.6666666666%;
}

/* line 198, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-6 .r-cell:nth-child(6n+6) {
  padding-left: 4px;
}

/* line 205, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-6 .r-cell:nth-child(6n+2), .r-grid.r-cols-6 .r-cell:nth-child(6n+3), .r-grid.r-cols-6 .r-cell:nth-child(6n+4), .r-grid.r-cols-6 .r-cell:nth-child(6n+5) {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 213, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-6 .r-cell:nth-child(6n+1) {
  padding-right: 4px;
}

/* line 218, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-6 .r-cell:nth-child(-n+6) {
  margin-top: 0;
}

/* line 223, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-6 .r-cell:nth-child(6n+1) {
  clear: left;
}

/* line 229, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-flex-grid {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 234, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-flex-grid.r-cols-1 {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 238, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-flex-grid.r-cols-1 .r-cell:nth-child(-n+2) {
  margin: 0 auto;
}
/* line 244, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-flex-grid .r-cell:nth-child(2n+1) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
/* line 248, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-flex-grid .r-cell:nth-child(-n+2) {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* line 258, ../../../RundlWeb.UI/Content/scss/common/_grid.scss */
.r-grid.r-cols-2 .r-cell.r-m-divider:nth-child(even) {
  border-left: 1px solid #dee3e8;
  padding-left: 12px;
}

/* line 15, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header {
  position: relative;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*
   * Responsive
   */
  /*
   * Label style header
   */
  /*
   * Solid background
   */
  /*
   * Line background
   */
  /*
   * Size sml
   */
}
/* line 23, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header .r-marker2 + .r-header-main {
  margin-left: 8px;
}
/* line 29, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header .r-header-main {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0%;
}
/* line 34, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header .r-header-main + .r-header-aside {
  margin-left: 8px;
}
/* line 40, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header .r-header-aside {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-width: 0;
  margin-left: auto;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 56, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header h1.has-controls {
  display: block;
  margin: 6px 0;
  padding: 0 48px;
  overflow: hidden;
}
/* line 70, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-cover {
  padding: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 75, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-cover .r-header-main {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 959.98px) {
  /* line 70, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-content-header.r-m-cover {
    height: 200px;
  }
}
@media (min-width: 960px) and (max-width: 1439.98px) {
  /* line 70, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-content-header.r-m-cover {
    height: 240px;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  /* line 70, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-content-header.r-m-cover {
    height: 280px;
  }
}
@media (min-width: 1920px) {
  /* line 70, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-content-header.r-m-cover {
    height: 320px;
  }
}
@media (min-width: 2160px) {
  /* line 70, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-content-header.r-m-cover {
    height: 360px;
  }
}
/* line 112, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-cover.r-m-has-bg {
  position: relative;
  overflow: hidden;
}
/* line 117, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-cover.r-m-has-bg .r-header-bg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
/* line 129, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-cover.r-m-has-bg .r-header-bg.r-m-edge-bg {
  width: 300px;
  height: 300px;
  transform: rotate(45deg);
  bottom: -150px;
  right: -150px;
}
@media (max-width: 1439.98px) {
  /* line 129, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-content-header.r-m-cover.r-m-has-bg .r-header-bg.r-m-edge-bg {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: -100px;
  }
}
/* line 149, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-cover.r-m-has-bg .r-header-main {
  position: relative;
}
/* line 161, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-wrap {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 166, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-wrap .r-header-main {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
/* line 172, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-wrap .r-header-main + .r-header-aside {
  margin-bottom: 8px;
  margin-left: 0;
}
/* line 185, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-label {
  margin-bottom: 8px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 193, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-label .r-header-main > h1 {
  font-size: 13px !important;
  color: #798c9c;
  font-weight: 600;
}
/* line 199, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-label .r-header-main > .t {
  font-size: 11px;
  color: #798c9c;
  font-weight: 600;
  line-height: 1;
}
/* line 214, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-solid {
  background-color: #fafbfd;
  border-bottom: 1px solid #eff1f3;
}
/* line 223, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-outline {
  border-bottom: 1px solid #eff1f3;
}
/* line 233, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-content-header.r-m-sml {
  padding: 8px !important;
}

/* line 244, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper {
  position: relative;
}
/* line 253, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper .r-avatar {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
/* line 258, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper .r-avatar .r-img-avatar {
  transform: scale(1.02);
}
/* line 273, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper.r-m-floor-fade .r-content.r-m-dark-bg {
  color: #fafbfd;
  text-shadow: 1px 1px #272c30;
}
/* line 278, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper.r-m-floor-fade .r-content.r-m-dark-bg h1, .r-brand-wrapper.r-m-floor-fade .r-content.r-m-dark-bg h2, .r-brand-wrapper.r-m-floor-fade .r-content.r-m-dark-bg .r-name {
  color: inherit;
}
/* line 284, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper.r-m-floor-fade .r-content.r-m-light-bg {
  color: #272c30;
  text-shadow: 1px 1px #c9d3db;
}
/* line 289, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper.r-m-floor-fade .r-content.r-m-light-bg h1, .r-brand-wrapper.r-m-floor-fade .r-content.r-m-light-bg h2, .r-brand-wrapper.r-m-floor-fade .r-content.r-m-light-bg .r-name {
  color: inherit;
}
/* line 298, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper.r-m-floor-fade::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.24), transparent 40%);
  content: ' ';
  z-index: 1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 599.98px) {
  /* line 317, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-brand-wrapper.r-m-textbox .r-content .r-textbox.r-m-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 323, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper.r-m-textbox .r-content .t {
  display: inline;
  padding: 3px 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 0.938rem;
  line-height: 1.625rem;
}
/* line 332, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper.r-m-textbox .r-content.r-m-dark-bg .t {
  background-color: rgba(250, 251, 253, 0.92);
  color: #31373d;
}
/* line 337, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper.r-m-textbox .r-content.r-m-light-bg .t {
  background-color: rgba(49, 55, 61, 0.92);
  color: #fafbfd;
}
/* line 347, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-brand-wrapper .r-container,
.r-brand-wrapper .r-header-section {
  z-index: 1;
}

/* line 360, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-marker {
  float: left;
  margin-right: 8px;
  text-align: center;
}
/* line 367, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-marker + .r-content {
  overflow: hidden;
}

/* line 373, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-marker2 {
  position: relative;
  line-height: 1;
}

/* line 383, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-item-actions {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 3px;
}
/* line 390, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-item-actions::before {
  width: 100%;
  right: 100%;
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
}
/* line 399, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-item-actions.r-m-shadow {
  background-color: inherit;
  /*
   * Turns off shadow until hover over some parent.
   */
}
/* line 406, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-item-actions.r-m-shadow::before {
  background: -webkit-linear-gradient( left , rgba(255, 255, 255, 0), white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
/* line 414, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-item-actions.r-m-shadow.r-m-discreet {
  background-color: transparent;
  /*
   * No hover on mobile. needs to be on.
   */
}
/* line 418, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-item-actions.r-m-shadow.r-m-discreet::before {
  background: transparent;
}
@media (any-pointer: coarse) {
  /* line 414, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-item-actions.r-m-shadow.r-m-discreet {
    background-color: inherit;
  }
  /* line 431, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-item-actions.r-m-shadow.r-m-discreet::before {
    background: -webkit-linear-gradient( left , rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
}

/* line 448, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-embed-responsive {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}
/* line 455, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-embed-responsive::before {
  display: block;
  content: " ";
  padding-top: 56.25%;
  /* 16:9 */
}
/* line 461, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-embed-responsive .r-embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 478, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-embed-responsive .r-thumb-wrapper .r-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 489, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-embed-responsive .r-thumb-wrapper .r-btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 72px;
  width: 72px;
  margin-left: -36px;
  margin-top: -36px;
}
/* line 506, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-embed-responsive .r-embed-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #dee3e8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 522, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-embed-responsive .r-embed-placeholder .r-form-control {
  max-width: 250px;
}
/* line 526, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-embed-responsive .r-embed-placeholder .r-help {
  color: #fff;
}

/* line 534, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-img-content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 547, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text-frame {
  max-width: 624px;
}
/* line 554, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text-frame.is-expandable .r-text.is-collapsed::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}
/* line 565, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text-frame.is-expandable .r-text.is-expanded {
  max-height: inherit !important;
  overflow: visible !important;
  height: auto !important;
}
/* line 573, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text-frame .r-text-expand-btn {
  font-size: 0.75rem;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: initial;
}

/* line 585, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.collapsed .r-m-markdown {
  display: block;
}
/* line 589, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.collapsed .r-m-markdown::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
}
/* line 599, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.collapsed .r-m-markdown.r-m-fade-white::after {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}
/* line 607, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.collapsed .r-m-markdown.r-fade-grey-2::after {
  background: -webkit-linear-gradient(rgba(239, 241, 243, 0), #eff1f3);
  background: linear-gradient(rgba(239, 241, 243, 0), #eff1f3);
}
/* line 613, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-mdl-content-body .collapsed .r-m-markdown.r-fade-grey-2::after {
  background: -webkit-linear-gradient(rgba(239, 241, 243, 0), #e9eeed);
  background: linear-gradient(rgba(239, 241, 243, 0), #e9eeed);
}
/* line 623, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.collapsed .r-m-markdown.r-fade-grey-1::after {
  background: -webkit-linear-gradient(rgba(250, 251, 253, 0), #fafbfd);
  background: linear-gradient(rgba(250, 251, 253, 0), #fafbfd);
}
/* line 631, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.collapsed .r-m-markdown.r-fade-primary-1::after {
  background: -webkit-linear-gradient(rgba(240, 246, 255, 0), #f0f6ff);
  background: linear-gradient(rgba(240, 246, 255, 0), #f0f6ff);
}

/* line 646, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
      word-break: break-all;
  }
  @else {
      word-break: $wrap;
  }*/
  position: relative;
  /*
   * Markdown
   */
  /*
   * Quote text. Has lead-in icon.
   */
  /*
   * Editable text
   */
}
/* line 651, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.r-text-xml {
  white-space: pre-wrap;
  font-family: Monaco, Consolas, "Courier New", monospace;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 666, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text p, .r-text ul, .r-text ol, .r-text dl {
  font-size: inherit;
  line-height: inherit;
}
/* line 671, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text p + p, .r-text p + ul, .r-text p + ol, .r-text p + dl, .r-text ul + ol, .r-text ol + ul, .r-text ul + p, .r-text ol + p, .r-text dl + p {
  margin-top: 0.875em;
}
/* line 686, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.r-m-markdown p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
      word-break: break-all;
  }
  @else {
      word-break: $wrap;
  }*/
}
/* line 690, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.r-m-markdown ol, .r-text.r-m-markdown ul {
  list-style: inherit;
  padding-left: 25px;
  margin-left: 0;
  text-align: left;
}
/* line 697, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.r-m-markdown ol {
  list-style-type: decimal;
}
/* line 701, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.r-m-markdown ul {
  list-style-type: disc;
}
/* line 705, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.r-m-markdown li {
  float: none !important;
}
/* line 709, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.r-m-markdown em {
  font-style: italic;
}
/* line 721, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.r-m-quoted::before {
  font-size: 1.75rem;
  color: #dee3e8;
}
/* line 734, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.is-editable::after {
  -webkit-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
  margin-left: 4px;
  font-size: 0.75rem;
  color: inherit;
  opacity: 0.3;
}
/* line 742, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-m-xsml.r-text.is-editable::after {
  font-size: 10px;
}
/* line 748, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.is-editable::before {
  content: none;
}
/* line 752, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.is-editable.fi-pencil::after {
  content: "\e94e";
}
/* line 758, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-text.is-editable:hover::after {
  opacity: 1;
}

/* line 775, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-i + .t {
  margin-left: 0.375rem;
}
/* line 779, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-i.r-m-svg {
  display: inline-block;
  fill: currentColor;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* line 796, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-no-data {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
/* line 806, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-no-data .r-card-header.r-icon .r-i {
  font-size: 2.5rem;
  color: #178dee;
  opacity: 0.9;
}
/* line 814, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-no-data .r-card-header + .r-card-body {
  margin-top: 12px;
}
/* line 822, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-no-data .r-no-data-description > .t {
  color: #31373d;
  font-size: 0.938rem;
  font-style: italic;
}
/* line 830, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-no-data.r-m-prominent {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 1024px;
}
/* line 840, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-no-data.r-m-prominent .r-card-header.r-icon {
  background-image: url('/Content/images/no-data.svg?1689826750');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-height: 667px) {
  /* line 849, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-no-data.r-m-prominent .r-card-header.r-m-has-img {
    min-height: 300px;
  }
}
@media (min-height: 667.1px) and (max-height: 1024px) {
  /* line 849, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-no-data.r-m-prominent .r-card-header.r-m-has-img {
    min-height: 500px;
  }
}
@media (min-height: 1024.1px) {
  /* line 849, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .r-no-data.r-m-prominent .r-card-header.r-m-has-img {
    min-height: 570px;
  }
}
/* line 865, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-no-data.r-m-prominent .r-card-header + .r-card-body {
  margin-top: 16px;
}
/* line 871, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-no-data.r-m-prominent r-card-footer {
  margin-top: 16px;
}

/* line 884, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-line-container {
  width: 100%;
  height: 8px;
}
/* line 889, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-line-container svg {
  height: inherit;
  width: inherit;
}

/* line 898, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container .r-progressbar-label {
  text-align: center;
  font-size: 0.938rem;
  line-height: 1;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container .r-progressbar-label::after {
  display: block;
  content: '%';
  color: #94a7b8;
  font-size: 0.75rem;
}
/* line 913, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-middled {
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 922, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-xsml {
  width: 32px;
  height: 32px;
}
/* line 927, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-xsml .r-progressbar-label {
  font-size: 0.625rem;
}
/* line 931, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-xsml .r-progressbar-label::after {
  font-size: 8px;
}
/* line 939, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-small {
  width: 48px;
  height: 48px;
}
/* line 944, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-medium {
  width: 50px;
  height: 50px;
}
/* line 949, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-large {
  width: 75px;
  height: 75px;
}
/* line 954, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-large .r-progressbar-label {
  font-size: 1.25rem;
}
/* line 958, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-large .r-progressbar-label::after {
  font-size: 16px;
}
/* line 967, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-progressbar-circle-container.r-m-hidden .r-progressbar-label {
  display: none;
}

/* line 980, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-rich-composer {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: border-color 0.15s linear 0s;
  transition: border-color 0.15s linear 0s;
}
/* line 992, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-rich-composer.r-m-no-border {
  border: none;
  padding: 0;
}
/* line 997, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-rich-composer.r-input-error {
  border-color: #f5c024 !important;
}
/* line 1001, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-rich-composer .r-content-editor {
  display: block;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
/* line 1006, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-rich-composer .r-content-editor .r-form-control {
  border: none;
  overflow-y: hidden !important;
  padding: 0;
}
/* line 1014, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-rich-composer .r-content-picker {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-top: 4px;
}
/* line 1021, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-rich-composer + .r-validation {
  width: 100%;
}

/* line 1032, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-controls {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -8px;
  line-height: 1;
}
/* line 1039, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-controls .r-control {
  margin-left: 8px;
}
/* line 1045, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-controls .r-control + .r-control.r-m-bullet:before {
  content: "\00b7";
  margin-right: 8px;
}
/* line 1058, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-controls.r-m-actions {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 1062, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-controls.r-m-actions .r-control {
  width: 72px;
  text-align: center;
}
/* line 1069, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-controls.r-m-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}
/* line 1074, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-controls.r-m-wrap .r-control {
  margin: 8px;
}

/* line 1082, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-control {
  position: relative;
}
/* line 1088, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-control .r-btn-icon + .t {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.2;
}

/* line 1103, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-floating-action {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2;
}
/* line 1110, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-floating-action .r-btn {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
}
@media (min-width: 600px) {
  /* line 1115, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .sidebar-open .r-floating-action {
    right: 500px;
  }
}
@media (min-width: 2160px) {
  /* line 1115, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
  .sidebar-open .r-floating-action {
    right: 656px;
  }
}

/* line 1134, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip,
.ui-tooltip {
  position: absolute;
  display: block;
  visibility: visible;
  padding: 5px;
  opacity: 0;
  z-index: 4000;
}
/* line 1144, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip.in,
.ui-tooltip.in {
  opacity: 1;
}
/* line 1148, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip.top,
.ui-tooltip.top {
  margin-top: -2px;
}
/* line 1152, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip.top .tooltip-arrow,
.ui-tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #272c30;
}
/* line 1163, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip.right,
.ui-tooltip.right {
  margin-left: 2px;
}
/* line 1167, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip.right .tooltip-arrow,
.ui-tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #272c30;
}
/* line 1178, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip.bottom,
.ui-tooltip.bottom {
  margin-top: 2px;
}
/* line 1182, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip.bottom .tooltip-arrow,
.ui-tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #272c30;
}
/* line 1193, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip.left,
.ui-tooltip.left {
  margin-left: -2px;
}
/* line 1197, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip.left .tooltip-arrow,
.ui-tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #272c30;
}
/* line 1208, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip .tooltip-inner,
.tooltip .ui-tooltip-content,
.ui-tooltip .tooltip-inner,
.ui-tooltip .ui-tooltip-content {
  color: #fafbfd;
  text-align: center;
  text-decoration: none;
  background-color: #272c30;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  max-width: 200px;
  padding: 8px 12px;
  word-break: break-word;
  width: max-content;
}
/* line 1223, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.tooltip .tooltip-arrow,
.ui-tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/* line 1236, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  background-color: #f5c024;
  visibility: hidden;
  opacity: 0;
}
/* line 1250, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-status-indicator.r-is-active {
  visibility: visible;
  opacity: 1;
}
/* line 1255, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-status-indicator.r-m-sml {
  width: 8px;
  height: 8px;
}
/* line 1260, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-status-indicator.r-m-danger {
  background-color: #d95b45;
}
/* line 1264, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-status-indicator.r-m-info {
  background-color: #178dee;
}
/* line 1269, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-control .r-status-indicator {
  position: absolute;
  z-index: 1;
  top: -2px;
  right: -4px;
}
/* line 1276, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-control .r-status-indicator.r-m-sml {
  top: 1px;
  right: 2px;
}

/* line 1290, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-status-icon {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #94a7b8;
}
/* line 1305, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-status-icon .r-i::before {
  display: block;
  font-size: 0.75rem;
}
/* line 1312, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-btn-sml + .r-status-icon {
  width: 16px;
  height: 16px;
}
/* line 1319, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-btn-sml + .r-status-icon .r-i::before {
  font-size: 0.625rem;
}
/* line 1327, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-control .r-status-icon, .r-context-selector .r-status-icon, .r-avatar .r-status-icon {
  position: absolute;
  right: -4px;
  top: -2px;
  z-index: 1;
}

/* line 1345, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 1349, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-marker2 {
  position: relative;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-width: 18px;
  min-height: inherit;
}
/* line 1357, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-tl-line {
  border-right: 4px solid #dee3e8;
}
/* line 1361, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-tl-icon {
  position: absolute;
  z-index: 1;
  right: -6px;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
}
/* line 1373, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-tl-icon .r-tag.r-m-xsml {
  height: 16px;
}
/* line 1377, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-tl-icon .r-tag.r-m-xsml.r-m-circle {
  width: 16px;
}
/* line 1381, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-tl-icon .r-tag.r-m-xsml.r-m-outline {
  border-width: 3px;
  border-color: #dee3e8;
}
/* line 1390, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-tl-event-main {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 5px 0 14px 20px;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
/* line 1399, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-tl-event-section {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
/* line 1404, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-tl-event-section:nth-child(2) {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
}
/* line 1411, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event .r-tl-event-section .r-title {
  font-size: 0.875rem;
}
/* line 1424, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-is-active .r-tl-icon {
  right: -10px;
}
/* line 1437, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-active-event:nth-last-child(2) {
  min-height: 60px;
}
/* line 1441, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-active-event .r-tl-line {
  border-right-style: dotted;
}
/* line 1445, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-active-event .r-tl-icon {
  right: -14px;
}
/* line 1449, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-active-event .r-tl-event-main {
  padding-top: 12px;
  padding-bottom: 10px;
}
/* line 1458, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-current-event .r-tl-line {
  border-right-style: dotted;
}
/* line 1462, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-current-event .r-tl-icon {
  top: 12px;
}
/* line 1466, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-current-event .r-tl-event-main {
  padding-top: 16px;
}
/* line 1472, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-current-event .r-tl-event-section .r-title {
  max-height: calc(2.4em);
}
/* line 1476, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-current-event .r-tl-event-section .r-title .r-name {
  max-height: 2.4em;
  overflow: hidden;
  display: block;
}
/* line 1490, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-wrap .r-tl-event-main {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1494, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-wrap .r-tl-event-section {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 1499, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-timeline .r-tl-event.r-m-wrap .r-tl-event-section + .r-tl-event-section {
  margin-top: 4px;
}

/* line 1517, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-dots-light {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fafbfd' fill-opacity='0.08' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

/* line 1521, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-dots-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272c30' fill-opacity='0.08' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

/* line 1525, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-waves-light {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23fafbfd' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* line 1529, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-waves-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23272c30' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* line 1533, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-pluses-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23272c30' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 1542, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-spinner-wrapper {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 1547, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-spinner-wrapper.r-m-global {
  position: fixed;
  top: 68px;
  left: calc(50% - 21px);
  width: 42px;
  z-index: 4000;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
}
/* line 1558, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-spinner-wrapper.r-m-global .r-spinner {
  width: 33px;
  height: 33px;
  margin: 5px;
}

/* line 1568, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-spinner {
  border-width: 0.4em;
  border-style: solid;
  border-color: #eaeaea;
  border-left-color: #178dee;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  width: 38px;
  height: 38px;
  font-size: 10px;
  text-indent: -9999em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: loadSpin;
  -moz-animation-name: loadSpin;
  -ms-animation-name: loadSpin;
  animation-name: loadSpin;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}
@-moz-keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}
@-ms-keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}
@-o-keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}
@keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}
/* line 1590, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-spinner.r-m-large {
  border-width: 0.7em;
  width: 200px;
  height: 200px;
}
/* line 1596, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-spinner.r-m-small {
  border-width: 0.2em;
  width: 32px;
  height: 32px;
}

/* line 1611, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-title,
.r-subtitle,
.r-metadata {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
      word-break: break-all;
  }
  @else {
      word-break: $wrap;
  }*/
  line-height: 1.2;
  min-width: 0px;
}

/* line 1623, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-title + .r-subtitle,
.r-title + .r-metadata {
  margin-top: 4px;
}
/* line 1631, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-title.r-m-tagged h1 {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 4px;
}
/* line 1637, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-title.r-m-tagged h1 .r-tag {
  margin-left: 4px;
}

/* line 1649, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-subtitle + .r-subtitle {
  margin-top: 4px;
}
/* line 1653, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-subtitle + .r-metadata {
  margin-top: 6px;
}

/* line 1659, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-title + .r-text,
.r-subtitle + .r-text,
.r-metadata + .r-text {
  margin-top: 8px;
}

/* line 1667, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
.r-metadata + .r-metadata {
  margin-top: 4px;
}

/* line 1678, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
a:link,
a:visited {
  color: #3da8ff;
  text-decoration: none;
}
/* line 1684, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
a:link.t,
a:visited.t {
  color: inherit;
}
/* line 1688, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
a:link:hover, a:link:focus,
a:visited:hover,
a:visited:focus {
  text-decoration: underline;
}
/* line 1695, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
a:link.r-is-disabled:hover, a:link.r-is-disabled:focus,
a:visited.r-is-disabled:hover,
a:visited.r-is-disabled:focus {
  text-decoration: none;
}

/* line 1707, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .r-name a {
  color: inherit;
  font-size: inherit;
}

/* line 1718, ../../../RundlWeb.UI/Content/scss/common/_common.scss */
a.r-name:hover {
  cursor: pointer;
}

/* line 14, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-group {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 18, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-group > .r-btn {
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* line 23, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-group > .r-btn + .r-btn.r-m-outline {
  border-left-width: 0;
}
/* line 27, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-group > .r-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 32, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-group > .r-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 1px !important;
}
/* line 38, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-group > .r-btn + .r-btn {
  margin-left: 0;
}

/* line 51, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-indent: 0;
  font-family: inherit;
  cursor: pointer;
}

/* line 69, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn {
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear, opacity 0.15s linear, color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear, opacity 0.15s linear, color 0.15s linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  vertical-align: middle;
  /*
   * Fill one row
   */
  /*
   * Remove circle rounding
   */
  /*
   * Hollow style
   */
  /*
   * Make button look like input field
   */
  /*
   * Add title font
   */
  /*
   * Anchor as button
   */
  /*
   * Turn standard button into icon button. Used in settings dropdown
   */
  /*
   * Hide icon by default. Show on hover
   */
  /*
   * Drop down button
   */
  /*
   * Focus styles
   */
}
/* line 91, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn + .r-btn {
  margin-left: 6px;
}
/* line 95, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn[style*="display: none"], .r-btn[style*="display: none"] + .r-btn {
  margin-left: 0px;
}
/* line 104, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn:disabled, .r-btn.r-is-disabled {
  opacity: 0.76;
  cursor: not-allowed;
}
/* line 111, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-is-busy:disabled .t {
  background-image: url('/Content/images/loading_med.svg?1689826750');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  color: transparent;
}
/* line 128, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-block {
  width: 100%;
}
/* line 136, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-square {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 144, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-outline {
  border-width: 1px;
  border-style: solid;
}
/* line 153, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-input {
  height: 38px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 0.938rem;
  font-weight: inherit;
  font-weight: initial;
  line-height: inherit;
}
/* line 165, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-input .t {
  color: #31373d;
  letter-spacing: inherit;
}
/* line 170, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-input.r-white {
  background-color: #fff;
}
/* line 174, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-input:focus {
  border-color: #178dee;
  outline: none;
}
/* line 179, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-input-error.r-btn.r-m-input {
  border-color: #f5c024;
}
/* line 191, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-title .t {
  font-family: "Nunito", sans-serif;
  letter-spacing: 1px;
}
/* line 202, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
a.r-btn {
  color: inherit;
}
/* line 207, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
a.r-btn:hover, a.r-btn:focus {
  text-decoration: none;
}
/* line 219, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-hide-text .t {
  display: none;
}
/* line 233, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-discreet:enabled .r-i::before {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (any-pointer: coarse) {
  /* line 233, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
  .r-btn.r-m-discreet:enabled .r-i::before {
    opacity: 1;
  }
}
/* line 249, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-discreet:enabled:hover:enabled .r-i::before, .r-btn.r-m-discreet:enabled:active:enabled .r-i::before, .r-btn.r-m-discreet:enabled:focus:enabled .r-i::before {
  opacity: 1 !important;
}
/* line 269, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-dropdown.r-btn-plain::after, .r-btn.r-m-dropdown.r-btn-standard::after, .r-btn.r-m-dropdown.r-m-input::after {
  font-size: 70%;
  margin-left: 4px;
  opacity: 0.5;
  font-family: "jarc" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
/* line 278, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-dropdown.r-btn-plain::before, .r-btn.r-m-dropdown.r-btn-standard::before, .r-btn.r-m-dropdown.r-m-input::before {
  content: none;
}
/* line 282, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-dropdown.r-btn-plain.r-m-toggle::after, .r-btn.r-m-dropdown.r-btn-standard.r-m-toggle::after, .r-btn.r-m-dropdown.r-m-input.r-m-toggle::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 290, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-dropdown.r-btn-icon .r-i {
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
/* line 296, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-dropdown.r-btn-icon.r-m-toggle .r-i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 310, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn:focus {
  outline: none;
}
/* line 314, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn::-moz-focus-inner {
  border: 0;
}

/*
 *  1. Plain button. 
 */
/* line 333, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-plain {
  display: inline;
  -webkit-backface-visibility: hidden;
  white-space: normal;
  text-align: left;
  vertical-align: inherit;
  vertical-align: initial;
}

/*
 *  2. Standard button
 */
/* line 346, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard {
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  font-weight: 600;
}
/* line 353, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard .t {
  letter-spacing: .0892857143em;
  opacity: 0.95;
}
/* line 358, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard .t + .r-i {
  margin-left: 4px;
  opacity: 0.7;
}
/* line 365, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard.r-m-transparent {
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*
 *  3. Icon button
 */
/* line 377, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-icon {
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
}
/* line 381, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-icon .r-i::before {
  display: block;
}

/*
 *  4. Card button
 */
/* line 391, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-card {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 398, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-card .r-i + .t {
  font-size: 0.938rem;
  margin-top: 12px;
  margin-left: 0;
}
/* line 406, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-card .r-i::before,
.r-btn.r-m-card .t {
  display: block;
}
/* line 412, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-card.r-m-dashed {
  border-style: dashed;
}
/* line 416, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-card.r-m-dashed:hover {
  border-style: solid;
}
/* line 428, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-card.r-m-xsmall {
  width: 180px;
  height: 120px;
}
/* line 433, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-card.r-m-xsmall .r-i {
  font-size: 2rem;
}
/* line 440, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-card.r-m-small {
  width: 234px;
  height: 156px;
}
/* line 445, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn.r-m-card.r-m-small .r-i {
  font-size: 3rem;
}

/* line 459, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-plain {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 142, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-white {
  color: #fff !important;
}
/* line 144, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-meta {
  color: #31373d !important;
}
/* line 146, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-light {
  color: #94a7b8 !important;
}
/* line 148, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-light-1 {
  color: #dee3e8 !important;
}
/* line 150, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-default {
  color: #798c9c !important;
}
/* line 152, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-info {
  color: #178dee !important;
}
/* line 154, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-neutral {
  color: #3da8ff !important;
}
/* line 156, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-success {
  color: #44ca6c !important;
}
/* line 158, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-danger {
  color: #d95b45 !important;
}
/* line 160, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-danger-500 {
  color: #db6651 !important;
}
/* line 162, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-warning {
  color: #f5c024 !important;
}
/* line 164, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-warning-700 {
  color: #ce9909 !important;
}
/* line 166, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-warning-900 {
  color: #a37a00 !important;
}
/* line 168, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-splash-100 {
  color: #d4ccdb !important;
}
/* line 170, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-splash-600 {
  color: #5f427b !important;
}
/* line 172, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-plain.r-splash-900 {
  color: #34174f !important;
}
/* line 466, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-plain:enabled:hover, .r-btn-plain:enabled:active, .r-btn-plain:enabled:focus {
  opacity: 0.68;
}
/* line 474, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-plain:enabled:focus .t {
  text-decoration: underline;
}
/* line 483, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-plain:disabled {
  opacity: 0.68;
}

/* line 490, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard,
.r-btn-icon {
  background-color: #eff1f3;
  color: #798c9c;
}
/* line 500, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard.r-m-outline,
.r-btn-icon.r-m-outline {
  border-color: #dee3e8;
}
/* line 504, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard:hover,
.r-btn-icon:hover {
  background-color: #dee3e8;
}
/* line 508, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard:active, .r-btn-standard:focus, .r-btn-standard.r-is-active,
.r-btn-icon:active,
.r-btn-icon:focus,
.r-btn-icon.r-is-active {
  color: #272c30;
  background-color: #c9d3db;
}
/* line 519, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard:hover:disabled, .r-btn-standard:active:disabled, .r-btn-standard:focus:disabled,
.r-btn-icon:hover:disabled,
.r-btn-icon:active:disabled,
.r-btn-icon:focus:disabled {
  background-color: #eff1f3;
}
/* line 527, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard.r-m-outline.r-is-active,
.r-btn-icon.r-m-outline.r-is-active {
  border-color: #94a7b8;
}
/* line 533, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard.r-m-outline, .r-btn-standard.r-m-transparent,
.r-btn-icon.r-m-outline,
.r-btn-icon.r-m-transparent {
  background-color: transparent;
}
/* line 538, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard.r-m-outline:hover, .r-btn-standard.r-m-transparent:hover,
.r-btn-icon.r-m-outline:hover,
.r-btn-icon.r-m-transparent:hover {
  background-color: rgba(239, 241, 243, 0.92);
}
/* line 542, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard.r-m-outline:active, .r-btn-standard.r-m-outline:focus, .r-btn-standard.r-m-outline.r-is-active, .r-btn-standard.r-m-outline.r-is-active:disabled, .r-btn-standard.r-m-transparent:active, .r-btn-standard.r-m-transparent:focus, .r-btn-standard.r-m-transparent.r-is-active, .r-btn-standard.r-m-transparent.r-is-active:disabled,
.r-btn-icon.r-m-outline:active,
.r-btn-icon.r-m-outline:focus,
.r-btn-icon.r-m-outline.r-is-active,
.r-btn-icon.r-m-outline.r-is-active:disabled,
.r-btn-icon.r-m-transparent:active,
.r-btn-icon.r-m-transparent:focus,
.r-btn-icon.r-m-transparent.r-is-active,
.r-btn-icon.r-m-transparent.r-is-active:disabled {
  background-color: rgba(222, 227, 232, 0.84);
}
/* line 549, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard.r-m-outline:disabled, .r-btn-standard.r-m-transparent:disabled,
.r-btn-icon.r-m-outline:disabled,
.r-btn-icon.r-m-transparent:disabled {
  background-color: transparent;
}
/* line 178, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta,
.r-btn-icon.r-meta {
  background-color: #272c30;
  color: #f3f5f6;
}
/* line 183, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta.r-m-outline,
.r-btn-icon.r-meta.r-m-outline {
  border-color: #272c30;
}
/* line 187, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta.r-m-outline, .r-btn-standard.r-meta.r-m-transparent,
.r-btn-icon.r-meta.r-m-outline,
.r-btn-icon.r-meta.r-m-transparent {
  background-color: transparent;
  color: #272c30;
}
/* line 195, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta:hover,
.r-btn-icon.r-meta:hover {
  background-color: #31373d;
}
/* line 199, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta:active, .r-btn-standard.r-meta:focus, .r-btn-standard.r-meta.r-is-active,
.r-btn-icon.r-meta:active,
.r-btn-icon.r-meta:focus,
.r-btn-icon.r-meta.r-is-active {
  background-color: #798c9c;
}
/* line 207, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta:disabled:hover, .r-btn-standard.r-meta:disabled:active, .r-btn-standard.r-meta:disabled:focus, .r-btn-standard.r-meta:disabled.r-is-active,
.r-btn-icon.r-meta:disabled:hover,
.r-btn-icon.r-meta:disabled:active,
.r-btn-icon.r-meta:disabled:focus,
.r-btn-icon.r-meta:disabled.r-is-active {
  background-color: #31373d;
}
/* line 219, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta.r-m-outline:hover, .r-btn-standard.r-meta.r-m-transparent:hover,
.r-btn-icon.r-meta.r-m-outline:hover,
.r-btn-icon.r-meta.r-m-transparent:hover {
  background-color: #eff1f3;
}
/* line 223, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta.r-m-outline:active, .r-btn-standard.r-meta.r-m-outline:focus, .r-btn-standard.r-meta.r-m-outline.r-is-active, .r-btn-standard.r-meta.r-m-transparent:active, .r-btn-standard.r-meta.r-m-transparent:focus, .r-btn-standard.r-meta.r-m-transparent.r-is-active,
.r-btn-icon.r-meta.r-m-outline:active,
.r-btn-icon.r-meta.r-m-outline:focus,
.r-btn-icon.r-meta.r-m-outline.r-is-active,
.r-btn-icon.r-meta.r-m-transparent:active,
.r-btn-icon.r-meta.r-m-transparent:focus,
.r-btn-icon.r-meta.r-m-transparent.r-is-active {
  background-color: #dee3e8;
}
/* line 231, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta.r-m-outline:disabled:hover, .r-btn-standard.r-meta.r-m-outline:disabled:active, .r-btn-standard.r-meta.r-m-outline:disabled:focus, .r-btn-standard.r-meta.r-m-transparent:disabled:hover, .r-btn-standard.r-meta.r-m-transparent:disabled:active, .r-btn-standard.r-meta.r-m-transparent:disabled:focus,
.r-btn-icon.r-meta.r-m-outline:disabled:hover,
.r-btn-icon.r-meta.r-m-outline:disabled:active,
.r-btn-icon.r-meta.r-m-outline:disabled:focus,
.r-btn-icon.r-meta.r-m-transparent:disabled:hover,
.r-btn-icon.r-meta.r-m-transparent:disabled:active,
.r-btn-icon.r-meta.r-m-transparent:disabled:focus {
  background-color: transparent;
}
/* line 245, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta-flip,
.r-btn-icon.r-meta-flip {
  background-color: #dee3e8;
  color: #31373d;
}
/* line 252, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta-flip:hover,
.r-btn-icon.r-meta-flip:hover {
  background-color: #c9d3db;
}
/* line 256, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta-flip:active, .r-btn-standard.r-meta-flip:focus,
.r-btn-icon.r-meta-flip:active,
.r-btn-icon.r-meta-flip:focus {
  background-color: #94a7b8;
}
/* line 263, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-meta-flip:disabled:hover, .r-btn-standard.r-meta-flip:disabled:active, .r-btn-standard.r-meta-flip:disabled:focus,
.r-btn-icon.r-meta-flip:disabled:hover,
.r-btn-icon.r-meta-flip:disabled:active,
.r-btn-icon.r-meta-flip:disabled:focus {
  background-color: #dee3e8;
}
/* line 275, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success,
.r-btn-icon.r-success {
  background-color: #44ca6c;
  color: #edf8ef;
}
/* line 280, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success.r-m-outline,
.r-btn-icon.r-success.r-m-outline {
  border-color: #44ca6c;
}
/* line 284, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success.r-m-outline, .r-btn-standard.r-success.r-m-transparent,
.r-btn-icon.r-success.r-m-outline,
.r-btn-icon.r-success.r-m-transparent {
  background-color: transparent;
  color: #44ca6c;
}
/* line 292, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success:hover,
.r-btn-icon.r-success:hover {
  background-color: #58d07c;
}
/* line 296, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success:active, .r-btn-standard.r-success:focus, .r-btn-standard.r-success.r-is-active,
.r-btn-icon.r-success:active,
.r-btn-icon.r-success:focus,
.r-btn-icon.r-success.r-is-active {
  background-color: #58d07c;
  color: #f7fdf8;
}
/* line 305, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success:disabled:hover, .r-btn-standard.r-success:disabled:active, .r-btn-standard.r-success:disabled:focus, .r-btn-standard.r-success:disabled.r-is-active,
.r-btn-icon.r-success:disabled:hover,
.r-btn-icon.r-success:disabled:active,
.r-btn-icon.r-success:disabled:focus,
.r-btn-icon.r-success:disabled.r-is-active {
  background-color: #44ca6c;
}
/* line 317, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success.r-m-outline:active, .r-btn-standard.r-success.r-m-outline:focus, .r-btn-standard.r-success.r-m-outline.r-is-active, .r-btn-standard.r-success.r-m-transparent:active, .r-btn-standard.r-success.r-m-transparent:focus, .r-btn-standard.r-success.r-m-transparent.r-is-active,
.r-btn-icon.r-success.r-m-outline:active,
.r-btn-icon.r-success.r-m-outline:focus,
.r-btn-icon.r-success.r-m-outline.r-is-active,
.r-btn-icon.r-success.r-m-transparent:active,
.r-btn-icon.r-success.r-m-transparent:focus,
.r-btn-icon.r-success.r-m-transparent.r-is-active {
  color: #26ba53;
}
/* line 325, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success.r-m-outline:disabled:hover, .r-btn-standard.r-success.r-m-outline:disabled:active, .r-btn-standard.r-success.r-m-outline:disabled:focus, .r-btn-standard.r-success.r-m-transparent:disabled:hover, .r-btn-standard.r-success.r-m-transparent:disabled:active, .r-btn-standard.r-success.r-m-transparent:disabled:focus,
.r-btn-icon.r-success.r-m-outline:disabled:hover,
.r-btn-icon.r-success.r-m-outline:disabled:active,
.r-btn-icon.r-success.r-m-outline:disabled:focus,
.r-btn-icon.r-success.r-m-transparent:disabled:hover,
.r-btn-icon.r-success.r-m-transparent:disabled:active,
.r-btn-icon.r-success.r-m-transparent:disabled:focus {
  background-color: transparent;
}
/* line 337, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success.r-m-transparent:hover,
.r-btn-icon.r-success.r-m-transparent:hover {
  background-color: #edf8ef;
}
/* line 341, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success.r-m-transparent:active, .r-btn-standard.r-success.r-m-transparent:focus,
.r-btn-icon.r-success.r-m-transparent:active,
.r-btn-icon.r-success.r-m-transparent:focus {
  background-color: #cbf0d3;
}
/* line 350, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success.r-m-outline:hover,
.r-btn-icon.r-success.r-m-outline:hover {
  background-color: rgba(68, 202, 108, 0.08);
}
/* line 354, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success.r-m-outline:active, .r-btn-standard.r-success.r-m-outline:focus,
.r-btn-icon.r-success.r-m-outline:active,
.r-btn-icon.r-success.r-m-outline:focus {
  background-color: rgba(68, 202, 108, 0.16);
}
/* line 365, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success-flip,
.r-btn-icon.r-success-flip {
  background-color: #cbf0d3;
  color: #099f36;
}
/* line 372, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success-flip:hover,
.r-btn-icon.r-success-flip:hover {
  background-color: #98ebb1;
}
/* line 376, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success-flip:active, .r-btn-standard.r-success-flip:focus,
.r-btn-icon.r-success-flip:active,
.r-btn-icon.r-success-flip:focus {
  background-color: #6adc87;
}
/* line 385, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-success-flip:hover:disabled, .r-btn-standard.r-success-flip:active:disabled, .r-btn-standard.r-success-flip:focus:disabled,
.r-btn-icon.r-success-flip:hover:disabled,
.r-btn-icon.r-success-flip:active:disabled,
.r-btn-icon.r-success-flip:focus:disabled {
  background-color: #cbf0d3;
}
/* line 395, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger,
.r-btn-icon.r-danger {
  background-color: #d95b45;
  color: #fff6f5;
}
/* line 400, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger.r-m-outline,
.r-btn-icon.r-danger.r-m-outline {
  border-color: #d95b45;
}
/* line 406, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger:hover,
.r-btn-icon.r-danger:hover {
  background-color: #db6651;
}
/* line 410, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger:active, .r-btn-standard.r-danger:focus,
.r-btn-icon.r-danger:active,
.r-btn-icon.r-danger:focus {
  background-color: #f8826d;
}
/* line 419, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger:hover:disabled, .r-btn-standard.r-danger:active:disabled, .r-btn-standard.r-danger:focus:disabled,
.r-btn-icon.r-danger:hover:disabled,
.r-btn-icon.r-danger:active:disabled,
.r-btn-icon.r-danger:focus:disabled {
  background-color: #d95b45;
}
/* line 427, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger.r-m-outline, .r-btn-standard.r-danger.r-m-transparent,
.r-btn-icon.r-danger.r-m-outline,
.r-btn-icon.r-danger.r-m-transparent {
  background-color: transparent;
  color: #d95b45;
}
/* line 435, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger.r-m-outline:hover, .r-btn-standard.r-danger.r-m-transparent:hover,
.r-btn-icon.r-danger.r-m-outline:hover,
.r-btn-icon.r-danger.r-m-transparent:hover {
  background-color: #fff6f5;
}
/* line 439, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger.r-m-outline:active, .r-btn-standard.r-danger.r-m-outline:focus, .r-btn-standard.r-danger.r-m-transparent:active, .r-btn-standard.r-danger.r-m-transparent:focus,
.r-btn-icon.r-danger.r-m-outline:active,
.r-btn-icon.r-danger.r-m-outline:focus,
.r-btn-icon.r-danger.r-m-transparent:active,
.r-btn-icon.r-danger.r-m-transparent:focus {
  background-color: #feeae7;
}
/* line 448, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger.r-m-outline:hover:disabled, .r-btn-standard.r-danger.r-m-outline:active:disabled, .r-btn-standard.r-danger.r-m-outline:focus:disabled, .r-btn-standard.r-danger.r-m-transparent:hover:disabled, .r-btn-standard.r-danger.r-m-transparent:active:disabled, .r-btn-standard.r-danger.r-m-transparent:focus:disabled,
.r-btn-icon.r-danger.r-m-outline:hover:disabled,
.r-btn-icon.r-danger.r-m-outline:active:disabled,
.r-btn-icon.r-danger.r-m-outline:focus:disabled,
.r-btn-icon.r-danger.r-m-transparent:hover:disabled,
.r-btn-icon.r-danger.r-m-transparent:active:disabled,
.r-btn-icon.r-danger.r-m-transparent:focus:disabled {
  background-color: transparent;
}
/* line 460, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger-flip,
.r-btn-icon.r-danger-flip {
  background-color: #ffad9e;
  color: #93220b;
}
/* line 467, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger-flip:hover,
.r-btn-icon.r-danger-flip:hover {
  background-color: #f8826d;
}
/* line 471, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger-flip:active, .r-btn-standard.r-danger-flip:focus,
.r-btn-icon.r-danger-flip:active,
.r-btn-icon.r-danger-flip:focus {
  background-color: #db6651;
}
/* line 480, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-danger-flip:hover:disabled, .r-btn-standard.r-danger-flip:active:disabled, .r-btn-standard.r-danger-flip:focus:disabled,
.r-btn-icon.r-danger-flip:hover:disabled,
.r-btn-icon.r-danger-flip:active:disabled,
.r-btn-icon.r-danger-flip:focus:disabled {
  background-color: #ffad9e;
}
/* line 490, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info,
.r-btn-icon.r-info {
  background-color: #178dee;
  color: #e6f7ff;
}
/* line 495, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info.r-m-outline,
.r-btn-icon.r-info.r-m-outline {
  border-color: #178dee;
}
/* line 499, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info.r-m-outline, .r-btn-standard.r-info.r-m-transparent,
.r-btn-icon.r-info.r-m-outline,
.r-btn-icon.r-info.r-m-transparent {
  background-color: transparent;
  color: #178dee;
}
/* line 507, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info:hover,
.r-btn-icon.r-info:hover {
  background-color: #3e9fef;
}
/* line 511, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info:active, .r-btn-standard.r-info:focus, .r-btn-standard.r-info.r-is-active,
.r-btn-icon.r-info:active,
.r-btn-icon.r-info:focus,
.r-btn-icon.r-info.r-is-active {
  background-color: #6ab4f0;
  color: #f0f6ff;
}
/* line 520, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info:disabled:hover, .r-btn-standard.r-info:disabled:active, .r-btn-standard.r-info:disabled:focus,
.r-btn-icon.r-info:disabled:hover,
.r-btn-icon.r-info:disabled:active,
.r-btn-icon.r-info:disabled:focus {
  background-color: #178dee;
}
/* line 531, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info.r-m-outline:active, .r-btn-standard.r-info.r-m-outline:focus, .r-btn-standard.r-info.r-m-outline.r-is-active, .r-btn-standard.r-info.r-m-transparent:active, .r-btn-standard.r-info.r-m-transparent:focus, .r-btn-standard.r-info.r-m-transparent.r-is-active,
.r-btn-icon.r-info.r-m-outline:active,
.r-btn-icon.r-info.r-m-outline:focus,
.r-btn-icon.r-info.r-m-outline.r-is-active,
.r-btn-icon.r-info.r-m-transparent:active,
.r-btn-icon.r-info.r-m-transparent:focus,
.r-btn-icon.r-info.r-m-transparent.r-is-active {
  color: #0583eb;
}
/* line 539, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info.r-m-outline:disabled:hover, .r-btn-standard.r-info.r-m-outline:disabled:active, .r-btn-standard.r-info.r-m-outline:disabled:focus, .r-btn-standard.r-info.r-m-transparent:disabled:hover, .r-btn-standard.r-info.r-m-transparent:disabled:active, .r-btn-standard.r-info.r-m-transparent:disabled:focus,
.r-btn-icon.r-info.r-m-outline:disabled:hover,
.r-btn-icon.r-info.r-m-outline:disabled:active,
.r-btn-icon.r-info.r-m-outline:disabled:focus,
.r-btn-icon.r-info.r-m-transparent:disabled:hover,
.r-btn-icon.r-info.r-m-transparent:disabled:active,
.r-btn-icon.r-info.r-m-transparent:disabled:focus {
  background-color: transparent;
}
/* line 551, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info.r-m-transparent:hover,
.r-btn-icon.r-info.r-m-transparent:hover {
  background-color: #f0f6ff;
}
/* line 555, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info.r-m-transparent:active, .r-btn-standard.r-info.r-m-transparent:focus,
.r-btn-icon.r-info.r-m-transparent:active,
.r-btn-icon.r-info.r-m-transparent:focus {
  background-color: #e6f7ff;
}
/* line 564, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info.r-m-outline:hover,
.r-btn-icon.r-info.r-m-outline:hover {
  background-color: rgba(23, 141, 238, 0.08);
}
/* line 568, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info.r-m-outline:active, .r-btn-standard.r-info.r-m-outline:focus,
.r-btn-icon.r-info.r-m-outline:active,
.r-btn-icon.r-info.r-m-outline:focus {
  background-color: rgba(23, 141, 238, 0.16);
}
/* line 579, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info-flip,
.r-btn-icon.r-info-flip {
  background-color: #e6f7ff;
  color: #04599f;
}
/* line 586, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info-flip:hover,
.r-btn-icon.r-info-flip:hover {
  background-color: #c3e1f9;
}
/* line 590, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info-flip:active, .r-btn-standard.r-info-flip:focus,
.r-btn-icon.r-info-flip:active,
.r-btn-icon.r-info-flip:focus {
  background-color: #6ab4f0;
}
/* line 599, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-info-flip:hover:disabled, .r-btn-standard.r-info-flip:active:disabled, .r-btn-standard.r-info-flip:focus:disabled,
.r-btn-icon.r-info-flip:hover:disabled,
.r-btn-icon.r-info-flip:active:disabled,
.r-btn-icon.r-info-flip:focus:disabled {
  background-color: #e6f7ff;
}
/* line 609, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning,
.r-btn-icon.r-warning {
  background-color: #f5c024;
  color: #fff8db;
}
/* line 614, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning.r-m-outline,
.r-btn-icon.r-warning.r-m-outline {
  border-color: #f5c024;
}
/* line 618, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning.r-m-outline, .r-btn-standard.r-warning.r-m-transparent,
.r-btn-icon.r-warning.r-m-outline,
.r-btn-icon.r-warning.r-m-transparent {
  background-color: transparent;
  color: #f5c024;
}
/* line 626, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning:hover,
.r-btn-icon.r-warning:hover {
  background-color: #f4c948;
}
/* line 630, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning:active, .r-btn-standard.r-warning:focus, .r-btn-standard.r-warning.r-is-active,
.r-btn-icon.r-warning:active,
.r-btn-icon.r-warning:focus,
.r-btn-icon.r-warning.r-is-active {
  background-color: #f4c948;
  color: #fffdf5;
}
/* line 639, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning:disabled:hover, .r-btn-standard.r-warning:disabled:active, .r-btn-standard.r-warning:disabled:focus,
.r-btn-icon.r-warning:disabled:hover,
.r-btn-icon.r-warning:disabled:active,
.r-btn-icon.r-warning:disabled:focus {
  background-color: #f5c024;
}
/* line 650, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning.r-m-outline:hover, .r-btn-standard.r-warning.r-m-transparent:hover,
.r-btn-icon.r-warning.r-m-outline:hover,
.r-btn-icon.r-warning.r-m-transparent:hover {
  background-color: #fefae7;
}
/* line 654, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning.r-m-outline:active, .r-btn-standard.r-warning.r-m-outline:focus, .r-btn-standard.r-warning.r-m-transparent:active, .r-btn-standard.r-warning.r-m-transparent:focus,
.r-btn-icon.r-warning.r-m-outline:active,
.r-btn-icon.r-warning.r-m-outline:focus,
.r-btn-icon.r-warning.r-m-transparent:active,
.r-btn-icon.r-warning.r-m-transparent:focus {
  background-color: #f9edaa;
}
/* line 661, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning.r-m-outline:disabled:hover, .r-btn-standard.r-warning.r-m-outline:disabled:active, .r-btn-standard.r-warning.r-m-outline:disabled:focus, .r-btn-standard.r-warning.r-m-transparent:disabled:hover, .r-btn-standard.r-warning.r-m-transparent:disabled:active, .r-btn-standard.r-warning.r-m-transparent:disabled:focus,
.r-btn-icon.r-warning.r-m-outline:disabled:hover,
.r-btn-icon.r-warning.r-m-outline:disabled:active,
.r-btn-icon.r-warning.r-m-outline:disabled:focus,
.r-btn-icon.r-warning.r-m-transparent:disabled:hover,
.r-btn-icon.r-warning.r-m-transparent:disabled:active,
.r-btn-icon.r-warning.r-m-transparent:disabled:focus {
  background-color: transparent;
}
/* line 675, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning-flip,
.r-btn-icon.r-warning-flip {
  background-color: #f9edaa;
  color: #a37a00;
}
/* line 682, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning-flip:hover,
.r-btn-icon.r-warning-flip:hover {
  background-color: #f9edaa;
}
/* line 686, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning-flip:active, .r-btn-standard.r-warning-flip:focus,
.r-btn-icon.r-warning-flip:active,
.r-btn-icon.r-warning-flip:focus {
  background-color: #f5c024;
}
/* line 695, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-warning-flip:hover:disabled, .r-btn-standard.r-warning-flip:active:disabled, .r-btn-standard.r-warning-flip:focus:disabled,
.r-btn-icon.r-warning-flip:hover:disabled,
.r-btn-icon.r-warning-flip:active:disabled,
.r-btn-icon.r-warning-flip:focus:disabled {
  background-color: #fefae7;
}
/* line 706, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white,
.r-btn-icon.r-white {
  background-color: #fff;
  color: #798c9c;
}
/* line 711, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white.r-m-outline,
.r-btn-icon.r-white.r-m-outline {
  border-color: #dee3e8;
}
/* line 717, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white:hover,
.r-btn-icon.r-white:hover {
  background-color: #fafbfd;
}
/* line 721, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white:active, .r-btn-standard.r-white:focus, .r-btn-standard.r-white.r-is-active,
.r-btn-icon.r-white:active,
.r-btn-icon.r-white:focus,
.r-btn-icon.r-white.r-is-active {
  background-color: #f3f5f6;
  color: #31373d;
}
/* line 730, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white:disabled:hover, .r-btn-standard.r-white:disabled:active, .r-btn-standard.r-white:disabled:focus,
.r-btn-icon.r-white:disabled:hover,
.r-btn-icon.r-white:disabled:active,
.r-btn-icon.r-white:disabled:focus {
  background-color: #fff;
}
/* line 740, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white.r-m-outline:hover,
.r-btn-icon.r-white.r-m-outline:hover {
  background-color: rgba(250, 251, 253, 0.92);
}
/* line 744, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white.r-m-outline:active, .r-btn-standard.r-white.r-m-outline:focus, .r-btn-standard.r-white.r-m-outline.r-is-active, .r-btn-standard.r-white.r-m-outline.r-is-active:disabled,
.r-btn-icon.r-white.r-m-outline:active,
.r-btn-icon.r-white.r-m-outline:focus,
.r-btn-icon.r-white.r-m-outline.r-is-active,
.r-btn-icon.r-white.r-m-outline.r-is-active:disabled {
  border-color: #94a7b8;
  background-color: rgba(250, 251, 253, 0.84);
}
/* line 755, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white.r-m-transparent,
.r-btn-icon.r-white.r-m-transparent {
  background-color: transparent;
}
/* line 759, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white.r-m-transparent:hover,
.r-btn-icon.r-white.r-m-transparent:hover {
  background-color: rgba(250, 251, 253, 0.08);
}
/* line 763, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white.r-m-transparent:active, .r-btn-standard.r-white.r-m-transparent:focus, .r-btn-standard.r-white.r-m-transparent.r-is-active, .r-btn-standard.r-white.r-m-transparent.r-is-active:disabled,
.r-btn-icon.r-white.r-m-transparent:active,
.r-btn-icon.r-white.r-m-transparent:focus,
.r-btn-icon.r-white.r-m-transparent.r-is-active,
.r-btn-icon.r-white.r-m-transparent.r-is-active:disabled {
  background-color: rgba(250, 251, 253, 0.16);
}
/* line 770, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-white.r-m-transparent:disabled,
.r-btn-icon.r-white.r-m-transparent:disabled {
  background-color: transparent;
}
/* line 780, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash,
.r-btn-icon.r-splash {
  background-color: #5f427b;
  color: #d4ccdb;
}
/* line 785, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash.r-m-outline,
.r-btn-icon.r-splash.r-m-outline {
  border-color: #5f427b;
}
/* line 791, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash:hover,
.r-btn-icon.r-splash:hover {
  background-color: #7d6595;
}
/* line 795, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash:active, .r-btn-standard.r-splash:focus,
.r-btn-icon.r-splash:active,
.r-btn-icon.r-splash:focus {
  background-color: #a393b4;
}
/* line 804, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash:hover:disabled, .r-btn-standard.r-splash:active:disabled, .r-btn-standard.r-splash:focus:disabled,
.r-btn-icon.r-splash:hover:disabled,
.r-btn-icon.r-splash:active:disabled,
.r-btn-icon.r-splash:focus:disabled {
  background-color: #5f427b;
}
/* line 812, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash.r-m-outline, .r-btn-standard.r-splash.r-m-transparent,
.r-btn-icon.r-splash.r-m-outline,
.r-btn-icon.r-splash.r-m-transparent {
  background-color: transparent;
  color: #5f427b;
}
/* line 820, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash.r-m-outline:hover, .r-btn-standard.r-splash.r-m-transparent:hover,
.r-btn-icon.r-splash.r-m-outline:hover,
.r-btn-icon.r-splash.r-m-transparent:hover {
  background-color: #d4ccdb;
}
/* line 824, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash.r-m-outline:active, .r-btn-standard.r-splash.r-m-outline:focus, .r-btn-standard.r-splash.r-m-transparent:active, .r-btn-standard.r-splash.r-m-transparent:focus,
.r-btn-icon.r-splash.r-m-outline:active,
.r-btn-icon.r-splash.r-m-outline:focus,
.r-btn-icon.r-splash.r-m-transparent:active,
.r-btn-icon.r-splash.r-m-transparent:focus {
  background-color: #a393b4;
}
/* line 833, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash.r-m-outline:hover:disabled, .r-btn-standard.r-splash.r-m-outline:active:disabled, .r-btn-standard.r-splash.r-m-outline:focus:disabled, .r-btn-standard.r-splash.r-m-transparent:hover:disabled, .r-btn-standard.r-splash.r-m-transparent:active:disabled, .r-btn-standard.r-splash.r-m-transparent:focus:disabled,
.r-btn-icon.r-splash.r-m-outline:hover:disabled,
.r-btn-icon.r-splash.r-m-outline:active:disabled,
.r-btn-icon.r-splash.r-m-outline:focus:disabled,
.r-btn-icon.r-splash.r-m-transparent:hover:disabled,
.r-btn-icon.r-splash.r-m-transparent:active:disabled,
.r-btn-icon.r-splash.r-m-transparent:focus:disabled {
  background-color: transparent;
}
/* line 845, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-btn-standard.r-splash-flip,
.r-btn-icon.r-splash-flip {
  background-color: #d4ccdb;
  color: #34174f;
}

/*
 * PLAIN DEFAULT. inherit from text if not sized. override button height.
 */
/* line 574, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-plain {
  font-size: inherit;
  line-height: inherit;
}
/* line 579, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-plain.r-btn-med {
  font-size: 0.875rem;
}

/*
 * STANDARD DEFAULT. inherit from text if not sized. override button height.
 */
/* line 589, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard,
.r-btn-standard.r-btn-med {
  height: 38px;
  font-size: 0.875rem;
}
/* line 595, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-standard > .r-i::before,
.r-btn-standard.r-btn-med > .r-i::before {
  font-size: 0.875rem;
}

/*
 * ICON DEFAULT. Width not relevant in other buttons so no size declaration needed
 */
/* line 605, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-icon,
.r-btn-icon.r-btn-med {
  height: 38px;
  width: 38px;
}
/* line 611, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-icon > .r-i::before,
.r-btn-icon.r-btn-med > .r-i::before {
  font-size: 1.125rem;
}

/*
 * EXTRA SMALL
 */
/* line 621, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xsml {
  font-size: 0.625rem;
}
/* line 625, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xsml.r-btn-standard {
  height: 24px;
  padding-right: 8px;
  padding-left: 8px;
}
/* line 631, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xsml.r-btn-standard > .r-i::before {
  font-size: 0.625rem;
}
/* line 637, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xsml.r-btn-icon {
  height: 24px;
  width: 24px;
}
/* line 642, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xsml.r-btn-icon > .r-i::before {
  font-size: 0.75rem;
}

/*
 * SMALL
 */
/* line 654, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-sml {
  font-size: 0.75rem;
}
/* line 658, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-sml.r-btn-standard {
  height: 32px;
}
/* line 662, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-sml.r-btn-standard > .r-i::before {
  font-size: 0.75rem;
}
/* line 668, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-sml.r-btn-icon {
  height: 32px;
  width: 32px;
}
/* line 673, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-sml.r-btn-icon > .r-i::before {
  font-size: 0.938rem;
}

/*
 * LARGE
 */
/* line 685, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-large {
  font-size: 1.25rem;
}
/* line 689, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-large.r-btn-standard {
  height: 48px;
}
/* line 693, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-large.r-btn-standard > .r-i::before {
  font-size: 1.25rem;
}
/* line 699, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-large.r-btn-icon {
  height: 48px;
  width: 48px;
}
/* line 704, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-large.r-btn-icon > .r-i::before {
  font-size: 1.5rem;
}

/*
 * EXTRA LARGE
 */
/* line 716, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xlarge {
  font-size: 1.5rem;
}
/* line 720, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xlarge > .r-i::before {
  font-size: 1.5rem;
}
/* line 724, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xlarge.r-btn-icon {
  width: 60px;
}
/* line 728, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xlarge.r-btn-standard, .r-btn-xlarge.r-btn-icon {
  height: 60px;
}

/*
 * EXTRA EXTRA LARGE
 */
/* line 739, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xxlarge {
  font-size: 1.75rem;
}
/* line 743, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xxlarge > .r-i::before {
  font-size: 1.75rem;
}
/* line 747, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xxlarge.r-btn-icon {
  width: 72px;
}
/* line 751, ../../../RundlWeb.UI/Content/scss/common/_button.scss */
.r-btn-xxlarge.r-btn-standard, .r-btn-xxlarge.r-btn-icon {
  height: 72px;
}

@font-face {
  font-family: 'jarc';
  src: url('/Content/fonts/jarc.woff?v=1.0.8601.7840&1689826750') format("woff"), url('/Content/fonts/jarc.ttf?v=1.0.8601.7840&1689826750') format("truetype"), url('/Content/fonts/jarc.svg?v=1.0.8601.7840&1689826750#jarc') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 22, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
[class*="fi-"]::before,
[class*="fi-"]::after {
  font-family: "jarc" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-sidebar:before {
  content: "\e97c";
}

/* line 31, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-arrow-go:before {
  content: "\e97d";
}

/* line 34, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-active:before {
  content: "\e900";
}

/* line 37, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-active2:before {
  content: "\e901";
}

/* line 40, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-activity:before {
  content: "\e902";
}

/* line 43, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-alarm:before {
  content: "\e903";
}

/* line 46, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-alarm-add:before {
  content: "\e904";
}

/* line 49, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-alarm-tick:before {
  content: "\e905";
}

/* line 52, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-arrow-back:before {
  content: "\e906";
}

/* line 55, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-arrow-down:before {
  content: "\e907";
}

/* line 58, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-arrow-drop-down:before {
  content: "\e908";
}

/* line 61, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-arrow-drop-up:before {
  content: "\e909";
}

/* line 64, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-arrow-forward:before {
  content: "\e90a";
}

/* line 67, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-arrow-left:before {
  content: "\e90b";
}

/* line 70, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-arrow-right:before {
  content: "\e90c";
}

/* line 73, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-arrow-up:before {
  content: "\e90d";
}

/* line 76, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-barcode:before {
  content: "\e97b";
}

/* line 79, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-bolt:before {
  content: "\e90e";
}

/* line 82, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-box:before {
  content: "\e90f";
}

/* line 85, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-briefcase:before {
  content: "\e910";
}

/* line 88, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-calendar:before {
  content: "\e911";
}

/* line 91, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-calendar-day:before {
  content: "\e912";
}

/* line 94, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-camera:before {
  content: "\e913";
}

/* line 97, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-cancel:before {
  content: "\e914";
}

/* line 100, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-change:before {
  content: "\e915";
}

/* line 103, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-checkbox-checked:before {
  content: "\e916";
}

/* line 106, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-checkbox-unchecked:before {
  content: "\e917";
}

/* line 109, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-checkmark:before {
  content: "\e918";
}

/* line 112, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-circle2:before {
  content: "\e919";
}

/* line 115, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-clock:before {
  content: "\e91a";
}

/* line 118, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-cog:before {
  content: "\e91b";
}

/* line 121, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-collaboration:before {
  content: "\e91c";
}

/* line 124, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-columns:before {
  content: "\e91d";
}

/* line 127, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-comment:before {
  content: "\e91e";
}

/* line 130, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-contact:before {
  content: "\e91f";
}

/* line 133, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-context-access:before {
  content: "\e920";
}

/* line 136, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-credit-card:before {
  content: "\e921";
}

/* line 139, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-delete:before {
  content: "\e922";
}

/* line 142, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-download:before {
  content: "\e923";
}

/* line 145, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-ellipsis:before {
  content: "\e924";
}

/* line 148, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-enter-circle:before {
  content: "\e925";
}

/* line 151, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-envelop:before {
  content: "\e926";
}

/* line 154, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-eye:before {
  content: "\e927";
}

/* line 157, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-eye-blocked:before {
  content: "\e928";
}

/* line 160, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-feedback:before {
  content: "\e929";
}

/* line 163, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-field:before {
  content: "\e92a";
}

/* line 166, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file:before {
  content: "\e92b";
}

/* line 169, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file-check:before {
  content: "\e92c";
}

/* line 172, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file-excel:before {
  content: "\e92d";
}

/* line 175, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file-openoffice:before {
  content: "\e92e";
}

/* line 178, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file-pdf:before {
  content: "\e92f";
}

/* line 181, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file-picture:before {
  content: "\e930";
}

/* line 184, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file-plus:before {
  content: "\e931";
}

/* line 187, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file-text:before {
  content: "\e932";
}

/* line 190, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file-word:before {
  content: "\e933";
}

/* line 193, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-file-zip:before {
  content: "\e934";
}

/* line 196, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-filter-off:before {
  content: "\e935";
}

/* line 199, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-filter-on:before {
  content: "\e936";
}

/* line 202, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-grid:before {
  content: "\e937";
}

/* line 205, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-group:before {
  content: "\e938";
}

/* line 208, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-handle:before {
  content: "\e939";
}

/* line 211, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-handshake-o:before {
  content: "\e93a";
}

/* line 214, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-hash:before {
  content: "\e93b";
}

/* line 217, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-home:before {
  content: "\e93c";
}

/* line 220, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-info:before {
  content: "\e93d";
}

/* line 223, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-info2:before {
  content: "\e93e";
}

/* line 226, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-key:before {
  content: "\e93f";
}

/* line 229, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-legal:before {
  content: "\e940";
}

/* line 232, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-link:before {
  content: "\e941";
}

/* line 235, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-list:before {
  content: "\e942";
}

/* line 238, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-location:before {
  content: "\e943";
}

/* line 241, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-lock:before {
  content: "\e944";
}

/* line 244, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-mastercard:before {
  content: "\e945";
  color: #eb001b;
}

/* line 248, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-menu:before {
  content: "\e946";
}

/* line 251, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-minus-circle:before {
  content: "\e947";
}

/* line 254, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-model:before {
  content: "\e948";
}

/* line 257, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-notification:before {
  content: "\e949";
}

/* line 260, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-office:before {
  content: "\e94a";
}

/* line 263, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-orders:before {
  content: "\e94b";
}

/* line 266, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-paperplane:before {
  content: "\e94c";
}

/* line 269, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-pause:before {
  content: "\e94d";
}

/* line 272, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-pencil:before {
  content: "\e94e";
}

/* line 275, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-phone:before {
  content: "\e94f";
}

/* line 278, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-plus:before {
  content: "\e950";
}

/* line 281, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-popout:before {
  content: "\e951";
}

/* line 284, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-post:before {
  content: "\e952";
}

/* line 287, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-pushpin:before {
  content: "\e953";
}

/* line 290, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-puzzle:before {
  content: "\e954";
}

/* line 293, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-question:before {
  content: "\e955";
}

/* line 296, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-quotes-left:before {
  content: "\e956";
}

/* line 299, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-radio-checked:before {
  content: "\e957";
}

/* line 302, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-radio-unchecked:before {
  content: "\e958";
}

/* line 305, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-referral:before {
  content: "\e959";
}

/* line 308, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-related:before {
  content: "\e95a";
}

/* line 311, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-reload:before {
  content: "\e95b";
}

/* line 314, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-requests:before {
  content: "\e95c";
}

/* line 317, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-rocket:before {
  content: "\e95d";
}

/* line 320, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-role:before {
  content: "\e95e";
}

/* line 323, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-rundl-2:before {
  content: "\e95f";
}

/* line 326, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-rundl-logo:before {
  content: "\e960";
}

/* line 329, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-search:before {
  content: "\e961";
}

/* line 332, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-settings:before {
  content: "\e962";
}

/* line 335, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-share:before {
  content: "\e963";
}

/* line 338, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-shuffle:before {
  content: "\e964";
}

/* line 341, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-signout:before {
  content: "\e965";
}

/* line 344, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-split:before {
  content: "\e966";
}

/* line 347, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-star-empty:before {
  content: "\e967";
}

/* line 350, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-star-full:before {
  content: "\e968";
}

/* line 353, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-stats-bars:before {
  content: "\e969";
}

/* line 356, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-steps:before {
  content: "\e96a";
}

/* line 359, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-subscriber:before {
  content: "\e96b";
}

/* line 362, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-tasks:before {
  content: "\e96c";
}

/* line 365, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-team:before {
  content: "\e96d";
}

/* line 368, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-template:before {
  content: "\e96e";
}

/* line 371, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-tip:before {
  content: "\e96f";
}

/* line 374, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-unfold_less:before {
  content: "\e970";
}

/* line 377, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-unfold_more:before {
  content: "\e971";
}

/* line 380, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-unlocked:before {
  content: "\e972";
}

/* line 383, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-upload:before {
  content: "\e973";
}

/* line 386, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-user:before {
  content: "\e974";
}

/* line 389, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-video-camera:before {
  content: "\e975";
}

/* line 392, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-visa:before {
  content: "\e976";
  color: #142787;
}

/* line 396, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-warning2:before {
  content: "\e977";
}

/* line 399, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-web:before {
  content: "\e978";
}

/* line 402, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-x:before {
  content: "\e979";
}

/* line 405, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.fi-youtube:before {
  content: "\e97a";
}

/* line 421, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.is-shareable.fi-share::after {
  content: "\e963";
}

/* line 431, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.r-btn-plain.r-m-dropdown::after,
.r-btn-standard.r-m-dropdown::after,
.r-m-input.r-m-dropdown::after {
  content: "\e907";
}

/* line 439, ../../../RundlWeb.UI/Content/scss/common/_icons.scss */
.r-list.r-m-tickable .r-list-item.r-m-card.r-is-selected::before {
  font-family: "jarc" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
}

/* line 13, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav {
  /*
   * Horizontal tab
   */
  /*
   * Vertical tab
   */
  /*
   * Additional styles to represent menu selected state
   */
}
/* line 15, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav .r-tab {
  position: relative;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  color: #94a7b8;
  font-size: 0.875rem;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-width 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: border-width 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
/* line 33, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav .r-tab > .r-i {
  width: 14px;
  text-align: center;
}
/* line 38, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav .r-tab > .r-i + .t {
  margin-left: 8px;
}
/* line 44, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav .r-tab > .t {
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}
/* line 56, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav a.r-tab:not(.r-is-active), .r-tabs-nav .r-tab:not(.r-is-active)[role="button"] {
  cursor: pointer;
}
/* line 63, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav .r-tab:hover, .r-tabs-nav .r-tab:focus {
  text-decoration: none;
  color: #798c9c;
}
/* line 69, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav .r-tab.r-is-active {
  color: #31373d;
}
/* line 80, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav .r-status-indicator {
  position: absolute;
  top: 14px;
  left: 45px;
}
/* line 95, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-inline {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tabs-nav.r-m-inline::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tabs-nav.r-m-inline::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tabs-nav.r-m-inline::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tabs-nav.r-m-inline::-webkit-scrollbar-button {
  display: none;
}
/* line 107, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-inline li {
  height: 54px;
}
/* line 111, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-inline li + li {
  margin-left: 8px;
}
/* line 118, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-inline li:first-child {
  margin-left: auto;
}
/* line 122, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-inline li:last-child {
  margin-right: auto;
}
/* line 128, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-inline .r-tab {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
/* line 134, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-inline .r-tab:hover, .r-tabs-nav.r-m-inline .r-tab:focus {
  border-bottom-color: rgba(21, 139, 238, 0.5);
}
/* line 140, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-inline .r-tab.r-is-active {
  border-bottom-color: #178dee;
  color: #178dee;
}
/* line 155, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-vertical > li {
  height: 48px;
}
/* line 159, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-vertical > li + li {
  margin-top: 8px;
}
/* line 173, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-stateful .r-tab {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 177, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-stateful .r-tab > .t {
  color: #31373d;
}
/* line 181, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-stateful .r-tab.r-is-active {
  background-color: #e6f7ff;
}
/* line 185, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-tabs-nav.r-m-stateful .r-tab:not(.r-is-active):hover {
  background-color: #eff1f3;
}

/* line 202, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-header h1 {
  font-size: 13px !important;
  text-transform: uppercase;
  display: inline-block;
  color: #798c9c;
  letter-spacing: 1px;
}

/* line 215, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a,
.r-menu-options li > .r-content {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 36px;
  padding: 6px 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #31373d;
  font-size: 0.938rem;
  /*
   * Bulleted menu item
   */
  /*
   * Check mark menu item
   */
}
/* line 228, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a::after,
.r-menu-options li > .r-content::after {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  content: '';
  min-height: inherit;
  font-size: 0;
}
/* line 235, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a em,
.r-menu-options li > .r-content em {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
/* line 251, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a.r-m-bullet .r-i,
.r-menu-options li > .r-content.r-m-bullet .r-i {
  font-size: 0.875rem;
  color: #94a7b8;
}
/* line 259, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a.r-m-bullet .r-i + em,
.r-menu-options li > a.r-m-bullet .r-i + .t,
.r-menu-options li > a.r-m-bullet .r-marker2 + em,
.r-menu-options li > a.r-m-bullet .r-marker2 + .t,
.r-menu-options li > .r-content.r-m-bullet .r-i + em,
.r-menu-options li > .r-content.r-m-bullet .r-i + .t,
.r-menu-options li > .r-content.r-m-bullet .r-marker2 + em,
.r-menu-options li > .r-content.r-m-bullet .r-marker2 + .t {
  margin-left: 8px;
}
/* line 277, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a.r-m-option > em + .r-i,
.r-menu-options li > a.r-m-option > .t + .r-i,
.r-menu-options li > .r-content.r-m-option > em + .r-i,
.r-menu-options li > .r-content.r-m-option > .t + .r-i {
  font-size: 0.875rem;
}
/* line 289, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a:hover, .r-menu-options li > a:active, .r-menu-options li > a:focus {
  text-decoration: none;
}
/* line 297, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a,
.r-menu-options li .r-content[role="button"] {
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
/* line 308, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a:hover, .r-menu-options li > a:active, .r-menu-options li > a:focus,
.r-menu-options li .r-content[role="button"]:hover,
.r-menu-options li .r-content[role="button"]:active,
.r-menu-options li .r-content[role="button"]:focus {
  background-color: #eff1f3;
}
/* line 316, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a.r-danger:not(.r-is-disabled):hover,
.r-menu-options li .r-content[role="button"].r-danger:not(.r-is-disabled):hover {
  color: #d95b45;
}
/* line 320, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a.r-danger:not(.r-is-disabled):hover .r-i,
.r-menu-options li .r-content[role="button"].r-danger:not(.r-is-disabled):hover .r-i {
  color: #d95b45;
}
/* line 326, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a.r-danger:not(.r-is-disabled).r-m-confirm,
.r-menu-options li .r-content[role="button"].r-danger:not(.r-is-disabled).r-m-confirm {
  background-color: #d95b45;
  color: #fafbfd;
}
/* line 331, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a.r-danger:not(.r-is-disabled).r-m-confirm .r-i,
.r-menu-options li .r-content[role="button"].r-danger:not(.r-is-disabled).r-m-confirm .r-i {
  color: #fafbfd;
}
/* line 346, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a.r-is-disabled:hover, .r-menu-options li > a.r-is-disabled:active, .r-menu-options li > a.r-is-disabled:focus,
.r-menu-options li .r-content[role="button"].r-is-disabled:hover,
.r-menu-options li .r-content[role="button"].r-is-disabled:active,
.r-menu-options li .r-content[role="button"].r-is-disabled:focus {
  background-color: initial;
  cursor: not-allowed;
}
/* line 355, ../../../RundlWeb.UI/Content/scss/common/_menus.scss */
.r-menu-options li > a.r-is-checked,
.r-menu-options li .r-content[role="button"].r-is-checked {
  background-color: #e6f7ff;
  cursor: default;
}

/* line 16, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list {
  /*
   * Simple inline list
   */
  /*
   * List items with ticks at top right corner. Good for cards only.
   */
}
/* line 20, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list > .r-list-body + .r-list-footer {
  margin-top: 12px;
}
/* line 28, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list .r-list-item + .r-list-item {
  border-top: 1px solid #eff1f3;
}
/* line 45, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list.r-m-inline > .r-list-body {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  flex-wrap: wrap;
  margin: -4px;
}
/* line 51, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list.r-m-inline > .r-list-body > .r-list-item {
  margin: 4px;
  padding: 0;
}
/* line 56, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list.r-m-inline > .r-list-body > .r-list-item + .r-list-item {
  border-top: none;
}
/* line 60, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list.r-m-inline > .r-list-body > .r-list-item.r-is-selected {
  border: none;
}
/* line 70, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list.r-m-inline.r-m-sml > .r-list-body {
  margin: -2px;
}
/* line 74, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list.r-m-inline.r-m-sml > .r-list-body .r-list-item {
  margin: 2px;
}
/* line 86, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list.r-m-inline.r-m-removeable .r-list-item {
  margin-right: 10px;
}
/* line 102, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list.r-m-tickable .r-list-item.r-m-card.r-is-selected::before {
  position: absolute;
  top: -8px;
  right: -8px;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #178dee;
  font-size: 0.625rem;
  color: #e6f7ff;
}

/* line 127, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item {
  position: relative;
  height: auto;
  padding: 16px;
  outline: none;
  background-clip: padding-box;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
  transition: background-color 0.15s linear, border-color 0.15s linear;
  /*
   * Text
   */
  /*
   * Wrap item-main and item-aside
   */
  /*
   * Clickable list items get shaded bg on hover.
   */
  /*
   * Card item. Has solid border and adjacent margin
   */
  /*
   *  Draggable list item
   */
  /*
   *  Size class
   */
  /*
   * Mandatory. Where items selectable.
   */
}
/* line 138, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item > .r-item-body {
  position: relative;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 143, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item > .r-item-body .r-item-main,
.r-list-item > .r-item-body .r-item-aside {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0%;
  min-height: inherit;
}
/* line 151, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item > .r-item-body .r-item-aside {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 8px;
}
/* line 156, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item > .r-item-body .r-item-section {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0%;
}
/* line 161, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item > .r-item-body .r-item-section + .r-item-section {
  margin-left: 8px;
}
/* line 170, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item > .r-item-body .r-item-section.r-m-static-size,
.r-list-item > .r-item-body .r-item-aside.r-m-static-size {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* line 187, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item .r-subtitle {
  font-size: 0.875rem;
}
/* line 191, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item .r-metadata {
  font-size: 0.875rem;
  color: #94a7b8;
}
/* line 205, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-wrapable {
  /*
   * Force wrap (non-media query) e.g. use this in sidebars or with js responsive
   */
}
@media (max-width: 959.98px) {
  /* line 207, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
  .r-list-item.r-m-wrapable .r-item-body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 213, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
  .r-list-item.r-m-wrapable .r-item-body .r-item-main,
  .r-list-item.r-m-wrapable .r-item-body .r-item-aside {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  /* line 218, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
  .r-list-item.r-m-wrapable .r-item-body .r-item-aside {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 8px;
    margin-left: 0;
  }
  /* line 227, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
  .r-list-item.r-m-wrapable .r-item-body .r-item-aside .r-aside-section + .r-aside-section {
    margin-top: 0;
    margin-left: 8px;
  }
}
@media (min-width: 960px) {
  /* line 238, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
  .r-list-item.r-m-wrapable .r-item-body .r-item-aside {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
/* line 258, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-wrapable.r-m-wrap .r-item-body {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 262, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-main,
.r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-aside {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
/* line 268, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-aside {
  margin-top: 12px;
  margin-left: 0;
}
@media (min-width: 960px) {
  /* line 268, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
  .r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-aside {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
/* line 281, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-aside .r-aside-section + .r-aside-section {
  margin-top: 0;
  margin-left: 12px;
}
/* line 300, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item {
  outline: none;
  display: block;
  color: inherit;
}
/* line 306, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item:hover, a.r-list-item:active, a.r-list-item:focus {
  text-decoration: none;
}

/* line 314, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item, .r-list-item[role="button"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
   * Selected state
   */
  /*
   * Pending state
   */
  /*
   * Open state (e.g. virtual participant)
   */
}
/* line 319, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item:hover, .r-list-item[role="button"]:hover {
  cursor: pointer;
}
/* line 325, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item:not(.r-is-selected):hover, a.r-list-item:not(.r-is-selected):focus, .r-list-item[role="button"]:not(.r-is-selected):hover, .r-list-item[role="button"]:not(.r-is-selected):focus {
  background-color: #fafbfd;
}
/* line 333, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item:not(.r-is-selected):hover .r-text.r-m-fade-white::after, a.r-list-item:not(.r-is-selected):focus .r-text.r-m-fade-white::after, .r-list-item[role="button"]:not(.r-is-selected):hover .r-text.r-m-fade-white::after, .r-list-item[role="button"]:not(.r-is-selected):focus .r-text.r-m-fade-white::after {
  background: -webkit-linear-gradient(rgba(250, 251, 253, 0), #fafbfd);
  background: linear-gradient(rgba(250, 251, 253, 0), #fafbfd);
}
/* line 344, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item:not(.r-is-selected):hover .r-item-actions.r-m-shadow::before, a.r-list-item:not(.r-is-selected):focus .r-item-actions.r-m-shadow::before, .r-list-item[role="button"]:not(.r-is-selected):hover .r-item-actions.r-m-shadow::before, .r-list-item[role="button"]:not(.r-is-selected):focus .r-item-actions.r-m-shadow::before {
  background: -webkit-linear-gradient( left , rgba(250, 251, 253, 0), #fafbfd);
  background: linear-gradient(to right, rgba(250, 251, 253, 0), #fafbfd);
}
/* line 365, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item.r-is-selected, .r-list-item[role="button"].r-is-selected {
  border-left: 2px solid #3da8ff;
}
/* line 373, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item.r-is-pending:not(.r-is-selected), .r-list-item[role="button"].r-is-pending:not(.r-is-selected) {
  border-color: #f9edaa;
  background-color: #fffdf5;
}
/* line 378, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item.r-is-pending:not(.r-is-selected):hover, .r-list-item[role="button"].r-is-pending:not(.r-is-selected):hover {
  background-color: #fefae7;
}
/* line 388, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item.r-is-open:not(.r-is-selected), .r-list-item[role="button"].r-is-open:not(.r-is-selected) {
  border-style: dashed;
  border-color: #dee3e8;
}
/* line 401, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card {
  border: 1px solid #eff1f3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /*
   * Clickable list items. Border colour for focus.
   */
  /*
   * Selected. requires role=button.
   */
  /*
   * Pending state
   */
}
/* line 406, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card .r-remove-item {
  position: absolute;
  right: -8px;
  top: -8px;
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
}
/* line 413, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card .r-remove-item .r-btn {
  width: 20px;
  height: 20px;
}
/* line 418, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card .r-remove-item .r-btn > .r-i::before {
  font-size: 0.625rem;
}
/* line 427, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card + .r-list-item {
  margin-top: 12px;
}
/* line 433, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card > .r-item-body + .r-item-actions {
  padding-top: 8px;
  padding-right: 8px;
}
@media (max-width: 599.98px) {
  /* line 401, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
  .r-list-item.r-m-card {
    padding: 12px;
  }
}
@media (max-width: 959.98px) {
  /* line 456, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
  .r-list-item.r-m-card.r-m-wrapable .r-item-main + .r-item-aside {
    padding-top: 12px;
    border-top: 1px solid #eff1f3;
  }
}
/* line 466, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card.r-m-wrapable.r-m-wrap .r-item-main + .r-item-aside {
  padding-top: 12px;
  border-top: 1px solid #eff1f3;
}
/* line 476, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card.r-m-white {
  background-color: #fff;
}
/* line 491, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
a.r-list-item.r-m-card:not(.r-is-selected):focus, .r-list-item.r-m-card[role="button"]:not(.r-is-selected):focus {
  border-color: #94a7b8;
}
/* line 510, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card.r-is-selected {
  border: 1px solid #6ab4f0;
}
/* line 520, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-card.r-is-pending:not(.r-is-selected):focus {
  border-color: #f4c948;
}
/* line 534, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-draggable .r-handle {
  cursor: move;
  margin-right: 4px;
  color: #94a7b8;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
@media (any-pointer: coarse) {
  /* line 534, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
  .r-list-item.r-m-draggable .r-handle {
    opacity: 1;
  }
}
/* line 547, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-draggable .r-handle .r-svg-icon {
  fill: currentColor;
  display: block;
}
/* line 561, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-draggable:hover .r-handle {
  opacity: 1;
}
/* line 573, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-med {
  padding: 20px;
}
/* line 578, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-m-med > .r-item-body + .r-item-actions {
  top: 4px;
}
/* line 593, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-item.r-is-mandatory {
  border-color: #178dee;
  background-color: #e6f7ff;
}

/* line 605, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-nav {
  text-align: center;
  display: block;
  line-height: 1;
}
/* line 611, ../../../RundlWeb.UI/Content/scss/common/_list.scss */
.r-list-nav > nav,
.r-list-nav > .r-btn,
.r-list-nav > .r-spinner-wrapper {
  margin-top: 16px;
}

/* line 5, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
table thead tr th,
table tfoot tr td,
table tbody tr td {
  display: table-cell;
  line-height: 1.2;
}

/* line 12, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
table thead tr th,
table tfoot tr td {
  color: #272c30;
  font-size: 0.875rem;
  padding: 0.75rem 0.375rem;
  text-align: left;
  vertical-align: middle;
}

/* line 21, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
table tbody tr td {
  font-size: 0.75rem;
  padding: 0.75rem 0.375rem;
  vertical-align: middle;
}

/* line 27, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-table::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-table::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-table::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-table::-webkit-scrollbar-button {
  display: none;
}
/* line 35, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table table {
  width: 100%;
  border-collapse: collapse;
}
/* line 40, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table .r-table-head {
  position: relative;
  border-bottom: 1px solid #eff1f3;
  font-family: "Nunito", sans-serif;
}
/* line 46, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table .r-table-head th {
  font-weight: 600;
}
/* line 49, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table .r-table-head th small {
  font-size: 75%;
  opacity: 0.7;
}
/* line 54, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table .r-table-head th[role="button"] {
  cursor: pointer;
}
/* line 60, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table .r-table-head h1 {
  font-size: 1rem;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table tbody > tr {
  /*
   * Clickable list items get shaded bg on hover.
   */
}
/* line 79, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table tbody > tr[role="button"] {
  outline: none;
  border-left: 2px solid transparent;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  /*
   * Selected.
   */
  /*
   * Not selected.
   */
}
/* line 94, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table tbody > tr[role="button"].r-is-selected {
  background-color: #fafbfd;
  border-left-color: #3da8ff;
}
/* line 103, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table tbody > tr[role="button"]:not(.r-is-selected) {
  cursor: pointer;
}
/* line 107, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table tbody > tr[role="button"]:not(.r-is-selected):hover, .r-table tbody > tr[role="button"]:not(.r-is-selected):focus {
  background-color: #fafbfd;
}
/* line 114, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table tbody > tr[role="button"]:not(.r-is-selected):hover .r-tcell-icon .r-checkbox .r-i, .r-table tbody > tr[role="button"]:not(.r-is-selected):focus .r-tcell-icon .r-checkbox .r-i {
  color: #94a7b8;
}
/* line 126, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table tbody > tr:not(:first-child) {
  border-top: 1px solid #eff1f3;
}
/* line 132, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table tbody .r-tcell-label {
  font-size: 0.875rem;
  color: #272c30;
  white-space: normal;
}
/* line 138, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table tbody .r-tcell-icon {
  text-align: center;
  font-size: 16px;
  color: #dee3e8;
}
/* line 151, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table.r-m-dark {
  background-color: #f3f5f6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 157, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table.r-m-dark .r-table-head {
  border-bottom-color: #dee3e8;
}
/* line 163, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table.r-m-dark tbody > tr {
  border-bottom-color: #dee3e8;
}
/* line 169, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.r-table.r-m-dark table thead tr th,
.r-table.r-m-dark table tfoot tr td,
.r-table.r-m-dark table tbody tr td {
  padding: 0.75rem;
}

/* line 188, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.is-small-block .pinned {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  overflow: hidden;
  overflow-x: scroll;
  border-right: 1px solid #eff1f3;
}
/* line 198, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.is-small-block .pinned table {
  border-right: none;
  border-left: none;
  width: 100%;
}
/* line 204, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.is-small-block .pinned table th,
.is-small-block .pinned table td {
  white-space: nowrap;
}
/* line 209, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.is-small-block .pinned table td:last-child {
  border-bottom: 0;
}
/* line 217, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.is-small-block div.table-wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 223, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.is-small-block div.table-wrapper div.scrollable {
  margin-left: 40%;
  overflow: scroll;
  overflow-y: hidden;
}
/* line 231, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.is-small-block table.responsive {
  margin-bottom: 0;
}
/* line 235, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.is-small-block table.responsive td,
.is-small-block table.responsive th {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
/* line 244, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.is-small-block table.responsive th:first-child,
.is-small-block table.responsive td:first-child,
.is-small-block table.responsive.pinned td {
  display: none;
}

/* line 254, ../../../RundlWeb.UI/Content/scss/common/_table.scss */
.timepicker-picker td {
  padding: 0.15rem;
}

/* line 5, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h1 + h2 {
  margin-top: 0.25em;
}

/* line 14, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h1,
.r-h1 {
  font-size: 1.75rem;
}
@media (max-width: 599.98px) {
  /* line 14, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
  h1,
  .r-h1 {
    font-size: 1.25rem;
  }
}

/* line 25, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h2,
.r-h2 {
  font-size: 1.5rem;
}
@media (max-width: 599.98px) {
  /* line 25, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
  h2,
  .r-h2 {
    font-size: 1.125rem;
  }
}

/* line 36, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h3,
.r-h3 {
  font-size: 1.25rem;
}
@media (max-width: 599.98px) {
  /* line 36, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
  h3,
  .r-h3 {
    font-size: 16px;
  }
}

/* line 47, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h4,
.r-h4 {
  font-size: 1.125rem;
}
@media (max-width: 599.98px) {
  /* line 47, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
  h4,
  .r-h4 {
    font-size: 16px;
  }
}

/* line 63, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h1,
h2,
h3,
h4,
.r-name {
  line-height: 1.2;
}

/* line 76, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h1,
h2,
h3,
h4,
.r-name {
  color: #272c30;
}
/* line 142, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-white,
h2.r-white,
h3.r-white,
h4.r-white,
.r-name.r-white {
  color: #fff !important;
}
/* line 144, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-meta,
h2.r-meta,
h3.r-meta,
h4.r-meta,
.r-name.r-meta {
  color: #31373d !important;
}
/* line 146, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-light,
h2.r-light,
h3.r-light,
h4.r-light,
.r-name.r-light {
  color: #94a7b8 !important;
}
/* line 148, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-light-1,
h2.r-light-1,
h3.r-light-1,
h4.r-light-1,
.r-name.r-light-1 {
  color: #dee3e8 !important;
}
/* line 150, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-default,
h2.r-default,
h3.r-default,
h4.r-default,
.r-name.r-default {
  color: #798c9c !important;
}
/* line 152, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-info,
h2.r-info,
h3.r-info,
h4.r-info,
.r-name.r-info {
  color: #178dee !important;
}
/* line 154, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-neutral,
h2.r-neutral,
h3.r-neutral,
h4.r-neutral,
.r-name.r-neutral {
  color: #3da8ff !important;
}
/* line 156, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-success,
h2.r-success,
h3.r-success,
h4.r-success,
.r-name.r-success {
  color: #44ca6c !important;
}
/* line 158, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-danger,
h2.r-danger,
h3.r-danger,
h4.r-danger,
.r-name.r-danger {
  color: #d95b45 !important;
}
/* line 160, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-danger-500,
h2.r-danger-500,
h3.r-danger-500,
h4.r-danger-500,
.r-name.r-danger-500 {
  color: #db6651 !important;
}
/* line 162, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-warning,
h2.r-warning,
h3.r-warning,
h4.r-warning,
.r-name.r-warning {
  color: #f5c024 !important;
}
/* line 164, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-warning-700,
h2.r-warning-700,
h3.r-warning-700,
h4.r-warning-700,
.r-name.r-warning-700 {
  color: #ce9909 !important;
}
/* line 166, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-warning-900,
h2.r-warning-900,
h3.r-warning-900,
h4.r-warning-900,
.r-name.r-warning-900 {
  color: #a37a00 !important;
}
/* line 168, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-splash-100,
h2.r-splash-100,
h3.r-splash-100,
h4.r-splash-100,
.r-name.r-splash-100 {
  color: #d4ccdb !important;
}
/* line 170, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-splash-600,
h2.r-splash-600,
h3.r-splash-600,
h4.r-splash-600,
.r-name.r-splash-600 {
  color: #5f427b !important;
}
/* line 172, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
h1.r-splash-900,
h2.r-splash-900,
h3.r-splash-900,
h4.r-splash-900,
.r-name.r-splash-900 {
  color: #34174f !important;
}

/* line 85, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h1 + h2,
h2 + h3 {
  color: #94a7b8;
}

/* line 95, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h1,
h2,
h3,
h4,
.r-name {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

/* line 110, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h1,
h2,
h3,
h4,
.r-name {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
      word-break: break-all;
  }
  @else {
      word-break: $wrap;
  }*/
}

/* line 126, ../../../RundlWeb.UI/Content/scss/common/_headings.scss */
h1 > small,
.r-name > small {
  font-size: 0.7em;
  color: #94a7b8;
  font-weight: normal;
  margin-left: 4px;
}

/* line 8, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p + p,
p + blockquote {
  margin-top: 1em;
}

/* line 15, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
blockquote {
  padding: 12px;
  border-left: 5px solid #eff1f3;
}
/* line 20, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
blockquote + p {
  margin-top: 1em;
}

/* line 31, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p,
.r-text {
  font-size: 0.938rem;
}

/*
 * Modifiers
 */
/* line 47, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-xsml,
.t.r-m-xsml,
.r-t.r-m-xsml,
.r-text.r-m-xsml,
.r-i.r-m-xsml {
  font-size: 0.625rem;
}
/* line 51, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-sml,
.t.r-m-sml,
.r-t.r-m-sml,
.r-text.r-m-sml,
.r-i.r-m-sml {
  font-size: 0.75rem;
}
/* line 55, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-med,
.t.r-m-med,
.r-t.r-m-med,
.r-text.r-m-med,
.r-i.r-m-med {
  font-size: 0.875rem;
}
/* line 59, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-readable,
.t.r-m-readable,
.r-t.r-m-readable,
.r-text.r-m-readable,
.r-i.r-m-readable {
  font-size: 0.938rem;
}
/* line 63, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-base,
.t.r-m-base,
.r-t.r-m-base,
.r-text.r-m-base,
.r-i.r-m-base {
  font-size: 16px;
}
/* line 67, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-mlge,
.t.r-m-mlge,
.r-t.r-m-mlge,
.r-text.r-m-mlge,
.r-i.r-m-mlge {
  font-size: 1.125rem;
}
/* line 71, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-lge,
.t.r-m-lge,
.r-t.r-m-lge,
.r-text.r-m-lge,
.r-i.r-m-lge {
  font-size: 1.25rem;
}

/* line 82, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p,
.r-text {
  line-height: 1.4;
}

/* line 92, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p,
.r-text {
  color: #31373d;
}
/* line 142, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-white,
.r-text.r-white {
  color: #fff !important;
}
/* line 144, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-meta,
.r-text.r-meta {
  color: #31373d !important;
}
/* line 146, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-light,
.r-text.r-light {
  color: #94a7b8 !important;
}
/* line 148, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-light-1,
.r-text.r-light-1 {
  color: #dee3e8 !important;
}
/* line 150, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-default,
.r-text.r-default {
  color: #798c9c !important;
}
/* line 152, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-info,
.r-text.r-info {
  color: #178dee !important;
}
/* line 154, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-neutral,
.r-text.r-neutral {
  color: #3da8ff !important;
}
/* line 156, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-success,
.r-text.r-success {
  color: #44ca6c !important;
}
/* line 158, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-danger,
.r-text.r-danger {
  color: #d95b45 !important;
}
/* line 160, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-danger-500,
.r-text.r-danger-500 {
  color: #db6651 !important;
}
/* line 162, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-warning,
.r-text.r-warning {
  color: #f5c024 !important;
}
/* line 164, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-warning-700,
.r-text.r-warning-700 {
  color: #ce9909 !important;
}
/* line 166, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-warning-900,
.r-text.r-warning-900 {
  color: #a37a00 !important;
}
/* line 168, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-splash-100,
.r-text.r-splash-100 {
  color: #d4ccdb !important;
}
/* line 170, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-splash-600,
.r-text.r-splash-600 {
  color: #5f427b !important;
}
/* line 172, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
p.r-splash-900,
.r-text.r-splash-900 {
  color: #34174f !important;
}

/* line 98, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-i,
.t {
  color: inherit;
}
/* line 142, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-white,
.t.r-white {
  color: #fff !important;
}
/* line 144, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-meta,
.t.r-meta {
  color: #31373d !important;
}
/* line 146, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-light,
.t.r-light {
  color: #94a7b8 !important;
}
/* line 148, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-light-1,
.t.r-light-1 {
  color: #dee3e8 !important;
}
/* line 150, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-default,
.t.r-default {
  color: #798c9c !important;
}
/* line 152, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-info,
.t.r-info {
  color: #178dee !important;
}
/* line 154, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-neutral,
.t.r-neutral {
  color: #3da8ff !important;
}
/* line 156, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-success,
.t.r-success {
  color: #44ca6c !important;
}
/* line 158, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-danger,
.t.r-danger {
  color: #d95b45 !important;
}
/* line 160, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-danger-500,
.t.r-danger-500 {
  color: #db6651 !important;
}
/* line 162, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-warning,
.t.r-warning {
  color: #f5c024 !important;
}
/* line 164, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-warning-700,
.t.r-warning-700 {
  color: #ce9909 !important;
}
/* line 166, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-warning-900,
.t.r-warning-900 {
  color: #a37a00 !important;
}
/* line 168, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-splash-100,
.t.r-splash-100 {
  color: #d4ccdb !important;
}
/* line 170, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-splash-600,
.t.r-splash-600 {
  color: #5f427b !important;
}
/* line 172, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-i.r-splash-900,
.t.r-splash-900 {
  color: #34174f !important;
}

/* line 113, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-italic,
.r-text.r-m-italic,
.t.r-m-italic {
  font-style: italic;
}
/* line 117, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-highlight,
.r-text.r-m-highlight,
.t.r-m-highlight {
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
/* line 123, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-bold,
.r-text.r-m-bold,
.t.r-m-bold {
  font-weight: 600;
}
/* line 127, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-mono,
.r-text.r-m-mono,
.t.r-m-mono {
  font-family: Monaco, Consolas, "Courier New", monospace;
}
/* line 131, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
p.r-m-title,
.r-text.r-m-title,
.t.r-m-title {
  font-family: "Nunito", sans-serif;
  letter-spacing: 1px;
}

/* line 143, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
mark,
.r-mark {
  background-color: #fff8db;
  padding: 0.2em;
}
/* line 149, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
mark.r-m-warning,
.r-mark.r-m-warning {
  color: #f5c024;
}
/* line 153, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
mark.r-m-success,
.r-mark.r-m-success {
  color: #58d07c;
  background-color: #edf8ef;
}

/* line 160, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
code {
  padding: 2px 3px 1px;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fafbfd;
  color: #be3a23;
}

/*
 * Text decoration
 */
/* line 177, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-u-underline {
  text-decoration: underline !important;
}

/*
 * Ellipsis (must have width for ellipsis to apply. Can be added on parent)
 */
/* line 185, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.is-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
 * Word wrap break
 */
/* line 193, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-u-wrd-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
      word-break: break-all;
  }
  @else {
      word-break: $wrap;
  }*/
}

/*
 * Misc styles
 */
/* line 203, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-u-txt-center {
  text-align: center !important;
}
/* line 207, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-u-txt-right {
  text-align: right !important;
}
/* line 211, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-u-txt-left {
  text-align: left !important;
}
/* line 215, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-u-txt-lower {
  text-transform: lowercase;
}
/* line 219, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-u-txt-uppercase {
  text-transform: uppercase;
}
/* line 223, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-u-txt-capitalize {
  text-transform: capitalize;
}
/* line 227, ../../../RundlWeb.UI/Content/scss/common/_text.scss */
.r-u-txt-bold {
  font-weight: 600;
}

/* line 10, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-labels {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px;
}
/* line 18, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-labels .r-label-item {
  margin: 3px;
}
/* line 28, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-labels .r-label-item + .r-label-item.r-m-bullet::before {
  content: "\00b7";
  margin-right: 6px;
}

/* line 44, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-key-value {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/* line 49, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-key-value > .r-key {
  margin-right: 6px;
  font-size: 13px;
}
/* line 54, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-key-value > .r-key r-i::before {
  line-height: inherit;
}
/* line 60, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-key-value .r-value {
  font-size: 15px;
  word-break: break-all;
  line-height: 1.2;
}
/* line 66, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-key-value + .r-key-value {
  margin-top: 4px;
}
/* line 75, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-key-value.r-m-inline {
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
}
/* line 81, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-key-value.r-m-lge > .r-key {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.875rem;
}
/* line 87, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-key-value.r-m-lge .r-value {
  font-size: 16px;
}

/* line 97, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-dl dt {
  float: left;
  clear: left;
  margin-right: 6px;
  color: inherit;
}
/* line 104, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-dl dd {
  max-width: 100%;
  margin-bottom: 0.375rem;
}

/* line 116, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag {
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 4px;
  line-height: 1.2;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  /*
   * Circle containing icon OR text (i or 1 char t)
   */
  /*
   * Bordered
   */
  background-color: #dee3e8;
  color: #31373d;
  /*
   *  Default (medium)
   */
  height: 24px;
  /*
   *  Small
   */
  /*
   *  Medium
   */
  /*
   *  Large
   */
  /*
   *  Extra large
   */
  /*
   *  Non-standard sizing
   */
}
/* line 128, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag + .r-tag {
  margin-left: 4px;
}
/* line 137, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag .r-i::before {
  display: block;
}
/* line 150, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-circle {
  padding: 0 !important;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
}
/* line 155, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-circle .r-i::before {
  opacity: 1;
}
/* line 165, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-outline {
  border-width: 1px;
  border-style: solid;
}
/* line 174, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-badge {
  padding: 0 !important;
  border-style: dashed;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 180, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-badge .r-i::before {
  opacity: 1;
}
/* line 195, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-outline {
  background-color: #fff;
  color: #798c9c;
}
/* line 200, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-transparent {
  background-color: transparent;
}
/* line 178, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-meta {
  background-color: #272c30;
  color: #f3f5f6;
}
/* line 183, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-meta.r-m-outline {
  border-color: #272c30;
}
/* line 187, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-meta.r-m-outline, .r-tag.r-meta.r-m-transparent {
  background-color: transparent;
  color: #272c30;
}
/* line 245, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-meta-flip {
  background-color: #dee3e8;
  color: #31373d;
}
/* line 275, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-success {
  background-color: #44ca6c;
  color: #edf8ef;
}
/* line 280, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-success.r-m-outline {
  border-color: #44ca6c;
}
/* line 284, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-success.r-m-outline, .r-tag.r-success.r-m-transparent {
  background-color: transparent;
  color: #44ca6c;
}
/* line 365, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-success-flip {
  background-color: #cbf0d3;
  color: #099f36;
}
/* line 395, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-danger {
  background-color: #d95b45;
  color: #fff6f5;
}
/* line 400, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-danger.r-m-outline {
  border-color: #d95b45;
}
/* line 427, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-danger.r-m-outline, .r-tag.r-danger.r-m-transparent {
  background-color: transparent;
  color: #d95b45;
}
/* line 460, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-danger-flip {
  background-color: #ffad9e;
  color: #93220b;
}
/* line 490, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-info {
  background-color: #178dee;
  color: #e6f7ff;
}
/* line 495, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-info.r-m-outline {
  border-color: #178dee;
}
/* line 499, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-info.r-m-outline, .r-tag.r-info.r-m-transparent {
  background-color: transparent;
  color: #178dee;
}
/* line 579, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-info-flip {
  background-color: #e6f7ff;
  color: #04599f;
}
/* line 609, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-warning {
  background-color: #f5c024;
  color: #fff8db;
}
/* line 614, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-warning.r-m-outline {
  border-color: #f5c024;
}
/* line 618, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-warning.r-m-outline, .r-tag.r-warning.r-m-transparent {
  background-color: transparent;
  color: #f5c024;
}
/* line 675, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-warning-flip {
  background-color: #f9edaa;
  color: #a37a00;
}
/* line 706, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-white {
  background-color: #fff;
  color: #798c9c;
}
/* line 711, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-white.r-m-outline {
  border-color: #dee3e8;
}
/* line 780, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-splash {
  background-color: #5f427b;
  color: #d4ccdb;
}
/* line 785, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-splash.r-m-outline {
  border-color: #5f427b;
}
/* line 812, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-splash.r-m-outline, .r-tag.r-splash.r-m-transparent {
  background-color: transparent;
  color: #5f427b;
}
/* line 845, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-tag.r-splash-flip {
  background-color: #d4ccdb;
  color: #34174f;
}
/* line 218, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag .r-i {
  font-size: 0.75rem;
}
/* line 222, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag > .t {
  font-size: 0.75rem;
}
/* line 230, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-sml {
  height: 20px;
}
/* line 234, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-sml .r-i {
  font-size: 0.625rem;
}
/* line 238, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-sml .r-i + .t {
  margin-left: 0.25rem;
}
/* line 244, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-sml > .t {
  font-size: 0.625rem;
}
/* line 248, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-sml.r-m-circle, .r-tag.r-m-sml.r-m-badge {
  width: 20px;
}
/* line 259, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-med {
  height: 24px;
}
/* line 263, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-med .t {
  font-size: 0.75rem;
}
/* line 267, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-med .r-i {
  font-size: 0.75rem;
}
/* line 271, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-med .r-i + .t {
  margin-left: 0.25rem;
}
/* line 279, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-med.r-m-circle, .r-tag.r-m-med.r-m-badge {
  width: 24px;
}
/* line 290, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-lge {
  height: 32px;
  padding: 0 8px;
}
/* line 295, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-lge .r-i::before {
  font-size: 16px;
}
/* line 299, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-lge > .t {
  font-size: 16px;
}
/* line 303, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-lge.r-m-circle, .r-tag.r-m-lge.r-m-badge {
  width: 32px;
}
/* line 314, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-xlge {
  height: 38px;
  padding: 0 8px;
}
/* line 319, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-xlge .r-i {
  font-size: 1.125rem;
}
/* line 323, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-xlge > .t {
  font-size: 1.125rem;
}
/* line 327, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-xlge.r-m-circle {
  width: 38px;
}
/* line 331, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-xlge.r-m-outline {
  border-width: 2px;
}
/* line 341, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-48 {
  height: 48px;
}
/* line 345, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-48 .r-i {
  font-size: 1.25rem;
}
/* line 349, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-48 > .t {
  font-size: 1.25rem;
}
/* line 353, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-48.r-m-circle {
  width: 48px;
}
/* line 357, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-48.r-m-outline {
  border-width: 2px;
}
/* line 363, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-60 {
  height: 60px;
}
/* line 367, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-60 .r-i {
  font-size: 1.5rem;
}
/* line 371, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-60 > .t {
  font-size: 1.5rem;
}
/* line 375, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-60.r-m-circle {
  width: 60px;
}
/* line 379, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-60.r-m-outline {
  border-width: 2px;
}
/* line 385, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-100 {
  height: 100px;
}
/* line 389, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-100 .r-i {
  font-size: 36px;
}
/* line 393, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-100 > .t {
  font-size: 1.5rem;
}
/* line 397, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-100.r-m-circle {
  width: 100px;
}
/* line 401, ../../../RundlWeb.UI/Content/scss/common/_labels.scss */
.r-tag.r-m-100.r-m-outline {
  border-width: 2px;
}

/* line 14, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card-column .r-column-item + .r-column-item {
  margin-top: 12px;
}

/* line 27, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  /*
   * Text
   */
  /*
   *  Background. Makes panel appear more blocky
   */
  /*
   * Block menu
   */
  /*
   * Profile nested in card. Has animation.
   */
  /*
   * Placeholders for profile style cards
   */
  /*
   * Clickable cards get shaded bg on hover.
   */
  /*
   * Hover
   */
}
/* line 35, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-header,
.r-card .r-card-body,
.r-card .r-card-footer {
  padding: 16px;
}
/* line 43, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-header.r-m-cover {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
/* line 47, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-header.r-m-cover .r-avatar {
  display: inline-block;
}
/* line 53, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-header.r-m-has-bg {
  position: relative;
  overflow: hidden;
}
/* line 58, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-header.r-m-has-bg .r-header-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
/* line 70, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-header.r-m-has-bg .r-wrapper {
  position: relative;
}
/* line 76, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-header[role="button"] {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 83, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-body {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 87, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-footer {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 54px;
}
/* line 94, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-footer .r-footer-main {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 0px;
  /*
   * Actions buttons
   */
}
/* line 103, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-footer .r-footer-main.r-m-actions {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 110, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-footer .r-footer-aside {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
/* line 116, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-footer.r-m-center {
  position: relative;
}
/* line 120, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-footer.r-m-center .r-footer-main {
  text-align: center;
}
/* line 124, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-footer.r-m-center .r-footer-aside {
  position: absolute;
  top: 16px;
  right: 16px;
}
/* line 130, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-footer.r-m-center .r-footer-aside.r-m-left {
  left: 16px;
}
/* line 134, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-card-footer.r-m-center .r-footer-aside.r-m-right {
  right: 16px;
}
/* line 153, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-subtitle {
  font-size: 0.875rem;
}
/* line 157, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card .r-metadata {
  font-size: 0.875rem;
  color: #94a7b8;
}
/* line 167, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-outline {
  background-color: #fff;
  border: 1px solid #eff1f3;
}
/* line 176, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-solid {
  background-color: #f3f5f6;
}
/* line 180, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-emboss {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 190, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-tile-nav {
  width: 290px;
  text-align: center;
}
/* line 195, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-tile-nav .r-card-header, .r-card.r-m-tile-nav .r-card-body, .r-card.r-m-tile-nav .r-card-footer {
  padding: 12px;
}
/* line 199, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-tile-nav .r-card-body .r-subtitle {
  min-height: 3.6em;
  overflow: hidden;
}
/* line 204, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-tile-nav.r-m-outline {
  border-color: #dee3e8;
}
/* line 207, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-tile-nav.r-m-outline.r-m-outline:focus {
  border-color: #94a7b8;
}
/* line 218, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-profile {
  /*
   * Clickable profile items. Need outline as have no border for focus.
   */
}
/* line 220, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-profile .r-card-header.r-m-cover {
  height: 176px;
}
/* line 224, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-profile .r-card-body {
  min-height: calc(3.6em + (2 * 8px));
  text-align: center;
}
/* line 229, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-profile .r-card-body > .r-name {
  max-height: 3.6em;
  overflow: hidden;
}
/* line 240, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-profile .r-card-footer.r-m-center .r-footer-aside {
  top: 8px;
  right: 8px;
}
/* line 245, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-profile .r-card-footer.r-m-center .r-footer-aside.r-m-left {
  left: 8px;
}
/* line 249, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-profile .r-card-footer.r-m-center .r-footer-aside.r-m-right {
  right: 8px;
}
/* line 259, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-profile .r-card-header,
.r-card.r-m-profile .r-card-body,
.r-card.r-m-profile .r-card-footer {
  padding: 8px;
}
/* line 265, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-profile.r-m-outline {
  border-color: #dee3e8;
}
/* line 281, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
a.r-card.r-m-profile:not(.r-is-selected):focus, .r-card.r-m-profile[role="button"]:not(.r-is-selected):focus {
  outline: solid rgba(21, 139, 238, 0.5);
}
/* line 300, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-placeholder .r-card-header.r-m-cover {
  background-color: #dee3e8;
}
/* line 306, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card.r-m-placeholder .r-card-footer .r-avatar .r-char-avatar {
  background-color: #eff1f3;
}
/* line 318, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card[role="button"] {
  outline: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 324, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card[role="button"]:hover {
  background-color: #fafbfd;
}
/* line 328, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card[role="button"].r-m-outline:focus {
  border-color: #94a7b8;
}
/* line 338, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
a.r-card {
  outline: none;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 344, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
a.r-card:hover, a.r-card:focus {
  text-decoration: none;
  background-color: #fafbfd;
}
/* line 350, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
a.r-card.r-m-outline:focus {
  border-color: #94a7b8;
}
/* line 366, ../../../RundlWeb.UI/Content/scss/common/_card.scss */
.r-card:hover .r-card-header.r-m-has-bg .r-header-bg {
  transform: scale3d(1.03, 1.03, 1);
}

/* line 11, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity {
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
/* line 18, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity + .r-activity {
  margin-top: 12px;
}
/* line 27, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-activity-parent {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  background-color: #fff;
  border-bottom: 1px solid #eff1f3;
}
/* line 33, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-activity-parent > .r-name {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
  font-size: 0.938rem;
  min-height: 32px;
}
/* line 41, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-activity-parent .r-context-selector {
  position: relative;
  margin-left: 6px;
}
/* line 48, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-activity-latest {
  background-color: #fff;
}
/* line 52, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-activity-latest .r-event {
  font-size: 0.75rem;
}
/* line 63, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-message {
  background-color: #fff;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-activity-parent,
.r-activity .r-message,
.r-activity .r-comments {
  padding: 16px 16px 12px 16px;
}
/* line 78, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-activity-latest {
  padding: 12px 16px 0 16px;
}
/* line 82, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-comments {
  padding-top: 8px;
  padding-bottom: 16px;
}
/* line 87, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-activity .r-entity-preview {
  margin-left: -16px;
  margin-right: -16px;
}

/* line 99, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message,
.r-comment {
  position: relative;
}
/* line 104, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message > .r-item-header,
.r-comment > .r-item-header {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  position: relative;
  background-color: inherit;
}
/* line 110, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message > .r-item-header .r-marker2,
.r-comment > .r-item-header .r-marker2 {
  margin-right: 8px;
}
/* line 114, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message > .r-item-header .r-header-main,
.r-comment > .r-item-header .r-header-main {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-width: 0;
}
/* line 123, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message .r-post-section + .r-post-section,
.r-comment .r-post-section + .r-post-section {
  margin-top: 12px;
}
/* line 138, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message:hover .r-btn.r-m-discreet:enabled .r-i::before,
.r-comment:hover .r-btn.r-m-discreet:enabled .r-i::before {
  opacity: 0.7;
}

/* line 157, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message > .r-item-header .r-title {
  font-size: 0.938rem;
}
/* line 161, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message > .r-item-header .r-metadata {
  font-size: 0.813rem;
  color: #94a7b8;
}
/* line 166, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message > .r-item-header + .r-item-body {
  margin-top: 16px;
}
/* line 174, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message .r-post-section.r-m-visibility {
  margin-top: 20px;
}
/* line 178, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message .r-post-section.r-m-visibility .r-visibility {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  align-items: center;
}
/* line 183, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message .r-post-section.r-m-visibility .r-visibility .r-tag {
  margin-right: 4px;
}
/* line 192, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message .r-post-section.r-m-responses .r-btn-plain {
  line-height: 24px;
}
/* line 210, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message.r-m-placeholder > .r-item-header .r-text-placeholder {
  width: 200px;
  height: 12px;
}
/* line 214, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message.r-m-placeholder > .r-item-header .r-text-placeholder + .r-text-placeholder {
  width: 150px;
  margin-top: 5px;
  height: 10px;
}
/* line 224, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message.r-m-placeholder > .r-item-body {
  min-height: 150px;
}
/* line 228, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message.r-m-placeholder > .r-item-body .r-text-placeholder:last-child {
  width: 70%;
}
/* line 234, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message.r-m-placeholder .r-text-placeholder {
  background-color: #eff1f3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: block;
  height: 10px;
  width: 100%;
}
/* line 242, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-message.r-m-placeholder .r-text-placeholder + .r-text-placeholder {
  margin-top: 10px;
}

/* line 257, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comments {
  background-color: #fff;
  border-top: 1px solid #eff1f3;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
/* line 264, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comments .r-comments-nav {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  margin-bottom: 12px;
}

/* line 271, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment {
  background-color: inherit;
}
/* line 277, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment > .r-item-header .r-marker2 {
  padding-top: 6px;
}
/* line 281, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment > .r-item-header .r-header-main {
  padding: 8px 12px 12px;
  background-color: #f0f6ff;
  border-top-right-radius: 20px;
  border-top-left-radius: 5px;
}
/* line 288, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment > .r-item-header .r-header-main .r-title {
  font-size: 0.875rem;
}
/* line 292, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment > .r-item-header .r-header-main .r-metadata {
  font-size: 0.813rem;
  color: #94a7b8;
}
/* line 299, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment > .r-item-header .r-item-actions {
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
}
/* line 303, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment > .r-item-header + .r-item-body {
  margin-left: 40px;
  padding: 0 12px 12px;
  background-color: #f0f6ff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* line 313, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment + .r-comment,
.r-comment + .r-comment-new {
  margin-top: 12px;
}
/* line 325, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment:hover .r-item-actions.r-m-shadow {
  background-color: #f0f6ff;
}
/* line 329, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-comment:hover .r-item-actions.r-m-shadow::before {
  background: -webkit-linear-gradient( left , rgba(239, 246, 255, 0), #eff6ff);
  background: linear-gradient(to right, rgba(239, 246, 255, 0), #eff6ff);
}
@media (any-pointer: coarse) {
  /* line 339, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
  .r-comment .r-item-actions.r-m-shadow {
    background-color: #f0f6ff;
  }
  /* line 343, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
  .r-comment .r-item-actions.r-m-shadow::before {
    background: -webkit-linear-gradient( left , rgba(239, 246, 255, 0), #eff6ff);
    background: linear-gradient(to right, rgba(239, 246, 255, 0), #eff6ff);
  }
}

/* line 358, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-attachments {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  flex-wrap: wrap;
  margin: -4px;
}
/* line 364, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-attachments .r-attached-item {
  display: block;
  margin: 4px;
}
/* line 369, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-attachments .r-attached-item.is-draggable {
  cursor: move;
}
/* line 373, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-attachments .r-attached-item.is-draggable .r-clickable {
  cursor: inherit;
}
/* line 381, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-attachments + .r-url-control {
  margin-top: 12px;
}

/* line 392, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-url-control {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 401, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-url-control .r-list-item {
  padding: 12px;
  background-color: #fafbfd;
}
/* line 406, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-url-control .r-list-item .r-title {
  font-size: 0.938rem;
}
/* line 418, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-url-control a.r-list-item:hover .r-title .t {
  text-decoration: underline;
}
/* line 428, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-url-control .r-avatar {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 439, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview {
  border-top: 1px solid;
  border-color: #eff1f3;
}
/* line 445, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-header {
  padding: 20px 9px;
  border-left: 3px solid;
  background-color: #fafbfd;
}
/* line 451, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-header .r-title {
  font-size: 1.125rem;
}
/* line 455, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-header .r-metadata {
  margin-top: 8px;
  font-size: 0.875rem;
}
/* line 462, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-header + .r-item-body > .r-actions {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  padding: 12px 12px 0 12px;
}
/* line 469, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-header .r-tag.r-m-outline {
  background-color: #fafbfd;
}
/* line 478, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-header.r-success {
  border-color: #44ca6c;
}
/* line 482, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-header.r-danger {
  border-color: #d95b45;
}
/* line 486, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-header.r-warning {
  border-color: #f5c024;
}
/* line 490, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-header.r-default {
  border-color: #94a7b8;
}
/* line 498, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-body .r-embed-responsive .r-thumb-img {
  border-radius: 0 !important;
}
/* line 502, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-body .r-img-content {
  border-radius: 0;
}
/* line 506, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-item-body .r-text-frame {
  padding: 12px;
}
/* line 516, ../../../RundlWeb.UI/Content/scss/common/_stream.scss */
.r-entity-preview .r-expander.collapsed .r-item-header + .r-item-body {
  margin-top: 0;
  -webkit-transition: margin 0.15s linear 0.25s;
  transition: margin 0.15s linear 0.25s;
}

/* line 10, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 26, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form .r-form-section + .r-form-section {
  margin-top: 20px;
  border-top: 1px solid #eff1f3;
  padding-top: 20px;
}
/* line 32, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form .r-form-section + .r-form-section.r-m-flush {
  padding-top: 16px;
}
/* line 43, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form .r-form-section.r-m-flush {
  border-top: 1px solid #eff1f3;
  border-bottom: 1px solid #eff1f3;
  background-color: #fafbfd;
}
/* line 49, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form .r-form-section.r-m-flush.r-m-alert {
  background-color: #e6f7ff;
  border-color: #e6f7ff;
}
/* line 54, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form .r-form-section.r-m-flush + .r-form-section:not(.r-m-flush) {
  border-top: none;
  padding-top: 0;
}
/* line 67, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form .r-form-group > .r-content-header {
  margin-bottom: 12px;
  border-bottom: 1px solid #eff1f3;
  padding-bottom: 4px;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-form .r-form-group > .r-content-header h1 {
  font-size: 16px;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-form .r-form-group > .r-content-header h2 {
  font-size: 15px;
}
@media (max-width: 599.98px) {
  /* line 67, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form .r-form-group > .r-content-header {
    margin-bottom: 12px;
  }
  /* line 80, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-form .r-form-group > .r-content-header h1 {
    font-size: 15px;
  }
  /* line 84, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-form .r-form-group > .r-content-header h2 {
    font-size: 14px;
  }
}

/* line 87, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-row.r-m-actions {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 92, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-row + .r-form-row, .r-form-row.r-grid > .r-cell {
  margin-top: 16px;
}
/* line 97, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-row.r-m-grid {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-left: -16px;
}
/* line 106, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-row.r-m-grid .r-form-cell {
  padding-left: 16px;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 113, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-row.r-m-grid .r-form-cell.r-m-col-1 {
  flex: 0 1 25%;
  max-width: 25%;
}
/* line 118, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-row.r-m-grid .r-form-cell.r-m-col-2 {
  flex: 0 1 50%;
  max-width: 50%;
}
/* line 123, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-row.r-m-grid .r-form-cell.r-m-col-3 {
  flex: 0 1 75%;
  max-width: 75%;
}
@media (max-width: 599.98px) {
  /* line 132, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form-row.r-m-grid .r-form-cell.r-m-col-xs-2 {
    flex: 0 1 50%;
    max-width: 50%;
  }
  /* line 137, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form-row.r-m-grid .r-form-cell.r-m-col-xs-4 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

/*
 * Inline form
 */
@media (min-width: 600px) {
  /* line 166, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form.r-m-inline,
  .r-form-section.r-m-inline {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 174, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form.r-m-inline .r-content-header,
  .r-form-section.r-m-inline .r-content-header {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  /* line 178, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form.r-m-inline .r-form-row,
  .r-form-section.r-m-inline .r-form-row {
    margin-top: 0;
  }
  /* line 182, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form.r-m-inline .r-form-row.r-m-stretch,
  .r-form-section.r-m-inline .r-form-row.r-m-stretch {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 186, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form.r-m-inline .r-form-row + .r-form-row,
  .r-form-section.r-m-inline .r-form-row + .r-form-row {
    margin-left: 12px;
  }
}

/* line 203, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-field-label {
  position: relative;
  margin-bottom: 6px;
  line-height: 1.2;
}
/* line 209, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-field-label > label {
  font-family: "Nunito", sans-serif;
  font-size: 0.938rem;
  color: #272c30;
}
/* line 215, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-field-label > .r-name {
  font-size: 0.938rem;
}
/* line 220, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-field-label + fieldset {
  margin-top: 12px;
}

/* line 231, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-append,
.r-input-prepend {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  width: 100%;
}
/* line 237, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-append .r-addon,
.r-input-prepend .r-addon {
  background-color: #eff1f3;
  text-align: center;
  padding: 0 8px;
  border: 1px solid #dee3e8;
  line-height: 36px;
}
/* line 245, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-append .r-addon,
.r-input-append .r-btn-icon,
.r-input-prepend .r-addon,
.r-input-prepend .r-btn-icon {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 251, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-append .r-form-control,
.r-input-prepend .r-form-control {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

/* line 263, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-prepend .r-addon:first-of-type,
.r-input-prepend .r-btn-icon:first-of-type {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
/* line 269, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-prepend .r-form-control {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
/* line 273, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-prepend .r-form-control-static {
  padding-left: 8px;
}

/* line 284, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-append .r-addon:last-of-type,
.r-input-append .r-btn-icon:last-of-type {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
/* line 290, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-append .r-form-control {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
/* line 298, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-append.r-m-color .r-addon {
  padding: 18px 80px;
  background-color: #3da8ff;
  border-color: rgba(0, 0, 0, 0.25);
}
/* line 307, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-po-body .r-input-append.r-m-color .r-addon {
  padding-right: 48px;
  padding-left: 48px;
}

/* line 323, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-validation {
  display: block;
  margin-top: 4px;
  color: #f5c024;
}

/* line 334, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-help {
  color: #94a7b8;
  font-size: 0.875rem;
  margin-top: 4px;
}
/* line 341, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-help.r-help-toggle::after {
  content: attr(data-help-text);
  height: 0;
  display: none;
}
/* line 347, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-help.r-help-toggle.is-help-active::after {
  height: auto;
  display: block;
}
/* line 352, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-help em {
  font-style: italic;
}
/* line 356, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-help .fi-info::before {
  margin-right: 3px;
}

/*
 * 1. Common input field styles
 */
/* line 383, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control {
  width: 100%;
  height: 38px;
  padding: 0 8px;
  font-family: inherit;
  font-size: 0.938rem;
  color: #31373d;
  background-image: none;
  border: 1px solid #dee3e8;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: border-color 0.15s linear 0s;
  transition: border-color 0.15s linear 0s;
  /*
   * Override html5 validation red border on required inputs
   */
  /*
   * Focus styles - common
   */
  /*
   * Size - large
   */
  /*
   * Size - small
   */
  /*
   * Size - extra small
   */
  /*
   * State - error
   */
  /*
   * No border
   */
  /*
   * Shaded input
   */
}
/* line 30, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control::-webkit-input-placeholder {
  color: #94a7b8;
}
/* line 31, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control::-moz-placeholder {
  color: #94a7b8;
  opacity: 1;
}
/* line 32, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control:-ms-input-placeholder {
  color: #94a7b8 !important;
}
/* line 33, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control:-moz-placeholder {
  color: #94a7b8;
}
/* line 34, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control::placeholder {
  color: #94a7b8;
}
/* line 410, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control:required {
  box-shadow: none;
}
/* line 418, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control:focus {
  border-color: #178dee;
  outline: none;
}
/* line 30, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control:focus::-webkit-input-placeholder {
  color: #dee3e8;
}
/* line 31, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control:focus::-moz-placeholder {
  color: #dee3e8;
  opacity: 1;
}
/* line 32, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control:focus:-ms-input-placeholder {
  color: #dee3e8 !important;
}
/* line 33, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control:focus:-moz-placeholder {
  color: #dee3e8;
}
/* line 34, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control:focus::placeholder {
  color: #dee3e8;
}
/* line 428, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control.r-m-lge {
  font-size: 1.25rem;
  height: 48px;
  padding: 0 12px;
}
/* line 434, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control.r-m-lge:focus {
  border-width: 2px;
}
/* line 444, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control.r-m-sml {
  height: 32px;
}
/* line 452, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control.r-m-xsml {
  height: 24px;
}
/* line 460, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control.r-input-error {
  border-color: #f5c024;
}
/* line 468, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control.r-borderless {
  border: 0;
}
/* line 476, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control.r-m-flat {
  background-color: #f3f5f6;
  -webkit-transition: background-color 0.15s linear 0s;
  transition: background-color 0.15s linear 0s;
}
/* line 481, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control.r-m-flat:focus {
  border-color: #dee3e8;
  background-color: #fafbfd;
}
/* line 30, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control.r-m-flat:focus::-webkit-input-placeholder {
  color: #dee3e8;
}
/* line 31, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control.r-m-flat:focus::-moz-placeholder {
  color: #dee3e8;
  opacity: 1;
}
/* line 32, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control.r-m-flat:focus:-ms-input-placeholder {
  color: #dee3e8 !important;
}
/* line 33, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control.r-m-flat:focus:-moz-placeholder {
  color: #dee3e8;
}
/* line 34, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-form-control.r-m-flat:focus::placeholder {
  color: #dee3e8;
}
/* line 490, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
textarea.r-form-control {
  display: block;
  height: auto;
  line-height: 1.125rem;
  resize: vertical;
  min-height: 108px;
  padding: 8px;
}
/* line 501, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
input[type=text].r-form-control::-ms-clear {
  display: none;
}

/*
 * 2. Static text within a form as a field
 */
/* line 513, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static {
  padding: 7px 0;
  line-height: 1;
}
/* line 518, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > .t {
  display: inline-block;
  font-size: 0.938rem;
  line-height: 23px;
  color: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
      word-break: break-all;
  }
  @else {
      word-break: $wrap;
  }*/
  max-width: 100%;
}
/* line 527, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t:link {
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}
/* line 535, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t:link:hover, .r-form-control-static > a.t:link:focus {
  border-bottom-color: inherit;
}
/* line 544, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static.has-delete > .t {
  width: calc(100% - 26px);
}

/*
 * 3. Text area
 */
/* line 557, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
label + textarea {
  margin-top: 4px;
}

/* line 562, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-textarea-static {
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/* line 567, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-textarea-static > a.r-text {
  display: inline-block;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  color: inherit;
  text-decoration: none;
  line-height: 22px;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
/* line 580, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-textarea-static > a.r-text:hover, .r-textarea-static > a.r-text:focus {
  background-color: #f3f5f6;
}

/*
 * 4. Radio button / Checkbox fields
 */
/* line 596, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  color: #178dee;
  background-color: #fff;
  border: 1px solid #dee3e8;
}
/* line 617, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-radio input[type="radio"]:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(21, 139, 238, 0.5);
  border-color: #6ab4f0;
}
/* line 624, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-radio input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 638, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #178dee;
  background-color: #fff;
  border-radius: .25rem;
  border: 1px solid #dee3e8;
}
/* line 660, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-checkbox input[type="checkbox"]:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(21, 139, 238, 0.5);
  border-color: #6ab4f0;
}
/* line 667, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-checkbox input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 683, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-checkbox label,
.r-radio label {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 0.938rem;
  color: #31373d;
  cursor: pointer;
}
/* line 691, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-checkbox .r-sublabel,
.r-radio .r-sublabel {
  margin-top: 4px;
  margin-left: 24px;
  color: #94a7b8;
  font-size: 14px;
}
/* line 698, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-checkbox .r-i,
.r-radio .r-i {
  font-size: 16px;
  color: #dee3e8;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
/* line 704, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-checkbox .r-i.fi-checkbox-checked, .r-checkbox .r-i.fi-radio-checked,
.r-radio .r-i.fi-checkbox-checked,
.r-radio .r-i.fi-radio-checked {
  color: #3da8ff;
}
/* line 711, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-checkbox + .r-checkbox,
.r-radio + .r-checkbox, .r-checkbox +
.r-radio,
.r-radio +
.r-radio {
  margin-top: 12px;
}

/* line 718, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  width: 1rem;
  height: 1rem;
}

/* line 730, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
input[type="radio"]:disabled,
input[type="checkbox"]:disabled,
i[class*="fi-checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 737, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-fieldset-inline {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px;
}
/* line 745, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-fieldset-inline .r-radio {
  margin: 6px;
}

/*
 * 5. Switch styles
 */
/* line 756, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch {
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 762, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch label {
  position: relative;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 19px;
  width: 38px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  font-size: 0.875rem;
  background-color: #eff1f3;
}
/* line 779, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch label:hover, .r-input-switch label:focus {
  background-color: #dee3e8;
}
/* line 178, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta {
  background-color: #272c30;
  color: #f3f5f6;
}
/* line 183, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta.r-m-outline {
  border-color: #272c30;
}
/* line 187, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta.r-m-outline, .r-input-switch label.r-meta.r-m-transparent {
  background-color: transparent;
  color: #272c30;
}
/* line 195, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta:hover {
  background-color: #31373d;
}
/* line 199, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta:active, .r-input-switch label.r-meta:focus, .r-input-switch label.r-meta.r-is-active {
  background-color: #798c9c;
}
/* line 207, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta:disabled:hover, .r-input-switch label.r-meta:disabled:active, .r-input-switch label.r-meta:disabled:focus, .r-input-switch label.r-meta:disabled.r-is-active {
  background-color: #31373d;
}
/* line 219, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta.r-m-outline:hover, .r-input-switch label.r-meta.r-m-transparent:hover {
  background-color: #eff1f3;
}
/* line 223, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta.r-m-outline:active, .r-input-switch label.r-meta.r-m-outline:focus, .r-input-switch label.r-meta.r-m-outline.r-is-active, .r-input-switch label.r-meta.r-m-transparent:active, .r-input-switch label.r-meta.r-m-transparent:focus, .r-input-switch label.r-meta.r-m-transparent.r-is-active {
  background-color: #dee3e8;
}
/* line 231, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta.r-m-outline:disabled:hover, .r-input-switch label.r-meta.r-m-outline:disabled:active, .r-input-switch label.r-meta.r-m-outline:disabled:focus, .r-input-switch label.r-meta.r-m-transparent:disabled:hover, .r-input-switch label.r-meta.r-m-transparent:disabled:active, .r-input-switch label.r-meta.r-m-transparent:disabled:focus {
  background-color: transparent;
}
/* line 245, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta-flip {
  background-color: #dee3e8;
  color: #31373d;
}
/* line 252, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta-flip:hover {
  background-color: #c9d3db;
}
/* line 256, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta-flip:active, .r-input-switch label.r-meta-flip:focus {
  background-color: #94a7b8;
}
/* line 263, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-meta-flip:disabled:hover, .r-input-switch label.r-meta-flip:disabled:active, .r-input-switch label.r-meta-flip:disabled:focus {
  background-color: #dee3e8;
}
/* line 275, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success {
  background-color: #44ca6c;
  color: #edf8ef;
}
/* line 280, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success.r-m-outline {
  border-color: #44ca6c;
}
/* line 284, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success.r-m-outline, .r-input-switch label.r-success.r-m-transparent {
  background-color: transparent;
  color: #44ca6c;
}
/* line 292, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success:hover {
  background-color: #58d07c;
}
/* line 296, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success:active, .r-input-switch label.r-success:focus, .r-input-switch label.r-success.r-is-active {
  background-color: #58d07c;
  color: #f7fdf8;
}
/* line 305, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success:disabled:hover, .r-input-switch label.r-success:disabled:active, .r-input-switch label.r-success:disabled:focus, .r-input-switch label.r-success:disabled.r-is-active {
  background-color: #44ca6c;
}
/* line 317, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success.r-m-outline:active, .r-input-switch label.r-success.r-m-outline:focus, .r-input-switch label.r-success.r-m-outline.r-is-active, .r-input-switch label.r-success.r-m-transparent:active, .r-input-switch label.r-success.r-m-transparent:focus, .r-input-switch label.r-success.r-m-transparent.r-is-active {
  color: #26ba53;
}
/* line 325, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success.r-m-outline:disabled:hover, .r-input-switch label.r-success.r-m-outline:disabled:active, .r-input-switch label.r-success.r-m-outline:disabled:focus, .r-input-switch label.r-success.r-m-transparent:disabled:hover, .r-input-switch label.r-success.r-m-transparent:disabled:active, .r-input-switch label.r-success.r-m-transparent:disabled:focus {
  background-color: transparent;
}
/* line 337, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success.r-m-transparent:hover {
  background-color: #edf8ef;
}
/* line 341, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success.r-m-transparent:active, .r-input-switch label.r-success.r-m-transparent:focus {
  background-color: #cbf0d3;
}
/* line 350, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success.r-m-outline:hover {
  background-color: rgba(68, 202, 108, 0.08);
}
/* line 354, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success.r-m-outline:active, .r-input-switch label.r-success.r-m-outline:focus {
  background-color: rgba(68, 202, 108, 0.16);
}
/* line 365, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success-flip {
  background-color: #cbf0d3;
  color: #099f36;
}
/* line 372, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success-flip:hover {
  background-color: #98ebb1;
}
/* line 376, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success-flip:active, .r-input-switch label.r-success-flip:focus {
  background-color: #6adc87;
}
/* line 385, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-success-flip:hover:disabled, .r-input-switch label.r-success-flip:active:disabled, .r-input-switch label.r-success-flip:focus:disabled {
  background-color: #cbf0d3;
}
/* line 395, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger {
  background-color: #d95b45;
  color: #fff6f5;
}
/* line 400, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger.r-m-outline {
  border-color: #d95b45;
}
/* line 406, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger:hover {
  background-color: #db6651;
}
/* line 410, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger:active, .r-input-switch label.r-danger:focus {
  background-color: #f8826d;
}
/* line 419, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger:hover:disabled, .r-input-switch label.r-danger:active:disabled, .r-input-switch label.r-danger:focus:disabled {
  background-color: #d95b45;
}
/* line 427, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger.r-m-outline, .r-input-switch label.r-danger.r-m-transparent {
  background-color: transparent;
  color: #d95b45;
}
/* line 435, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger.r-m-outline:hover, .r-input-switch label.r-danger.r-m-transparent:hover {
  background-color: #fff6f5;
}
/* line 439, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger.r-m-outline:active, .r-input-switch label.r-danger.r-m-outline:focus, .r-input-switch label.r-danger.r-m-transparent:active, .r-input-switch label.r-danger.r-m-transparent:focus {
  background-color: #feeae7;
}
/* line 448, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger.r-m-outline:hover:disabled, .r-input-switch label.r-danger.r-m-outline:active:disabled, .r-input-switch label.r-danger.r-m-outline:focus:disabled, .r-input-switch label.r-danger.r-m-transparent:hover:disabled, .r-input-switch label.r-danger.r-m-transparent:active:disabled, .r-input-switch label.r-danger.r-m-transparent:focus:disabled {
  background-color: transparent;
}
/* line 460, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger-flip {
  background-color: #ffad9e;
  color: #93220b;
}
/* line 467, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger-flip:hover {
  background-color: #f8826d;
}
/* line 471, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger-flip:active, .r-input-switch label.r-danger-flip:focus {
  background-color: #db6651;
}
/* line 480, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-danger-flip:hover:disabled, .r-input-switch label.r-danger-flip:active:disabled, .r-input-switch label.r-danger-flip:focus:disabled {
  background-color: #ffad9e;
}
/* line 490, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info {
  background-color: #178dee;
  color: #e6f7ff;
}
/* line 495, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info.r-m-outline {
  border-color: #178dee;
}
/* line 499, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info.r-m-outline, .r-input-switch label.r-info.r-m-transparent {
  background-color: transparent;
  color: #178dee;
}
/* line 507, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info:hover {
  background-color: #3e9fef;
}
/* line 511, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info:active, .r-input-switch label.r-info:focus, .r-input-switch label.r-info.r-is-active {
  background-color: #6ab4f0;
  color: #f0f6ff;
}
/* line 520, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info:disabled:hover, .r-input-switch label.r-info:disabled:active, .r-input-switch label.r-info:disabled:focus {
  background-color: #178dee;
}
/* line 531, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info.r-m-outline:active, .r-input-switch label.r-info.r-m-outline:focus, .r-input-switch label.r-info.r-m-outline.r-is-active, .r-input-switch label.r-info.r-m-transparent:active, .r-input-switch label.r-info.r-m-transparent:focus, .r-input-switch label.r-info.r-m-transparent.r-is-active {
  color: #0583eb;
}
/* line 539, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info.r-m-outline:disabled:hover, .r-input-switch label.r-info.r-m-outline:disabled:active, .r-input-switch label.r-info.r-m-outline:disabled:focus, .r-input-switch label.r-info.r-m-transparent:disabled:hover, .r-input-switch label.r-info.r-m-transparent:disabled:active, .r-input-switch label.r-info.r-m-transparent:disabled:focus {
  background-color: transparent;
}
/* line 551, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info.r-m-transparent:hover {
  background-color: #f0f6ff;
}
/* line 555, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info.r-m-transparent:active, .r-input-switch label.r-info.r-m-transparent:focus {
  background-color: #e6f7ff;
}
/* line 564, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info.r-m-outline:hover {
  background-color: rgba(23, 141, 238, 0.08);
}
/* line 568, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info.r-m-outline:active, .r-input-switch label.r-info.r-m-outline:focus {
  background-color: rgba(23, 141, 238, 0.16);
}
/* line 579, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info-flip {
  background-color: #e6f7ff;
  color: #04599f;
}
/* line 586, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info-flip:hover {
  background-color: #c3e1f9;
}
/* line 590, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info-flip:active, .r-input-switch label.r-info-flip:focus {
  background-color: #6ab4f0;
}
/* line 599, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-info-flip:hover:disabled, .r-input-switch label.r-info-flip:active:disabled, .r-input-switch label.r-info-flip:focus:disabled {
  background-color: #e6f7ff;
}
/* line 609, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning {
  background-color: #f5c024;
  color: #fff8db;
}
/* line 614, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning.r-m-outline {
  border-color: #f5c024;
}
/* line 618, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning.r-m-outline, .r-input-switch label.r-warning.r-m-transparent {
  background-color: transparent;
  color: #f5c024;
}
/* line 626, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning:hover {
  background-color: #f4c948;
}
/* line 630, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning:active, .r-input-switch label.r-warning:focus, .r-input-switch label.r-warning.r-is-active {
  background-color: #f4c948;
  color: #fffdf5;
}
/* line 639, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning:disabled:hover, .r-input-switch label.r-warning:disabled:active, .r-input-switch label.r-warning:disabled:focus {
  background-color: #f5c024;
}
/* line 650, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning.r-m-outline:hover, .r-input-switch label.r-warning.r-m-transparent:hover {
  background-color: #fefae7;
}
/* line 654, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning.r-m-outline:active, .r-input-switch label.r-warning.r-m-outline:focus, .r-input-switch label.r-warning.r-m-transparent:active, .r-input-switch label.r-warning.r-m-transparent:focus {
  background-color: #f9edaa;
}
/* line 661, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning.r-m-outline:disabled:hover, .r-input-switch label.r-warning.r-m-outline:disabled:active, .r-input-switch label.r-warning.r-m-outline:disabled:focus, .r-input-switch label.r-warning.r-m-transparent:disabled:hover, .r-input-switch label.r-warning.r-m-transparent:disabled:active, .r-input-switch label.r-warning.r-m-transparent:disabled:focus {
  background-color: transparent;
}
/* line 675, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning-flip {
  background-color: #f9edaa;
  color: #a37a00;
}
/* line 682, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning-flip:hover {
  background-color: #f9edaa;
}
/* line 686, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning-flip:active, .r-input-switch label.r-warning-flip:focus {
  background-color: #f5c024;
}
/* line 695, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-warning-flip:hover:disabled, .r-input-switch label.r-warning-flip:active:disabled, .r-input-switch label.r-warning-flip:focus:disabled {
  background-color: #fefae7;
}
/* line 706, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white {
  background-color: #fff;
  color: #798c9c;
}
/* line 711, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white.r-m-outline {
  border-color: #dee3e8;
}
/* line 717, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white:hover {
  background-color: #fafbfd;
}
/* line 721, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white:active, .r-input-switch label.r-white:focus, .r-input-switch label.r-white.r-is-active {
  background-color: #f3f5f6;
  color: #31373d;
}
/* line 730, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white:disabled:hover, .r-input-switch label.r-white:disabled:active, .r-input-switch label.r-white:disabled:focus {
  background-color: #fff;
}
/* line 740, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white.r-m-outline:hover {
  background-color: rgba(250, 251, 253, 0.92);
}
/* line 744, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white.r-m-outline:active, .r-input-switch label.r-white.r-m-outline:focus, .r-input-switch label.r-white.r-m-outline.r-is-active, .r-input-switch label.r-white.r-m-outline.r-is-active:disabled {
  border-color: #94a7b8;
  background-color: rgba(250, 251, 253, 0.84);
}
/* line 755, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white.r-m-transparent {
  background-color: transparent;
}
/* line 759, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white.r-m-transparent:hover {
  background-color: rgba(250, 251, 253, 0.08);
}
/* line 763, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white.r-m-transparent:active, .r-input-switch label.r-white.r-m-transparent:focus, .r-input-switch label.r-white.r-m-transparent.r-is-active, .r-input-switch label.r-white.r-m-transparent.r-is-active:disabled {
  background-color: rgba(250, 251, 253, 0.16);
}
/* line 770, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-white.r-m-transparent:disabled {
  background-color: transparent;
}
/* line 780, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash {
  background-color: #5f427b;
  color: #d4ccdb;
}
/* line 785, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash.r-m-outline {
  border-color: #5f427b;
}
/* line 791, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash:hover {
  background-color: #7d6595;
}
/* line 795, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash:active, .r-input-switch label.r-splash:focus {
  background-color: #a393b4;
}
/* line 804, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash:hover:disabled, .r-input-switch label.r-splash:active:disabled, .r-input-switch label.r-splash:focus:disabled {
  background-color: #5f427b;
}
/* line 812, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash.r-m-outline, .r-input-switch label.r-splash.r-m-transparent {
  background-color: transparent;
  color: #5f427b;
}
/* line 820, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash.r-m-outline:hover, .r-input-switch label.r-splash.r-m-transparent:hover {
  background-color: #d4ccdb;
}
/* line 824, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash.r-m-outline:active, .r-input-switch label.r-splash.r-m-outline:focus, .r-input-switch label.r-splash.r-m-transparent:active, .r-input-switch label.r-splash.r-m-transparent:focus {
  background-color: #a393b4;
}
/* line 833, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash.r-m-outline:hover:disabled, .r-input-switch label.r-splash.r-m-outline:active:disabled, .r-input-switch label.r-splash.r-m-outline:focus:disabled, .r-input-switch label.r-splash.r-m-transparent:hover:disabled, .r-input-switch label.r-splash.r-m-transparent:active:disabled, .r-input-switch label.r-splash.r-m-transparent:focus:disabled {
  background-color: transparent;
}
/* line 845, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-input-switch label.r-splash-flip {
  background-color: #d4ccdb;
  color: #34174f;
}
/* line 786, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch label::before {
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 27px;
  display: block;
  width: 15px;
  height: 15px;
  margin: -5px;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  content: "";
}
/* line 800, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch label + .t {
  margin-left: 4px;
}
/* line 806, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch .t {
  font-size: 0.875rem;
}
/* line 810, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch .t + label {
  margin-left: 4px;
}
/* line 816, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch input[type="checkbox"] {
  display: none;
}
/* line 822, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch input[type="checkbox"]:checked ~ label {
  padding-left: 0;
  padding-right: 8px;
}
/* line 827, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch input[type="checkbox"]:checked ~ label::before {
  right: 6px;
  background-color: #fff;
}
/* line 845, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch.r-m-large label {
  width: 125px;
  padding-left: 18px;
  height: 34px;
}
/* line 851, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-switch.r-m-large label::before {
  width: 30px;
  height: 30px;
  right: 99px;
}

/*
 * 6. Select fields
 * Example https://codepen.io/vkjgr/pen/VYMeXp
 * Use with .r-form-control
 */
/* line 872, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-select select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 13px) calc(1em + 2px), calc(100% - 8px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 886, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-select select:focus {
  border-color: #178dee;
  outline: 0;
}
/* line 894, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-select select::-ms-expand {
  display: none;
}
/* line 898, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-select select option {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-select select option ::active, .r-input-select select option ::before {
  background-color: #dee3e8;
}
/* line 910, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-select select.has-delete {
  width: calc(100% - 22px);
}
/* line 918, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-select.r-input-error > select {
  border-color: #f5c024;
}

/*
 * 7. Choice widget
 * Our mock select styles for buttons. Not always used in r-form. i.e. used in pop out menus
 * Would like to consolidate with select2, but will need a bit more development. 
 * Moving out choice specific styles to here for now
 *
 */
/* line 939, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-choice > .r-btn .t {
  max-width: 150px;
}
/* line 943, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-large.r-input-choice > .r-btn .t {
  max-width: 300px;
}
/* line 952, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-error.r-input-choice > .r-btn.r-m-input {
  border-color: #f5c024;
}

/*
 * 8. Image input
 */
/* line 967, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-img-control {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 200px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 975, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-img-control .r-img-preview {
  min-height: inherit;
  padding-top: 50%;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(148, 167, 184, 0.5);
}
/* line 984, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-img-control > .r-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-clip: padding-box;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  visibility: hidden;
  opacity: 0;
}
/* line 994, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-img-control > .r-btn .t {
  color: #d95b45;
}
/* line 1007, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-img-control.r-has-image:hover > .r-btn {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
/* line 1020, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-img-control.r-m-fluid {
  width: 100%;
}
/* line 1024, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-img-control.r-m-circle {
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
}

/*
 * 9. File attachment styles. see http://www.quirksmode.org/dom/inputfile.html
 */
/* line 1035, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-file-control {
  display: block;
  position: static;
}
/* line 1040, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-file-control .r-list-item {
  padding-left: 0;
  padding-right: 0;
}
/* line 1045, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-file-control .r-dropzone {
  display: none;
  outline: 2px dashed #178dee;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  padding: 16px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  color: #178dee;
}
/* line 1056, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-file-control .r-dropzone.r-is-active {
  display: block;
  z-index: 1;
}
/* line 1061, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-file-control .r-dropzone .t {
  overflow: hidden;
  position: relative;
}

/*
 * 10. Upload button
 */
/* line 1075, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-btn.r-m-upload {
  position: relative;
}
/* line 1080, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-btn.r-m-upload .r-input-file {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1090, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-btn.r-m-upload .r-input-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  font-size: 999px;
  display: block;
  cursor: pointer;
}

/*
 * 11. Date input
 */
/* line 1113, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date {
  display: inline-block;
}
/* line 1117, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date > a.t {
  font-size: 0.938rem;
  line-height: 38px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
      word-break: break-all;
  }
  @else {
      word-break: $wrap;
  }*/
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}
/* line 1129, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date > a.t:hover, .r-input-date > a.t:focus {
  border-bottom-color: inherit;
}
/* line 1136, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date > a.t.fi-calendar::before {
  content: none;
}
/* line 1140, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date > a.t.fi-calendar::after {
  content: "\e911";
}
/* line 1154, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date.r-m-inline > a.t {
  border-bottom-style: dotted;
}
/* line 1160, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date.r-m-inline > a.t.fi-calendar::after {
  display: none;
}
/* line 1168, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date.r-m-inline .r-validation {
  display: inline;
}
/* line 1176, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date.r-m-xsml > a.t {
  line-height: 24px;
  font-size: 0.75rem;
}
/* line 1181, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date.r-m-xsml .r-form-control {
  height: 24px;
  font-size: 0.75rem;
  padding-right: 4px;
  padding-left: 4px;
}
/* line 1192, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date.r-m-sml > a.t {
  line-height: 32px;
  font-size: 0.75rem;
}
/* line 1197, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-input-date.r-m-sml .r-form-control {
  height: 32px;
  font-size: 0.875rem;
  padding-right: 4px;
  padding-left: 4px;
}

/* line 1213, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.bootstrap-datetimepicker-widget table td {
  color: #31373d;
}
/* line 1217, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.bootstrap-datetimepicker-widget table td.new {
  color: #94a7b8;
}

/*
 * 12. Phone number input
 */
/* line 1230, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.iti {
  width: 100%;
}
/* line 1234, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.iti__flag-container {
  right: 0 !important;
}
/* line 1238, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.iti__selected-flag {
  width: 46px;
}
/* line 1242, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.iti__selected-flag:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 1249, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.iti__country-list {
  right: 0;
  left: 0;
}
/* line 1254, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.iti__country {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 30, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.iti input[type="tel"]::-webkit-input-placeholder {
  color: #dee3e8;
}
/* line 31, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.iti input[type="tel"]::-moz-placeholder {
  color: #dee3e8;
  opacity: 1;
}
/* line 32, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.iti input[type="tel"]:-ms-input-placeholder {
  color: #dee3e8 !important;
}
/* line 33, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.iti input[type="tel"]:-moz-placeholder {
  color: #dee3e8;
}
/* line 34, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.iti input[type="tel"]::placeholder {
  color: #dee3e8;
}

/* line 1276, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t::before,
.r-input-append > a.t::before,
.r-input-prepend > a.t::before,
.r-input-date > a.t::before {
  content: none;
}
/* line 1280, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t::after,
.r-input-append > a.t::after,
.r-input-prepend > a.t::after,
.r-input-date > a.t::after {
  -webkit-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
  margin-left: 4px;
  font-size: 0.75rem;
  color: inherit;
  opacity: 0.3;
}
/* line 1288, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-m-xsml.r-form-control-static > a.t::after, .r-m-xsml.r-input-append > a.t::after, .r-m-xsml.r-input-prepend > a.t::after, .r-m-xsml.r-input-date > a.t::after {
  font-size: 0.625rem;
}
/* line 1296, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t:hover::after,
.r-input-append > a.t:hover::after,
.r-input-prepend > a.t:hover::after,
.r-input-date > a.t:hover::after {
  opacity: 0.7;
}
/* line 1304, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t.r-m-discreet::after,
.r-input-append > a.t.r-m-discreet::after,
.r-input-prepend > a.t.r-m-discreet::after,
.r-input-date > a.t.r-m-discreet::after {
  opacity: 0;
}
@media (any-pointer: coarse) {
  /* line 1304, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form-control-static > a.t.r-m-discreet::after,
  .r-input-append > a.t.r-m-discreet::after,
  .r-input-prepend > a.t.r-m-discreet::after,
  .r-input-date > a.t.r-m-discreet::after {
    opacity: 1;
  }
}
/* line 1316, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
:hover.r-form-control-static > a.t.r-m-discreet::after, .r-input-append > a.t.r-m-discreet::after, .r-input-prepend > a.t.r-m-discreet::after, .r-input-date > a.t.r-m-discreet::after {
  opacity: 0.7;
}
/* line 1321, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t.r-m-discreet:hover::after,
.r-input-append > a.t.r-m-discreet:hover::after,
.r-input-prepend > a.t.r-m-discreet:hover::after,
.r-input-date > a.t.r-m-discreet:hover::after {
  opacity: 1;
}
/* line 1327, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t.fi-pencil::after,
.r-input-append > a.t.fi-pencil::after,
.r-input-prepend > a.t.fi-pencil::after,
.r-input-date > a.t.fi-pencil::after {
  content: "\e94e";
}
/* line 1331, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t.fi-search::after,
.r-input-append > a.t.fi-search::after,
.r-input-prepend > a.t.fi-search::after,
.r-input-date > a.t.fi-search::after {
  content: "\e961";
}
/* line 1335, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static > a.t .fi-share::after,
.r-input-append > a.t .fi-share::after,
.r-input-prepend > a.t .fi-share::after,
.r-input-date > a.t .fi-share::after {
  content: "\e963";
}

/* line 1357, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static .r-action,
.r-textarea-static .r-action,
.r-input-append .r-action,
.r-input-prepend .r-action,
.r-input-date .r-action,
.r-input-choice .r-action,
.r-input-select .r-action {
  margin-left: 2px;
  opacity: 0.7;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 1363, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static .r-action:hover,
.r-textarea-static .r-action:hover,
.r-input-append .r-action:hover,
.r-input-prepend .r-action:hover,
.r-input-date .r-action:hover,
.r-input-choice .r-action:hover,
.r-input-select .r-action:hover {
  opacity: 1;
}
/* line 1371, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static.r-m-discreet:hover .r-action,
.r-textarea-static.r-m-discreet:hover .r-action,
.r-input-append.r-m-discreet:hover .r-action,
.r-input-prepend.r-m-discreet:hover .r-action,
.r-input-date.r-m-discreet:hover .r-action,
.r-input-choice.r-m-discreet:hover .r-action,
.r-input-select.r-m-discreet:hover .r-action {
  opacity: 0.7;
}
/* line 1375, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static.r-m-discreet .r-action,
.r-textarea-static.r-m-discreet .r-action,
.r-input-append.r-m-discreet .r-action,
.r-input-prepend.r-m-discreet .r-action,
.r-input-date.r-m-discreet .r-action,
.r-input-choice.r-m-discreet .r-action,
.r-input-select.r-m-discreet .r-action {
  opacity: 0;
}
@media (any-pointer: coarse) {
  /* line 1375, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
  .r-form-control-static.r-m-discreet .r-action,
  .r-textarea-static.r-m-discreet .r-action,
  .r-input-append.r-m-discreet .r-action,
  .r-input-prepend.r-m-discreet .r-action,
  .r-input-date.r-m-discreet .r-action,
  .r-input-choice.r-m-discreet .r-action,
  .r-input-select.r-m-discreet .r-action {
    opacity: 1;
  }
}
/* line 1384, ../../../RundlWeb.UI/Content/scss/common/_form.scss */
.r-form-control-static.r-m-discreet .r-action:hover,
.r-textarea-static.r-m-discreet .r-action:hover,
.r-input-append.r-m-discreet .r-action:hover,
.r-input-prepend.r-m-discreet .r-action:hover,
.r-input-date.r-m-discreet .r-action:hover,
.r-input-choice.r-m-discreet .r-action:hover,
.r-input-select.r-m-discreet .r-action:hover {
  opacity: 1;
}

/* line 5, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control {
  z-index: 0;
  /*
   * Upload button/icon - no image preview.
   */
  /*
   * Image upload (not avatar). Allows for dynamic height.
   */
  /*
   *  Avatar upload
   */
}
/* line 10, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control .r-btn.r-m-upload {
  opacity: 0;
}
/* line 14, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control .r-btn.r-m-upload:hover {
  opacity: 1;
}
/* line 27, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-no-img .r-btn.r-m-upload {
  opacity: 1;
}
/* line 44, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-icon .r-btn.r-m-upload {
  height: 38px;
  width: 38px;
  background-color: #eff1f3;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  opacity: 1;
}
/* line 53, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-icon .r-btn.r-m-upload > .r-i::before {
  font-size: 1.125rem;
}
/* line 65, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 70, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-img .r-btn.r-m-upload {
  width: 100%;
  height: 100%;
  background-color: rgba(222, 227, 232, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 77, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-img .r-btn.r-m-upload > .r-i::before {
  font-size: 2rem;
}
/* line 83, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-img .r-spinner-wrapper {
  margin-top: calc(25% - 18px);
}
/* line 93, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-avatar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
/* line 101, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-avatar .r-btn.r-m-upload {
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  background-color: rgba(222, 227, 232, 0.5);
}
/* line 106, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-avatar .r-btn.r-m-upload > .r-i::before {
  font-size: 2rem;
}
/* line 112, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-avatar .r-btn.r-m-upload,
file-upload-inline.r-file-control.r-m-avatar .r-spinner-wrapper,
file-upload-inline.r-file-control.r-m-avatar .r-spinner {
  width: inherit;
  height: inherit;
}
/* line 120, ../../../RundlWeb.UI/Content/scss/common/_form-upload.scss */
file-upload-inline.r-file-control.r-m-avatar.r-m-large {
  width: 200px;
  height: 200px;
}

/* line 6, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 20px;
  position: relative;
  /*
   * Text
   */
  /*
   * List
   */
  /*
   *  Item panels - not block level content
   */
  /*
   *  Flush inner content. Move layout spacing to children
   */
  /*
   *  Background. Makes panel appear more blocky
   */
}
/* line 17, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel > .r-content-header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
/* line 24, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel > .r-content-header h1 + h2 {
  margin-top: 4px;
  color: #798c9c;
}
/* line 38, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-panel-body {
  position: relative;
}
/* line 44, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-panel-body .r-panel-section + .r-panel-section {
  margin-top: 20px;
  border-top: 1px solid #eff1f3;
  padding-top: 20px;
}
/* line 52, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-panel-body + .r-panel-footer {
  margin-top: 20px;
}
/* line 64, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-panel-footer {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 70, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-panel-status {
  position: absolute;
  right: -8px;
  top: -8px;
  line-height: 1;
}
/* line 77, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-panel-status .r-btn {
  width: 20px;
  height: 20px;
}
/* line 82, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-panel-status .r-btn > .r-i::before {
  font-size: 0.625rem;
}
/* line 99, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-metadata {
  font-size: 0.875rem;
  color: #94a7b8;
}
/* line 115, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-list .r-list-item:not(.r-m-card, [role="button"]):first-child {
  padding-top: 0;
}
/* line 119, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel .r-list .r-list-item:not(.r-m-card, [role="button"]):last-child {
  padding-bottom: 0;
}
/* line 134, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel + .r-panel,
.r-panel + .r-table {
  margin-top: 20px;
}
/* line 148, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-item, .r-panel.r-m-callout {
  padding: 16px;
}
/* line 153, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-item > .r-content-header, .r-panel.r-m-callout > .r-content-header {
  margin-bottom: 12px;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-panel.r-m-item > .r-content-header h1, .r-panel.r-m-callout > .r-content-header h1 {
  font-size: 16px;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-panel.r-m-item > .r-content-header h2, .r-panel.r-m-callout > .r-content-header h2 {
  font-size: 15px;
}
@media (max-width: 599.98px) {
  /* line 153, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
  .r-panel.r-m-item > .r-content-header, .r-panel.r-m-callout > .r-content-header {
    margin-bottom: 12px;
  }
  /* line 80, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-panel.r-m-item > .r-content-header h1, .r-panel.r-m-callout > .r-content-header h1 {
    font-size: 15px;
  }
  /* line 84, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-panel.r-m-item > .r-content-header h2, .r-panel.r-m-callout > .r-content-header h2 {
    font-size: 14px;
  }
}
/* line 157, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-item .r-panel-body + .r-panel-footer, .r-panel.r-m-callout .r-panel-body + .r-panel-footer {
  margin-top: 16px;
}
/* line 163, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-item .r-panel-section + .r-panel-section, .r-panel.r-m-callout .r-panel-section + .r-panel-section {
  margin-top: 16px;
  padding-top: 16px;
}
/* line 170, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-item + .r-panel, .r-panel.r-m-callout + .r-panel {
  margin-top: 12px;
}
/* line 180, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-flush {
  padding: 0 !important;
}
/* line 184, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-flush > .r-content-header {
  margin-bottom: 0 !important;
}
/* line 188, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-flush > .r-content-header,
.r-panel.r-m-flush > .r-panel-body > .r-panel-section,
.r-panel.r-m-flush > .r-panel-footer {
  padding: 20px;
}
/* line 194, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-flush > .r-panel-body + .r-panel-footer,
.r-panel.r-m-flush > .r-panel-body > .r-panel-section + .r-panel-section {
  margin-top: 0;
}
/* line 201, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-flush.r-m-item > .r-content-header,
.r-panel.r-m-flush.r-m-item > .r-panel-body > .r-panel-section,
.r-panel.r-m-flush.r-m-item > .r-panel-footer {
  padding: 16px;
}
/* line 211, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-flush .r-list-nav > nav,
.r-panel.r-m-flush .r-list-nav > .r-btn,
.r-panel.r-m-flush .r-list-nav > .r-spinner-wrapper {
  margin-bottom: 20px;
}
/* line 221, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline {
  border: 1px solid #dee3e8;
  background-color: #fff;
}
/* line 226, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline .r-remove-item {
  position: absolute;
  right: -8px;
  top: -8px;
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
}
/* line 233, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline .r-remove-item .r-btn {
  width: 20px;
  height: 20px;
}
/* line 238, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline .r-remove-item .r-btn > .r-i::before {
  font-size: 0.625rem;
}
/* line 251, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline.r-m-primary {
  border-color: #e6f7ff;
}
/* line 255, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline.r-m-callout {
  border-left-width: 3px;
}
/* line 259, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline.r-m-callout.r-info {
  border-left-color: #178dee;
}
/* line 263, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline.r-m-callout.r-neutral {
  border-left-color: #3da8ff;
}
/* line 267, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline.r-m-callout.r-warning {
  border-left-color: #f5c024;
}
/* line 271, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline.r-m-callout.r-success {
  border-left-color: #44ca6c;
}
/* line 275, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline.r-m-callout.r-danger {
  border-left-color: #d95b45;
}
/* line 279, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline.r-m-callout.r-meta {
  border-left-color: #31373d;
}
/* line 283, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-outline.r-m-callout .r-marker {
  line-height: 1;
}
/* line 295, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-solid {
  background-color: #f3f5f6;
}
/* line 299, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-solid .r-panel-section + .r-panel-section {
  border-top-color: #dee3e8;
}
/* line 307, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-solid.r-m-primary {
  background-color: #f0f6ff;
}
/* line 311, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-solid.r-m-grey-1 {
  background-color: #fafbfd;
}
/* line 315, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-solid.r-m-meta {
  background-color: #31373d;
}
/* line 319, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-solid.r-m-splash-600 {
  background-color: #5f427b;
}
/* line 323, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-solid.r-m-alert {
  background-color: #e6f7ff;
}
/* line 327, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-solid.r-m-alert .r-panel-section + .r-panel-section {
  border-top-color: #c3e1f9;
}
/* line 335, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-emboss {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  background-color: #fff;
  /*
   * List overrides
   */
}
/* line 351, ../../../RundlWeb.UI/Content/scss/common/_panel.scss */
.r-panel.r-m-emboss .r-list .r-list-item {
  background-color: #fff;
}

/* line 7, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatars.r-list .r-list-body {
  margin: -3px;
}
/* line 11, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatars.r-list .r-list-body .r-list-item {
  margin: 3px;
}
/* line 24, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatars.r-list.r-m-stacked .r-list-item:first-child {
  margin-right: -2px;
}
/* line 28, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatars.r-list.r-m-stacked .r-list-item + .r-list-item {
  margin: -2px;
}
/* line 41, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatars.r-list .r-is-selected:first-child {
  padding-left: 3px;
}
/* line 45, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatars.r-list .r-is-selected .r-avatar {
  -webkit-box-shadow: 0 0 0 3px #3da8ff;
  box-shadow: 0 0 0 3px #3da8ff;
  -webkit-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
}

/* line 55, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar {
  display: block;
  position: relative;
  background-color: #dee3e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  /*
   * Size classes
   */
}
/* line 62, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-img-avatar,
.r-avatar .r-char-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-img-avatar {
  display: block;
  object-fit: cover;
}
/* line 77, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-char-avatar {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #94a7b8;
  overflow: hidden;
}
/* line 85, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-char-avatar .r-char {
  display: block;
  color: #fff;
  opacity: 0.9;
  font-family: Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 104, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-m-placeholder .r-char-avatar {
  background-color: #eff1f3;
}
/* line 108, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-m-placeholder .r-char-avatar .r-char {
  color: #dee3e8;
}
/* line 116, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar:hover {
  text-decoration: none;
}
/* line 125, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-avatar-24 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.75rem;
}
/* line 132, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-avatar-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 1rem;
}
/* line 139, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-avatar-38 {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 1.125rem;
}
/* line 146, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-avatar-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.25rem;
}
/* line 153, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-avatar-48 {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.25rem;
}
/* line 160, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-avatar-72 {
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 1.75rem;
}
/* line 167, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-avatar-100 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 2.5rem;
}
/* line 174, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-avatar-150 {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 2.5rem;
}
/* line 181, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar.r-avatar-200 {
  width: 200px;
  height: 200px;
  line-height: 200px;
  font-size: 80px;
}
/* line 193, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-a, .r-avatar .r-avatar-A {
  background-color: #336de2;
}
/* line 197, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-b, .r-avatar .r-avatar-B {
  background-color: #2ea1c4;
}
/* line 201, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-c, .r-avatar .r-avatar-C {
  background-color: #006600;
}
/* line 205, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-d, .r-avatar .r-avatar-D {
  background-color: #006666;
}
/* line 209, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-e, .r-avatar .r-avatar-E {
  background-color: #006699;
}
/* line 213, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-f, .r-avatar .r-avatar-F {
  background-color: #0066cc;
}
/* line 217, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-g, .r-avatar .r-avatar-G {
  background-color: #3ea862;
}
/* line 221, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-h, .r-avatar .r-avatar-H {
  background-color: #0099cc;
}
/* line 225, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-i, .r-avatar .r-avatar-I {
  background-color: #94b931;
}
/* line 229, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-j, .r-avatar .r-avatar-J {
  background-color: #336699;
}
/* line 233, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-k, .r-avatar .r-avatar-K {
  background-color: #842b2b;
}
/* line 237, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-l, .r-avatar .r-avatar-L {
  background-color: #5d37b4;
}
/* line 241, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-m, .r-avatar .r-avatar-M {
  background-color: #990099;
}
/* line 245, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-n, .r-avatar .r-avatar-N {
  background-color: #9999ff;
}
/* line 249, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-o, .r-avatar .r-avatar-O {
  background-color: #cc0000;
}
/* line 253, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-p, .r-avatar .r-avatar-P {
  background-color: #cc3399;
}
/* line 257, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-q, .r-avatar .r-avatar-Q {
  background-color: #cc6600;
}
/* line 261, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-r, .r-avatar .r-avatar-R {
  background-color: #cc6699;
}
/* line 265, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-s, .r-avatar .r-avatar-S {
  background-color: #cc9900;
}
/* line 269, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-t, .r-avatar .r-avatar-T {
  background-color: #ff3399;
}
/* line 273, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-u, .r-avatar .r-avatar-U {
  background-color: #ff6633;
}
/* line 277, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-v, .r-avatar .r-avatar-V {
  background-color: #cc9999;
}
/* line 281, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-w, .r-avatar .r-avatar-W {
  background-color: #9999cc;
}
/* line 285, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-x, .r-avatar .r-avatar-X {
  background-color: #669966;
}
/* line 289, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-y, .r-avatar .r-avatar-Y {
  background-color: #6699cc;
}
/* line 293, ../../../RundlWeb.UI/Content/scss/common/_avatar.scss */
.r-avatar .r-avatar-z, .r-avatar .r-avatar-Z {
  background-color: #ff6666;
}

/* line 16, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile {
  position: relative;
  width: 180px;
  height: 120px;
  border: 1px solid #dee3e8;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /*
   * Tile with bg image
   */
  /*
   * Large tile
   */
}
/* line 26, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile > .r-inner {
  position: relative;
  height: 100%;
}
/* line 31, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-body {
  height: 86px;
  padding: 8px;
}
/* line 36, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-footer {
  height: 32px;
  padding: 4px 8px;
}
/* line 43, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-footer .r-tile-name,
.r-tile .r-tile-footer .r-tile-actions {
  position: absolute;
  width: calc(100% - 16px);
  font-size: 0.75rem;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 51, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-footer .r-tile-name.r-m-discreet,
.r-tile .r-tile-footer .r-tile-actions.r-m-discreet {
  opacity: 0;
}
/* line 55, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
:hover.r-tile .r-tile-footer .r-tile-name.r-m-discreet, :hover.r-tile .r-tile-footer .r-tile-actions.r-m-discreet {
  opacity: 1;
}
/* line 59, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-footer .r-tile-name.r-m-discreet + .r-m-discreet,
.r-tile .r-tile-footer .r-tile-actions.r-m-discreet + .r-m-discreet {
  opacity: 1;
}
/* line 63, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
:hover.r-tile .r-tile-footer .r-tile-name.r-m-discreet + .r-m-discreet, :hover.r-tile .r-tile-footer .r-tile-actions.r-m-discreet + .r-m-discreet {
  opacity: 0;
  z-index: -1;
}
/* line 74, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-footer .r-tile-actions {
  padding-left: 24px;
  line-height: 24px;
}
/* line 79, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-footer .r-tile-name .r-name {
  line-height: 24px;
}
/* line 86, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 251, 253, 0.8);
}
/* line 96, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-remove {
  position: absolute;
  right: -8px;
  top: -8px;
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
}
/* line 103, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-remove .r-btn {
  width: 20px;
  height: 20px;
}
/* line 108, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-remove .r-btn > .r-i::before {
  font-size: 0.625rem;
}
/* line 124, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-body .r-marker {
  margin-right: 4px;
}
/* line 128, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-body .r-marker .r-i::before {
  display: block;
  font-size: 1.25rem;
}
/* line 137, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-body .r-content .r-title {
  max-height: 3.6em;
  overflow: hidden;
  font-size: 0.75rem;
}
/* line 143, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile .r-tile-body .r-content .r-metadata {
  color: #94a7b8;
  font-size: 0.75rem;
}
/* line 161, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-has-img {
  -webkit-background-size: 180px 120px !important;
  background-size: 180px 120px !important;
}
/* line 165, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-has-img > .r-inner {
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
/* line 169, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-has-img .r-tile-body {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 174, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-has-img .r-tile-footer {
  background-color: rgba(250, 251, 253, 0.8);
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
/* line 182, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-has-img:hover > .r-inner {
  background-color: rgba(250, 251, 253, 0.8);
}
/* line 186, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-has-img:hover .r-tile-body {
  opacity: 1;
}
/* line 190, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-has-img:hover .r-tile-footer {
  background-color: transparent;
}
/* line 199, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-has-img.r-m-preview .r-tile-footer {
  opacity: 0;
  background-color: transparent;
}
/* line 207, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-has-img.r-m-preview:hover .r-footer {
  opacity: 1;
}
@media (any-pointer: coarse) {
  /* line 216, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
  .r-tile.r-m-has-img.r-m-preview .r-tile-footer {
    opacity: 1;
    background-color: rgba(250, 251, 253, 0.8);
  }
  /* line 221, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
  .r-tile.r-m-has-img.r-m-preview .r-tile-footer .r-tile-actions.r-m-discreet {
    opacity: 1;
  }
  /* line 229, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
  .r-tile.r-m-has-img.r-m-preview:hover .r-tile-footer {
    background-color: transparent;
  }
}
/* line 245, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large {
  width: 234px;
  height: 156px;
}
/* line 250, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large.r-m-has-img {
  -webkit-background-size: 234px 156px !important;
  background-size: 234px 156px !important;
}
/* line 254, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large .r-tile-remove {
  right: -12px;
  top: -12px;
}
/* line 259, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large .r-tile-remove .r-btn {
  width: 24px;
  height: 24px;
}
/* line 264, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large .r-tile-remove .r-btn > .r-i::before {
  font-size: 12px;
}
/* line 272, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large .r-tile-body {
  height: 118px;
  padding: 10px;
}
/* line 277, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large .r-marker {
  margin-right: 6px;
}
/* line 281, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large .r-marker .r-i::before {
  font-size: 1.5rem;
}
/* line 287, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large .r-title {
  font-size: 0.938rem;
}
/* line 291, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large .r-tile-footer {
  height: 36px;
  padding: 6px 8px;
}
/* line 296, ../../../RundlWeb.UI/Content/scss/common/_tile.scss */
.r-tile.r-m-large .r-tile-footer .r-tile-actions {
  font-size: 0.875rem;
}

/* line 7, ../../../RundlWeb.UI/Content/scss/common/_expander.scss */
.r-expander .r-expander-trigger {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  padding: 20px;
}
/* line 17, ../../../RundlWeb.UI/Content/scss/common/_expander.scss */
.r-expander .r-expander-trigger .r-tag {
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
/* line 23, ../../../RundlWeb.UI/Content/scss/common/_expander.scss */
.r-expander .r-expander-content {
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
  max-height: 7000px;
}

/* line 34, ../../../RundlWeb.UI/Content/scss/common/_expander.scss */
.r-expander-list .r-expander + .r-expander {
  border-top: 1px solid #eff1f3;
}
/* line 40, ../../../RundlWeb.UI/Content/scss/common/_expander.scss */
.r-expander-list .r-expander .r-expander-trigger {
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
/* line 44, ../../../RundlWeb.UI/Content/scss/common/_expander.scss */
.r-expander-list .r-expander .r-expander-trigger:hover, .r-expander-list .r-expander .r-expander-trigger:focus {
  background-color: #fafbfd;
}
/* line 51, ../../../RundlWeb.UI/Content/scss/common/_expander.scss */
.r-expander-list .r-expander .r-expander-content {
  padding: 0 20px 20px 20px;
}

/* line 7, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 320px;
}
@media (min-width: 1440px) {
  /* line 7, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
  .r-search {
    max-width: 480px;
  }
}
/* line 16, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar {
  position: relative;
}
/* line 20, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar::before {
  position: absolute;
  left: 12px;
  line-height: 38px;
  color: #798c9c;
}
/* line 28, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar.fi-search .r-form-control {
  padding-left: 38px;
}
/* line 32, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar .r-search-btn {
  flex: 1 0 auto;
}
/* line 38, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar.r-m-input-clears .r-form-control {
  padding-right: 38px;
}
/* line 42, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar.r-m-input-clears .r-form-control.r-m-lge {
  border-width: 2px;
}
/* line 46, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar.r-m-input-clears .r-form-control.r-m-lge + .r-clear-input {
  top: 2px;
  bottom: 2px;
}
/* line 55, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar.r-m-input-clears .r-clear-input {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  height: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* line 64, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar.r-m-input-clears .r-clear-input + .r-search-btn {
  margin-left: 0;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar.r-m-input-clears .r-clear-input.r-m-flush {
  right: 48px;
}
/* line 78, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar + .r-card {
  margin-top: 16px;
}
/* line 83, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-bar + .r-list {
  margin-top: 16px;
}
/* line 91, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-results {
  position: absolute;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  max-width: 568px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dee3e8;
  border-bottom-width: 2px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 1;
}
/* line 104, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-results > .r-inner {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-width: 0;
}
/* line 111, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-results .r-list-item em {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
/* line 116, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-results .r-list-item.r-m-more {
  border-top: 2px solid #dee3e8;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 124, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search .r-search-results .r-no-data {
  padding-right: 8px;
  padding-left: 8px;
}
/* line 137, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search.r-m-cta {
  position: relative;
  background-color: #f3f5f6;
  padding: 24px;
  max-width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media (min-width: 960px) {
  /* line 149, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
  .r-search.r-m-cta .r-search-bar .r-search-btn {
    width: 64px;
  }
  /* line 157, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
  .r-search.r-m-cta .r-search-bar.r-m-input-clears .r-clear-input.r-m-flush {
    right: 64px;
  }
}
/* line 171, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search.r-m-inline {
  max-width: 385px;
  width: 100%;
}
/* line 176, ../../../RundlWeb.UI/Content/scss/common/_search-control.scss */
.r-search.r-m-fluid {
  max-width: 100%;
}

/* line 11, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section {
  /*
   * Composer/text
   */
  /* 
   * Media attachments
   */
  /*
   * Actions (save / cancel) block
   */
}
/* line 13, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section + .r-post-section {
  margin-top: 12px;
}
/* line 25, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section.r-m-compose {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 35, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section.r-m-media .r-attachments {
  padding-top: 12px;
}
/* line 39, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section.r-m-media .r-url-control {
  padding-top: 12px;
}
/* line 44, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section.r-m-media .r-actions {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 49, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section.r-m-media .r-actions .r-btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 599.98px) {
  /* line 58, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
  .r-post-panel .r-post-section.r-m-media .r-actions .r-btn .t {
    position: absolute !important;
    margin-left: 0 !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    line-height: 0 !important;
    height: 0 !important;
  }
}
/* line 66, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-b-sidebar .r-post-panel .r-post-section.r-m-media .r-actions .r-btn .t {
  position: absolute !important;
  margin-left: 0 !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  line-height: 0 !important;
  height: 0 !important;
}
@media (max-width: 1200px) {
  /* line 71, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
  .r-b-content-body .r-post-panel .r-post-section.r-m-media .r-actions .r-btn .t {
    position: absolute !important;
    margin-left: 0 !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    line-height: 0 !important;
    height: 0 !important;
  }
}
/* line 91, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section.r-m-actions {
  border-top: 3px solid #eff1f3;
}
/* line 95, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section.r-m-actions .r-visibility {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
/* line 103, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section.r-m-actions .r-visibility .r-tag {
  margin-right: 4px;
}
/* line 109, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel .r-post-section.r-m-actions .r-actions {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  margin-top: 12px;
}
/* line 118, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-post-panel textarea.r-form-control {
  resize: none;
}

/* line 125, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new {
  min-height: 70px;
  border: 3px solid #c9d3db;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 132, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new > .r-item-body {
  padding: 14px;
}
/* line 136, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new .r-rich-composer {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 140, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new .r-rich-composer .r-btn.r-m-upload {
  width: 40px;
  height: 40px;
}
/* line 149, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new .r-post-section.r-m-media {
  border-top: 1px solid #eff1f3;
  padding-top: 12px;
}
/* line 162, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new.r-is-active {
  border-color: #178dee;
}
/* line 166, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new.r-is-active .r-rich-composer {
  padding-top: 11px;
}
/* line 170, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new.r-is-active .r-dropzone {
  outline-color: #dee3e8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 183, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message .r-post-panel.r-is-active .r-rich-composer {
  border-color: #178dee;
}

/* line 195, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-comment-new .r-rich-composer,
.r-comment .r-post-panel .r-rich-composer {
  padding-top: 6px;
  padding-bottom: 6px;
}
/* line 202, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-comment-new.r-is-active .r-rich-composer,
.r-comment .r-post-panel.r-is-active .r-rich-composer {
  border-color: #178dee;
}
/* line 206, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-comment-new.r-is-active .r-rich-composer textarea.r-form-control,
.r-comment .r-post-panel.r-is-active .r-rich-composer textarea.r-form-control {
  min-height: 70px;
  height: 70px;
  padding: 0;
}

@media (min-width: 600px) {
  /* line 224, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
  .r-comment-new .r-post-section.r-m-media, .r-comment-new .r-post-section.r-m-actions {
    margin-left: 40px;
  }
}
/* line 237, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new,
.r-comment-new {
  position: relative;
}
/* line 242, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new .r-actor,
.r-comment-new .r-actor {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
}
@media (max-width: 380px) {
  /* line 250, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
  .r-message-new .r-actor,
  .r-comment-new .r-actor {
    display: none;
    margin-right: 0;
  }
}
/* line 257, ../../../RundlWeb.UI/Content/scss/common/_post-control.scss */
.r-message-new .r-text-placeholder,
.r-comment-new .r-text-placeholder {
  color: #94a7b8;
  font-size: 0.938rem;
  line-height: 1.2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 8, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: border-color 0.15s linear 0s;
  transition: border-color 0.15s linear 0s;
  outline: 0;
}
/* line 16, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 24px;
  color: #31373d;
  font-size: 0.938rem;
  line-height: 36px;
}
/* line 28, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 36px;
  width: 24px;
}
/* line 37, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container.select2-container--open .select2-selection--single {
  border-color: #178dee;
}
/* line 45, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container.select2-container--focus .select2-selection--single {
  border-color: #178dee;
}
/* line 51, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-dropdown {
  background-color: #fff;
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 3000;
}
/* line 58, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-dropdown .select2-search__field {
  padding: 0 8px;
  height: 38px;
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 0.938rem;
  color: #31373d;
}
/* line 67, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-dropdown .select2-search__field:focus {
  border-color: #178dee;
  outline: none;
}
/* line 81, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-button {
  display: none;
}
/* line 87, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-dropdown .select2-results .select2-results__option {
  padding: 12px 8px;
  color: #31373d;
  font-size: 0.938rem;
  -webkit-transition: background-color 0.15s linear 0s;
  transition: background-color 0.15s linear 0s;
}
/* line 94, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-dropdown .select2-results .select2-results__option[aria-disabled=true] {
  color: #999;
}
/* line 98, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: #eff1f3;
}
/* line 102, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2-container .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #eff1f3;
  color: #31373d;
}

/* line 120, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2.r-large + .select2-container {
  min-width: 275px;
}
/* line 130, ../../../RundlWeb.UI/Content/scss/common/_select2.scss */
.select2.r-input-error + .select2-container .select2-selection--single {
  border-color: #f5c024;
}

/* line 15, ../../../RundlWeb.UI/Content/scss/common/util/_clearfix.scss */
.r-clear::before, .r-clear::after {
  content: " ";
  display: table;
}
/* line 21, ../../../RundlWeb.UI/Content/scss/common/util/_clearfix.scss */
.r-clear::after {
  clear: both;
}

/* line 20, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-constrain {
  max-width: 624px;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 28, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-w-24 {
  width: 6rem;
}

/* line 36, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-min-w-24 {
  min-width: 6rem;
}

/* line 47, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-display {
  /*
   * Responsive
   */
}
/* line 49, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-display-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/* line 53, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-display-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
/* line 57, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-display-block {
  display: block !important;
}
/* line 61, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-display-inline-block {
  display: inline-block !important;
}
/* line 65, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-display-none {
  display: none !important;
}
@media (min-width: 600px) {
  /* line 77, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-display-sm-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 81, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-display-sm-block {
    display: block !important;
  }
  /* line 85, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-display-sm-none {
    display: none !important;
  }
}
@media (min-width: 960px) {
  /* line 97, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-display-md-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 101, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-display-md-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  /* line 113, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-display-lg-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* line 130, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-pos-rel {
  position: relative;
}
/* line 134, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-pos-abs {
  position: absolute;
}
/* line 138, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-pos-left {
  position: absolute;
  left: 0;
}
/* line 143, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-pos-right {
  position: absolute;
  right: 0;
}

/* line 157, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-float-left {
  float: left !important;
}
/* line 161, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-float-right {
  float: right !important;
}
/* line 165, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-float-none {
  float: none !important;
}

/* line 176, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-align {
  /*
   * Horizontal
   */
  /*
   * Responsive
   */
  /*
   * Vertical
   */
}
/* line 182, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-align-start {
  -webkit-box-pack: flex-start !important;
  -moz-box-pack: flex-start !important;
  -ms-flex-pack: flex-start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
/* line 186, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-align-end {
  -webkit-box-pack: flex-end !important;
  -moz-box-pack: flex-end !important;
  -ms-flex-pack: flex-end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
/* line 190, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-align-center {
  -webkit-box-pack: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
/* line 194, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-align-spaced {
  -webkit-box-pack: space-around !important;
  -moz-box-pack: space-around !important;
  -ms-flex-pack: space-around !important;
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}
/* line 198, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-align-justify {
  -webkit-box-pack: space-between !important;
  -moz-box-pack: space-between !important;
  -ms-flex-pack: space-between !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
@media (min-width: 960px) {
  /* line 210, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-align-md-center {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
/* line 222, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-align-top {
  -webkit-box-align: flex-start !important;
  -moz-box-align: flex-start !important;
  -ms-flex-align: flex-start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}
/* line 226, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-align-middle {
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}
/* line 230, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-align-bottom {
  -webkit-box-align: flex-end !important;
  -moz-box-align: flex-end !important;
  -ms-flex-align: flex-end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 241, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 252, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-flex-child-none {
  flex: none;
}
/* line 256, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-flex-child-auto {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 260, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-flex-child-shrink {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
/* line 264, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-flex-child-grow {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 268, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-flex-child-grow-1 {
  -webkit-box-flex: 1 !important;
  -moz-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex: 1 !important;
  flex-grow: 1 !important;
}

/* line 281, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin {
  /*
   * Responsive
   */
}
/* line 283, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-none {
  margin: 0 !important;
}
/* line 287, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-2 {
  margin: 8px !important;
}
/* line 291, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-3 {
  margin: 12px !important;
}
/* line 295, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-4 {
  margin: 16px !important;
}
/* line 301, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-bottom-0 {
  margin-bottom: 0 !important;
}
/* line 305, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-bottom-2 {
  margin-bottom: 8px !important;
}
/* line 309, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-bottom-4 {
  margin-bottom: 16px !important;
}
/* line 313, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-bottom-6 {
  margin-bottom: 24px !important;
}
/* line 317, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-bottom-auto {
  margin-bottom: auto !important;
}
/* line 326, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-top-0 {
  margin-top: 0 !important;
}
/* line 330, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-top-1 {
  margin-top: 4px !important;
}
/* line 334, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-top-2 {
  margin-top: 8px !important;
}
/* line 338, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-top-3 {
  margin-top: 12px !important;
}
/* line 342, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-top-4 {
  margin-top: 16px !important;
}
/* line 346, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-top-6 {
  margin-top: 24px !important;
}
/* line 353, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-right-1 {
  margin-right: 4px !important;
}
/* line 357, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-right-2 {
  margin-right: 8px !important;
}
/* line 361, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-right-auto {
  margin-right: auto !important;
}
/* line 368, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-left-0 {
  margin-left: 0 !important;
}
/* line 372, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-left-1 {
  margin-left: 4px !important;
}
/* line 376, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-left-2 {
  margin-left: 8px !important;
}
/* line 380, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-left-4 {
  margin-left: 16px !important;
}
/* line 384, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-left-6 {
  margin-left: 24px !important;
}
/* line 388, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-margin-left-auto {
  margin-left: auto !important;
}
@media (min-width: 1440px) {
  /* line 401, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-margin-lg-none {
    margin: 0 !important;
  }
}
@media (max-width: 599.98px) {
  /* line 413, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-margin-xs-top-2 {
    margin-top: 8px !important;
  }
}

/* line 428, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-0 {
  padding: 0 !important;
}
/* line 432, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-2 {
  padding: 8px !important;
}
/* line 436, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-5 {
  padding: 20px !important;
}
/* line 442, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-top-0 {
  padding-top: 0 !important;
}
/* line 446, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-top-1 {
  padding-top: 4px !important;
}
/* line 450, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-top-2 {
  padding-top: 8px !important;
}
/* line 454, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-top-3 {
  padding-top: 12px !important;
}
/* line 462, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-right-0 {
  padding-right: 0 !important;
}
/* line 466, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-right-1 {
  padding-right: 4px !important;
}
/* line 470, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-right-2 {
  padding-right: 8px !important;
}
/* line 478, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-left-0 {
  padding-left: 0 !important;
}
/* line 482, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-left-1 {
  padding-left: 4px !important;
}
/* line 486, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-left-2 {
  padding-left: 8px !important;
}
/* line 490, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-padding-left-3 {
  padding-left: 12px !important;
}

/* line 503, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-vertical-top {
  vertical-align: top;
}

/* line 514, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-border-top {
  border-top: thin solid #eff1f3;
}
/* line 518, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-border-right {
  border-right: thin solid #eff1f3;
}
/* line 522, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-border-bottom {
  border-bottom: thin solid #eff1f3;
}
/* line 526, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-border-dark-bottom {
  border-bottom: thin solid #dee3e8;
}
/* line 530, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-border-left {
  border-left: thin solid #eff1f3;
}
/* line 534, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-border-none {
  border: none !important;
}

/* line 545, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-clickable {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 556, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.is-required::after {
  color: #d95b45;
  content: "*";
  margin-left: 2px;
}

/* line 567, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-is-disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 577, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-loading {
  background-image: url('/Content/images/loader-sml.gif?1689826750');
  background-repeat: no-repeat;
  background-position: 50% 10px;
}

/* line 588, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-hidden {
  position: absolute !important;
  margin-left: 0 !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  line-height: 0 !important;
  height: 0 !important;
}
@media (max-width: 599.98px) {
  /* line 595, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
  .r-u-hidden-sm {
    position: absolute !important;
    margin-left: 0 !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    line-height: 0 !important;
    height: 0 !important;
  }
}

/* line 608, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.is-editable {
  cursor: pointer;
  text-decoration: none;
}

/* line 618, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.is-shareable.fi-share {
  text-decoration: none;
}
/* line 622, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.is-shareable.fi-share::before {
  content: none;
}
/* line 626, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.is-shareable.fi-share::after {
  margin-left: 0.25rem;
  font-size: 85%;
  opacity: 0.7;
  display: inline-block;
}
/* line 635, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.is-shareable.fi-share:hover::after {
  opacity: 1;
}

/* line 648, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: -webkit-filter .3s ease, filter .3s ease;
}

/* line 659, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-fade-in {
  opacity: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 681, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-pulse {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: r-u-pulse;
  -moz-animation-name: r-u-pulse;
  -ms-animation-name: r-u-pulse;
  animation-name: r-u-pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes r-u-pulse {
  25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@-moz-keyframes r-u-pulse {
  25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@-ms-keyframes r-u-pulse {
  25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@-o-keyframes r-u-pulse {
  25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@keyframes r-u-pulse {
  25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
}
/* line 697, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.r-u-transform {
  --r-rotate: 0deg;
  transform: rotate(var(--r-rotate));
}

/* line 713, ../../../RundlWeb.UI/Content/scss/common/_utilities.scss */
.-r-u-rotate-90 {
  --r-rotate: -90deg;
}

/* line 13, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer {
  /*
   * Overrides for expanded app drawer
   */
}
/* line 15, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer > .r-inner {
  border-right: 1px solid #dee3e8;
  background-color: #fff;
}
/* line 25, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-account-context {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: flex 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* line 36, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-account-context .r-avatar-wrapper {
  display: block;
  transform: scale(1);
  -ms-transition: none !important;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
/* line 44, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-account-context .r-avatar {
  background-color: inherit;
}
@media (max-width: 599.98px) {
  /* line 25, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  .r-b-app-drawer .r-account-context {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
  /* line 59, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  .r-b-app-drawer .r-account-context .r-avatar-wrapper {
    transform: scale(2.63158);
  }
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu {
  height: -webkit-calc(100% - 172px);
  height: -moz-calc(100% - 172px);
  height: calc(100% - 172px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-app-drawer .r-app-menu::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-app-drawer .r-app-menu::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-app-drawer .r-app-menu::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-app-drawer .r-app-menu::-webkit-scrollbar-button {
  display: none;
}
/* line 82, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu li {
  height: 64px;
}
/* line 86, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu li + li {
  margin-top: 0;
}
/* line 92, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu .r-tab {
  padding-right: 18px;
  border-left: 3px solid transparent;
  color: #272c30;
}
/* line 98, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu .r-tab .r-i {
  width: auto;
}
/* line 102, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu .r-tab .r-i::before {
  font-size: 1.625rem;
  display: block;
}
/* line 107, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu .r-tab .r-i + .t {
  margin-left: 16px;
}
/* line 113, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu .r-tab .t {
  opacity: 0;
  font-size: 16px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* line 124, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu .r-tab:hover, .r-b-app-drawer .r-app-menu .r-tab:focus {
  background-color: #e6f7ff;
}
/* line 129, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-app-menu .r-tab.r-is-active {
  border-left-color: #178dee;
  color: #04599f;
  background-color: #e6f7ff;
}
/* line 144, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-drawer-footer {
  position: absolute;
  right: 1px;
  bottom: 0;
  left: 0;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 6px 0;
  background-color: inherit;
}
/* line 160, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-drawer-footer .r-account-admin {
  color: #272c30;
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 166, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-drawer-footer .r-account-admin .r-i::before {
  font-size: 1.5rem;
}
/* line 170, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-drawer-footer .r-account-admin .t {
  display: none;
  font-size: 16px;
  margin-left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
/* line 178, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-drawer-footer .r-account-admin + .r-btn {
  margin-left: 0;
}
/* line 187, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-drawer-footer .r-account-admin:hover, .r-b-app-drawer .r-drawer-footer .r-account-admin:focus {
  background-color: #e6f7ff;
}
/* line 193, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-drawer-footer .r-account-admin.r-is-active {
  color: #04599f;
  background-color: #e6f7ff;
}
/* line 206, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-drawer-footer .r-toggle-drawer > .r-i::before {
  font-size: 16px;
}
/* line 210, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer .r-drawer-footer .r-toggle-drawer:hover, .r-b-app-drawer .r-drawer-footer .r-toggle-drawer:active, .r-b-app-drawer .r-drawer-footer .r-toggle-drawer:focus {
  background-color: transparent;
}
/* line 232, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-account-context {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
/* line 236, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-account-context .r-avatar-wrapper {
  transform: scale(2.63158);
}
/* line 242, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-app-menu {
  height: -webkit-calc(100% - 232px);
  height: -moz-calc(100% - 232px);
  height: calc(100% - 232px);
}
/* line 246, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-app-menu .r-tab {
  border-right: 3px solid transparent;
}
/* line 250, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-app-menu .r-tab .t {
  opacity: 1;
}
/* line 254, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-app-menu .r-tab.r-is-active {
  border-left-color: transparent;
  border-right-color: #178dee;
}
/* line 263, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-drawer-footer {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 12px;
}
/* line 270, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-drawer-footer .r-account-admin {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 275, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-drawer-footer .r-account-admin .t {
  display: block;
  white-space: nowrap;
  opacity: 1;
}
/* line 283, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-drawer-footer .r-toggle-drawer {
  border-left: 1px solid #eff1f3;
  margin-left: 4px;
}
/* line 288, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.r-b-app-drawer.r-m-expanded .r-drawer-footer .r-toggle-drawer > .r-i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 306, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.is-public .r-b-app-drawer > .r-inner {
  background-color: #31373d;
}
/* line 315, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.is-public .r-b-app-drawer .r-account-context {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  background-color: #178dee;
}
/* line 320, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.is-public .r-b-app-drawer .r-account-context .r-avatar-wrapper {
  transform: none;
  cursor: auto;
}
/* line 332, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
.is-public .r-b-app-drawer .r-drawer-footer {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 959.98px) {
  /* line 343, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  .is-public .r-b-app-drawer:not(.r-m-expanded) {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 0px;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
  }
  /* line 349, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  .is-public .r-b-app-drawer ~ .r-b-app .r-b-app-header .r-app-drawer-menu {
    display: block;
  }
}
@media (min-width: 960px) {
  /* line 304, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  .is-public .r-b-app-drawer {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 240px;
    -ms-flex: 1 0 240px;
    flex: 1 0 240px;
  }
  /* line 362, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  .is-public .r-b-app-drawer .r-toggle-drawer {
    display: none;
  }
  /* line 368, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  .is-public .r-b-app-drawer ~ .r-b-app .r-b-app-header .r-app-drawer-menu {
    display: none;
  }
  /* line 379, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  .is-public .r-b-app-drawer .r-app-menu {
    height: -webkit-calc(100% - 222px);
    height: -moz-calc(100% - 222px);
    height: calc(100% - 222px);
  }
  /* line 387, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  .is-public .r-b-app-drawer .r-drawer-footer {
    padding-bottom: 12px;
  }
}
@media (max-width: 599.98px) {
  /* line 402, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  body:not(.is-public) .r-b-app-drawer ~ .r-b-app .r-b-app-header .r-app-drawer-menu {
    display: block;
  }
  /* line 408, ../../../RundlWeb.UI/Content/scss/common/_app-drawer.scss */
  body:not(.is-public) .r-b-app-drawer .r-drawer-footer {
    background-color: #fafbfd;
  }
}

/* line 12, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  background-color: #fff;
  -webkit-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  /* 
   *   Shadow applied when content scrolled for material effect.
   */
  /* 
   *   Sticky app header
   */
  /* 
   *   Modal search overrides. 
   *  - Fill viewport with app header block.
   */
}
/* line 18, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  -webkit-box-shadow: inset 0 -1px 0 0 #dee3e8;
  box-shadow: inset 0 -1px 0 0 #dee3e8;
  -webkit-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
}
/* line 27, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header .r-container {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 64px;
  padding-right: 24px;
  padding-left: 24px;
}
@media (max-width: 599.98px) {
  /* line 27, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
  .r-b-app-header .r-container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
/* line 48, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header .r-controls {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
/* line 52, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header .r-controls.r-m-right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 61, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header .r-title h1 {
  font-size: 1.125rem;
}
/* line 69, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header #r-app-title h1 {
  color: #798c9c;
  font-size: 16px;
}
/* line 76, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header .r-search {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 81, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header .r-search > .r-btn {
  display: none;
}
/* line 88, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header .r-search .r-search-bar.fi-search .r-form-control {
  border-radius: 19px;
  -webkit-border-radius: 19px;
}
/* line 94, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header .r-search .r-search-results {
  top: 65px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  border: none;
  -webkit-box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
  box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
}
/* line 115, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.r-is-elevated::before {
  -webkit-box-shadow: 0 3px 2px -2px rgba(222, 227, 232, 0.88);
  box-shadow: 0 3px 2px -2px rgba(222, 227, 232, 0.88);
}
/* line 123, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.r-m-sticky {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 127, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.r-m-sticky::before {
  display: none;
}
/* line 131, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.r-m-sticky .r-marker2 + .r-content-main {
  padding-left: 8px;
}
/* line 135, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.r-m-sticky .r-content-main {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box: 2;
  -moz-box: 2;
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  overflow: hidden;
}
/* line 149, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.is-modal-search {
  height: 100%;
  overflow: auto;
  background-color: #eff1f3;
  z-index: 301;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 158, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.is-modal-search::before {
  display: none;
}
/* line 162, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.is-modal-search .r-container {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.08);
}
/* line 167, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.is-modal-search .r-search {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  max-width: 100%;
}
/* line 173, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.is-modal-search .r-search > .r-btn {
  display: block;
  margin-left: 6px;
}
/* line 178, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.is-modal-search .r-search > search-bar {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 182, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.is-modal-search .r-search .r-search-results {
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* line 188, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-b-app-header.is-modal-search .r-search .r-search-results .r-list-item {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 959.98px) {
  /* line 210, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
  .r-b-app-header #r-app-title,
  .r-b-app-header .r-search,
  .r-b-app-header .r-start-service .r-btn .t {
    display: none;
  }
}
@media (min-width: 960px) {
  /* line 220, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
  .r-b-app-header .r-show-search {
    display: none;
  }
  /* line 225, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
  .r-b-app-header .r-start-service .r-btn .r-i {
    display: none;
  }
  /* line 229, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
  .r-b-app-header .r-start-service .r-btn .r-i + .t {
    margin-left: 0;
  }
}

/* line 244, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-app-drawer-menu {
  display: none;
}

/* line 248, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu {
    /*&.r-m-outline {

        .r-menu-icon {

            width: $jarc-button-height-med - (2 * $jarc-border-width-sml);
            height: $jarc-button-height-med - (2 * $jarc-border-width-sml);

            // decrease top by 1px
           .r-icon-line {

                &:nth-child(1) {
                    top: 12px;
                }

                &:nth-child(2), &:nth-child(3) {
                    top: 17px;
                }

                &:nth-child(4) {
                    top: 22px;
                }
            }

        }

    }*/
}
/* line 250, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon {
  width: 38px;
  height: 38px;
  position: relative;
}
/* line 256, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon .r-icon-line {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #94a7b8;
  opacity: 1;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -webkit-transition: transform, left 0.35s ease-in-out;
  transition: transform, left 0.35s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  left: 25%;
}
/* line 275, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon .r-icon-line:nth-child(1) {
  top: 13px;
}
/* line 279, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon .r-icon-line:nth-child(2), .r-btn-icon.r-m-menu .r-menu-icon .r-icon-line:nth-child(3) {
  top: 18px;
}
/* line 283, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon .r-icon-line:nth-child(4) {
  top: 23px;
}
/* line 294, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line {
  top: 18px;
}
/* line 299, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line:nth-child(1) {
  width: 0%;
  left: 50%;
}
/* line 304, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 308, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 313, ../../../RundlWeb.UI/Content/scss/common/_app-header.scss */
.r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line:nth-child(4) {
  width: 0%;
  left: 50%;
}

/* line 13, ../../../RundlWeb.UI/Content/scss/common/_app-alert.scss */
.r-alert {
  position: relative;
  padding: 12px 28px 12px 12px;
  background-color: #fff8db;
  text-align: center;
  width: 100%;
}
/* line 22, ../../../RundlWeb.UI/Content/scss/common/_app-alert.scss */
.r-alert p, .r-alert ul {
  padding-right: 16px;
  color: #94a7b8;
}
/* line 27, ../../../RundlWeb.UI/Content/scss/common/_app-alert.scss */
.r-alert .r-btn.r-u-pos-right {
  margin-right: 16px;
  top: 5px;
}
/* line 32, ../../../RundlWeb.UI/Content/scss/common/_app-alert.scss */
.r-alert ul {
  list-style: disc outside none;
  font-size: 0.938rem;
}

/* line 47, ../../../RundlWeb.UI/Content/scss/common/_app-alert.scss */
.localstorage.js .r-alert#r-browser-support {
  display: none;
  height: 0;
}

/* line 55, ../../../RundlWeb.UI/Content/scss/common/_app-alert.scss */
.js #r-nojs-msg {
  display: none;
  height: 0;
}

/* line 66, ../../../RundlWeb.UI/Content/scss/common/_app-alert.scss */
.localstorage #r-nolocalstorage-msg,
.no-js #r-nolocalstorage-msg {
  display: none;
  height: 0;
}

/* line 8, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar {
  background-color: #fff;
  /*
   * Card overrides
   */
  /*
   * Form overrides
   */
  /*
   * Panel overrides
   */
  /*
   * List overrides
   */
  /*
   * Search overrides
   */
  /*
   * Menu overrides
   */
  /*
   * Expander overrides
   */
}
@media (min-width: 1920px) {
  /* line 8, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
  .r-b-sidebar {
    border-left: 1px solid #dee3e8;
  }
}
@media (max-width: 1919.98px) {
  /* line 8, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
  .r-b-sidebar {
    -webkit-box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
    box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
  }
}
/* line 20, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-inner {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: none;
  /*
   * Fixed height sidebar with scrollable content and fixed footer (e.g. used in file select sidebars)
   */
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-sidebar .r-sb-inner::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-sidebar .r-sb-inner::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-sidebar .r-sb-inner::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-sidebar .r-sb-inner::-webkit-scrollbar-button {
  display: none;
}
/* line 37, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: hidden;
}
/* line 43, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  padding-right: 0;
}
/* line 52, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list,
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 12px;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list::-webkit-scrollbar,
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list::-webkit-scrollbar-thumb,
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list::-webkit-scrollbar-track,
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list::-webkit-scrollbar-button,
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form::-webkit-scrollbar-button {
  display: none;
}
/* line 61, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 71, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list.r-m-tickable + .r-list-footer {
  text-align: center;
  margin-top: 12px;
  margin-left: -12px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid #eff1f3;
}
/* line 86, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-inner.r-m-hide-overflow iframe.r-sb-section {
  padding-right: 4px;
}
/* line 101, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header {
  position: relative;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 24px;
  padding: 15px 12px;
  border-bottom: 1px solid #eff1f3;
}
/* line 111, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header:not(.r-m-cover)::after {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  content: '';
  min-height: inherit;
  font-size: 0;
}
/* line 118, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header .r-sb-nav {
  position: absolute;
  top: 8px;
  z-index: 2;
}
/* line 124, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header .r-sb-nav-left {
  left: 4px;
}
/* line 128, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header .r-sb-nav-right {
  right: 4px;
}
/* line 132, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header .r-sb-nav .r-btn > .r-i::before {
  font-size: 16px;
}
/* line 138, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header .r-header-main {
  text-align: center;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 32px;
  padding-right: 32px;
  min-width: 0;
}
/* line 146, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header .r-header-main h1 {
  font-size: 1.125rem;
}
/* line 150, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header .r-header-main h2 {
  margin-top: 4px;
  font-size: 1rem;
  color: #94a7b8;
}
/* line 158, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header .r-sb-loading {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 60px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 173, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover {
  display: block;
  min-height: 220px;
  padding: 0;
}
/* line 179, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover .r-sb-nav {
  top: 12px;
}
/* line 183, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover .r-sb-nav-left {
  left: 12px;
}
/* line 187, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover .r-sb-nav-right {
  right: 12px;
}
/* line 193, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover .r-header-main {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
/* line 200, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover .r-header-main .r-header-section {
  position: relative;
}
/* line 204, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover .r-header-main .r-header-section:first-of-type {
  margin-top: 20px;
}
/* line 208, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover .r-header-main .r-header-section .r-marker2 {
  display: inline-block;
}
/* line 212, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover .r-header-main .r-header-section + .r-header-section {
  margin-top: 12px;
}
/* line 220, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-cover .r-header-main.r-m-has-img .r-header-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
/* line 237, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-profile {
  /*
   * Text
   */
}
/* line 247, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-profile .r-subtitle {
  font-size: 0.875rem;
}
/* line 251, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-header.r-m-profile .r-metadata {
  font-size: 0.875rem;
}
/* line 264, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section {
  padding: 18px 12px 0 12px;
  display: block;
  /*
   * Content headers
   */
  /*
   * Layout
   */
  /*
   * Layout
   */
  /*
   * Flush section
   */
  /*
   * Actions buttons
   */
}
/* line 269, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section + .r-sb-section {
  border-top: 1px solid #eff1f3;
  margin-top: 18px;
  padding-top: 18px;
}
/* line 286, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section > .r-content-header,
.r-b-sidebar .r-sb-section .r-panel > .r-content-header,
.r-b-sidebar .r-sb-section .r-form > .r-content-header,
.r-b-sidebar .r-sb-section .r-list > .r-content-header {
  margin-bottom: 16px;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-b-sidebar .r-sb-section > .r-content-header h1,
.r-b-sidebar .r-sb-section .r-panel > .r-content-header h1,
.r-b-sidebar .r-sb-section .r-form > .r-content-header h1,
.r-b-sidebar .r-sb-section .r-list > .r-content-header h1 {
  font-size: 18px;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-b-sidebar .r-sb-section > .r-content-header h2,
.r-b-sidebar .r-sb-section .r-panel > .r-content-header h2,
.r-b-sidebar .r-sb-section .r-form > .r-content-header h2,
.r-b-sidebar .r-sb-section .r-list > .r-content-header h2 {
  font-size: 16px;
}
@media (max-width: 599.98px) {
  /* line 286, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
  .r-b-sidebar .r-sb-section > .r-content-header,
  .r-b-sidebar .r-sb-section .r-panel > .r-content-header,
  .r-b-sidebar .r-sb-section .r-form > .r-content-header,
  .r-b-sidebar .r-sb-section .r-list > .r-content-header {
    margin-bottom: 12px;
  }
  /* line 80, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-b-sidebar .r-sb-section > .r-content-header h1,
  .r-b-sidebar .r-sb-section .r-panel > .r-content-header h1,
  .r-b-sidebar .r-sb-section .r-form > .r-content-header h1,
  .r-b-sidebar .r-sb-section .r-list > .r-content-header h1 {
    font-size: 16px;
  }
  /* line 84, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-b-sidebar .r-sb-section > .r-content-header h2,
  .r-b-sidebar .r-sb-section .r-panel > .r-content-header h2,
  .r-b-sidebar .r-sb-section .r-form > .r-content-header h2,
  .r-b-sidebar .r-sb-section .r-list > .r-content-header h2 {
    font-size: 15px;
  }
}
/* line 293, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header,
.r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header {
  margin-bottom: 12px;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header h1,
.r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header h1 {
  font-size: 16px;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header h2,
.r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header h2 {
  font-size: 15px;
}
@media (max-width: 599.98px) {
  /* line 293, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
  .r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header,
  .r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header {
    margin-bottom: 12px;
  }
  /* line 80, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header h1,
  .r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header h1 {
    font-size: 15px;
  }
  /* line 84, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header h2,
  .r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header h2 {
    font-size: 14px;
  }
}
/* line 302, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section .r-panel + .r-form,
.r-b-sidebar .r-sb-section .r-panel + .r-list,
.r-b-sidebar .r-sb-section .r-panel + .r-grid,
.r-b-sidebar .r-sb-section .r-panel + .r-card-column,
.r-b-sidebar .r-sb-section .r-list + .r-form,
.r-b-sidebar .r-sb-section .r-form + .r-form {
  margin-top: 12px;
}
/* line 320, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section:last-of-type {
  padding-bottom: 18px;
}
/* line 328, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section.r-m-flush {
  padding-bottom: 18px;
}
/* line 332, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section.r-m-flush.r-m-solid {
  background-color: #f3f5f6;
}
/* line 336, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section.r-m-flush.r-m-highlight {
  background-color: #f0f6ff;
}
/* line 340, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section.r-m-flush.r-m-alert {
  background-color: #e6f7ff;
}
/* line 344, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section.r-m-flush.r-m-warning {
  background-color: #fefae7;
}
/* line 348, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section.r-m-flush + .r-sb-section {
  margin-top: 0;
}
/* line 358, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-sb-section.r-m-actions {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 378, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-card .r-card-header.r-m-cover .r-avatar {
  margin-top: 20px;
}
/* line 384, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-card .r-card-footer {
  border-top: 1px solid #eff1f3;
}
/* line 388, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-card .r-card-header,
.r-b-sidebar .r-card .r-card-body,
.r-b-sidebar .r-card .r-card-footer {
  padding: 12px;
}
/* line 396, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-card.r-no-data .r-card-footer {
  border: none;
}
/* line 410, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-form .r-subtitle {
  font-size: 0.875rem;
}
/* line 416, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-form .r-form-section.r-m-flush {
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
}
/* line 430, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-panel {
  padding-left: 12px;
  padding-right: 12px;
  /*
   * Text
   */
}
/* line 435, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-panel.r-m-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 444, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-panel .r-title {
  font-size: 16px;
}
/* line 448, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-panel .r-subtitle {
  font-size: 0.938rem;
}
/* line 452, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-panel .r-metadata {
  font-size: 0.875rem;
  color: #94a7b8;
}
/* line 459, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-panel.r-m-flush > .r-content-header,
.r-b-sidebar .r-panel.r-m-flush .r-panel-section,
.r-b-sidebar .r-panel.r-m-flush .r-panel-footer {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 476, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-list:not(.r-m-inline) .r-list-item {
  padding-right: 12px;
  padding-left: 12px;
}
/* line 487, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-search {
  max-width: 100%;
}
/* line 497, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-menu-options li > a,
.r-b-sidebar .r-menu-options li .r-content[role="button"] {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 510, ../../../RundlWeb.UI/Content/scss/common/_app-sidebar.scss */
.r-b-sidebar .r-expander .r-expander-trigger,
.r-b-sidebar .r-expander .r-expander-content {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 8, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header,
.r-mdl-content-header {
  background-color: #fff;
  /*
   * Compact e.g. workboard. 
   */
  /*
   * Cover. Large heading with background image. 
   */
  /*
   * Cover 2. Haven't got a name yet.
   * - Mobile first
   */
}
/* line 17, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header .r-container,
.r-mdl-content-header .r-container {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 24px;
}
@media (max-width: 599.98px) {
  /* line 25, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header .r-container,
  .r-mdl-content-header .r-container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
/* line 32, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header .r-header-main,
.r-mdl-content-header .r-header-main {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin: -12px;
}
/* line 42, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header .r-header-main .r-header-section,
.r-mdl-content-header .r-header-main .r-header-section {
  min-width: 0;
  margin: 12px;
}
/* line 49, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header .r-marker2 + .r-header-main,
.r-mdl-content-header .r-marker2 + .r-header-main {
  margin-left: 0;
}
/* line 53, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header .r-header-aside,
.r-mdl-content-header .r-header-aside {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 599.98px) {
  /* line 70, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header .r-marker2 .r-avatar-wrapper .r-avatar-100,
  .r-mdl-content-header .r-marker2 .r-avatar-wrapper .r-avatar-100 {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 1.75rem;
  }
}
/* line 94, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-compact .r-container,
.r-mdl-content-header.r-m-compact .r-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 101, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-compact .r-container .r-header-main,
.r-mdl-content-header.r-m-compact .r-container .r-header-main {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: -4px;
}
/* line 108, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-compact .r-container .r-header-main .r-header-section,
.r-mdl-content-header.r-m-compact .r-container .r-header-main .r-header-section {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  margin: 4px;
}
/* line 118, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-compact .r-title,
.r-mdl-content-header.r-m-compact .r-title {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 122, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-compact .r-title h1,
.r-mdl-content-header.r-m-compact .r-title h1 {
  font-size: 1.25rem;
}
@media (max-width: 959.98px) {
  /* line 136, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover .r-inner,
  .r-mdl-content-header.r-m-cover .r-inner {
    height: 290px;
  }
}
@media (min-width: 960px) {
  /* line 136, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover .r-inner,
  .r-mdl-content-header.r-m-cover .r-inner {
    height: 320px;
  }
}
/* line 150, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover .r-container,
.r-mdl-content-header.r-m-cover .r-container {
  height: 100%;
}
/* line 154, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover .r-container .r-header-main,
.r-mdl-content-header.r-m-cover .r-container .r-header-main {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 169, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover .r-header-section .r-title h1,
.r-mdl-content-header.r-m-cover .r-header-section .r-title h1 {
  max-height: 3.6em;
  overflow: hidden;
}
/* line 182, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover.r-m-has-img,
.r-mdl-content-header.r-m-cover.r-m-has-img {
  position: relative;
  width: 100%;
}
@media (max-width: 959.98px) {
  /* line 187, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
  .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
    height: 290px;
  }
}
@media (min-width: 960px) and (max-width: 1439.98px) {
  /* line 187, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
  .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
    height: 320px;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  /* line 187, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
  .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
    height: 360px;
  }
}
@media (min-width: 1920px) {
  /* line 187, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
  .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
    height: 400px;
  }
}
@media (min-width: 2160px) {
  /* line 187, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
  .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
    height: 450px;
  }
}
/* line 216, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover.r-m-has-img .r-img-canopy,
.r-mdl-content-header.r-m-cover.r-m-has-img .r-img-canopy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
/* line 226, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover.r-m-has-img .r-img-canopy img,
.r-mdl-content-header.r-m-cover.r-m-has-img .r-img-canopy img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  object-fit: cover;
}
/* line 253, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 > .r-inner,
.r-mdl-content-header.r-m-cover-2 > .r-inner {
  max-width: 100%;
}
/* line 257, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-container,
.r-mdl-content-header.r-m-cover-2 .r-container {
  padding: 0;
}
/* line 261, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-header-main,
.r-mdl-content-header.r-m-cover-2 .r-header-main {
  margin: 0;
}
/* line 265, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-header-main .r-header-section,
.r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section {
  margin: 0;
}
/* line 269, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-header-main .r-header-section .r-header-cell,
.r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section .r-header-cell {
  position: relative;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
}
@media (min-width: 1440px) {
  /* line 284, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-convex,
  .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-convex {
    border-bottom-right-radius: 5% 25%;
  }
}
/* line 291, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component,
.r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component {
  min-height: 160px;
}
/* line 298, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component + .r-header-section .r-content,
.r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component + .r-header-section .r-content {
  width: 50%;
  padding-right: 12px;
  min-height: 142px;
}
/* line 307, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal,
.r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal {
  position: absolute;
  right: 0;
  width: 50%;
  padding: inherit;
  padding-left: 12px;
}
/* line 315, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal .r-img-canopy,
.r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal .r-img-canopy {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #94a7b8;
}
@media (max-width: 1439.98px) {
  /* line 291, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component,
  .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component {
    height: auto;
    overflow: hidden;
  }
  /* line 331, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-header-cell,
  .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-header-cell {
    padding-bottom: 0;
  }
  /* line 338, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component + .r-header-section .r-content,
  .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component + .r-header-section .r-content {
    width: 100%;
    padding: 0;
  }
  /* line 345, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal,
  .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal {
    position: relative;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 75%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  /* line 357, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal::before,
  .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal::before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    height: 50%;
    width: 200vw;
    background-color: #fff;
    content: "";
  }
}
@media (max-width: 959.98px) {
  /* line 375, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
  .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal,
  .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal {
    width: 100%;
  }
}
/* line 394, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-component-portal .r-img-canopy,
.r-mdl-content-header.r-m-cover-2 .r-component-portal .r-img-canopy {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
/* line 402, ../../../RundlWeb.UI/Content/scss/common/_app-content-header.scss */
.r-b-content-header.r-m-cover-2 .r-component-portal .r-img-canopy img,
.r-mdl-content-header.r-m-cover-2 .r-component-portal .r-img-canopy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  min-height: 260px;
}

/* line 85, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-nav,
.r-mdl-content-nav {
  background-color: #fff;
}
/* line 90, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-nav .r-container,
.r-mdl-content-nav .r-container {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 599.98px) {
  /* line 90, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-nav .r-container,
  .r-mdl-content-nav .r-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* line 104, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-nav.r-m-has-whitespace .r-container,
.r-mdl-content-nav.r-m-has-whitespace .r-container {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 116, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body,
.r-mdl-content-body {
  /*
   * Content headers
   */
  /*
   * Lists
   */
  /*
   * Adjacent content spacing
   */
  /*
   * Menu section nav layout
   */
  /*
   * Edit mode
   */
}
/* line 119, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-container,
.r-mdl-content-body .r-container {
  padding: 24px;
}
@media (max-width: 599.98px) {
  /* line 119, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-container,
  .r-mdl-content-body .r-container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
/* line 141, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-content-body.r-m-flex,
.r-mdl-content-body .r-content-body.r-m-flex {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
   * DEFAULT
   */
  margin: -12px;
  /*
   * SMALL DOWN. 
   * - Fundamentally 1 col. Use flex basis 100% on content-section and main section cells
   */
  /*
   *  SMALL SUB-SECTION OVERRIDE. 
   *  - Optmise usage of available space for early 2 col case (delay wrapping sections and cells)
   *  - Only where app drawer closed 
   */
  /*
   *  MEDIUM UP.
   *  - Opportunity 2 section cols.
   *  - Factor in .app-drawer-open.
   */
  /*
   *  MEDIUM SUB-SECTION OVERRIDE. 
   *  - Handle .app-drawer-open
   *  - 960 - 64 okay. 960 - 240 not okay. Cater for diff i.e revert to small behaviour if below 1136 (960 + (240 - 64))
   */
  /*
   *   MEDIUM ONLY. 
   *   - Exceptions for cell wrapping
   */
}
/* line 152, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container,
.r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@supports (position: sticky) {
  /* line 159, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item,
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item {
    position: relative;
    top: 0px;
  }
  /* line 164, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck,
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck {
    position: -webkit-sticky;
    position: sticky;
  }
}
/* line 185, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-content-body.r-m-flex .r-content-section,
.r-mdl-content-body .r-content-body.r-m-flex .r-content-section {
  margin: 12px;
  min-width: 0;
}
/* line 190, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main,
.r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main {
  margin: 6px;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 197, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell,
.r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
  margin: 6px;
  min-width: 0;
}
@media (max-width: 959.98px) {
  /* line 141, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex,
  .r-mdl-content-body .r-content-body.r-m-flex {
    margin: -6px;
  }
  /* line 21, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck,
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck {
    position: static;
  }
  /* line 27, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section {
    margin: 6px;
  }
  /* line 31, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 24px;
    border-bottom: 2px solid #dee3e8;
    padding-bottom: 24px;
  }
  /* line 41, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-details,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-details {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 45, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 3px;
  }
  /* line 50, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 3px;
  }
  /* line 55, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 64, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-first,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 860px) and (max-width: 959.98px) {
  /* line 232, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-menu, body:not(.app-drawer-open)
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-menu {
    max-width: 260px;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 239, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-details, body:not(.app-drawer-open)
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-details {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  /* line 243, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-main, body:not(.app-drawer-open)
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-main {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 248, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-first, body:not(.app-drawer-open)
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-first {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 255, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell, body:not(.app-drawer-open)
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 259, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell.r-m-main, body:not(.app-drawer-open)
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell.r-m-main {
    -webkit-box: 2;
    -moz-box: 2;
    -webkit-flex: 2 0 auto;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
  }
  /* line 263, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell.r-m-details, body:not(.app-drawer-open)
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell.r-m-details {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  @supports (position: sticky) {
    /* line 278, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
    body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised.r-m-sticky-container .r-sticky-item.r-is-stuck, body:not(.app-drawer-open)
    .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised.r-m-sticky-container .r-sticky-item.r-is-stuck {
      position: -webkit-sticky;
      position: sticky;
    }
  }
}
@media (min-width: 960px) {
  /* line 303, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu {
    width: 260px;
  }
  /* line 308, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-details,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-details {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  /* line 312, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main {
    -webkit-box: 2;
    -moz-box: 2;
    -webkit-flex: 2 1 0%;
    -ms-flex: 2 1 0%;
    flex: 2 1 0%;
  }
  /* line 316, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  /* line 320, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-main,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-main {
    -webkit-box: 2;
    -moz-box: 2;
    -webkit-flex: 2 1 0%;
    -ms-flex: 2 1 0%;
    flex: 2 1 0%;
  }
}
@media (min-width: 960px) and (max-width: 1136px) {
  /* line 338, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex, body.app-drawer-open
  .r-mdl-content-body .r-content-body.r-m-flex {
    margin: -6px;
  }
  /* line 21, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck, body.app-drawer-open
  .r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck {
    position: static;
  }
  /* line 27, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section, body.app-drawer-open
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section {
    margin: 6px;
  }
  /* line 31, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu, body.app-drawer-open
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 24px;
    border-bottom: 2px solid #dee3e8;
    padding-bottom: 24px;
  }
  /* line 41, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-details, body.app-drawer-open
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-details {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 45, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main, body.app-drawer-open
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 3px;
  }
  /* line 50, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell, body.app-drawer-open
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 3px;
  }
  /* line 55, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details, body.app-drawer-open
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 64, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-first, body.app-drawer-open
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 960px) and (max-width: 1439.98px) {
  /* line 360, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  /* line 364, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 375, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 379, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell.r-m-main,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell.r-m-main {
    -webkit-box: 2;
    -moz-box: 2;
    -webkit-flex: 2 1 0%;
    -ms-flex: 2 1 0%;
    flex: 2 1 0%;
  }
  /* line 383, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell.r-m-details,
  .r-mdl-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell.r-m-details {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
/* line 406, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-container > .r-content-header,
.r-b-content-body .r-content-body .r-content-section > .r-content-header,
.r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header,
.r-b-content-body .r-panel > .r-content-header,
.r-b-content-body .r-form > .r-content-header,
.r-b-content-body .r-list > .r-content-header,
.r-mdl-content-body .r-container > .r-content-header,
.r-mdl-content-body .r-content-body .r-content-section > .r-content-header,
.r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header,
.r-mdl-content-body .r-panel > .r-content-header,
.r-mdl-content-body .r-form > .r-content-header,
.r-mdl-content-body .r-list > .r-content-header {
  margin-bottom: 20px;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-b-content-body .r-container > .r-content-header h1,
.r-b-content-body .r-content-body .r-content-section > .r-content-header h1,
.r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h1,
.r-b-content-body .r-panel > .r-content-header h1,
.r-b-content-body .r-form > .r-content-header h1,
.r-b-content-body .r-list > .r-content-header h1,
.r-mdl-content-body .r-container > .r-content-header h1,
.r-mdl-content-body .r-content-body .r-content-section > .r-content-header h1,
.r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h1,
.r-mdl-content-body .r-panel > .r-content-header h1,
.r-mdl-content-body .r-form > .r-content-header h1,
.r-mdl-content-body .r-list > .r-content-header h1 {
  font-size: 20px;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-b-content-body .r-container > .r-content-header h2,
.r-b-content-body .r-content-body .r-content-section > .r-content-header h2,
.r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h2,
.r-b-content-body .r-panel > .r-content-header h2,
.r-b-content-body .r-form > .r-content-header h2,
.r-b-content-body .r-list > .r-content-header h2,
.r-mdl-content-body .r-container > .r-content-header h2,
.r-mdl-content-body .r-content-body .r-content-section > .r-content-header h2,
.r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h2,
.r-mdl-content-body .r-panel > .r-content-header h2,
.r-mdl-content-body .r-form > .r-content-header h2,
.r-mdl-content-body .r-list > .r-content-header h2 {
  font-size: 18px;
}
@media (max-width: 599.98px) {
  /* line 406, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-container > .r-content-header,
  .r-b-content-body .r-content-body .r-content-section > .r-content-header,
  .r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header,
  .r-b-content-body .r-panel > .r-content-header,
  .r-b-content-body .r-form > .r-content-header,
  .r-b-content-body .r-list > .r-content-header,
  .r-mdl-content-body .r-container > .r-content-header,
  .r-mdl-content-body .r-content-body .r-content-section > .r-content-header,
  .r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header,
  .r-mdl-content-body .r-panel > .r-content-header,
  .r-mdl-content-body .r-form > .r-content-header,
  .r-mdl-content-body .r-list > .r-content-header {
    margin-bottom: 16px;
  }
  /* line 80, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-b-content-body .r-container > .r-content-header h1,
  .r-b-content-body .r-content-body .r-content-section > .r-content-header h1,
  .r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h1,
  .r-b-content-body .r-panel > .r-content-header h1,
  .r-b-content-body .r-form > .r-content-header h1,
  .r-b-content-body .r-list > .r-content-header h1,
  .r-mdl-content-body .r-container > .r-content-header h1,
  .r-mdl-content-body .r-content-body .r-content-section > .r-content-header h1,
  .r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h1,
  .r-mdl-content-body .r-panel > .r-content-header h1,
  .r-mdl-content-body .r-form > .r-content-header h1,
  .r-mdl-content-body .r-list > .r-content-header h1 {
    font-size: 18px;
  }
  /* line 84, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-b-content-body .r-container > .r-content-header h2,
  .r-b-content-body .r-content-body .r-content-section > .r-content-header h2,
  .r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h2,
  .r-b-content-body .r-panel > .r-content-header h2,
  .r-b-content-body .r-form > .r-content-header h2,
  .r-b-content-body .r-list > .r-content-header h2,
  .r-mdl-content-body .r-container > .r-content-header h2,
  .r-mdl-content-body .r-content-body .r-content-section > .r-content-header h2,
  .r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h2,
  .r-mdl-content-body .r-panel > .r-content-header h2,
  .r-mdl-content-body .r-form > .r-content-header h2,
  .r-mdl-content-body .r-list > .r-content-header h2 {
    font-size: 16px;
  }
}
/* line 415, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-form .r-form-section > .r-content-header,
.r-b-content-body .r-panel .r-panel-section > .r-content-header,
.r-mdl-content-body .r-form .r-form-section > .r-content-header,
.r-mdl-content-body .r-panel .r-panel-section > .r-content-header {
  margin-bottom: 16px;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-b-content-body .r-form .r-form-section > .r-content-header h1,
.r-b-content-body .r-panel .r-panel-section > .r-content-header h1,
.r-mdl-content-body .r-form .r-form-section > .r-content-header h1,
.r-mdl-content-body .r-panel .r-panel-section > .r-content-header h1 {
  font-size: 18px;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-b-content-body .r-form .r-form-section > .r-content-header h2,
.r-b-content-body .r-panel .r-panel-section > .r-content-header h2,
.r-mdl-content-body .r-form .r-form-section > .r-content-header h2,
.r-mdl-content-body .r-panel .r-panel-section > .r-content-header h2 {
  font-size: 16px;
}
@media (max-width: 599.98px) {
  /* line 415, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-form .r-form-section > .r-content-header,
  .r-b-content-body .r-panel .r-panel-section > .r-content-header,
  .r-mdl-content-body .r-form .r-form-section > .r-content-header,
  .r-mdl-content-body .r-panel .r-panel-section > .r-content-header {
    margin-bottom: 12px;
  }
  /* line 80, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-b-content-body .r-form .r-form-section > .r-content-header h1,
  .r-b-content-body .r-panel .r-panel-section > .r-content-header h1,
  .r-mdl-content-body .r-form .r-form-section > .r-content-header h1,
  .r-mdl-content-body .r-panel .r-panel-section > .r-content-header h1 {
    font-size: 16px;
  }
  /* line 84, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-b-content-body .r-form .r-form-section > .r-content-header h2,
  .r-b-content-body .r-panel .r-panel-section > .r-content-header h2,
  .r-mdl-content-body .r-form .r-form-section > .r-content-header h2,
  .r-mdl-content-body .r-panel .r-panel-section > .r-content-header h2 {
    font-size: 15px;
  }
}
@media (max-width: 1439.98px) {
  /* line 440, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-cell.r-m-details .r-list.r-m-inline > .r-list-body.r-m-grid-3 > .r-list-item,
  .r-mdl-content-body .r-content-cell.r-m-details .r-list.r-m-inline > .r-list-body.r-m-grid-3 > .r-list-item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1440px) {
  /* line 448, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-b-content-body .r-content-cell.r-m-details .r-list.r-m-inline > .r-list-body.r-m-grid-3 > .r-list-item,
  .r-mdl-content-body .r-content-cell.r-m-details .r-list.r-m-inline > .r-list-body.r-m-grid-3 > .r-list-item {
    width: 100%;
  }
}
/* line 473, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-panel + .r-list,
.r-b-content-body .r-form + .r-panel,
.r-mdl-content-body .r-panel + .r-list,
.r-mdl-content-body .r-form + .r-panel {
  margin-top: 20px;
}
/* line 484, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-section-nav + .r-section-nav,
.r-mdl-content-body .r-section-nav + .r-section-nav {
  border-top: 1px solid #dee3e8;
  margin-top: 16px;
  padding-top: 16px;
}
/* line 498, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab:not(.r-is-active):hover, .r-b-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab:not(.r-is-active):focus,
.r-mdl-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab:not(.r-is-active):hover,
.r-mdl-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab:not(.r-is-active):focus {
  background-color: #dee3e8;
}
/* line 505, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab.r-is-active,
.r-mdl-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab.r-is-active {
  background-color: #dee3e8;
}
/* line 528, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-b-content-body.r-m-edit .r-m-show,
.r-mdl-content-body.r-m-edit .r-m-show {
  position: relative;
  z-index: 2;
}

/* line 542, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-page-content.r-container {
  /*
   * Content headers
   */
}
@media (max-width: 599.98px) {
  /* line 554, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-page-content.r-container .r-content-body .r-content-section + .r-content-section {
    margin-top: 24px;
    border-top: 2px solid #dee3e8;
    padding-top: 24px;
  }
}
@media (min-width: 600px) {
  /* line 542, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-page-content.r-container {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  /* line 580, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-page-content.r-container .r-content-body .r-content-section + .r-content-section {
    margin-top: 36px;
    border-top: 1px solid #dee3e8;
    padding-top: 36px;
  }
  /* line 595, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-page-content.r-container .r-text.r-m-quoted {
    font-size: 1.25rem;
  }
  /* line 599, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-page-content.r-container .r-text.r-m-quoted::before {
    font-size: 3rem;
  }
  /* line 605, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-page-content.r-container .r-text.r-m-quoted + .r-actions .r-btn .t {
    font-size: 1.25rem;
  }
}
/* line 624, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-page-content.r-container .r-content-body .r-content-section > .r-content-header {
  margin-bottom: 24px;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-page-content.r-container .r-content-body .r-content-section > .r-content-header h1 {
  font-size: 24px;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-page-content.r-container .r-content-body .r-content-section > .r-content-header h2 {
  font-size: 20px;
}
@media (max-width: 599.98px) {
  /* line 624, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-page-content.r-container .r-content-body .r-content-section > .r-content-header {
    margin-bottom: 20px;
  }
  /* line 80, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-page-content.r-container .r-content-body .r-content-section > .r-content-header h1 {
    font-size: 20px;
  }
  /* line 84, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-page-content.r-container .r-content-body .r-content-section > .r-content-header h2 {
    font-size: 18px;
  }
}
/* line 634, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-page-content.r-container .r-grid.r-m-content .r-content-header {
  margin-bottom: 16px;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-page-content.r-container .r-grid.r-m-content .r-content-header h1 {
  font-size: 18px;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.r-page-content.r-container .r-grid.r-m-content .r-content-header h2 {
  font-size: 16px;
}
@media (max-width: 599.98px) {
  /* line 634, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-page-content.r-container .r-grid.r-m-content .r-content-header {
    margin-bottom: 12px;
  }
  /* line 80, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-page-content.r-container .r-grid.r-m-content .r-content-header h1 {
    font-size: 16px;
  }
  /* line 84, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .r-page-content.r-container .r-grid.r-m-content .r-content-header h2 {
    font-size: 15px;
  }
}
/* line 638, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-page-content.r-container .r-grid.r-m-content + .r-grid {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dee3e8;
}
/* line 644, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-page-content.r-container .r-grid.r-m-content img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 599.98px) {
  /* line 651, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
  .r-page-content.r-container .r-grid.r-m-content img {
    width: 75%;
  }
}
/* line 657, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-page-content.r-container .r-grid.r-m-content .r-cell:nth-child(odd) {
  text-align: left;
}
/* line 668, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-page-content.r-container .r-grid.r-m-content.r-cols-1 .r-cell:nth-child(odd) {
  padding-right: 0;
}
/* line 672, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-page-content.r-container .r-grid.r-m-content.r-cols-1 .r-cell:nth-child(even) {
  width: 100%;
}
/* line 681, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-page-content.r-container .r-grid.r-m-content.r-cols-2.r-even .r-cell:nth-child(odd), .r-page-content.r-container .r-grid.r-m-content.r-cols-3.r-even .r-cell:nth-child(odd) {
  float: right;
}

/* line 704, ../../../RundlWeb.UI/Content/scss/common/_app-content-body.scss */
.r-message:hover .r-btn.r-m-discreet:enabled .r-i::before,
.r-comment:hover .r-btn.r-m-discreet:enabled .r-i::before,
.r-list-item:hover .r-btn.r-m-discreet:enabled .r-i::before {
  opacity: 1;
}

/*
 *  Footer not currently in use.
 */
/* line 15, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.jqmOverlay {
  background-color: #272c30;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity 0.15s ease-out, transform 0.15s ease-out, left 0.25s ease-in-out;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, left 0.25s ease-in-out;
}
/* line 21, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.modal-open .jqmOverlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

/* line 32, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.jqmWindow {
  display: none;
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2000;
  -webkit-transition: opacity 0.25s ease-out, top 0s linear 0s;
  transition: opacity 0.25s ease-out, top 0s linear 0s;
}
/* line 45, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.modal-open .jqmWindow {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.25s ease-out 0.1s, top 0s linear 0.25s;
  transition: opacity 0.25s ease-out 0.1s, top 0s linear 0.25s;
}

/* line 58, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-surface {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  opacity: 0;
  width: 600px;
  max-width: 98%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  background-color: #eff1f3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.44);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: opacity 0.15s ease-out 0.1s, transform 0.15s ease-out 0.1s, left 0.25s ease-in-out;
  transition: opacity 0.15s ease-out 0.1s, transform 0.15s ease-out 0.1s, left 0.25s ease-in-out;
  /* 
   *  Activated modal
   */
}
/* line 84, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-surface::after {
  position: absolute;
  content: "";
  bottom: -16px;
  height: 16px;
  width: 1px;
}
/* line 97, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-surface.r-m-med {
  width: 650px;
}
/* line 101, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-surface.r-m-lge {
  width: 950px;
}
/* line 105, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-surface.r-m-fullscreen {
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 116, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-surface.r-m-fullscreen::after {
  content: none;
}
/* line 120, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-surface.r-m-fullscreen .r-mdl-content-header {
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* line 135, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.modal-open .r-mdl-surface {
  opacity: 1;
  top: 10%;
}
/* line 140, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.modal-open .r-mdl-surface.r-m-fullscreen {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

/* line 154, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-header {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
/* line 161, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-header .r-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
/* line 167, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-header + .r-mdl-content-body {
  border-top: 1px solid #dee3e8;
}
/* line 177, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-header h1.has-controls {
  margin: 5px 0;
  line-height: 28px;
  padding: 0 48px;
  overflow: hidden;
  padding-left: 0;
}
/* line 185, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-header h1 + h2 {
  font-size: 16px;
}
/* line 198, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-header.r-m-cover h1 {
  font-size: 1.75rem;
}
@media (max-width: 599.98px) {
  /* line 198, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
  .r-mdl-content-header.r-m-cover h1 {
    font-size: 1.25rem;
  }
}
/* line 210, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-header.r-info {
  background-color: #3da8ff;
}

/* line 223, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-nav + .r-mdl-content-body {
  border-top: 1px solid #dee3e8;
}

/* line 236, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-body .r-form-section.r-m-flush {
  margin-left: -16px;
  margin-right: -16px;
  padding: 12px;
}
@media (max-width: 599.98px) {
  /* line 236, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
  .r-mdl-content-body .r-form-section.r-m-flush {
    margin-left: -12px;
    margin-right: -12px;
  }
}

/* line 256, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-b-modal-footer {
  position: relative;
  margin: 8px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

/* line 271, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-header > .r-inner,
.r-mdl-content-nav > .r-inner,
.r-mdl-content-body > .r-inner {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
/* line 277, ../../../RundlWeb.UI/Content/scss/common/_app-modal.scss */
.r-mdl-content-header.r-m-indent > .r-inner,
.r-mdl-content-nav.r-m-indent > .r-inner,
.r-mdl-content-body.r-m-indent > .r-inner {
  max-width: 1024px;
}

/* line 12, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container {
  z-index: 3000;
  -webkit-backface-visibility: hidden;
  outline: none;
  /*
   * Profile popout - should be a module. Remove from here.
   */
}
/* line 23, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container > .r-inner {
  min-width: 180px;
  max-width: 600px;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
  box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 599.98px) {
  /* line 23, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
  .popup-container > .r-inner {
    max-width: 94vw;
  }
}
/* line 43, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header,
.popup-container .r-po-section,
.popup-container .r-po-footer {
  padding: 8px;
}
/* line 49, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-m-prominent,
.popup-container .r-po-section.r-m-prominent,
.popup-container .r-po-footer.r-m-prominent {
  padding: 24px;
}
@media (max-width: 599.98px) {
  /* line 49, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
  .popup-container .r-po-header.r-m-prominent,
  .popup-container .r-po-section.r-m-prominent,
  .popup-container .r-po-footer.r-m-prominent {
    padding-right: 12px;
    padding-left: 12px;
  }
}
/* line 62, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 34px;
  border-bottom: 1px solid #eff1f3;
}
/* line 71, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header::after {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  content: '';
  min-height: inherit;
  font-size: 0;
}
/* line 78, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header .r-header-aside {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 88, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-m-prominent {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 92, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-has-controls {
  position: relative;
}
/* line 96, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-has-controls .r-header-aside {
  position: absolute;
  top: 8px;
}
/* line 101, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-has-controls .r-header-aside.r-m-left {
  left: 8px;
}
/* line 105, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-has-controls .r-header-aside.r-m-right {
  right: 8px;
}
/* line 113, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-m-cover {
  height: 176px;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
/* line 118, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-m-has-bg {
  position: relative;
  overflow: hidden;
}
/* line 123, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-m-has-bg .r-header-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
/* line 140, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-m-has-bg .r-header-bg.r-m-edge-bg {
  width: 33%;
  height: 66%;
  top: auto;
  left: auto;
  bottom: 8px;
  right: 8px;
  -webkit-transition: none;
  transition: none;
}
/* line 152, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-header.r-m-has-bg .r-wrapper {
  position: relative;
}
/* line 160, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body {
  display: block;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*
   * Content headers
   */
  /*
   * Text
   */
  /*
   * Menu overrides
   */
  /*
   * Panel overrides
   */
  /*
   * List overrides
   */
  /*
   * Form overrides
   */
  /*
   * Search overrides
   */
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.popup-container .r-po-body::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.popup-container .r-po-body::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.popup-container .r-po-body::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.popup-container .r-po-body::-webkit-scrollbar-button {
  display: none;
}
/* line 169, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-po-section {
  display: block;
}
/* line 173, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-po-section + .r-po-section {
  border-top: 1px solid #eff1f3;
}
/* line 177, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-po-section.r-m-flush {
  padding-left: 0;
  padding-right: 0;
}
/* line 193, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-po-section > .r-content-header,
.popup-container .r-po-body .r-panel > .r-content-header,
.popup-container .r-po-body .r-form > .r-content-header,
.popup-container .r-po-body .r-list > .r-content-header {
  margin-bottom: 12px;
}
/* line 68, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.popup-container .r-po-body .r-po-section > .r-content-header h1,
.popup-container .r-po-body .r-panel > .r-content-header h1,
.popup-container .r-po-body .r-form > .r-content-header h1,
.popup-container .r-po-body .r-list > .r-content-header h1 {
  font-size: 16px;
}
/* line 72, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
.popup-container .r-po-body .r-po-section > .r-content-header h2,
.popup-container .r-po-body .r-panel > .r-content-header h2,
.popup-container .r-po-body .r-form > .r-content-header h2,
.popup-container .r-po-body .r-list > .r-content-header h2 {
  font-size: 15px;
}
@media (max-width: 599.98px) {
  /* line 193, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
  .popup-container .r-po-body .r-po-section > .r-content-header,
  .popup-container .r-po-body .r-panel > .r-content-header,
  .popup-container .r-po-body .r-form > .r-content-header,
  .popup-container .r-po-body .r-list > .r-content-header {
    margin-bottom: 12px;
  }
  /* line 80, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .popup-container .r-po-body .r-po-section > .r-content-header h1,
  .popup-container .r-po-body .r-panel > .r-content-header h1,
  .popup-container .r-po-body .r-form > .r-content-header h1,
  .popup-container .r-po-body .r-list > .r-content-header h1 {
    font-size: 15px;
  }
  /* line 84, ../../../RundlWeb.UI/Content/scss/common/util/_content-header.scss */
  .popup-container .r-po-body .r-po-section > .r-content-header h2,
  .popup-container .r-po-body .r-panel > .r-content-header h2,
  .popup-container .r-po-body .r-form > .r-content-header h2,
  .popup-container .r-po-body .r-list > .r-content-header h2 {
    font-size: 14px;
  }
}
/* line 204, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-title {
  font-size: 16px;
}
/* line 208, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-subtitle {
  font-size: 0.938rem;
}
/* line 212, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-metadata {
  font-size: 0.875rem;
}
/* line 216, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body p + p,
.popup-container .r-po-body .r-text + .r-text {
  margin-top: 0.5em;
}
/* line 227, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-menu-container .r-menu-header {
  padding: 0 8px;
}
/* line 237, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-panel {
  padding: 8px;
}
/* line 247, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-list > .r-content-header {
  margin-bottom: 8px;
}
/* line 253, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-list:not(.r-m-inline) .r-list-item {
  padding-right: 8px;
  padding-left: 8px;
}
/* line 262, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-list.r-m-tickable .r-list-body {
  padding-top: 8px;
}
/* line 277, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-form-row + .r-form-row {
  margin-top: 8px;
}
/* line 287, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body .r-search {
  max-width: 100%;
}
/* line 297, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body.r-m-hide-overflow {
  overflow-y: hidden;
}
/* line 301, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body.r-m-hide-overflow .r-po-section {
  padding-right: 0;
}
/* line 307, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-content-header {
  padding-right: 8px;
}
/* line 311, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body {
  padding-right: 8px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body::-webkit-scrollbar-button {
  display: none;
}
/* line 326, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-footer {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 332, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-footer .r-footer-main {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 0 auto;
  -ms-flex: 1 1 0 auto;
  flex: 1 1 0 auto;
  min-width: 0;
}
/* line 336, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-footer .r-footer-main + .r-footer-aside {
  margin-left: 8px;
}
/* line 347, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-footer .r-title {
  font-size: 0.938rem;
}
/* line 351, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container .r-po-footer .r-subtitle {
  font-size: 0.875rem;
}
/* line 362, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container.r-m-med > .r-inner {
  width: 306px;
  max-width: 306px !important;
}
/* line 367, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container.r-m-lge > .r-inner {
  width: 576px;
  max-width: none;
}
@media (max-width: 599.98px) {
  /* line 367, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
  .popup-container.r-m-lge > .r-inner {
    max-width: 94vw;
  }
}
/* line 384, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container.r-m-vh-full .r-po-body {
  max-height: calc(100vh - 99px);
}
/* line 399, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container > .r-inner.r-m-profile {
  /*
   * Hover
   */
}
/* line 401, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container > .r-inner.r-m-profile .r-po-body {
  min-height: 67px;
  text-align: center;
}
/* line 406, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container > .r-inner.r-m-profile .r-po-body h1 {
  max-height: 3.6em;
  overflow: hidden;
}
/* line 413, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container > .r-inner.r-m-profile .r-po-footer {
  background-color: #fafbfd;
  border-top: 1px solid #eff1f3;
}
/* line 424, ../../../RundlWeb.UI/Content/scss/common/_app-popout.scss */
.popup-container > .r-inner.r-m-profile:hover .r-po-header.r-m-has-bg .r-header-bg {
  transform: scale3d(1.03, 1.03, 1);
}

/* line 15, ../source/sass/_marketing.scss */
.r-b-content-body.r-m-hero .r-container > .r-content-header h1 {
  font-size: 1.5rem;
}
/* line 19, ../source/sass/_marketing.scss */
.r-b-content-body.r-m-hero .r-container > .r-content-header h2 {
  font-size: 1.25rem;
}
/* line 29, ../source/sass/_marketing.scss */
.r-b-content-body.r-m-hero.r-m-linear {
  background: -moz-linear-gradient(-45deg, #8c69ad 24%, #60437c 76%);
  background: -webkit-linear-gradient(-45deg, #8c69ad 24%, #60437c 76%);
  background: linear-gradient(135deg, #8c69ad 24%, #60437c 76%);
}
/* line 35, ../source/sass/_marketing.scss */
.r-b-content-body.r-m-hero.r-m-radial {
  background: -moz-radial-gradient(circle at center, #8c69ad 50%, #60437c 100%);
  background: -webkit-radial-gradient(circle at center, #8c69ad 50%, #60437c 100%);
  background: radial-gradient(circle at center, #8c69ad 50%, #60437c 100%);
}

/* line 51, ../source/sass/_marketing.scss */
.r-plans.r-grid .r-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 58, ../source/sass/_marketing.scss */
.r-plans.r-grid.r-cols-3 .r-plan {
  min-height: 430px;
  margin-top: 15px;
}
/* line 63, ../source/sass/_marketing.scss */
.r-plans.r-grid.r-cols-3 .r-plan .r-plan-footer {
  position: absolute;
  bottom: 0;
}
/* line 68, ../source/sass/_marketing.scss */
.r-plans.r-grid.r-cols-3 .r-plan.r-m-standard {
  min-height: 470px;
  margin-top: 0px;
}
/* line 73, ../source/sass/_marketing.scss */
.r-plans.r-grid.r-cols-3 .r-plan.r-m-free {
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  border-right-width: 0;
}
/* line 78, ../source/sass/_marketing.scss */
.r-plans.r-grid.r-cols-3 .r-plan.r-m-enterprise {
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-left-width: 0;
}
/* line 91, ../source/sass/_marketing.scss */
.r-plans.r-grid.r-cols-1 .r-cell, .r-plans.r-grid.r-cols-2 .r-cell {
  width: 100%;
}
/* line 95, ../source/sass/_marketing.scss */
.r-plans.r-grid.r-cols-1 .r-plan, .r-plans.r-grid.r-cols-2 .r-plan {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
/* line 103, ../source/sass/_marketing.scss */
.r-plans.r-grid.r-cols-2 .r-cell:nth-child(-n+2) {
  margin-top: 8px;
}

/* line 113, ../source/sass/_marketing.scss */
.r-plan {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
}
/* line 118, ../source/sass/_marketing.scss */
.r-plan .r-plan-header {
  background-color: #f3f5f6;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  text-align: center;
}
/* line 124, ../source/sass/_marketing.scss */
.r-plan .r-plan-header h1 {
  font-size: 1.25rem;
}
/* line 130, ../source/sass/_marketing.scss */
.r-plan .r-plan-body {
  white-space: initial;
}
/* line 136, ../source/sass/_marketing.scss */
.r-plan .r-plan-body .r-dl dd {
  margin-bottom: 16px;
}
/* line 140, ../source/sass/_marketing.scss */
.r-plan .r-plan-body .r-dl .t {
  display: flex;
}
/* line 148, ../source/sass/_marketing.scss */
.r-plan .r-plan-header, .r-plan .r-plan-body, .r-plan .r-plan-footer {
  padding: 16px 20px;
  width: 100%;
}
/* line 156, ../source/sass/_marketing.scss */
.r-plan.r-m-current .r-plan-header {
  background: linear-gradient(45deg, #fdd971, #f5bf23);
  color: #fff;
}
/* line 163, ../source/sass/_marketing.scss */
.r-plan.r-m-standard {
  margin-top: 0 !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.22);
}

/* line 15, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner {
  /* 
   * Edit mode
   */
  /* 
   * View mode
   */
}
/* line 17, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner .r-po-body {
  max-height: none;
}
/* line 21, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner .r-list-body {
  max-height: 296px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-visibility > .r-inner .r-list-body::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-visibility > .r-inner .r-list-body::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-visibility > .r-inner .r-list-body::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-visibility > .r-inner .r-list-body::-webkit-scrollbar-button {
  display: none;
}
/* line 29, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner .r-watermark {
  position: absolute;
  bottom: 0;
  right: 8px;
}
/* line 35, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner .r-watermark .r-i::before {
  display: inline-block;
  font-size: 36px;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  opacity: 0.2;
}
/* line 55, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-edit .rw-toggle-cols {
  visibility: hidden;
}
/* line 59, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-edit .r-po-section {
  position: relative;
}
/* line 63, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-edit .r-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(249, 249, 249, 0.8);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
/* line 75, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-edit .r-overlay.r-is-active {
  opacity: 1;
  visibility: visible;
}
/* line 80, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-edit .r-overlay .r-tag {
  margin-top: 120px;
  margin-bottom: 12px;
}
@media (max-width: 599.98px) {
  /* line 53, ../source/sass/_visibility-panel.scss */
  .rw-visibility > .r-inner.r-m-edit {
    overflow-x: hidden;
  }
  /* line 96, ../source/sass/_visibility-panel.scss */
  .rw-visibility > .r-inner.r-m-edit > .r-po-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  /* line 102, ../source/sass/_visibility-panel.scss */
  .rw-visibility > .r-inner.r-m-edit > .r-po-header .r-header-main {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  /* line 106, ../source/sass/_visibility-panel.scss */
  .rw-visibility > .r-inner.r-m-edit > .r-po-header .r-header-aside {
    position: static;
    margin-top: 8px;
  }
  /* line 113, ../source/sass/_visibility-panel.scss */
  .rw-visibility > .r-inner.r-m-edit .rw-toggle-cols {
    visibility: visible;
  }
}
/* line 123, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-edit .r-lists {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  min-height: 320px;
}
/* line 128, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-edit .r-lists .r-list {
  width: 50%;
}
/* line 132, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-edit .r-lists .r-list.r-u-blur .r-list-body {
  overflow-y: hidden;
}
/* line 138, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-edit .r-lists .r-list-body {
  padding: 10px;
}
@media (max-height: 560px) {
  /* line 138, ../source/sass/_visibility-panel.scss */
  .rw-visibility > .r-inner.r-m-edit .r-lists .r-list-body {
    max-height: 248px !important;
  }
}
@media (max-width: 599.98px) {
  /* line 123, ../source/sass/_visibility-panel.scss */
  .rw-visibility > .r-inner.r-m-edit .r-lists {
    width: 200%;
    -webkit-transition: margin-left 0.25s ease-in;
    transition: margin-left 0.25s ease-in;
  }
  /* line 153, ../source/sass/_visibility-panel.scss */
  .rw-visibility > .r-inner.r-m-edit .r-lists.r-m-switch {
    margin-left: -100%;
  }
}
/* line 170, ../source/sass/_visibility-panel.scss */
.rw-visibility > .r-inner.r-m-view .r-list-body {
  max-height: 368px !important;
}

/* line 24, ../source/sass/_hopscotch.scss */
.hopscotch-bubble {
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #d95b45;
  color: #333;
  font-size: 0.875rem;
  z-index: 999999;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
  box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
  /*
   * Unused tour step numbering
   */
  /*
   * Close button
   */
  /*
   * Main navigation buttons
   */
  /*
   * Arrow indicator/nose for tour item
   */
  /*
   * Hide
   */
  /*
   * Animate
   */
  /*
   * Fade
   */
  /*
   * Animating tooltip integration
   */
}
/* line 36, ../source/sass/_hopscotch.scss */
.hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */
}
/* line 48, ../source/sass/_hopscotch.scss */
.hopscotch-bubble-number {
  display: none;
}
/* line 57, ../source/sass/_hopscotch.scss */
.hopscotch-bubble-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px;
  display: inline-block;
  overflow: visible;
  white-space: nowrap;
  outline: none;
  text-align: center;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear;
  height: auto;
  background: none;
  color: #fff;
}
/* line 75, ../source/sass/_hopscotch.scss */
.hopscotch-bubble-close:disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 80, ../source/sass/_hopscotch.scss */
.hopscotch-bubble-close .r-i::before {
  color: inherit;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 85, ../source/sass/_hopscotch.scss */
.hopscotch-bubble-close:enabled .r-i::before {
  opacity: 0.7;
}
/* line 89, ../source/sass/_hopscotch.scss */
.hopscotch-bubble-close:enabled:hover i:before {
  opacity: 1;
}
/* line 93, ../source/sass/_hopscotch.scss */
.hopscotch-bubble-close.hide, .hopscotch-bubble-close.hide-all {
  display: none;
}
/* line 105, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-title {
  font-size: 1.125rem;
  background-color: #d95b45;
  color: #fff;
  padding: 14px 8px 16px;
}
/* line 112, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-content {
  font-weight: normal;
  line-height: 17px;
  padding: 8px;
  padding-bottom: 0;
}
/* line 119, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img {
  display: block;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 288px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 6px;
}
@media (max-height: 690px) {
  /* line 119, ../source/sass/_hopscotch.scss */
  .hopscotch-bubble .img {
    height: 180px;
  }
}
@media (max-height: 590px) {
  /* line 119, ../source/sass/_hopscotch.scss */
  .hopscotch-bubble .img {
    display: none;
  }
}
/* line 138, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img.tour-services {
  background-image: url('/Content/images/tour-services.png?1689826720');
}
/* line 142, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img.tour-activity {
  background-image: url('/Content/images/tour-activity.png?1689826720');
}
/* line 146, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img.tour-request {
  background-image: url('/Content/images/tour-request.png?1689826720');
}
/* line 150, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img.tour-account {
  background-image: url('/Content/images/tour-account.png?1689826720');
}
/* line 154, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img.tour-search {
  background-image: url('/Content/images/tour-search.png?1689826720');
}
/* line 158, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img.tour-rundlactivity {
  background-image: url('/Content/images/tour-rundlactivity.png?1689826720');
}
/* line 162, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img.tour-rundlstep {
  background-image: url('/Content/images/tour-rundlstep.png?1689826720');
}
/* line 166, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img.tour-postmessage {
  background-image: url('/Content/images/tour-postmessage.png?1689826720');
}
/* line 170, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .img.tour-rundlfiles {
  background-image: url('/Content/images/tour-rundlfiles.png?1689826720');
}
/* line 181, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions {
  text-align: right;
  padding: 8px;
}
/* line 186, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button {
  display: inline-block;
  overflow: visible;
  white-space: nowrap;
  outline: none;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear;
}
/* line 196, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button:disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 201, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button .r-i::before, .hopscotch-bubble .hopscotch-actions .hopscotch-nav-button .t {
  color: inherit;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 206, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button.next {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  color: #fff;
  background-color: #158bee;
  line-height: 38px;
}
/* line 215, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button.next .t {
  font-family: "Nunito", sans-serif;
  letter-spacing: 1px;
}
/* line 220, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button.next .r-i::before, .hopscotch-bubble .hopscotch-actions .hopscotch-nav-button.next .t {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 229, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button.prev {
  color: #158bee;
  font-size: inherit;
  line-height: inherit;
  float: left;
}
/* line 236, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button.prev > .t {
  font-size: 0.875rem;
}
/* line 240, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button.prev > .r-i::before,
.hopscotch-bubble .hopscotch-actions .hopscotch-nav-button.prev > .t, .hopscotch-bubble .hopscotch-actions .hopscotch-nav-button.prev.r-m-dropdown::after {
  line-height: 38px;
}
/* line 257, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 14px;
  height: 14px;
}
/* line 264, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}
/* line 270, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -9px;
  left: 18px;
}
/* line 275, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 7px solid #d95b45;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: relative;
  top: -3px;
}
/* line 283, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 7px solid #d95b45;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
/* line 291, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -16px;
  left: 18px;
}
/* line 296, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 7px solid #d95b45;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: relative;
  top: -11px;
}
/* line 304, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 7px solid #d95b45;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
/* line 312, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 18px;
  left: -9px;
}
/* line 317, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 7px solid transparent;
  border-right: 7px solid #d95b45;
  border-top: 7px solid transparent;
  position: relative;
  left: 4px;
  top: -14px;
}
/* line 326, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 7px solid #d95b45;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
}
/* line 334, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 18px;
  right: -16px;
}
/* line 339, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 7px solid transparent;
  border-left: 7px solid #d95b45;
  border-top: 7px solid transparent;
  position: relative;
  left: -4px;
  top: -14px;
}
/* line 348, ../source/sass/_hopscotch.scss */
.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 7px solid #d95b45;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
}
/* line 365, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}
/* line 375, ../source/sass/_hopscotch.scss */
.app-header-stuck .hopscotch-bubble, .hopscotch-bubble.hide,
.hopscotch-bubble .hide,
.hopscotch-bubble .hide-all {
  display: none;
}
@media (max-width: 599.98px) {
  /* line 24, ../source/sass/_hopscotch.scss */
  .hopscotch-bubble {
    display: none;
  }
}
/* line 392, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.animate {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: top, left;
  -moz-transition-property: top, left;
  -ms-transition-property: top, left;
  transition-property: top, left;
}
/* line 398, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.invisible {
  opacity: 0;
}
/* line 409, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 414, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.animated.fade-in-up {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 429, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.animated.fade-in-down {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 444, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.animated.fade-in-right {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 459, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.animated.fade-in-left {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 481, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop {
  border: none;
  height: 0;
  width: 0;
}
/* line 488, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop.site-nav-bubble {
  -webkit-transition: left 0.35s ease-out;
  transition: left 0.35s ease-out;
}
/* line 492, ../source/sass/_hopscotch.scss */
.app-drawer-open .hopscotch-bubble.loop.site-nav-bubble {
  left: 248px !important;
}
/* line 498, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop .hopscotch-bubble-container {
  background-color: #fff;
  border: 2px solid #d95b45;
  z-index: 1;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 509, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop .hopscotch-bubble-arrow-container {
  border: 2px solid #d95b44;
  border-radius: 0 50% 50%;
  -webkit-border-radius: 0 50% 50%;
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  z-index: 2;
  background-color: #d95b44;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 528, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop .hopscotch-arrow.left {
  -webkit-transform-origin: 12px 1px 0;
  transform-origin: 12px 1px 0;
  box-shadow: -2.12132px 2.12132px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: tooltip-bounce-right-of;
  -moz-animation-name: tooltip-bounce-right-of;
  -ms-animation-name: tooltip-bounce-right-of;
  animation-name: tooltip-bounce-right-of;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@-webkit-keyframes tooltip-bounce-right-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-moz-keyframes tooltip-bounce-right-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-ms-keyframes tooltip-bounce-right-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-o-keyframes tooltip-bounce-right-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@keyframes tooltip-bounce-right-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
/* line 551, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop .hopscotch-arrow.right {
  -webkit-transform-origin: 1px 5px 0;
  transform-origin: 1px 5px 0;
  box-shadow: 2.12132px -2.12132px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: tooltip-bounce-left-of;
  -moz-animation-name: tooltip-bounce-left-of;
  -ms-animation-name: tooltip-bounce-left-of;
  animation-name: tooltip-bounce-left-of;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@-webkit-keyframes tooltip-bounce-left-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: -5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-moz-keyframes tooltip-bounce-left-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: -5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-ms-keyframes tooltip-bounce-left-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: -5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-o-keyframes tooltip-bounce-left-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: -5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@keyframes tooltip-bounce-left-of {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: -5px;
    margin-top: 0;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
/* line 574, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop .hopscotch-arrow.up {
  -webkit-transform-origin: 5px 1px 0;
  transform-origin: 5px 1px 0;
  top: 124px;
  left: 2px;
  box-shadow: -2.12132px -2.12132px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: tooltip-bounce-above;
  -moz-animation-name: tooltip-bounce-above;
  -ms-animation-name: tooltip-bounce-above;
  animation-name: tooltip-bounce-above;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@-webkit-keyframes tooltip-bounce-above {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: -5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-moz-keyframes tooltip-bounce-above {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: -5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-ms-keyframes tooltip-bounce-above {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: -5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-o-keyframes tooltip-bounce-above {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: -5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@keyframes tooltip-bounce-above {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: -5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
/* line 599, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop .hopscotch-arrow.down {
  transform-origin: 1px 12px 0;
  -webkit-transform-origin: 1px 12px 0;
  transform-origin: 1px 12px 0;
  left: 2px;
  box-shadow: 2.12132px 2.12132px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: tooltip-bounce-below;
  -moz-animation-name: tooltip-bounce-below;
  -ms-animation-name: tooltip-bounce-below;
  animation-name: tooltip-bounce-below;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@-webkit-keyframes tooltip-bounce-below {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: 5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-moz-keyframes tooltip-bounce-below {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: 5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-ms-keyframes tooltip-bounce-below {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: 5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@-o-keyframes tooltip-bounce-below {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: 5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
@keyframes tooltip-bounce-below {
  0% {
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    margin-left: 0;
    margin-top: 5px;
  }
  100% {
    margin-left: 0;
    margin-top: 0;
  }
}
/* line 626, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop .hopscotch-bubble-content {
  margin-left: 0;
  margin-top: 0;
  height: 0;
}
/* line 632, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop .hopscotch-content {
  height: auto !important;
  background-color: #fff;
}
/* line 637, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop .hopscotch-title,
.hopscotch-bubble.loop .hopscotch-content {
  display: none;
  opacity: 0;
}
/* line 647, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop.expanded .hopscotch-bubble-arrow-container {
  -webkit-animation-iteration-count: 0;
  -moz-animation-iteration-count: 0;
  -ms-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-duration: 0;
  -moz-animation-duration: 0;
  -ms-animation-duration: 0;
  animation-duration: 0;
  background: #d95b44 none repeat scroll 0 0;
}
/* line 653, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop.expanded .hopscotch-bubble-container {
  opacity: 1;
  z-index: 3;
  width: 280px;
  height: 182px;
}
/* line 660, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop.expanded .hopscotch-content {
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  margin: 0;
}
/* line 666, ../source/sass/_hopscotch.scss */
.hopscotch-bubble.loop.expanded .hopscotch-title,
.hopscotch-bubble.loop.expanded .hopscotch-content {
  display: block;
  opacity: 1;
}

/* line 10, ../source/sass/_work-board.scss */
.rw-work.r-b-content-header {
  border-bottom: 1px solid #dee3e8;
}
/* line 14, ../source/sass/_work-board.scss */
.rw-work.r-b-content-header .r-container {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 22, ../source/sass/_work-board.scss */
.rw-board-wrapper.r-b-content-body {
  position: relative;
}
/* line 26, ../source/sass/_work-board.scss */
.rw-board-wrapper.r-b-content-body > .r-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 31, ../source/sass/_work-board.scss */
.rw-board-wrapper.r-b-content-body > .r-inner .r-container {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  height: 100%;
  padding: 8px 0 8px;
}

/* line 41, ../source/sass/_work-board.scss */
.rw-board-canvas {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

/* line 46, ../source/sass/_work-board.scss */
.rw-board {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  padding-bottom: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-board::-webkit-scrollbar {
  width: 13px;
  height: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-board::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-board::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-board::-webkit-scrollbar-button {
  display: none;
}

/* line 57, ../source/sass/_work-board.scss */
.rw-board-list {
  width: 270px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
/* line 65, ../source/sass/_work-board.scss */
.rw-board-list:first-child {
  margin-left: 8px;
}
/* line 69, ../source/sass/_work-board.scss */
.rw-board-list:first-child > .r-inner {
  border-color: #f5c024;
}
/* line 75, ../source/sass/_work-board.scss */
.rw-board-list:last-child {
  margin-right: 8px;
}
/* line 79, ../source/sass/_work-board.scss */
.rw-board-list + .rw-board-list {
  margin-left: 8px;
}
/* line 83, ../source/sass/_work-board.scss */
.rw-board-list > .r-inner {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  border-top: 2px solid #94a7b8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  white-space: normal;
}
/* line 94, ../source/sass/_work-board.scss */
.rw-board-list > .r-inner.r-m-no-workflow {
  border-color: #178dee;
}
/* line 100, ../source/sass/_work-board.scss */
.rw-board-list .r-content-header {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 18px;
  padding: 8px 10px;
  background-color: #fff;
}
/* line 107, ../source/sass/_work-board.scss */
.rw-board-list .r-content-header .r-name {
  font-size: 0.938rem;
  line-height: 1.2;
}
/* line 114, ../source/sass/_work-board.scss */
.rw-board-list .r-list-body {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 0;
  z-index: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-board-list .r-list-body::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-board-list .r-list-body::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-board-list .r-list-body::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-board-list .r-list-body::-webkit-scrollbar-button {
  display: none;
}
/* line 128, ../source/sass/_work-board.scss */
.rw-board-list .r-list-nav nav {
  margin-top: 0;
}
/* line 132, ../source/sass/_work-board.scss */
.rw-board-list .r-no-data {
  text-align: left;
  background-color: #fff;
  padding-left: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 142, ../source/sass/_work-board.scss */
.rw-board-list .r-no-data p {
  color: #798c9c;
}

/* line 150, ../source/sass/_work-board.scss */
.rw-board-card {
  background-color: #fff;
  padding: 6px;
  min-height: 20px;
  position: relative;
}
/* line 157, ../source/sass/_work-board.scss */
.rw-board-card:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 162, ../source/sass/_work-board.scss */
.rw-board-card .rw-board-card-body {
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 8px;
  font-size: 0.938rem;
}
/* line 168, ../source/sass/_work-board.scss */
.rw-board-card .rw-board-card-body .r-metadata [class*="fi-"]::before {
  font-size: 12px;
}

@media only print {
  /* line 7, ../source/sass/_print.scss */
  body {
    overflow-y: visible !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* line 14, ../source/sass/_print.scss */
  .r-b-app-drawer,
  .r-b-app-header,
  .r-b-content-nav,
  .r-floating-action {
    display: none;
  }

  /* line 21, ../source/sass/_print.scss */
  .r-b-content {
    overflow-y: visible;
  }

  /* line 29, ../source/sass/_print.scss */
  .r-item-actions {
    display: none;
  }

  /* line 34, ../source/sass/_print.scss */
  .r-text-frame {
    max-width: 100% !important;
  }
  /* line 38, ../source/sass/_print.scss */
  .r-text-frame .r-text.r-m-markdown {
    max-height: 100% !important;
  }
  /* line 41, ../source/sass/_print.scss */
  .r-text-frame .r-text.r-m-markdown::after {
    display: none;
  }

  /* line 49, ../source/sass/_print.scss */
  [data-expander-toggles] {
    display: none;
  }

  /* line 59, ../source/sass/_print.scss */
  .r-b-content-header .r-marker2.r-m-backnav {
    display: none;
  }

  /* line 67, ../source/sass/_print.scss */
  .r-b-content-body .r-content-body.r-m-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  /* line 72, ../source/sass/_print.scss */
  .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main.r-m-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 84, ../source/sass/_print.scss */
  .rw-rundl-header .r-header-section.r-m-convex {
    display: none;
  }

  /* line 92, ../source/sass/_print.scss */
  rw-activity-focused, .rw-rundl-activity {
    max-width: 100% !important;
  }

  /* line 98, ../source/sass/_print.scss */
  .rw-rundl-activity .r-activity {
    break-inside: avoid;
  }
  /* line 102, ../source/sass/_print.scss */
  .rw-rundl-activity rundl-createpost,
  .rw-rundl-activity > .r-content-header,
  .rw-rundl-activity .r-activity-latest {
    display: none !important;
  }

  /* line 112, ../source/sass/_print.scss */
  .r-activity .r-comments-nav,
  .r-activity .r-comment-new,
  .r-activity .r-post-section.r-m-visibility,
  .r-activity .r-actions {
    display: none !important;
  }
  /* line 123, ../source/sass/_print.scss */
  .r-activity .r-message .r-item-header .r-metadata .r-label-item .t::after {
    content: " [" attr(data-original-title) "] ";
  }
  /* line 131, ../source/sass/_print.scss */
  .r-activity .r-message .r-post-section.r-text-frame a::after {
    content: " [" attr(href) "] ";
  }
  /* line 139, ../source/sass/_print.scss */
  .r-activity .r-attachments {
    display: block;
  }
  /* line 143, ../source/sass/_print.scss */
  .r-activity .r-attachments .r-tile {
    background: none !important;
    background-color: #f3f5f6 !important;
    height: auto;
    width: auto;
  }
  /* line 150, ../source/sass/_print.scss */
  .r-activity .r-attachments .r-tile .r-tile-body {
    opacity: 1 !important;
    height: auto;
  }
  /* line 157, ../source/sass/_print.scss */
  .r-activity .r-attachments .r-tile-footer {
    display: none !important;
  }

  /* line 165, ../source/sass/_print.scss */
  .rw-rundl-details {
    max-width: 100% !important;
  }
  /* line 169, ../source/sass/_print.scss */
  .rw-rundl-details > .r-content-header,
  .rw-rundl-details .r-panel-footer {
    display: none !important;
  }
}
/* line 5, ../source/sass/_app-custom.scss */
body {
  overflow-y: hidden;
  overflow-x: hidden;
}

/* line 20, ../source/sass/_app-custom.scss */
.rw-user-welcome .r-mdl-content-body {
  background-color: #fff;
}
/* line 26, ../source/sass/_app-custom.scss */
.rw-user-welcome .r-mdl-content-body .r-form-section + .r-form-section {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
/* line 36, ../source/sass/_app-custom.scss */
.rw-user-welcome.r-m-small .r-mdl-content-body {
  height: auto;
}
/* line 47, ../source/sass/_app-custom.scss */
.rw-user-welcome .r-avatar-wrapper .r-avatar {
  display: inline-block;
}

/* line 60, ../source/sass/_app-custom.scss */
.rw-rundl-portal {
  /*
   * 1 Column 
   */
}
/* line 62, ../source/sass/_app-custom.scss */
.rw-rundl-portal .rw-portal-timeline {
  display: block;
  margin-top: 16px;
  min-height: 216px;
}
/* line 70, ../source/sass/_app-custom.scss */
.rw-rundl-portal.r-card.r-m-profile .r-card-body {
  text-align: left;
}
/* line 76, ../source/sass/_app-custom.scss */
.rw-rundl-portal .rw-portal-subtitle {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  position: relative;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 83, ../source/sass/_app-custom.scss */
.rw-rundl-portal .rw-portal-subtitle .r-content-header {
  min-width: 0;
  min-height: 20px;
}
/* line 90, ../source/sass/_app-custom.scss */
.rw-rundl-portal .rw-rundl-host {
  margin-top: -44px;
}
/* line 94, ../source/sass/_app-custom.scss */
.rw-rundl-portal .rw-rundl-host .r-avatar {
  border: 3px solid white;
}
/* line 100, ../source/sass/_app-custom.scss */
.rw-rundl-portal .rw-portal-title {
  font-size: 1.125rem;
  min-height: calc(2.4em);
}
/* line 105, ../source/sass/_app-custom.scss */
.rw-rundl-portal .rw-portal-title .r-name {
  max-height: 2.4em;
  overflow: hidden;
}
/* line 122, ../source/sass/_app-custom.scss */
.r-cols-1 .rw-rundl-portal .rw-portal-timeline {
  min-height: initial;
}

/* line 135, ../source/sass/_app-custom.scss */
.rw-order-timeline {
  display: block;
  padding: 16px;
}

/* line 147, ../source/sass/_app-custom.scss */
.rw-requests .r-list-item.r-m-card {
  border-color: #dee3e8;
  background-color: #fff;
}

/* line 158, ../source/sass/_app-custom.scss */
.rw-request > .r-content-header .r-subtitle {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 177, ../source/sass/_app-custom.scss */
.rw-rundl-header .r-content .r-metadata {
  text-align: center;
}
/* line 181, ../source/sass/_app-custom.scss */
.rw-rundl-header .r-content .r-metadata .r-key-value {
  margin-top: 6px;
}
/* line 185, ../source/sass/_app-custom.scss */
.rw-rundl-header .r-content .r-metadata .rw-label {
  text-transform: uppercase;
  font-size: 13px !important;
  color: #798c9c;
}
/* line 191, ../source/sass/_app-custom.scss */
.rw-rundl-header .r-content .r-metadata .rw-label .r-btn-plain {
  text-transform: uppercase;
  font-weight: 600;
}
/* line 198, ../source/sass/_app-custom.scss */
.rw-rundl-header .r-content .r-metadata + .r-title {
  margin-top: 8px;
}
/* line 204, ../source/sass/_app-custom.scss */
.rw-rundl-header .r-content .r-title {
  text-align: center;
}
/* line 214, ../source/sass/_app-custom.scss */
.rw-rundl-header .r-content .r-avatars.r-m-has-promoted .r-list-item:first-child .r-avatar {
  width: 72px;
  height: 72px;
  line-height: 100px;
  font-size: 2.5rem;
}
/* line 229, ../source/sass/_app-custom.scss */
.rw-rundl-header .rw-avatar-montage {
  display: block;
  margin-top: 16px;
  text-align: center;
}
/* line 238, ../source/sass/_app-custom.scss */
.rw-rundl-header .rw-avatar-montage .r-avatars .r-btn {
  width: 40px;
  height: 40px;
}
@media (max-width: 1439.98px) {
  /* line 255, ../source/sass/_app-custom.scss */
  .rw-rundl-header .rw-avatar-montage .r-avatars.r-m-has-promoted .r-list-body {
    margin-top: 70px;
    position: relative;
  }
  /* line 260, ../source/sass/_app-custom.scss */
  .rw-rundl-header .rw-avatar-montage .r-avatars.r-m-has-promoted .r-list-body .r-list-item:first-child {
    position: absolute;
    top: -72px;
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
@media (min-width: 1440px) {
  /* line 281, ../source/sass/_app-custom.scss */
  .rw-rundl-header .r-content .r-metadata {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
  }
  /* line 285, ../source/sass/_app-custom.scss */
  .rw-rundl-header .r-content .r-metadata .r-key-value {
    margin-top: 0;
    margin-left: auto;
  }
  /* line 292, ../source/sass/_app-custom.scss */
  .rw-rundl-header .r-content .r-title {
    text-align: left;
  }
  /* line 298, ../source/sass/_app-custom.scss */
  .rw-rundl-header .rw-avatar-montage {
    margin-top: 8px;
    text-align: left;
  }
}

/* line 307, ../source/sass/_app-custom.scss */
.rw-rundl-details {
  max-width: 624px;
  margin-right: auto !important;
  margin-left: auto !important;
  /*
   * SMALL DOWN. 
   * - Fundamentally 1 col.
   */
  /*
   *  MEDIUM UP.
   *  - Opportunity 2 section cols.
   */
  /*
   *  MEDIUM SUB-SECTION OVERRIDE. 
   *  - Handle .app-drawer-open
   *  - 960 - 64 okay. 960 - 240 not okay. Cater for diff i.e revert to small behaviour if below 1136 (960 + (240 - 64))
   */
}
/* line 320, ../source/sass/_app-custom.scss */
.rw-rundl-details .r-panel.r-m-item > .r-content-header {
  min-height: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 326, ../source/sass/_app-custom.scss */
.rw-rundl-details .r-panel.r-m-item > .r-content-header .r-btn {
  opacity: 0;
}
@media (any-pointer: coarse) {
  /* line 333, ../source/sass/_app-custom.scss */
  .rw-rundl-details .r-panel.r-m-item > .r-content-header .r-btn {
    opacity: inherit;
  }
}
/* line 345, ../source/sass/_app-custom.scss */
.rw-rundl-details .r-panel.r-m-item:hover > .r-content-header .r-btn {
  opacity: inherit;
}
@media (max-width: 959.98px) {
  /* line 369, ../source/sass/_app-custom.scss */
  .rw-rundl-details > .r-content-header .r-btn {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 375, ../source/sass/_app-custom.scss */
  .rw-rundl-details .rw-content-expand {
    margin-top: 12px;
    padding-bottom: 24px;
    border-bottom: 2px solid #dee3e8;
  }
}
@media (min-width: 960px) {
  /* line 390, ../source/sass/_app-custom.scss */
  .rw-rundl-details > .r-content-header {
    margin-bottom: 12px;
  }
}
@media (min-width: 960px) and (max-width: 1136px) {
  /* line 406, ../source/sass/_app-custom.scss */
  body.app-drawer-open .rw-rundl-details .rw-content-expand {
    margin-top: 12px;
    padding-bottom: 24px;
    border-bottom: 2px solid #dee3e8;
  }
  /* line 412, ../source/sass/_app-custom.scss */
  body.app-drawer-open .rw-rundl-details > .r-content-header {
    margin-bottom: 0;
  }
}

/* line 422, ../source/sass/_app-custom.scss */
.rw-rundl-activity {
  max-width: 624px;
  margin-right: auto !important;
  margin-left: auto !important;
}
/* line 428, ../source/sass/_app-custom.scss */
.rw-rundl-activity > .r-content-header {
  height: 38px;
}
/* line 433, ../source/sass/_app-custom.scss */
.rw-rundl-activity > .r-content-header:first-child {
  margin-bottom: 12px;
}

/* line 444, ../source/sass/_app-custom.scss */
.rw-activity-focused .r-message .r-text {
  font-size: 1.25rem;
}

/* line 455, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  /*
   * Card
   */
  /*
   * Search
   */
  /*
   * Map
   */
  /*
   * MEDIUM DOWN. Force wrap rw-start-section if < 1440 
   */
  /*
   * SMALL DOWN. Fix footer
   */
  /*
   * XSMALL ONLY. Optimise for mobile 
   */
  /*
   * MEDIUM UP. Scroll panel body > 960 
   */
  /*
   *   LARGE UP.
   */
}
/* line 463, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .r-inner {
  max-width: none;
}
/* line 467, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .r-inner,
.rw-start.r-b-content-body .r-container {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
/* line 474, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .r-container {
  min-width: 0;
}
/* line 478, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-body {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
/* line 488, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header {
  min-height: 90px;
  height: 89px;
}
/* line 493, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header h1 {
  font-size: 20px;
  color: #798c9c;
}
/* line 498, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header h2 {
  font-size: 18px;
}
/* line 504, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* line 511, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 515, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-footer {
  border-top: 1px solid #dee3e8;
}
/* line 525, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-section.r-m-details > .r-progressbar-line-container {
  position: absolute;
  top: 0;
  overflow: hidden;
}
/* line 531, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-section.r-m-details > .r-progressbar-line-container svg {
  display: block;
}
/* line 546, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-header {
  text-align: center;
}
/* line 552, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .rw-start-header .r-marker2 + .r-content {
  margin-top: 16px;
}
/* line 568, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .r-card .r-card-header.r-m-cover {
  text-align: center;
  height: auto;
}
/* line 577, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .r-search {
  max-width: 100%;
}
/* line 585, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .r-google-map {
  max-height: 180px;
  display: block;
  margin-top: 12px;
}
/* line 591, ../source/sass/_app-custom.scss */
.rw-start.r-b-content-body .r-google-map .r-img-content {
  max-width: 584px;
}
@media (max-width: 1439.98px) {
  /* line 607, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-body {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 615, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-progressbar-line-container {
    height: 4px;
  }
  /* line 619, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header {
    padding: 20px;
  }
  /* line 628, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-marker2 .r-avatar-wrapper .r-avatar-100 {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 1.75rem;
  }
  /* line 643, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main {
    position: relative;
    flex: 1;
  }
  /* line 648, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header {
    padding: 20px;
  }
  /* line 652, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
    position: absolute;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
  /* line 663, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-header {
    padding-top: 48px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
  }
  /* line 671, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-header .r-tag.r-m-100 {
    width: 72px;
    height: 72px;
  }
  /* line 676, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-header .r-tag.r-m-100 .r-i::before {
    font-size: 1.75rem;
  }
}
@media (max-width: 959.98px) {
  /* line 696, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
    position: static;
    height: calc(100% - 90px);
  }
  /* line 701, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body {
    margin-bottom: 73px;
  }
  @supports (position: sticky) {
    /* line 701, ../source/sass/_app-custom.scss */
    .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body {
      margin-bottom: 0;
    }
  }
  /* line 711, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 599.98px) {
  /* line 737, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-header {
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
  /* line 744, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-header .r-marker2 {
    display: none;
  }
  /* line 748, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-header .r-marker2 + .r-content {
    margin-top: 0;
  }
  /* line 760, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header {
    display: none;
  }
  /* line 764, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
    height: 100%;
  }
  /* line 768, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel .r-panel-section,
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel .r-panel-footer {
    padding-right: 16px;
    padding-left: 16px;
  }
  /* line 774, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel .r-panel-footer {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* line 785, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header {
    padding: 16px;
  }
  /* line 794, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-marker2 .r-avatar-wrapper .r-avatar-100 {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.25rem;
  }
  /* line 813, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .r-google-map .r-img-content {
    max-width: 100%;
  }
}
@media (min-width: 960px) {
  /* line 834, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  /* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body::-webkit-scrollbar-thumb {
    background: #bbbebf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  /* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body::-webkit-scrollbar-track {
    background: #dee3e8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  /* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body::-webkit-scrollbar-button {
    display: none;
  }
}
@media (min-width: 1440px) {
  /* line 855, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section {
    min-width: 0;
  }
  /* line 859, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main {
    position: relative;
    -webkit-box: 2;
    -moz-box: 2;
    -webkit-flex: 2 0 auto;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
  }
  /* line 864, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header {
    position: absolute;
    min-width: calc(1024px - 80px);
    width: 50%;
    right: -80px;
    transform: translateX(-80px);
  }
  /* line 872, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header .r-header-aside {
    margin-right: 8px;
  }
  /* line 878, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
    position: absolute;
    top: 90px;
    right: 0;
    bottom: 8%;
    z-index: 1;
    width: 50%;
    min-width: 1024px;
    min-height: 84%;
    transform: translateX(80px);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
    flex: 1;
  }
  /* line 894, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details {
    position: relative;
    order: 1;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 900, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details .r-section-close {
    position: absolute;
    right: 12px;
    top: 20px;
  }
  /* line 906, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header {
    position: absolute;
    top: 90px;
    right: 0;
    width: calc(100% - 80px);
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: 50px;
    padding-right: 12px;
    padding-left: 12px;
  }
  /* line 920, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-marker2 .r-avatar-wrapper {
    display: inline-block;
  }
  /* line 924, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-marker2 + .r-header-main {
    margin-top: 12px;
    margin-left: 0;
  }
  /* line 933, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-header-main + .r-header-aside {
    margin-top: 12px;
    margin-left: 0;
  }
  /* line 947, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-header {
    padding-top: 48px;
    padding-bottom: 16px;
  }
  /* line 952, ../source/sass/_app-custom.scss */
  .rw-start.r-b-content-body .rw-start-header h1 {
    font-size: 28px;
  }
}

/* line 965, ../source/sass/_app-custom.scss */
.rw-cancel-start .r-po-section {
  padding: 40px;
}
/* line 969, ../source/sass/_app-custom.scss */
.rw-cancel-start .r-po-section > .t {
  margin-bottom: 24px;
}

/* line 984, ../source/sass/_app-custom.scss */
.rw-start-popout .r-po-body {
  max-height: calc(100vh - 200px);
}

/* line 999, ../source/sass/_app-custom.scss */
.rw-model-steps.r-panel .r-list-gutter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  width: 25px;
  background-color: #f3f5f6;
  border-right: 1px solid #eff1f3;
}
/* line 1010, ../source/sass/_app-custom.scss */
.rw-model-steps.r-panel .r-list-gutter + .r-list-body {
  padding-left: 25px;
}
/* line 1016, ../source/sass/_app-custom.scss */
.rw-model-steps.r-panel .r-list-item {
  padding-left: 8px !important;
  transition: none;
}
/* line 1021, ../source/sass/_app-custom.scss */
.rw-model-steps.r-panel .r-list-item .r-item-body {
  height: 40px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1026, ../source/sass/_app-custom.scss */
.rw-model-steps.r-panel .r-list-item .r-item-number {
  font-size: 0.75rem;
  left: -33px;
  position: relative;
  display: block;
  text-align: center;
  width: 0;
}
/* line 1035, ../source/sass/_app-custom.scss */
.rw-model-steps.r-panel .r-list-item .r-item-number .t {
  width: 25px;
  text-align: center;
}
/* line 1042, ../source/sass/_app-custom.scss */
.rw-model-steps.r-panel .r-list-item .r-item-actions {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: content-box;
  padding: inherit;
  height: 40px;
}
/* line 1065, ../source/sass/_app-custom.scss */
.rw-model-steps.r-panel .r-list-item.r-is-selected .r-item-number {
  left: -33px;
}

/* line 1082, ../source/sass/_app-custom.scss */
.rw-platform-services .r-btn.r-m-card {
  height: 306px;
}
/* line 1086, ../source/sass/_app-custom.scss */
.rw-platform-services .r-btn.r-m-card.r-m-outline {
  border-width: 3px;
}
/* line 1090, ../source/sass/_app-custom.scss */
.rw-platform-services .r-btn.r-m-card .r-i {
  font-size: 4rem;
}
/* line 1094, ../source/sass/_app-custom.scss */
.rw-platform-services .r-btn.r-m-card .t, .rw-platform-services .r-btn.r-m-card .r-i {
  color: #fff;
}

/* line 1111, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-body {
  border-left: 3px solid #dee3e8;
  width: 50%;
  float: right;
}
/* line 1117, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item {
  border: none;
  padding: 0 0 32px 0;
}
/* line 1122, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item .r-item-alert {
  position: absolute;
  width: 200%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  border-top: 1px solid #f5c024;
}
/* line 1129, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item .r-item-alert > .r-tag {
  position: absolute;
  top: -14px;
  left: 16px;
  background-color: #eff1f3;
  color: #f5c024;
}
/* line 1140, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-tag {
  float: left;
  width: 177px;
  margin-top: 12px;
  margin-left: -238px;
}
/* line 1148, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-metadata {
  float: left;
  width: 183px;
  margin-left: -244px;
  margin-top: 12px;
  text-align: right;
}
/* line 1156, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-marker {
  margin-left: -32px;
  position: relative;
}
/* line 1161, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-marker .r-btn-icon {
  margin-left: 12px;
}
/* line 1165, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-marker .r-btn-icon::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: inherit;
  width: inherit;
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  background-color: inherit;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 1178, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-marker .r-btn-icon .r-i {
  z-index: 1;
}
/* line 1187, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-default {
  background-color: white;
  border-color: #dee3e8;
  border-width: 1px;
  border-style: solid;
}
/* line 1194, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-btn-large {
  margin-left: 6px;
}
/* line 1198, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-btn-xlarge {
  margin-left: 0;
}
/* line 1202, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-btn-xxlarge {
  margin-left: -6px;
}
/* line 1210, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-marker .r-btn-icon:hover::before, .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon:focus::before, .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-is-active::before {
  opacity: 0.5;
}
/* line 1220, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-content {
  margin-top: 8px;
  padding-left: 57px;
  overflow: inherit;
}
/* line 1226, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item > .r-content .r-name {
  font-size: 1.125rem;
}
/* line 1235, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item .r-metadata .r-event {
  font-size: 0.875rem;
  color: #94a7b8;
  margin: 4px 0;
}
/* line 1248, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item:last-child {
  padding-bottom: 0;
}
/* line 1252, ../source/sass/_app-custom.scss */
.rw-steps .r-list .r-list-item[role="button"]:hover {
  background-color: initial;
}
/* line 1263, ../source/sass/_app-custom.scss */
.rw-steps .r-list.is-small-block {
  padding-left: 38px;
}
/* line 1267, ../source/sass/_app-custom.scss */
.rw-steps .r-list.is-small-block .r-list-body {
  width: auto;
  float: none;
}
/* line 1274, ../source/sass/_app-custom.scss */
.rw-steps .r-list.is-small-block .r-list-item .r-item-alert {
  left: 0;
}
/* line 1278, ../source/sass/_app-custom.scss */
.rw-steps .r-list.is-small-block .r-list-item .r-item-alert > .r-tag {
  top: -12px;
  right: 16px;
  left: auto;
  left: initial;
}
/* line 1287, ../source/sass/_app-custom.scss */
.rw-steps .r-list.is-small-block .r-list-item > .r-content {
  padding-left: 40px;
}
/* line 1291, ../source/sass/_app-custom.scss */
.rw-steps .r-list.is-small-block .r-list-item > .r-content .r-name {
  font-size: 16px;
}
/* line 1297, ../source/sass/_app-custom.scss */
.rw-steps .r-list.is-small-block .r-list-item > .r-content .r-metadata .r-marker {
  margin-right: 4px;
}
/* line 1311, ../source/sass/_app-custom.scss */
.rw-steps .r-list.r-m-left .r-list-body {
  text-align: left;
  width: auto;
  float: none;
}

/* line 1330, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-container {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* line 1336, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-content-header.r-m-label {
  position: absolute;
  top: -17px;
  z-index: 1;
}
/* line 1342, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-content-header.r-m-label .r-header-main {
  background-color: #eff1f3;
  padding: 6px 8px 6px 8px;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 3px;
}
/* line 1351, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-progress-marker {
  position: relative;
}
/* line 1355, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-progress-marker .r-tag {
  display: flex;
  z-index: 20;
  padding-bottom: 2px;
  margin-right: auto;
  margin-left: auto;
}
/* line 1363, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-progress-marker .r-tag.r-m-outline {
  border-width: 3px;
  border-color: #eff1f3;
}
/* line 1368, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-progress-marker .r-tag.r-m-xsml {
  height: 16px;
  width: 16px;
}
/* line 1375, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-progress-marker::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -10;
  top: 6px;
  right: -12px;
  width: 100%;
  height: 4px;
  -webkit-transition: background-color 0.3s, background-position 0.3s;
  transition: background-color 0.3s, background-position 0.3s;
  background-color: #eff1f3;
}
/* line 1391, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel {
  padding: 12px;
  margin: 6px 6px 12px 6px;
  min-height: 94px;
  background-color: #fafbfd;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
  transition: background-color 0.15s linear, border-color 0.15s linear;
}
/* line 1403, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel:not(.r-is-selected):hover {
  background-color: #f3f5f6;
}
/* line 1409, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel .r-panel-body .r-title {
  max-height: calc(2.4em);
}
/* line 1418, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel .r-metadata {
  position: absolute;
}
/* line 1422, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel .r-event {
  font-size: 13px !important;
  color: #94a7b8;
  font-weight: 600;
}
/* line 1435, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-default.r-is-selected {
  border-color: #eff1f3;
}
/* line 1441, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-info {
  background-color: #f5faff;
}
/* line 1447, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-info:not(.r-is-selected):hover {
  background-color: #f0f6ff;
}
/* line 1453, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-info.r-is-selected {
  border-color: #c3e1f9;
}
/* line 1459, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-warning {
  background-color: #fffdf5;
}
/* line 1465, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-warning:not(.r-is-selected):hover {
  background-color: #fefae7;
}
/* line 1471, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-warning.r-is-selected {
  border-color: #f9edaa;
}
/* line 1475, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-warning .r-event {
  color: #a37a00;
}
/* line 1481, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-success {
  background-color: #f7fdf8;
}
/* line 1487, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-success:not(.r-is-selected):hover {
  background-color: #edf8ef;
}
/* line 1494, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-success.r-is-selected {
  border-color: #cbf0d3;
}
/* line 1498, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-success .r-event {
  color: #099f36;
}
/* line 1504, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-danger {
  background-color: #fff6f5;
}
/* line 1510, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-danger:not(.r-is-selected):hover {
  background-color: #feeae7;
}
/* line 1516, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel.r-danger.r-is-selected {
  border-color: #ffad9e;
}
/* line 1526, ../source/sass/_app-custom.scss */
.rw-steps-inline .r-panel:hover {
  cursor: pointer;
}
/* line 1532, ../source/sass/_app-custom.scss */
.rw-steps-inline .glide__arrow {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
}
/* line 1539, ../source/sass/_app-custom.scss */
.rw-steps-inline .glide__arrow--right {
  right: 0.5em;
}
/* line 1543, ../source/sass/_app-custom.scss */
.rw-steps-inline .glide__arrow--left {
  left: 0.5em;
}

/* line 1556, ../source/sass/_app-custom.scss */
.rw-step-summary {
  background-color: #f3f5f6;
}
/* line 1560, ../source/sass/_app-custom.scss */
.rw-step-summary .r-title {
  font-size: 1.125rem;
}
/* line 1564, ../source/sass/_app-custom.scss */
.rw-step-summary .r-metadata {
  margin-top: 8px;
  font-size: 0.875rem;
}

/* line 1575, ../source/sass/_app-custom.scss */
.rw-step-status .r-tabs-nav > li {
  height: 54px;
}
/* line 1579, ../source/sass/_app-custom.scss */
.rw-step-status .r-tabs-nav .r-tab {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 1584, ../source/sass/_app-custom.scss */
.rw-step-status .r-tabs-nav .r-tab > .r-marker {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* line 1590, ../source/sass/_app-custom.scss */
.rw-step-status .r-tabs-nav .r-tab:not(.r-is-active):hover {
  background-color: #fafbfd;
}
/* line 1597, ../source/sass/_app-custom.scss */
.rw-step-status .r-tabs-nav .r-tab:not(.r-is-active):hover .rw-step-status-label > .r-btn-plain .t {
  border-bottom-color: inherit;
}
/* line 1610, ../source/sass/_app-custom.scss */
.rw-step-status .r-tabs-nav .r-tab:not(.r-is-active) .rw-step-status-label > .r-btn-plain:focus .t {
  border-bottom-color: inherit;
  text-decoration: none;
}
/* line 1625, ../source/sass/_app-custom.scss */
.rw-step-status .rw-step-status-label {
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  font-size: 0.938rem;
  margin-left: 6px;
}
/* line 1634, ../source/sass/_app-custom.scss */
.rw-step-status .rw-step-status-label > .r-btn .t {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}
/* line 1647, ../source/sass/_app-custom.scss */
.rw-step-status .r-expander .r-expander-content {
  padding-bottom: 18px;
}

/* line 1664, ../source/sass/_app-custom.scss */
.rw-files .r-table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* line 1669, ../source/sass/_app-custom.scss */
.rw-files .r-table .r-tcell-label {
  max-width: 345px;
}
/* line 1673, ../source/sass/_app-custom.scss */
.rw-files .r-table .r-tcell-label > a:hover {
  color: #3da8ff;
  text-decoration: none;
}
/* line 1678, ../source/sass/_app-custom.scss */
.rw-files .r-table .r-tcell-label .t, .rw-files .r-table .r-tcell-label > a {
  max-width: 345px;
}
/* line 1686, ../source/sass/_app-custom.scss */
.rw-files .r-table .r-tcell-icon .r-i::before {
  font-size: 0.75rem;
}

/* line 1705, ../source/sass/_app-custom.scss */
.rw-fields.r-table .r-tcell-label {
  vertical-align: top;
}

/* line 1718, ../source/sass/_app-custom.scss */
.rw-sign-doc {
  position: relative;
}
/* line 1727, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-gutter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  width: 10px;
  background-color: #f3f5f6;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 1739, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-gutter .r-count {
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  color: #272c30;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 1749, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-gutter + .r-list-body {
  padding-left: 10px;
}
/* line 1753, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-gutter + .r-list-body .r-no-data {
  margin-left: 14px;
}
/* line 1763, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-item.r-m-draggable .r-item-body {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  background-color: #fff;
}
/* line 1769, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-item.r-m-draggable .r-handle {
  height: 40px;
}
/* line 1773, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-item.r-m-draggable .r-content {
  min-width: 0;
}
/* line 1777, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-item.r-m-draggable .r-item-actions, .rw-sign-doc.r-list .r-list-item.r-m-draggable .r-name {
  line-height: 40px;
}
/* line 1781, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-item.r-m-draggable .r-item-actions {
  font-size: 0.75rem;
  top: inherit;
}
/* line 1787, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-item.r-m-draggable .r-no-data {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1792, ../source/sass/_app-custom.scss */
.rw-sign-doc.r-list .r-list-item.r-m-draggable .r-no-data p {
  line-height: 40px;
}
/* line 1800, ../source/sass/_app-custom.scss */
.rw-sign-doc + .rw-sign-doc {
  margin-top: 8px;
}

/* line 1817, ../source/sass/_app-custom.scss */
.rw-analytics-totals .r-content h2 {
  font-size: 0.875rem;
}
/* line 1825, ../source/sass/_app-custom.scss */
.rw-analytics-totals .r-list.r-m-inline .r-list-item {
  flex: 1 1 280px;
}

/* line 1850, ../source/sass/_app-custom.scss */
.rw-reminders .r-list-item .rw-reminder-type .r-btn-icon > .r-i::before {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 1854, ../source/sass/_app-custom.scss */
.rw-reminders .r-list-item .rw-reminder-type .r-btn-icon > .r-i.fi-x {
  display: none;
}
/* line 1858, ../source/sass/_app-custom.scss */
.rw-reminders .r-list-item .rw-reminder-type .r-btn-icon > .r-i.fi-x::before {
  opacity: 0;
}
/* line 1866, ../source/sass/_app-custom.scss */
.rw-reminders .r-list-item .rw-reminder-type .r-btn-icon + .t {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  visibility: hidden;
  opacity: 0;
  font-size: 11px;
  text-align: center;
}
/* line 1886, ../source/sass/_app-custom.scss */
.rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon > .r-i.fi-comment {
  display: none;
}
/* line 1890, ../source/sass/_app-custom.scss */
.rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon > .r-i.fi-comment::before {
  opacity: 0;
}
/* line 1896, ../source/sass/_app-custom.scss */
.rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon > .r-i.fi-x {
  display: inline-block;
}
/* line 1900, ../source/sass/_app-custom.scss */
.rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon > .r-i.fi-x::before {
  opacity: 1;
}
/* line 1908, ../source/sass/_app-custom.scss */
.rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon + .t {
  visibility: visible;
  opacity: 1;
}

/* line 1925, ../source/sass/_app-custom.scss */
.rw-reminder-popout .r-po-body {
  max-height: calc(100vh - 148px);
}
/* line 1931, ../source/sass/_app-custom.scss */
.rw-reminder-popout > .r-inner .r-list-body {
  max-height: 296px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 887, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-reminder-popout > .r-inner .r-list-body::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 893, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-reminder-popout > .r-inner .r-list-body::-webkit-scrollbar-thumb {
  background: #bbbebf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 899, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-reminder-popout > .r-inner .r-list-body::-webkit-scrollbar-track {
  background: #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 904, ../../../RundlWeb.UI/Content/scss/common/util/_mixins.scss */
.rw-reminder-popout > .r-inner .r-list-body::-webkit-scrollbar-button {
  display: none;
}

/* line 1945, ../source/sass/_app-custom.scss */
.r-b-content .rw-reminders .r-list-item {
  border: 1px solid #dee3e8;
  background-color: #fff;
}

/* line 1961, ../source/sass/_app-custom.scss */
.r-sb-section .rw-message .r-message-context {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  border-bottom: 1px solid #eff1f3;
}
/* line 1966, ../source/sass/_app-custom.scss */
.r-sb-section .rw-message .r-message-context .r-name {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
/* line 1972, ../source/sass/_app-custom.scss */
.r-sb-section .rw-message .r-message-context .r-context-selector {
  position: relative;
  margin-left: 6px;
}
/* line 1979, ../source/sass/_app-custom.scss */
.r-sb-section .rw-message .r-message-context,
.r-sb-section .rw-message .r-message,
.r-sb-section .rw-message .r-comments {
  padding: 16px 12px;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 1996, ../source/sass/_app-custom.scss */
.rw-highlights {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 2000, ../source/sass/_app-custom.scss */
.rw-highlights-item {
  text-align: center;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 2011, ../source/sass/_app-custom.scss */
.rw-highlights-item + .rw-highlights-item {
  border-left: 1px solid #eff1f3;
}

/* line 2025, ../source/sass/_app-custom.scss */
.rw-embedded-app {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto !important;
}
/* line 2032, ../source/sass/_app-custom.scss */
.rw-embedded-app iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

/* line 2051, ../source/sass/_app-custom.scss */
.rw-payment-account.r-m-constrained {
  max-width: 480px;
}
/* line 2055, ../source/sass/_app-custom.scss */
.rw-payment-account .rw-cc-icon {
  border: 1px solid #dee3e8;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 2062, ../source/sass/_app-custom.scss */
.rw-payment-account .rw-cc-icon .r-i::before {
  font-size: 28px;
  line-height: 28px;
  display: block;
}
/* line 2074, ../source/sass/_app-custom.scss */
.rw-payment-account .rw-cc-icon.r-is-disabled .r-i::before {
  color: #dee3e8;
}
/* line 2084, ../source/sass/_app-custom.scss */
.rw-payment-account .r-marker .rw-cc-icon {
  border: none;
}
/* line 2088, ../source/sass/_app-custom.scss */
.rw-payment-account .r-marker .rw-cc-icon .r-i::before {
  font-size: 56px;
  line-height: 56px;
}
/* line 2097, ../source/sass/_app-custom.scss */
.rw-payment-account .rw-cc-expiry {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
/* line 2101, ../source/sass/_app-custom.scss */
.rw-payment-account .rw-cc-expiry .select2-container {
  min-width: 100px;
}
/* line 2108, ../source/sass/_app-custom.scss */
.rw-payment-account .rw-cc-cvv .r-form-control {
  display: inline-block;
  width: 72px;
}

/* line 2122, ../source/sass/_app-custom.scss */
.rw-tick {
  position: absolute;
  opacity: 0;
}
/* line 2127, ../source/sass/_app-custom.scss */
.rw-tick.r-success {
  position: relative;
  opacity: 1;
}
/* line 2132, ../source/sass/_app-custom.scss */
.rw-tick.r-success svg .path {
  opacity: 1;
  stroke-dashoffset: 0;
}
/* line 2139, ../source/sass/_app-custom.scss */
.rw-tick .circ {
  opacity: 0;
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 2146, ../source/sass/_app-custom.scss */
.rw-tick .tick {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-transition: stroke-dashoffset 0.5s 0.5 ease-out;
  transition: stroke-dashoffset 0.5s 0.5 ease-out;
}

/* line 2161, ../source/sass/_app-custom.scss */
.rw-main-alert .r-content {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 10px 28px 10px 10px;
  font-size: 0.938rem;
}
/* line 2175, ../source/sass/_app-custom.scss */
.rw-main-alert.r-m-completed {
  background-color: #cbf0d3;
  color: #099f36;
}
/* line 2180, ../source/sass/_app-custom.scss */
.rw-main-alert.r-m-cancelled {
  background: #ffad9e;
  color: #93220b;
}

/* line 2195, ../source/sass/_app-custom.scss */
.rw-context-popout > .r-inner {
  margin-left: 15px;
}
@media (min-width: 600px) {
  /* line 2199, ../source/sass/_app-custom.scss */
  .rw-context-popout .r-po-body {
    max-height: calc(100vh - 122px);
  }
  /* line 2205, ../source/sass/_app-custom.scss */
  .app-drawer-open .rw-context-popout .r-po-body {
    max-height: calc(100vh - 218px);
  }
}
/* line 2217, ../source/sass/_app-custom.scss */
.rw-context-popout .r-menu-options li > .r-content {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
/* line 2223, ../source/sass/_app-custom.scss */
.rw-context-popout .r-menu-options li > .r-content .r-count {
  position: absolute;
  top: 5px;
  right: 8px;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #178dee;
  background-color: transparent;
  color: #178dee;
  line-height: 23px;
  font-size: 0.625rem;
  text-align: center;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
}
/* line 2240, ../source/sass/_app-custom.scss */
.rw-context-popout .r-menu-options li > .r-content.r-is-active .r-count {
  border: 1px solid #fff;
  background-color: #fff;
}

/* line 2276, ../source/sass/_app-custom.scss */
.r-embed-responsive + .r-text-frame,
.r-embed-responsive + .r-expander {
  margin-top: 12px;
}
/* line 2281, ../source/sass/_app-custom.scss */
.r-page-content .r-embed-responsive + .r-text-frame, .r-page-content
.r-embed-responsive + .r-expander {
  margin-top: 20px;
}

/* line 2293, ../source/sass/_app-custom.scss */
.r-img-content + .r-text-frame {
  margin-top: 16px;
}

/* line 2304, ../source/sass/_app-custom.scss */
#loading {
  padding-left: 3px;
  font-size: 0.75rem;
  display: table;
  margin-top: 2.5px;
  opacity: 0.7;
}
