@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Poppins:wght@400;700&display=swap");
/*
 * full
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.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;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top 0.5625rem right 0.5625rem;
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top 0.5625rem right 0.5625rem;
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.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;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.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;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.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;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.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;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.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;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.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: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.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;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.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;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.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;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.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;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.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;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  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;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  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;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.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-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(2.875rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.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: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.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);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  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;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.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 #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.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;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.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;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.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);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  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, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  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;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::after, .bs-popover-top > .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::after, .bs-popover-right > .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::after, .bs-popover-bottom > .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::after, .bs-popover-left > .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.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);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%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");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
**********************************************

Filename:	cal.css
Name:		Calendar Stylesheet
Version:	12/25/2005
Author:		B. Baker

**********************************************
*/
#calendarDiv {
  position: absolute;
  width: 240px;
  border: 1px solid #333;
  padding: 1px;
  background-color: #FFF;
  font-family: arial;
  font-size: 10px;
  padding-bottom: 20px;
  visibility: hidden;
  font-family: arial, sans-serif;
}

#calendarDiv span, #calendarDiv img {
  float: left;
}

#calendarDiv .selectBox, #calendarDiv .selectBoxOver {
  line-height: 12px;
  padding: 1px;
  cursor: pointer;
  /* cursor:hand !important; */
  padding-left: 2px;
}

#calendarDiv .selectBox {
  border: 1px solid #eee;
  color: #eee;
  position: relative;
}

#calendarDiv .selectBoxOver {
  border: 1px solid #FFF;
  background-color: #999;
  color: #FFF;
  position: relative;
}

#calendarDiv .topBar {
  height: 16px;
  padding: 2px;
  background-color: #666;
}

#calendarDiv .todaysDate {
  height: 17px;
  line-height: 17px;
  padding: 2px;
  background-color: #eee;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 236px;
}

#calendarDiv .monthYearPicker {
  background-color: #eee;
  border: 1px solid #AAAAAA;
  position: absolute;
  color: #0860A8;
  left: 0px;
  top: 15px;
  z-Index: 1000;
  display: none;
}

#calendarDiv #monthSelect {
  width: 70px;
}

#calendarDiv .monthYearPicker div {
  float: none;
  clear: both;
  padding: 1px;
  margin: 1px;
  cursor: pointer;
  /* cursor:hand !important; */
}

#calendarDiv .monthYearActive {
  background-color: #0860A8;
  color: #eee;
}

#calendarDiv td, #calendarDiv th {
  padding: 2px 3px 2px 2px;
  margin: 0px;
  font-size: 10px;
  text-align: right;
  /* cursor:hand !important; */
  cursor: pointer;
}

#calendarDiv .topBar img {
  /* cursor:hand !important; */
  cursor: pointer;
}

#calendarDiv .topBar div {
  float: left;
  margin-right: 1px;
}

.calButton {
  background: transparent url(/images/cal/cal_icon.gif) top left no-repeat;
  height: 16px;
  width: 16px;
  border: 0px;
  cursor: pointer;
}

/* admin.css */
/* common.scss */
.clear {
  clear: both;
  font: 0px/0px Arial;
}

.block {
  display: block;
}

.filler {
  display: block;
  height: 100px;
  width: 100px;
}

.hidden {
  display: none;
}

.strike {
  text-decoration: line-through;
}

.clearfix:after, .section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.clickable:hover {
  cursor: pointer;
}

.note {
  font: 12px "Courier New", Terminal, monospace;
  border: 1px solid #999;
  background: #ff6;
  padding: 2px 4px 2px 4px;
  color: #000;
  margin: 20px 0 0 0;
}

.special {
  border: 1px solid #999;
  background: #ff6;
  padding: 2px 4px 2px 4px;
  color: #000;
  margin: 20px 0 20px 0;
}

.bd {
  border: 1px solid #999;
}

.sansH h3, .sansH h4, .sansH h5 {
  font-family: Arial, Helvetica, sans-serif;
}

div.bookmark {
  float: right;
  font-size: 0.9em;
  display: block;
  margin: 5px 20px 5px 0;
}

ul.plain {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.plain li {
  clear: left;
  margin: 3px 0 0 0;
  padding: 0;
}

ul.hlink {
  float: right;
  list-style: none;
  margin: 5px 5px 10px 0;
  padding: 0;
}
ul.hlink li {
  display: inline;
  margin: 0;
  padding: 0 10px;
  border-right: 1px dotted #336699;
}
ul.hlink li.last {
  padding: 0 0 0 10px;
  border-right: 0;
}
ul.hlink li:last-child {
  padding: 0 0 0 10px;
  border-right: 0;
}
ul.hlink a {
  font-weight: bold;
}

a.hlink {
  font-weight: bold;
  float: right;
  margin: 5px 5px 10px 0;
}

ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline;
  margin: 0;
  padding: 2px 5px 2px 5px;
  border-right: 1px dotted #999;
}
ul.links li.last {
  border-right: 0;
}

ul.hlink2 {
  float: right;
  list-style: none;
  margin: 5px 5px 10px 0;
  padding: 0;
  font-size: 0.95em;
}
ul.hlink2 li {
  display: inline;
  margin: 0;
  padding: 0 10px;
  border-right: 1px dotted #336699;
}
ul.hlink2 li.last {
  padding: 0 0 0 10px;
  border-right: 0;
}
ul.hlink2 li:last-child {
  padding: 0 0 0 10px;
  border-right: 0;
}
ul.hlink2 a {
  font-weight: bold;
}

ul.buttonlist {
  float: right;
  display: block;
  list-style: none;
  margin: 10px 20px 0 0;
  padding: 0;
}

ul.buttonlist li {
  display: inline;
  margin: 0;
  padding-left: 3px;
}

ul.buttonlist form {
  display: inline;
}

ul.buttonlist2 {
  float: left;
  display: block;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}

ul.buttonlist2 li {
  display: inline;
  margin: 0;
  padding-left: 3px;
}

ul.inline {
  list-style: none;
}

ul.inline li {
  display: inline;
}

div.buttonlist {
  float: right;
  margin: 5px;
  display: block;
}

div.buttonlist table {
  border-collapse: collapse !important;
  border: 0 !important;
  width: 1%;
  float: right;
}

ul.fileList a {
  font-size: 8pt;
}

ul.fileList {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  font-size: 8pt;
}

ul.fileList li {
  clear: left;
  margin: 0 0 0 0;
  padding: 0;
}

table.browseSlides ul.fileList span.type {
  font-size: 0.85em;
}

.errorMessage {
  color: red;
  font-weight: bold;
  padding: 3px 0 3px 10px;
  display: block;
}

.red {
  color: red;
}

table.major {
  width: 98%;
  margin: 0 10px 0 10px;
}

table.itemTable {
  margin: 10px 0 10px 0;
  border: 1px solid #999;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.itemTable table, table.itemTable table.itemTable tr, table.itemTable table.itemTable td {
  border-spacing: 0px;
  border-collapse: collapse;
}
table.itemTable th {
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  padding: 3px;
}
table.itemTable th.select {
  width: 40px;
}
table.itemTable th.date {
  width: 100px;
}
table.itemTable th.longDate {
  width: 170px;
}
table.itemTable th.desc150 {
  width: 150px;
}
table.itemTable th.desc120 {
  width: 120px;
}
table.itemTable th.smallImage {
  width: 50px;
}
table.itemTable td.smallImage img {
  width: 50px;
}
table.itemTable th.label {
  white-space: nowrap;
}
table.itemTable th.icon {
  width: 20px;
}
table.itemTable th.rowNum {
  width: 20px;
}
table.itemTable td {
  text-align: left;
}
table.itemTable td.fileIcon {
  width: 25px;
}
table.itemTable td.fileSize {
  width: 80px;
}
table.itemTable td.fileDate {
  width: 120px;
}
table.itemTable th.sortable {
  font-size: 9pt;
  font-weight: bold;
}
table.itemTable tr {
  border-bottom: 1px dotted #999;
}
table.itemTable tr:nth-child(1) {
  border-bottom: 1px solid #999;
}
table.itemTable td {
  vertical-align: top;
  padding: 3px;
}
table.itemTable td.rowNum {
  width: 20px;
}
table.itemTable td.nowrap {
  white-space: nowrap;
}
table.itemTable td.time {
  white-space: nowrap;
  width: 70px;
}
table.itemTable td.canceled {
  text-decoration: line-through;
}
table.itemTable tr.canceled {
  background: orange;
}
table.itemTable tr.empty {
  font-style: italic;
}
table.itemTable div.highlight {
  background: #F1F1F1;
  border: 1px solid #CFCFCF;
  margin: 5px;
  padding: 2px;
}
table.itemTable td.borderright {
  border-right: 2px solid #999;
}
table.itemTable th.borderright {
  border-right: 2px solid #999;
}
table.itemTable th.borderright2 {
  border-right: 1px dotted #999;
}
table.itemTable td.borderright2 {
  border-right: 1px dotted #999;
}
table.itemTable th.center {
  text-align: center;
}
table.itemTable tr.bordertop {
  border-top: 1px solid #999;
}
table.itemTable h4 {
  margin: 0;
}
table.itemTable td.label {
  color: #333;
}

div.termDef {
  float: left;
}

div.termDef input {
  margin-left: 20px;
}

div.termValue {
  float: right;
}

img.termValue {
  float: right;
}

img.termDef {
  float: left;
}

div.termValueLink {
  float: right;
  padding: 0 10px 10px 0;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.block {
  display: block;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w125 {
  width: 125px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w275 {
  width: 275px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w375 {
  width: 375px;
}

.w400 {
  width: 400px;
}

.w480 {
  width: 480px;
}

.w500 {
  width: 500px;
}

.w550 {
  width: 550px;
}

.w600 {
  width: 600px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w750 {
  width: 750px;
}

.w800 {
  width: 800px;
}

.w900 {
  width: 900px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

.h300 {
  height: 300px;
}

.h360 {
  height: 360px;
}

.h400 {
  height: 400px;
}

.h500 {
  height: 500px;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.ml250 {
  margin-left: 250px !important;
}

.ml275 {
  margin-left: 275px !important;
}

.ml300 {
  margin-left: 300px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb200 {
  margin-bottom: 200px;
}

.mb300 {
  margin-bottom: 300px;
}

div.formWrapper.addsponsor {
  width: 300px;
}

div.formWrapper.addsponsor h2 {
  margin: 0 0 15px 0;
}

div.formWrapper.addsponsor label {
  display: block;
  float: left;
  width: 90px;
}

div.formWrapper.addsponsor div.set {
  margin: 0 0 15px 0;
}

#find-user {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #999;
  padding: 10px;
  z-index: 100;
}

table.wwFormTable td.tdLabel {
  vertical-align: text-top;
}

table.wwFormTable span.errorMessage {
  text-align: left;
}

table.wwFormTable th {
  font-weight: bold;
  text-align: left;
}

table.wwFormTable td {
  text-align: left;
}

table.wwFormTable {
  font-size: 1em;
}

table.wwFormTable .label {
  color: #000;
}

/*
div.tab-content {
  div:first-child { padding-top: 10px; }
}
*/
div.four-o-four {
  text-align: center;
}
div.four-o-four h1 {
  margin-top: 100px;
}
div.four-o-four h3 {
  margin-bottom: 100px;
}

/* feature set modal */
.modal form .modal-body {
  padding: 15px 30px;
}

.modal-backdrop.am-fade {
  opacity: 0.5;
  transition: opacity 0.15s linear;
}
.modal-backdrop.am-fade.ng-enter {
  opacity: 0;
}
.modal-backdrop.am-fade.ng-enter.ng-enter-active {
  opacity: 0.5;
}
.modal-backdrop.am-fade.ng-leave {
  opacity: 0.5;
}
.modal-backdrop.am-fade.ng-leave.ng-leave-active {
  opacity: 0;
}

/* spinner */
.spinner {
  height: 40px;
  width: 40px;
  margin: 94px auto 0 auto;
  position: relative;
  -webkit-animation: spinnerRotation 0.6s infinite linear;
  -moz-animation: spinnerRotation 0.6s infinite linear;
  -o-animation: spinnerRotation 0.6s infinite linear;
  animation: spinnerRotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes spinnerRotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spinnerRotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spinnerRotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes spinnerRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.InputBoxSmall {
  height: 18px;
  width: 40px;
}

.InputBoxDestination {
  height: 18px;
  margin: 0px;
  width: 215px;
}

.InputLocation {
  height: 18px;
  margin: 0px;
  width: 115px;
}

.InputType {
  height: 18px;
  margin: 0px;
  width: 150px;
}

/* from form.css end */
div.tab-pane {
  padding: 15px;
}

div.container.main-body {
  min-height: 450px;
}

th {
  vertical-align: top;
}

td.smallSpeakerImage img {
  width: 56px;
}

div.indent ul {
  margin-left: 30px;
}

img.left {
  float: left;
  margin: 0 5px 5px 0;
}

div.space {
  margin: 10px 0 10px 0;
}

div.space div.termDef {
  margin: 10px 0 0 0;
}

td.select {
  width: 20px;
}

table.p2 td {
  padding: 2px;
}

table.p3 td {
  padding: 3px;
}

table.p5 td {
  padding: 5px;
}

table.emailStats {
  background: #fff;
}

table.emailStats td {
  text-align: right;
}

table.emailStats td.title {
  min-width: 200px;
}

table.emailStats td.alignleft {
  text-align: left;
}

table.comingSchedule {
  margin: 30px 0 0 20px;
}

table.comingSchedule th {
  text-align: left;
  font-weight: bold;
}

table.itemTable.speakerSet img.bio {
  width: 40px;
}

table.itemTable.speakerSet img.remove:hover {
  cursor: pointer;
}

div.contentPage {
  width: 600px;
  margin: 20px;
}

table.registrationTable {
  width: 500px;
  margin: 20px 0 0 50px;
}

table.emailStats {
  font-size: 0.95em;
}

div.pollResults {
  padding: 0;
}

div.pollResults table {
  width: 210px;
}

div.pollResults td.answer {
  width: 80px;
  padding-left: 10px;
}

.footNote {
  font-size: 0.85em;
}

h1.noLink {
  margin-top: 30px;
}

#alumniSurvey {
  width: 600px;
  padding: 5px;
  font-size: 1em;
}

#alumniSurvey ul {
  list-style: none;
  padding: 2px 2px 2px 15px;
  margin: 0 0 10px 0;
}

#alumniSurvey li {
  padding: 2px;
}

#alumniSurvey div.question p.questionText {
  font-weight: bold;
}

#alumniSurvey div.question {
  margin: 5px 0 10px 0;
}

#alumniSurvey div.question input {
  margin: 0 0 0 20px;
}

#alumniSurvey div.question textarea {
  margin: 5px 0 0 20px;
}

div.surveyQuestionEditor {
  float: left;
  width: 450px;
  border: 1px solid #999;
  padding: 3px 3px 3px 3px;
  margin: 20px 0 0 0;
}

div.surveyQuestionEditor div.question {
  padding: 5px;
}

div.surveyQuestionEditor div.questionEdit {
  display: none;
}

div.surveyQuestionEditor ul.answers {
  list-style: none;
  margin-left: 30px;
}

div.surveyQuestionEditor div.answer {
  float: left;
  width: 250px;
}

div.surveyQuestionEditor div.addAnswer {
  margin: 10px 0 0 0;
}

div.surveyComp {
  float: left;
  margin: 10px 0 0 30px;
  padding: 0;
  width: 400px;
}

div.surveyOptions {
  border: 1px solid #999;
  padding: 5px 5px 5px 5px;
  margin: 20px 5px 0 5px;
  width: 285px;
}

div.surveyOptions h3 {
  margin: 0;
  padding: 0;
}

div.surveyResults table.responseChart {
  border: 1px solid #999;
  width: 650px;
}

div.surveyResults ul {
  list-style: none;
  padding: 5px;
}

div.surveyResults li {
  padding: 2px 2px 5px 2px;
  margin: 3px 0 10px 0;
  border: 1px dotted #999;
  background: #F1F1F1;
}

div.surveyResults hr {
  margin: 0;
  clear: both;
}

div.surveyResults p {
  margin: 0;
  padding: 2px;
  background: #FFF;
}

div.surveyResults .fillInHeader {
  font-size: 0.95em;
}

div.surveyResults div.pollResults {
  padding: 0;
}

div.surveyResults div.pollResults td.answer {
  width: 320px;
  padding-left: 10px;
}

div.surveyResults div.pollResults td.count {
  width: 60px;
  padding-left: 20px;
}

div.surveyResults div.pollResults td.percent {
  width: 60px;
  padding-left: 20px;
}

div.surveyResults div.pollResults td {
  border-bottom: 1px dotted #999;
}

div.surveyResults div.pollResults td.last {
  border-bottom: 0;
}

.centeredFormWide {
  margin: 40px 0 0 200px;
}

.centeredFormWide h2 {
  margin: 0;
}

.centeredForm {
  margin: 40px 0 0 60px;
}

.leftForm {
  float: left;
  margin: 0 10px 0 10px;
  vertical-align: text-top;
}

div.trainingAgendaDay {
  width: 600px;
  margin: 0 0 40px 40px;
}

a.addLink {
  float: right;
  margin: 5px 40px 0 0;
  text-decoration: none;
}

div.addAgendaItem {
  display: none;
  width: 330px;
  float: right;
  z-index: 1000;
  position: relative;
  top: -100px;
  border: 1px solid #999;
  padding: 0 15px 15px 15px;
  background: #F1F1F1;
}

div.addAgendaItem h4 {
  margin: 10px 0 15px 0;
}

div.addAgendaItem a.close {
  display: block;
  float: right;
  clear: right;
}

table.agendaItemSubList {
  font-size: 0.9em;
  margin: 10px 0 10px 20px;
  padding: 0;
  background: #FFF;
  border-collapse: collapse;
}

table.agendaItemSubList td {
  padding: 2px 2px 0 2px;
}

a.addChildLink {
  text-decoration: none;
  margin: 0 0 0 20px;
  font-size: 0.9em;
}

/* VIDEO STUFF */
#sessionVideoBySpeaker h2 {
  background: #CFCFCF;
  color: #000;
  font-size: 1em;
  font-weight: normal;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 5px 0 5px 10px !important;
  margin: 0 0 5px 0;
}

