/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  /* line 39, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  /* line 45, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 49, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 52, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 55, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 60, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  thead {
    display: table-header-group;
  }

  /* line 63, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 67, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 73, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 77, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar {
    display: none;
  }

  /* line 80, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .badge {
    border: 1px solid #000;
  }

  /* line 83, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 86, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 90, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 96, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 102, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
/* line 115, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 119, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 130, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 134, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 140, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 145, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 150, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 159, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 165, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 172, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 179, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
dt {
  font-weight: 700;
}

/* line 183, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 188, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 192, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
dfn {
  font-style: italic;
}

/* line 196, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
b,
strong {
  font-weight: bolder;
}

/* line 201, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
small {
  font-size: 80%;
}

/* line 205, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 213, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
sub {
  bottom: -.25em;
}

/* line 217, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
sup {
  top: -.5em;
}

/* line 221, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 228, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 233, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 238, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 243, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 247, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 262, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
figure {
  margin: 0 0 1rem;
}

/* line 266, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 271, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 275, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 288, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
table {
  border-collapse: collapse;
}

/* line 292, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

/* line 300, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
th {
  text-align: inherit;
}

/* line 304, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 309, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
button {
  border-radius: 0;
}

/* line 313, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 318, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 329, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
button,
input {
  overflow: visible;
}

/* line 334, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
button,
select {
  text-transform: none;
}

/* line 339, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 346, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 354, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 360, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 367, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 372, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 379, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 391, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
progress {
  vertical-align: baseline;
}

/* line 395, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 400, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 405, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 410, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 415, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
output {
  display: inline-block;
}

/* line 419, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
summary {
  display: list-item;
}

/* line 423, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
template {
  display: none;
}

/* line 427, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
[hidden] {
  display: none !important;
}

/* line 431, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 440, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 444, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
h2, .h2 {
  font-size: 2rem;
}

/* line 448, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 452, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 456, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 460, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
h6, .h6 {
  font-size: 1rem;
}

/* line 464, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 469, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 475, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 481, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 487, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 493, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 500, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 506, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 512, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 517, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 522, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-inline-item {
  display: inline-block;
}

/* line 526, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 530, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 535, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 540, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

/* line 546, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 550, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 555, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/* line 565, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.figure {
  display: inline-block;
}

/* line 569, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 574, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.figure-caption {
  font-size: 90%;
  color: #868e96;
}

/* line 579, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 586, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

/* line 594, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* line 600, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 608, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 614, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

/* line 622, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 630, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 635, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 644, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 650, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 656, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 662, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 1140px;
  }
}
/* line 667, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 675, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 684, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 689, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 695, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 708, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 716, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 723, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 729, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 735, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 741, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 747, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 753, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 759, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 765, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 771, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 777, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 783, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 789, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 795, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

/* line 800, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

/* line 805, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

/* line 810, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

/* line 815, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

/* line 820, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

/* line 825, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

/* line 830, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

/* line 835, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

/* line 840, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

/* line 845, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

/* line 850, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

/* line 855, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

/* line 860, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 864, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 868, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-3 {
  margin-left: 25%;
}

/* line 872, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 876, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 880, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-6 {
  margin-left: 50%;
}

/* line 884, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 888, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 892, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-9 {
  margin-left: 75%;
}

/* line 896, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 900, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 905, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 912, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 918, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 923, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 928, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 933, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 938, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 943, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 948, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 953, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 958, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 963, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 968, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 973, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 978, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  /* line 982, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  /* line 986, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  /* line 990, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  /* line 994, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  /* line 998, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  /* line 1002, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  /* line 1006, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  /* line 1010, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  /* line 1014, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  /* line 1018, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  /* line 1022, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  /* line 1026, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  /* line 1030, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 1033, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 1036, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 1039, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 1042, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 1045, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 1048, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 1051, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 1054, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 1057, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 1060, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 1063, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 1069, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 1076, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1082, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1087, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1092, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1097, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1102, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1107, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1112, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1117, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1122, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1127, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1132, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1137, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1142, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  /* line 1146, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  /* line 1150, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  /* line 1154, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  /* line 1158, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  /* line 1162, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  /* line 1166, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  /* line 1170, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  /* line 1174, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  /* line 1178, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  /* line 1182, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  /* line 1186, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  /* line 1190, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  /* line 1194, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 1197, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 1200, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 1203, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 1206, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 1209, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 1212, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 1215, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 1218, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 1221, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 1224, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 1227, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 1233, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 1240, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1246, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1251, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1256, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1261, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1266, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1271, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1276, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1281, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1286, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1291, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1296, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1301, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1306, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  /* line 1310, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  /* line 1314, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  /* line 1318, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  /* line 1322, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  /* line 1326, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  /* line 1330, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  /* line 1334, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  /* line 1338, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  /* line 1342, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  /* line 1346, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  /* line 1350, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  /* line 1354, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  /* line 1358, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 1361, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 1364, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 1367, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 1370, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 1373, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 1376, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 1379, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 1382, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 1385, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 1388, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 1391, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 1397, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 1404, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1410, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1415, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1420, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1425, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1430, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1435, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1440, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1445, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1450, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1455, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1460, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1465, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1470, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  /* line 1474, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  /* line 1478, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  /* line 1482, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  /* line 1486, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  /* line 1490, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  /* line 1494, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  /* line 1498, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  /* line 1502, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  /* line 1506, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  /* line 1510, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  /* line 1514, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  /* line 1518, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  /* line 1522, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 1525, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 1528, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 1531, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 1534, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 1537, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 1540, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 1543, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 1546, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 1549, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 1552, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 1555, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 1560, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 1567, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

/* line 1574, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

/* line 1579, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

/* line 1583, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table .table {
  background-color: #fff;
}

/* line 1587, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1592, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-bordered {
  border: 1px solid #e9ecef;
}

/* line 1596, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

/* line 1601, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1606, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1610, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1614, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1620, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1624, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1629, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

/* line 1635, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

/* line 1639, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

/* line 1644, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1650, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1654, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1659, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1665, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1669, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1674, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1680, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1684, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1689, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1695, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1699, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1704, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1710, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1714, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1719, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1725, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1729, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1734, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1740, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1744, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1749, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 1755, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 1761, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 1766, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 1772, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 1776, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1780, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  /* line 1785, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1792, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}
@media (max-width: 767px) {
  /* line 1798, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1805, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table-responsive-md.table-bordered {
    border: 0;
  }
}
@media (max-width: 991px) {
  /* line 1811, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1818, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}
@media (max-width: 1199px) {
  /* line 1824, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1831, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}
/* line 1836, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 1844, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.table-responsive.table-bordered {
  border: 0;
}

/* line 1848, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

/* line 1863, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1868, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1876, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1881, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1886, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1891, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1896, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 1901, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 1905, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1910, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 1915, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 1922, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1929, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1936, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 1943, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1953, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 1962, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1971, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 1977, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 1986, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 1992, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 1996, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2001, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2010, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2016, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 2022, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-check.disabled .form-check-label {
  color: #868e96;
}

/* line 2026, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

/* line 2031, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

/* line 2037, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

/* line 2042, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-check-inline .form-check-label {
  vertical-align: middle;
}

/* line 2046, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

/* line 2053, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 2068, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 2074, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2080, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2091, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

/* line 2095, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

/* line 2099, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

/* line 2103, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

/* line 2107, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 2111, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2115, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

/* line 2122, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 2137, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 2143, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2149, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2160, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

/* line 2164, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

/* line 2168, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

/* line 2172, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

/* line 2176, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 2180, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2184, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 2193, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2198, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  /* line 2207, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  /* line 2218, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2223, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 2226, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .input-group {
    width: auto;
  }

  /* line 2229, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 2240, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-check-label {
    padding-left: 0;
  }

  /* line 2243, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 2249, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 0;
  }

  /* line 2258, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  /* line 2264, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2269, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 2287, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 2291, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2296, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 2300, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

/* line 2304, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 2309, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2315, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2321, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2325, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2330, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2338, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2344, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

/* line 2350, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2354, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2359, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2367, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2373, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2379, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2383, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2388, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2396, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2402, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2408, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2412, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2417, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2425, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2431, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2437, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2441, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2446, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2454, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2460, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2466, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2470, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2475, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2483, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2489, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2495, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2499, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2504, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2512, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2518, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2524, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2528, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2533, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2541, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 2548, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2554, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2558, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2563, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2571, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

/* line 2578, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2584, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2588, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 2593, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2601, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 2608, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2614, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2618, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2623, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2631, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 2638, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2644, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2648, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2653, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2661, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 2668, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2674, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2678, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2683, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2691, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 2698, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2704, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2708, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 2713, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2721, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 2728, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2734, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2738, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 2743, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2751, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 2758, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2764, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2768, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 2773, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2781, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 2787, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 2794, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 2799, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

/* line 2803, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2810, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2817, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2822, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2826, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2832, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2837, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.fade.show {
  opacity: 1;
}

/* line 2841, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.collapse {
  display: none;
}

/* line 2845, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.collapse.show {
  display: block;
}

/* line 2849, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
tr.collapse.show {
  display: table-row;
}

/* line 2853, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
tbody.collapse.show {
  display: table-row-group;
}

/* line 2857, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 2864, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropup,
.dropdown {
  position: relative;
}

/* line 2869, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 2882, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2886, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 2906, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 2911, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 2924, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2928, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 2935, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

/* line 2948, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 2954, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 2960, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 2965, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-menu.show {
  display: block;
}

/* line 2969, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

/* line 2978, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

/* line 2986, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

/* line 2993, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

/* line 2998, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3005, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3016, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

/* line 3025, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3029, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3033, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3037, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3042, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3048, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn-group {
  float: left;
}

/* line 3052, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3056, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3062, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3067, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3072, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3076, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3081, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3086, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* line 3095, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 3100, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3108, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3112, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3117, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3122, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3126, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3132, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3137, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3146, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

/* line 3155, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3164, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 3168, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 3177, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3183, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

/* line 3188, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3201, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 3209, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 3217, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3222, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3233, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 3237, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3248, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 3252, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

/* line 3260, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-btn > .btn {
  position: relative;
}

/* line 3264, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3268, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

/* line 3272, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

/* line 3276, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

/* line 3281, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

/* line 3287, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}

/* line 3292, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/* line 3299, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

/* line 3308, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3314, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

/* line 3319, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3323, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 3328, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

/* line 3332, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

/* line 3336, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 3354, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

/* line 3358, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 3362, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 3367, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 3371, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 3375, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-controls-stacked {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* line 3382, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

/* line 3386, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 3390, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3407, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

/* line 3412, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3417, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-select[multiple] {
  height: auto;
  background-image: none;
}

/* line 3422, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

/* line 3427, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 3431, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 3438, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 3446, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3454, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-file-input:focus ~ .custom-file-control {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
          box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

/* line 3458, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3478, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

/* line 3482, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 3498, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 3502, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3512, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 3517, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 3521, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-link.disabled {
  color: #868e96;
}

/* line 3525, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 3529, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3533, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 3539, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

/* line 3543, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

/* line 3549, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

/* line 3556, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3562, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 3566, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 3572, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

/* line 3578, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

/* line 3586, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 3590, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tab-content > .active {
  display: block;
}

/* line 3594, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 3607, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/* line 3619, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3629, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 3633, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3643, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3648, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3653, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 3659, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 3668, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 3677, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 3681, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  /* line 3692, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 3700, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  /* line 3706, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  /* line 3710, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 3713, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  /* line 3717, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 3721, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 3726, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 3732, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  /* line 3735, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767px) {
  /* line 3742, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 3750, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  /* line 3756, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  /* line 3760, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 3763, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  /* line 3767, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 3771, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 3776, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 3782, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  /* line 3785, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991px) {
  /* line 3792, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 3800, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  /* line 3806, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  /* line 3810, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 3813, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  /* line 3817, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 3821, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 3826, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 3832, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  /* line 3835, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 3842, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 3850, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  /* line 3856, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  /* line 3860, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 3863, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  /* line 3867, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 3871, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 3876, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 3882, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  /* line 3885, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
/* line 3891, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

/* line 3898, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 3904, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

/* line 3909, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3913, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3918, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 3923, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 3929, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 3936, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3940, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 3945, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3949, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3953, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3957, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 3961, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 3965, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3972, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 3977, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 3981, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3985, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3989, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3993, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 3997, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 4001, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4005, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4009, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4013, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4020, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4025, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4029, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4033, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4037, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 4041, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 4055, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4060, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4065, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4070, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 4076, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4080, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4085, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4089, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-link:hover {
  text-decoration: none;
}

/* line 4093, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4097, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4104, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4108, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4112, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4118, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4122, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4129, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4134, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4143, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 4148, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4154, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4160, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* line 4167, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4172, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 4178, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 4191, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* line 4198, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4203, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  /* line 4207, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 4212, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 4216, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 4220, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  /* line 4223, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  /* line 4226, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 4230, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  /* line 4233, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  /* line 4236, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }

  /* line 4239, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  /* line 4243, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  /* line 4247, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  /* line 4250, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}
/* line 4256, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4261, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  /* line 4267, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 4273, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 4285, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

/* line 4293, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4297, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4301, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.breadcrumb-item.active {
  color: #868e96;
}

/* line 4305, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4313, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4319, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4324, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4331, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4338, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4349, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

/* line 4356, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4362, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4367, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4372, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4378, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4383, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4388, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 4400, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge:empty {
  display: none;
}

/* line 4404, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4409, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4415, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 4420, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 4426, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

/* line 4431, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

/* line 4437, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 4442, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 4448, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 4453, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 4459, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-warning {
  color: #111;
  background-color: #ffc107;
}

/* line 4464, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 4470, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 4475, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 4481, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

/* line 4486, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 4492, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 4497, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 4503, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 4511, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 4516, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4522, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4530, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-heading {
  color: inherit;
}

/* line 4534, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-link {
  font-weight: 700;
}

/* line 4538, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4546, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 4552, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 4556, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-primary .alert-link {
  color: #002752;
}

/* line 4560, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

/* line 4566, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-secondary hr {
  border-top-color: #cfd2d6;
}

/* line 4570, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-secondary .alert-link {
  color: #2e3133;
}

/* line 4574, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 4580, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 4584, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 4588, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 4594, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 4598, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-info .alert-link {
  color: #062c33;
}

/* line 4602, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 4608, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 4612, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 4616, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 4622, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 4626, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-danger .alert-link {
  color: #491217;
}

/* line 4630, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 4636, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 4640, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-light .alert-link {
  color: #686868;
}

/* line 4644, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 4650, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 4654, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4676, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 4686, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #007bff;
}

/* line 4697, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 4702, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 4707, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

/* line 4714, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

/* line 4719, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 4728, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 4734, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 4740, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 4745, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4754, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4759, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4765, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

/* line 4769, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

/* line 4774, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4781, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 4787, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 4791, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4795, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 4800, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

/* line 4805, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

/* line 4812, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4819, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

/* line 4824, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

/* line 4829, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

/* line 4836, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

/* line 4843, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 4848, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

/* line 4853, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 4860, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4867, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 4872, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

/* line 4877, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 4884, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4891, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 4896, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

/* line 4901, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 4908, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4915, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 4920, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

/* line 4925, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 4932, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4939, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 4944, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

/* line 4949, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

/* line 4956, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4963, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 4968, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

/* line 4973, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 4980, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 4987, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 4997, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 5003, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5010, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-open {
  overflow: hidden;
}

/* line 5014, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 5026, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5034, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5039, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5044, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

/* line 5051, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 5065, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5075, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5079, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5083, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 5096, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

/* line 5101, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5106, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 15px;
}

/* line 5113, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

/* line 5124, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 5128, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 5132, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5141, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  /* line 5145, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5151, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 5156, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5180, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.show {
  opacity: 0.9;
}

/* line 5184, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

/* line 5191, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

/* line 5197, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

/* line 5201, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5205, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5212, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

/* line 5216, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

/* line 5220, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 5227, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

/* line 5231, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5235, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5242, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

/* line 5246, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

/* line 5250, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 5258, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 5267, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 5296, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5303, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

/* line 5311, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

/* line 5316, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

/* line 5321, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

/* line 5325, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5329, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

/* line 5334, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 5340, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

/* line 5346, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

/* line 5350, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

/* line 5354, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

/* line 5360, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5365, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

/* line 5370, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

/* line 5374, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5378, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

/* line 5384, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5389, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

/* line 5394, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 5405, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

/* line 5409, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

/* line 5413, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

/* line 5419, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5424, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

/* line 5429, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 5440, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover-header:empty {
  display: none;
}

/* line 5444, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 5449, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel {
  position: relative;
}

/* line 5453, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5459, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 5474, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 5480, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 5486, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 5493, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 5500, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 5507, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 5514, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 5521, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 5528, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 5545, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5554, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-control-prev {
  left: 0;
}

/* line 5558, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-control-next {
  right: 0;
}

/* line 5562, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 5571, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 5575, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 5579, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 5595, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 5607, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 5617, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 5627, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 5631, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 5643, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 5647, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-top {
  vertical-align: top !important;
}

/* line 5651, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 5655, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5659, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 5663, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5667, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-primary {
  background-color: #007bff !important;
}

/* line 5671, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 5675, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-secondary {
  background-color: #868e96 !important;
}

/* line 5679, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

/* line 5683, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-success {
  background-color: #28a745 !important;
}

/* line 5687, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 5691, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 5695, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 5699, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 5703, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 5707, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 5711, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 5715, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 5719, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 5723, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 5727, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 5731, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-white {
  background-color: #fff !important;
}

/* line 5735, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5739, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 5743, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-0 {
  border: 0 !important;
}

/* line 5747, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 5751, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 5755, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 5759, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 5763, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-primary {
  border-color: #007bff !important;
}

/* line 5767, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-secondary {
  border-color: #868e96 !important;
}

/* line 5771, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-success {
  border-color: #28a745 !important;
}

/* line 5775, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 5779, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 5783, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 5787, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 5791, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-dark {
  border-color: #343a40 !important;
}

/* line 5795, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.border-white {
  border-color: #fff !important;
}

/* line 5799, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 5803, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 5808, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 5813, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 5818, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 5823, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 5827, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 5831, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5837, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-none {
  display: none !important;
}

/* line 5841, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-inline {
  display: inline !important;
}

/* line 5845, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 5849, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-block {
  display: block !important;
}

/* line 5853, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-table {
  display: table !important;
}

/* line 5857, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-table-row {
  display: table-row !important;
}

/* line 5861, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 5865, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

/* line 5870, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 5876, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-sm-none {
    display: none !important;
  }

  /* line 5879, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 5882, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 5885, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-sm-block {
    display: block !important;
  }

  /* line 5888, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-sm-table {
    display: table !important;
  }

  /* line 5891, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 5894, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 5897, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  /* line 5901, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 5908, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-md-none {
    display: none !important;
  }

  /* line 5911, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-md-inline {
    display: inline !important;
  }

  /* line 5914, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 5917, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-md-block {
    display: block !important;
  }

  /* line 5920, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-md-table {
    display: table !important;
  }

  /* line 5923, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 5926, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 5929, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  /* line 5933, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 5940, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-lg-none {
    display: none !important;
  }

  /* line 5943, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 5946, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 5949, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-lg-block {
    display: block !important;
  }

  /* line 5952, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-lg-table {
    display: table !important;
  }

  /* line 5955, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 5958, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 5961, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  /* line 5965, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 5972, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-xl-none {
    display: none !important;
  }

  /* line 5975, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 5978, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 5981, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-xl-block {
    display: block !important;
  }

  /* line 5984, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-xl-table {
    display: table !important;
  }

  /* line 5987, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 5990, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 5993, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  /* line 5997, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
/* line 6003, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-print-block {
  display: none !important;
}

@media print {
  /* line 6008, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-print-block {
    display: block !important;
  }
}
/* line 6013, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-print-inline {
  display: none !important;
}

@media print {
  /* line 6018, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-print-inline {
    display: inline !important;
  }
}
/* line 6023, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.d-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6028, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6034, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .d-print-none {
    display: none !important;
  }
}
/* line 6039, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6047, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6052, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6066, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6070, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6074, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6078, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6082, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

/* line 6087, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

/* line 6092, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

/* line 6097, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

/* line 6102, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 6107, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 6112, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 6117, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

/* line 6122, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

/* line 6127, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

/* line 6132, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

/* line 6137, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 6142, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

/* line 6147, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

/* line 6152, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

/* line 6157, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

/* line 6162, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

/* line 6167, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 6172, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 6177, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 6182, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 6187, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 6192, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 6197, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 6202, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 6207, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 6212, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 6217, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 6222, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6228, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  /* line 6232, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  /* line 6236, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 6240, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 6244, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6248, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6252, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6256, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 6260, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 6264, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  /* line 6268, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 6272, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6276, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  /* line 6280, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  /* line 6284, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  /* line 6288, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 6292, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 6296, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6300, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6304, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6308, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6312, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6316, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6320, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6324, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6328, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6332, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6336, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6340, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 6347, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  /* line 6351, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  /* line 6355, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 6359, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 6363, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6367, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6371, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6375, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 6379, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 6383, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  /* line 6387, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 6391, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6395, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  /* line 6399, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  /* line 6403, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  /* line 6407, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 6411, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 6415, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6419, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6423, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6427, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6431, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6435, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6439, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6443, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6447, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6451, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6455, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6459, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 6466, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  /* line 6470, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  /* line 6474, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 6478, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 6482, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6486, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6490, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6494, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 6498, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 6502, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  /* line 6506, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 6510, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6514, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  /* line 6518, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  /* line 6522, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  /* line 6526, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 6530, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 6534, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6538, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6542, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6546, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6550, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6554, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6558, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6562, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6566, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6570, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6574, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6578, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 6585, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  /* line 6589, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  /* line 6593, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 6597, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 6601, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6605, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6609, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6613, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 6617, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 6621, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  /* line 6625, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 6629, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6633, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  /* line 6637, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  /* line 6641, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  /* line 6645, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 6649, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 6653, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6657, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6661, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6665, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6669, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6673, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6677, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6681, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6685, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6689, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6693, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6697, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* line 6703, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.float-left {
  float: left !important;
}

/* line 6707, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.float-right {
  float: right !important;
}

/* line 6711, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6716, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-sm-left {
    float: left !important;
  }

  /* line 6719, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-sm-right {
    float: right !important;
  }

  /* line 6722, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 6728, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-md-left {
    float: left !important;
  }

  /* line 6731, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-md-right {
    float: right !important;
  }

  /* line 6734, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 6740, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-lg-left {
    float: left !important;
  }

  /* line 6743, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-lg-right {
    float: right !important;
  }

  /* line 6746, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6752, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-xl-left {
    float: left !important;
  }

  /* line 6755, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-xl-right {
    float: right !important;
  }

  /* line 6758, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .float-xl-none {
    float: none !important;
  }
}
/* line 6763, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.position-static {
  position: static !important;
}

/* line 6767, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.position-relative {
  position: relative !important;
}

/* line 6771, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.position-absolute {
  position: absolute !important;
}

/* line 6775, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.position-fixed {
  position: fixed !important;
}

/* line 6779, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 6784, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6792, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 6801, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 6809, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* line 6822, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

/* line 6833, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.w-25 {
  width: 25% !important;
}

/* line 6837, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.w-50 {
  width: 50% !important;
}

/* line 6841, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.w-75 {
  width: 75% !important;
}

/* line 6845, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.w-100 {
  width: 100% !important;
}

/* line 6849, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.h-25 {
  height: 25% !important;
}

/* line 6853, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.h-50 {
  height: 50% !important;
}

/* line 6857, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.h-75 {
  height: 75% !important;
}

/* line 6861, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.h-100 {
  height: 100% !important;
}

/* line 6865, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 6869, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 6873, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.m-0 {
  margin: 0 !important;
}

/* line 6877, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 6882, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 6887, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 6892, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 6897, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6901, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 6906, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 6911, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6916, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 6921, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6925, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 6930, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 6935, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6940, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 6945, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.m-3 {
  margin: 1rem !important;
}

/* line 6949, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 6954, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 6959, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 6964, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 6969, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6973, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 6978, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6983, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6988, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6993, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.m-5 {
  margin: 3rem !important;
}

/* line 6997, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 7002, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 7007, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 7012, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 7017, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.p-0 {
  padding: 0 !important;
}

/* line 7021, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7026, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7031, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7036, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7041, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7045, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 7050, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 7055, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7060, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 7065, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7069, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7074, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7079, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7084, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7089, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.p-3 {
  padding: 1rem !important;
}

/* line 7093, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7098, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7103, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7108, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7113, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7117, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7122, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7127, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7132, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7137, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.p-5 {
  padding: 3rem !important;
}

/* line 7141, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 7146, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 7151, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 7156, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 7161, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.m-auto {
  margin: auto !important;
}

/* line 7165, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 7170, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 7175, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 7180, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7186, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 7189, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 7193, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 7197, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 7201, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 7205, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 7208, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7212, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7216, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7220, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7224, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 7227, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7231, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7235, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7239, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7243, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 7246, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 7250, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 7254, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7258, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 7262, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 7265, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7269, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7273, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7277, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7281, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 7284, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 7288, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 7292, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7296, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 7300, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 7303, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 7307, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 7311, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 7315, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 7319, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 7322, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7326, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7330, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7334, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7338, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 7341, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7345, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7349, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7353, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7357, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 7360, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 7364, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 7368, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7372, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 7376, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 7379, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7383, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7387, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7391, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7395, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 7398, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 7402, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 7406, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7410, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 7414, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 7417, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 7421, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 7425, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 7429, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 7436, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 7439, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 7443, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 7447, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 7451, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 7455, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 7458, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7462, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7466, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7470, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7474, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 7477, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7481, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7485, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7489, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7493, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 7496, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 7500, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 7504, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7508, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 7512, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 7515, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7519, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7523, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7527, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7531, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 7534, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 7538, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 7542, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7546, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 7550, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 7553, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 7557, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 7561, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 7565, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 7569, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 7572, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7576, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7580, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7584, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7588, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 7591, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7595, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7599, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7603, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7607, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 7610, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 7614, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 7618, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7622, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 7626, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 7629, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7633, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7637, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7641, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7645, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 7648, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 7652, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 7656, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7660, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 7664, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 7667, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 7671, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 7675, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 7679, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 7686, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 7689, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 7693, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 7697, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 7701, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 7705, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 7708, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7712, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7716, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7720, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7724, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 7727, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7731, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7735, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7739, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7743, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 7746, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 7750, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 7754, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7758, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 7762, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 7765, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7769, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7773, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7777, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7781, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 7784, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 7788, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 7792, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7796, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 7800, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 7803, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 7807, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 7811, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 7815, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 7819, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 7822, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7826, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7830, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7834, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7838, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 7841, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7845, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7849, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7853, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7857, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 7860, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 7864, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 7868, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7872, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 7876, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 7879, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7883, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7887, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7891, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7895, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 7898, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 7902, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 7906, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7910, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 7914, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 7917, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 7921, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 7925, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 7929, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 7936, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 7939, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 7943, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 7947, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 7951, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 7955, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 7958, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7962, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7966, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7970, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7974, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 7977, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7981, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7985, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7989, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7993, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 7996, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 8000, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 8004, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8008, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 8012, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 8015, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8019, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8023, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8027, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8031, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 8034, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 8038, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 8042, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8046, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 8050, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 8053, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 8057, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 8061, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 8065, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 8069, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 8072, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8076, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8080, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8084, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8088, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 8091, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8095, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8099, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8103, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8107, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 8110, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 8114, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 8118, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8122, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 8126, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 8129, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8133, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8137, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8141, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8145, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 8148, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 8152, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 8156, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8160, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 8164, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 8167, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 8171, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 8175, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 8179, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 8185, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-justify {
  text-align: justify !important;
}

/* line 8189, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8193, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8199, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-left {
  text-align: left !important;
}

/* line 8203, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-right {
  text-align: right !important;
}

/* line 8207, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8212, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 8215, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 8218, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 8224, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-md-left {
    text-align: left !important;
  }

  /* line 8227, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-md-right {
    text-align: right !important;
  }

  /* line 8230, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 8236, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 8239, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 8242, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 8248, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 8251, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 8254, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 8259, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8263, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8267, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8271, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 8275, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8279, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 8283, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.font-italic {
  font-style: italic !important;
}

/* line 8287, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-white {
  color: #fff !important;
}

/* line 8291, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-primary {
  color: #007bff !important;
}

/* line 8295, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

/* line 8299, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-secondary {
  color: #868e96 !important;
}

/* line 8303, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

/* line 8307, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-success {
  color: #28a745 !important;
}

/* line 8311, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

/* line 8315, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-info {
  color: #17a2b8 !important;
}

/* line 8319, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

/* line 8323, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 8327, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

/* line 8331, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 8335, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

/* line 8339, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 8343, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

/* line 8347, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-dark {
  color: #343a40 !important;
}

/* line 8351, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

/* line 8355, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-muted {
  color: #868e96 !important;
}

/* line 8359, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8367, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.visible {
  visibility: visible !important;
}

/* line 8371, /home/paul/ps/app/assets/stylesheets/bootstrap.css */
.invisible {
  visibility: hidden !important;
}
/* line 25, /home/paul/ps/app/assets/stylesheets/application.scss */
body {
  padding-top: 30px;
  text-shadow: 2px 2px 2px #000;
  color: #99bb88;
  background-color: #252525;
  text-shadow: 2px 2px 2px #000;
}