#sessionVideoBySpeaker h2 a {
  text-decoration: none;
  font-weight: bold;
}

#sessionVideoBySpeaker h2 a:hover {
  color: #EFCE52;
}

#sessionVideoBySpeaker div.header {
  margin: 0 0 10px 0;
}

#sessionVideoBySpeaker div.find {
  width: 350px;
  float: left;
}

#sessionVideoBySpeaker div.download {
  width: 200px;
  float: right;
}

#sessionVideoBySpeaker div.speaker {
  margin: 30px 0 10px 20px;
  background: url(/images/bg/image_border_0.gif) repeat-y 132px;
}

#sessionVideoBySpeaker div.image {
  float: left;
  width: 111px;
  padding: 0 0 0 20px;
}

#sessionVideoBySpeaker div.image img {
  width: 101px;
}

#sessionVideoBySpeaker div.presentations {
  float: left;
  width: 550px;
  padding: 0 0 10px 15px;
}

#sessionVideoBySpeaker div.presentations h3 {
  background: #CFCFCF;
  color: #000;
  font-size: 1em;
  font-weight: normal;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 3px 0 3px 10px;
  margin: 0 0 5px 0;
}

#sessionVideoBySpeaker div.presentations div.topic {
  margin: 0 0 10px 0;
}

#sessionVideoBySpeaker p.link {
  margin: 0 0 5px 0;
}

#videoView {
  margin: 20px 0 20px 0;
}

#videoView h3.speaker {
  margin: 0 0 10px 0;
}

#videoView div.abstract {
  width: 320px;
  float: left;
  padding: 3px;
}

#videoView div.abstract img {
  float: left;
  margin: 0 5px 5px 0;
}

#videoView div.video {
  float: left;
  text-align: center;
  margin: 0 0 0 80px;
  width: 486px;
  padding: 0;
}

#videoView div.videoSponsor {
  margin: 30px 0 20px 20px;
}

#videoView div.videoSponsor h3 {
  color: #666;
  font-size: 1em;
  margin: 0 0 2px 0;
}

#videoView div.videoSponsor img {
  margin: 0 0 0 20px;
}

ul.dayLinks {
  list-style: none;
  padding: 0;
  margin: 10px 0 10px 0;
  float: right;
}

ul.dayLinks li {
  display: inline;
  border-right: 1px dotted #999;
  padding: 3px 10px 3px 10px;
}

ul.dayLinks li.last {
  border-right: 0;
}

.highlight {
  background-color: yellow !important;
  cursor: pointer;
}

.highlightwarn {
  background-color: orange !important;
  cursor: pointer;
}

#videoPreview {
  display: none;
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px;
  z-index: 10;
  background: #F1F1F1;
  border: 2px solid #666;
}

#videoPreview h3 {
  font-size: 1.8em;
  padding: 5px;
  float: left;
}

#adminVideoList {
  z-index: 0;
}

div.dialogClose {
  padding: 10px;
  float: right;
}

#presentationSessionAdd {
  float: right;
  display: block;
  margin: 5px;
  clear: both;
}

#presentationSessionAdd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#presentationSessionAdd li {
  display: inline;
  padding: 5px;
}

ul.horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.horizontal li {
  display: inline;
  padding: 5px;
}

div.finder {
  margin: 10px 5px 10px 5px;
}

div.pdfStuff ul li {
  list-style: none;
  display: inline;
  padding: 5px;
}

table.form {
  margin: 10px 0 10px 0;
}

table.form th {
  vertical-align: top;
  text-align: left;
}

div.tabContainer {
  margin: 10px;
}

div.tabContainer div.item {
  padding: 10px;
}

#showConfig div.item {
  padding: 10px;
}

#showConfig div.travelInfoForm {
  float: left;
  width: 520px;
}

#showConfig div.travelInfoPic {
  float: left;
  padding: 10px;
}

#adminSessionDetail div.item {
  padding: 5px 10px 10px 20px;
  width: 550px;
}

div.notice {
  width: 95%;
  background: #F1F1F1;
  border: 1px solid #999999;
  padding: 3px 3px 3px 3px;
  font-size: 8pt;
}

div.componentDiv {
  background-color: #A5B5C4;
  border: 1px solid #666666;
  margin: 10px 5px 10px 5px;
  padding: 5px 5px 5px 5px;
}

div.componentDiv a {
  color: #000;
}

div.componentDiv h3 {
  color: #000;
  padding: 0 5px 5px 5px;
  margin: 0 -5px 5px -5px;
  font-size: 1em;
  border-bottom: 1px solid #F1F1F1;
}

div.componentDiv table.itemTable {
  border: 2px solid #FFF;
  margin: 5px;
}

div.componentDiv table.itemTable th {
  background: #F1F1F1;
}

div.componentDiv table.itemTable tr.even {
  background: #F1F1F1;
}

div.componentDiv table.itemTable td {
  padding: 5px 2px 5px 2px;
  border-top: 1px solid #999;
}

div.admin-show-menu div.head {
  margin: 10px 0 10px 10px;
}

div.admin-show-menu div.img {
  float: left;
  width: 20px;
}

div.admin-show-menu div.label {
  float: left;
  padding: 3px 0 0 5px;
  font-size: 0.8em;
  font-weight: normal;
  word-wrap: break-word;
  width: 85px;
  color: #000;
}

div.admin-show-menu ul.status {
  border: 1px solid #999;
  padding: 3px;
  width: 120px;
  margin: 10px 0 10px 15px;
}

div.admin-show-menu div.group {
  background: #FFF;
}

div.admin-show-menu div.group {
  border: 1px solid #999;
  margin: 0 0 20px 0;
}

div.admin-show-menu div.group h3 {
  background: #f1f1f1;
  border-bottom: 1px dotted #999;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px 5px;
  margin: 0;
}

div.admin-show-menu div.group a {
  display: block;
  border-bottom: 1px dotted #999;
  padding: 5px;
}

div.admin-show-menu div.group a:hover {
  background: #FFFF99;
}

div.admin-show-menu div.group a:last-child {
  border-bottom: none;
}

div.admin-show-menu ul.publish {
  background: #FFF;
}

div.admin-show-menu ul.publish {
  list-style: none;
  margin: 0 0 10px 0;
  border: 1px solid #999;
}

div.admin-show-menu ul.publish li:first-child {
  padding: 0;
}

div.admin-show-menu ul.publish li h3 {
  font-weight: bold;
  font-size: 0.9em;
  background: #f1f1f1;
  padding: 2px 5px;
  margin: 0;
}

div.admin-show-menu ul.publish li {
  border-bottom: 1px dotted #999;
  padding: 5px;
}

div.admin-show-menu ul.publish li a {
  display: inline;
}

div.admin-show-menu ul.publish li:last-child {
  border-bottom: none;
}

#suadmin-menu-changer {
  background: #F1f1f1;
  border: 1px solid #999;
  padding: 5px;
  float: right;
  border-radius: 3px;
}

#suadmin-menu-changer:hover {
  cursor: pointer;
  background: #FFFF99;
  border: 1px solid #cc0000;
}

div.emailTemplates td {
  padding: 5px;
}

div.emailEditMode {
  display: inline;
}

div.emailEditMode ul {
  list-style: none;
  display: inline;
}

div.emailEditMode li {
  display: inline;
  padding: 3px;
  margin: 2px;
}

div.emailEditMode a.current {
  border: 1px solid #999;
  background-color: yellow;
  padding: 2px 5px 2px 5px;
}

div.emailEditMode a {
  margin: 2px 5px 2px 5px;
}

div.hiddenStuff {
  display: none;
}

.warningHighlight {
  background: orange;
}

.errorHighlight {
  background: red;
}

#taskDetail th {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

div.getAdobe {
  font-size: 1em;
  margin: 20px 10px 10px 10px;
}

div.getAdobe h4 {
  font-size: 1em;
}

div.getAdobe img {
  margin: 3px;
}

div.videoQa {
  float: left;
}

div.videoNa {
  float: left;
}

#blastPreview table {
  font-size: 1em;
}

#blastPreview td {
  padding: 2px;
  vertical-align: top;
}

#blastPreview th {
  font-weight: bold;
}

div.mediaBasics {
  float: left;
  margin: 0 10px 0 0;
  width: 300px;
}

div.mediaSpeakers {
  float: left;
  width: 300px;
}

#media div.abstract {
  float: left;
  width: 325px;
  margin: 0 0 0 20px;
}

#media div.abstract div.speaker {
  margin: 0 0 10px 0;
}

#media div.abstract div.speaker img {
  float: left;
  margin: 0 5px 5px 0;
}

#media div.player {
  float: left;
  width: 400px;
  margin: 0 0 0 20px;
}

#showSummary div.col1 {
  float: left;
  width: 300px;
  margin: 0 0 0 40px;
}

#showSummary div.col2 {
  float: left;
  width: 300px;
  margin: 0 0 0 40px;
}

div.container div.publishForm {
  border: 1px solid #999;
  padding: 10px 10px 10px 20px;
  width: 180px;
  margin: 0 0 10px 0;
}
div.container div.publishForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.container div.publishForm li {
  margin: 0;
  padding: 3px;
}
div.container div.publishForm h3 {
  font-size: 1em;
  margin: 0;
}

div.writePdfs {
  float: left;
  border: 1px solid #999;
  padding: 10px 10px 10px 20px;
  width: 180px;
  margin: 0 0 10px 0;
}

div.writePdfs h3 {
  font-size: 1em;
  margin: 0;
}

#showSummary ul.address {
  list-style: none;
  padding: 2px;
  border: 1px solid #999;
}

#showSummary ul.address li {
  margin: 0;
  padding: 2px;
}

#showSummary table.tracks {
  margin: 0;
  padding: 0;
}

div.website-register {
  margin: 30px 0 0 100px;
  width: 500px;
}

div.entityForm {
  margin: 20px 0 0 200px;
}

ul.checkmarks {
  list-style: none;
  margin: 10px 20px 10px 0;
  padding: 0;
}

ul.checkmarks li {
  display: inline;
  margin: 0;
  padding: 2px 5px 2px 5px;
}

table.slideList a.speaker {
  color: #000;
  font-weight: bold;
}

table.slideList a.session {
  padding: 2px 2px 2px 15px;
}

#blogControls {
  padding: 5px 0 5px 40px;
}

#blogControls h1 {
  display: inline;
  float: left;
}

#blogControls div.navlinks {
  float: right;
  text-align: right;
}

div.showLabel {
  text-align: center;
}

div.showLabel h2 {
  font-size: 1.9em;
}

div.showLabel h3 {
  font-size: 1.4em;
}

div.infoTable {
  float: left;
  margin: 10px 50px 10px 150px;
  width: 500px;
  padding: 0;
}

div.infoTable table {
  margin: 0;
}

div.infoTable th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  font-size: 1em;
  padding: 5px;
}

div.infoTable td {
  vertical-align: top;
  padding: 5px;
}

/** trying to standardize lists of summary content */
#summaryList {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* #summaryList div.item { width: 700px;margin: 0 0 20px 0;padding: 0 0 0 40px;clear: both;background: url('/images/bg/image_border_bg.gif') repeat-y; } */
#summaryList div.item {
  margin: 0 0 20px 0;
  padding: 0;
  clear: both;
}

#summaryList img {
  margin: 0 5px 5px 0;
}

#summaryList div.image {
  float: left;
  margin: 3px 5px 0 0;
  text-align: center;
}

#summaryList div.abstract {
  float: left;
  width: 500px;
  padding: 3px;
}

#summaryList div.abstract a.more {
  float: right;
  margin: 10px 20px 0 0;
  color: #FF0000;
}

#summaryList div.item b {
  padding: 5px 0 0 10px;
}

#summaryList div.item p {
  padding: 3px 0 0 10px;
  margin: 0 0 5px 0;
}

#summaryList div.item h2 {
  background: #CFCFCF;
  color: #000;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

#summaryList div.item h2 {
  padding: 5px 0 5px 10px;
  margin: 0 0 5px 0;
}

#summaryList div.item h2 a {
  text-decoration: none;
  font-weight: bold;
}

#summaryList div.item h2 a:hover {
  color: #EFCE52;
}

#summaryList div.item h2 div.termValue {
  font-size: 0.9em;
  font-style: italic;
  padding: 0 15px 0 0;
}

#summaryList div.speakerItem div.image {
  width: 125px;
  text-align: left;
}

#summaryList div.speakerItem h2.shortBio div {
  float: left;
  margin: 5px 0 5px 0;
}

/* #summaryList div.speakerItem h2.shortBio img.twitter { margin: 2px 5px 2px 5px; float: right; display: block; } */
#summaryList div.speakerItem h2.shortBio a.twitter {
  margin: 2px 5px 2px 5px;
  float: right;
  display: block;
}

#summaryList div.speakerItem h2.shortBio a.twitter {
  width: 30px;
  height: 24px;
  background: url("/images/icon/twitter/t_mini_b.png") no-repeat;
}

#summaryList div.speakerItem div.abstract ul {
  margin-left: 25px;
}

#summaryList div.speakerItem.continued {
  background: 0;
}

#summaryList div.speakerItem.continued div.image {
  width: 0;
}

#summaryList div.speakerItem.continued div.abstract {
  width: 600px;
}

#summaryList div.speakerItemSmall {
  background: url(/images/bg/image_border_103.gif) repeat-y;
}

#summaryList div.speakerItemSmall img {
  width: 56px;
}

#summaryList div.speakerItemSmall div.abstract {
  width: 600px;
  float: left;
}

#summaryList div.speakerItemSmall p {
  border: 1px solid #999;
}

#summaryList div.mediaItem {
  background: url(/images/bg/image_border_200.gif) repeat-y;
}

#summaryList div.mediaItem img {
  width: 175px;
}

#summaryList div.mediaItem div.title {
  float: left;
}

#summaryList div.mediaItem div.timestamp {
  float: right;
  padding-right: 10px;
}

#summaryList div.blogItem {
  width: 600px;
  margin: 0 0 10px 0;
}

#summaryList div.blogItem h2 div.termDef {
  font-size: 1.3em;
}

#summaryList div.bookItem {
  background: url(/images/bg/image_border_0.gif) repeat-y 160px;
}

#summaryList div.bookItem div.image {
  width: 120px;
}

#summaryList div.bookItem div.image img {
  width: 112px;
}

#summaryList div.bookItem div.abstract {
  padding: 5px 0 0 5px;
  width: 450px;
}

#summaryList div.voteButton {
  float: right;
  text-align: right;
}

#summaryList div.voteButton em {
  color: red;
}

#summaryList div.selected div.abstract {
  background-color: #ffcc66;
}

#speaker-eval-list #summaryList div.item {
  margin-left: 0;
  padding: 0 !important;
}

#speakerView {
  margin: 30px 0 0 30px;
}

#speakerView div.item img.bio {
  float: left;
  margin: 0 5px 5px 20px;
  width: 127px;
}

#speakerView div.item {
  padding: 10px !important;
  overflow: hidden;
}

#speakerView div.abstract {
  padding: 0 20px 0 10px;
  float: left;
  width: 475px;
}

#speakerView div.bookItem {
  background: url(/images/bg/image_border_0.gif) repeat-y 132px;
}

#speakerView div.blogItem {
  width: 650px;
  margin: 0 0 10px 0;
}

#speakerView div.blogItem div.abstract {
  padding: 0 20px 0 10px;
  float: left;
  width: 620px;
}

#bookTab {
  margin: 10px 0 0 0;
}

/*
#bookTab div.item { padding: 0; }
#bookTab div.bookItem { background: url(/images/bg/image_border_165.gif) repeat-y -40px;  }
*/
#topicList h2 {
  font-size: 1.2em;
  background: #0860a8;
  color: #ffb20e;
  padding: 5px;
  margin: 10px 0 5px 0;
  text-decoration: none;
}

#topicList div.header {
  margin: 0 0 10px 0;
}

#topicList div.find {
  width: 350px;
  float: left;
}

#topicList div.download {
  width: 200px;
  float: right;
}

#topicList div.speaker {
  margin-bottom: 10px;
  background: url(/images/bg/image_border_0.gif) repeat-y 132px;
}

#topicList div.image {
  float: left;
  width: 111px;
  padding: 0 0 0 20px;
}

#topicList div.image img {
  width: 101px;
}

#topicList div.presentations {
  float: left;
  width: 550px;
  padding: 0 0 10px 15px;
}

#topicList div.presentations h3 {
  background: #CFCFCF;
  color: #000;
  font-size: 1em;
  font-weight: normal;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 3px 0 3px 10px;
  margin: 0 0 5px 0;
}

#topicList div.presentations div.topic {
  margin: 0 0 10px 0;
}

p.prerequisite {
  font-style: italic;
}

#featuredSessions h1 {
  margin: 15px 0 15px 0;
}

#featuredSessions div.item {
  margin: 0 10px 15px 10px;
  border: 0;
}

#featuredSessions div.item h3 {
  background: #CFCFCF;
  color: #000;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 3px 0 3px 10px;
  margin: 0 0 5px 0;
  font-size: 1.1em;
}

#featuredSessions div.item h3 div.termDef {
  font-size: 1.1em;
  font-weight: bold;
}

#featuredSessions div.item h3 div.termValue {
  font-size: 0.8em;
  font-weight: normal;
  text-align: right;
  margin-right: 5px;
}

div.itemList div.item {
  margin: 0 0 15px 10px;
  border: 0;
}

div.itemList div.item h3 {
  background: #CFCFCF;
  color: #000;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 3px 0 3px 10px;
  margin: 0 0 5px 0;
}

div.itemList div.item h3 div.termDef {
  font-size: 1.1em;
  font-weight: bold;
}

div.itemList div.item h3 div.termValue {
  font-size: 0.8em;
  font-weight: normal;
  text-align: right;
  margin-right: 5px;
}

/* admin sizing for 8 rooms is squeezed */
/* time slot update */
#timeslotUpdate {
  text-align: left;
  padding: 30px;
}

#timeslotUpdate input {
  margin: 5px 0 5px 5px;
}

#timeslotUpdate label {
  font-weight: bold;
}

#timeslotUpdate ul {
  margin: 10px 0 10px 0;
}

#timeslotUpdate div.group input {
  display: inline;
}

#timeslotUpdate div.group label {
  display: inline;
}

div.skillLegendWrapper {
  width: 275px;
  float: right;
  margin: 0 40px 0 0;
}

div.skillLegend {
  float: right;
  margin: 0;
}

div.skillLegend div.skillItem {
  float: left;
  padding: 2px;
  margin: 0;
}

div.skillLegend div.skillItem:hover {
  background: #FFCC66;
  border: 1px solid #999;
  cursor: pointer;
}

div.skillLegend div.label {
  font-weight: bold;
  margin: 5px 5px 0 5px;
}

div.skillInstruction {
  text-align: center;
  float: right;
  color: #666;
  font-size: 0.95em;
  padding: 3px;
  font-style: italic;
}

div.skillLegend div.skillcolor {
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  margin: 2px;
  float: left;
}

div.skillLegend label {
  margin: 0;
  float: left;
  font-weight: normal;
  display: block;
  padding: 5px 5px 3px 5px;
}

.beginner {
  background: green;
}

.intermediate {
  background: blue;
}

.advanced {
  background: black;
}

div.advert {
  text-align: center;
}

div.advert img {
  margin: 5px 0 5px 0;
}

div.popupWrapper {
  display: none;
}

#keynotesDialog div.abstract {
  height: 185px;
}

#modalDivIE {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#modalDivFF {
  -moz-opacity: 0.55;
  opacity: 0.55;
  background: #999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}

div.keynotes div.thumbs {
  margin: 0 20px 0 20px;
  padding: 2px 2px 2px 2px;
}

div.keynotes div.thumb {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  text-align: center;
  width: 108px;
}

div.keynotes div.thumb span.name {
  font-size: 0.85em;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0;
  white-space: nowrap;
}

div.keynotes div.thumb:hover {
  background: #efce52;
  cursor: pointer;
  border: 1px dotted #999;
}

div.keynotes div.thumb img {
  width: 100px;
  height: 152px;
}

div.keynotes div.current {
  background: #ffb20e;
  border: 1px dotted #999;
}

div.keynotes div.abstract {
  padding: 0 25px 10px 25px;
}

div.keynotes div.keynote h4 {
  font-size: 2em;
  padding: 3px 0 3px 0;
  margin: 15px 0 0 0;
}

div.keynotes div.keynote h5 {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}

div.sponsorList {
  margin-top: 30px;
}

div.sponsorList h2 {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #666;
}

div.sponsorList table {
  width: 90%;
  margin: 20px 0 0 20px;
  border-spacing: 0px;
  border-collapse: collapse;
}

div.sponsorList table h3 {
  color: #999;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

div.sponsorList table td {
  vertical-align: text-top;
  padding-bottom: 20px;
}

div.sponsorList table td.logo {
  text-align: center;
  vertical-align: top;
  width: 210px;
  padding: 0 0 20px 0;
}

div.sponsorList table td.logo img {
  margin: 0;
}

div.sponsorOps {
  background: #F7C725;
  width: 90%;
  border: 1px solid #999;
  padding: 5px;
  margin: 20px 0 0 20px;
}

div.sponsorOps h2 {
  margin: 5px 0 0 5px;
  padding: 0;
}

div.sponsorOps p {
  margin: 5px 0 0 5px;
  padding: 0;
}

div.conversionTracker {
  width: 60px;
  height: 20px;
  margin: 0 10px 0 0;
}

#footer ul.links {
  list-style: none;
  text-align: center;
  margin: 0 0 10px 0;
}

#footer ul.links li {
  display: inline;
  font-size: 0.9em;
  border-right: 1px dotted #999;
  padding: 2px 5px 2px 5px;
}

#footer ul.links li.last {
  border-right: 0;
}

#footer ul.links a {
  color: #FFF;
}

li.masterWarning {
  color: red;
}

div.emailHistoryFilter {
  margin: 10px 20px 10px 0;
  border: 1px solid #999;
  background: #CFCFCF;
}

div.cancelForm {
  margin: 50px 100px 0 100px;
}

div.cancelForm table {
  margin: 30px 100px 0 0;
}

div.cancelForm th {
  vertical-align: top;
}

p.aboutSpeakers {
  margin: 20px;
  font-size: 1.1em;
}

div.link-to-nfjs {
  padding: 5px;
  background: #f1f1f1;
  border: 1px solid #999;
}

div.suadminBodyWrapper {
  background: url("/images/bg/admin_bg.gif") repeat-y;
}

div.trainingDayUpdate {
  margin: 30px 0 200px 200px;
}

span.trainingLabel {
  font-weight: normal;
}

ul.videoCategories {
  list-style: none;
  margin: 20px 0 20px 100px;
}

ul.videoApps {
  list-style: none;
  margin: 20px 0 20px 100px;
}

div.showUserForm {
  margin: 30px 0 0 100px;
}

div.registrationFAQ {
  margin: 20px 20px 40px 40px;
}

div.registrationFAQ ul {
  list-style: none;
}

div.speakerRequestView table {
  margin: 40px 0 0 0;
  font-size: 1em;
  border-collapse: collapse;
}

div.speakerRequestView td {
  border-bottom: 1px solid #999;
}

div.speakerRequestView th {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #999;
}

table.itemTable tr.tempUser {
  background: #FF9900;
}

div.speakerNews h2 {
  margin-bottom: 5px;
  font-weight: bold !important;
}

div.speakerNews div.item {
  margin: 0 0 30px 0;
}

div.speakerNews div.posted {
  font-size: 0.95em;
  font-style: italic;
  margin: 3px 0 3px 0;
}

div.speakerNews div.detail {
  margin: 10px 0 5px 10px;
}

div.speakerNewsPreferences {
  margin: 30px 0 30px 40px;
}

div.deleteDialog {
  width: 400px;
  height: 300px;
}

div.deleteDialog div.head {
  background-color: #0860A8;
  padding: 4px 10px 4px 10px;
  border-bottom: 1px solid #999;
}

div.deleteDialog div.head h3 {
  float: left;
  width: 200px;
  color: #FFF;
  margin: 0;
  padding: 0;
}

div.gift {
  margin: 50px 0 0 50px;
  width: 500px;
}

div.gift div.note {
  margin: 10px 0 20px 0;
}

div.gift div.note h3 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
}

div.gift div.note h3 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
}

#wide div.travel {
  margin: 0 0 10px 0;
}

#wide div.travel img.hotel {
  float: left;
  display: block;
  margin: 0 5px 5px 0;
}

#wide div.travel div.address {
  margin: 0 0 0 20px;
}

#wide div.travel div.item {
  margin: 20px 0 0 0;
}

div.commonDialog {
  position: absolute;
  background: #FFF;
  border: 10px solid #333;
  z-index: 99;
  padding: 10px;
}

div.commonDialog div.head h3 {
  float: left;
}

div.commonDialog a.close {
  float: right;
  display: block;
}

div.commonDialog div.body {
  padding: 5px 10px 5px 10px;
}

div.tools ul {
  margin-left: 50px;
}

div.emailTools {
  width: 700px;
  margin: 20px 0 0 60px;
}

#emailConfig h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

div.componentEditor th {
  vertical-align: top;
}

div.componentEditor label {
  width: 120px;
}

div.componentEditor textarea {
  width: 600px;
  height: 250px;
}

div.componentEditor input.cancel {
  float: right;
  margin-right: 5px;
}

div.componentEditor input.update {
  float: right;
}

#suadminUserEdit {
  margin: 30px 30px 30px 100px;
}

#suadminUserEdit div.item {
  padding: 20px 20px 20px 20px;
}

#findTargetMap {
  width: 600px;
  height: 500px;
  margin: 30px 30px 30px 20px;
  border: 1px solid #999;
}

div.bcunavailable {
  width: 476px;
  height: 402px;
  border: 1px solid #999;
  background: #F1F1F1;
  padding: 5px;
  text-align: center;
  font-style: italic;
}

#showListWrapper div.selectDay {
  width: 65px;
  font-size: 0.9em;
  white-space: nowrap;
  float: left;
  margin-left: 2px;
}

div.edit.showSpeaker {
  width: 300px;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
  text-align: left;
}

div.edit.showSpeaker h4 {
  font-size: 1.1em;
  margin: 0;
  font-weight: bold;
  color: #000;
}

div.edit.showSpeaker h5 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}

div.edit.showSpeaker table {
  font-size: 1em;
  margin: 10px 0 20px 40px;
}

div.edit.showSpeaker th {
  background: 0;
}

div.edit.showSpeaker td.submit {
  text-align: right;
}

div.edit.showSpeaker tr {
  border-bottom: 0 !important;
}

#wideContent div.showAttendance {
  margin: 30px 0 0 100px;
}

#wideContent div.showAttendance div.body {
  margin: 20px 0 0 40px;
}

#wideContent div.showAttendance div.body ul {
  margin-left: 20px;
}

#wideContent div.showAttendance h1 {
  font-size: 2em;
}

#wideContent div.showAttendance h2 {
  font-size: 1.8em;
}

#wideContent div.showAttendance div.results {
  margin: 30px 0 0 0;
}

#wideContent div.showAttendance div.results h2 {
  margin: 10px 0 10px 0;
}

div.starsprite {
  background: url("/images/star_sprite.png") no-repeat;
  width: 68px;
  height: 13px;
  margin-left: 30px;
}

div.starsprite.star5 {
  background-position: 0 0;
}

div.starsprite.star4 {
  background-position: -13px 0;
}

div.starsprite.star3 {
  background-position: -26px 0;
}

div.starsprite.star4_5 {
  background-position: 0px -20px;
}

div.starsprite.star3_5 {
  background-position: -15px -20px;
}

div.surveyResponses div.response {
  border: 1px solid #999;
  background: #F1F1F1;
  padding: 2px 4px 2px 4px;
  color: #000;
  margin: 20px 0 0 0;
}

a.dp-choose-date {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 3px 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url(/images/icon/calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
  width: 140px;
  float: left;
}

div.typeahead {
  width: 200px;
  border: 1px solid #999;
  z-index: 20;
  position: relative;
  top: 5px;
}

div.typeahead div.item {
  border-bottom: 1px dotted #999;
  background: #FFF;
  padding: 2px;
}

div.typeahead div.item.last {
  border-bottom: 0;
}

div.typeahead div.item img {
  width: 30px;
  display: block;
  float: left;
}

div.typeahead div.item div.name {
  width: 130px;
  float: left;
  font-weight: bold;
  margin: 0 0 0 3px;
}

div.typeahead div.item:hover {
  background-color: #ff6;
  cursor: pointer;
}

div.selectedSpeakers div.spinner {
  width: 300px;
  background-color: #F1F1F1;
  border: 1px solid #999;
  margin-top: 20px;
}

div.selectedSpeakers div.spinner img {
  margin: 20px 0 20px 145px;
}

h3.copyTimeSlots {
  font-size: 1.5em;
  margin: 30px 0 20px 0;
  text-align: center;
}

h3.copyTimeSlots a {
  color: #CC0000;
}

div.topicWebSitesEditor {
  width: 320px;
}

div.topicPreview {
  width: 500px;
}

#speakerContent div.topicPreviewButtons {
  margin: 0;
  border: 1px solid #999;
  background: #F1F1F1;
  padding: 5px;
}

#speakerContent div.topicUpdateButton {
  padding: 5px;
}

#speakerContent div.topicUpdateButton input {
  width: 80px;
}

#main-body div.main-content div.admin-order-list ul.hlink {
  margin: 5px;
}

#main-body div.admin-order-list h1 {
  font-size: 22px;
  font-weight: bold;
}

div.admin-order-list th.status {
  width: 70px;
  text-align: center;
}

div.admin-order-list tr.Preview td.status {
  background: #FF6600;
}

div.admin-order-list tr.Payment.Received td.status {
  background: #7DE578;
}

div.admin-order-list tr.Awaiting.Payment td.status {
  background: #CC0000;
}

div.admin-order-list div.order-summary {
  float: right;
  min-width: 200px;
}

div.admin-order-list div.order-summary p {
  margin: 0 20px 10px 0;
  display: block;
  float: left;
}

div.admin-order-list div.order-summary p label {
  font-weight: bold;
}

div.admin-order-list ul.hlink.filter {
  border: 1px solid #999;
  border-radius: 5px;
}

div.admin-order-list ul.hlink.filter li {
  padding: 5px;
  display: block;
  float: left;
}

/* speaker image */
#crop-speaker-image {
  width: 600px;
}

#crop-speaker-image h1 {
  margin: 30px 0 10px 0;
}

#crop-speaker-image h2 {
  margin: 0 0 20px 0;
}

#crop-speaker-image h3 {
  font-size: 1.6em;
  color: #333;
}

#crop-speaker-image div.img {
  margin: 20px 30px 0 0;
}

#crop-speaker-image div.rectangle div.img img {
  min-width: 130px;
  min-height: 173px;
}

#crop-speaker-image div.img.original {
  margin-left: 20px;
}

#crop-speaker-image div.rectangle {
  padding: 5px 5px 10px 5px;
  width: 700px;
}

#crop-speaker-image div.square {
  padding: 5px 5px 10px 5px;
  margin: 20px 0 20px 0;
  width: 700px;
}

#crop-speaker-image div.size {
  margin: 5px 0 0 20px;
}

#crop-speaker-image div.size.small {
  color: #CC0000;
}

#admin-crop-speaker-images div.img-wrapper {
  margin: 20px 0 0 0;
  float: left;
  max-width: 350px;
}

#admin-crop-speaker-images div.forms {
  margin: 20px 0 0 20px;
  float: left;
  width: 100px;
}

#admin-crop-speaker-images form input[type=submit] {
  width: 100px;
}

#admin-crop-speaker-images div.spinner {
  padding: 10px;
  background: #FFF;
  border: 1px solid #999;
  width: 30px;
  height: 30px;
}

#loading {
  position: absolute;
  background-color: #333;
  z-index: 100;
  width: 100%;
  height: 2000px;
  top: 0;
  left: 0;
}

#loading div.message {
  margin: 200px auto 0 auto;
  width: 200px;
  height: 200px;
  vertical-align: middle;
  text-align: center;
}

#loading div.message h3 {
  color: #FFF;
}

div.dayspinner {
  min-width: 500px;
  min-height: 400px;
  background-color: #999;
  border: 1px solid #999;
}

div.dayspinner img {
  margin: auto;
  display: block;
}

#speaker-topic-list td.apps {
  width: 60px;
  word-wrap: break-word;
}

/* amazon match */
div.amazonMatch div.speaker {
  border-bottom: 1px dotted #999;
  margin: 0 0 20px 0;
}

div.amazonMatch div.speaker.even {
  background: #F1F1F1;
}

div.amazonMatch div.bio {
  float: left;
  width: 120px;
  margin-right: 20px;
}

div.amazonMatch div.bio img {
  width: 100px;
}

div.amazonMatch div.bio h3 {
  font-size: 1em;
}

div.amazonMatch div.amazon {
  float: left;
  width: 650px;
}

div.amazonMatch div.current {
  float: left;
  width: 150px;
}

div.amazonMatch div.current div.item {
  text-align: center;
}

div.amazonMatch div.current div.item b {
  font-size: 0.9em;
}

div.amazonMatch div.speaker div.cover {
  float: left;
  margin: 5px 5px 0 0;
  width: 90px;
  display: block;
}

div.amazonMatch div.speaker div.cover img {
  height: 90px;
}

div.amazonMatch div.speaker div.item {
  border-bottom: 1px dotted #999;
  margin: 0 0 10px 0;
}

div.amazonMatch div.speaker div.item.last {
  border-bottom: 0;
}

div.amazonMatch div.speaker div.item h3 {
  font-size: 1.1em;
}

div.amazonMatch div.speaker div.item div.title {
  float: left;
  width: 400px;
  margin-right: 20px;
}

div.preview-video-link {
  float: right;
  margin: 0 0 5px 5px;
  width: 90px;
  text-align: center;
}

div.notesPage {
  background: #FFF;
  border: 1px solid #999;
  padding: 5px;
}

div.text-link {
  float: right;
  margin: 0 0 10px 0;
}

table.itemTable.devices tr.overdue {
  background-color: #CC0000;
  color: #FFF;
}

table.itemTable.devices tr.overdue a {
  color: #FFF;
  text-decoration: underline;
}

div.app-binary-wrapper div.image {
  float: left;
  width: 150px;
}

div.app-binary-wrapper div.info {
  float: left;
  width: 450px;
}

div.app-binary form {
  margin-top: 30px;
}

div.main-content div.ipadinstructions h2 {
  margin-bottom: 20px;
}

div.main-content div.ipadinstructions ul {
  margin: 0 0 30px 30px;
}

div.main-content div.ipadinstructions div.steps a.img {
  width: 300px;
  display: block;
  margin-bottom: 25px;
}

div.main-content div.ipadinstructions div.steps img {
  width: 300px;
  display: block;
  border: 1px solid #000;
}

div.topic-survey-admin {
  margin: 0 0 100px 100px;
}

div.topic-survey-admin h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 25px;
}

div.topic-survey-admin p.count {
  margin-top: 25px;
}

#suadmin-show table.showsponsors img {
  max-width: 180px;
}

#suadmin-show div.sponsor-list img {
  max-width: 180px;
}

#suadmin-show div.writeJson a {
  display: block;
  margin: 0 0 0 10px;
}

div.merge-accounts tr.primary {
  background: #fcf699;
}

div.merge-accounts td.roles {
  white-space: normal;
}

div.merge-accounts td.shows {
  font-size: 0.8em;
}

div.login-shows {
  width: 600px;
  margin: 30px auto;
}

div.login-shows h3 {
  font-weight: bold;
}

div.presentation-recording div.content {
  margin: 0 0 100px 50px;
}

div.presentation-recording div#jp_container_1 {
  margin: 0 0 50px 0;
}

div.presentation-recording div#jp_container_1 div.jp-title li {
  font-weight: normal;
}

div.presentation-recording div.about {
  width: 550px;
  margin: 0 0 50px 0;
}

div.presentation-recording div.about h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 10px 0;
}

div.presentation-recording div.about a.speaker-sm {
  margin: 0 10px 10px 0;
}

ul.user-find-list {
  border: 1px solid #999;
  margin: 0;
}

ul.user-find-list {
  list-style: none;
}

ul.user-find-list li {
  border-bottom: 1px dotted #999;
  font-size: 14px;
  margin: 0;
}