/* line 38, /home/paul/ps/app/assets/stylesheets/application.scss */
.bevel {
  border: solid;
  border-width: 3px;
  border-left-color: #151515;
  border-top-color: black;
  border-right-color: #444444;
  border-bottom-color: #444444;
}

/* line 47, /home/paul/ps/app/assets/stylesheets/application.scss */
.octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: #888;
}

/* line 53, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel button {
  padding: 0;
  border: none;
  background: none;
}

/* line 59, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #333366;
  border-radius: 3px;
}

/* line 67, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel-indicators .active {
  background-color: #779;
}

/* line 71, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel-indicators {
  bottom: -50px;
}

/* line 76, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel-inner {
  margin-bottom: 50px;
}

/* line 80, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel-caption {
  position: relative;
  left: auto;
  right: auto;
}

/* line 87, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel.fade {
  opacity: 1;
}

/* line 91, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}

/* line 97, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel.fade .item {
  -webkit-transition: opacity ease-in-out 1.2s;
  transition: opacity ease-in-out 1.2s;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  display: block;
}

/* line 106, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel.fade .item.active {
  opacity: 1;
}

/* line 110, /home/paul/ps/app/assets/stylesheets/application.scss */
.carousel.fade .item {
  -webkit-transition: opacity ease-out 1.2s;
  transition: opacity ease-out 1.2s;
  left: 0;
  opacity: 0;
  /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}