ul.user-find-list li a {
  display: block;
  padding: 5px 10px 5px 10px;
}

ul.user-find-list li.unpaid a {
  color: #CC0000;
}

ul.user-find-list li.unpaid a span {
  float: right;
}

ul.user-find-list li a:hover {
  background: #999;
}

ul.user-find-list li:last-child {
  border-bottom: 0;
}

#user-find-list {
  width: 200px;
  float: left;
}

#user-badge-wrapper {
  width: 200px;
  float: left;
}

#user-badge-submit {
  float: right;
  margin: 10px;
}

#add-discount form {
  width: 300px;
}

#add-discount form label {
  width: 80px;
  font-weight: bold;
  display: block;
  float: left;
}

#add-discount form div {
  margin: 0 0 10px 0;
}

#add-discount form button {
  float: right;
}

div.admin-order-list ul.hlink {
  margin-top: 10px;
}

div.discount-form h1 {
  margin: 0 0 5px 0;
}

div.discount-form h2 {
  margin: 0 0 20px 0;
}

div.order-detail {
  margin: 30px 0 0 0;
}

div.order-detail h3 {
  font-weight: bold;
  font-size: 1.1em;
}

div.order-detail div.detail {
  width: 500px;
  float: left;
}

div.order-detail div.detail td {
  padding: 5px;
}

div.order-detail div.col2 {
  width: 300px;
  float: left;
}

div.order-detail table.payments {
  width: 480px;
}

div.order-detail table.payments td.paypal-data {
  width: 400px;
  word-wrap: break-word;
}

div.order-detail p label {
  font-weight: bold;
}

#main-body div.order div.preview div.ticket-lg-wrapper {
  min-width: 100px;
  float: right;
}

#main-body div.order div.preview div.ticket-lg {
  border: 1px solid #999;
  padding: 3px;
}

#main-body div.order div.preview div.ticket-lg {
  border-radius: 5px;
  text-align: center;
}

#main-body div.order div.preview div.ticket-lg {
  font-size: 32px;
}

#main-body div.order div.preview div.ticket-lg h3 {
  font-size: 18px;
}

div.admin-order-list tr.Awaiting-Payment {
  background: orange;
}

div.admin-order-list-all tr.Awaiting-Payment {
  background: orange;
}

div.admin-order-list-all div.dates-select {
  margin: 0 0 10px 0;
}

div.admin-order-list-all div.dates-select input[type=text] {
  width: 80px;
}

div.admin-order-list-all div.dates-link {
  margin: 0 0 0 0;
}

div.admin-order-list-all div.dates-link a {
  padding: 3px 10px;
  border-right: 1px dotted #999;
}

div.admin-order-list-all div.dates-link a:last-child {
  border-right: 0;
}

div.admin-order-list-all div.list-filter-wrapper {
  height: 0;
  width: 400px;
  float: right;
  margin: 10px 0 10px 0;
}

div.admin-order-list-all a.magnify {
  float: right;
  display: block;
  margin: 0 0 10px 0;
}

div.admin-order-list-all div.list-filter {
  background: #FFF;
  width: 350px;
  position: relative;
  top: -40px;
  left: -100px;
  z-index: 1;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 10px;
}

div.admin-order-list-all div.list-filter div.item {
  border-bottom: 1px dotted #999;
  padding: 10px 0;
  margin: 0 auto;
}

div.admin-order-list-all div.list-filter div.item:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}

div#regConfig #method form {
  margin: 30px 0 0 50px;
}

div#regConfig #method form div {
  padding: 5px;
  margin: 0 0 5px 0;
}

table.admin-order tr.not-paid {
  background: orange;
}

/* schedule-builder */
#schedule-builder {
  min-height: 400px;
  font-family: Arial, Helvetica, clean, sans-serif;
  font-size: 16px;
}
#schedule-builder h2, #schedule-builder h3, #schedule-builder h4, #schedule-builder h5 {
  font-family: Arial, Helvetica, clean, sans-serif;
}
#schedule-builder h1, #schedule-builder h2 {
  margin: 0 0 10px 0;
}
#schedule-builder h3, #schedule-builder h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
}
#schedule-builder input {
  margin: 0 0 5px 0;
}
#schedule-builder ul {
  margin-bottom: 0;
}
#schedule-builder div.schedule div.day {
  margin: 0 0 50px 0;
}
#schedule-builder div.schedule h3 {
  font-size: 14px;
}
#schedule-builder div.schedule h3.day {
  float: left;
}
#schedule-builder div.schedule h3.zone {
  float: right;
  margin: 0 10px 0 0;
}
#schedule-builder div.schedule td.can-drop {
  background: yellow;
}
#schedule-builder div.buttons {
  margin: 0 0 20px 0;
}
#schedule-builder div.buttons a {
  display: block;
  float: left;
  border: 1px solid #999;
  padding: 5px;
  margin: 0 20px 0 0;
  width: 65px;
  height: 60px;
  text-align: center;
  box-sizing: content-box;
  background: #f1f1f1;
  font-size: 12px;
  border-radius: 8px;
  box-shadow: inset 0 0 6px #666;
}
#schedule-builder div.buttons a:last-child {
  margin-right: 0;
}
#schedule-builder div.buttons a:hover {
  background: #FFFF99;
}
#schedule-builder div.buttons a img {
  display: block;
  height: 40px;
  margin: 0 auto 2px auto;
}
#schedule-builder div.buttons a.current {
  background: #FFCC33;
}
#schedule-builder tr.rooms th h3 {
  font-size: 13px;
}
#schedule-builder div.progress {
  width: 500px;
  margin: 100px auto;
}
#schedule-builder div.copy-slots {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 1.5em;
}
#schedule-builder div.copy-slots a {
  color: #CC0000;
  text-decoration: underline;
}

#schedule-builder div.schedule div.itinerary-star img {
  width: 20px;
}

#schedule-builder div.schedule div.keynote {
  border: 1px solid #999;
  margin: 5px;
  padding: 3px;
}

#schedule-builder div.schedule table {
  max-width: 99%;
  min-width: 800px;
  background: #FFF;
}

#schedule-builder div.schedule table {
  font-size: 0.8em;
}

#schedule-builder div.schedule table td {
  border: 1px solid #999;
  padding: 3px;
}

#schedule-builder div.schedule table td.time {
  padding: 1px;
}

#schedule-builder div.schedule table th {
  border: 1px solid #999;
  padding: 2px;
}

#schedule-builder div.schedule table tr.rooms th {
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

#schedule-builder div.schedule table tr.rooms th h3 {
  color: blue;
}

#schedule-builder div.schedule table tr.rooms th h4 {
  font-size: 0.9em;
  font-weight: bold;
}

#schedule-builder div.schedule table tr.rooms th:hover {
  cursor: pointer;
  background: #FFFFCC;
}

#schedule-builder div.schedule table tr.rooms form {
  margin: 0;
  padding: 0;
}

#schedule-builder div.schedule table td.time:hover {
  cursor: pointer;
  background: #FFFFCC;
}

#schedule-builder div.schedule table td.presentation {
  height: 100px;
  word-wrap: break-word;
  overflow: hidden;
  vertical-align: top;
}

#schedule-builder div.schedule table td.presentation div.pr-wrapper {
  word-wrap: break-word;
  overflow: hidden;
}

#schedule-builder div.schedule table td.presentation:hover {
  cursor: pointer;
  background: #FFFFCC;
}

#schedule-builder div.schedule table td.presentation h4.title {
  color: blue;
  font-weight: normal;
  margin: 0 0 5px 0;
}

#schedule-builder div.schedule table td.workshop h4.title {
  color: blue;
  font-weight: normal;
  margin: 0 0 5px 0;
}

#schedule-builder div.schedule table td.workshop:hover {
  cursor: pointer;
  background: #FFFFCC;
}

#schedule-builder div.schedule table td.keynote h4.title {
  color: blue;
  font-weight: normal;
  margin: 0 0 5px 0;
}

#schedule-builder div.schedule table td.keynote:hover {
  cursor: pointer;
  background: #FFFFCC;
}

#schedule-builder div.schedule table td.break {
  background: #F1F1F1;
}

#schedule-builder div.schedule table tr.rooms th {
  background: #F1F1F1;
}

#schedule-builder div.schedule table tr.subevents th {
  background: #F1F1F1;
  font-weight: bold;
  font-size: 1.2em;
}

#schedule-builder div.schedule table td.presentation h5.selection-count {
  font-weight: bold;
  font-size: 1.2em;
  float: right;
  display: inline;
}

#schedule-builder div.schedule div.rooms-3 td.presentation {
  width: 30%;
}

#schedule-builder div.schedule div.rooms-4 td.presentation {
  width: 25%;
}

#schedule-builder div.schedule div.rooms-5 td.presentation {
  width: 18.5%;
}

#schedule-builder div.schedule div.rooms-6 td.presentation {
  width: 15.5%;
}

#schedule-builder div.schedule div.rooms-7 td.presentation {
  width: 13.5%;
}

#schedule-builder div.schedule div.rooms-8 td.presentation {
  width: 11.8%;
}

#schedule-builder div.schedule div.rooms-8 td.presentation div.pr-wrapper {
  width: 60px;
}

#schedule-builder div.schedule div.rooms-9 td.presentation {
  width: 10%;
}

#schedule-builder div.schedule div.rooms-9 td.presentation div.pr-wrapper {
  width: 60px;
}

#schedule-builder div.schedule div.rooms-10 td.presentation {
  width: 10%;
}

#schedule-builder div.schedule div.rooms-10 td.presentation div.pr-wrapper {
  width: 60px;
}

#schedule-builder div.schedule div.rooms-11 td.presentation {
  width: 9%;
}

#schedule-builder div.schedule div.rooms-11 td.presentation div.pr-wrapper {
  width: 60px;
}

#schedule-builder div.schedule div.rooms-12 td.presentation {
  width: 8%;
}

#schedule-builder div.schedule div.rooms-12 td.presentation div.pr-wrapper {
  width: 50px;
}

#schedule-builder div.schedule div.rooms-9 tr.rooms th.room {
  width: 10%;
}

#schedule-builder div.schedule table {
  font-size: 12px;
  width: 100%;
}

#schedule-builder div.schedule table h4 {
  font-size: 12px;
}

#schedule-builder div.schedule table h5 {
  font-size: 11px;
}

#schedule-builder div.schedule td.presentation.last-add {
  border: 2px solid #99CCFF;
  background: #FFFFCC;
}

#schedule-builder div.schedule td.presentation.featured {
  background: #FFFF99;
}

#schedule-builder div.schedule table td.time {
  width: 60px;
  font-size: 0.9em;
  white-space: nowrap;
}

#schedule-builder h4, #schedule-builder h5 {
  font-weight: normal;
}

#schedule-builder div.speaker-list td div.about {
  width: 300px;
}

div.drag-helper {
  position: absolute;
}

div.drag-helper div.helper-content {
  width: 100px;
  height: 100px;
  background: #FFFF99;
  padding: 3px;
  border: 2px dotted #6699CC;
}

div.drag-helper {
  overflow: hidden;
}

div.drag-helper h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 15px;
}

div.drag-helper h4 {
  font-size: 10px;
  font-weight: normal;
}

#schedule-builder div.schedule td.presentation.drop-hover {
  border-color: #33CCFF;
  background: #FFCC33;
}

div.presentation-add {
  min-height: 600px;
  text-align: left;
  font-family: Arial, Helvetica, Sans-serif !important;
}
@media only screen and (min-width: 992px) {
  div.presentation-add div.modal-lg {
    width: 1000px;
    max-width: 1000px;
  }
}
div.presentation-add div.top-link-wrapper {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  height: 0;
  width: 200px;
}
div.presentation-add div.top-link-wrapper div.view-links {
  display: block;
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: bold;
}
div.presentation-add div.top-link-wrapper div.view-links a {
  text-align: center;
  display: block;
  float: left;
  border: 1px solid #999;
  background: #FFF;
  color: blue;
  padding: 2px 15px;
}
div.presentation-add div.top-link-wrapper div.view-links a:nth-child(1) {
  border-right: 0;
}
div.presentation-add div.top-link-wrapper div.view-links a:hover {
  background: #FFFF99;
}
div.presentation-add div.top-link-wrapper div.slot-info {
  font-size: 14px;
  line-height: 20px;
}
div.presentation-add div.speakers-wrapper {
  max-height: 550px;
  overflow: auto;
  text-align: center;
  width: 100px;
  float: left;
}
div.presentation-add div.speakers-wrapper a {
  color: blue;
}
div.presentation-add div.speakers {
  border: 1px solid #999;
  background: #fff;
}
div.presentation-add div.speakers h4 {
  font-size: 0.8em;
  line-height: 0.9em;
  margin: 0 0 2px 0;
}
div.presentation-add div.speakers div.speaker-link {
  display: block;
  padding: 5px;
  border-bottom: 1px dotted #999;
  font-weight: bold;
}
div.presentation-add div.speakers div.speaker-link:last-child {
  border-bottom: 1px none #999;
}
div.presentation-add div.speakers div.speaker-link:hover {
  background: #FFFF99;
  cursor: pointer;
}
div.presentation-add div.speakers div.speaker-link img {
  border: 1px solid #999;
  padding: 2px;
}
div.presentation-add div.speakers.hide-images {
  text-align: left;
}

div.presentation-add div.speaker {
  text-align: left;
  float: left;
  margin: 0 0 0 20px;
  width: 700px;
  overflow: hidden;
}
div.presentation-add div.speaker h3 {
  font-weight: bold;
  font-size: 0.9em;
}
div.presentation-add div.speaker div.head {
  margin: 0 0 5px 0;
  max-width: 500px;
  overflow: hidden;
}
div.presentation-add div.speaker div.head img {
  display: block;
  float: left;
  border: 1px solid #999;
  padding: 2px;
}
div.presentation-add div.speaker div.basic-info {
  float: left;
  margin: 0 0 0 20px;
}
div.presentation-add div.speaker div.basic-info h3 {
  font-size: 15px;
  margin: 0 0 8px 0;
}
div.presentation-add div.speaker div.basic-info h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
div.presentation-add div.speaker table.topics {
  width: 100%;
  font-size: 0.9em;
}
div.presentation-add div.speaker table.topics tr:nth-child(odd) td {
  background: #F1f1f1;
}
div.presentation-add div.speaker table.topics tr.scheduled td {
  background: #FFCC66;
}
div.presentation-add div.speaker table.topics th a {
  color: #fff;
}
div.presentation-add div.speaker table.topics td.title:hover {
  cursor: pointer;
  background-color: #FFFFCC;
}
div.presentation-add div.speaker table.topics tr:hover td {
  cursor: pointer;
  background-color: #FFFFCC;
}
div.presentation-add div.speaker form {
  margin: 0;
}
div.presentation-add div.speaker form input[type=text] {
  width: 250px;
}
div.presentation-add div.speaker div.topic-preview-wrapper {
  height: 0;
  z-index: 300;
  position: relative;
  left: 50px;
  top: 30px;
}
div.presentation-add div.speaker div.topic-preview {
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  border: 5px solid #000;
  background: #FFF;
  padding: 5px;
  width: 600px;
}
div.presentation-add div.speaker div.topic-preview div.head h3 {
  display: inline;
}
div.presentation-add div.speaker div.topic-preview div.head img {
  float: right;
}
div.presentation-add div.speaker div.topic-preview:hover {
  cursor: pointer;
}
div.presentation-add div.speaker div.topics-wrapper {
  max-height: 425px;
  overflow: auto;
}
div.presentation-add div.speaker div.topics-wrapper button.add-group {
  float: left;
  font-size: 1.3em;
}
div.presentation-add div.speaker div.topics-wrapper div.subevent {
  float: right;
}
div.presentation-add div.speaker div.topics-wrapper div.subevent label {
  display: inline;
  font-weight: bold;
  font-size: 1.3em;
}
div.presentation-add div.speaker div.topics-wrapper div.subevent select {
  display: inline;
  margin: 0;
}
div.presentation-add div.speaker div.sessions-view {
  min-height: 300px;
}
div.presentation-add div.speaker div.sessions-view img.speaker {
  border: 1px solid #000;
  background: #FFF;
  padding: 2px;
}

#schedule-builder table.itemTable th {
  font-weight: bold;
}

#schedule-builder table.itemTable th a {
  color: blue;
}

#schedule-builder h2 {
  margin: 0 0 20px 0;
}
#schedule-builder div.speaker-list td img.speaker {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #999;
  padding: 2px;
}
#schedule-builder div.speaker-list td div.about {
  float: left;
  width: 300px;
}
#schedule-builder div.speaker-list td div.about h3 {
  margin: 0 0 5px 0;
}
#schedule-builder div.speaker-list td div.about h3 span {
  font-size: 0.8em;
  font-style: italic;
  color: #333;
}
#schedule-builder div.speaker-list td div.about em {
  font-size: 11px;
}
#schedule-builder div.speaker-list td.presentationCount {
  text-align: center;
}
#schedule-builder div.speaker-list div.button {
  display: block;
  float: right;
  margin: 0 20px 10px 10px;
}
#schedule-builder div.speaker-list h2 {
  margin: 0 0 20px 0;
}
#schedule-builder div.speaker-list h4 {
  font-size: 13px;
}
#schedule-builder div.speaker-list form {
  float: left;
}
#schedule-builder div.speaker-list a.back {
  display: block;
  float: right;
  margin: 0 20px 20px 0;
}
#schedule-builder div.speaker-list div.sub-events {
  margin: 5px 0 5px 0;
}
#schedule-builder div.speaker-list span.event {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 2px 7px;
  margin: 0 5px 0 0;
  box-shadow: inset 0 0 2px #666;
}
#schedule-builder div.speaker-list span.event:hover {
  background: #FFFFCC;
  cursor: pointer;
}
#schedule-builder div.speaker-list span.event.active {
  background: #FFCC33;
}
#schedule-builder div.speaker-list div.back {
  float: right;
}
#schedule-builder td.drop-hover {
  border-color: #33CCFF;
  background: #FFCC33;
}
#schedule-builder div.speaker-drag-helper {
  background: #FFFF99;
  width: 500px;
  border: 1px solid #999;
  padding: 5px;
}
#schedule-builder div.speaker-drag-helper img {
  background: #FFF;
  float: left;
  display: block;
}
#schedule-builder div.speaker-drag-helper h4 {
  float: left;
}
#schedule-builder div.speaker-list.order tr:hover {
  cursor: pointer;
  background: #FFCC33;
}

div.presentation-edit h3 {
  font-weight: bold;
  font-size: 0.9em;
}
div.presentation-edit div.presentation {
  margin: 0;
}
div.presentation-edit div.header {
  margin: 0 0 10px 0;
}
div.presentation-edit img.speaker {
  float: left;
  display: block;
  padding: 2px;
  border: 1px solid #999;
}
div.presentation-edit div.title {
  float: left;
  display: block;
  width: 300px;
}
div.presentation-edit form.presentation-delete {
  float: right;
  display: block;
  width: 100px;
}
div.presentation-edit a.topic-edit {
  text-decoration: none;
}
div.presentation-edit #video form {
  width: 500px;
}
div.presentation-edit #video form textarea {
  background: #FFF;
  width: 100%;
}
div.presentation-edit #video form button {
  float: right;
}
div.presentation-edit h2 {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 5px 0;
}
div.presentation-edit h4.names {
  margin: 0 0 5px 20px;
}
div.presentation-edit h4.time {
  margin: 0 0 0 20px;
}
div.presentation-edit h4.presentationId {
  margin: 0 0 0 20px;
}
div.presentation-edit form {
  margin: 0 0 10px 0;
}
div.presentation-edit form div {
  margin: 0 0 10px 0;
}
div.presentation-edit div.speakers table h4 {
  font-size: 13px;
}
div.presentation-edit div.tab-pane {
  padding: 20px 40px;
  min-height: 300px;
}

div.slot-edit {
  font-size: 14px;
}

div.slot-edit h3 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 20px 0;
}

div.slot-edit form div {
  margin: 0 0 10px 0;
}

div.slot-edit div.time-edit {
  margin: 0 0 20px 0;
}

div.slot-edit label {
  display: block;
  float: left;
  padding: 7px 0 0 0;
  margin: 0 10px 0 0;
  font-weight: bold;
  font-size: 14px;
}

div.slot-edit div.control-group input[type=text] {
  line-height: 20px;
  padding-bottom: 8px;
  width: 60px;
}

div.slot-edit div.control-group button {
  padding: 0 12px 7px 12px;
}

div.slot-edit div.buttons {
  float: right;
  margin: 20px 50px 0 0;
}

#schedule-builder div.presentation-edit div.speakers {
  margin: 0 0 30px 0;
}

#schedule-builder div.presentation-edit div.speakers table {
  margin: 0 0 20px 0;
}

#schedule-builder div.presentation-edit div.speakers img.bio {
  border: 1px solid #999;
  padding: 2px;
}

#speaker-add div.matches {
  width: 400px;
  border: 1px solid #999;
  background: #FFF;
}

#speaker-add div.matches div.speaker {
  border-bottom: 1px dotted #999;
  padding: 2px;
}

#speaker-add div.matches div.speaker:nth-child(even) {
  background: #F1F1F1;
}

#speaker-add div.matches div.speaker:last-child {
  border-bottom: none;
}

#speaker-add img {
  border: 1px solid #999;
  padding: 2px;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

#speaker-add div.about {
  float: left;
  width: 250px;
}

#speaker-add div.add {
  float: left;
  width: 50px;
}

#schedule-builder div.rooms div.table-wrapper {
  width: 480px;
  float: left;
}

#schedule-builder div.rooms div.add {
  float: left;
  margin: 0 0 0 5px;
}

#schedule-builder div.rooms table {
  margin: 0 0 30px 0;
}

#schedule-builder div.rooms form button {
  height: 25px;
  display: inline-block;
}

#schedule-builder div.rooms tr:hover {
  cursor: pointer;
  background: #FFFFCC;
}

#schedule-builder div.room-edit {
  margin: 0 0 0 50px;
}

#schedule-builder div.room-edit div.days div {
  margin: 0 0 10px 20px;
}

#schedule-builder div.room-edit div.days input {
  margin: 0 10px 10px 0;
}

#schedule-builder div.room-edit button {
  float: left;
}

#schedule-builder div.subevents div.table-wrapper {
  float: left;
}

#schedule-builder div.subevents div.table-wrapper button.add {
  float: right;
}

#schedule-builder div.subevents div.sub-event-edit {
  width: 300px;
  margin: 0 0 0 30px;
  float: left;
}

#schedule-builder div.subevents div.sub-event-add {
  width: 300px;
  margin: 0 0 0 30px;
  float: left;
}

#schedule-builder div.edit-form-wrapper {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 5px;
  background: #F1F1F1;
}

form.vertical h3 {
  font-size: 1.5em;
  margin: 0 0 20px 0;
}

form.vertical label {
  display: block;
  float: left;
  min-width: 100px;
}

form.vertical button.submit {
  float: right;
}

form.vertical div.check input[type=checkbox] {
  float: left;
  margin: 0 10px 0 0;
}

form.vertical div.check {
  margin: 0 0 10px 0;
  font-size: 1.1em;
}

form.vertical div:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

#schedule-builder form div:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

#schedule-builder form div.check label {
  display: block;
  float: left;
  font-weight: bold;
}
#schedule-builder form div.check input {
  display: block;
  float: left;
}
#schedule-builder form h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 20px 0;
}
#schedule-builder form div.availability label {
  font-weight: normal;
  float: left;
}
#schedule-builder form div.availability h4 {
  float: left;
  margin: 0 10px 10px 0;
}

#create-speaker-form form h3 {
  margin-bottom: 0;
}
#create-speaker-form form input.firstName, #create-speaker-form form input.lastName {
  max-width: 200px;
}
#create-speaker-form form input.email, #create-speaker-form form input.company {
  max-width: 300px;
}

#schedule-builder div.tracks div.table-wrapper {
  float: left;
  width: 400px;
}

#schedule-builder div.tracks div.add {
  float: left;
  width: 300px;
  margin: 0 0 0 20px;
}

#schedule-builder div.tracks div.update {
  float: left;
  width: 300px;
  margin: 0 0 0 20px;
}

#schedule-builder div.tracks button.add {
  float: right;
}

#schedule-builder a.back {
  display: block;
  float: right;
  margin: 0 30px 10px 0;
}

#schedule-builder div.sessions form.find {
  float: left;
}

#schedule-builder div.sessions table img.speaker {
  padding: 2px;
  border: 1px solid #000;
  background: #FFF;
}

#schedule-builder div.sessions {
  width: 800px;
}

#schedule-builder div.sessions div.table-wrapper {
  float: left;
  width: 650px;
}

#schedule-builder div.sessions.compare div.table-wrapper {
  width: 500px;
}

#schedule-builder div.sessions table {
  font-size: 0.8em;
}

#schedule-builder div.sessions table td.time {
  font-size: 0.7em;
}

#schedule-builder div.sessions.compare div.dates {
  margin: 0 0 20px 0;
}

#schedule-builder div.sessions div.speaker-filter {
  width: 135px;
  margin: 25px 0 0 10px;
}

#schedule-builder div.sessions.compare div.speaker-filter {
  width: 180px;
  margin: 85px 0 0 20px;
}

#schedule-builder div.sessions div.speaker-filter {
  font-size: 0.8em;
  float: left;
  border: 1px solid #999;
  padding: 0;
}

#schedule-builder div.sessions div.speaker-filter ul {
  list-style: none;
  background: #FFF;
  margin: 0;
  padding: 0;
}

#schedule-builder div.sessions div.speaker-filter ul li {
  border-bottom: 1px dotted #999;
  padding: 3px;
}

#schedule-builder div.sessions div.speaker-filter ul li:first-child {
  border-bottom: 1px solid #999;
  padding: 3px;
}

#schedule-builder div.sessions div.speaker-filter ul h3 {
  font-weight: bold;
}

#schedule-builder div.sessions div.speaker-filter ul li:nth-child(even) {
  background: #f1f1f1;
}

#schedule-builder div.sessions div.speaker-filter ul li:hover {
  cursor: pointer;
  background: #FFFFCC;
}

#schedule-builder div.sessions div.speaker-filter ul li:last-child {
  border-bottom: 0;
}

#schedule-builder div.show-speaker-edit {
  margin: 30px 0 0 100px;
  width: 600px;
}
#schedule-builder div.show-speaker-edit h2 {
  margin: 0 0 10px 0;
}
#schedule-builder div.show-speaker-edit h3 {
  margin: 0 0 30px 20px;
}
#schedule-builder div.show-speaker-edit img.speaker {
  border: 1px solid #999;
  padding: 5px;
  box-shadow: 5px 5px 2px #888;
}
#schedule-builder div.show-speaker-edit img.speaker {
  float: left;
  margin: 0 10px 10px 0;
}
#schedule-builder div.show-speaker-edit div.about {
  margin: 0 0 30px 0;
}
#schedule-builder div.show-speaker-edit form {
  margin: 0;
}
#schedule-builder div.show-speaker-edit div.availability {
  margin-bottom: 20px;
}

div.room-drag-helper {
  width: 500px;
  height: 40px;
  background: #FFFF99;
  padding: 3px;
  border: 2px dotted #6699CC;
}

div.room-drag-helper {
  overflow: hidden;
}

div.room-drag-helper h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 15px;
}

div.room-drag-helper h4 {
  font-size: 10px;
  font-weight: normal;
}

.room-drop-hover td {
  border-color: #33CCFF;
  background: #FFFF66;
}

/* schedule-builder end */
#presentation-recording-instructions ul {
  list-style: decimal;
  margin: 0 0 30px 30px;
}

#presentation-recording-instructions div.screenshots img {
  display: block;
  margin: 0 0 30px 0;
}

#presentation-recording-instructions div.screenshots h3 {
  font-weight: bold;
}

div.jp-duration {
  display: none !important;
}

div.image-set div.preview {
  width: 690px;
  margin-right: 50px;
  float: left;
}

div.image-set div.preview div.image {
  width: 150px;
  height: 100px;
  float: left;
  margin: 0 20px 20px 0;
}

div.image-set div.preview div.image img {
  display: block;
  width: 150px;
  border: 1px solid #999;
  padding: 5px;
  background: #FFF;
}

div.image-set div.preview div.image img.selected {
  border: 2px solid #CC0000;
}

div.image-set div.preview div.image img:hover {
  cursor: pointer;
}

div.image-set div.preview div.delete {
  margin: 0 0 30px 0;
}

div.image-set div.preview div.delete button {
  float: right;
}

div.image-set div.preview input[type=file] {
  background: #FFF;
  width: 200px;
}

div.image-set div.preview div.merge {
  margin: 30px;
}

div.image-set div.merged {
  width: 160px;
  float: left;
}

div.image-set div.merged img {
  width: 150px;
  border: 1px solid #000;
  padding: 5px;
  background: #FFF;
}

div.image-set div.bg {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 3000px;
  background: #999;
  opacity: 0.55;
}

div.image-set div#selected-image {
  position: absolute;
  z-index: 100;
  width: 550px;
  height: 280px;
  background: #FFF;
  border: 1px solid #000;
  padding: 5px;
}

div.image-set div#selected-image {
  left: 50%;
  top: 50%;
  margin-left: -275px;
  margin-top: -150px;
}

div.image-set div#selected-image img.target {
  float: left;
  border: 1px solid #999;
}

div.image-set div#selected-image div.action {
  float: right;
  width: 30px;
}

div.image-set div#selected-image div.action img.close {
  float: right;
}

div.image-set div#selected-image div.action img.close:hover {
  cursor: pointer;
}

div.image-set div#selected-image div.action img.delete {
  width: 35px;
  margin: 100px 5px 0 0;
}

div.image-set div#selected-image div.action img.delete:hover {
  cursor: pointer;
}

#topic-speaker-update h4 {
  font-weight: normal;
  margin: 0 0 3px 0;
}

#topic-speaker-update h5 {
  font-weight: normal;
}

#workshop-upgrade {
  width: 600px;
  margin: 20px auto 100px auto;
}

#workshop-upgrade p {
  font-size: 13px;
}

#workshop-upgrade form {
  margin: 30px 0 100px 0;
  width: 350px;
  display: block;
}

#workshop-upgrade form label {
  width: 120px;
  display: block;
  float: left;
}

#workshop-upgrade form label, #workshop-upgrade form input, #workshop-upgrade form button, #workshop-upgrade form select, #workshop-upgrade form span {
  font-size: 17px;
}

#workshop-upgrade form div:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

#workshop-upgrade form div {
  margin: 0 0 10px 0;
}

#workshop-upgrade form div input {
  display: block;
  float: left;
}

#workshop-upgrade form select {
  width: 200px;
}

#workshop-upgrade form button {
  float: right;
}

form.site-register {
  margin: 30px 0 30px 100px;
}

form.site-register div {
  margin: 0 0 10px 0;
}

form.site-register div label {
  display: block;
  font-size: 0.9em;
}

form.site-register div input {
  font-size: 17px;
}

#FileLoadContainer form input[type=file] {
  background: #FFF;
  width: 300px;
  font-size: 14px;
}

div.audio-state-links {
  margin-right: 30px;
}

div.audio-state-links a {
  display: block;
  float: left;
  padding: 0 10px 0 10px;
  border-right: 1px dotted #999;
}

div.audio-state-links a:last-child {
  border-right: 0;
}

td.tdLabel label.label {
  color: #000;
  font-size: 100%;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

div.combine-request-admin table.request-list tr.closed {
  background: #f1f1f1;
}

div.combine-request-admin .table tr th {
  border-top: 0;
}

div.combine-request-admin div.group tr.primary {
  background: #FFFFCC;
}

div.combine-request-admin div.group tr.secondary {
  background: #EBF0F3;
}

div.combine-request-admin div.group tr.other {
  background: #F1F1F1;
}

div.combine-request-admin div.group {
  margin: 0 0 60px 0;
}

div.upload-preview-video form input[type=file] {
  background: #fff;
  border: 1px solid #999;
  width: 250px;
}

#file-load-form progress {
  width: 400px;
  margin: 30px 0 30px 0;
}

#speaker-images table {
  width: 600px;
  margin: 0 0 40px 0;
}

#speaker-images input[type=file] {
  border: 1px solid #999;
  width: 250px;
  display: inline;
}

div.show-travel-copy h2 {
  margin-bottom: 30px;
}

div.show-travel-copy div.preview div.image {
  float: left;
  width: 150px;
}

div.show-travel-copy div.preview address {
  float: left;
  width: 200px;
}

div.show-travel-copy img.hotel {
  max-width: 100px;
}

div.data-file-page td.path div.wrapper {
  width: 600px;
  overflow: hidden;
}

div.data-file-topic-page td.title {
  width: 300px;
}

div.data-file-topic-page td.show {
  width: 200px;
}

div.data-file-topic-page td.doc {
  width: 300px;
}

div.data-file-topic-page td.doc div {
  width: 300px;
  overflow: hidden;
}

/* admin */
div.admin-email-schedule div.schedules table tr.warning td {
  background: orange;
  color: #fff;
}
div.admin-email-schedule div.schedules table tr.warning td a {
  color: #fff;
  text-decoration: underline;
}
div.admin-email-schedule div.schedules table tr.error td {
  background: red;
  color: #fff;
}
div.admin-email-schedule div.schedules table tr.error td a {
  color: #fff;
  text-decoration: underline;
}
div.admin-email-schedule div.add-form div.btn-group {
  margin-bottom: 20px;
}
div.admin-email-schedule div.add-form table.templates {
  width: 100%;
  border: 1px solid #999;
}
div.admin-email-schedule div.add-form table.templates th.send-date {
  width: 250px;
}
div.admin-email-schedule div.add-form table.templates tr th, div.admin-email-schedule div.add-form table.templates tr td {
  border-bottom: 1px dotted #999;
  padding: 5px 3px;
}
div.admin-email-schedule div.add-form table.templates tr:nth-child(even) td {
  background: #f1f1f1;
}
div.admin-email-schedule div.add-form table.templates tr.header th {
  background: #999;
  color: #333;
}
div.admin-email-schedule div.add-form div.buttons {
  float: right;
}
div.admin-email-schedule div.update-schedule-modal td.warning {
  background: orange;
}
div.admin-email-schedule div.update-schedule-modal td.error {
  background: red;
}

div.sms-schedule-app h1 {
  margin: 0 0 10px 0;
}
div.sms-schedule-app h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 30px 20px;
}
div.sms-schedule-app div.top-buttons {
  float: right;
  margin: 0 30px 20px 0;
}
div.sms-schedule-app div.update-blast input.utmCampaign, div.sms-schedule-app div.update-blast input.description, div.sms-schedule-app div.update-blast div.scheduleDate {
  max-width: 300px;
}
div.sms-schedule-app div.options-modal input.test-phone {
  max-width: 300px;
}
div.sms-schedule-app table.schedule tr.ready td.ready i.fa-check {
  color: green;
}
div.sms-schedule-app table.schedule tr.sent td.sendDate i.fa-check {
  color: green;
}
div.sms-schedule-app table.schedule tr.warning {
  background-color: orange;
}
div.sms-schedule-app table.schedule tr.warning td.ready i.fa-times {
  color: red;
}

div.suadmin-shows-app button.manual-select {
  float: right;
  margin: 20px 0 0 0;
}

div.training-admin-attendee h1 {
  margin-bottom: 10px;
}
div.training-admin-attendee h2 {
  margin: 0 0 30px 20px;
}
div.training-admin-attendee form.import {
  float: right;
  margin: 0 0 30px 0;
}
div.training-admin-attendee .itemTable span.fas {
  font-size: 32px;
}

div.feature-set-admin div.fs-active {
  margin: 0 0 30px 0;
}
div.feature-set-admin div.fs-active div {
  border: 1px solid #999;
  border-radius: 4px;
}
div.feature-set-admin table.set-list td.name:hover {
  cursor: pointer;
}
div.feature-set-admin div.top-buttons {
  margin: 0 0 30px 0;
}
div.feature-set-admin div.slot {
  margin: 0 0 20px 0;
  font-size: 13px;
}
div.feature-set-admin div.slot div.presentation {
  width: 150px;
  min-height: 150px;
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px;
  border: 1px solid #999;
}
div.feature-set-admin div.slot div.presentation h3 {
  font-size: 12px !important;
  font-weight: bold;
}
div.feature-set-admin div.slot div.presentation h4 {
  font-size: 11px !important;
}
div.feature-set-admin div.slot div.presentation span.prfs {
  padding: 5px;
  border: 1px solid #999;
  border-radius: 3px;
}
div.feature-set-admin div.slot div.presentation:hover {
  cursor: pointer;
}