/* line 122, /home/paul/ps/app/assets/stylesheets/application.scss */
.topGradient {
               /* height: 60px; width: 100%; background:linear-gradient(rgba(40, 40, 40, 0.99), rgba(40, 40, 40, 0)); position: fixed;
	top:0;
	z-index: 90;  // only below menu
    */
}

/* line 130, /home/paul/ps/app/assets/stylesheets/application.scss */
.image-index img {
  max-height: 500px;
}

/* line 139, /home/paul/ps/app/assets/stylesheets/application.scss */
.image-index-sm img {
  max-height: 282px;
}

/* line 145, /home/paul/ps/app/assets/stylesheets/application.scss */
p.image-index-title {
  font-size: 26px;
  text-decoration: none;
  font-style: italic;
  padding-bottom: 30px;
}
/* line 152, /home/paul/ps/app/assets/stylesheets/application.scss */
p.image-index-title a {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* line 159, /home/paul/ps/app/assets/stylesheets/application.scss */
.navbar-brand {
  padding-top: 0px;
}

/* line 165, /home/paul/ps/app/assets/stylesheets/application.scss */
.navbar-fixed-left {
  position: fixed;
  border-radius: 0;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 99;
}

/* line 175, /home/paul/ps/app/assets/stylesheets/application.scss */
.navbar-fixed-left .navbar-nav > li {
  float: none;
  /* Cancel default li float: left */
}

/* line 187, /home/paul/ps/app/assets/stylesheets/application.scss */
a {
  color: #557744;
  text-decoration: none;
  -webkit-transition: all 260ms ease-in-out;
  transition: all 260ms ease-in-out;
}

/* line 198, /home/paul/ps/app/assets/stylesheets/application.scss */
a {
  -moz-user-focus: none;
  outline: none;
}

/* line 204, /home/paul/ps/app/assets/stylesheets/application.scss */
a:active {
  outline: none;
}

/* line 208, /home/paul/ps/app/assets/stylesheets/application.scss */
a.info {
  text-decoration: underline;
}

/* line 210, /home/paul/ps/app/assets/stylesheets/application.scss */
a:link {
  color: #557744;
}

/* line 212, /home/paul/ps/app/assets/stylesheets/application.scss */
a:hover {
  color: #99bb88;
}

/* line 214, /home/paul/ps/app/assets/stylesheets/application.scss */
nav-link a {
  color: #557744;
  text-decoration: none;
  -webkit-transition: all 260ms ease-in-out;
  transition: all 260ms ease-in-out;
}