div.feature-set-props ul {
  margin: 0 0 20px 30px;
}

.email-component-editor .body {
  padding: 30px;
}

.email-template-edit {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

/* suadmin show menu */
#suadmin-menu-changer {
  position: relative;
  z-index: 100;
  top: 1px;
  right: 10px;
}

#suadmin-show div.main {
  float: left;
  width: 98%;
}

#suadmin-show div.links {
  display: none;
}

#suadmin-show.show-menu div.main {
  float: left;
  width: 85%;
}

#suadmin-show.show-menu div.links {
  display: block;
  float: left;
  width: 12%;
  margin: 30px 0 0 20px;
}

#suadmin-show div.main ul.hlink {
  margin-top: 0;
}

div.admin-show-menu ul.publish {
  padding: 0;
}

#schedule-builder div.buttons a {
  box-sizing: content-box;
}

/* speaker nav */
.navbar-speaker {
  background-color: #4285F4;
}
.navbar-speaker a {
  color: #fff;
}
.navbar-speaker a:active {
  color: #333;
}
.navbar-speaker a:hover {
  cursor: pointer;
  color: #333;
}
.navbar-speaker a.home-logo {
  display: inline-block;
  padding: 5px 0;
}
.navbar-speaker ul.navbar-nav-speaker {
  float: right;
}
.navbar-speaker h4 {
  color: #F7941D;
  padding: 15px 0 0 0;
  margin: 0;
}
.navbar-speaker li.dropdown ul.dropdown-menu a {
  color: #333;
}
.navbar-speaker .navbar-nav.nfjs-logo > li > a {
  padding: 5px 0;
}
@media screen and (max-width: 500px) {
  .navbar-speaker ul.navbar-nav-speaker {
    float: none;
  }
}

h3.badge-file {
  margin-bottom: 40px;
}
h3.badge-file a {
  color: #cc0000;
  text-decoration: underline;
}

/* member.scss */
div.email-preference-page tr.event {
  padding: 10px 20px;
  border-bottom: 1px solid #999;
}
div.email-preference-page tr.event .fas-check {
  color: green;
}
div.email-preference-page tr.event .fa-times {
  color: red;
}
div.email-preference-page tr.event td:nth-child(3) {
  text-align: center;
}

/* siteMap */
#siteMap {
  margin: 20px 0 0 20px;
}

#siteMap h3 {
  color: #0860a8;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

#siteMap div.shows {
  width: 300px;
  float: left;
}

#siteMap div.col {
  width: 200px;
  float: left;
  margin: 0 0 20px 0;
}

#siteMap ul {
  list-style: none;
  margin: 5px 0 0 10px;
  padding: 0;
}

#siteMap li {
  margin: 0;
  padding: 2px;
  font-size: 0.95em;
}

#siteMap h4 {
  color: #000;
  margin: 0;
  font-size: 1.1em;
}

#siteMap div.show {
  margin: 2px 0 2px 20px;
}

/* coming soon contact */
div.showComingSoonContact {
  margin: 40px 0 0 60px;
  padding: 0;
  border: 1px solid #999;
  width: 400px;
  background: #F1F1F1;
}

div.showComingSoonContact h3 {
  background: #CC0000;
  color: #FFF;
  margin: 0;
  padding: 5px;
  font-size: 1.5em;
  border-bottom: 2px solid #666666;
}

div.showComingSoonContact p {
  padding: 5px 10px 0 10px;
  font-size: 1.1em;
}

div.showComingSoonContact table {
  margin: 10px 0 10px 50px;
}

div.showComingSoonContact td {
  padding: 3px;
}

div.showComingSoonContact input.email {
  width: 98%;
}

div.showComingSoonContact td.submit {
  text-align: right;
}

div.showComingSoonContact td.submit input {
  width: 60px;
}

div.showContact p {
  margin: 0;
  padding: 2px 0 2px 0 !important;
  font-size: 1.1em;
}

div.showContact table {
  margin: 2px 2px 5px 2px;
}

div.showContact td.submit {
  text-align: right;
}

div.showContact input.email {
  width: 98%;
}

/* old eval form */
div.evalForm {
  width: 500px;
  margin: 30px 0 0 40px;
}

div.evalForm h3 {
  text-align: center;
  font-size: 2em;
}

div.evalForm table {
  width: 100%;
  margin: 0 0 20px 0;
}

div.evalForm td.submit {
  text-align: right;
}

table.eval th {
  text-align: left;
}

table.eval td textarea {
  margin: 3px 0 10px 0;
}

table.eval td.radio-label {
  width: 300px;
  padding-left: 20px;
}

table.eval td.radio-cell {
  padding: 3px 10px 3px 10px;
}

table.eval tr.header td {
  text-align: center;
}

table.eval td.submit {
  text-align: right;
}

table.level td.label {
  width: 200px;
}

table.fillin textarea {
  float: right;
}

div.showEval {
  margin: 30px 30px 40px 30px;
}

div.showEval {
  margin: 30px 30px 40px 30px;
}

div.showEval table.eval td.label {
  padding-left: 0px;
}

div.showEval table.reasons {
  margin: 20px 0 20px 0;
}

div.showEval table.reasons ul {
  list-style: none;
}

div.showEval table.reasons li {
  padding: 2px 0 2px 0;
}

div.evalView {
  margin: 20px 0 0 40px;
  width: 600px;
}

div.evalView ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.evalView li {
  margin: 0;
  padding: 2px 0 2px 0;
}

div.evalView table.group1 {
  width: 550px;
  margin: 20px 0 20px 0;
}

div.evalView table.group1 th {
  text-align: left;
}

div.evalView table.group1 td.label {
  width: 300px;
}

div.evalView table.group1 td.val {
  padding: 2px 10px 2px 10px;
  font-weight: bold;
}

div.evalView ul.nav {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
}

div.evalView ul.nav li {
  display: inline;
  margin: 0;
  padding: 3px 10px 3px 10px;
}

div.zipFile {
  margin: 10px 35px 10px 5px;
  float: right;
  font-size: 0.95em;
}

div.zipFile b {
  display: inline;
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 5px;
}

div.zipFile ul {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.zipFile li {
  margin: 0;
  padding: 2px 0 2px 0;
}

div.dateChange {
  width: 400px;
  border: 1px solid #999;
  background: #F1F1F1;
  position: absolute;
  z-index: 100;
}

div.dateChange h3 {
  background: #0860A8;
  margin: 0;
  padding: 3px 5px 3px 5px;
  color: #FFF;
}

div.dateChange a.close {
  margin: 5px 0 0 0;
}

div.dateChange form {
  margin: 20px;
}

div.dateChange input.subject {
  width: 300px;
}

div.dateChange textarea {
  width: 300px;
  height: 150px;
  font-size: 1em;
}

a.dateChange {
  margin: 0 0 0 80px;
}

div.captcha {
  display: none;
  width: 400px !important;
  z-index: 100;
  position: absolute;
  background: url("/images/bg/bg_captcha.gif") no-repeat;
}

div.captcha div.content {
  width: 260px;
  border: 1px solid #999;
  background: #FFF;
  padding: 5px;
  margin: 14px;
}

div.captcha div.content h3 {
  padding: 0;
  font-size: 1.3em !important;
}

div.captcha div.content table {
  margin-left: 30px;
}

div.captcha #captchaImageWrapper {
  text-align: center;
}

/* payment complete */
div.surveyComplete h1 {
  margin-bottom: 30px;
}

div.surveyComplete div.abstract {
  width: 400px;
  float: left;
}

div.surveyComplete div.abstract h3 {
  font-size: 1em;
  font-weight: bold;
}

div.surveyComplete div.abstract h4.download {
  margin: 20px 0 20px 0;
  text-align: center;
}

div.surveyComplete div.abstract h4.download a {
  color: #CC0000;
}

div.surveyComplete ul.includes {
  margin-left: 30px;
}

div.surveyComplete div.paul {
  margin: 30px 0 0 0;
}

div.surveyComplete div.paul img {
  float: left;
  display: block;
  width: 68px;
}

div.surveyComplete div.offers {
  float: left;
  width: 300px;
  margin: 0 0 0 30px;
}

div.sessionDetail {
  width: 600px;
  margin-left: 20px;
}

div.sessionDetail div.abstract ul {
  margin-left: 30px;
}

div.sessionDetail div.aboutSpeaker img {
  float: left;
  margin: 0 10px 10px 0;
}

div.sessionDetail div.workshop-requirements h3 {
  color: #FF0000;
}

div.sessionDetail div.workshop-requirements ul {
  margin: 10px 0 0 40px;
}

div.notesPage div.presentation {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000;
}

div.notesPage div.presentation.last {
  border-bottom: 0;
}

div.notesPage div.presentation div.hdr a.speaker-sm {
  display: block;
  width: 70px;
  float: left;
}

div.notesPage div.presentation div.hdr div.title {
  margin-top: 10px;
  width: 630px;
  float: left;
}

div.notesPage div.presentation div.hdr div.pdf {
  width: 60px;
  margin-top: 10px;
  float: left;
}

div.notesPage div.presentation h3 {
  margin: 0 0 5px 0;
  font-size: 1.3em;
}

div.notesPage div.presentation h4 {
  font-size: 1em;
  margin-left: 20px;
}

div.notesPage div.presentation div.item {
  width: 600px;
  padding: 5px 0 5px 0;
  margin: 0 0 10px 100px;
  border-bottom: 1px dotted #999;
}

div.notesPage div.presentation div.item div.text {
  white-space: pre-wrap;
  width: 500px;
  line-height: 20px;
}

div.notesPage div.presentation div.item.last {
  border-bottom: none;
}

div.notesPage div.presentation div.item div.page {
  float: right;
  font-size: 0.9em;
  color: #000;
}

div.notesPage div.general {
  border-bottom: 1px solid #999;
  margin: 0 0 20px 0;
}

div.notesPage div.general h3 {
  font-size: 1.3em;
  color: #0073BD;
  margin: 0 0 10px 0;
}

div.notesPage div.general div.item {
  padding: 5px 0 5px 0;
  border-bottom: 1px dotted #999;
  margin: 0 0 10px 50px;
}

div.notesPage div.general div.item.last {
  border-bottom: 0;
}

div.ipad-page h3 {
  margin: 20px 0 10px 0;
  color: #333;
  font-size: 1.3em;
}

div.ipad-page ul {
  margin-left: 30px;
}

div.ipad-page img {
  margin: 0 0 30px 0;
}

div.ipad-page li {
  margin: 0 0 10px 0;
}

div.ipad-page ul.features {
  margin: 0 0 30px 30px;
}

div.ipad-page div.screenshot {
  width: 350px;
  float: left;
}

div.ipad-page div.screenshot h4 {
  font-size: 1.1em;
}

div.check-access h2 {
  margin-bottom: 30px;
}
div.check-access h3.warn {
  color: #CC0000;
}
div.check-access div.about {
  margin: 0 0 30px 0;
}

div.ipad-page div.use-own-ipad-wrapper {
  width: 150px;
  float: right;
  margin: 0 0 10px 10px;
}

div.ipad-page div.use-own-ipad-link {
  text-align: center;
  width: 150px;
  border: 1px solid #999;
  padding: 5px;
  background: #F1F1F1;
  margin: 0 0 20px 0;
}

div.ipad-page div.use-own-ipad-link {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.ipad-page div.use-own-ipad-link h3 {
  text-align: center;
  color: #CC0000;
  margin: 0 0 2px 0;
  font-size: 1em;
  font-weight: bold;
}

div.ipad-page div.use-own-ipad-link a {
  color: #CC0000;
}

div.ipad-page div.use-own-ipad-wrapper div.mobile-apps {
  width: 162px;
  margin: 0;
  text-align: center;
}

div.ipad-page div.use-own-ipad-wrapper div.mobile-apps a {
  display: block;
  margin: 0 auto;
}

div.ipad-page div.use-own-ipad-wrapper div.mobile-apps img {
  margin: 0;
}

div.workshop-requirements ul.list {
  margin: 0 0 20px 30px;
}

div.workshop-requirements div.item ul {
  margin: 0 0 0 30px;
}

div.workshop-requirements div.item {
  border-bottom: 2px solid #000;
  margin: 0 0 30px 0;
}

div.workshop-requirements h2 {
  margin: 0 0 30px 0;
}

div.workshop-requirements div.item div.head div.summary {
  float: left;
  width: 500px;
}

div.workshop-requirements div.item div.head img {
  border: 1px solid #999;
  padding: 3px;
  background: #FFF;
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}

div.workshop-requirements div.item div.head h4 {
  margin: 0 0 5px 20px;
}

div.attendee-network {
  margin: 30px 0 0 50px;
}

div.attendee-network h1 {
  margin: 0 0 30px 0;
}

div.attendee-network form {
  margin: 0 0 30px 0;
}

div.attendee-network div.attendee {
  width: 600px;
  margin: 5px 0 20px 0;
  border-bottom: 1px dotted #999;
}

div.attendee-network div.attendee:last-child {
  border-bottom: 0;
}

div.attendee-network div.attendee div.image {
  width: 60px;
  float: left;
}

div.attendee-network div.attendee div.image img {
  border-radius: 8px;
  border: 1px solid #999;
  max-width: 48px;
}

div.attendee-network div.attendee div.about {
  width: 400px;
  float: left;
}

div.attendee-network div.attendee div.mail {
  width: 100px;
  float: left;
  margin: 10px 0 0 0;
}

div.attendee-network div.attendee div.mail img {
  padding: 5px 5px 0 0;
}

div.attendee-network div.attendee h3 {
  font-size: 14px;
  margin: 0 0 5px 0;
}

div.attendee-network div.attendee address {
  font-size: 12px;
  margin: 0 0 5px 0;
}

div.attendee-network div.attendee p {
  margin: 0;
}

div.attendee-network-mail textarea {
  width: 400px;
}

div.attendee-network-mail input[type=submit] {
  float: right;
}

div.attendee-network-mail div.attendee {
  width: 600px;
  margin: 5px 0 10px 0;
}

div.attendee-network-mail div.attendee div.image {
  width: 60px;
  float: left;
}

div.attendee-network-mail div.attendee div.image img {
  border-radius: 8px;
  border: 1px solid #999;
}

div.attendee-network-mail div.attendee div.about {
  width: 400px;
  float: left;
}

div.promoorder-user h2 {
  margin: 0 0 20px 0;
}

div.promoorder-user div.summary {
  margin: 0 0 20px 20px;
}

div.promoorder-user div.summary div {
  margin: 0 0 10px 0;
}

div.promoorder-user div.summary label {
  font-weight: bold;
}

div.promoorder-user div.left {
  float: left;
}

div.promoorder-user div.credits {
  border: 1px solid #999;
  border-radius: 10px;
  background: #FFF;
  padding: 5px;
}

div.promoorder-user div.credits h3 {
  font-weight: bold;
}

div.promoorder-user div.credits p {
  margin: 0 0 5px 0;
}

div.promoorder-user div.description ul {
  margin: 0 0 0 20px;
}

div.promoorder-user div.description li p {
  margin: 0;
}

div.promoorder-user div.description li {
  margin: 0 0 5px 0;
}

div.promoorder-order-ticket {
  margin: 0 0 100px 100px;
}

div.promoorder-order-ticket h1 {
  margin: 0 0 5px 0;
}

div.promoorder-order-ticket h2 {
  margin: 0 0 5px 0;
}

div.promoorder-order-ticket h3 {
  margin: 0 0 30px 0;
}

div.promoorder-order-ticket form.order-form h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

div.promoorder-order-ticket form.order-form {
  width: 300px;
  margin: 0 0 0 50px;
}

div.promoorder-order-ticket form.order-form div {
  margin: 0 0 10px 0;
}

div.promoorder-order-ticket form.order-form div label {
  display: block;
}

div.promoorder-order-ticket form.order-form input {
  font-size: 17px;
}

div.promoorder-order-ticket form.order-form button {
  font-size: 17px;
}

div.promoorder-order-ticket form.order-form input[type=text] {
  width: 300px;
}

div.promoorder-order-ticket form.order-form div.buttons {
  float: right;
}

#main-body div.promoorder-order-ticket div.select-attendee h3 {
  margin: 0 0 10px 0;
  color: #E49E19;
  font-size: 1.2em;
}

div.promoorder-order-ticket div.select-attendee {
  margin: 0 0 40px 50px;
}

div.promoorder-order-ticket div.select-attendee form button {
  font-size: 17px;
}

div.promoorder-order-ticket h3.or {
  color: #000;
  margin: 30px 0 30px 50px;
}

div.promooffer-user-selectticket h1 {
  margin: 0 0 5px 0;
}

div.promooffer-user-selectticket h2 {
  margin: 0 0 30px 0;
}

div.combine-account {
  margin: 0 auto 100px auto;
}

div.combine-account div.first-name {
  max-width: 150px;
  float: left;
  margin-right: 5px;
}

div.combine-account div.last-name {
  max-width: 200px;
  float: left;
}

div.combine-account div.other-email {
  margin-bottom: 30px;
}

div.combine-account div.other-email input {
  float: left;
  max-width: 200px;
  margin-right: 20px;
}

div.combine-account div.other-email button {
  float: left;
}

div.combine-account div.submit button {
  float: right;
}

div.combine-account textarea {
  width: 100%;
}

div.combine-account input.firstName {
  width: 150px;
}

div.combine-account input.lastName {
  width: 200px;
}

div.checkout-names-list {
  background: #FFF;
  padding: 15px 15px 0 15px;
  border: 1px solid #999;
  border-radius: 5px;
}

div.checkout-names-list .table > tbody > tr > th {
  border-top: 0;
}

div.user-modal form {
  margin: 15px;
}

div.user-modal input.first-name {
  float: left;
  width: 120px;
  margin-right: 10px;
}

div.user-modal input.last-name {
  float: left;
  width: 200px;
}

div.user-modal input.email {
  width: 300px;
}

div.user-modal div.correction-type label {
  font-weight: normal;
  margin-left: 10px;
}

div.user-modal div.spinner {
  float: left;
}

#main-body div.transfer-reg h1 {
  font-size: 1.8em;
}

div.transfer-reg div.update-login {
  max-width: 300px;
  margin: 30px 0 100px 0;
}

div.transfer-reg div.email-login {
  max-width: 300px;
  margin: 30px 0 100px 0;
}

div.transfer-reg.login-page div.choices {
  margin: 50px;
}

div.transfer-reg.login-page div.choices button {
  width: 120px;
}

div.transfer-reg.login-page div.choices span {
  margin: 0 30px;
}

div.blog-index {
  background: #FFF;
  margin-bottom: 30px;
  border: 1px solid #140905;
  border-radius: 5px;
}

div.blog-index div.year {
  border-bottom: 1px dotted #999;
}

div.blog-index div.year h3 {
  padding: 3px 5px;
}

div.blog-index div.year:last-child {
  border-bottom: 0;
}

div.blog-index div.year a {
  display: block;
}

div.blog-index div.year h3:hover {
  background: #FFFFCC;
}

div.blog-index div.year div.months {
  display: none;
}

div.blog-index div.month a {
  padding: 3px 25px;
  border-bottom: 1px dotted #999;
}

div.blog-index div.month:last-child a {
  border-bottom: 0;
}

div.blog-index div.month:hover {
  background: #FFFFCC;
}

div.blog-index div.year.current h3 {
  background: #F1F1F1;
}

div.blog-index div.year.current h3:hover {
  background: #FFFFCC;
}

div.blog-index div.year.current div.months {
  display: block;
}

div.blog-index div.month.current {
  background: #FFFFCC;
}

div.registration-complete-page h3.ticket-link {
  margin: 30px 0;
  text-align: center;
}
div.registration-complete-page h3.ticket-link a {
  color: #CC0000;
}
div.registration-complete-page div.workshop-change {
  text-align: center;
  margin-bottom: 60px;
}
div.registration-complete-page div.workshop-change a {
  color: #CC0000;
}
div.registration-complete-page ul {
  margin-bottom: 30px;
}
div.registration-complete-page ul li a {
  color: #CC0000;
}
div.registration-complete-page b {
  color: #CC0000;
}
div.registration-complete-page .ticket-button-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
div.registration-complete-page .ticket-button {
  display: inline-block;
  padding: 5px 35px;
  text-align: center;
}
div.registration-complete-page .ticket-button {
  border-radius: 4px;
  border: 2px solid #F2C752;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  background: rgba(242, 202, 90, 0.9);
}
div.registration-complete-page button.ticket-button:hover {
  cursor: pointer;
  background: rgb(255, 202, 90);
}

div.sms-notifcation-preferences form.phone-update {
  margin-bottom: 30px;
}
div.sms-notifcation-preferences table.my-notifications {
  margin-bottom: 30px;
}

/* spin */
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* schedule-page */
div.show-schedule-page h1 {
  font-size: 32px;
  color: #333;
}
div.show-schedule-page a.pdf-link i {
  font-size: 36px;
}

div.schedule-page div.header-wrapper {
  margin-bottom: 40px;
}
div.schedule-page div.header-wrapper div.day-tabs {
  float: right;
  width: 100%;
  max-width: 315px;
  border: 1px solid #999;
  border-radius: 4px;
}
div.schedule-page div.header-wrapper div.day-tabs a.tab {
  border-right: 1px solid #999;
  padding: 5px;
  float: left;
  text-align: center;
  text-decoration: none;
}
div.schedule-page div.header-wrapper div.day-tabs a.tab:last-child {
  border-right: 0;
}
div.schedule-page div.header-wrapper div.day-tabs a.tab.current {
  background: rgba(255, 255, 0, 0.3);
}
div.schedule-page div.header-wrapper div.day-tabs a.tab:hover {
  text-decoration: none;
}
div.schedule-page div.header-wrapper div.day-tabs-2 a {
  width: 50%;
}
div.schedule-page div.header-wrapper div.day-tabs-3 a {
  width: 33.3333333%;
}
div.schedule-page div.header-wrapper div.day-tabs-4 a {
  width: 25%;
  font-size: 12px;
}
div.schedule-page div.header-wrapper div.day-tabs-5 a {
  width: 20%;
}
div.schedule-page div.subevent-map {
  margin-bottom: 30px;
}
div.schedule-page div.subevent-map ul {
  list-style: none;
}
div.schedule-page div.subevent-map ul li span.color {
  border: 1px solid #999;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}
div.schedule-page div.day {
  display: none;
}
div.schedule-page div.day div.slot {
  max-width: 990px;
  padding: 0;
}
div.schedule-page div.day div.slot h4.slot-label {
  padding: 8px 0 8px 10px;
}
div.schedule-page div.day div.slot div.presentation {
  width: 328px;
  height: 100px;
  margin: 1px;
  float: left;
  padding: 5px;
  border: 1px solid #999;
  overflow: hidden;
}
div.schedule-page div.day div.slot div.presentation h4 {
  color: #333;
  margin: 0 0 5px 0;
  font-size: 16px;
}
div.schedule-page div.day div.slot div.presentation h5 {
  color: #999;
  margin: 0 0 5px 10px;
  font-size: 13px;
}
div.schedule-page div.day div.slot div.presentation h4 i.itinerary {
  display: none;
}
div.schedule-page div.day div.slot div.presentation h4 span.continued {
  display: block;
  color: #999;
  font-size: 12px;
}
div.schedule-page div.day div.slot div.presentation em.subevent {
  font-size: 14px;
  margin: 0 0 5px 10px;
  color: #333;
  float: right;
}
div.schedule-page div.day div.slot div.presentation.new {
  padding-right: 62px;
}
div.schedule-page div.day div.slot div.presentation.itinerary h4 i.itinerary {
  color: #F7941E;
  font-size: 24px;
  display: inline;
}
div.schedule-page div.day div.slot div.presentation:hover {
  background: rgba(32, 71, 137, 0.2);
  cursor: pointer;
}
div.schedule-page div.day div.slot.break-slot h4.slot-label {
  background: #f1f1f1;
}
div.schedule-page div.day div.slot.presentation-slot {
  padding-bottom: 15px;
}
div.schedule-page div.day div.slot:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 999px) {
  div.schedule-page div.day div.slot div.presentation {
    width: 49%;
  }
}
@media only screen and (max-width: 659px) {
  div.schedule-page div.day div.slot div.presentation {
    width: 99%;
  }
}
@media only screen and (max-width: 578px) {
  div.schedule-page div.day div.slot h4 {
    font-size: 16px;
  }
}
div.schedule-page {
  /* div.day */
}
div.schedule-page div.day.current {
  display: block;
  margin-bottom: 100px;
}
div.schedule-page div.day.rooms-assigned div.slot div.presentation {
  height: 100px;
}
div.schedule-page #presentation-detail {
  display: none;
  background: #fff;
  border: 1px solid #999;
  height: 3000px;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 3000px;
  box-shadow: -5px 0 5px #888;
}
div.schedule-page #presentation-detail div.wrapper {
  max-width: 760px;
}
div.schedule-page #presentation-detail div.wrapper div.head {
  padding: 10px 10px 0 0;
}
div.schedule-page #presentation-detail div.wrapper div.head a.close-link {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  margin: 5px 10px 0 0;
}
div.schedule-page #presentation-detail div.wrapper div.network-status {
  padding: 0 0 0 5px;
  float: left;
}
div.schedule-page #presentation-detail div.wrapper div.body {
  padding: 0 15px 0 15px;
  overflow: scroll;
}
div.schedule-page #presentation-detail div.wrapper div.body div.basicinfo {
  margin: 0 0 15px 0;
}
div.schedule-page #presentation-detail div.wrapper div.body div.basicinfo h3 {
  color: #333;
  font-size: 24px;
  margin: 0 0 10px 0;
  line-height: 24px;
}
div.schedule-page #presentation-detail div.wrapper div.body h4 {
  color: #999;
  font-size: 16px;
  margin: 0 0 5px 0;
}
div.schedule-page #presentation-detail div.wrapper div.body div.abstract {
  max-width: 500px;
  float: left;
}
div.schedule-page #presentation-detail div.wrapper div.body div.abstract h5.workshop-requirements {
  color: #CC0000;
}
div.schedule-page #presentation-detail div.wrapper div.body div.speaker-wrapper {
  width: 150px;
  float: left;
  margin-right: 15px;
}
div.schedule-page #presentation-detail div.wrapper div.body div.speaker-wrapper div.speaker {
  text-align: center;
}
div.schedule-page #presentation-detail div.wrapper div.body div.speaker-wrapper div.speaker h4 {
  color: #333;
}
div.schedule-page #presentation-detail div.wrapper div.body div.speaker-wrapper div.speaker h5 {
  color: #999;
  font-style: italic;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper {
  background: #fff;
  border-top: 1px solid #999;
  max-height: 115px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.status {
  padding: 0 10px;
  margin: 0;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.status a {
  text-decoration: underline;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 600px;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action ul li {
  width: 16.6666667%;
  height: 80px;
  display: block;
  border-right: 1px solid #999;
  float: left;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a {
  display: block;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a i, div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a span {
  display: block;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a i {
  font-size: 32px;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a div {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a:hover {
  text-decoration: none;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a.itinerary.selected {
  color: #F7941E;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a.itinerary.selected span {
  color: #F7941E;
}
div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action.disabled a {
  color: #999;
}
div.schedule-page #presentation-detail div.wrapper {
  /* action-status-wrapper */
}
@media only screen and (max-width: 500px) {
  div.schedule-page #presentation-detail div.wrapper div.body div.basicinfo h3 {
    font-size: 18px;
    line-height: 24px;
  }
  div.schedule-page #presentation-detail div.wrapper div.body h4 {
    font-size: 14px;
  }
  div.schedule-page #presentation-detail div.wrapper div.body div.speaker-wrapper {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  div.schedule-page #presentation-detail div.wrapper div.body div.speaker-wrapper div.speaker {
    text-align: center;
  }
  div.schedule-page #presentation-detail div.wrapper div.body div.speaker-wrapper div.speaker img {
    max-width: 80px;
    max-height: 80px;
  }
  div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a {
    padding: 5px 2px;
  }
  div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a span {
    font-size: 20px;
  }
  div.schedule-page #presentation-detail div.wrapper div.action-status-wrapper div.action a div {
    font-size: 10px;
  }
}
div.schedule-page {
  /* presentation-detail */
}
div.schedule-page #presentation-detail.show {
  display: block;
}
div.schedule-page #question-modal textarea {
  width: 100%;
}
div.schedule-page #eval-modal table.eval {
  margin-bottom: 15px;
}
div.schedule-page #eval-modal table.eval th {
  font-weight: bold;
}
div.schedule-page #eval-modal table.eval td.five {
  width: 70px;
}
div.schedule-page #eval-modal table.eval td {
  width: 50px;
  text-align: center;
}
div.schedule-page #eval-modal table.eval td.title {
  text-align: left;
  width: 250px;
  padding-left: 10px;
}
div.schedule-page #eval-modal ul {
  list-style: none;
  margin: 0 0 15px 15px;
}
div.schedule-page #eval-modal textarea {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  div.schedule-page #eval-modal th {
    font-size: 13px;
    max-width: 120px;
  }
  div.schedule-page #eval-modal td.title {
    font-size: 12px;
    max-width: 120px;
  }
  div.schedule-page #eval-modal td {
    border-bottom: 1px dotted #999;
  }
  div.schedule-page #eval-modal tr:last-child td {
    border-bottom: 0;
  }
  div.schedule-page #eval-modal tr.header td {
    border-bottom: 0;
  }
  div.schedule-page #eval-modal table.overall td {
    border-bottom: 0;
  }
}
div.schedule-page #video-modal iframe {
  max-width: 100%;
}
div.schedule-page div.modal-body h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px 0;
}
div.schedule-page div.modal-body h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px 20px;
}
div.schedule-page div.modal-footer div.network-status {
  float: left;
}
div.schedule-page div.network-status {
  color: #999;
}
div.schedule-page div.network-status i.fa-sync {
  font-size: 20px;
}
div.schedule-page div.network-status i.fa-sync.active {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media only screen and (max-width: 578px) {
  div.schedule-page div.day-tabs {
    font-size: 14px;
  }
  div.schedule-page div.day div.slot div.presentation h4 {
    font-size: 14px;
  }
}

#nav-bar div.container {
  padding: 5px 0;
}
#nav-bar div.container ul {
  margin-left: 0;
}
#nav-bar #nfjs-drop-down-button {
  display: none;
  padding: 5px;
  float: right;
}
#nav-bar .nav-links {
  padding: 5px 0;
}
#nav-bar .nav-links > ul {
  float: right;
  list-style: none;
}
#nav-bar .nav-links > ul li {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}
#nav-bar .nav-links > ul li a {
  padding: 5px 15px;
  text-decoration: none;
}
#nav-bar .nav-links > ul li a#nfjs-menu-close {
  position: absolute;
  width: 25px;
  height: 25px;
  display: none;
  border-bottom: 0;
  top: 0;
  right: 30px;
  z-index: 2;
}
#nav-bar .nav-links > ul li a#nfjs-menu-close svg, #nav-bar .nav-links > ul li a#nfjs-menu-close img {
  width: 25px;
  height: 25px;
}
#nav-bar .nav-links > ul li a#nfjs-menu-close:hover {
  cursor: pointer;
}
#nav-bar .nav-links > ul li.nfjs-dropdown {
  position: static;
}
#nav-bar .nav-links > ul li.nfjs-dropdown ul.nfjs-dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  background: #fff;
  position: absolute;
  border: 1px solid #999;
  z-index: 12;
}
#nav-bar .nav-links > ul li.nfjs-dropdown ul.nfjs-dropdown-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
#nav-bar .nav-links > ul li.nfjs-dropdown ul.nfjs-dropdown-menu li a {
  color: #333;
  display: block;
  padding: 5px 20px;
  border-bottom: 1px dotted #999;
}
#nav-bar .nav-links > ul li.nfjs-dropdown ul.nfjs-dropdown-menu li a.hidden {
  display: none;
}
#nav-bar .nav-links > ul li.nfjs-dropdown ul.nfjs-dropdown-menu li a:hover {
  background: #FAFAD2;
  color: orange;
}
#nav-bar .nav-links > ul li.nfjs-dropdown ul.nfjs-dropdown-menu li:last-child a {
  border-bottom: 0;
}
#nav-bar .nav-links > ul li.nfjs-dropdown:hover > ul.nfjs-dropdown-menu {
  display: block;
}

@media only screen and (max-width: 993px) {
  #nav-bar #nfjs-drop-down-button {
    display: block;
    margin-left: 5px;
  }
  #nav-bar #nfjs-drop-down-button:hover {
    cursor: pointer;
  }
  #nav-bar .nav-links {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    border-bottom: 1px solid #999;
  }
  #nav-bar .nav-links > ul {
    float: none;
    width: 100%;
    margin: 0;
  }
  #nav-bar .nav-links > ul li {
    display: block;
    width: 100%;
    background: #fff;
  }
  #nav-bar .nav-links > ul li a {
    display: block;
    color: #000;
    border-bottom: 1px solid #999;
  }
  #nav-bar .nav-links > ul li a#nfjs-menu-close {
    display: block;
  }
  #nav-bar .nav-links > ul li.nfjs-dropdown > ul.nfjs-dropdown-menu {
    position: relative;
    display: block;
    border: 0;
  }
  #nav-bar .nav-links.show {
    display: block;
  }
}
h1, h2, h3, h4, h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  font-weight: normal;
}

h3 {
  font-size: 16px;
}

h4, h5, h6 {
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 10px 0;
}

.btn {
  margin-right: 10px;
}

.btn:last-child {
  margin-right: 0;
}

.btn-group .btn {
  margin-right: 0;
}

div.container {
  /* max-width: 1000px; */
  padding-left: 12px;
  padding-right: 12px;
}

div.container.body {
  min-height: 600px;
  padding-bottom: 28px;
  padding-top: 40px;
}

div.container ul {
  margin-left: 20px;
}

@media only screen and (max-width: 960px) {
  div.admin-links {
    display: none;
  }
  #top-nav {
    float: left;
    margin-left: 15px;
  }
  #top-nav li.alt-home {
    display: block;
  }
  #top-nav li:hover {
    background: #fff;
  }
}
/* narrow */
@media only screen and (max-width: 766px) {
  div.top-wrapper ul#top-nav {
    display: block;
    width: 100%;
    float: none;
  }
}
div#password-expired {
  text-align: center;
  background: #fff;
  color: #333;
  border-bottom: 1px solid #999;
}
div#password-expired a {
  color: #cc0000;
  text-decoration: underline;
}

div.admin-links {
  position: relative;
  z-index: 2;
  background: #f1f1f1;
  color: #333;
}
div.admin-links .navbar-default {
  background: 0;
}
div.admin-links .navbar-default .navbar-nav > li > a {
  color: #333;
  padding: 5px 10px;
}
div.admin-links .navbar-default .navbar-nav > li > a:hover {
  color: #EF8F1C;
}
div.admin-links div.rolenav {
  font-size: 14px;
}
div.admin-links div.rolenav h4 {
  display: inline-block;
  padding: 6px;
  color: #333;
  margin: 2px 0 2px 0;
}
div.admin-links div.rolenav ul {
  display: inline-block;
  list-style: none;
}
div.admin-links div.rolenav ul li {
  display: inline-block;
  padding: 0;
}
div.admin-links div.rolenav ul li a {
  padding: 2px 8px;
}

ul.hlink a {
  font-weight: normal;
}

div.rolenav:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.14285em;
}

div.navbar.top {
  position: relative;
  top: -1;
  z-index: 1;
  margin-bottom: 0;
  margin-top: -1px;
  border-bottom: 1px solid #fff;
}
div.navbar.top a {
  font-family: "HelveticaNeue-Light", Helvetica, sans-serif;
  color: #fff;
  font-size: 1.14285714em;
  text-shadow: none;
  padding: 12px 10px 10px 10px;
}
div.navbar.top span.icon-bar {
  background-color: #fff;
}
div.navbar.top .navbar-toggle:focus, div.navbar.top div.navbar.top .navbar-toggle:hover {
  background: #FFF;
}
div.navbar.top .navbar-toggle:focus span.icon-bar, div.navbar.top div.navbar.top .navbar-toggle:hover span.icon-bar {
  background-color: #0072BB;
}
div.navbar.top li.dropdown ul li a {
  padding: 5px 10px;
  font-size: 1.142857em;
}

div.navbar {
  border-radius: 0;
  border: none;
}
div.navbar div.date-and-location {
  font-size: 1.14285714em;
  color: #fff;
  float: left;
  max-width: 300px;
  padding: 12px 0 0 3px;
}
div.navbar ul.nav li a {
  color: #fff;
}
div.navbar .navbar-collapse {
  padding: 0;
}

div.rolenav nav {
  padding: 0;
  min-height: 0;
}
div.rolenav nav ul.nav li a {
  padding: 5px 15px;
}

div.rolenav.speaker nav ul.nav li a {
  font-size: 0.92857143em;
  padding: 5px 7px;
}

div.container.main div.rolenav h3 {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

nav.role-speaker {
  padding: 0;
  min-height: 0;
}

nav.role-speaker ul.nav li a {
  padding: 5px 10px;
}

div.role-link-holder a {
  display: block;
  padding: 3px 10px;
  color: #fff;
  margin: 2px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

div.speaker-functions {
  margin-bottom: 30px;
}
div.speaker-functions a.active {
  background: rgba(255, 147, 0, 0.2);
}

/* staff and memeber top links */
a.speaker-md {
  width: 109px;
  height: 115px;
  display: block;
  background: url("images/speaker_bg.png") no-repeat;
  padding: 13px 0 0 12px;
  text-align: left;
}

a.speaker-md {
  box-sizing: content-box;
}

a.speaker-md img {
  width: 98px;
  height: 98px;
}

a.speaker-sm {
  width: 60px;
  height: 64px;
  float: left;
  background: url("images/speaker_sm_bg.png") no-repeat;
  padding: 8px 0 0 8px;
}

a.speaker-sm img {
  width: 54px;
  height: 54px;
}

.speaker-circle-md img {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 100px;
  border: 3px solid #999;
  margin: 0 auto 10px auto;
}

.speaker-circle-sm img {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  border: 3px solid #999;
  margin: 0 auto;
}

div.speaker-bio-view {
  margin-bottom: 30px;
}
div.speaker-bio-view div.image {
  text-align: center;
}

div.speaker-link-group {
  display: inline-block;
}
div.speaker-link-group a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  text-decoration: none;
}
div.speaker-link-group a:last-child {
  margin-right: 0;
}
div.speaker-link-group {
  /*
  a.twitter {  background: url($sprite) no-repeat -32px 0; }
  a.github {  background: url($sprite) no-repeat -361px 0; }
  a.web {  background: url($sprite) no-repeat -394px 0; }
  */
}

a.twitter-small {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px auto 30px auto;
  /*
  background: url($sprite) no-repeat -32px 0;
  */
}

/* footer */
footer {
  color: #fff;
  text-align: left;
  padding: 30px 0 30px 0;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #EF9411;
}
footer ul.links {
  list-style: none;
  text-align: center;
  margin: 0 0 10px 0;
}
footer ul.links li {
  display: inline;
  font-size: 0.9em;
  border-right: 1px dotted #999;
  padding: 2px 5px 2px 5px;
}
footer ul.links li.last {
  border-right: 0;
}
footer div.copyright {
  text-align: center;
}
footer a.logo svg {
  width: 150px;
}

body.no-nav div.main-content {
  min-height: 700px;
}

/* suadmin / speaker area // ARCHCONF - should apply to all?? */
div.container.speaker.main, div.container.suadmin.main {
  margin-top: 0;
  margin-bottom: 100px;
  border: 0;
  font-size: 14px;
}

body.suadmin.scheduler div.container.suadmin.main {
  margin-top: 40px;
}

body.speaker-app div.top-wrapper a.home-link {
  font-size: 30px;
  display: block;
}
body.speaker-app footer {
  text-align: center;
}

body.role-speaker div.speaker-app-wrapper {
  padding-top: 50px;
}

body.role-admin div.speaker-app-wrapper {
  padding-top: 80px;
}

body.tickets div.app-wrapper {
  min-height: 550px;
}

div.order-admin-detail div.section {
  margin-bottom: 60px;
}
div.order-admin-detail h3 {
  font-size: 16px;
}

#jp_container_1 .jp-controls-holder {
  width: 400px;
}

.jp-audio.nfjs .jp-type-single .jp-progress {
  width: 146px;
}

#modal-alert {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 400px;
  z-index: 1000;
  background: #fff;
  border: 2px solid rgb(255, 0, 0);
  border-radius: 8px;
}
#modal-alert div.modal-content {
  background: rgba(255, 0, 0, 0.2);
  padding: 10px;
  font-size: 14px;
}
#modal-alert i {
  position: absolute;
  top: 5px;
  right: 5px;
}
#modal-alert i:hover {
  cursor: pointer;
}
#modal-alert h3 {
  color: #cc0000;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #modal-alert {
    width: 300px;
    right: 10px;
  }
}
body {
  background: #fff;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

div.body-wrapper {
  margin: 0 auto;
}

a {
  color: #FCAC0C;
}

a:hover {
  color: #ffff00;
}

h1 {
  color: #000;
}

h1, h2, h3, h4, h5 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}

.navbar-nav > .active > a {
  background: none;
}

/* top-wrapper */
#nav-bar {
  background: #0C43CE;
  padding: 10px 0;
}
#nav-bar svg {
  margin-bottom: 0;
}
#nav-bar a.home-logo {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  font-size: 32px;
  font-family: "Roboto", "Open Sans", Sans-Serif;
}
#nav-bar a.home-logo span {
  color: #FCAC0C;
}
#nav-bar a.home-logo:hover {
  text-decoration: none;
}
#nav-bar a.home-link {
  display: none;
}
#nav-bar .nav-links {
  float: right;
}
#nav-bar .nav-links > ul li a {
  color: #fff;
  text-transform: none;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
#nav-bar .nav-links > ul li a:hover {
  color: #FCAC0C;
}
#nav-bar .nav-links > ul li.register a {
  padding: 10px 35px;
  color: #000;
  background: #C6EF24;
  border-radius: 30px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
#nav-bar .nav-links > ul li.register a:hover {
  background: #86B600;
  color: #000;
}
@media only screen and (max-width: 576px) {
  #nav-bar div.home-link-wrapper img {
    max-height: 44px;
  }
}

.navbar-speaker {
  background-color: #123A49;
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  div.top-wrapper .container {
    padding: 0;
  }
  div.top-wrapper .navbar-collapse {
    background: #fff;
  }
  div.top-wrapper div.home-link {
    display: none;
  }
  div.top-wrapper #top-nav > li > a {
    color: #333;
  }
  div.top-wrapper #top-nav > li.active > a {
    color: #333;
  }
  div.top-wrapper #top-nav > li.active > a:hover {
    color: #FCAC0C;
  }
  div.top-wrapper div.navbar.top {
    border-bottom: 1px solid #333;
  }
  div.top-wrapper div.navbar.top li.home {
    display: block;
  }
  div.top-wrapper div.navbar.top a {
    padding: 5px 10px;
  }
  div.top-wrapper div.navbar.top ul.nav > li > a {
    color: #333;
  }
  div.top-wrapper div.navbar.top ul.nav > li > a:hover {
    color: #FCAC0C;
  }
  body.show-home #nav-bar .nav-links > ul li a, body.show-view #nav-bar .nav-links > ul li a {
    color: #333;
  }
}
/* footer */
footer {
  padding-top: 100px;
  padding-bottom: 40px;
}
footer div.container {
  padding: 0;
}
footer div.container div.row {
  margin-left: 0;
  margin-right: 0;
}
footer div.container div.row ul, footer div.container div.row h4 {
  text-align: left;
}
footer div.container div.row ul {
  margin-left: 0;
}
footer a {
  color: #fff;
  display: inline-block;
}
footer h4 {
  color: #fff;
}
footer ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
footer address {
  font-size: 16px;
  margin: 20px 0 20px 0;
  text-align: left;
}
footer a.logo svg {
  width: 150px;
}

div.copyright {
  color: #fff;
  text-align: center;
}
div.copyright div.container {
  padding: 25px;
}

table.itemTable th {
  background-color: #123A49;
  color: #fff;
}

table.itemTable tr:nth-child(odd) {
  background-color: #faf3f3;
}

h1 {
  margin-bottom: 30px;
}

div.day-selection ul {
  display: inline-block;
  background: #567EDD;
  border: 1px solid #999;
  border-radius: 4px;
  list-style: none;
  padding-inline-start: 0;
  margin: 0 0 20px 0;
}
div.day-selection ul li {
  border-right: 1px dotted #999;
  display: inline-block;
  padding: 1px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
div.day-selection ul li.current {
  background: #fff;
  color: #0D44CF;
}
div.day-selection ul li:last-child {
  border-right: 0;
}
div.day-selection ul li:hover {
  cursor: pointer;
  color: #000;
}
@media (max-width: 400px) {
  div.day-selection ul li {
    padding: 1px 5px;
    font-size: 12px;
  }
}

/* day-selection */
div.show-day {
  margin-bottom: 40px;
  font-size: 21px;
  min-height: 800px;
}
div.show-day h3 {
  margin-bottom: 20px;
}
div.show-day div.slot {
  max-width: 990px;
  padding: 0;
}
div.show-day div.slot h4.slot-label {
  padding: 8px 0 8px 10px;
  margin: 0;
  font-size: 18px;
}
div.show-day div.slot h4.slot-label span.time {
  margin-right: 10px;
}
div.show-day div.slot span.full-day-label {
  color: #cc0000;
}
div.show-day div.slot div.presentation {
  position: relative;
  width: 328px;
  height: 130px;
  margin: 1px;
  float: left;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
}
div.show-day div.slot div.presentation h4 {
  color: #fff;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 20px;
}
div.show-day div.slot div.presentation h5, div.show-day div.slot div.presentation span.continued {
  color: #fff;
  margin: 0 0 5px 10px;
  font-size: 13px;
}
div.show-day div.slot div.presentation h4 i.itinerary {
  display: none;
}
div.show-day div.slot div.presentation h4 span.continued {
  display: block;
  color: #fff;
  font-size: 12px;
}
div.show-day div.slot div.presentation p {
  font-size: 14px;
}
div.show-day div.slot div.presentation i.fa-star {
  color: gold;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
div.show-day div.slot div.presentation.new {
  padding-right: 62px;
}
div.show-day div.slot div.presentation.itinerary h4 i.itinerary {
  color: #F7941E;
  font-size: 24px;
  display: inline;
}
div.show-day div.slot div.presentation:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
div.show-day div.slot {
  margin: 0 0 10px 0;
}
div.show-day div.slot.break-slot {
  background: rgba(12, 67, 206, 0.5);
  border-radius: 4px;
}
div.show-day div.slot.break-slot.zoom a.break-join {
  padding: 5px 15px;
  border: 1px solid #999;
  color: #fff;
  border-radius: 4px;
  margin: 0 10px;
}
div.show-day div.slot.break-slot.zoom a.break-join i {
  margin-right: 10px;
}
div.show-day div.slot.presentation-slot {
  padding-bottom: 15px;
}

/* show-day */
button.not-active {
  background: #d3d0d0;
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #999;
}

#detail-container, #hacktrack-container {
  background: rgb(9, 28, 76);
  background: linear-gradient(180deg, rgb(3, 9, 25) 0%, rgb(25, 63, 104) 100%);
  border: 1px solid #0C43CE;
  box-shadow: -5px 0 5px rgba(255, 255, 255, 0.1);
}
#detail-container a, #hacktrack-container a {
  color: #0C43CE;
}
#detail-container a.close-link, #hacktrack-container a.close-link {
  color: #fff;
}
#detail-container header h3, #hacktrack-container header h3 {
  color: #fcac0c;
}
#detail-container div.panel div.speaker, #hacktrack-container div.panel div.speaker {
  margin: 0 auto 0 auto;
}
#detail-container div.panel div.speaker h4, #detail-container div.panel div.speaker h5, #hacktrack-container div.panel div.speaker h4, #hacktrack-container div.panel div.speaker h5 {
  color: #000;
}
#detail-container div.panel div.speaker img, #hacktrack-container div.panel div.speaker img {
  max-width: 100%;
}

div.detail-body div.session-detail {
  background: #fff;
  color: #000;
  border-radius: 4px;
  padding: 15px 15px 100px 15px;
}
div.detail-body div.bottom-bar {
  color: #fff;
}
div.detail-body div.bottom-bar div.button-bar {
  background: rgb(25, 63, 104);
  padding: 1px;
}
div.detail-body div.bottom-bar div.button-bar button {
  border: 1px solid #0C43CE;
  background: rgba(12, 67, 206, 0.5);
  color: #fff;
}
div.detail-body div.bottom-bar div.button-bar button.button:hover {
  color: #fff;
}

/* corner ribbon */
.corner-ribbon {
  display: none;
}

/* The ribbons
 * https://codepen.io/eode9/pen/twkKm
 */
/* Different positions */
/* Colors */
div.zone {
  margin-bottom: 5px;
}

div.zone-warning {
  font-size: 14px;
  line-height: 16px;
  color: #cc0000;
}

html, body {
  overflow-x: hidden;
}

body.show-view div.body-wrapper div.container.body {
  position: relative;
  padding: 80px 0;
  max-width: 846px;
}
body.show-view div.body-wrapper div.content {
  position: relative;
  z-index: 2;
}
body.show-view div.bg-thing {
  position: absolute;
  z-index: 1;
  background-size: contain;
}
body.show-view div.bg-thing.circle.green {
  background: url("2025/remix/circle-green.png") no-repeat;
  right: -250px;
  top: 30px;
  width: 60px;
  height: 60px;
}
body.show-view div.bg-thing.circle.purple {
  background: url("2025/remix/circle-purple.png") no-repeat;
  right: -200px;
  top: 150px;
  width: 25px;
  height: 25px;
}
body.show-view div.bg-thing.circle.yellow {
  background: url("2025/remix/circle-yellow.png") no-repeat;
  left: -50px;
  top: 700px;
  width: 38px;
  height: 38px;
}
body.show-view div.bg-thing.circle.blue {
  background: url("2025/remix/circle-blue.png") no-repeat;
  left: -120px;
  top: 75px;
  width: 25px;
  height: 25px;
}
body.show-view div.bg-thing.circle-green-md {
  background: url("2025/remix/circle-green-md.png") no-repeat;
  right: 30px;
  top: 700px;
  width: 37px;
  height: 37px;
}
body.show-view div.bg-thing.circle-green-sm {
  background: url("2025/remix/circle-green-sm.png") no-repeat;
  right: -20px;
  top: 710px;
  width: 16px;
  height: 17px;
}
body.show-view div.bg-thing.line-1 {
  background: url("2025/remix/line-1.png") no-repeat;
  left: -200px;
  top: 40px;
  width: 50px;
  height: 94px;
}
body.show-view div.bg-thing.line-2 {
  background: url("2025/remix/line-2.png") no-repeat;
  right: -200px;
  top: 350px;
  width: 117px;
  height: 211px;
}
body.show-view div.bg-thing.line-3 {
  background: url("2025/remix/line-3.png") no-repeat;
  right: -240px;
  top: 600px;
  width: 155px;
  height: 53px;
}
body.show-view div.bg-thing.line-4 {
  background: url("2025/remix/line-4.png") no-repeat;
  right: -240px;
  top: 200px;
  width: 109px;
  height: 78px;
}
body.show-view div.bg-thing.line-5 {
  background: url("2025/remix/line-5.png") no-repeat;
  right: -240px;
  top: 500px;
  width: 65px;
  height: 230px;
}
body.show-view div.bg-thing.squiggle-1 {
  background: url("2025/remix/squiggle-1.png") no-repeat;
  left: -400px;
  top: 300px;
  width: 250px;
  height: 234px;
}
body.show-view div.bg-thing.squiggle-2 {
  background: url("2025/remix/squiggle-2.png") no-repeat;
  right: -350px;
  top: 10px;
  width: 265px;
  height: 401px;
}
body.show-view div.bg-thing.squiggle-3 {
  background: url("2025/remix/squiggle-3.png") no-repeat;
  left: -450px;
  top: 900px;
  width: 332px;
  height: 223px;
}
body.show-view div.bg-thing.squiggle-4 {
  background: url("2025/remix/squiggle-4.png") no-repeat;
  right: -180px;
  bottom: -20px;
  width: 345px;
  height: 335px;
}
body.show-view div.bg-thing.blob-2 {
  background: url("2025/remix/blob-2.png") no-repeat;
  left: -420px;
  top: 450px;
  width: 326px;
  height: 671px;
}
body.show-view div.bg-thing.blob-3 {
  background: url("2025/remix/blob-3.png") no-repeat;
  left: -290px;
  top: -30px;
  width: 904px;
  height: 911px;
}
body.show-view div.bg-thing.blob-4 {
  background: url("2025/remix/blob-4.png") no-repeat;
  left: -400px;
  top: 20px;
  width: 354px;
  height: 711px;
}

body.show-view.schedule {
  background: linear-gradient(182deg, #03070A -1.49%, #183B64 33.81%, #102A57 76.72%, #091949 102.79%, #A393F0 102.8%);
  color: #fff;
}
body.show-view.schedule h1, body.show-view.schedule h2, body.show-view.schedule h3, body.show-view.schedule h4, body.show-view.schedule h5 {
  color: #fff;
}
body.show-view.schedule div.body-wrapper {
  padding-bottom: 40px;
  background-image: url("/app-images/2025/remix/vector-9.png"), url("/app-images/2025/remix/vector-10.png"), url("/app-images/2025/remix/vector-11.png");
  background-position: center, top left, bottom right;
  background-size: cover, 50px 50px, 100px 100px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
body.show-view.schedule div.show-schedule-page {
  min-height: 3000px;
}
body.show-view.schedule div#detail-container, body.show-view.schedule div#hacktrack-container {
  background: linear-gradient(182deg, #03070A -1.49%, #183B64 33.81%, #102A57 76.72%, #091949 102.79%, #A393F0 102.8%);
}
body.show-view.schedule div#detail-container div.body-wrapper, body.show-view.schedule div#hacktrack-container div.body-wrapper {
  background: none;
}
/*# sourceMappingURL=maps/app-remix.css.map */
