/*! * Bootstrap v4.6.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
#jb_template :root, .jb_template :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", "Liberation 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;
}
#jb_template *, .jb_template *, #jb_template *::before, .jb_template *::before, #jb_template *::after, .jb_template *::after {
  box-sizing: border-box;
}
#jb_template html, .jb_template html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#jb_template article, .jb_template article, #jb_template aside, .jb_template aside, #jb_template figcaption, .jb_template figcaption, #jb_template figure, .jb_template figure, #jb_template footer, .jb_template footer, #jb_template header, .jb_template header, #jb_template hgroup, .jb_template hgroup, #jb_template main, .jb_template main, #jb_template nav, .jb_template nav, #jb_template section, .jb_template section {
  display: block;
}
#jb_template body, .jb_template body {
  margin: 0;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
}
#jb_template [tabindex="-1"]:focus:not(:focus-visible), .jb_template [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
#jb_template hr, .jb_template hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
#jb_template h1, .jb_template h1, #jb_template h2, .jb_template h2, #jb_template h3, .jb_template h3, #jb_template h4, .jb_template h4, #jb_template h5, .jb_template h5, #jb_template h6, .jb_template h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#jb_template p, .jb_template p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#jb_template abbr[title], .jb_template abbr[title], #jb_template abbr[data-original-title], .jb_template abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
#jb_template address, .jb_template address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
#jb_template ol, .jb_template ol, #jb_template ul, .jb_template ul, #jb_template dl, .jb_template dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
#jb_template ol ol, .jb_template ol ol, #jb_template ul ul, .jb_template ul ul, #jb_template ol ul, .jb_template ol ul, #jb_template ul ol, .jb_template ul ol {
  margin-bottom: 0;
}
#jb_template dt, .jb_template dt {
  font-weight: 700;
}
#jb_template dd, .jb_template dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
#jb_template blockquote, .jb_template blockquote {
  margin: 0 0 1rem;
}
#jb_template b, .jb_template b, #jb_template strong, .jb_template strong {
  font-weight: bolder;
}
#jb_template small, .jb_template small {
  font-size: 80%;
}
#jb_template sub, .jb_template sub, #jb_template sup, .jb_template sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
#jb_template sub, .jb_template sub {
  bottom: -0.25em;
}
#jb_template sup, .jb_template sup {
  top: -0.5em;
}
#jb_template a, .jb_template a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
#jb_template a:hover, .jb_template a:hover {
  color: #0056b3;
  text-decoration: underline;
}
#jb_template a:not([href]):not([class]), .jb_template a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
#jb_template a:not([href]):not([class]):hover, .jb_template a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
#jb_template pre, .jb_template pre, #jb_template code, .jb_template code, #jb_template kbd, .jb_template kbd, #jb_template samp, .jb_template samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
#jb_template pre, .jb_template pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
#jb_template figure, .jb_template figure {
  margin: 0 0 1rem;
}
#jb_template img, .jb_template img {
  vertical-align: middle;
  border-style: none;
}
#jb_template svg, .jb_template svg {
  overflow: hidden;
  vertical-align: middle;
}
#jb_template table, .jb_template table {
  border-collapse: collapse;
}
#jb_template caption, .jb_template caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
#jb_template th, .jb_template th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
#jb_template label, .jb_template label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
#jb_template button, .jb_template button {
  border-radius: 0;
}
#jb_template button:focus:not(:focus-visible), .jb_template button:focus:not(:focus-visible) {
  outline: 0;
}
#jb_template input, .jb_template input, #jb_template button, .jb_template button, #jb_template select, .jb_template select, #jb_template optgroup, .jb_template optgroup, #jb_template textarea, .jb_template textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#jb_template button, .jb_template button, #jb_template input, .jb_template input {
  overflow: visible;
}
#jb_template button, .jb_template button, #jb_template select, .jb_template select {
  text-transform: none;
}
#jb_template [role="button"], .jb_template [role="button"] {
  cursor: pointer;
}
#jb_template select, .jb_template select {
  word-wrap: normal;
}
#jb_template button, .jb_template button, #jb_template [type="button"], .jb_template [type="button"], #jb_template [type="reset"], .jb_template [type="reset"], #jb_template [type="submit"], .jb_template [type="submit"] {
  -webkit-appearance: button;
}
#jb_template button:not(:disabled), .jb_template button:not(:disabled), #jb_template [type="button"]:not(:disabled), .jb_template [type="button"]:not(:disabled), #jb_template [type="reset"]:not(:disabled), .jb_template [type="reset"]:not(:disabled), #jb_template [type="submit"]:not(:disabled), .jb_template [type="submit"]:not(:disabled) {
  cursor: pointer;
}
#jb_template button::-moz-focus-inner, .jb_template button::-moz-focus-inner, #jb_template [type="button"]::-moz-focus-inner, .jb_template [type="button"]::-moz-focus-inner, #jb_template [type="reset"]::-moz-focus-inner, .jb_template [type="reset"]::-moz-focus-inner, #jb_template [type="submit"]::-moz-focus-inner, .jb_template [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
#jb_template input[type="radio"], .jb_template input[type="radio"], #jb_template input[type="checkbox"], .jb_template input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
#jb_template textarea, .jb_template textarea {
  overflow: auto;
  resize: vertical;
}
#jb_template fieldset, .jb_template fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
#jb_template legend, .jb_template 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;
}
#jb_template progress, .jb_template progress {
  vertical-align: baseline;
}
#jb_template [type="number"]::-webkit-inner-spin-button, .jb_template [type="number"]::-webkit-inner-spin-button, #jb_template [type="number"]::-webkit-outer-spin-button, .jb_template [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#jb_template [type="search"], .jb_template [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
#jb_template [type="search"]::-webkit-search-decoration, .jb_template [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#jb_template ::-webkit-file-upload-button, .jb_template ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
#jb_template output, .jb_template output {
  display: inline-block;
}
#jb_template summary, .jb_template summary {
  display: list-item;
  cursor: pointer;
}
#jb_template template, .jb_template template {
  display: none;
}
#jb_template [hidden], .jb_template [hidden] {
  display: none !important;
}
#jb_template h1, .jb_template h1, #jb_template h2, .jb_template h2, #jb_template h3, .jb_template h3, #jb_template h4, .jb_template h4, #jb_template h5, .jb_template h5, #jb_template h6, .jb_template h6, #jb_template .h1, .jb_template .h1, #jb_template .h2, .jb_template .h2, #jb_template .h3, .jb_template .h3, #jb_template .h4, .jb_template .h4, #jb_template .h5, .jb_template .h5, #jb_template .h6, .jb_template .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
#jb_template h1, .jb_template h1, #jb_template .h1, .jb_template .h1 {
 /* font-size: 2.5rem; */
}
#jb_template h2, .jb_template h2, #jb_template .h2, .jb_template .h2 {
/*  font-size: 2rem;*/
}
#jb_template h3, .jb_template h3, #jb_template .h3, .jb_template .h3 {
/* font-size: 1.75rem;*/
}
#jb_template h4, .jb_template h4, #jb_template .h4, .jb_template .h4 {
/* font-size: 1.5rem;*/
}
#jb_template h5, .jb_template h5, #jb_template .h5, .jb_template .h5 {
/* font-size: 1.25rem;*/
}
#jb_template h6, .jb_template h6, #jb_template .h6, .jb_template .h6 {
/*  font-size: 1rem; */
}
#jb_template .lead, .jb_template .lead {
font-size: 1.25rem;
font-weight: 300;
}
#jb_template .display-1, .jb_template .display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
#jb_template .display-2, .jb_template .display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
#jb_template .display-3, .jb_template .display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
#jb_template .display-4, .jb_template .display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
#jb_template hr, .jb_template hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#jb_template small, .jb_template small, #jb_template .small, .jb_template .small {
font-size: 80%;
font-weight: 400;
}
#jb_template mark, .jb_template mark, #jb_template .mark, .jb_template .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
#jb_template .list-unstyled, .jb_template .list-unstyled {
padding-left: 0;
list-style: none;
}
#jb_template .list-inline, .jb_template .list-inline {
padding-left: 0;
list-style: none;
}
#jb_template .list-inline-item, .jb_template .list-inline-item {
display: inline-block;
}
#jb_template .list-inline-item:not(:last-child), .jb_template .list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
#jb_template .initialism, .jb_template .initialism {
font-size: 90%;
text-transform: uppercase;
}
#jb_template .blockquote, .jb_template .blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
#jb_template .blockquote-footer, .jb_template .blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
#jb_template .blockquote-footer::before, .jb_template .blockquote-footer::before {
content: "\2014\00A0";
}
#jb_template .img-fluid, .jb_template .img-fluid {
max-width: 100%;
height: auto;
}
#jb_template .img-thumbnail, .jb_template .img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
#jb_template .figure, .jb_template .figure {
display: inline-block;
}
#jb_template .figure-img, .jb_template .figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
#jb_template .figure-caption, .jb_template .figure-caption {
font-size: 90%;
color: #6c757d;
}
#jb_template code, .jb_template code {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word;
}
#jb_template a > code, .jb_template a > code {
color: inherit;
}
#jb_template kbd, .jb_template kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
#jb_template kbd kbd, .jb_template kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
#jb_template pre, .jb_template pre {
display: block;
font-size: 87.5%;
color: #212529;
}
#jb_template pre code, .jb_template pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
#jb_template .pre-scrollable, .jb_template .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
#jb_template .container, .jb_template .container, #jb_template .container-fluid, .jb_template .container-fluid, #jb_template .container-sm, .jb_template .container-sm, #jb_template .container-md, .jb_template .container-md, #jb_template .container-lg, .jb_template .container-lg, #jb_template .container-xl, .jb_template .container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
#jb_template .container, .jb_template .container, #jb_template .container-sm, .jb_template .container-sm {
  max-width: 540px;
}
}
@media (min-width: 768px) {
#jb_template .container, .jb_template .container, #jb_template .container-sm, .jb_template .container-sm, #jb_template .container-md, .jb_template .container-md {
  max-width: 720px;
}
}
@media (min-width: 992px) {
#jb_template .container, .jb_template .container, #jb_template .container-sm, .jb_template .container-sm, #jb_template .container-md, .jb_template .container-md, #jb_template .container-lg, .jb_template .container-lg {
  max-width: 960px;
}
}
@media (min-width: 1200px) {
#jb_template .container, .jb_template .container, #jb_template .container-sm, .jb_template .container-sm, #jb_template .container-md, .jb_template .container-md, #jb_template .container-lg, .jb_template .container-lg, #jb_template .container-xl, .jb_template .container-xl {
  max-width: 1140px;
}
}
#jb_template .row, .jb_template .row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
#jb_template .no-gutters, .jb_template .no-gutters {
margin-right: 0;
margin-left: 0;
}
#jb_template .no-gutters > .col, .jb_template .no-gutters > .col, #jb_template .no-gutters > [class*="col-"], .jb_template .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
#jb_template .col-1, .jb_template .col-1, #jb_template .col-2, .jb_template .col-2, #jb_template .col-3, .jb_template .col-3, #jb_template .col-4, .jb_template .col-4, #jb_template .col-5, .jb_template .col-5, #jb_template .col-6, .jb_template .col-6, #jb_template .col-7, .jb_template .col-7, #jb_template .col-8, .jb_template .col-8, #jb_template .col-9, .jb_template .col-9, #jb_template .col-10, .jb_template .col-10, #jb_template .col-11, .jb_template .col-11, #jb_template .col-12, .jb_template .col-12, #jb_template .col, .jb_template .col, #jb_template .col-auto, .jb_template .col-auto, #jb_template .col-sm-1, .jb_template .col-sm-1, #jb_template .col-sm-2, .jb_template .col-sm-2, #jb_template .col-sm-3, .jb_template .col-sm-3, #jb_template .col-sm-4, .jb_template .col-sm-4, #jb_template .col-sm-5, .jb_template .col-sm-5, #jb_template .col-sm-6, .jb_template .col-sm-6, #jb_template .col-sm-7, .jb_template .col-sm-7, #jb_template .col-sm-8, .jb_template .col-sm-8, #jb_template .col-sm-9, .jb_template .col-sm-9, #jb_template .col-sm-10, .jb_template .col-sm-10, #jb_template .col-sm-11, .jb_template .col-sm-11, #jb_template .col-sm-12, .jb_template .col-sm-12, #jb_template .col-sm, .jb_template .col-sm, #jb_template .col-sm-auto, .jb_template .col-sm-auto, #jb_template .col-md-1, .jb_template .col-md-1, #jb_template .col-md-2, .jb_template .col-md-2, #jb_template .col-md-3, .jb_template .col-md-3, #jb_template .col-md-4, .jb_template .col-md-4, #jb_template .col-md-5, .jb_template .col-md-5, #jb_template .col-md-6, .jb_template .col-md-6, #jb_template .col-md-7, .jb_template .col-md-7, #jb_template .col-md-8, .jb_template .col-md-8, #jb_template .col-md-9, .jb_template .col-md-9, #jb_template .col-md-10, .jb_template .col-md-10, #jb_template .col-md-11, .jb_template .col-md-11, #jb_template .col-md-12, .jb_template .col-md-12, #jb_template .col-md, .jb_template .col-md, #jb_template .col-md-auto, .jb_template .col-md-auto, #jb_template .col-lg-1, .jb_template .col-lg-1, #jb_template .col-lg-2, .jb_template .col-lg-2, #jb_template .col-lg-3, .jb_template .col-lg-3, #jb_template .col-lg-4, .jb_template .col-lg-4, #jb_template .col-lg-5, .jb_template .col-lg-5, #jb_template .col-lg-6, .jb_template .col-lg-6, #jb_template .col-lg-7, .jb_template .col-lg-7, #jb_template .col-lg-8, .jb_template .col-lg-8, #jb_template .col-lg-9, .jb_template .col-lg-9, #jb_template .col-lg-10, .jb_template .col-lg-10, #jb_template .col-lg-11, .jb_template .col-lg-11, #jb_template .col-lg-12, .jb_template .col-lg-12, #jb_template .col-lg, .jb_template .col-lg, #jb_template .col-lg-auto, .jb_template .col-lg-auto, #jb_template .col-xl-1, .jb_template .col-xl-1, #jb_template .col-xl-2, .jb_template .col-xl-2, #jb_template .col-xl-3, .jb_template .col-xl-3, #jb_template .col-xl-4, .jb_template .col-xl-4, #jb_template .col-xl-5, .jb_template .col-xl-5, #jb_template .col-xl-6, .jb_template .col-xl-6, #jb_template .col-xl-7, .jb_template .col-xl-7, #jb_template .col-xl-8, .jb_template .col-xl-8, #jb_template .col-xl-9, .jb_template .col-xl-9, #jb_template .col-xl-10, .jb_template .col-xl-10, #jb_template .col-xl-11, .jb_template .col-xl-11, #jb_template .col-xl-12, .jb_template .col-xl-12, #jb_template .col-xl, .jb_template .col-xl, #jb_template .col-xl-auto, .jb_template .col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
#jb_template .col, .jb_template .col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
#jb_template .row-cols-1 > *, .jb_template .row-cols-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
#jb_template .row-cols-2 > *, .jb_template .row-cols-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
#jb_template .row-cols-3 > *, .jb_template .row-cols-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
#jb_template .row-cols-4 > *, .jb_template .row-cols-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
#jb_template .row-cols-5 > *, .jb_template .row-cols-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
#jb_template .row-cols-6 > *, .jb_template .row-cols-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
#jb_template .col-auto, .jb_template .col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
#jb_template .col-1, .jb_template .col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
#jb_template .col-2, .jb_template .col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
#jb_template .col-3, .jb_template .col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
#jb_template .col-4, .jb_template .col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
#jb_template .col-5, .jb_template .col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
#jb_template .col-6, .jb_template .col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
#jb_template .col-7, .jb_template .col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
#jb_template .col-8, .jb_template .col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
#jb_template .col-9, .jb_template .col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
#jb_template .col-10, .jb_template .col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
#jb_template .col-11, .jb_template .col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
#jb_template .col-12, .jb_template .col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
#jb_template .order-first, .jb_template .order-first {
-ms-flex-order: -1;
order: -1;
}
#jb_template .order-last, .jb_template .order-last {
-ms-flex-order: 13;
order: 13;
}
#jb_template .order-0, .jb_template .order-0 {
-ms-flex-order: 0;
order: 0;
}
#jb_template .order-1, .jb_template .order-1 {
-ms-flex-order: 1;
order: 1;
}
#jb_template .order-2, .jb_template .order-2 {
-ms-flex-order: 2;
order: 2;
}
#jb_template .order-3, .jb_template .order-3 {
-ms-flex-order: 3;
order: 3;
}
#jb_template .order-4, .jb_template .order-4 {
-ms-flex-order: 4;
order: 4;
}
#jb_template .order-5, .jb_template .order-5 {
-ms-flex-order: 5;
order: 5;
}
#jb_template .order-6, .jb_template .order-6 {
-ms-flex-order: 6;
order: 6;
}
#jb_template .order-7, .jb_template .order-7 {
-ms-flex-order: 7;
order: 7;
}
#jb_template .order-8, .jb_template .order-8 {
-ms-flex-order: 8;
order: 8;
}
#jb_template .order-9, .jb_template .order-9 {
-ms-flex-order: 9;
order: 9;
}
#jb_template .order-10, .jb_template .order-10 {
-ms-flex-order: 10;
order: 10;
}
#jb_template .order-11, .jb_template .order-11 {
-ms-flex-order: 11;
order: 11;
}
#jb_template .order-12, .jb_template .order-12 {
-ms-flex-order: 12;
order: 12;
}
#jb_template .offset-1, .jb_template .offset-1 {
margin-left: 8.333333%;
}
#jb_template .offset-2, .jb_template .offset-2 {
margin-left: 16.666667%;
}
#jb_template .offset-3, .jb_template .offset-3 {
margin-left: 25%;
}
#jb_template .offset-4, .jb_template .offset-4 {
margin-left: 33.333333%;
}
#jb_template .offset-5, .jb_template .offset-5 {
margin-left: 41.666667%;
}
#jb_template .offset-6, .jb_template .offset-6 {
margin-left: 50%;
}
#jb_template .offset-7, .jb_template .offset-7 {
margin-left: 58.333333%;
}
#jb_template .offset-8, .jb_template .offset-8 {
margin-left: 66.666667%;
}
#jb_template .offset-9, .jb_template .offset-9 {
margin-left: 75%;
}
#jb_template .offset-10, .jb_template .offset-10 {
margin-left: 83.333333%;
}
#jb_template .offset-11, .jb_template .offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
#jb_template .col-sm, .jb_template .col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#jb_template .row-cols-sm-1 > *, .jb_template .row-cols-sm-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#jb_template .row-cols-sm-2 > *, .jb_template .row-cols-sm-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#jb_template .row-cols-sm-3 > *, .jb_template .row-cols-sm-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#jb_template .row-cols-sm-4 > *, .jb_template .row-cols-sm-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#jb_template .row-cols-sm-5 > *, .jb_template .row-cols-sm-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#jb_template .row-cols-sm-6 > *, .jb_template .row-cols-sm-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
#jb_template .col-sm-auto, .jb_template .col-sm-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#jb_template .col-sm-1, .jb_template .col-sm-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
#jb_template .col-sm-2, .jb_template .col-sm-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
#jb_template .col-sm-3, .jb_template .col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#jb_template .col-sm-4, .jb_template .col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#jb_template .col-sm-5, .jb_template .col-sm-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
#jb_template .col-sm-6, .jb_template .col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#jb_template .col-sm-7, .jb_template .col-sm-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
#jb_template .col-sm-8, .jb_template .col-sm-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
#jb_template .col-sm-9, .jb_template .col-sm-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
#jb_template .col-sm-10, .jb_template .col-sm-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
#jb_template .col-sm-11, .jb_template .col-sm-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
#jb_template .col-sm-12, .jb_template .col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#jb_template .order-sm-first, .jb_template .order-sm-first {
  -ms-flex-order: -1;
  order: -1;
}
#jb_template .order-sm-last, .jb_template .order-sm-last {
  -ms-flex-order: 13;
  order: 13;
}
#jb_template .order-sm-0, .jb_template .order-sm-0 {
  -ms-flex-order: 0;
  order: 0;
}
#jb_template .order-sm-1, .jb_template .order-sm-1 {
  -ms-flex-order: 1;
  order: 1;
}
#jb_template .order-sm-2, .jb_template .order-sm-2 {
  -ms-flex-order: 2;
  order: 2;
}
#jb_template .order-sm-3, .jb_template .order-sm-3 {
  -ms-flex-order: 3;
  order: 3;
}
#jb_template .order-sm-4, .jb_template .order-sm-4 {
  -ms-flex-order: 4;
  order: 4;
}
#jb_template .order-sm-5, .jb_template .order-sm-5 {
  -ms-flex-order: 5;
  order: 5;
}
#jb_template .order-sm-6, .jb_template .order-sm-6 {
  -ms-flex-order: 6;
  order: 6;
}
#jb_template .order-sm-7, .jb_template .order-sm-7 {
  -ms-flex-order: 7;
  order: 7;
}
#jb_template .order-sm-8, .jb_template .order-sm-8 {
  -ms-flex-order: 8;
  order: 8;
}
#jb_template .order-sm-9, .jb_template .order-sm-9 {
  -ms-flex-order: 9;
  order: 9;
}
#jb_template .order-sm-10, .jb_template .order-sm-10 {
  -ms-flex-order: 10;
  order: 10;
}
#jb_template .order-sm-11, .jb_template .order-sm-11 {
  -ms-flex-order: 11;
  order: 11;
}
#jb_template .order-sm-12, .jb_template .order-sm-12 {
  -ms-flex-order: 12;
  order: 12;
}
#jb_template .offset-sm-0, .jb_template .offset-sm-0 {
  margin-left: 0;
}
#jb_template .offset-sm-1, .jb_template .offset-sm-1 {
  margin-left: 8.333333%;
}
#jb_template .offset-sm-2, .jb_template .offset-sm-2 {
  margin-left: 16.666667%;
}
#jb_template .offset-sm-3, .jb_template .offset-sm-3 {
  margin-left: 25%;
}
#jb_template .offset-sm-4, .jb_template .offset-sm-4 {
  margin-left: 33.333333%;
}
#jb_template .offset-sm-5, .jb_template .offset-sm-5 {
  margin-left: 41.666667%;
}
#jb_template .offset-sm-6, .jb_template .offset-sm-6 {
  margin-left: 50%;
}
#jb_template .offset-sm-7, .jb_template .offset-sm-7 {
  margin-left: 58.333333%;
}
#jb_template .offset-sm-8, .jb_template .offset-sm-8 {
  margin-left: 66.666667%;
}
#jb_template .offset-sm-9, .jb_template .offset-sm-9 {
  margin-left: 75%;
}
#jb_template .offset-sm-10, .jb_template .offset-sm-10 {
  margin-left: 83.333333%;
}
#jb_template .offset-sm-11, .jb_template .offset-sm-11 {
  margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
#jb_template .col-md, .jb_template .col-md {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#jb_template .row-cols-md-1 > *, .jb_template .row-cols-md-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#jb_template .row-cols-md-2 > *, .jb_template .row-cols-md-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#jb_template .row-cols-md-3 > *, .jb_template .row-cols-md-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#jb_template .row-cols-md-4 > *, .jb_template .row-cols-md-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#jb_template .row-cols-md-5 > *, .jb_template .row-cols-md-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#jb_template .row-cols-md-6 > *, .jb_template .row-cols-md-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
#jb_template .col-md-auto, .jb_template .col-md-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#jb_template .col-md-1, .jb_template .col-md-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
#jb_template .col-md-2, .jb_template .col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
#jb_template .col-md-3, .jb_template .col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#jb_template .col-md-4, .jb_template .col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#jb_template .col-md-5, .jb_template .col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
#jb_template .col-md-6, .jb_template .col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#jb_template .col-md-7, .jb_template .col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
#jb_template .col-md-8, .jb_template .col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
#jb_template .col-md-9, .jb_template .col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
#jb_template .col-md-10, .jb_template .col-md-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
#jb_template .col-md-11, .jb_template .col-md-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
#jb_template .col-md-12, .jb_template .col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#jb_template .order-md-first, .jb_template .order-md-first {
  -ms-flex-order: -1;
  order: -1;
}
#jb_template .order-md-last, .jb_template .order-md-last {
  -ms-flex-order: 13;
  order: 13;
}
#jb_template .order-md-0, .jb_template .order-md-0 {
  -ms-flex-order: 0;
  order: 0;
}
#jb_template .order-md-1, .jb_template .order-md-1 {
  -ms-flex-order: 1;
  order: 1;
}
#jb_template .order-md-2, .jb_template .order-md-2 {
  -ms-flex-order: 2;
  order: 2;
}
#jb_template .order-md-3, .jb_template .order-md-3 {
  -ms-flex-order: 3;
  order: 3;
}
#jb_template .order-md-4, .jb_template .order-md-4 {
  -ms-flex-order: 4;
  order: 4;
}
#jb_template .order-md-5, .jb_template .order-md-5 {
  -ms-flex-order: 5;
  order: 5;
}
#jb_template .order-md-6, .jb_template .order-md-6 {
  -ms-flex-order: 6;
  order: 6;
}
#jb_template .order-md-7, .jb_template .order-md-7 {
  -ms-flex-order: 7;
  order: 7;
}
#jb_template .order-md-8, .jb_template .order-md-8 {
  -ms-flex-order: 8;
  order: 8;
}
#jb_template .order-md-9, .jb_template .order-md-9 {
  -ms-flex-order: 9;
  order: 9;
}
#jb_template .order-md-10, .jb_template .order-md-10 {
  -ms-flex-order: 10;
  order: 10;
}
#jb_template .order-md-11, .jb_template .order-md-11 {
  -ms-flex-order: 11;
  order: 11;
}
#jb_template .order-md-12, .jb_template .order-md-12 {
  -ms-flex-order: 12;
  order: 12;
}
#jb_template .offset-md-0, .jb_template .offset-md-0 {
  margin-left: 0;
}
#jb_template .offset-md-1, .jb_template .offset-md-1 {
  margin-left: 8.333333%;
}
#jb_template .offset-md-2, .jb_template .offset-md-2 {
  margin-left: 16.666667%;
}
#jb_template .offset-md-3, .jb_template .offset-md-3 {
  margin-left: 25%;
}
#jb_template .offset-md-4, .jb_template .offset-md-4 {
  margin-left: 33.333333%;
}
#jb_template .offset-md-5, .jb_template .offset-md-5 {
  margin-left: 41.666667%;
}
#jb_template .offset-md-6, .jb_template .offset-md-6 {
  margin-left: 50%;
}
#jb_template .offset-md-7, .jb_template .offset-md-7 {
  margin-left: 58.333333%;
}
#jb_template .offset-md-8, .jb_template .offset-md-8 {
  margin-left: 66.666667%;
}
#jb_template .offset-md-9, .jb_template .offset-md-9 {
  margin-left: 75%;
}
#jb_template .offset-md-10, .jb_template .offset-md-10 {
  margin-left: 83.333333%;
}
#jb_template .offset-md-11, .jb_template .offset-md-11 {
  margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
#jb_template .col-lg, .jb_template .col-lg {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#jb_template .row-cols-lg-1 > *, .jb_template .row-cols-lg-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#jb_template .row-cols-lg-2 > *, .jb_template .row-cols-lg-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#jb_template .row-cols-lg-3 > *, .jb_template .row-cols-lg-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#jb_template .row-cols-lg-4 > *, .jb_template .row-cols-lg-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#jb_template .row-cols-lg-5 > *, .jb_template .row-cols-lg-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#jb_template .row-cols-lg-6 > *, .jb_template .row-cols-lg-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
#jb_template .col-lg-auto, .jb_template .col-lg-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#jb_template .col-lg-1, .jb_template .col-lg-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
#jb_template .col-lg-2, .jb_template .col-lg-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
#jb_template .col-lg-3, .jb_template .col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#jb_template .col-lg-4, .jb_template .col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#jb_template .col-lg-5, .jb_template .col-lg-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
#jb_template .col-lg-6, .jb_template .col-lg-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#jb_template .col-lg-7, .jb_template .col-lg-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
#jb_template .col-lg-8, .jb_template .col-lg-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
#jb_template .col-lg-9, .jb_template .col-lg-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
#jb_template .col-lg-10, .jb_template .col-lg-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
#jb_template .col-lg-11, .jb_template .col-lg-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
#jb_template .col-lg-12, .jb_template .col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#jb_template .order-lg-first, .jb_template .order-lg-first {
  -ms-flex-order: -1;
  order: -1;
}
#jb_template .order-lg-last, .jb_template .order-lg-last {
  -ms-flex-order: 13;
  order: 13;
}
#jb_template .order-lg-0, .jb_template .order-lg-0 {
  -ms-flex-order: 0;
  order: 0;
}
#jb_template .order-lg-1, .jb_template .order-lg-1 {
  -ms-flex-order: 1;
  order: 1;
}
#jb_template .order-lg-2, .jb_template .order-lg-2 {
  -ms-flex-order: 2;
  order: 2;
}
#jb_template .order-lg-3, .jb_template .order-lg-3 {
  -ms-flex-order: 3;
  order: 3;
}
#jb_template .order-lg-4, .jb_template .order-lg-4 {
  -ms-flex-order: 4;
  order: 4;
}
#jb_template .order-lg-5, .jb_template .order-lg-5 {
  -ms-flex-order: 5;
  order: 5;
}
#jb_template .order-lg-6, .jb_template .order-lg-6 {
  -ms-flex-order: 6;
  order: 6;
}
#jb_template .order-lg-7, .jb_template .order-lg-7 {
  -ms-flex-order: 7;
  order: 7;
}
#jb_template .order-lg-8, .jb_template .order-lg-8 {
  -ms-flex-order: 8;
  order: 8;
}
#jb_template .order-lg-9, .jb_template .order-lg-9 {
  -ms-flex-order: 9;
  order: 9;
}
#jb_template .order-lg-10, .jb_template .order-lg-10 {
  -ms-flex-order: 10;
  order: 10;
}
#jb_template .order-lg-11, .jb_template .order-lg-11 {
  -ms-flex-order: 11;
  order: 11;
}
#jb_template .order-lg-12, .jb_template .order-lg-12 {
  -ms-flex-order: 12;
  order: 12;
}
#jb_template .offset-lg-0, .jb_template .offset-lg-0 {
  margin-left: 0;
}
#jb_template .offset-lg-1, .jb_template .offset-lg-1 {
  margin-left: 8.333333%;
}
#jb_template .offset-lg-2, .jb_template .offset-lg-2 {
  margin-left: 16.666667%;
}
#jb_template .offset-lg-3, .jb_template .offset-lg-3 {
  margin-left: 25%;
}
#jb_template .offset-lg-4, .jb_template .offset-lg-4 {
  margin-left: 33.333333%;
}
#jb_template .offset-lg-5, .jb_template .offset-lg-5 {
  margin-left: 41.666667%;
}
#jb_template .offset-lg-6, .jb_template .offset-lg-6 {
  margin-left: 50%;
}
#jb_template .offset-lg-7, .jb_template .offset-lg-7 {
  margin-left: 58.333333%;
}
#jb_template .offset-lg-8, .jb_template .offset-lg-8 {
  margin-left: 66.666667%;
}
#jb_template .offset-lg-9, .jb_template .offset-lg-9 {
  margin-left: 75%;
}
#jb_template .offset-lg-10, .jb_template .offset-lg-10 {
  margin-left: 83.333333%;
}
#jb_template .offset-lg-11, .jb_template .offset-lg-11 {
  margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
#jb_template .col-xl, .jb_template .col-xl {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#jb_template .row-cols-xl-1 > *, .jb_template .row-cols-xl-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#jb_template .row-cols-xl-2 > *, .jb_template .row-cols-xl-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#jb_template .row-cols-xl-3 > *, .jb_template .row-cols-xl-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#jb_template .row-cols-xl-4 > *, .jb_template .row-cols-xl-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#jb_template .row-cols-xl-5 > *, .jb_template .row-cols-xl-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#jb_template .row-cols-xl-6 > *, .jb_template .row-cols-xl-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
#jb_template .col-xl-auto, .jb_template .col-xl-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#jb_template .col-xl-1, .jb_template .col-xl-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
#jb_template .col-xl-2, .jb_template .col-xl-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
#jb_template .col-xl-3, .jb_template .col-xl-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#jb_template .col-xl-4, .jb_template .col-xl-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#jb_template .col-xl-5, .jb_template .col-xl-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
#jb_template .col-xl-6, .jb_template .col-xl-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#jb_template .col-xl-7, .jb_template .col-xl-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
#jb_template .col-xl-8, .jb_template .col-xl-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
#jb_template .col-xl-9, .jb_template .col-xl-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
#jb_template .col-xl-10, .jb_template .col-xl-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
#jb_template .col-xl-11, .jb_template .col-xl-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
#jb_template .col-xl-12, .jb_template .col-xl-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#jb_template .order-xl-first, .jb_template .order-xl-first {
  -ms-flex-order: -1;
  order: -1;
}
#jb_template .order-xl-last, .jb_template .order-xl-last {
  -ms-flex-order: 13;
  order: 13;
}
#jb_template .order-xl-0, .jb_template .order-xl-0 {
  -ms-flex-order: 0;
  order: 0;
}
#jb_template .order-xl-1, .jb_template .order-xl-1 {
  -ms-flex-order: 1;
  order: 1;
}
#jb_template .order-xl-2, .jb_template .order-xl-2 {
  -ms-flex-order: 2;
  order: 2;
}
#jb_template .order-xl-3, .jb_template .order-xl-3 {
  -ms-flex-order: 3;
  order: 3;
}
#jb_template .order-xl-4, .jb_template .order-xl-4 {
  -ms-flex-order: 4;
  order: 4;
}
#jb_template .order-xl-5, .jb_template .order-xl-5 {
  -ms-flex-order: 5;
  order: 5;
}
#jb_template .order-xl-6, .jb_template .order-xl-6 {
  -ms-flex-order: 6;
  order: 6;
}
#jb_template .order-xl-7, .jb_template .order-xl-7 {
  -ms-flex-order: 7;
  order: 7;
}
#jb_template .order-xl-8, .jb_template .order-xl-8 {
  -ms-flex-order: 8;
  order: 8;
}
#jb_template .order-xl-9, .jb_template .order-xl-9 {
  -ms-flex-order: 9;
  order: 9;
}
#jb_template .order-xl-10, .jb_template .order-xl-10 {
  -ms-flex-order: 10;
  order: 10;
}
#jb_template .order-xl-11, .jb_template .order-xl-11 {
  -ms-flex-order: 11;
  order: 11;
}
#jb_template .order-xl-12, .jb_template .order-xl-12 {
  -ms-flex-order: 12;
  order: 12;
}
#jb_template .offset-xl-0, .jb_template .offset-xl-0 {
  margin-left: 0;
}
#jb_template .offset-xl-1, .jb_template .offset-xl-1 {
  margin-left: 8.333333%;
}
#jb_template .offset-xl-2, .jb_template .offset-xl-2 {
  margin-left: 16.666667%;
}
#jb_template .offset-xl-3, .jb_template .offset-xl-3 {
  margin-left: 25%;
}
#jb_template .offset-xl-4, .jb_template .offset-xl-4 {
  margin-left: 33.333333%;
}
#jb_template .offset-xl-5, .jb_template .offset-xl-5 {
  margin-left: 41.666667%;
}
#jb_template .offset-xl-6, .jb_template .offset-xl-6 {
  margin-left: 50%;
}
#jb_template .offset-xl-7, .jb_template .offset-xl-7 {
  margin-left: 58.333333%;
}
#jb_template .offset-xl-8, .jb_template .offset-xl-8 {
  margin-left: 66.666667%;
}
#jb_template .offset-xl-9, .jb_template .offset-xl-9 {
  margin-left: 75%;
}
#jb_template .offset-xl-10, .jb_template .offset-xl-10 {
  margin-left: 83.333333%;
}
#jb_template .offset-xl-11, .jb_template .offset-xl-11 {
  margin-left: 91.666667%;
}
}
#jb_template .table, .jb_template .table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
#jb_template .table th, .jb_template .table th, #jb_template .table td, .jb_template .table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
#jb_template .table thead th, .jb_template .table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
#jb_template .table tbody + tbody, .jb_template .table tbody + tbody {
border-top: 2px solid #dee2e6;
}
#jb_template .table-sm th, .jb_template .table-sm th, #jb_template .table-sm td, .jb_template .table-sm td {
padding: 0.3rem;
}
#jb_template .table-bordered, .jb_template .table-bordered {
border: 1px solid #dee2e6;
}
#jb_template .table-bordered th, .jb_template .table-bordered th, #jb_template .table-bordered td, .jb_template .table-bordered td {
border: 1px solid #dee2e6;
}
#jb_template .table-bordered thead th, .jb_template .table-bordered thead th, #jb_template .table-bordered thead td, .jb_template .table-bordered thead td {
border-bottom-width: 2px;
}
#jb_template .table-borderless th, .jb_template .table-borderless th, #jb_template .table-borderless td, .jb_template .table-borderless td, #jb_template .table-borderless thead th, .jb_template .table-borderless thead th, #jb_template .table-borderless tbody + tbody, .jb_template .table-borderless tbody + tbody {
border: 0;
}
#jb_template .table-striped tbody tr:nth-of-type(odd), .jb_template .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
#jb_template .table-hover tbody tr:hover, .jb_template .table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
#jb_template .table-primary, .jb_template .table-primary, #jb_template .table-primary > th, .jb_template .table-primary > th, #jb_template .table-primary > td, .jb_template .table-primary > td {
background-color: #b8daff;
}
#jb_template .table-primary th, .jb_template .table-primary th, #jb_template .table-primary td, .jb_template .table-primary td, #jb_template .table-primary thead th, .jb_template .table-primary thead th, #jb_template .table-primary tbody + tbody, .jb_template .table-primary tbody + tbody {
border-color: #7abaff;
}
#jb_template .table-hover .table-primary:hover, .jb_template .table-hover .table-primary:hover {
background-color: #9fcdff;
}
#jb_template .table-hover .table-primary:hover > td, .jb_template .table-hover .table-primary:hover > td, #jb_template .table-hover .table-primary:hover > th, .jb_template .table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
#jb_template .table-secondary, .jb_template .table-secondary, #jb_template .table-secondary > th, .jb_template .table-secondary > th, #jb_template .table-secondary > td, .jb_template .table-secondary > td {
background-color: #d6d8db;
}
#jb_template .table-secondary th, .jb_template .table-secondary th, #jb_template .table-secondary td, .jb_template .table-secondary td, #jb_template .table-secondary thead th, .jb_template .table-secondary thead th, #jb_template .table-secondary tbody + tbody, .jb_template .table-secondary tbody + tbody {
border-color: #b3b7bb;
}
#jb_template .table-hover .table-secondary:hover, .jb_template .table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
#jb_template .table-hover .table-secondary:hover > td, .jb_template .table-hover .table-secondary:hover > td, #jb_template .table-hover .table-secondary:hover > th, .jb_template .table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
#jb_template .table-success, .jb_template .table-success, #jb_template .table-success > th, .jb_template .table-success > th, #jb_template .table-success > td, .jb_template .table-success > td {
background-color: #c3e6cb;
}
#jb_template .table-success th, .jb_template .table-success th, #jb_template .table-success td, .jb_template .table-success td, #jb_template .table-success thead th, .jb_template .table-success thead th, #jb_template .table-success tbody + tbody, .jb_template .table-success tbody + tbody {
border-color: #8fd19e;
}
#jb_template .table-hover .table-success:hover, .jb_template .table-hover .table-success:hover {
background-color: #b1dfbb;
}
#jb_template .table-hover .table-success:hover > td, .jb_template .table-hover .table-success:hover > td, #jb_template .table-hover .table-success:hover > th, .jb_template .table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
#jb_template .table-info, .jb_template .table-info, #jb_template .table-info > th, .jb_template .table-info > th, #jb_template .table-info > td, .jb_template .table-info > td {
background-color: #bee5eb;
}
#jb_template .table-info th, .jb_template .table-info th, #jb_template .table-info td, .jb_template .table-info td, #jb_template .table-info thead th, .jb_template .table-info thead th, #jb_template .table-info tbody + tbody, .jb_template .table-info tbody + tbody {
border-color: #86cfda;
}
#jb_template .table-hover .table-info:hover, .jb_template .table-hover .table-info:hover {
background-color: #abdde5;
}
#jb_template .table-hover .table-info:hover > td, .jb_template .table-hover .table-info:hover > td, #jb_template .table-hover .table-info:hover > th, .jb_template .table-hover .table-info:hover > th {
background-color: #abdde5;
}
#jb_template .table-warning, .jb_template .table-warning, #jb_template .table-warning > th, .jb_template .table-warning > th, #jb_template .table-warning > td, .jb_template .table-warning > td {
background-color: #ffeeba;
}
#jb_template .table-warning th, .jb_template .table-warning th, #jb_template .table-warning td, .jb_template .table-warning td, #jb_template .table-warning thead th, .jb_template .table-warning thead th, #jb_template .table-warning tbody + tbody, .jb_template .table-warning tbody + tbody {
border-color: #ffdf7e;
}
#jb_template .table-hover .table-warning:hover, .jb_template .table-hover .table-warning:hover {
background-color: #ffe8a1;
}
#jb_template .table-hover .table-warning:hover > td, .jb_template .table-hover .table-warning:hover > td, #jb_template .table-hover .table-warning:hover > th, .jb_template .table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
#jb_template .table-danger, .jb_template .table-danger, #jb_template .table-danger > th, .jb_template .table-danger > th, #jb_template .table-danger > td, .jb_template .table-danger > td {
background-color: #f5c6cb;
}
#jb_template .table-danger th, .jb_template .table-danger th, #jb_template .table-danger td, .jb_template .table-danger td, #jb_template .table-danger thead th, .jb_template .table-danger thead th, #jb_template .table-danger tbody + tbody, .jb_template .table-danger tbody + tbody {
border-color: #ed969e;
}
#jb_template .table-hover .table-danger:hover, .jb_template .table-hover .table-danger:hover {
background-color: #f1b0b7;
}
#jb_template .table-hover .table-danger:hover > td, .jb_template .table-hover .table-danger:hover > td, #jb_template .table-hover .table-danger:hover > th, .jb_template .table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
#jb_template .table-light, .jb_template .table-light, #jb_template .table-light > th, .jb_template .table-light > th, #jb_template .table-light > td, .jb_template .table-light > td {
background-color: #fdfdfe;
}
#jb_template .table-light th, .jb_template .table-light th, #jb_template .table-light td, .jb_template .table-light td, #jb_template .table-light thead th, .jb_template .table-light thead th, #jb_template .table-light tbody + tbody, .jb_template .table-light tbody + tbody {
border-color: #fbfcfc;
}
#jb_template .table-hover .table-light:hover, .jb_template .table-hover .table-light:hover {
background-color: #ececf6;
}
#jb_template .table-hover .table-light:hover > td, .jb_template .table-hover .table-light:hover > td, #jb_template .table-hover .table-light:hover > th, .jb_template .table-hover .table-light:hover > th {
background-color: #ececf6;
}
#jb_template .table-dark, .jb_template .table-dark, #jb_template .table-dark > th, .jb_template .table-dark > th, #jb_template .table-dark > td, .jb_template .table-dark > td {
background-color: #c6c8ca;
}
#jb_template .table-dark th, .jb_template .table-dark th, #jb_template .table-dark td, .jb_template .table-dark td, #jb_template .table-dark thead th, .jb_template .table-dark thead th, #jb_template .table-dark tbody + tbody, .jb_template .table-dark tbody + tbody {
border-color: #95999c;
}
#jb_template .table-hover .table-dark:hover, .jb_template .table-hover .table-dark:hover {
background-color: #b9bbbe;
}
#jb_template .table-hover .table-dark:hover > td, .jb_template .table-hover .table-dark:hover > td, #jb_template .table-hover .table-dark:hover > th, .jb_template .table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
#jb_template .table-active, .jb_template .table-active, #jb_template .table-active > th, .jb_template .table-active > th, #jb_template .table-active > td, .jb_template .table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
#jb_template .table-hover .table-active:hover, .jb_template .table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
#jb_template .table-hover .table-active:hover > td, .jb_template .table-hover .table-active:hover > td, #jb_template .table-hover .table-active:hover > th, .jb_template .table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
#jb_template .table .thead-dark th, .jb_template .table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
#jb_template .table .thead-light th, .jb_template .table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
#jb_template .table-dark, .jb_template .table-dark {
color: #fff;
background-color: #343a40;
}
#jb_template .table-dark th, .jb_template .table-dark th, #jb_template .table-dark td, .jb_template .table-dark td, #jb_template .table-dark thead th, .jb_template .table-dark thead th {
border-color: #454d55;
}
#jb_template .table-dark.table-bordered, .jb_template .table-dark.table-bordered {
border: 0;
}
#jb_template .table-dark.table-striped tbody tr:nth-of-type(odd), .jb_template .table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
#jb_template .table-dark.table-hover tbody tr:hover, .jb_template .table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
#jb_template .table-responsive-sm, .jb_template .table-responsive-sm {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#jb_template .table-responsive-sm > .table-bordered, .jb_template .table-responsive-sm > .table-bordered {
  border: 0;
}
}
@media (max-width: 767.98px) {
#jb_template .table-responsive-md, .jb_template .table-responsive-md {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#jb_template .table-responsive-md > .table-bordered, .jb_template .table-responsive-md > .table-bordered {
  border: 0;
}
}
@media (max-width: 991.98px) {
#jb_template .table-responsive-lg, .jb_template .table-responsive-lg {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#jb_template .table-responsive-lg > .table-bordered, .jb_template .table-responsive-lg > .table-bordered {
  border: 0;
}
}
@media (max-width: 1199.98px) {
#jb_template .table-responsive-xl, .jb_template .table-responsive-xl {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#jb_template .table-responsive-xl > .table-bordered, .jb_template .table-responsive-xl > .table-bordered {
  border: 0;
}
}
#jb_template .table-responsive, .jb_template .table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
#jb_template .table-responsive > .table-bordered, .jb_template .table-responsive > .table-bordered {
border: 0;
}
#jb_template .form-control, .jb_template .form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 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) {
#jb_template .form-control, .jb_template .form-control {
  transition: none;
}
}
#jb_template .form-control::-ms-expand, .jb_template .form-control::-ms-expand {
background-color: transparent;
border: 0;
}
#jb_template .form-control:-moz-focusring, .jb_template .form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
#jb_template .form-control:focus, .jb_template .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);
}
#jb_template .form-control::-webkit-input-placeholder, .jb_template .form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
#jb_template .form-control::-moz-placeholder, .jb_template .form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
#jb_template .form-control:-ms-input-placeholder, .jb_template .form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
#jb_template .form-control::-ms-input-placeholder, .jb_template .form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
#jb_template .form-control::placeholder, .jb_template .form-control::placeholder {
color: #6c757d;
opacity: 1;
}
#jb_template .form-control:disabled, .jb_template .form-control:disabled, #jb_template .form-control[readonly], .jb_template .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
#jb_template input[type="date"].form-control, .jb_template input[type="date"].form-control, #jb_template input[type="time"].form-control, .jb_template input[type="time"].form-control, #jb_template input[type="datetime-local"].form-control, .jb_template input[type="datetime-local"].form-control, #jb_template input[type="month"].form-control, .jb_template input[type="month"].form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#jb_template select.form-control:focus::-ms-value, .jb_template select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
#jb_template .form-control-file, .jb_template .form-control-file, #jb_template .form-control-range, .jb_template .form-control-range {
display: block;
width: 100%;
}
#jb_template .col-form-label, .jb_template .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;
}
#jb_template .col-form-label-lg, .jb_template .col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
#jb_template .col-form-label-sm, .jb_template .col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
#jb_template .form-control-plaintext, .jb_template .form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
#jb_template .form-control-plaintext.form-control-sm, .jb_template .form-control-plaintext.form-control-sm, #jb_template .form-control-plaintext.form-control-lg, .jb_template .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
#jb_template .form-control-sm, .jb_template .form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
#jb_template .form-control-lg, .jb_template .form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
#jb_template select.form-control[size], .jb_template select.form-control[size], #jb_template select.form-control[multiple], .jb_template select.form-control[multiple] {
height: auto;
}
#jb_template textarea.form-control, .jb_template textarea.form-control {
height: auto;
}
#jb_template .form-group, .jb_template .form-group {
margin-bottom: 1rem;
}
#jb_template .form-text, .jb_template .form-text {
display: block;
margin-top: 0.25rem;
}
#jb_template .form-row, .jb_template .form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
#jb_template .form-row > .col, .jb_template .form-row > .col, #jb_template .form-row > [class*="col-"], .jb_template .form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
#jb_template .form-check, .jb_template .form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
#jb_template .form-check-input, .jb_template .form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
#jb_template .form-check-input[disabled] ~ .form-check-label, .jb_template .form-check-input[disabled] ~ .form-check-label, #jb_template .form-check-input:disabled ~ .form-check-label, .jb_template .form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
#jb_template .form-check-label, .jb_template .form-check-label {
margin-bottom: 0;
}
#jb_template .form-check-inline, .jb_template .form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
#jb_template .form-check-inline .form-check-input, .jb_template .form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
#jb_template .valid-feedback, .jb_template .valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}
#jb_template .valid-tooltip, .jb_template .valid-tooltip {
position: absolute;
top: 100%;
left: 0;
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;
}
#jb_template .form-row > .col > .valid-tooltip, .jb_template .form-row > .col > .valid-tooltip, #jb_template .form-row > [class*="col-"] > .valid-tooltip, .jb_template .form-row > [class*="col-"] > .valid-tooltip {
left: 5px;
}
#jb_template .was-validated :valid ~ .valid-feedback, .jb_template .was-validated :valid ~ .valid-feedback, #jb_template .was-validated :valid ~ .valid-tooltip, .jb_template .was-validated :valid ~ .valid-tooltip, #jb_template .is-valid ~ .valid-feedback, .jb_template .is-valid ~ .valid-feedback, #jb_template .is-valid ~ .valid-tooltip, .jb_template .is-valid ~ .valid-tooltip {
display: block;
}
#jb_template .was-validated .form-control:valid, .jb_template .was-validated .form-control:valid, #jb_template .form-control.is-valid, .jb_template .form-control.is-valid {
border-color: #28a745;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#jb_template .was-validated .form-control:valid:focus, .jb_template .was-validated .form-control:valid:focus, #jb_template .form-control.is-valid:focus, .jb_template .form-control.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
#jb_template .was-validated textarea.form-control:valid, .jb_template .was-validated textarea.form-control:valid, #jb_template textarea.form-control.is-valid, .jb_template textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
#jb_template .was-validated .custom-select:valid, .jb_template .was-validated .custom-select:valid, #jb_template .custom-select.is-valid, .jb_template .custom-select.is-valid {
border-color: #28a745;
padding-right: calc(0.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
#jb_template .was-validated .custom-select:valid:focus, .jb_template .was-validated .custom-select:valid:focus, #jb_template .custom-select.is-valid:focus, .jb_template .custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
#jb_template .was-validated .form-check-input:valid ~ .form-check-label, .jb_template .was-validated .form-check-input:valid ~ .form-check-label, #jb_template .form-check-input.is-valid ~ .form-check-label, .jb_template .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
#jb_template .was-validated .form-check-input:valid ~ .valid-feedback, .jb_template .was-validated .form-check-input:valid ~ .valid-feedback, #jb_template .was-validated .form-check-input:valid ~ .valid-tooltip, .jb_template .was-validated .form-check-input:valid ~ .valid-tooltip, #jb_template .form-check-input.is-valid ~ .valid-feedback, .jb_template .form-check-input.is-valid ~ .valid-feedback, #jb_template .form-check-input.is-valid ~ .valid-tooltip, .jb_template .form-check-input.is-valid ~ .valid-tooltip {
display: block;
}
#jb_template .was-validated .custom-control-input:valid ~ .custom-control-label, .jb_template .was-validated .custom-control-input:valid ~ .custom-control-label, #jb_template .custom-control-input.is-valid ~ .custom-control-label, .jb_template .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
#jb_template .was-validated .custom-control-input:valid ~ .custom-control-label::before, .jb_template .was-validated .custom-control-input:valid ~ .custom-control-label::before, #jb_template .custom-control-input.is-valid ~ .custom-control-label::before, .jb_template .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745;
}
#jb_template .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .jb_template .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, #jb_template .custom-control-input.is-valid:checked ~ .custom-control-label::before, .jb_template .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57;
}
#jb_template .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .jb_template .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, #jb_template .custom-control-input.is-valid:focus ~ .custom-control-label::before, .jb_template .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
#jb_template .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .jb_template .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, #jb_template .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .jb_template .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}
#jb_template .was-validated .custom-file-input:valid ~ .custom-file-label, .jb_template .was-validated .custom-file-input:valid ~ .custom-file-label, #jb_template .custom-file-input.is-valid ~ .custom-file-label, .jb_template .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
#jb_template .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .jb_template .was-validated .custom-file-input:valid:focus ~ .custom-file-label, #jb_template .custom-file-input.is-valid:focus ~ .custom-file-label, .jb_template .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
#jb_template .invalid-feedback, .jb_template .invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
#jb_template .invalid-tooltip, .jb_template .invalid-tooltip {
position: absolute;
top: 100%;
left: 0;
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;
}
#jb_template .form-row > .col > .invalid-tooltip, .jb_template .form-row > .col > .invalid-tooltip, #jb_template .form-row > [class*="col-"] > .invalid-tooltip, .jb_template .form-row > [class*="col-"] > .invalid-tooltip {
left: 5px;
}
#jb_template .was-validated :invalid ~ .invalid-feedback, .jb_template .was-validated :invalid ~ .invalid-feedback, #jb_template .was-validated :invalid ~ .invalid-tooltip, .jb_template .was-validated :invalid ~ .invalid-tooltip, #jb_template .is-invalid ~ .invalid-feedback, .jb_template .is-invalid ~ .invalid-feedback, #jb_template .is-invalid ~ .invalid-tooltip, .jb_template .is-invalid ~ .invalid-tooltip {
display: block;
}
#jb_template .was-validated .form-control:invalid, .jb_template .was-validated .form-control:invalid, #jb_template .form-control.is-invalid, .jb_template .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#jb_template .was-validated .form-control:invalid:focus, .jb_template .was-validated .form-control:invalid:focus, #jb_template .form-control.is-invalid:focus, .jb_template .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
#jb_template .was-validated textarea.form-control:invalid, .jb_template .was-validated textarea.form-control:invalid, #jb_template textarea.form-control.is-invalid, .jb_template textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
#jb_template .was-validated .custom-select:invalid, .jb_template .was-validated .custom-select:invalid, #jb_template .custom-select.is-invalid, .jb_template .custom-select.is-invalid {
border-color: #dc3545;
padding-right: calc(0.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
#jb_template .was-validated .custom-select:invalid:focus, .jb_template .was-validated .custom-select:invalid:focus, #jb_template .custom-select.is-invalid:focus, .jb_template .custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
#jb_template .was-validated .form-check-input:invalid ~ .form-check-label, .jb_template .was-validated .form-check-input:invalid ~ .form-check-label, #jb_template .form-check-input.is-invalid ~ .form-check-label, .jb_template .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
#jb_template .was-validated .form-check-input:invalid ~ .invalid-feedback, .jb_template .was-validated .form-check-input:invalid ~ .invalid-feedback, #jb_template .was-validated .form-check-input:invalid ~ .invalid-tooltip, .jb_template .was-validated .form-check-input:invalid ~ .invalid-tooltip, #jb_template .form-check-input.is-invalid ~ .invalid-feedback, .jb_template .form-check-input.is-invalid ~ .invalid-feedback, #jb_template .form-check-input.is-invalid ~ .invalid-tooltip, .jb_template .form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}
#jb_template .was-validated .custom-control-input:invalid ~ .custom-control-label, .jb_template .was-validated .custom-control-input:invalid ~ .custom-control-label, #jb_template .custom-control-input.is-invalid ~ .custom-control-label, .jb_template .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545;
}
#jb_template .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .jb_template .was-validated .custom-control-input:invalid ~ .custom-control-label::before, #jb_template .custom-control-input.is-invalid ~ .custom-control-label::before, .jb_template .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #dc3545;
}
#jb_template .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .jb_template .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, #jb_template .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .jb_template .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d;
}
#jb_template .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .jb_template .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, #jb_template .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .jb_template .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
#jb_template .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .jb_template .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, #jb_template .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .jb_template .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}
#jb_template .was-validated .custom-file-input:invalid ~ .custom-file-label, .jb_template .was-validated .custom-file-input:invalid ~ .custom-file-label, #jb_template .custom-file-input.is-invalid ~ .custom-file-label, .jb_template .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545;
}
#jb_template .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .jb_template .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, #jb_template .custom-file-input.is-invalid:focus ~ .custom-file-label, .jb_template .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
#jb_template .form-inline, .jb_template .form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
#jb_template .form-inline .form-check, .jb_template .form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
#jb_template .form-inline label, .jb_template .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;
}
#jb_template .form-inline .form-group, .jb_template .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;
}
#jb_template .form-inline .form-control, .jb_template .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
#jb_template .form-inline .form-control-plaintext, .jb_template .form-inline .form-control-plaintext {
  display: inline-block;
}
#jb_template .form-inline .input-group, .jb_template .form-inline .input-group, #jb_template .form-inline .custom-select, .jb_template .form-inline .custom-select {
  width: auto;
}
#jb_template .form-inline .form-check, .jb_template .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;
}
#jb_template .form-inline .form-check-input, .jb_template .form-inline .form-check-input {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0;
}
#jb_template .form-inline .custom-control, .jb_template .form-inline .custom-control {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#jb_template .form-inline .custom-control-label, .jb_template .form-inline .custom-control-label {
  margin-bottom: 0;
}
}
#jb_template .btn, .jb_template .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) {
#jb_template .btn, .jb_template .btn {
  transition: none;
}
}
#jb_template .btn:hover, .jb_template .btn:hover {
color: #212529;
text-decoration: none;
}
#jb_template .btn:focus, .jb_template .btn:focus, #jb_template .btn.focus, .jb_template .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#jb_template .btn.disabled, .jb_template .btn.disabled, #jb_template .btn:disabled, .jb_template .btn:disabled {
opacity: 0.65;
}
#jb_template .btn:not(:disabled):not(.disabled), .jb_template .btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
#jb_template a.btn.disabled, .jb_template a.btn.disabled, #jb_template fieldset:disabled a.btn, .jb_template fieldset:disabled a.btn {
pointer-events: none;
}
#jb_template .btn-primary, .jb_template .btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
#jb_template .btn-primary:hover, .jb_template .btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
#jb_template .btn-primary:focus, .jb_template .btn-primary:focus, #jb_template .btn-primary.focus, .jb_template .btn-primary.focus {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
#jb_template .btn-primary.disabled, .jb_template .btn-primary.disabled, #jb_template .btn-primary:disabled, .jb_template .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
#jb_template .btn-primary:not(:disabled):not(.disabled):active, .jb_template .btn-primary:not(:disabled):not(.disabled):active, #jb_template .btn-primary:not(:disabled):not(.disabled).active, .jb_template .btn-primary:not(:disabled):not(.disabled).active, #jb_template .show > .btn-primary.dropdown-toggle, .jb_template .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
#jb_template .btn-primary:not(:disabled):not(.disabled):active:focus, .jb_template .btn-primary:not(:disabled):not(.disabled):active:focus, #jb_template .btn-primary:not(:disabled):not(.disabled).active:focus, .jb_template .btn-primary:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-primary.dropdown-toggle:focus, .jb_template .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
#jb_template .btn-secondary, .jb_template .btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
#jb_template .btn-secondary:hover, .jb_template .btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
#jb_template .btn-secondary:focus, .jb_template .btn-secondary:focus, #jb_template .btn-secondary.focus, .jb_template .btn-secondary.focus {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
#jb_template .btn-secondary.disabled, .jb_template .btn-secondary.disabled, #jb_template .btn-secondary:disabled, .jb_template .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
#jb_template .btn-secondary:not(:disabled):not(.disabled):active, .jb_template .btn-secondary:not(:disabled):not(.disabled):active, #jb_template .btn-secondary:not(:disabled):not(.disabled).active, .jb_template .btn-secondary:not(:disabled):not(.disabled).active, #jb_template .show > .btn-secondary.dropdown-toggle, .jb_template .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
#jb_template .btn-secondary:not(:disabled):not(.disabled):active:focus, .jb_template .btn-secondary:not(:disabled):not(.disabled):active:focus, #jb_template .btn-secondary:not(:disabled):not(.disabled).active:focus, .jb_template .btn-secondary:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-secondary.dropdown-toggle:focus, .jb_template .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
#jb_template .btn-success, .jb_template .btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
#jb_template .btn-success:hover, .jb_template .btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
#jb_template .btn-success:focus, .jb_template .btn-success:focus, #jb_template .btn-success.focus, .jb_template .btn-success.focus {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
#jb_template .btn-success.disabled, .jb_template .btn-success.disabled, #jb_template .btn-success:disabled, .jb_template .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
#jb_template .btn-success:not(:disabled):not(.disabled):active, .jb_template .btn-success:not(:disabled):not(.disabled):active, #jb_template .btn-success:not(:disabled):not(.disabled).active, .jb_template .btn-success:not(:disabled):not(.disabled).active, #jb_template .show > .btn-success.dropdown-toggle, .jb_template .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
#jb_template .btn-success:not(:disabled):not(.disabled):active:focus, .jb_template .btn-success:not(:disabled):not(.disabled):active:focus, #jb_template .btn-success:not(:disabled):not(.disabled).active:focus, .jb_template .btn-success:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-success.dropdown-toggle:focus, .jb_template .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
#jb_template .btn-info, .jb_template .btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
#jb_template .btn-info:hover, .jb_template .btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
#jb_template .btn-info:focus, .jb_template .btn-info:focus, #jb_template .btn-info.focus, .jb_template .btn-info.focus {
color: #fff;
background-color: #138496;
border-color: #117a8b;
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
#jb_template .btn-info.disabled, .jb_template .btn-info.disabled, #jb_template .btn-info:disabled, .jb_template .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
#jb_template .btn-info:not(:disabled):not(.disabled):active, .jb_template .btn-info:not(:disabled):not(.disabled):active, #jb_template .btn-info:not(:disabled):not(.disabled).active, .jb_template .btn-info:not(:disabled):not(.disabled).active, #jb_template .show > .btn-info.dropdown-toggle, .jb_template .show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
#jb_template .btn-info:not(:disabled):not(.disabled):active:focus, .jb_template .btn-info:not(:disabled):not(.disabled):active:focus, #jb_template .btn-info:not(:disabled):not(.disabled).active:focus, .jb_template .btn-info:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-info.dropdown-toggle:focus, .jb_template .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
#jb_template .btn-warning, .jb_template .btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
#jb_template .btn-warning:hover, .jb_template .btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
#jb_template .btn-warning:focus, .jb_template .btn-warning:focus, #jb_template .btn-warning.focus, .jb_template .btn-warning.focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
#jb_template .btn-warning.disabled, .jb_template .btn-warning.disabled, #jb_template .btn-warning:disabled, .jb_template .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
#jb_template .btn-warning:not(:disabled):not(.disabled):active, .jb_template .btn-warning:not(:disabled):not(.disabled):active, #jb_template .btn-warning:not(:disabled):not(.disabled).active, .jb_template .btn-warning:not(:disabled):not(.disabled).active, #jb_template .show > .btn-warning.dropdown-toggle, .jb_template .show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
#jb_template .btn-warning:not(:disabled):not(.disabled):active:focus, .jb_template .btn-warning:not(:disabled):not(.disabled):active:focus, #jb_template .btn-warning:not(:disabled):not(.disabled).active:focus, .jb_template .btn-warning:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-warning.dropdown-toggle:focus, .jb_template .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
#jb_template .btn-danger, .jb_template .btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
#jb_template .btn-danger:hover, .jb_template .btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
#jb_template .btn-danger:focus, .jb_template .btn-danger:focus, #jb_template .btn-danger.focus, .jb_template .btn-danger.focus {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
#jb_template .btn-danger.disabled, .jb_template .btn-danger.disabled, #jb_template .btn-danger:disabled, .jb_template .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
#jb_template .btn-danger:not(:disabled):not(.disabled):active, .jb_template .btn-danger:not(:disabled):not(.disabled):active, #jb_template .btn-danger:not(:disabled):not(.disabled).active, .jb_template .btn-danger:not(:disabled):not(.disabled).active, #jb_template .show > .btn-danger.dropdown-toggle, .jb_template .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
#jb_template .btn-danger:not(:disabled):not(.disabled):active:focus, .jb_template .btn-danger:not(:disabled):not(.disabled):active:focus, #jb_template .btn-danger:not(:disabled):not(.disabled).active:focus, .jb_template .btn-danger:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-danger.dropdown-toggle:focus, .jb_template .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
#jb_template .btn-light, .jb_template .btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
#jb_template .btn-light:hover, .jb_template .btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
#jb_template .btn-light:focus, .jb_template .btn-light:focus, #jb_template .btn-light.focus, .jb_template .btn-light.focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
#jb_template .btn-light.disabled, .jb_template .btn-light.disabled, #jb_template .btn-light:disabled, .jb_template .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
#jb_template .btn-light:not(:disabled):not(.disabled):active, .jb_template .btn-light:not(:disabled):not(.disabled):active, #jb_template .btn-light:not(:disabled):not(.disabled).active, .jb_template .btn-light:not(:disabled):not(.disabled).active, #jb_template .show > .btn-light.dropdown-toggle, .jb_template .show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
#jb_template .btn-light:not(:disabled):not(.disabled):active:focus, .jb_template .btn-light:not(:disabled):not(.disabled):active:focus, #jb_template .btn-light:not(:disabled):not(.disabled).active:focus, .jb_template .btn-light:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-light.dropdown-toggle:focus, .jb_template .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
#jb_template .btn-dark, .jb_template .btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
#jb_template .btn-dark:hover, .jb_template .btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
#jb_template .btn-dark:focus, .jb_template .btn-dark:focus, #jb_template .btn-dark.focus, .jb_template .btn-dark.focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
#jb_template .btn-dark.disabled, .jb_template .btn-dark.disabled, #jb_template .btn-dark:disabled, .jb_template .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
#jb_template .btn-dark:not(:disabled):not(.disabled):active, .jb_template .btn-dark:not(:disabled):not(.disabled):active, #jb_template .btn-dark:not(:disabled):not(.disabled).active, .jb_template .btn-dark:not(:disabled):not(.disabled).active, #jb_template .show > .btn-dark.dropdown-toggle, .jb_template .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
#jb_template .btn-dark:not(:disabled):not(.disabled):active:focus, .jb_template .btn-dark:not(:disabled):not(.disabled):active:focus, #jb_template .btn-dark:not(:disabled):not(.disabled).active:focus, .jb_template .btn-dark:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-dark.dropdown-toggle:focus, .jb_template .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
#jb_template .btn-outline-primary, .jb_template .btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
#jb_template .btn-outline-primary:hover, .jb_template .btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
#jb_template .btn-outline-primary:focus, .jb_template .btn-outline-primary:focus, #jb_template .btn-outline-primary.focus, .jb_template .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#jb_template .btn-outline-primary.disabled, .jb_template .btn-outline-primary.disabled, #jb_template .btn-outline-primary:disabled, .jb_template .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
#jb_template .btn-outline-primary:not(:disabled):not(.disabled):active, .jb_template .btn-outline-primary:not(:disabled):not(.disabled):active, #jb_template .btn-outline-primary:not(:disabled):not(.disabled).active, .jb_template .btn-outline-primary:not(:disabled):not(.disabled).active, #jb_template .show > .btn-outline-primary.dropdown-toggle, .jb_template .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
#jb_template .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .jb_template .btn-outline-primary:not(:disabled):not(.disabled):active:focus, #jb_template .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .jb_template .btn-outline-primary:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-outline-primary.dropdown-toggle:focus, .jb_template .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#jb_template .btn-outline-secondary, .jb_template .btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
#jb_template .btn-outline-secondary:hover, .jb_template .btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
#jb_template .btn-outline-secondary:focus, .jb_template .btn-outline-secondary:focus, #jb_template .btn-outline-secondary.focus, .jb_template .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
#jb_template .btn-outline-secondary.disabled, .jb_template .btn-outline-secondary.disabled, #jb_template .btn-outline-secondary:disabled, .jb_template .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
#jb_template .btn-outline-secondary:not(:disabled):not(.disabled):active, .jb_template .btn-outline-secondary:not(:disabled):not(.disabled):active, #jb_template .btn-outline-secondary:not(:disabled):not(.disabled).active, .jb_template .btn-outline-secondary:not(:disabled):not(.disabled).active, #jb_template .show > .btn-outline-secondary.dropdown-toggle, .jb_template .show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
#jb_template .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .jb_template .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, #jb_template .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .jb_template .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-outline-secondary.dropdown-toggle:focus, .jb_template .show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
#jb_template .btn-outline-success, .jb_template .btn-outline-success {
color: #28a745;
border-color: #28a745;
}
#jb_template .btn-outline-success:hover, .jb_template .btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
#jb_template .btn-outline-success:focus, .jb_template .btn-outline-success:focus, #jb_template .btn-outline-success.focus, .jb_template .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
#jb_template .btn-outline-success.disabled, .jb_template .btn-outline-success.disabled, #jb_template .btn-outline-success:disabled, .jb_template .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
#jb_template .btn-outline-success:not(:disabled):not(.disabled):active, .jb_template .btn-outline-success:not(:disabled):not(.disabled):active, #jb_template .btn-outline-success:not(:disabled):not(.disabled).active, .jb_template .btn-outline-success:not(:disabled):not(.disabled).active, #jb_template .show > .btn-outline-success.dropdown-toggle, .jb_template .show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
#jb_template .btn-outline-success:not(:disabled):not(.disabled):active:focus, .jb_template .btn-outline-success:not(:disabled):not(.disabled):active:focus, #jb_template .btn-outline-success:not(:disabled):not(.disabled).active:focus, .jb_template .btn-outline-success:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-outline-success.dropdown-toggle:focus, .jb_template .show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
#jb_template .btn-outline-info, .jb_template .btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
#jb_template .btn-outline-info:hover, .jb_template .btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
#jb_template .btn-outline-info:focus, .jb_template .btn-outline-info:focus, #jb_template .btn-outline-info.focus, .jb_template .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#jb_template .btn-outline-info.disabled, .jb_template .btn-outline-info.disabled, #jb_template .btn-outline-info:disabled, .jb_template .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
#jb_template .btn-outline-info:not(:disabled):not(.disabled):active, .jb_template .btn-outline-info:not(:disabled):not(.disabled):active, #jb_template .btn-outline-info:not(:disabled):not(.disabled).active, .jb_template .btn-outline-info:not(:disabled):not(.disabled).active, #jb_template .show > .btn-outline-info.dropdown-toggle, .jb_template .show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
#jb_template .btn-outline-info:not(:disabled):not(.disabled):active:focus, .jb_template .btn-outline-info:not(:disabled):not(.disabled):active:focus, #jb_template .btn-outline-info:not(:disabled):not(.disabled).active:focus, .jb_template .btn-outline-info:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-outline-info.dropdown-toggle:focus, .jb_template .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#jb_template .btn-outline-warning, .jb_template .btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
#jb_template .btn-outline-warning:hover, .jb_template .btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
#jb_template .btn-outline-warning:focus, .jb_template .btn-outline-warning:focus, #jb_template .btn-outline-warning.focus, .jb_template .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#jb_template .btn-outline-warning.disabled, .jb_template .btn-outline-warning.disabled, #jb_template .btn-outline-warning:disabled, .jb_template .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
#jb_template .btn-outline-warning:not(:disabled):not(.disabled):active, .jb_template .btn-outline-warning:not(:disabled):not(.disabled):active, #jb_template .btn-outline-warning:not(:disabled):not(.disabled).active, .jb_template .btn-outline-warning:not(:disabled):not(.disabled).active, #jb_template .show > .btn-outline-warning.dropdown-toggle, .jb_template .show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
#jb_template .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .jb_template .btn-outline-warning:not(:disabled):not(.disabled):active:focus, #jb_template .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .jb_template .btn-outline-warning:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-outline-warning.dropdown-toggle:focus, .jb_template .show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#jb_template .btn-outline-danger, .jb_template .btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
#jb_template .btn-outline-danger:hover, .jb_template .btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
#jb_template .btn-outline-danger:focus, .jb_template .btn-outline-danger:focus, #jb_template .btn-outline-danger.focus, .jb_template .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#jb_template .btn-outline-danger.disabled, .jb_template .btn-outline-danger.disabled, #jb_template .btn-outline-danger:disabled, .jb_template .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
#jb_template .btn-outline-danger:not(:disabled):not(.disabled):active, .jb_template .btn-outline-danger:not(:disabled):not(.disabled):active, #jb_template .btn-outline-danger:not(:disabled):not(.disabled).active, .jb_template .btn-outline-danger:not(:disabled):not(.disabled).active, #jb_template .show > .btn-outline-danger.dropdown-toggle, .jb_template .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
#jb_template .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .jb_template .btn-outline-danger:not(:disabled):not(.disabled):active:focus, #jb_template .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .jb_template .btn-outline-danger:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-outline-danger.dropdown-toggle:focus, .jb_template .show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#jb_template .btn-outline-light, .jb_template .btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
#jb_template .btn-outline-light:hover, .jb_template .btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
#jb_template .btn-outline-light:focus, .jb_template .btn-outline-light:focus, #jb_template .btn-outline-light.focus, .jb_template .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
#jb_template .btn-outline-light.disabled, .jb_template .btn-outline-light.disabled, #jb_template .btn-outline-light:disabled, .jb_template .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
#jb_template .btn-outline-light:not(:disabled):not(.disabled):active, .jb_template .btn-outline-light:not(:disabled):not(.disabled):active, #jb_template .btn-outline-light:not(:disabled):not(.disabled).active, .jb_template .btn-outline-light:not(:disabled):not(.disabled).active, #jb_template .show > .btn-outline-light.dropdown-toggle, .jb_template .show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
#jb_template .btn-outline-light:not(:disabled):not(.disabled):active:focus, .jb_template .btn-outline-light:not(:disabled):not(.disabled):active:focus, #jb_template .btn-outline-light:not(:disabled):not(.disabled).active:focus, .jb_template .btn-outline-light:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-outline-light.dropdown-toggle:focus, .jb_template .show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
#jb_template .btn-outline-dark, .jb_template .btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
#jb_template .btn-outline-dark:hover, .jb_template .btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
#jb_template .btn-outline-dark:focus, .jb_template .btn-outline-dark:focus, #jb_template .btn-outline-dark.focus, .jb_template .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#jb_template .btn-outline-dark.disabled, .jb_template .btn-outline-dark.disabled, #jb_template .btn-outline-dark:disabled, .jb_template .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
#jb_template .btn-outline-dark:not(:disabled):not(.disabled):active, .jb_template .btn-outline-dark:not(:disabled):not(.disabled):active, #jb_template .btn-outline-dark:not(:disabled):not(.disabled).active, .jb_template .btn-outline-dark:not(:disabled):not(.disabled).active, #jb_template .show > .btn-outline-dark.dropdown-toggle, .jb_template .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
#jb_template .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .jb_template .btn-outline-dark:not(:disabled):not(.disabled):active:focus, #jb_template .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .jb_template .btn-outline-dark:not(:disabled):not(.disabled).active:focus, #jb_template .show > .btn-outline-dark.dropdown-toggle:focus, .jb_template .show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#jb_template .btn-link, .jb_template .btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
#jb_template .btn-link:hover, .jb_template .btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
#jb_template .btn-link:focus, .jb_template .btn-link:focus, #jb_template .btn-link.focus, .jb_template .btn-link.focus {
text-decoration: underline;
}
#jb_template .btn-link:disabled, .jb_template .btn-link:disabled, #jb_template .btn-link.disabled, .jb_template .btn-link.disabled {
color: #6c757d;
pointer-events: none;
}
#jb_template .btn-lg, .jb_template .btn-lg, #jb_template .btn-group-lg > .btn, .jb_template .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
#jb_template .btn-sm, .jb_template .btn-sm, #jb_template .btn-group-sm > .btn, .jb_template .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
#jb_template .btn-block, .jb_template .btn-block {
display: block;
width: 100%;
}
#jb_template .btn-block + .btn-block, .jb_template .btn-block + .btn-block {
margin-top: 0.5rem;
}
#jb_template input[type="submit"].btn-block, .jb_template input[type="submit"].btn-block, #jb_template input[type="reset"].btn-block, .jb_template input[type="reset"].btn-block, #jb_template input[type="button"].btn-block, .jb_template input[type="button"].btn-block {
width: 100%;
}
#jb_template .fade, .jb_template .fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
#jb_template .fade, .jb_template .fade {
  transition: none;
}
}
#jb_template .fade:not(.show), .jb_template .fade:not(.show) {
opacity: 0;
}
#jb_template .collapse:not(.show), .jb_template .collapse:not(.show) {
display: none;
}
#jb_template .collapsing, .jb_template .collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
#jb_template .collapsing, .jb_template .collapsing {
  transition: none;
}
}
#jb_template .dropup, .jb_template .dropup, #jb_template .dropright, .jb_template .dropright, #jb_template .dropdown, .jb_template .dropdown, #jb_template .dropleft, .jb_template .dropleft {
position: relative;
}
#jb_template .dropdown-toggle, .jb_template .dropdown-toggle {
white-space: nowrap;
}
#jb_template .dropdown-toggle::after, .jb_template .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;
}
#jb_template .dropdown-toggle:empty::after, .jb_template .dropdown-toggle:empty::after {
margin-left: 0;
}
#jb_template .dropdown-menu, .jb_template .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;
}
#jb_template .dropdown-menu-left, .jb_template .dropdown-menu-left {
right: auto;
left: 0;
}
#jb_template .dropdown-menu-right, .jb_template .dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
#jb_template .dropdown-menu-sm-left, .jb_template .dropdown-menu-sm-left {
  right: auto;
  left: 0;
}
#jb_template .dropdown-menu-sm-right, .jb_template .dropdown-menu-sm-right {
  right: 0;
  left: auto;
}
}
@media (min-width: 768px) {
#jb_template .dropdown-menu-md-left, .jb_template .dropdown-menu-md-left {
  right: auto;
  left: 0;
}
#jb_template .dropdown-menu-md-right, .jb_template .dropdown-menu-md-right {
  right: 0;
  left: auto;
}
}
@media (min-width: 992px) {
#jb_template .dropdown-menu-lg-left, .jb_template .dropdown-menu-lg-left {
  right: auto;
  left: 0;
}
#jb_template .dropdown-menu-lg-right, .jb_template .dropdown-menu-lg-right {
  right: 0;
  left: auto;
}
}
@media (min-width: 1200px) {
#jb_template .dropdown-menu-xl-left, .jb_template .dropdown-menu-xl-left {
  right: auto;
  left: 0;
}
#jb_template .dropdown-menu-xl-right, .jb_template .dropdown-menu-xl-right {
  right: 0;
  left: auto;
}
}
#jb_template .dropup .dropdown-menu, .jb_template .dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
#jb_template .dropup .dropdown-toggle::after, .jb_template .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;
}
#jb_template .dropup .dropdown-toggle:empty::after, .jb_template .dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
#jb_template .dropright .dropdown-menu, .jb_template .dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
#jb_template .dropright .dropdown-toggle::after, .jb_template .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;
}
#jb_template .dropright .dropdown-toggle:empty::after, .jb_template .dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
#jb_template .dropright .dropdown-toggle::after, .jb_template .dropright .dropdown-toggle::after {
vertical-align: 0;
}
#jb_template .dropleft .dropdown-menu, .jb_template .dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
#jb_template .dropleft .dropdown-toggle::after, .jb_template .dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
#jb_template .dropleft .dropdown-toggle::after, .jb_template .dropleft .dropdown-toggle::after {
display: none;
}
#jb_template .dropleft .dropdown-toggle::before, .jb_template .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;
}
#jb_template .dropleft .dropdown-toggle:empty::after, .jb_template .dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
#jb_template .dropleft .dropdown-toggle::before, .jb_template .dropleft .dropdown-toggle::before {
vertical-align: 0;
}
#jb_template .dropdown-menu[x-placement^="top"], .jb_template .dropdown-menu[x-placement^="top"], #jb_template .dropdown-menu[x-placement^="right"], .jb_template .dropdown-menu[x-placement^="right"], #jb_template .dropdown-menu[x-placement^="bottom"], .jb_template .dropdown-menu[x-placement^="bottom"], #jb_template .dropdown-menu[x-placement^="left"], .jb_template .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
#jb_template .dropdown-divider, .jb_template .dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
#jb_template .dropdown-item, .jb_template .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;
}
#jb_template .dropdown-item:hover, .jb_template .dropdown-item:hover, #jb_template .dropdown-item:focus, .jb_template .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #e9ecef;
}
#jb_template .dropdown-item.active, .jb_template .dropdown-item.active, #jb_template .dropdown-item:active, .jb_template .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
#jb_template .dropdown-item.disabled, .jb_template .dropdown-item.disabled, #jb_template .dropdown-item:disabled, .jb_template .dropdown-item:disabled {
color: #adb5bd;
pointer-events: none;
background-color: transparent;
}
#jb_template .dropdown-menu.show, .jb_template .dropdown-menu.show {
display: block;
}
#jb_template .dropdown-header, .jb_template .dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
#jb_template .dropdown-item-text, .jb_template .dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
#jb_template .btn-group, .jb_template .btn-group, #jb_template .btn-group-vertical, .jb_template .btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
#jb_template .btn-group > .btn, .jb_template .btn-group > .btn, #jb_template .btn-group-vertical > .btn, .jb_template .btn-group-vertical > .btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
#jb_template .btn-group > .btn:hover, .jb_template .btn-group > .btn:hover, #jb_template .btn-group-vertical > .btn:hover, .jb_template .btn-group-vertical > .btn:hover {
z-index: 1;
}
#jb_template .btn-group > .btn:focus, .jb_template .btn-group > .btn:focus, #jb_template .btn-group > .btn:active, .jb_template .btn-group > .btn:active, #jb_template .btn-group > .btn.active, .jb_template .btn-group > .btn.active, #jb_template .btn-group-vertical > .btn:focus, .jb_template .btn-group-vertical > .btn:focus, #jb_template .btn-group-vertical > .btn:active, .jb_template .btn-group-vertical > .btn:active, #jb_template .btn-group-vertical > .btn.active, .jb_template .btn-group-vertical > .btn.active {
z-index: 1;
}
#jb_template .btn-toolbar, .jb_template .btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
#jb_template .btn-toolbar .input-group, .jb_template .btn-toolbar .input-group {
width: auto;
}
#jb_template .btn-group > .btn:not(:first-child), .jb_template .btn-group > .btn:not(:first-child), #jb_template .btn-group > .btn-group:not(:first-child), .jb_template .btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
#jb_template .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .jb_template .btn-group > .btn:not(:last-child):not(.dropdown-toggle), #jb_template .btn-group > .btn-group:not(:last-child) > .btn, .jb_template .btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#jb_template .btn-group > .btn:not(:first-child), .jb_template .btn-group > .btn:not(:first-child), #jb_template .btn-group > .btn-group:not(:first-child) > .btn, .jb_template .btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#jb_template .dropdown-toggle-split, .jb_template .dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
#jb_template .dropdown-toggle-split::after, .jb_template .dropdown-toggle-split::after, #jb_template .dropup .dropdown-toggle-split::after, .jb_template .dropup .dropdown-toggle-split::after, #jb_template .dropright .dropdown-toggle-split::after, .jb_template .dropright .dropdown-toggle-split::after {
margin-left: 0;
}
#jb_template .dropleft .dropdown-toggle-split::before, .jb_template .dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
#jb_template .btn-sm + .dropdown-toggle-split, .jb_template .btn-sm + .dropdown-toggle-split, #jb_template .btn-group-sm > .btn + .dropdown-toggle-split, .jb_template .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
#jb_template .btn-lg + .dropdown-toggle-split, .jb_template .btn-lg + .dropdown-toggle-split, #jb_template .btn-group-lg > .btn + .dropdown-toggle-split, .jb_template .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
#jb_template .btn-group-vertical, .jb_template .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;
}
#jb_template .btn-group-vertical > .btn, .jb_template .btn-group-vertical > .btn, #jb_template .btn-group-vertical > .btn-group, .jb_template .btn-group-vertical > .btn-group {
width: 100%;
}
#jb_template .btn-group-vertical > .btn:not(:first-child), .jb_template .btn-group-vertical > .btn:not(:first-child), #jb_template .btn-group-vertical > .btn-group:not(:first-child), .jb_template .btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
#jb_template .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .jb_template .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), #jb_template .btn-group-vertical > .btn-group:not(:last-child) > .btn, .jb_template .btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
#jb_template .btn-group-vertical > .btn:not(:first-child), .jb_template .btn-group-vertical > .btn:not(:first-child), #jb_template .btn-group-vertical > .btn-group:not(:first-child) > .btn, .jb_template .btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#jb_template .btn-group-toggle > .btn, .jb_template .btn-group-toggle > .btn, #jb_template .btn-group-toggle > .btn-group > .btn, .jb_template .btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
#jb_template .btn-group-toggle > .btn input[type="radio"], .jb_template .btn-group-toggle > .btn input[type="radio"], #jb_template .btn-group-toggle > .btn input[type="checkbox"], .jb_template .btn-group-toggle > .btn input[type="checkbox"], #jb_template .btn-group-toggle > .btn-group > .btn input[type="radio"], .jb_template .btn-group-toggle > .btn-group > .btn input[type="radio"], #jb_template .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .jb_template .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
#jb_template .input-group, .jb_template .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%;
}
#jb_template .input-group > .form-control, .jb_template .input-group > .form-control, #jb_template .input-group > .form-control-plaintext, .jb_template .input-group > .form-control-plaintext, #jb_template .input-group > .custom-select, .jb_template .input-group > .custom-select, #jb_template .input-group > .custom-file, .jb_template .input-group > .custom-file {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0;
}
#jb_template .input-group > .form-control + .form-control, .jb_template .input-group > .form-control + .form-control, #jb_template .input-group > .form-control + .custom-select, .jb_template .input-group > .form-control + .custom-select, #jb_template .input-group > .form-control + .custom-file, .jb_template .input-group > .form-control + .custom-file, #jb_template .input-group > .form-control-plaintext + .form-control, .jb_template .input-group > .form-control-plaintext + .form-control, #jb_template .input-group > .form-control-plaintext + .custom-select, .jb_template .input-group > .form-control-plaintext + .custom-select, #jb_template .input-group > .form-control-plaintext + .custom-file, .jb_template .input-group > .form-control-plaintext + .custom-file, #jb_template .input-group > .custom-select + .form-control, .jb_template .input-group > .custom-select + .form-control, #jb_template .input-group > .custom-select + .custom-select, .jb_template .input-group > .custom-select + .custom-select, #jb_template .input-group > .custom-select + .custom-file, .jb_template .input-group > .custom-select + .custom-file, #jb_template .input-group > .custom-file + .form-control, .jb_template .input-group > .custom-file + .form-control, #jb_template .input-group > .custom-file + .custom-select, .jb_template .input-group > .custom-file + .custom-select, #jb_template .input-group > .custom-file + .custom-file, .jb_template .input-group > .custom-file + .custom-file {
margin-left: -1px;
}
#jb_template .input-group > .form-control:focus, .jb_template .input-group > .form-control:focus, #jb_template .input-group > .custom-select:focus, .jb_template .input-group > .custom-select:focus, #jb_template .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .jb_template .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
#jb_template .input-group > .custom-file .custom-file-input:focus, .jb_template .input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
#jb_template .input-group > .form-control:not(:first-child), .jb_template .input-group > .form-control:not(:first-child), #jb_template .input-group > .custom-select:not(:first-child), .jb_template .input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#jb_template .input-group > .custom-file, .jb_template .input-group > .custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
#jb_template .input-group > .custom-file:not(:last-child) .custom-file-label, .jb_template .input-group > .custom-file:not(:last-child) .custom-file-label, #jb_template .input-group > .custom-file:not(:first-child) .custom-file-label, .jb_template .input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#jb_template .input-group:not(.has-validation) > .form-control:not(:last-child), .jb_template .input-group:not(.has-validation) > .form-control:not(:last-child), #jb_template .input-group:not(.has-validation) > .custom-select:not(:last-child), .jb_template .input-group:not(.has-validation) > .custom-select:not(:last-child), #jb_template .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .jb_template .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#jb_template .input-group.has-validation > .form-control:nth-last-child(n + 3), .jb_template .input-group.has-validation > .form-control:nth-last-child(n + 3), #jb_template .input-group.has-validation > .custom-select:nth-last-child(n + 3), .jb_template .input-group.has-validation > .custom-select:nth-last-child(n + 3), #jb_template .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after, .jb_template .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#jb_template .input-group-prepend, .jb_template .input-group-prepend, #jb_template .input-group-append, .jb_template .input-group-append {
display: -ms-flexbox;
display: flex;
}
#jb_template .input-group-prepend .btn, .jb_template .input-group-prepend .btn, #jb_template .input-group-append .btn, .jb_template .input-group-append .btn {
position: relative;
z-index: 2;
}
#jb_template .input-group-prepend .btn:focus, .jb_template .input-group-prepend .btn:focus, #jb_template .input-group-append .btn:focus, .jb_template .input-group-append .btn:focus {
z-index: 3;
}
#jb_template .input-group-prepend .btn + .btn, .jb_template .input-group-prepend .btn + .btn, #jb_template .input-group-prepend .btn + .input-group-text, .jb_template .input-group-prepend .btn + .input-group-text, #jb_template .input-group-prepend .input-group-text + .input-group-text, .jb_template .input-group-prepend .input-group-text + .input-group-text, #jb_template .input-group-prepend .input-group-text + .btn, .jb_template .input-group-prepend .input-group-text + .btn, #jb_template .input-group-append .btn + .btn, .jb_template .input-group-append .btn + .btn, #jb_template .input-group-append .btn + .input-group-text, .jb_template .input-group-append .btn + .input-group-text, #jb_template .input-group-append .input-group-text + .input-group-text, .jb_template .input-group-append .input-group-text + .input-group-text, #jb_template .input-group-append .input-group-text + .btn, .jb_template .input-group-append .input-group-text + .btn {
margin-left: -1px;
}
#jb_template .input-group-prepend, .jb_template .input-group-prepend {
margin-right: -1px;
}
#jb_template .input-group-append, .jb_template .input-group-append {
margin-left: -1px;
}
#jb_template .input-group-text, .jb_template .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;
}
#jb_template .input-group-text input[type="radio"], .jb_template .input-group-text input[type="radio"], #jb_template .input-group-text input[type="checkbox"], .jb_template .input-group-text input[type="checkbox"] {
margin-top: 0;
}
#jb_template .input-group-lg > .form-control:not(textarea), .jb_template .input-group-lg > .form-control:not(textarea), #jb_template .input-group-lg > .custom-select, .jb_template .input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px);
}
#jb_template .input-group-lg > .form-control, .jb_template .input-group-lg > .form-control, #jb_template .input-group-lg > .custom-select, .jb_template .input-group-lg > .custom-select, #jb_template .input-group-lg > .input-group-prepend > .input-group-text, .jb_template .input-group-lg > .input-group-prepend > .input-group-text, #jb_template .input-group-lg > .input-group-append > .input-group-text, .jb_template .input-group-lg > .input-group-append > .input-group-text, #jb_template .input-group-lg > .input-group-prepend > .btn, .jb_template .input-group-lg > .input-group-prepend > .btn, #jb_template .input-group-lg > .input-group-append > .btn, .jb_template .input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
#jb_template .input-group-sm > .form-control:not(textarea), .jb_template .input-group-sm > .form-control:not(textarea), #jb_template .input-group-sm > .custom-select, .jb_template .input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px);
}
#jb_template .input-group-sm > .form-control, .jb_template .input-group-sm > .form-control, #jb_template .input-group-sm > .custom-select, .jb_template .input-group-sm > .custom-select, #jb_template .input-group-sm > .input-group-prepend > .input-group-text, .jb_template .input-group-sm > .input-group-prepend > .input-group-text, #jb_template .input-group-sm > .input-group-append > .input-group-text, .jb_template .input-group-sm > .input-group-append > .input-group-text, #jb_template .input-group-sm > .input-group-prepend > .btn, .jb_template .input-group-sm > .input-group-prepend > .btn, #jb_template .input-group-sm > .input-group-append > .btn, .jb_template .input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
#jb_template .input-group-lg > .custom-select, .jb_template .input-group-lg > .custom-select, #jb_template .input-group-sm > .custom-select, .jb_template .input-group-sm > .custom-select {
padding-right: 1.75rem;
}
#jb_template .input-group > .input-group-prepend > .btn, .jb_template .input-group > .input-group-prepend > .btn, #jb_template .input-group > .input-group-prepend > .input-group-text, .jb_template .input-group > .input-group-prepend > .input-group-text, #jb_template .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .jb_template .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, #jb_template .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .jb_template .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, #jb_template .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, .jb_template .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, #jb_template .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text, .jb_template .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text, #jb_template .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .jb_template .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), #jb_template .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .jb_template .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#jb_template .input-group > .input-group-append > .btn, .jb_template .input-group > .input-group-append > .btn, #jb_template .input-group > .input-group-append > .input-group-text, .jb_template .input-group > .input-group-append > .input-group-text, #jb_template .input-group > .input-group-prepend:not(:first-child) > .btn, .jb_template .input-group > .input-group-prepend:not(:first-child) > .btn, #jb_template .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .jb_template .input-group > .input-group-prepend:not(:first-child) > .input-group-text, #jb_template .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .jb_template .input-group > .input-group-prepend:first-child > .btn:not(:first-child), #jb_template .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .jb_template .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#jb_template .custom-control, .jb_template .custom-control {
position: relative;
z-index: 1;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
#jb_template .custom-control-inline, .jb_template .custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
}
#jb_template .custom-control-input, .jb_template .custom-control-input {
position: absolute;
left: 0;
z-index: -1;
width: 1rem;
height: 1.25rem;
opacity: 0;
}
#jb_template .custom-control-input:checked ~ .custom-control-label::before, .jb_template .custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff;
}
#jb_template .custom-control-input:focus ~ .custom-control-label::before, .jb_template .custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#jb_template .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .jb_template .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
#jb_template .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .jb_template .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff;
}
#jb_template .custom-control-input[disabled] ~ .custom-control-label, .jb_template .custom-control-input[disabled] ~ .custom-control-label, #jb_template .custom-control-input:disabled ~ .custom-control-label, .jb_template .custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
#jb_template .custom-control-input[disabled] ~ .custom-control-label::before, .jb_template .custom-control-input[disabled] ~ .custom-control-label::before, #jb_template .custom-control-input:disabled ~ .custom-control-label::before, .jb_template .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
#jb_template .custom-control-label, .jb_template .custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
#jb_template .custom-control-label::before, .jb_template .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;
}
#jb_template .custom-control-label::after, .jb_template .custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: 50% / 50% 50% no-repeat;
}
#jb_template .custom-checkbox .custom-control-label::before, .jb_template .custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
#jb_template .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .jb_template .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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
#jb_template .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .jb_template .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #007bff;
background-color: #007bff;
}
#jb_template .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .jb_template .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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
#jb_template .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .jb_template .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
#jb_template .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .jb_template .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
#jb_template .custom-radio .custom-control-label::before, .jb_template .custom-radio .custom-control-label::before {
border-radius: 50%;
}
#jb_template .custom-radio .custom-control-input:checked ~ .custom-control-label::after, .jb_template .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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
#jb_template .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .jb_template .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
#jb_template .custom-switch, .jb_template .custom-switch {
padding-left: 2.25rem;
}
#jb_template .custom-switch .custom-control-label::before, .jb_template .custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
#jb_template .custom-switch .custom-control-label::after, .jb_template .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) {
#jb_template .custom-switch .custom-control-label::after, .jb_template .custom-switch .custom-control-label::after {
  transition: none;
}
}
#jb_template .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .jb_template .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
transform: translateX(0.75rem);
}
#jb_template .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .jb_template .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
#jb_template .custom-select, .jb_template .custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#jb_template .custom-select:focus, .jb_template .custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#jb_template .custom-select:focus::-ms-value, .jb_template .custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
#jb_template .custom-select[multiple], .jb_template .custom-select[multiple], #jb_template .custom-select[size]:not([size="1"]), .jb_template .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
#jb_template .custom-select:disabled, .jb_template .custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
#jb_template .custom-select::-ms-expand, .jb_template .custom-select::-ms-expand {
display: none;
}
#jb_template .custom-select:-moz-focusring, .jb_template .custom-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
#jb_template .custom-select-sm, .jb_template .custom-select-sm {
height: calc(1.5em + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
#jb_template .custom-select-lg, .jb_template .custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
#jb_template .custom-file, .jb_template .custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin-bottom: 0;
}
#jb_template .custom-file-input, .jb_template .custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin: 0;
overflow: hidden;
opacity: 0;
}
#jb_template .custom-file-input:focus ~ .custom-file-label, .jb_template .custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#jb_template .custom-file-input[disabled] ~ .custom-file-label, .jb_template .custom-file-input[disabled] ~ .custom-file-label, #jb_template .custom-file-input:disabled ~ .custom-file-label, .jb_template .custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
#jb_template .custom-file-input:lang(en) ~ .custom-file-label::after, .jb_template .custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
#jb_template .custom-file-input ~ .custom-file-label[data-browse]::after, .jb_template .custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
#jb_template .custom-file-label, .jb_template .custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
overflow: hidden;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
#jb_template .custom-file-label::after, .jb_template .custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + 0.75rem);
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;
}
#jb_template .custom-range, .jb_template .custom-range {
width: 100%;
height: 1.4rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#jb_template .custom-range:focus, .jb_template .custom-range:focus {
outline: 0;
}
#jb_template .custom-range:focus::-webkit-slider-thumb, .jb_template .custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#jb_template .custom-range:focus::-moz-range-thumb, .jb_template .custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#jb_template .custom-range:focus::-ms-thumb, .jb_template .custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#jb_template .custom-range::-moz-focus-outer, .jb_template .custom-range::-moz-focus-outer {
border: 0;
}
#jb_template .custom-range::-webkit-slider-thumb, .jb_template .custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
#jb_template .custom-range::-webkit-slider-thumb, .jb_template .custom-range::-webkit-slider-thumb {
  -webkit-transition: none;
  transition: none;
}
}
#jb_template .custom-range::-webkit-slider-thumb:active, .jb_template .custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
#jb_template .custom-range::-webkit-slider-runnable-track, .jb_template .custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
#jb_template .custom-range::-moz-range-thumb, .jb_template .custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
#jb_template .custom-range::-moz-range-thumb, .jb_template .custom-range::-moz-range-thumb {
  -moz-transition: none;
  transition: none;
}
}
#jb_template .custom-range::-moz-range-thumb:active, .jb_template .custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
#jb_template .custom-range::-moz-range-track, .jb_template .custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
#jb_template .custom-range::-ms-thumb, .jb_template .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;
-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
#jb_template .custom-range::-ms-thumb, .jb_template .custom-range::-ms-thumb {
  -ms-transition: none;
  transition: none;
}
}
#jb_template .custom-range::-ms-thumb:active, .jb_template .custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
#jb_template .custom-range::-ms-track, .jb_template .custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
#jb_template .custom-range::-ms-fill-lower, .jb_template .custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
#jb_template .custom-range::-ms-fill-upper, .jb_template .custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
#jb_template .custom-range:disabled::-webkit-slider-thumb, .jb_template .custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
#jb_template .custom-range:disabled::-webkit-slider-runnable-track, .jb_template .custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
#jb_template .custom-range:disabled::-moz-range-thumb, .jb_template .custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
#jb_template .custom-range:disabled::-moz-range-track, .jb_template .custom-range:disabled::-moz-range-track {
cursor: default;
}
#jb_template .custom-range:disabled::-ms-thumb, .jb_template .custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}
#jb_template .custom-control-label::before, .jb_template .custom-control-label::before, #jb_template .custom-file-label, .jb_template .custom-file-label, #jb_template .custom-select, .jb_template .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) {
#jb_template .custom-control-label::before, .jb_template .custom-control-label::before, #jb_template .custom-file-label, .jb_template .custom-file-label, #jb_template .custom-select, .jb_template .custom-select {
  transition: none;
}
}
#jb_template .nav, .jb_template .nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
#jb_template .nav-link, .jb_template .nav-link {
display: block;
padding: 0.5rem 1rem;
}
#jb_template .nav-link:hover, .jb_template .nav-link:hover, #jb_template .nav-link:focus, .jb_template .nav-link:focus {
text-decoration: none;
}
#jb_template .nav-link.disabled, .jb_template .nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
#jb_template .nav-tabs, .jb_template .nav-tabs {
border-bottom: 1px solid #dee2e6;
}
#jb_template .nav-tabs .nav-link, .jb_template .nav-tabs .nav-link {
margin-bottom: -1px;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
#jb_template .nav-tabs .nav-link:hover, .jb_template .nav-tabs .nav-link:hover, #jb_template .nav-tabs .nav-link:focus, .jb_template .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
#jb_template .nav-tabs .nav-link.disabled, .jb_template .nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
#jb_template .nav-tabs .nav-link.active, .jb_template .nav-tabs .nav-link.active, #jb_template .nav-tabs .nav-item.show .nav-link, .jb_template .nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
#jb_template .nav-tabs .dropdown-menu, .jb_template .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#jb_template .nav-pills .nav-link, .jb_template .nav-pills .nav-link {
border-radius: 0.25rem;
}
#jb_template .nav-pills .nav-link.active, .jb_template .nav-pills .nav-link.active, #jb_template .nav-pills .show > .nav-link, .jb_template .nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
#jb_template .nav-fill > .nav-link, .jb_template .nav-fill > .nav-link, #jb_template .nav-fill .nav-item, .jb_template .nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
#jb_template .nav-justified > .nav-link, .jb_template .nav-justified > .nav-link, #jb_template .nav-justified .nav-item, .jb_template .nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
#jb_template .tab-content > .tab-pane, .jb_template .tab-content > .tab-pane {
display: none;
}
#jb_template .tab-content > .active, .jb_template .tab-content > .active {
display: block;
}
#jb_template .navbar, .jb_template .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;
}
#jb_template .navbar .container, .jb_template .navbar .container, #jb_template .navbar .container-fluid, .jb_template .navbar .container-fluid, #jb_template .navbar .container-sm, .jb_template .navbar .container-sm, #jb_template .navbar .container-md, .jb_template .navbar .container-md, #jb_template .navbar .container-lg, .jb_template .navbar .container-lg, #jb_template .navbar .container-xl, .jb_template .navbar .container-xl {
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;
}
#jb_template .navbar-brand, .jb_template .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;
}
#jb_template .navbar-brand:hover, .jb_template .navbar-brand:hover, #jb_template .navbar-brand:focus, .jb_template .navbar-brand:focus {
text-decoration: none;
}
#jb_template .navbar-nav, .jb_template .navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
#jb_template .navbar-nav .nav-link, .jb_template .navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
#jb_template .navbar-nav .dropdown-menu, .jb_template .navbar-nav .dropdown-menu {
position: static;
float: none;
}
#jb_template .navbar-text, .jb_template .navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#jb_template .navbar-collapse, .jb_template .navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
#jb_template .navbar-toggler, .jb_template .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;
}
#jb_template .navbar-toggler:hover, .jb_template .navbar-toggler:hover, #jb_template .navbar-toggler:focus, .jb_template .navbar-toggler:focus {
text-decoration: none;
}
#jb_template .navbar-toggler-icon, .jb_template .navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: 50% / 100% 100% no-repeat;
}
#jb_template .navbar-nav-scroll, .jb_template .navbar-nav-scroll {
max-height: 75vh;
overflow-y: auto;
}
@media (max-width: 575.98px) {
#jb_template .navbar-expand-sm > .container, .jb_template .navbar-expand-sm > .container, #jb_template .navbar-expand-sm > .container-fluid, .jb_template .navbar-expand-sm > .container-fluid, #jb_template .navbar-expand-sm > .container-sm, .jb_template .navbar-expand-sm > .container-sm, #jb_template .navbar-expand-sm > .container-md, .jb_template .navbar-expand-sm > .container-md, #jb_template .navbar-expand-sm > .container-lg, .jb_template .navbar-expand-sm > .container-lg, #jb_template .navbar-expand-sm > .container-xl, .jb_template .navbar-expand-sm > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
}
@media (min-width: 576px) {
#jb_template .navbar-expand-sm, .jb_template .navbar-expand-sm {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#jb_template .navbar-expand-sm .navbar-nav, .jb_template .navbar-expand-sm .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
#jb_template .navbar-expand-sm .navbar-nav .dropdown-menu, .jb_template .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
}
#jb_template .navbar-expand-sm .navbar-nav .nav-link, .jb_template .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#jb_template .navbar-expand-sm > .container, .jb_template .navbar-expand-sm > .container, #jb_template .navbar-expand-sm > .container-fluid, .jb_template .navbar-expand-sm > .container-fluid, #jb_template .navbar-expand-sm > .container-sm, .jb_template .navbar-expand-sm > .container-sm, #jb_template .navbar-expand-sm > .container-md, .jb_template .navbar-expand-sm > .container-md, #jb_template .navbar-expand-sm > .container-lg, .jb_template .navbar-expand-sm > .container-lg, #jb_template .navbar-expand-sm > .container-xl, .jb_template .navbar-expand-sm > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#jb_template .navbar-expand-sm .navbar-nav-scroll, .jb_template .navbar-expand-sm .navbar-nav-scroll {
  overflow: visible;
}
#jb_template .navbar-expand-sm .navbar-collapse, .jb_template .navbar-expand-sm .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#jb_template .navbar-expand-sm .navbar-toggler, .jb_template .navbar-expand-sm .navbar-toggler {
  display: none;
}
}
@media (max-width: 767.98px) {
#jb_template .navbar-expand-md > .container, .jb_template .navbar-expand-md > .container, #jb_template .navbar-expand-md > .container-fluid, .jb_template .navbar-expand-md > .container-fluid, #jb_template .navbar-expand-md > .container-sm, .jb_template .navbar-expand-md > .container-sm, #jb_template .navbar-expand-md > .container-md, .jb_template .navbar-expand-md > .container-md, #jb_template .navbar-expand-md > .container-lg, .jb_template .navbar-expand-md > .container-lg, #jb_template .navbar-expand-md > .container-xl, .jb_template .navbar-expand-md > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
}
@media (min-width: 768px) {
#jb_template .navbar-expand-md, .jb_template .navbar-expand-md {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#jb_template .navbar-expand-md .navbar-nav, .jb_template .navbar-expand-md .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
#jb_template .navbar-expand-md .navbar-nav .dropdown-menu, .jb_template .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
}
#jb_template .navbar-expand-md .navbar-nav .nav-link, .jb_template .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#jb_template .navbar-expand-md > .container, .jb_template .navbar-expand-md > .container, #jb_template .navbar-expand-md > .container-fluid, .jb_template .navbar-expand-md > .container-fluid, #jb_template .navbar-expand-md > .container-sm, .jb_template .navbar-expand-md > .container-sm, #jb_template .navbar-expand-md > .container-md, .jb_template .navbar-expand-md > .container-md, #jb_template .navbar-expand-md > .container-lg, .jb_template .navbar-expand-md > .container-lg, #jb_template .navbar-expand-md > .container-xl, .jb_template .navbar-expand-md > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#jb_template .navbar-expand-md .navbar-nav-scroll, .jb_template .navbar-expand-md .navbar-nav-scroll {
  overflow: visible;
}
#jb_template .navbar-expand-md .navbar-collapse, .jb_template .navbar-expand-md .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#jb_template .navbar-expand-md .navbar-toggler, .jb_template .navbar-expand-md .navbar-toggler {
  display: none;
}
}
@media (max-width: 991.98px) {
#jb_template .navbar-expand-lg > .container, .jb_template .navbar-expand-lg > .container, #jb_template .navbar-expand-lg > .container-fluid, .jb_template .navbar-expand-lg > .container-fluid, #jb_template .navbar-expand-lg > .container-sm, .jb_template .navbar-expand-lg > .container-sm, #jb_template .navbar-expand-lg > .container-md, .jb_template .navbar-expand-lg > .container-md, #jb_template .navbar-expand-lg > .container-lg, .jb_template .navbar-expand-lg > .container-lg, #jb_template .navbar-expand-lg > .container-xl, .jb_template .navbar-expand-lg > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
}
@media (min-width: 992px) {
#jb_template .navbar-expand-lg, .jb_template .navbar-expand-lg {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#jb_template .navbar-expand-lg .navbar-nav, .jb_template .navbar-expand-lg .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
#jb_template .navbar-expand-lg .navbar-nav .dropdown-menu, .jb_template .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}
#jb_template .navbar-expand-lg .navbar-nav .nav-link, .jb_template .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#jb_template .navbar-expand-lg > .container, .jb_template .navbar-expand-lg > .container, #jb_template .navbar-expand-lg > .container-fluid, .jb_template .navbar-expand-lg > .container-fluid, #jb_template .navbar-expand-lg > .container-sm, .jb_template .navbar-expand-lg > .container-sm, #jb_template .navbar-expand-lg > .container-md, .jb_template .navbar-expand-lg > .container-md, #jb_template .navbar-expand-lg > .container-lg, .jb_template .navbar-expand-lg > .container-lg, #jb_template .navbar-expand-lg > .container-xl, .jb_template .navbar-expand-lg > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#jb_template .navbar-expand-lg .navbar-nav-scroll, .jb_template .navbar-expand-lg .navbar-nav-scroll {
  overflow: visible;
}
#jb_template .navbar-expand-lg .navbar-collapse, .jb_template .navbar-expand-lg .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#jb_template .navbar-expand-lg .navbar-toggler, .jb_template .navbar-expand-lg .navbar-toggler {
  display: none;
}
}
@media (max-width: 1199.98px) {
#jb_template .navbar-expand-xl > .container, .jb_template .navbar-expand-xl > .container, #jb_template .navbar-expand-xl > .container-fluid, .jb_template .navbar-expand-xl > .container-fluid, #jb_template .navbar-expand-xl > .container-sm, .jb_template .navbar-expand-xl > .container-sm, #jb_template .navbar-expand-xl > .container-md, .jb_template .navbar-expand-xl > .container-md, #jb_template .navbar-expand-xl > .container-lg, .jb_template .navbar-expand-xl > .container-lg, #jb_template .navbar-expand-xl > .container-xl, .jb_template .navbar-expand-xl > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
}
@media (min-width: 1200px) {
#jb_template .navbar-expand-xl, .jb_template .navbar-expand-xl {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#jb_template .navbar-expand-xl .navbar-nav, .jb_template .navbar-expand-xl .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
#jb_template .navbar-expand-xl .navbar-nav .dropdown-menu, .jb_template .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
}
#jb_template .navbar-expand-xl .navbar-nav .nav-link, .jb_template .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#jb_template .navbar-expand-xl > .container, .jb_template .navbar-expand-xl > .container, #jb_template .navbar-expand-xl > .container-fluid, .jb_template .navbar-expand-xl > .container-fluid, #jb_template .navbar-expand-xl > .container-sm, .jb_template .navbar-expand-xl > .container-sm, #jb_template .navbar-expand-xl > .container-md, .jb_template .navbar-expand-xl > .container-md, #jb_template .navbar-expand-xl > .container-lg, .jb_template .navbar-expand-xl > .container-lg, #jb_template .navbar-expand-xl > .container-xl, .jb_template .navbar-expand-xl > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#jb_template .navbar-expand-xl .navbar-nav-scroll, .jb_template .navbar-expand-xl .navbar-nav-scroll {
  overflow: visible;
}
#jb_template .navbar-expand-xl .navbar-collapse, .jb_template .navbar-expand-xl .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#jb_template .navbar-expand-xl .navbar-toggler, .jb_template .navbar-expand-xl .navbar-toggler {
  display: none;
}
}
#jb_template .navbar-expand, .jb_template .navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
#jb_template .navbar-expand > .container, .jb_template .navbar-expand > .container, #jb_template .navbar-expand > .container-fluid, .jb_template .navbar-expand > .container-fluid, #jb_template .navbar-expand > .container-sm, .jb_template .navbar-expand > .container-sm, #jb_template .navbar-expand > .container-md, .jb_template .navbar-expand > .container-md, #jb_template .navbar-expand > .container-lg, .jb_template .navbar-expand > .container-lg, #jb_template .navbar-expand > .container-xl, .jb_template .navbar-expand > .container-xl {
padding-right: 0;
padding-left: 0;
}
#jb_template .navbar-expand .navbar-nav, .jb_template .navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
#jb_template .navbar-expand .navbar-nav .dropdown-menu, .jb_template .navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
#jb_template .navbar-expand .navbar-nav .nav-link, .jb_template .navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
#jb_template .navbar-expand > .container, .jb_template .navbar-expand > .container, #jb_template .navbar-expand > .container-fluid, .jb_template .navbar-expand > .container-fluid, #jb_template .navbar-expand > .container-sm, .jb_template .navbar-expand > .container-sm, #jb_template .navbar-expand > .container-md, .jb_template .navbar-expand > .container-md, #jb_template .navbar-expand > .container-lg, .jb_template .navbar-expand > .container-lg, #jb_template .navbar-expand > .container-xl, .jb_template .navbar-expand > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
#jb_template .navbar-expand .navbar-nav-scroll, .jb_template .navbar-expand .navbar-nav-scroll {
overflow: visible;
}
#jb_template .navbar-expand .navbar-collapse, .jb_template .navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
#jb_template .navbar-expand .navbar-toggler, .jb_template .navbar-expand .navbar-toggler {
display: none;
}
#jb_template .navbar-light .navbar-brand, .jb_template .navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
#jb_template .navbar-light .navbar-brand:hover, .jb_template .navbar-light .navbar-brand:hover, #jb_template .navbar-light .navbar-brand:focus, .jb_template .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
#jb_template .navbar-light .navbar-nav .nav-link, .jb_template .navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
#jb_template .navbar-light .navbar-nav .nav-link:hover, .jb_template .navbar-light .navbar-nav .nav-link:hover, #jb_template .navbar-light .navbar-nav .nav-link:focus, .jb_template .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
#jb_template .navbar-light .navbar-nav .nav-link.disabled, .jb_template .navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
#jb_template .navbar-light .navbar-nav .show > .nav-link, .jb_template .navbar-light .navbar-nav .show > .nav-link, #jb_template .navbar-light .navbar-nav .active > .nav-link, .jb_template .navbar-light .navbar-nav .active > .nav-link, #jb_template .navbar-light .navbar-nav .nav-link.show, .jb_template .navbar-light .navbar-nav .nav-link.show, #jb_template .navbar-light .navbar-nav .nav-link.active, .jb_template .navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
#jb_template .navbar-light .navbar-toggler, .jb_template .navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
#jb_template .navbar-light .navbar-toggler-icon, .jb_template .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#jb_template .navbar-light .navbar-text, .jb_template .navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
#jb_template .navbar-light .navbar-text a, .jb_template .navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
#jb_template .navbar-light .navbar-text a:hover, .jb_template .navbar-light .navbar-text a:hover, #jb_template .navbar-light .navbar-text a:focus, .jb_template .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
#jb_template .navbar-dark .navbar-brand, .jb_template .navbar-dark .navbar-brand {
color: #fff;
}
#jb_template .navbar-dark .navbar-brand:hover, .jb_template .navbar-dark .navbar-brand:hover, #jb_template .navbar-dark .navbar-brand:focus, .jb_template .navbar-dark .navbar-brand:focus {
color: #fff;
}
#jb_template .navbar-dark .navbar-nav .nav-link, .jb_template .navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
#jb_template .navbar-dark .navbar-nav .nav-link:hover, .jb_template .navbar-dark .navbar-nav .nav-link:hover, #jb_template .navbar-dark .navbar-nav .nav-link:focus, .jb_template .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
#jb_template .navbar-dark .navbar-nav .nav-link.disabled, .jb_template .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
#jb_template .navbar-dark .navbar-nav .show > .nav-link, .jb_template .navbar-dark .navbar-nav .show > .nav-link, #jb_template .navbar-dark .navbar-nav .active > .nav-link, .jb_template .navbar-dark .navbar-nav .active > .nav-link, #jb_template .navbar-dark .navbar-nav .nav-link.show, .jb_template .navbar-dark .navbar-nav .nav-link.show, #jb_template .navbar-dark .navbar-nav .nav-link.active, .jb_template .navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
#jb_template .navbar-dark .navbar-toggler, .jb_template .navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
#jb_template .navbar-dark .navbar-toggler-icon, .jb_template .navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#jb_template .navbar-dark .navbar-text, .jb_template .navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
#jb_template .navbar-dark .navbar-text a, .jb_template .navbar-dark .navbar-text a {
color: #fff;
}
#jb_template .navbar-dark .navbar-text a:hover, .jb_template .navbar-dark .navbar-text a:hover, #jb_template .navbar-dark .navbar-text a:focus, .jb_template .navbar-dark .navbar-text a:focus {
color: #fff;
}
#jb_template .card, .jb_template .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;
}
#jb_template .card > hr, .jb_template .card > hr {
margin-right: 0;
margin-left: 0;
}
#jb_template .card > .list-group, .jb_template .card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
#jb_template .card > .list-group:first-child, .jb_template .card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
#jb_template .card > .list-group:last-child, .jb_template .card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
#jb_template .card > .card-header + .list-group, .jb_template .card > .card-header + .list-group, #jb_template .card > .list-group + .card-footer, .jb_template .card > .list-group + .card-footer {
border-top: 0;
}
#jb_template .card-body, .jb_template .card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
#jb_template .card-title, .jb_template .card-title {
margin-bottom: 0.75rem;
}
#jb_template .card-subtitle, .jb_template .card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
#jb_template .card-text:last-child, .jb_template .card-text:last-child {
margin-bottom: 0;
}
#jb_template .card-link:hover, .jb_template .card-link:hover {
text-decoration: none;
}
#jb_template .card-link + .card-link, .jb_template .card-link + .card-link {
margin-left: 1.25rem;
}
#jb_template .card-header, .jb_template .card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#jb_template .card-header:first-child, .jb_template .card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
#jb_template .card-footer, .jb_template .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);
}
#jb_template .card-footer:last-child, .jb_template .card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
#jb_template .card-header-tabs, .jb_template .card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
#jb_template .card-header-pills, .jb_template .card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
#jb_template .card-img-overlay, .jb_template .card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
border-radius: calc(0.25rem - 1px);
}
#jb_template .card-img, .jb_template .card-img, #jb_template .card-img-top, .jb_template .card-img-top, #jb_template .card-img-bottom, .jb_template .card-img-bottom {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
}
#jb_template .card-img, .jb_template .card-img, #jb_template .card-img-top, .jb_template .card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
#jb_template .card-img, .jb_template .card-img, #jb_template .card-img-bottom, .jb_template .card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
#jb_template .card-deck .card, .jb_template .card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
#jb_template .card-deck, .jb_template .card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#jb_template .card-deck .card, .jb_template .card-deck .card {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
}
}
#jb_template .card-group > .card, .jb_template .card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
#jb_template .card-group, .jb_template .card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#jb_template .card-group > .card, .jb_template .card-group > .card {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-bottom: 0;
}
#jb_template .card-group > .card + .card, .jb_template .card-group > .card + .card {
  margin-left: 0;
  border-left: 0;
}
#jb_template .card-group > .card:not(:last-child), .jb_template .card-group > .card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#jb_template .card-group > .card:not(:last-child) .card-img-top, .jb_template .card-group > .card:not(:last-child) .card-img-top, #jb_template .card-group > .card:not(:last-child) .card-header, .jb_template .card-group > .card:not(:last-child) .card-header {
  border-top-right-radius: 0;
}
#jb_template .card-group > .card:not(:last-child) .card-img-bottom, .jb_template .card-group > .card:not(:last-child) .card-img-bottom, #jb_template .card-group > .card:not(:last-child) .card-footer, .jb_template .card-group > .card:not(:last-child) .card-footer {
  border-bottom-right-radius: 0;
}
#jb_template .card-group > .card:not(:first-child), .jb_template .card-group > .card:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#jb_template .card-group > .card:not(:first-child) .card-img-top, .jb_template .card-group > .card:not(:first-child) .card-img-top, #jb_template .card-group > .card:not(:first-child) .card-header, .jb_template .card-group > .card:not(:first-child) .card-header {
  border-top-left-radius: 0;
}
#jb_template .card-group > .card:not(:first-child) .card-img-bottom, .jb_template .card-group > .card:not(:first-child) .card-img-bottom, #jb_template .card-group > .card:not(:first-child) .card-footer, .jb_template .card-group > .card:not(:first-child) .card-footer {
  border-bottom-left-radius: 0;
}
}
#jb_template .card-columns .card, .jb_template .card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
#jb_template .card-columns, .jb_template .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;
}
#jb_template .card-columns .card, .jb_template .card-columns .card {
  display: inline-block;
  width: 100%;
}
}
#jb_template .accordion, .jb_template .accordion {
overflow-anchor: none;
}
#jb_template .accordion > .card, .jb_template .accordion > .card {
overflow: hidden;
}
#jb_template .accordion > .card:not(:last-of-type), .jb_template .accordion > .card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
#jb_template .accordion > .card:not(:first-of-type), .jb_template .accordion > .card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#jb_template .accordion > .card > .card-header, .jb_template .accordion > .card > .card-header {
border-radius: 0;
margin-bottom: -1px;
}
#jb_template .breadcrumb, .jb_template .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;
}
#jb_template .breadcrumb-item + .breadcrumb-item, .jb_template .breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
#jb_template .breadcrumb-item + .breadcrumb-item::before, .jb_template .breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
#jb_template .breadcrumb-item + .breadcrumb-item:hover::before, .jb_template .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
#jb_template .breadcrumb-item + .breadcrumb-item:hover::before, .jb_template .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
#jb_template .breadcrumb-item.active, .jb_template .breadcrumb-item.active {
color: #6c757d;
}
#jb_template .pagination, .jb_template .pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
#jb_template .page-link, .jb_template .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;
}
#jb_template .page-link:hover, .jb_template .page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
#jb_template .page-link:focus, .jb_template .page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#jb_template .page-item:first-child .page-link, .jb_template .page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
#jb_template .page-item:last-child .page-link, .jb_template .page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
#jb_template .page-item.active .page-link, .jb_template .page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
#jb_template .page-item.disabled .page-link, .jb_template .page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
#jb_template .pagination-lg .page-link, .jb_template .pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
#jb_template .pagination-lg .page-item:first-child .page-link, .jb_template .pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
#jb_template .pagination-lg .page-item:last-child .page-link, .jb_template .pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
#jb_template .pagination-sm .page-link, .jb_template .pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
#jb_template .pagination-sm .page-item:first-child .page-link, .jb_template .pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
#jb_template .pagination-sm .page-item:last-child .page-link, .jb_template .pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
#jb_template .badge, .jb_template .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) {
#jb_template .badge, .jb_template .badge {
  transition: none;
}
}
#jb_template a.badge:hover, .jb_template a.badge:hover, #jb_template a.badge:focus, .jb_template a.badge:focus {
text-decoration: none;
}
#jb_template .badge:empty, .jb_template .badge:empty {
display: none;
}
#jb_template .btn .badge, .jb_template .btn .badge {
position: relative;
top: -1px;
}
#jb_template .badge-pill, .jb_template .badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
#jb_template .badge-primary, .jb_template .badge-primary {
color: #fff;
background-color: #007bff;
}
#jb_template a.badge-primary:hover, .jb_template a.badge-primary:hover, #jb_template a.badge-primary:focus, .jb_template a.badge-primary:focus {
color: #fff;
background-color: #0062cc;
}
#jb_template a.badge-primary:focus, .jb_template a.badge-primary:focus, #jb_template a.badge-primary.focus, .jb_template a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#jb_template .badge-secondary, .jb_template .badge-secondary {
color: #fff;
background-color: #6c757d;
}
#jb_template a.badge-secondary:hover, .jb_template a.badge-secondary:hover, #jb_template a.badge-secondary:focus, .jb_template a.badge-secondary:focus {
color: #fff;
background-color: #545b62;
}
#jb_template a.badge-secondary:focus, .jb_template a.badge-secondary:focus, #jb_template a.badge-secondary.focus, .jb_template a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
#jb_template .badge-success, .jb_template .badge-success {
color: #fff;
background-color: #28a745;
}
#jb_template a.badge-success:hover, .jb_template a.badge-success:hover, #jb_template a.badge-success:focus, .jb_template a.badge-success:focus {
color: #fff;
background-color: #1e7e34;
}
#jb_template a.badge-success:focus, .jb_template a.badge-success:focus, #jb_template a.badge-success.focus, .jb_template a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
#jb_template .badge-info, .jb_template .badge-info {
color: #fff;
background-color: #17a2b8;
}
#jb_template a.badge-info:hover, .jb_template a.badge-info:hover, #jb_template a.badge-info:focus, .jb_template a.badge-info:focus {
color: #fff;
background-color: #117a8b;
}
#jb_template a.badge-info:focus, .jb_template a.badge-info:focus, #jb_template a.badge-info.focus, .jb_template a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#jb_template .badge-warning, .jb_template .badge-warning {
color: #212529;
background-color: #ffc107;
}
#jb_template a.badge-warning:hover, .jb_template a.badge-warning:hover, #jb_template a.badge-warning:focus, .jb_template a.badge-warning:focus {
color: #212529;
background-color: #d39e00;
}
#jb_template a.badge-warning:focus, .jb_template a.badge-warning:focus, #jb_template a.badge-warning.focus, .jb_template a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#jb_template .badge-danger, .jb_template .badge-danger {
color: #fff;
background-color: #dc3545;
}
#jb_template a.badge-danger:hover, .jb_template a.badge-danger:hover, #jb_template a.badge-danger:focus, .jb_template a.badge-danger:focus {
color: #fff;
background-color: #bd2130;
}
#jb_template a.badge-danger:focus, .jb_template a.badge-danger:focus, #jb_template a.badge-danger.focus, .jb_template a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#jb_template .badge-light, .jb_template .badge-light {
color: #212529;
background-color: #f8f9fa;
}
#jb_template a.badge-light:hover, .jb_template a.badge-light:hover, #jb_template a.badge-light:focus, .jb_template a.badge-light:focus {
color: #212529;
background-color: #dae0e5;
}
#jb_template a.badge-light:focus, .jb_template a.badge-light:focus, #jb_template a.badge-light.focus, .jb_template a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
#jb_template .badge-dark, .jb_template .badge-dark {
color: #fff;
background-color: #343a40;
}
#jb_template a.badge-dark:hover, .jb_template a.badge-dark:hover, #jb_template a.badge-dark:focus, .jb_template a.badge-dark:focus {
color: #fff;
background-color: #1d2124;
}
#jb_template a.badge-dark:focus, .jb_template a.badge-dark:focus, #jb_template a.badge-dark.focus, .jb_template a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#jb_template .jumbotron, .jb_template .jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
#jb_template .jumbotron, .jb_template .jumbotron {
  padding: 4rem 2rem;
}
}
#jb_template .jumbotron-fluid, .jb_template .jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
#jb_template .alert, .jb_template .alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
#jb_template .alert-heading, .jb_template .alert-heading {
color: inherit;
}
#jb_template .alert-link, .jb_template .alert-link {
font-weight: 700;
}
#jb_template .alert-dismissible, .jb_template .alert-dismissible {
padding-right: 4rem;
}
#jb_template .alert-dismissible .close, .jb_template .alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 0.75rem 1.25rem;
color: inherit;
}
#jb_template .alert-primary, .jb_template .alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
#jb_template .alert-primary hr, .jb_template .alert-primary hr {
border-top-color: #9fcdff;
}
#jb_template .alert-primary .alert-link, .jb_template .alert-primary .alert-link {
color: #002752;
}
#jb_template .alert-secondary, .jb_template .alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
#jb_template .alert-secondary hr, .jb_template .alert-secondary hr {
border-top-color: #c8cbcf;
}
#jb_template .alert-secondary .alert-link, .jb_template .alert-secondary .alert-link {
color: #202326;
}
#jb_template .alert-success, .jb_template .alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
#jb_template .alert-success hr, .jb_template .alert-success hr {
border-top-color: #b1dfbb;
}
#jb_template .alert-success .alert-link, .jb_template .alert-success .alert-link {
color: #0b2e13;
}
#jb_template .alert-info, .jb_template .alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
#jb_template .alert-info hr, .jb_template .alert-info hr {
border-top-color: #abdde5;
}
#jb_template .alert-info .alert-link, .jb_template .alert-info .alert-link {
color: #062c33;
}
#jb_template .alert-warning, .jb_template .alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
#jb_template .alert-warning hr, .jb_template .alert-warning hr {
border-top-color: #ffe8a1;
}
#jb_template .alert-warning .alert-link, .jb_template .alert-warning .alert-link {
color: #533f03;
}
#jb_template .alert-danger, .jb_template .alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
#jb_template .alert-danger hr, .jb_template .alert-danger hr {
border-top-color: #f1b0b7;
}
#jb_template .alert-danger .alert-link, .jb_template .alert-danger .alert-link {
color: #491217;
}
#jb_template .alert-light, .jb_template .alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
#jb_template .alert-light hr, .jb_template .alert-light hr {
border-top-color: #ececf6;
}
#jb_template .alert-light .alert-link, .jb_template .alert-light .alert-link {
color: #686868;
}
#jb_template .alert-dark, .jb_template .alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
#jb_template .alert-dark hr, .jb_template .alert-dark hr {
border-top-color: #b9bbbe;
}
#jb_template .alert-dark .alert-link, .jb_template .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;
}
}
#jb_template .progress, .jb_template .progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
line-height: 0;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
#jb_template .progress-bar, .jb_template .progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
#jb_template .progress-bar, .jb_template .progress-bar {
  transition: none;
}
}
#jb_template .progress-bar-striped, .jb_template .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;
}
#jb_template .progress-bar-animated, .jb_template .progress-bar-animated {
-webkit-animation: 1s linear infinite progress-bar-stripes;
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
#jb_template .progress-bar-animated, .jb_template .progress-bar-animated {
  -webkit-animation: none;
  animation: none;
}
}
#jb_template .media, .jb_template .media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
#jb_template .media-body, .jb_template .media-body {
-ms-flex: 1;
flex: 1;
}
#jb_template .list-group, .jb_template .list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: 0.25rem;
}
#jb_template .list-group-item-action, .jb_template .list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
#jb_template .list-group-item-action:hover, .jb_template .list-group-item-action:hover, #jb_template .list-group-item-action:focus, .jb_template .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
#jb_template .list-group-item-action:active, .jb_template .list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
#jb_template .list-group-item, .jb_template .list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
#jb_template .list-group-item:first-child, .jb_template .list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
#jb_template .list-group-item:last-child, .jb_template .list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
#jb_template .list-group-item.disabled, .jb_template .list-group-item.disabled, #jb_template .list-group-item:disabled, .jb_template .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
#jb_template .list-group-item.active, .jb_template .list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
#jb_template .list-group-item + .list-group-item, .jb_template .list-group-item + .list-group-item {
border-top-width: 0;
}
#jb_template .list-group-item + .list-group-item.active, .jb_template .list-group-item + .list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}
#jb_template .list-group-horizontal, .jb_template .list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row;
}
#jb_template .list-group-horizontal > .list-group-item:first-child, .jb_template .list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
#jb_template .list-group-horizontal > .list-group-item:last-child, .jb_template .list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
#jb_template .list-group-horizontal > .list-group-item.active, .jb_template .list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
#jb_template .list-group-horizontal > .list-group-item + .list-group-item, .jb_template .list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
#jb_template .list-group-horizontal > .list-group-item + .list-group-item.active, .jb_template .list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
@media (min-width: 576px) {
#jb_template .list-group-horizontal-sm, .jb_template .list-group-horizontal-sm {
  -ms-flex-direction: row;
  flex-direction: row;
}
#jb_template .list-group-horizontal-sm > .list-group-item:first-child, .jb_template .list-group-horizontal-sm > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
#jb_template .list-group-horizontal-sm > .list-group-item:last-child, .jb_template .list-group-horizontal-sm > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
#jb_template .list-group-horizontal-sm > .list-group-item.active, .jb_template .list-group-horizontal-sm > .list-group-item.active {
  margin-top: 0;
}
#jb_template .list-group-horizontal-sm > .list-group-item + .list-group-item, .jb_template .list-group-horizontal-sm > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
#jb_template .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .jb_template .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
}
@media (min-width: 768px) {
#jb_template .list-group-horizontal-md, .jb_template .list-group-horizontal-md {
  -ms-flex-direction: row;
  flex-direction: row;
}
#jb_template .list-group-horizontal-md > .list-group-item:first-child, .jb_template .list-group-horizontal-md > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
#jb_template .list-group-horizontal-md > .list-group-item:last-child, .jb_template .list-group-horizontal-md > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
#jb_template .list-group-horizontal-md > .list-group-item.active, .jb_template .list-group-horizontal-md > .list-group-item.active {
  margin-top: 0;
}
#jb_template .list-group-horizontal-md > .list-group-item + .list-group-item, .jb_template .list-group-horizontal-md > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
#jb_template .list-group-horizontal-md > .list-group-item + .list-group-item.active, .jb_template .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
}
@media (min-width: 992px) {
#jb_template .list-group-horizontal-lg, .jb_template .list-group-horizontal-lg {
  -ms-flex-direction: row;
  flex-direction: row;
}
#jb_template .list-group-horizontal-lg > .list-group-item:first-child, .jb_template .list-group-horizontal-lg > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
#jb_template .list-group-horizontal-lg > .list-group-item:last-child, .jb_template .list-group-horizontal-lg > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
#jb_template .list-group-horizontal-lg > .list-group-item.active, .jb_template .list-group-horizontal-lg > .list-group-item.active {
  margin-top: 0;
}
#jb_template .list-group-horizontal-lg > .list-group-item + .list-group-item, .jb_template .list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
#jb_template .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .jb_template .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
}
@media (min-width: 1200px) {
#jb_template .list-group-horizontal-xl, .jb_template .list-group-horizontal-xl {
  -ms-flex-direction: row;
  flex-direction: row;
}
#jb_template .list-group-horizontal-xl > .list-group-item:first-child, .jb_template .list-group-horizontal-xl > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
#jb_template .list-group-horizontal-xl > .list-group-item:last-child, .jb_template .list-group-horizontal-xl > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
#jb_template .list-group-horizontal-xl > .list-group-item.active, .jb_template .list-group-horizontal-xl > .list-group-item.active {
  margin-top: 0;
}
#jb_template .list-group-horizontal-xl > .list-group-item + .list-group-item, .jb_template .list-group-horizontal-xl > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
#jb_template .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .jb_template .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
}
#jb_template .list-group-flush, .jb_template .list-group-flush {
border-radius: 0;
}
#jb_template .list-group-flush > .list-group-item, .jb_template .list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
#jb_template .list-group-flush > .list-group-item:last-child, .jb_template .list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
#jb_template .list-group-item-primary, .jb_template .list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
#jb_template .list-group-item-primary.list-group-item-action:hover, .jb_template .list-group-item-primary.list-group-item-action:hover, #jb_template .list-group-item-primary.list-group-item-action:focus, .jb_template .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff;
}
#jb_template .list-group-item-primary.list-group-item-action.active, .jb_template .list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
#jb_template .list-group-item-secondary, .jb_template .list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
#jb_template .list-group-item-secondary.list-group-item-action:hover, .jb_template .list-group-item-secondary.list-group-item-action:hover, #jb_template .list-group-item-secondary.list-group-item-action:focus, .jb_template .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf;
}
#jb_template .list-group-item-secondary.list-group-item-action.active, .jb_template .list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
#jb_template .list-group-item-success, .jb_template .list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
#jb_template .list-group-item-success.list-group-item-action:hover, .jb_template .list-group-item-success.list-group-item-action:hover, #jb_template .list-group-item-success.list-group-item-action:focus, .jb_template .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb;
}
#jb_template .list-group-item-success.list-group-item-action.active, .jb_template .list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
#jb_template .list-group-item-info, .jb_template .list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
#jb_template .list-group-item-info.list-group-item-action:hover, .jb_template .list-group-item-info.list-group-item-action:hover, #jb_template .list-group-item-info.list-group-item-action:focus, .jb_template .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5;
}
#jb_template .list-group-item-info.list-group-item-action.active, .jb_template .list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
#jb_template .list-group-item-warning, .jb_template .list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
#jb_template .list-group-item-warning.list-group-item-action:hover, .jb_template .list-group-item-warning.list-group-item-action:hover, #jb_template .list-group-item-warning.list-group-item-action:focus, .jb_template .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1;
}
#jb_template .list-group-item-warning.list-group-item-action.active, .jb_template .list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
#jb_template .list-group-item-danger, .jb_template .list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
#jb_template .list-group-item-danger.list-group-item-action:hover, .jb_template .list-group-item-danger.list-group-item-action:hover, #jb_template .list-group-item-danger.list-group-item-action:focus, .jb_template .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7;
}
#jb_template .list-group-item-danger.list-group-item-action.active, .jb_template .list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
#jb_template .list-group-item-light, .jb_template .list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
#jb_template .list-group-item-light.list-group-item-action:hover, .jb_template .list-group-item-light.list-group-item-action:hover, #jb_template .list-group-item-light.list-group-item-action:focus, .jb_template .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6;
}
#jb_template .list-group-item-light.list-group-item-action.active, .jb_template .list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
#jb_template .list-group-item-dark, .jb_template .list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
#jb_template .list-group-item-dark.list-group-item-action:hover, .jb_template .list-group-item-dark.list-group-item-action:hover, #jb_template .list-group-item-dark.list-group-item-action:focus, .jb_template .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe;
}
#jb_template .list-group-item-dark.list-group-item-action.active, .jb_template .list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
#jb_template .close, .jb_template .close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
#jb_template .close:hover, .jb_template .close:hover {
color: #000;
text-decoration: none;
}
#jb_template .close:not(:disabled):not(.disabled):hover, .jb_template .close:not(:disabled):not(.disabled):hover, #jb_template .close:not(:disabled):not(.disabled):focus, .jb_template .close:not(:disabled):not(.disabled):focus {
opacity: 0.75;
}
#jb_template button.close, .jb_template button.close {
padding: 0;
background-color: transparent;
border: 0;
}
#jb_template a.close.disabled, .jb_template a.close.disabled {
pointer-events: none;
}
#jb_template .toast, .jb_template .toast {
-ms-flex-preferred-size: 350px;
flex-basis: 350px;
max-width: 350px;
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);
opacity: 0;
border-radius: 0.25rem;
}
#jb_template .toast:not(:last-child), .jb_template .toast:not(:last-child) {
margin-bottom: 0.75rem;
}
#jb_template .toast.showing, .jb_template .toast.showing {
opacity: 1;
}
#jb_template .toast.show, .jb_template .toast.show {
display: block;
opacity: 1;
}
#jb_template .toast.hide, .jb_template .toast.hide {
display: none;
}
#jb_template .toast-header, .jb_template .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);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
#jb_template .toast-body, .jb_template .toast-body {
padding: 0.75rem;
}
#jb_template .modal-open, .jb_template .modal-open {
overflow: hidden;
}
#jb_template .modal-open .modal, .jb_template .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
#jb_template .modal, .jb_template .modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
#jb_template .modal-dialog, .jb_template .modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
#jb_template .modal.fade .modal-dialog, .jb_template .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) {
#jb_template .modal.fade .modal-dialog, .jb_template .modal.fade .modal-dialog {
  transition: none;
}
}
#jb_template .modal.show .modal-dialog, .jb_template .modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
#jb_template .modal.modal-static .modal-dialog, .jb_template .modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
#jb_template .modal-dialog-scrollable, .jb_template .modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
#jb_template .modal-dialog-scrollable .modal-content, .jb_template .modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
#jb_template .modal-dialog-scrollable .modal-header, .jb_template .modal-dialog-scrollable .modal-header, #jb_template .modal-dialog-scrollable .modal-footer, .jb_template .modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
#jb_template .modal-dialog-scrollable .modal-body, .jb_template .modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
#jb_template .modal-dialog-centered, .jb_template .modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
#jb_template .modal-dialog-centered::before, .jb_template .modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
}
#jb_template .modal-dialog-centered.modal-dialog-scrollable, .jb_template .modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
#jb_template .modal-dialog-centered.modal-dialog-scrollable .modal-content, .jb_template .modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
#jb_template .modal-dialog-centered.modal-dialog-scrollable::before, .jb_template .modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
#jb_template .modal-content, .jb_template .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;
}
#jb_template .modal-backdrop, .jb_template .modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
#jb_template .modal-backdrop.fade, .jb_template .modal-backdrop.fade {
opacity: 0;
}
#jb_template .modal-backdrop.show, .jb_template .modal-backdrop.show {
opacity: 0.5;
}
#jb_template .modal-header, .jb_template .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: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
#jb_template .modal-header .close, .jb_template .modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
#jb_template .modal-title, .jb_template .modal-title {
margin-bottom: 0;
line-height: 1.5;
}
#jb_template .modal-body, .jb_template .modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
#jb_template .modal-footer, .jb_template .modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
#jb_template .modal-footer > *, .jb_template .modal-footer > * {
margin: 0.25rem;
}
#jb_template .modal-scrollbar-measure, .jb_template .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
#jb_template .modal-dialog, .jb_template .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
#jb_template .modal-dialog-scrollable, .jb_template .modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem);
}
#jb_template .modal-dialog-scrollable .modal-content, .jb_template .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem);
}
#jb_template .modal-dialog-centered, .jb_template .modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
#jb_template .modal-dialog-centered::before, .jb_template .modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
#jb_template .modal-sm, .jb_template .modal-sm {
  max-width: 300px;
}
}
@media (min-width: 992px) {
#jb_template .modal-lg, .jb_template .modal-lg, #jb_template .modal-xl, .jb_template .modal-xl {
  max-width: 800px;
}
}
@media (min-width: 1200px) {
#jb_template .modal-xl, .jb_template .modal-xl {
  max-width: 1140px;
}
}
#jb_template .tooltip, .jb_template .tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
}
#jb_template .tooltip.show, .jb_template .tooltip.show {
opacity: 0.9;
}
#jb_template .tooltip .arrow, .jb_template .tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
#jb_template .tooltip .arrow::before, .jb_template .tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
#jb_template .bs-tooltip-top, .jb_template .bs-tooltip-top, #jb_template .bs-tooltip-auto[x-placement^="top"], .jb_template .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
}
#jb_template .bs-tooltip-top .arrow, .jb_template .bs-tooltip-top .arrow, #jb_template .bs-tooltip-auto[x-placement^="top"] .arrow, .jb_template .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
#jb_template .bs-tooltip-top .arrow::before, .jb_template .bs-tooltip-top .arrow::before, #jb_template .bs-tooltip-auto[x-placement^="top"] .arrow::before, .jb_template .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
#jb_template .bs-tooltip-right, .jb_template .bs-tooltip-right, #jb_template .bs-tooltip-auto[x-placement^="right"], .jb_template .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
}
#jb_template .bs-tooltip-right .arrow, .jb_template .bs-tooltip-right .arrow, #jb_template .bs-tooltip-auto[x-placement^="right"] .arrow, .jb_template .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
#jb_template .bs-tooltip-right .arrow::before, .jb_template .bs-tooltip-right .arrow::before, #jb_template .bs-tooltip-auto[x-placement^="right"] .arrow::before, .jb_template .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
#jb_template .bs-tooltip-bottom, .jb_template .bs-tooltip-bottom, #jb_template .bs-tooltip-auto[x-placement^="bottom"], .jb_template .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
}
#jb_template .bs-tooltip-bottom .arrow, .jb_template .bs-tooltip-bottom .arrow, #jb_template .bs-tooltip-auto[x-placement^="bottom"] .arrow, .jb_template .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
#jb_template .bs-tooltip-bottom .arrow::before, .jb_template .bs-tooltip-bottom .arrow::before, #jb_template .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .jb_template .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
#jb_template .bs-tooltip-left, .jb_template .bs-tooltip-left, #jb_template .bs-tooltip-auto[x-placement^="left"], .jb_template .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
}
#jb_template .bs-tooltip-left .arrow, .jb_template .bs-tooltip-left .arrow, #jb_template .bs-tooltip-auto[x-placement^="left"] .arrow, .jb_template .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
#jb_template .bs-tooltip-left .arrow::before, .jb_template .bs-tooltip-left .arrow::before, #jb_template .bs-tooltip-auto[x-placement^="left"] .arrow::before, .jb_template .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
#jb_template .tooltip-inner, .jb_template .tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
#jb_template .popover, .jb_template .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", "Liberation 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;
}
#jb_template .popover .arrow, .jb_template .popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
#jb_template .popover .arrow::before, .jb_template .popover .arrow::before, #jb_template .popover .arrow::after, .jb_template .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
#jb_template .bs-popover-top, .jb_template .bs-popover-top, #jb_template .bs-popover-auto[x-placement^="top"], .jb_template .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem;
}
#jb_template .bs-popover-top > .arrow, .jb_template .bs-popover-top > .arrow, #jb_template .bs-popover-auto[x-placement^="top"] > .arrow, .jb_template .bs-popover-auto[x-placement^="top"] > .arrow {
bottom: calc(-0.5rem - 1px);
}
#jb_template .bs-popover-top > .arrow::before, .jb_template .bs-popover-top > .arrow::before, #jb_template .bs-popover-auto[x-placement^="top"] > .arrow::before, .jb_template .bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
#jb_template .bs-popover-top > .arrow::after, .jb_template .bs-popover-top > .arrow::after, #jb_template .bs-popover-auto[x-placement^="top"] > .arrow::after, .jb_template .bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
#jb_template .bs-popover-right, .jb_template .bs-popover-right, #jb_template .bs-popover-auto[x-placement^="right"], .jb_template .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem;
}
#jb_template .bs-popover-right > .arrow, .jb_template .bs-popover-right > .arrow, #jb_template .bs-popover-auto[x-placement^="right"] > .arrow, .jb_template .bs-popover-auto[x-placement^="right"] > .arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
#jb_template .bs-popover-right > .arrow::before, .jb_template .bs-popover-right > .arrow::before, #jb_template .bs-popover-auto[x-placement^="right"] > .arrow::before, .jb_template .bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
#jb_template .bs-popover-right > .arrow::after, .jb_template .bs-popover-right > .arrow::after, #jb_template .bs-popover-auto[x-placement^="right"] > .arrow::after, .jb_template .bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
#jb_template .bs-popover-bottom, .jb_template .bs-popover-bottom, #jb_template .bs-popover-auto[x-placement^="bottom"], .jb_template .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem;
}
#jb_template .bs-popover-bottom > .arrow, .jb_template .bs-popover-bottom > .arrow, #jb_template .bs-popover-auto[x-placement^="bottom"] > .arrow, .jb_template .bs-popover-auto[x-placement^="bottom"] > .arrow {
top: calc(-0.5rem - 1px);
}
#jb_template .bs-popover-bottom > .arrow::before, .jb_template .bs-popover-bottom > .arrow::before, #jb_template .bs-popover-auto[x-placement^="bottom"] > .arrow::before, .jb_template .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
#jb_template .bs-popover-bottom > .arrow::after, .jb_template .bs-popover-bottom > .arrow::after, #jb_template .bs-popover-auto[x-placement^="bottom"] > .arrow::after, .jb_template .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
#jb_template .bs-popover-bottom .popover-header::before, .jb_template .bs-popover-bottom .popover-header::before, #jb_template .bs-popover-auto[x-placement^="bottom"] .popover-header::before, .jb_template .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
#jb_template .bs-popover-left, .jb_template .bs-popover-left, #jb_template .bs-popover-auto[x-placement^="left"], .jb_template .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem;
}
#jb_template .bs-popover-left > .arrow, .jb_template .bs-popover-left > .arrow, #jb_template .bs-popover-auto[x-placement^="left"] > .arrow, .jb_template .bs-popover-auto[x-placement^="left"] > .arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
#jb_template .bs-popover-left > .arrow::before, .jb_template .bs-popover-left > .arrow::before, #jb_template .bs-popover-auto[x-placement^="left"] > .arrow::before, .jb_template .bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
#jb_template .bs-popover-left > .arrow::after, .jb_template .bs-popover-left > .arrow::after, #jb_template .bs-popover-auto[x-placement^="left"] > .arrow::after, .jb_template .bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
#jb_template .popover-header, .jb_template .popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
#jb_template .popover-header:empty, .jb_template .popover-header:empty {
display: none;
}
#jb_template .popover-body, .jb_template .popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
#jb_template .carousel, .jb_template .carousel {
position: relative;
}
#jb_template .carousel.pointer-event, .jb_template .carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
#jb_template .carousel-inner, .jb_template .carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
#jb_template .carousel-inner::after, .jb_template .carousel-inner::after {
display: block;
clear: both;
content: "";
}
#jb_template .carousel-item, .jb_template .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) {
#jb_template .carousel-item, .jb_template .carousel-item {
  transition: none;
}
}
#jb_template .carousel-item.active, .jb_template .carousel-item.active, #jb_template .carousel-item-next, .jb_template .carousel-item-next, #jb_template .carousel-item-prev, .jb_template .carousel-item-prev {
display: block;
}
#jb_template .carousel-item-next:not(.carousel-item-left), .jb_template .carousel-item-next:not(.carousel-item-left), #jb_template .active.carousel-item-right, .jb_template .active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
#jb_template .carousel-item-prev:not(.carousel-item-right), .jb_template .carousel-item-prev:not(.carousel-item-right), #jb_template .active.carousel-item-left, .jb_template .active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
#jb_template .carousel-fade .carousel-item, .jb_template .carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none;
}
#jb_template .carousel-fade .carousel-item.active, .jb_template .carousel-fade .carousel-item.active, #jb_template .carousel-fade .carousel-item-next.carousel-item-left, .jb_template .carousel-fade .carousel-item-next.carousel-item-left, #jb_template .carousel-fade .carousel-item-prev.carousel-item-right, .jb_template .carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
#jb_template .carousel-fade .active.carousel-item-left, .jb_template .carousel-fade .active.carousel-item-left, #jb_template .carousel-fade .active.carousel-item-right, .jb_template .carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
#jb_template .carousel-fade .active.carousel-item-left, .jb_template .carousel-fade .active.carousel-item-left, #jb_template .carousel-fade .active.carousel-item-right, .jb_template .carousel-fade .active.carousel-item-right {
  transition: none;
}
}
#jb_template .carousel-control-prev, .jb_template .carousel-control-prev, #jb_template .carousel-control-next, .jb_template .carousel-control-next {
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) {
#jb_template .carousel-control-prev, .jb_template .carousel-control-prev, #jb_template .carousel-control-next, .jb_template .carousel-control-next {
  transition: none;
}
}
#jb_template .carousel-control-prev:hover, .jb_template .carousel-control-prev:hover, #jb_template .carousel-control-prev:focus, .jb_template .carousel-control-prev:focus, #jb_template .carousel-control-next:hover, .jb_template .carousel-control-next:hover, #jb_template .carousel-control-next:focus, .jb_template .carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
#jb_template .carousel-control-prev, .jb_template .carousel-control-prev {
left: 0;
}
#jb_template .carousel-control-next, .jb_template .carousel-control-next {
right: 0;
}
#jb_template .carousel-control-prev-icon, .jb_template .carousel-control-prev-icon, #jb_template .carousel-control-next-icon, .jb_template .carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: 50% / 100% 100% no-repeat;
}
#jb_template .carousel-control-prev-icon, .jb_template .carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
#jb_template .carousel-control-next-icon, .jb_template .carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
#jb_template .carousel-indicators, .jb_template .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;
}
#jb_template .carousel-indicators li, .jb_template .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) {
#jb_template .carousel-indicators li, .jb_template .carousel-indicators li {
  transition: none;
}
}
#jb_template .carousel-indicators .active, .jb_template .carousel-indicators .active {
opacity: 1;
}
#jb_template .carousel-caption, .jb_template .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);
}
}
#jb_template .spinner-border, .jb_template .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: 0.75s linear infinite spinner-border;
animation: 0.75s linear infinite spinner-border;
}
#jb_template .spinner-border-sm, .jb_template .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;
  -webkit-transform: none;
  transform: none;
}
}
@keyframes spinner-grow {
0% {
  -webkit-transform: scale(0);
  transform: scale(0);
}
50% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
}
#jb_template .spinner-grow, .jb_template .spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: 0.75s linear infinite spinner-grow;
animation: 0.75s linear infinite spinner-grow;
}
#jb_template .spinner-grow-sm, .jb_template .spinner-grow-sm {
width: 1rem;
height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
#jb_template .spinner-border, .jb_template .spinner-border, #jb_template .spinner-grow, .jb_template .spinner-grow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
}
#jb_template .align-baseline, .jb_template .align-baseline {
vertical-align: baseline !important;
}
#jb_template .align-top, .jb_template .align-top {
vertical-align: top !important;
}
#jb_template .align-middle, .jb_template .align-middle {
vertical-align: middle !important;
}
#jb_template .align-bottom, .jb_template .align-bottom {
vertical-align: bottom !important;
}
#jb_template .align-text-bottom, .jb_template .align-text-bottom {
vertical-align: text-bottom !important;
}
#jb_template .align-text-top, .jb_template .align-text-top {
vertical-align: text-top !important;
}
#jb_template .bg-primary, .jb_template .bg-primary {
background-color: #007bff !important;
}
#jb_template a.bg-primary:hover, .jb_template a.bg-primary:hover, #jb_template a.bg-primary:focus, .jb_template a.bg-primary:focus, #jb_template button.bg-primary:hover, .jb_template button.bg-primary:hover, #jb_template button.bg-primary:focus, .jb_template button.bg-primary:focus {
background-color: #0062cc !important;
}
#jb_template .bg-secondary, .jb_template .bg-secondary {
background-color: #6c757d !important;
}
#jb_template a.bg-secondary:hover, .jb_template a.bg-secondary:hover, #jb_template a.bg-secondary:focus, .jb_template a.bg-secondary:focus, #jb_template button.bg-secondary:hover, .jb_template button.bg-secondary:hover, #jb_template button.bg-secondary:focus, .jb_template button.bg-secondary:focus {
background-color: #545b62 !important;
}
#jb_template .bg-success, .jb_template .bg-success {
background-color: #28a745 !important;
}
#jb_template a.bg-success:hover, .jb_template a.bg-success:hover, #jb_template a.bg-success:focus, .jb_template a.bg-success:focus, #jb_template button.bg-success:hover, .jb_template button.bg-success:hover, #jb_template button.bg-success:focus, .jb_template button.bg-success:focus {
background-color: #1e7e34 !important;
}
#jb_template .bg-info, .jb_template .bg-info {
background-color: #17a2b8 !important;
}
#jb_template a.bg-info:hover, .jb_template a.bg-info:hover, #jb_template a.bg-info:focus, .jb_template a.bg-info:focus, #jb_template button.bg-info:hover, .jb_template button.bg-info:hover, #jb_template button.bg-info:focus, .jb_template button.bg-info:focus {
background-color: #117a8b !important;
}
#jb_template .bg-warning, .jb_template .bg-warning {
background-color: #ffc107 !important;
}
#jb_template a.bg-warning:hover, .jb_template a.bg-warning:hover, #jb_template a.bg-warning:focus, .jb_template a.bg-warning:focus, #jb_template button.bg-warning:hover, .jb_template button.bg-warning:hover, #jb_template button.bg-warning:focus, .jb_template button.bg-warning:focus {
background-color: #d39e00 !important;
}
#jb_template .bg-danger, .jb_template .bg-danger {
background-color: #dc3545 !important;
}
#jb_template a.bg-danger:hover, .jb_template a.bg-danger:hover, #jb_template a.bg-danger:focus, .jb_template a.bg-danger:focus, #jb_template button.bg-danger:hover, .jb_template button.bg-danger:hover, #jb_template button.bg-danger:focus, .jb_template button.bg-danger:focus {
background-color: #bd2130 !important;
}
#jb_template .bg-light, .jb_template .bg-light {
background-color: #f8f9fa !important;
}
#jb_template a.bg-light:hover, .jb_template a.bg-light:hover, #jb_template a.bg-light:focus, .jb_template a.bg-light:focus, #jb_template button.bg-light:hover, .jb_template button.bg-light:hover, #jb_template button.bg-light:focus, .jb_template button.bg-light:focus {
background-color: #dae0e5 !important;
}
#jb_template .bg-dark, .jb_template .bg-dark {
background-color: #343a40 !important;
}
#jb_template a.bg-dark:hover, .jb_template a.bg-dark:hover, #jb_template a.bg-dark:focus, .jb_template a.bg-dark:focus, #jb_template button.bg-dark:hover, .jb_template button.bg-dark:hover, #jb_template button.bg-dark:focus, .jb_template button.bg-dark:focus {
background-color: #1d2124 !important;
}
#jb_template .bg-white, .jb_template .bg-white {
background-color: #fff !important;
}
#jb_template .bg-transparent, .jb_template .bg-transparent {
background-color: transparent !important;
}
#jb_template .border, .jb_template .border {
border: 1px solid #dee2e6 !important;
}
#jb_template .border-top, .jb_template .border-top {
border-top: 1px solid #dee2e6 !important;
}
#jb_template .border-right, .jb_template .border-right {
border-right: 1px solid #dee2e6 !important;
}
#jb_template .border-bottom, .jb_template .border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
#jb_template .border-left, .jb_template .border-left {
border-left: 1px solid #dee2e6 !important;
}
#jb_template .border-0, .jb_template .border-0 {
border: 0 !important;
}
#jb_template .border-top-0, .jb_template .border-top-0 {
border-top: 0 !important;
}
#jb_template .border-right-0, .jb_template .border-right-0 {
border-right: 0 !important;
}
#jb_template .border-bottom-0, .jb_template .border-bottom-0 {
border-bottom: 0 !important;
}
#jb_template .border-left-0, .jb_template .border-left-0 {
border-left: 0 !important;
}
#jb_template .border-primary, .jb_template .border-primary {
border-color: #007bff !important;
}
#jb_template .border-secondary, .jb_template .border-secondary {
border-color: #6c757d !important;
}
#jb_template .border-success, .jb_template .border-success {
border-color: #28a745 !important;
}
#jb_template .border-info, .jb_template .border-info {
border-color: #17a2b8 !important;
}
#jb_template .border-warning, .jb_template .border-warning {
border-color: #ffc107 !important;
}
#jb_template .border-danger, .jb_template .border-danger {
border-color: #dc3545 !important;
}
#jb_template .border-light, .jb_template .border-light {
border-color: #f8f9fa !important;
}
#jb_template .border-dark, .jb_template .border-dark {
border-color: #343a40 !important;
}
#jb_template .border-white, .jb_template .border-white {
border-color: #fff !important;
}
#jb_template .rounded-sm, .jb_template .rounded-sm {
border-radius: 0.2rem !important;
}
#jb_template .rounded, .jb_template .rounded {
border-radius: 0.25rem !important;
}
#jb_template .rounded-top, .jb_template .rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
#jb_template .rounded-right, .jb_template .rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
#jb_template .rounded-bottom, .jb_template .rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
#jb_template .rounded-left, .jb_template .rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
#jb_template .rounded-lg, .jb_template .rounded-lg {
border-radius: 0.3rem !important;
}
#jb_template .rounded-circle, .jb_template .rounded-circle {
border-radius: 50% !important;
}
#jb_template .rounded-pill, .jb_template .rounded-pill {
border-radius: 50rem !important;
}
#jb_template .rounded-0, .jb_template .rounded-0 {
border-radius: 0 !important;
}
#jb_template .clearfix::after, .jb_template .clearfix::after {
display: block;
clear: both;
content: "";
}
#jb_template .d-none, .jb_template .d-none {
display: none !important;
}
#jb_template .d-inline, .jb_template .d-inline {
display: inline !important;
}
#jb_template .d-inline-block, .jb_template .d-inline-block {
display: inline-block !important;
}
#jb_template .d-block, .jb_template .d-block {
display: block !important;
}
#jb_template .d-table, .jb_template .d-table {
display: table !important;
}
#jb_template .d-table-row, .jb_template .d-table-row {
display: table-row !important;
}
#jb_template .d-table-cell, .jb_template .d-table-cell {
display: table-cell !important;
}
#jb_template .d-flex, .jb_template .d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
#jb_template .d-inline-flex, .jb_template .d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
#jb_template .d-sm-none, .jb_template .d-sm-none {
  display: none !important;
}
#jb_template .d-sm-inline, .jb_template .d-sm-inline {
  display: inline !important;
}
#jb_template .d-sm-inline-block, .jb_template .d-sm-inline-block {
  display: inline-block !important;
}
#jb_template .d-sm-block, .jb_template .d-sm-block {
  display: block !important;
}
#jb_template .d-sm-table, .jb_template .d-sm-table {
  display: table !important;
}
#jb_template .d-sm-table-row, .jb_template .d-sm-table-row {
  display: table-row !important;
}
#jb_template .d-sm-table-cell, .jb_template .d-sm-table-cell {
  display: table-cell !important;
}
#jb_template .d-sm-flex, .jb_template .d-sm-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
#jb_template .d-sm-inline-flex, .jb_template .d-sm-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media (min-width: 768px) {
#jb_template .d-md-none, .jb_template .d-md-none {
  display: none !important;
}
#jb_template .d-md-inline, .jb_template .d-md-inline {
  display: inline !important;
}
#jb_template .d-md-inline-block, .jb_template .d-md-inline-block {
  display: inline-block !important;
}
#jb_template .d-md-block, .jb_template .d-md-block {
  display: block !important;
}
#jb_template .d-md-table, .jb_template .d-md-table {
  display: table !important;
}
#jb_template .d-md-table-row, .jb_template .d-md-table-row {
  display: table-row !important;
}
#jb_template .d-md-table-cell, .jb_template .d-md-table-cell {
  display: table-cell !important;
}
#jb_template .d-md-flex, .jb_template .d-md-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
#jb_template .d-md-inline-flex, .jb_template .d-md-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media (min-width: 992px) {
#jb_template .d-lg-none, .jb_template .d-lg-none {
  display: none !important;
}
#jb_template .d-lg-inline, .jb_template .d-lg-inline {
  display: inline !important;
}
#jb_template .d-lg-inline-block, .jb_template .d-lg-inline-block {
  display: inline-block !important;
}
#jb_template .d-lg-block, .jb_template .d-lg-block {
  display: block !important;
}
#jb_template .d-lg-table, .jb_template .d-lg-table {
  display: table !important;
}
#jb_template .d-lg-table-row, .jb_template .d-lg-table-row {
  display: table-row !important;
}
#jb_template .d-lg-table-cell, .jb_template .d-lg-table-cell {
  display: table-cell !important;
}
#jb_template .d-lg-flex, .jb_template .d-lg-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
#jb_template .d-lg-inline-flex, .jb_template .d-lg-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media (min-width: 1200px) {
#jb_template .d-xl-none, .jb_template .d-xl-none {
  display: none !important;
}
#jb_template .d-xl-inline, .jb_template .d-xl-inline {
  display: inline !important;
}
#jb_template .d-xl-inline-block, .jb_template .d-xl-inline-block {
  display: inline-block !important;
}
#jb_template .d-xl-block, .jb_template .d-xl-block {
  display: block !important;
}
#jb_template .d-xl-table, .jb_template .d-xl-table {
  display: table !important;
}
#jb_template .d-xl-table-row, .jb_template .d-xl-table-row {
  display: table-row !important;
}
#jb_template .d-xl-table-cell, .jb_template .d-xl-table-cell {
  display: table-cell !important;
}
#jb_template .d-xl-flex, .jb_template .d-xl-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
#jb_template .d-xl-inline-flex, .jb_template .d-xl-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print {
#jb_template .d-print-none, .jb_template .d-print-none {
  display: none !important;
}
#jb_template .d-print-inline, .jb_template .d-print-inline {
  display: inline !important;
}
#jb_template .d-print-inline-block, .jb_template .d-print-inline-block {
  display: inline-block !important;
}
#jb_template .d-print-block, .jb_template .d-print-block {
  display: block !important;
}
#jb_template .d-print-table, .jb_template .d-print-table {
  display: table !important;
}
#jb_template .d-print-table-row, .jb_template .d-print-table-row {
  display: table-row !important;
}
#jb_template .d-print-table-cell, .jb_template .d-print-table-cell {
  display: table-cell !important;
}
#jb_template .d-print-flex, .jb_template .d-print-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
#jb_template .d-print-inline-flex, .jb_template .d-print-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
#jb_template .embed-responsive, .jb_template .embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
#jb_template .embed-responsive::before, .jb_template .embed-responsive::before {
display: block;
content: "";
}
#jb_template .embed-responsive .embed-responsive-item, .jb_template .embed-responsive .embed-responsive-item, #jb_template .embed-responsive iframe, .jb_template .embed-responsive iframe, #jb_template .embed-responsive embed, .jb_template .embed-responsive embed, #jb_template .embed-responsive object, .jb_template .embed-responsive object, #jb_template .embed-responsive video, .jb_template .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
#jb_template .embed-responsive-21by9::before, .jb_template .embed-responsive-21by9::before {
padding-top: 42.857143%;
}
#jb_template .embed-responsive-16by9::before, .jb_template .embed-responsive-16by9::before {
padding-top: 56.25%;
}
#jb_template .embed-responsive-4by3::before, .jb_template .embed-responsive-4by3::before {
padding-top: 75%;
}
#jb_template .embed-responsive-1by1::before, .jb_template .embed-responsive-1by1::before {
padding-top: 100%;
}
#jb_template .flex-row, .jb_template .flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
#jb_template .flex-column, .jb_template .flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
#jb_template .flex-row-reverse, .jb_template .flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
#jb_template .flex-column-reverse, .jb_template .flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
#jb_template .flex-wrap, .jb_template .flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
#jb_template .flex-nowrap, .jb_template .flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
#jb_template .flex-wrap-reverse, .jb_template .flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
#jb_template .flex-fill, .jb_template .flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
#jb_template .flex-grow-0, .jb_template .flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
#jb_template .flex-grow-1, .jb_template .flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
#jb_template .flex-shrink-0, .jb_template .flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
#jb_template .flex-shrink-1, .jb_template .flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
#jb_template .justify-content-start, .jb_template .justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
#jb_template .justify-content-end, .jb_template .justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
#jb_template .justify-content-center, .jb_template .justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
#jb_template .justify-content-between, .jb_template .justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
#jb_template .justify-content-around, .jb_template .justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
#jb_template .align-items-start, .jb_template .align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
#jb_template .align-items-end, .jb_template .align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
#jb_template .align-items-center, .jb_template .align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
#jb_template .align-items-baseline, .jb_template .align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
#jb_template .align-items-stretch, .jb_template .align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
#jb_template .align-content-start, .jb_template .align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
#jb_template .align-content-end, .jb_template .align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
#jb_template .align-content-center, .jb_template .align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
#jb_template .align-content-between, .jb_template .align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
#jb_template .align-content-around, .jb_template .align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
#jb_template .align-content-stretch, .jb_template .align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
#jb_template .align-self-auto, .jb_template .align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
#jb_template .align-self-start, .jb_template .align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
#jb_template .align-self-end, .jb_template .align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
#jb_template .align-self-center, .jb_template .align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
#jb_template .align-self-baseline, .jb_template .align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
#jb_template .align-self-stretch, .jb_template .align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
#jb_template .flex-sm-row, .jb_template .flex-sm-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
#jb_template .flex-sm-column, .jb_template .flex-sm-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
#jb_template .flex-sm-row-reverse, .jb_template .flex-sm-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
#jb_template .flex-sm-column-reverse, .jb_template .flex-sm-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
#jb_template .flex-sm-wrap, .jb_template .flex-sm-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
#jb_template .flex-sm-nowrap, .jb_template .flex-sm-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
#jb_template .flex-sm-wrap-reverse, .jb_template .flex-sm-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
#jb_template .flex-sm-fill, .jb_template .flex-sm-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
#jb_template .flex-sm-grow-0, .jb_template .flex-sm-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
#jb_template .flex-sm-grow-1, .jb_template .flex-sm-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
#jb_template .flex-sm-shrink-0, .jb_template .flex-sm-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
#jb_template .flex-sm-shrink-1, .jb_template .flex-sm-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
#jb_template .justify-content-sm-start, .jb_template .justify-content-sm-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
#jb_template .justify-content-sm-end, .jb_template .justify-content-sm-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
#jb_template .justify-content-sm-center, .jb_template .justify-content-sm-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#jb_template .justify-content-sm-between, .jb_template .justify-content-sm-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#jb_template .justify-content-sm-around, .jb_template .justify-content-sm-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
#jb_template .align-items-sm-start, .jb_template .align-items-sm-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
#jb_template .align-items-sm-end, .jb_template .align-items-sm-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
#jb_template .align-items-sm-center, .jb_template .align-items-sm-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
#jb_template .align-items-sm-baseline, .jb_template .align-items-sm-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
#jb_template .align-items-sm-stretch, .jb_template .align-items-sm-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
#jb_template .align-content-sm-start, .jb_template .align-content-sm-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
#jb_template .align-content-sm-end, .jb_template .align-content-sm-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
#jb_template .align-content-sm-center, .jb_template .align-content-sm-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
#jb_template .align-content-sm-between, .jb_template .align-content-sm-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
#jb_template .align-content-sm-around, .jb_template .align-content-sm-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
#jb_template .align-content-sm-stretch, .jb_template .align-content-sm-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
#jb_template .align-self-sm-auto, .jb_template .align-self-sm-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
#jb_template .align-self-sm-start, .jb_template .align-self-sm-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
#jb_template .align-self-sm-end, .jb_template .align-self-sm-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
#jb_template .align-self-sm-center, .jb_template .align-self-sm-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
#jb_template .align-self-sm-baseline, .jb_template .align-self-sm-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
#jb_template .align-self-sm-stretch, .jb_template .align-self-sm-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
}
@media (min-width: 768px) {
#jb_template .flex-md-row, .jb_template .flex-md-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
#jb_template .flex-md-column, .jb_template .flex-md-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
#jb_template .flex-md-row-reverse, .jb_template .flex-md-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
#jb_template .flex-md-column-reverse, .jb_template .flex-md-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
#jb_template .flex-md-wrap, .jb_template .flex-md-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
#jb_template .flex-md-nowrap, .jb_template .flex-md-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
#jb_template .flex-md-wrap-reverse, .jb_template .flex-md-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
#jb_template .flex-md-fill, .jb_template .flex-md-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
#jb_template .flex-md-grow-0, .jb_template .flex-md-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
#jb_template .flex-md-grow-1, .jb_template .flex-md-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
#jb_template .flex-md-shrink-0, .jb_template .flex-md-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
#jb_template .flex-md-shrink-1, .jb_template .flex-md-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
#jb_template .justify-content-md-start, .jb_template .justify-content-md-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
#jb_template .justify-content-md-end, .jb_template .justify-content-md-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
#jb_template .justify-content-md-center, .jb_template .justify-content-md-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#jb_template .justify-content-md-between, .jb_template .justify-content-md-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#jb_template .justify-content-md-around, .jb_template .justify-content-md-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
#jb_template .align-items-md-start, .jb_template .align-items-md-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
#jb_template .align-items-md-end, .jb_template .align-items-md-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
#jb_template .align-items-md-center, .jb_template .align-items-md-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
#jb_template .align-items-md-baseline, .jb_template .align-items-md-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
#jb_template .align-items-md-stretch, .jb_template .align-items-md-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
#jb_template .align-content-md-start, .jb_template .align-content-md-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
#jb_template .align-content-md-end, .jb_template .align-content-md-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
#jb_template .align-content-md-center, .jb_template .align-content-md-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
#jb_template .align-content-md-between, .jb_template .align-content-md-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
#jb_template .align-content-md-around, .jb_template .align-content-md-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
#jb_template .align-content-md-stretch, .jb_template .align-content-md-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
#jb_template .align-self-md-auto, .jb_template .align-self-md-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
#jb_template .align-self-md-start, .jb_template .align-self-md-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
#jb_template .align-self-md-end, .jb_template .align-self-md-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
#jb_template .align-self-md-center, .jb_template .align-self-md-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
#jb_template .align-self-md-baseline, .jb_template .align-self-md-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
#jb_template .align-self-md-stretch, .jb_template .align-self-md-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
}
@media (min-width: 992px) {
#jb_template .flex-lg-row, .jb_template .flex-lg-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
#jb_template .flex-lg-column, .jb_template .flex-lg-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
#jb_template .flex-lg-row-reverse, .jb_template .flex-lg-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
#jb_template .flex-lg-column-reverse, .jb_template .flex-lg-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
#jb_template .flex-lg-wrap, .jb_template .flex-lg-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
#jb_template .flex-lg-nowrap, .jb_template .flex-lg-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
#jb_template .flex-lg-wrap-reverse, .jb_template .flex-lg-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
#jb_template .flex-lg-fill, .jb_template .flex-lg-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
#jb_template .flex-lg-grow-0, .jb_template .flex-lg-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
#jb_template .flex-lg-grow-1, .jb_template .flex-lg-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
#jb_template .flex-lg-shrink-0, .jb_template .flex-lg-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
#jb_template .flex-lg-shrink-1, .jb_template .flex-lg-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
#jb_template .justify-content-lg-start, .jb_template .justify-content-lg-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
#jb_template .justify-content-lg-end, .jb_template .justify-content-lg-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
#jb_template .justify-content-lg-center, .jb_template .justify-content-lg-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#jb_template .justify-content-lg-between, .jb_template .justify-content-lg-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#jb_template .justify-content-lg-around, .jb_template .justify-content-lg-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
#jb_template .align-items-lg-start, .jb_template .align-items-lg-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
#jb_template .align-items-lg-end, .jb_template .align-items-lg-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
#jb_template .align-items-lg-center, .jb_template .align-items-lg-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
#jb_template .align-items-lg-baseline, .jb_template .align-items-lg-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
#jb_template .align-items-lg-stretch, .jb_template .align-items-lg-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
#jb_template .align-content-lg-start, .jb_template .align-content-lg-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
#jb_template .align-content-lg-end, .jb_template .align-content-lg-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
#jb_template .align-content-lg-center, .jb_template .align-content-lg-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
#jb_template .align-content-lg-between, .jb_template .align-content-lg-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
#jb_template .align-content-lg-around, .jb_template .align-content-lg-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
#jb_template .align-content-lg-stretch, .jb_template .align-content-lg-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
#jb_template .align-self-lg-auto, .jb_template .align-self-lg-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
#jb_template .align-self-lg-start, .jb_template .align-self-lg-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
#jb_template .align-self-lg-end, .jb_template .align-self-lg-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
#jb_template .align-self-lg-center, .jb_template .align-self-lg-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
#jb_template .align-self-lg-baseline, .jb_template .align-self-lg-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
#jb_template .align-self-lg-stretch, .jb_template .align-self-lg-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
}
@media (min-width: 1200px) {
#jb_template .flex-xl-row, .jb_template .flex-xl-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
#jb_template .flex-xl-column, .jb_template .flex-xl-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
#jb_template .flex-xl-row-reverse, .jb_template .flex-xl-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
#jb_template .flex-xl-column-reverse, .jb_template .flex-xl-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
#jb_template .flex-xl-wrap, .jb_template .flex-xl-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
#jb_template .flex-xl-nowrap, .jb_template .flex-xl-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
#jb_template .flex-xl-wrap-reverse, .jb_template .flex-xl-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
#jb_template .flex-xl-fill, .jb_template .flex-xl-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
#jb_template .flex-xl-grow-0, .jb_template .flex-xl-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
#jb_template .flex-xl-grow-1, .jb_template .flex-xl-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
#jb_template .flex-xl-shrink-0, .jb_template .flex-xl-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
#jb_template .flex-xl-shrink-1, .jb_template .flex-xl-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
#jb_template .justify-content-xl-start, .jb_template .justify-content-xl-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
#jb_template .justify-content-xl-end, .jb_template .justify-content-xl-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
#jb_template .justify-content-xl-center, .jb_template .justify-content-xl-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#jb_template .justify-content-xl-between, .jb_template .justify-content-xl-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#jb_template .justify-content-xl-around, .jb_template .justify-content-xl-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
#jb_template .align-items-xl-start, .jb_template .align-items-xl-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
#jb_template .align-items-xl-end, .jb_template .align-items-xl-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
#jb_template .align-items-xl-center, .jb_template .align-items-xl-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
#jb_template .align-items-xl-baseline, .jb_template .align-items-xl-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
#jb_template .align-items-xl-stretch, .jb_template .align-items-xl-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
#jb_template .align-content-xl-start, .jb_template .align-content-xl-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
#jb_template .align-content-xl-end, .jb_template .align-content-xl-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
#jb_template .align-content-xl-center, .jb_template .align-content-xl-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
#jb_template .align-content-xl-between, .jb_template .align-content-xl-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
#jb_template .align-content-xl-around, .jb_template .align-content-xl-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
#jb_template .align-content-xl-stretch, .jb_template .align-content-xl-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
#jb_template .align-self-xl-auto, .jb_template .align-self-xl-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
#jb_template .align-self-xl-start, .jb_template .align-self-xl-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
#jb_template .align-self-xl-end, .jb_template .align-self-xl-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
#jb_template .align-self-xl-center, .jb_template .align-self-xl-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
#jb_template .align-self-xl-baseline, .jb_template .align-self-xl-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
#jb_template .align-self-xl-stretch, .jb_template .align-self-xl-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
}
#jb_template .float-left, .jb_template .float-left {
float: left !important;
}
#jb_template .float-right, .jb_template .float-right {
float: right !important;
}
#jb_template .float-none, .jb_template .float-none {
float: none !important;
}
@media (min-width: 576px) {
#jb_template .float-sm-left, .jb_template .float-sm-left {
  float: left !important;
}
#jb_template .float-sm-right, .jb_template .float-sm-right {
  float: right !important;
}
#jb_template .float-sm-none, .jb_template .float-sm-none {
  float: none !important;
}
}
@media (min-width: 768px) {
#jb_template .float-md-left, .jb_template .float-md-left {
  float: left !important;
}
#jb_template .float-md-right, .jb_template .float-md-right {
  float: right !important;
}
#jb_template .float-md-none, .jb_template .float-md-none {
  float: none !important;
}
}
@media (min-width: 992px) {
#jb_template .float-lg-left, .jb_template .float-lg-left {
  float: left !important;
}
#jb_template .float-lg-right, .jb_template .float-lg-right {
  float: right !important;
}
#jb_template .float-lg-none, .jb_template .float-lg-none {
  float: none !important;
}
}
@media (min-width: 1200px) {
#jb_template .float-xl-left, .jb_template .float-xl-left {
  float: left !important;
}
#jb_template .float-xl-right, .jb_template .float-xl-right {
  float: right !important;
}
#jb_template .float-xl-none, .jb_template .float-xl-none {
  float: none !important;
}
}
#jb_template .user-select-all, .jb_template .user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
user-select: all !important;
}
#jb_template .user-select-auto, .jb_template .user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
#jb_template .user-select-none, .jb_template .user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
#jb_template .overflow-auto, .jb_template .overflow-auto {
overflow: auto !important;
}
#jb_template .overflow-hidden, .jb_template .overflow-hidden {
overflow: hidden !important;
}
#jb_template .position-static, .jb_template .position-static {
position: static !important;
}
#jb_template .position-relative, .jb_template .position-relative {
position: relative !important;
}
#jb_template .position-absolute, .jb_template .position-absolute {
position: absolute !important;
}
#jb_template .position-fixed, .jb_template .position-fixed {
position: fixed !important;
}
#jb_template .position-sticky, .jb_template .position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
#jb_template .fixed-top, .jb_template .fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
#jb_template .fixed-bottom, .jb_template .fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
#jb_template .sticky-top, .jb_template .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
}
#jb_template .sr-only, .jb_template .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
#jb_template .sr-only-focusable:active, .jb_template .sr-only-focusable:active, #jb_template .sr-only-focusable:focus, .jb_template .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
#jb_template .shadow-sm, .jb_template .shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#jb_template .shadow, .jb_template .shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#jb_template .shadow-lg, .jb_template .shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#jb_template .shadow-none, .jb_template .shadow-none {
box-shadow: none !important;
}
#jb_template .w-25, .jb_template .w-25 {
width: 25% !important;
}
#jb_template .w-50, .jb_template .w-50 {
width: 50% !important;
}
#jb_template .w-75, .jb_template .w-75 {
width: 75% !important;
}
#jb_template .w-100, .jb_template .w-100 {
width: 100% !important;
}
#jb_template .w-auto, .jb_template .w-auto {
width: auto !important;
}
#jb_template .h-25, .jb_template .h-25 {
height: 25% !important;
}
#jb_template .h-50, .jb_template .h-50 {
height: 50% !important;
}
#jb_template .h-75, .jb_template .h-75 {
height: 75% !important;
}
#jb_template .h-100, .jb_template .h-100 {
height: 100% !important;
}
#jb_template .h-auto, .jb_template .h-auto {
height: auto !important;
}
#jb_template .mw-100, .jb_template .mw-100 {
max-width: 100% !important;
}
#jb_template .mh-100, .jb_template .mh-100 {
max-height: 100% !important;
}
#jb_template .min-vw-100, .jb_template .min-vw-100 {
min-width: 100vw !important;
}
#jb_template .min-vh-100, .jb_template .min-vh-100 {
min-height: 100vh !important;
}
#jb_template .vw-100, .jb_template .vw-100 {
width: 100vw !important;
}
#jb_template .vh-100, .jb_template .vh-100 {
height: 100vh !important;
}
#jb_template .m-0, .jb_template .m-0 {
margin: 0 !important;
}
#jb_template .mt-0, .jb_template .mt-0, #jb_template .my-0, .jb_template .my-0 {
margin-top: 0 !important;
}
#jb_template .mr-0, .jb_template .mr-0, #jb_template .mx-0, .jb_template .mx-0 {
margin-right: 0 !important;
}
#jb_template .mb-0, .jb_template .mb-0, #jb_template .my-0, .jb_template .my-0 {
margin-bottom: 0 !important;
}
#jb_template .ml-0, .jb_template .ml-0, #jb_template .mx-0, .jb_template .mx-0 {
margin-left: 0 !important;
}
#jb_template .m-1, .jb_template .m-1 {
margin: 0.25rem !important;
}
#jb_template .mt-1, .jb_template .mt-1, #jb_template .my-1, .jb_template .my-1 {
margin-top: 0.25rem !important;
}
#jb_template .mr-1, .jb_template .mr-1, #jb_template .mx-1, .jb_template .mx-1 {
margin-right: 0.25rem !important;
}
#jb_template .mb-1, .jb_template .mb-1, #jb_template .my-1, .jb_template .my-1 {
margin-bottom: 0.25rem !important;
}
#jb_template .ml-1, .jb_template .ml-1, #jb_template .mx-1, .jb_template .mx-1 {
margin-left: 0.25rem !important;
}
#jb_template .m-2, .jb_template .m-2 {
margin: 0.5rem !important;
}
#jb_template .mt-2, .jb_template .mt-2, #jb_template .my-2, .jb_template .my-2 {
margin-top: 0.5rem !important;
}
#jb_template .mr-2, .jb_template .mr-2, #jb_template .mx-2, .jb_template .mx-2 {
margin-right: 0.5rem !important;
}
#jb_template .mb-2, .jb_template .mb-2, #jb_template .my-2, .jb_template .my-2 {
margin-bottom: 0.5rem !important;
}
#jb_template .ml-2, .jb_template .ml-2, #jb_template .mx-2, .jb_template .mx-2 {
margin-left: 0.5rem !important;
}
#jb_template .m-3, .jb_template .m-3 {
margin: 1rem !important;
}
#jb_template .mt-3, .jb_template .mt-3, #jb_template .my-3, .jb_template .my-3 {
margin-top: 1rem !important;
}
#jb_template .mr-3, .jb_template .mr-3, #jb_template .mx-3, .jb_template .mx-3 {
margin-right: 1rem !important;
}
#jb_template .mb-3, .jb_template .mb-3, #jb_template .my-3, .jb_template .my-3 {
margin-bottom: 1rem !important;
}
#jb_template .ml-3, .jb_template .ml-3, #jb_template .mx-3, .jb_template .mx-3 {
margin-left: 1rem !important;
}
#jb_template .m-4, .jb_template .m-4 {
margin: 1.5rem !important;
}
#jb_template .mt-4, .jb_template .mt-4, #jb_template .my-4, .jb_template .my-4 {
margin-top: 1.5rem !important;
}
#jb_template .mr-4, .jb_template .mr-4, #jb_template .mx-4, .jb_template .mx-4 {
margin-right: 1.5rem !important;
}
#jb_template .mb-4, .jb_template .mb-4, #jb_template .my-4, .jb_template .my-4 {
margin-bottom: 1.5rem !important;
}
#jb_template .ml-4, .jb_template .ml-4, #jb_template .mx-4, .jb_template .mx-4 {
margin-left: 1.5rem !important;
}
#jb_template .m-5, .jb_template .m-5 {
margin: 3rem !important;
}
#jb_template .mt-5, .jb_template .mt-5, #jb_template .my-5, .jb_template .my-5 {
margin-top: 3rem !important;
}
#jb_template .mr-5, .jb_template .mr-5, #jb_template .mx-5, .jb_template .mx-5 {
margin-right: 3rem !important;
}
#jb_template .mb-5, .jb_template .mb-5, #jb_template .my-5, .jb_template .my-5 {
margin-bottom: 3rem !important;
}
#jb_template .ml-5, .jb_template .ml-5, #jb_template .mx-5, .jb_template .mx-5 {
margin-left: 3rem !important;
}
#jb_template .p-0, .jb_template .p-0 {
padding: 0 !important;
}
#jb_template .pt-0, .jb_template .pt-0, #jb_template .py-0, .jb_template .py-0 {
padding-top: 0 !important;
}
#jb_template .pr-0, .jb_template .pr-0, #jb_template .px-0, .jb_template .px-0 {
padding-right: 0 !important;
}
#jb_template .pb-0, .jb_template .pb-0, #jb_template .py-0, .jb_template .py-0 {
padding-bottom: 0 !important;
}
#jb_template .pl-0, .jb_template .pl-0, #jb_template .px-0, .jb_template .px-0 {
padding-left: 0 !important;
}
#jb_template .p-1, .jb_template .p-1 {
padding: 0.25rem !important;
}
#jb_template .pt-1, .jb_template .pt-1, #jb_template .py-1, .jb_template .py-1 {
padding-top: 0.25rem !important;
}
#jb_template .pr-1, .jb_template .pr-1, #jb_template .px-1, .jb_template .px-1 {
padding-right: 0.25rem !important;
}
#jb_template .pb-1, .jb_template .pb-1, #jb_template .py-1, .jb_template .py-1 {
padding-bottom: 0.25rem !important;
}
#jb_template .pl-1, .jb_template .pl-1, #jb_template .px-1, .jb_template .px-1 {
padding-left: 0.25rem !important;
}
#jb_template .p-2, .jb_template .p-2 {
padding: 0.5rem !important;
}
#jb_template .pt-2, .jb_template .pt-2, #jb_template .py-2, .jb_template .py-2 {
padding-top: 0.5rem !important;
}
#jb_template .pr-2, .jb_template .pr-2, #jb_template .px-2, .jb_template .px-2 {
padding-right: 0.5rem !important;
}
#jb_template .pb-2, .jb_template .pb-2, #jb_template .py-2, .jb_template .py-2 {
padding-bottom: 0.5rem !important;
}
#jb_template .pl-2, .jb_template .pl-2, #jb_template .px-2, .jb_template .px-2 {
padding-left: 0.5rem !important;
}
#jb_template .p-3, .jb_template .p-3 {
padding: 1rem !important;
}
#jb_template .pt-3, .jb_template .pt-3, #jb_template .py-3, .jb_template .py-3 {
padding-top: 1rem !important;
}
#jb_template .pr-3, .jb_template .pr-3, #jb_template .px-3, .jb_template .px-3 {
padding-right: 1rem !important;
}
#jb_template .pb-3, .jb_template .pb-3, #jb_template .py-3, .jb_template .py-3 {
padding-bottom: 1rem !important;
}
#jb_template .pl-3, .jb_template .pl-3, #jb_template .px-3, .jb_template .px-3 {
padding-left: 1rem !important;
}
#jb_template .p-4, .jb_template .p-4 {
padding: 1.5rem !important;
}
#jb_template .pt-4, .jb_template .pt-4, #jb_template .py-4, .jb_template .py-4 {
padding-top: 1.5rem !important;
}
#jb_template .pr-4, .jb_template .pr-4, #jb_template .px-4, .jb_template .px-4 {
padding-right: 1.5rem !important;
}
#jb_template .pb-4, .jb_template .pb-4, #jb_template .py-4, .jb_template .py-4 {
padding-bottom: 1.5rem !important;
}
#jb_template .pl-4, .jb_template .pl-4, #jb_template .px-4, .jb_template .px-4 {
padding-left: 1.5rem !important;
}
#jb_template .p-5, .jb_template .p-5 {
padding: 3rem !important;
}
#jb_template .pt-5, .jb_template .pt-5, #jb_template .py-5, .jb_template .py-5 {
padding-top: 3rem !important;
}
#jb_template .pr-5, .jb_template .pr-5, #jb_template .px-5, .jb_template .px-5 {
padding-right: 3rem !important;
}
#jb_template .pb-5, .jb_template .pb-5, #jb_template .py-5, .jb_template .py-5 {
padding-bottom: 3rem !important;
}
#jb_template .pl-5, .jb_template .pl-5, #jb_template .px-5, .jb_template .px-5 {
padding-left: 3rem !important;
}
#jb_template .m-n1, .jb_template .m-n1 {
margin: -0.25rem !important;
}
#jb_template .mt-n1, .jb_template .mt-n1, #jb_template .my-n1, .jb_template .my-n1 {
margin-top: -0.25rem !important;
}
#jb_template .mr-n1, .jb_template .mr-n1, #jb_template .mx-n1, .jb_template .mx-n1 {
margin-right: -0.25rem !important;
}
#jb_template .mb-n1, .jb_template .mb-n1, #jb_template .my-n1, .jb_template .my-n1 {
margin-bottom: -0.25rem !important;
}
#jb_template .ml-n1, .jb_template .ml-n1, #jb_template .mx-n1, .jb_template .mx-n1 {
margin-left: -0.25rem !important;
}
#jb_template .m-n2, .jb_template .m-n2 {
margin: -0.5rem !important;
}
#jb_template .mt-n2, .jb_template .mt-n2, #jb_template .my-n2, .jb_template .my-n2 {
margin-top: -0.5rem !important;
}
#jb_template .mr-n2, .jb_template .mr-n2, #jb_template .mx-n2, .jb_template .mx-n2 {
margin-right: -0.5rem !important;
}
#jb_template .mb-n2, .jb_template .mb-n2, #jb_template .my-n2, .jb_template .my-n2 {
margin-bottom: -0.5rem !important;
}
#jb_template .ml-n2, .jb_template .ml-n2, #jb_template .mx-n2, .jb_template .mx-n2 {
margin-left: -0.5rem !important;
}
#jb_template .m-n3, .jb_template .m-n3 {
margin: -1rem !important;
}
#jb_template .mt-n3, .jb_template .mt-n3, #jb_template .my-n3, .jb_template .my-n3 {
margin-top: -1rem !important;
}
#jb_template .mr-n3, .jb_template .mr-n3, #jb_template .mx-n3, .jb_template .mx-n3 {
margin-right: -1rem !important;
}
#jb_template .mb-n3, .jb_template .mb-n3, #jb_template .my-n3, .jb_template .my-n3 {
margin-bottom: -1rem !important;
}
#jb_template .ml-n3, .jb_template .ml-n3, #jb_template .mx-n3, .jb_template .mx-n3 {
margin-left: -1rem !important;
}
#jb_template .m-n4, .jb_template .m-n4 {
margin: -1.5rem !important;
}
#jb_template .mt-n4, .jb_template .mt-n4, #jb_template .my-n4, .jb_template .my-n4 {
margin-top: -1.5rem !important;
}
#jb_template .mr-n4, .jb_template .mr-n4, #jb_template .mx-n4, .jb_template .mx-n4 {
margin-right: -1.5rem !important;
}
#jb_template .mb-n4, .jb_template .mb-n4, #jb_template .my-n4, .jb_template .my-n4 {
margin-bottom: -1.5rem !important;
}
#jb_template .ml-n4, .jb_template .ml-n4, #jb_template .mx-n4, .jb_template .mx-n4 {
margin-left: -1.5rem !important;
}
#jb_template .m-n5, .jb_template .m-n5 {
margin: -3rem !important;
}
#jb_template .mt-n5, .jb_template .mt-n5, #jb_template .my-n5, .jb_template .my-n5 {
margin-top: -3rem !important;
}
#jb_template .mr-n5, .jb_template .mr-n5, #jb_template .mx-n5, .jb_template .mx-n5 {
margin-right: -3rem !important;
}
#jb_template .mb-n5, .jb_template .mb-n5, #jb_template .my-n5, .jb_template .my-n5 {
margin-bottom: -3rem !important;
}
#jb_template .ml-n5, .jb_template .ml-n5, #jb_template .mx-n5, .jb_template .mx-n5 {
margin-left: -3rem !important;
}
#jb_template .m-auto, .jb_template .m-auto {
margin: auto !important;
}
#jb_template .mt-auto, .jb_template .mt-auto, #jb_template .my-auto, .jb_template .my-auto {
margin-top: auto !important;
}
#jb_template .mr-auto, .jb_template .mr-auto, #jb_template .mx-auto, .jb_template .mx-auto {
margin-right: auto !important;
}
#jb_template .mb-auto, .jb_template .mb-auto, #jb_template .my-auto, .jb_template .my-auto {
margin-bottom: auto !important;
}
#jb_template .ml-auto, .jb_template .ml-auto, #jb_template .mx-auto, .jb_template .mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
#jb_template .m-sm-0, .jb_template .m-sm-0 {
  margin: 0 !important;
}
#jb_template .mt-sm-0, .jb_template .mt-sm-0, #jb_template .my-sm-0, .jb_template .my-sm-0 {
  margin-top: 0 !important;
}
#jb_template .mr-sm-0, .jb_template .mr-sm-0, #jb_template .mx-sm-0, .jb_template .mx-sm-0 {
  margin-right: 0 !important;
}
#jb_template .mb-sm-0, .jb_template .mb-sm-0, #jb_template .my-sm-0, .jb_template .my-sm-0 {
  margin-bottom: 0 !important;
}
#jb_template .ml-sm-0, .jb_template .ml-sm-0, #jb_template .mx-sm-0, .jb_template .mx-sm-0 {
  margin-left: 0 !important;
}
#jb_template .m-sm-1, .jb_template .m-sm-1 {
  margin: 0.25rem !important;
}
#jb_template .mt-sm-1, .jb_template .mt-sm-1, #jb_template .my-sm-1, .jb_template .my-sm-1 {
  margin-top: 0.25rem !important;
}
#jb_template .mr-sm-1, .jb_template .mr-sm-1, #jb_template .mx-sm-1, .jb_template .mx-sm-1 {
  margin-right: 0.25rem !important;
}
#jb_template .mb-sm-1, .jb_template .mb-sm-1, #jb_template .my-sm-1, .jb_template .my-sm-1 {
  margin-bottom: 0.25rem !important;
}
#jb_template .ml-sm-1, .jb_template .ml-sm-1, #jb_template .mx-sm-1, .jb_template .mx-sm-1 {
  margin-left: 0.25rem !important;
}
#jb_template .m-sm-2, .jb_template .m-sm-2 {
  margin: 0.5rem !important;
}
#jb_template .mt-sm-2, .jb_template .mt-sm-2, #jb_template .my-sm-2, .jb_template .my-sm-2 {
  margin-top: 0.5rem !important;
}
#jb_template .mr-sm-2, .jb_template .mr-sm-2, #jb_template .mx-sm-2, .jb_template .mx-sm-2 {
  margin-right: 0.5rem !important;
}
#jb_template .mb-sm-2, .jb_template .mb-sm-2, #jb_template .my-sm-2, .jb_template .my-sm-2 {
  margin-bottom: 0.5rem !important;
}
#jb_template .ml-sm-2, .jb_template .ml-sm-2, #jb_template .mx-sm-2, .jb_template .mx-sm-2 {
  margin-left: 0.5rem !important;
}
#jb_template .m-sm-3, .jb_template .m-sm-3 {
  margin: 1rem !important;
}
#jb_template .mt-sm-3, .jb_template .mt-sm-3, #jb_template .my-sm-3, .jb_template .my-sm-3 {
  margin-top: 1rem !important;
}
#jb_template .mr-sm-3, .jb_template .mr-sm-3, #jb_template .mx-sm-3, .jb_template .mx-sm-3 {
  margin-right: 1rem !important;
}
#jb_template .mb-sm-3, .jb_template .mb-sm-3, #jb_template .my-sm-3, .jb_template .my-sm-3 {
  margin-bottom: 1rem !important;
}
#jb_template .ml-sm-3, .jb_template .ml-sm-3, #jb_template .mx-sm-3, .jb_template .mx-sm-3 {
  margin-left: 1rem !important;
}
#jb_template .m-sm-4, .jb_template .m-sm-4 {
  margin: 1.5rem !important;
}
#jb_template .mt-sm-4, .jb_template .mt-sm-4, #jb_template .my-sm-4, .jb_template .my-sm-4 {
  margin-top: 1.5rem !important;
}
#jb_template .mr-sm-4, .jb_template .mr-sm-4, #jb_template .mx-sm-4, .jb_template .mx-sm-4 {
  margin-right: 1.5rem !important;
}
#jb_template .mb-sm-4, .jb_template .mb-sm-4, #jb_template .my-sm-4, .jb_template .my-sm-4 {
  margin-bottom: 1.5rem !important;
}
#jb_template .ml-sm-4, .jb_template .ml-sm-4, #jb_template .mx-sm-4, .jb_template .mx-sm-4 {
  margin-left: 1.5rem !important;
}
#jb_template .m-sm-5, .jb_template .m-sm-5 {
  margin: 3rem !important;
}
#jb_template .mt-sm-5, .jb_template .mt-sm-5, #jb_template .my-sm-5, .jb_template .my-sm-5 {
  margin-top: 3rem !important;
}
#jb_template .mr-sm-5, .jb_template .mr-sm-5, #jb_template .mx-sm-5, .jb_template .mx-sm-5 {
  margin-right: 3rem !important;
}
#jb_template .mb-sm-5, .jb_template .mb-sm-5, #jb_template .my-sm-5, .jb_template .my-sm-5 {
  margin-bottom: 3rem !important;
}
#jb_template .ml-sm-5, .jb_template .ml-sm-5, #jb_template .mx-sm-5, .jb_template .mx-sm-5 {
  margin-left: 3rem !important;
}
#jb_template .p-sm-0, .jb_template .p-sm-0 {
  padding: 0 !important;
}
#jb_template .pt-sm-0, .jb_template .pt-sm-0, #jb_template .py-sm-0, .jb_template .py-sm-0 {
  padding-top: 0 !important;
}
#jb_template .pr-sm-0, .jb_template .pr-sm-0, #jb_template .px-sm-0, .jb_template .px-sm-0 {
  padding-right: 0 !important;
}
#jb_template .pb-sm-0, .jb_template .pb-sm-0, #jb_template .py-sm-0, .jb_template .py-sm-0 {
  padding-bottom: 0 !important;
}
#jb_template .pl-sm-0, .jb_template .pl-sm-0, #jb_template .px-sm-0, .jb_template .px-sm-0 {
  padding-left: 0 !important;
}
#jb_template .p-sm-1, .jb_template .p-sm-1 {
  padding: 0.25rem !important;
}
#jb_template .pt-sm-1, .jb_template .pt-sm-1, #jb_template .py-sm-1, .jb_template .py-sm-1 {
  padding-top: 0.25rem !important;
}
#jb_template .pr-sm-1, .jb_template .pr-sm-1, #jb_template .px-sm-1, .jb_template .px-sm-1 {
  padding-right: 0.25rem !important;
}
#jb_template .pb-sm-1, .jb_template .pb-sm-1, #jb_template .py-sm-1, .jb_template .py-sm-1 {
  padding-bottom: 0.25rem !important;
}
#jb_template .pl-sm-1, .jb_template .pl-sm-1, #jb_template .px-sm-1, .jb_template .px-sm-1 {
  padding-left: 0.25rem !important;
}
#jb_template .p-sm-2, .jb_template .p-sm-2 {
  padding: 0.5rem !important;
}
#jb_template .pt-sm-2, .jb_template .pt-sm-2, #jb_template .py-sm-2, .jb_template .py-sm-2 {
  padding-top: 0.5rem !important;
}
#jb_template .pr-sm-2, .jb_template .pr-sm-2, #jb_template .px-sm-2, .jb_template .px-sm-2 {
  padding-right: 0.5rem !important;
}
#jb_template .pb-sm-2, .jb_template .pb-sm-2, #jb_template .py-sm-2, .jb_template .py-sm-2 {
  padding-bottom: 0.5rem !important;
}
#jb_template .pl-sm-2, .jb_template .pl-sm-2, #jb_template .px-sm-2, .jb_template .px-sm-2 {
  padding-left: 0.5rem !important;
}
#jb_template .p-sm-3, .jb_template .p-sm-3 {
  padding: 1rem !important;
}
#jb_template .pt-sm-3, .jb_template .pt-sm-3, #jb_template .py-sm-3, .jb_template .py-sm-3 {
  padding-top: 1rem !important;
}
#jb_template .pr-sm-3, .jb_template .pr-sm-3, #jb_template .px-sm-3, .jb_template .px-sm-3 {
  padding-right: 1rem !important;
}
#jb_template .pb-sm-3, .jb_template .pb-sm-3, #jb_template .py-sm-3, .jb_template .py-sm-3 {
  padding-bottom: 1rem !important;
}
#jb_template .pl-sm-3, .jb_template .pl-sm-3, #jb_template .px-sm-3, .jb_template .px-sm-3 {
  padding-left: 1rem !important;
}
#jb_template .p-sm-4, .jb_template .p-sm-4 {
  padding: 1.5rem !important;
}
#jb_template .pt-sm-4, .jb_template .pt-sm-4, #jb_template .py-sm-4, .jb_template .py-sm-4 {
  padding-top: 1.5rem !important;
}
#jb_template .pr-sm-4, .jb_template .pr-sm-4, #jb_template .px-sm-4, .jb_template .px-sm-4 {
  padding-right: 1.5rem !important;
}
#jb_template .pb-sm-4, .jb_template .pb-sm-4, #jb_template .py-sm-4, .jb_template .py-sm-4 {
  padding-bottom: 1.5rem !important;
}
#jb_template .pl-sm-4, .jb_template .pl-sm-4, #jb_template .px-sm-4, .jb_template .px-sm-4 {
  padding-left: 1.5rem !important;
}
#jb_template .p-sm-5, .jb_template .p-sm-5 {
  padding: 3rem !important;
}
#jb_template .pt-sm-5, .jb_template .pt-sm-5, #jb_template .py-sm-5, .jb_template .py-sm-5 {
  padding-top: 3rem !important;
}
#jb_template .pr-sm-5, .jb_template .pr-sm-5, #jb_template .px-sm-5, .jb_template .px-sm-5 {
  padding-right: 3rem !important;
}
#jb_template .pb-sm-5, .jb_template .pb-sm-5, #jb_template .py-sm-5, .jb_template .py-sm-5 {
  padding-bottom: 3rem !important;
}
#jb_template .pl-sm-5, .jb_template .pl-sm-5, #jb_template .px-sm-5, .jb_template .px-sm-5 {
  padding-left: 3rem !important;
}
#jb_template .m-sm-n1, .jb_template .m-sm-n1 {
  margin: -0.25rem !important;
}
#jb_template .mt-sm-n1, .jb_template .mt-sm-n1, #jb_template .my-sm-n1, .jb_template .my-sm-n1 {
  margin-top: -0.25rem !important;
}
#jb_template .mr-sm-n1, .jb_template .mr-sm-n1, #jb_template .mx-sm-n1, .jb_template .mx-sm-n1 {
  margin-right: -0.25rem !important;
}
#jb_template .mb-sm-n1, .jb_template .mb-sm-n1, #jb_template .my-sm-n1, .jb_template .my-sm-n1 {
  margin-bottom: -0.25rem !important;
}
#jb_template .ml-sm-n1, .jb_template .ml-sm-n1, #jb_template .mx-sm-n1, .jb_template .mx-sm-n1 {
  margin-left: -0.25rem !important;
}
#jb_template .m-sm-n2, .jb_template .m-sm-n2 {
  margin: -0.5rem !important;
}
#jb_template .mt-sm-n2, .jb_template .mt-sm-n2, #jb_template .my-sm-n2, .jb_template .my-sm-n2 {
  margin-top: -0.5rem !important;
}
#jb_template .mr-sm-n2, .jb_template .mr-sm-n2, #jb_template .mx-sm-n2, .jb_template .mx-sm-n2 {
  margin-right: -0.5rem !important;
}
#jb_template .mb-sm-n2, .jb_template .mb-sm-n2, #jb_template .my-sm-n2, .jb_template .my-sm-n2 {
  margin-bottom: -0.5rem !important;
}
#jb_template .ml-sm-n2, .jb_template .ml-sm-n2, #jb_template .mx-sm-n2, .jb_template .mx-sm-n2 {
  margin-left: -0.5rem !important;
}
#jb_template .m-sm-n3, .jb_template .m-sm-n3 {
  margin: -1rem !important;
}
#jb_template .mt-sm-n3, .jb_template .mt-sm-n3, #jb_template .my-sm-n3, .jb_template .my-sm-n3 {
  margin-top: -1rem !important;
}
#jb_template .mr-sm-n3, .jb_template .mr-sm-n3, #jb_template .mx-sm-n3, .jb_template .mx-sm-n3 {
  margin-right: -1rem !important;
}
#jb_template .mb-sm-n3, .jb_template .mb-sm-n3, #jb_template .my-sm-n3, .jb_template .my-sm-n3 {
  margin-bottom: -1rem !important;
}
#jb_template .ml-sm-n3, .jb_template .ml-sm-n3, #jb_template .mx-sm-n3, .jb_template .mx-sm-n3 {
  margin-left: -1rem !important;
}
#jb_template .m-sm-n4, .jb_template .m-sm-n4 {
  margin: -1.5rem !important;
}
#jb_template .mt-sm-n4, .jb_template .mt-sm-n4, #jb_template .my-sm-n4, .jb_template .my-sm-n4 {
  margin-top: -1.5rem !important;
}
#jb_template .mr-sm-n4, .jb_template .mr-sm-n4, #jb_template .mx-sm-n4, .jb_template .mx-sm-n4 {
  margin-right: -1.5rem !important;
}
#jb_template .mb-sm-n4, .jb_template .mb-sm-n4, #jb_template .my-sm-n4, .jb_template .my-sm-n4 {
  margin-bottom: -1.5rem !important;
}
#jb_template .ml-sm-n4, .jb_template .ml-sm-n4, #jb_template .mx-sm-n4, .jb_template .mx-sm-n4 {
  margin-left: -1.5rem !important;
}
#jb_template .m-sm-n5, .jb_template .m-sm-n5 {
  margin: -3rem !important;
}
#jb_template .mt-sm-n5, .jb_template .mt-sm-n5, #jb_template .my-sm-n5, .jb_template .my-sm-n5 {
  margin-top: -3rem !important;
}
#jb_template .mr-sm-n5, .jb_template .mr-sm-n5, #jb_template .mx-sm-n5, .jb_template .mx-sm-n5 {
  margin-right: -3rem !important;
}
#jb_template .mb-sm-n5, .jb_template .mb-sm-n5, #jb_template .my-sm-n5, .jb_template .my-sm-n5 {
  margin-bottom: -3rem !important;
}
#jb_template .ml-sm-n5, .jb_template .ml-sm-n5, #jb_template .mx-sm-n5, .jb_template .mx-sm-n5 {
  margin-left: -3rem !important;
}
#jb_template .m-sm-auto, .jb_template .m-sm-auto {
  margin: auto !important;
}
#jb_template .mt-sm-auto, .jb_template .mt-sm-auto, #jb_template .my-sm-auto, .jb_template .my-sm-auto {
  margin-top: auto !important;
}
#jb_template .mr-sm-auto, .jb_template .mr-sm-auto, #jb_template .mx-sm-auto, .jb_template .mx-sm-auto {
  margin-right: auto !important;
}
#jb_template .mb-sm-auto, .jb_template .mb-sm-auto, #jb_template .my-sm-auto, .jb_template .my-sm-auto {
  margin-bottom: auto !important;
}
#jb_template .ml-sm-auto, .jb_template .ml-sm-auto, #jb_template .mx-sm-auto, .jb_template .mx-sm-auto {
  margin-left: auto !important;
}
}
@media (min-width: 768px) {
#jb_template .m-md-0, .jb_template .m-md-0 {
  margin: 0 !important;
}
#jb_template .mt-md-0, .jb_template .mt-md-0, #jb_template .my-md-0, .jb_template .my-md-0 {
  margin-top: 0 !important;
}
#jb_template .mr-md-0, .jb_template .mr-md-0, #jb_template .mx-md-0, .jb_template .mx-md-0 {
  margin-right: 0 !important;
}
#jb_template .mb-md-0, .jb_template .mb-md-0, #jb_template .my-md-0, .jb_template .my-md-0 {
  margin-bottom: 0 !important;
}
#jb_template .ml-md-0, .jb_template .ml-md-0, #jb_template .mx-md-0, .jb_template .mx-md-0 {
  margin-left: 0 !important;
}
#jb_template .m-md-1, .jb_template .m-md-1 {
  margin: 0.25rem !important;
}
#jb_template .mt-md-1, .jb_template .mt-md-1, #jb_template .my-md-1, .jb_template .my-md-1 {
  margin-top: 0.25rem !important;
}
#jb_template .mr-md-1, .jb_template .mr-md-1, #jb_template .mx-md-1, .jb_template .mx-md-1 {
  margin-right: 0.25rem !important;
}
#jb_template .mb-md-1, .jb_template .mb-md-1, #jb_template .my-md-1, .jb_template .my-md-1 {
  margin-bottom: 0.25rem !important;
}
#jb_template .ml-md-1, .jb_template .ml-md-1, #jb_template .mx-md-1, .jb_template .mx-md-1 {
  margin-left: 0.25rem !important;
}
#jb_template .m-md-2, .jb_template .m-md-2 {
  margin: 0.5rem !important;
}
#jb_template .mt-md-2, .jb_template .mt-md-2, #jb_template .my-md-2, .jb_template .my-md-2 {
  margin-top: 0.5rem !important;
}
#jb_template .mr-md-2, .jb_template .mr-md-2, #jb_template .mx-md-2, .jb_template .mx-md-2 {
  margin-right: 0.5rem !important;
}
#jb_template .mb-md-2, .jb_template .mb-md-2, #jb_template .my-md-2, .jb_template .my-md-2 {
  margin-bottom: 0.5rem !important;
}
#jb_template .ml-md-2, .jb_template .ml-md-2, #jb_template .mx-md-2, .jb_template .mx-md-2 {
  margin-left: 0.5rem !important;
}
#jb_template .m-md-3, .jb_template .m-md-3 {
  margin: 1rem !important;
}
#jb_template .mt-md-3, .jb_template .mt-md-3, #jb_template .my-md-3, .jb_template .my-md-3 {
  margin-top: 1rem !important;
}
#jb_template .mr-md-3, .jb_template .mr-md-3, #jb_template .mx-md-3, .jb_template .mx-md-3 {
  margin-right: 1rem !important;
}
#jb_template .mb-md-3, .jb_template .mb-md-3, #jb_template .my-md-3, .jb_template .my-md-3 {
  margin-bottom: 1rem !important;
}
#jb_template .ml-md-3, .jb_template .ml-md-3, #jb_template .mx-md-3, .jb_template .mx-md-3 {
  margin-left: 1rem !important;
}
#jb_template .m-md-4, .jb_template .m-md-4 {
  margin: 1.5rem !important;
}
#jb_template .mt-md-4, .jb_template .mt-md-4, #jb_template .my-md-4, .jb_template .my-md-4 {
  margin-top: 1.5rem !important;
}
#jb_template .mr-md-4, .jb_template .mr-md-4, #jb_template .mx-md-4, .jb_template .mx-md-4 {
  margin-right: 1.5rem !important;
}
#jb_template .mb-md-4, .jb_template .mb-md-4, #jb_template .my-md-4, .jb_template .my-md-4 {
  margin-bottom: 1.5rem !important;
}
#jb_template .ml-md-4, .jb_template .ml-md-4, #jb_template .mx-md-4, .jb_template .mx-md-4 {
  margin-left: 1.5rem !important;
}
#jb_template .m-md-5, .jb_template .m-md-5 {
  margin: 3rem !important;
}
#jb_template .mt-md-5, .jb_template .mt-md-5, #jb_template .my-md-5, .jb_template .my-md-5 {
  margin-top: 3rem !important;
}
#jb_template .mr-md-5, .jb_template .mr-md-5, #jb_template .mx-md-5, .jb_template .mx-md-5 {
  margin-right: 3rem !important;
}
#jb_template .mb-md-5, .jb_template .mb-md-5, #jb_template .my-md-5, .jb_template .my-md-5 {
  margin-bottom: 3rem !important;
}
#jb_template .ml-md-5, .jb_template .ml-md-5, #jb_template .mx-md-5, .jb_template .mx-md-5 {
  margin-left: 3rem !important;
}
#jb_template .p-md-0, .jb_template .p-md-0 {
  padding: 0 !important;
}
#jb_template .pt-md-0, .jb_template .pt-md-0, #jb_template .py-md-0, .jb_template .py-md-0 {
  padding-top: 0 !important;
}
#jb_template .pr-md-0, .jb_template .pr-md-0, #jb_template .px-md-0, .jb_template .px-md-0 {
  padding-right: 0 !important;
}
#jb_template .pb-md-0, .jb_template .pb-md-0, #jb_template .py-md-0, .jb_template .py-md-0 {
  padding-bottom: 0 !important;
}
#jb_template .pl-md-0, .jb_template .pl-md-0, #jb_template .px-md-0, .jb_template .px-md-0 {
  padding-left: 0 !important;
}
#jb_template .p-md-1, .jb_template .p-md-1 {
  padding: 0.25rem !important;
}
#jb_template .pt-md-1, .jb_template .pt-md-1, #jb_template .py-md-1, .jb_template .py-md-1 {
  padding-top: 0.25rem !important;
}
#jb_template .pr-md-1, .jb_template .pr-md-1, #jb_template .px-md-1, .jb_template .px-md-1 {
  padding-right: 0.25rem !important;
}
#jb_template .pb-md-1, .jb_template .pb-md-1, #jb_template .py-md-1, .jb_template .py-md-1 {
  padding-bottom: 0.25rem !important;
}
#jb_template .pl-md-1, .jb_template .pl-md-1, #jb_template .px-md-1, .jb_template .px-md-1 {
  padding-left: 0.25rem !important;
}
#jb_template .p-md-2, .jb_template .p-md-2 {
  padding: 0.5rem !important;
}
#jb_template .pt-md-2, .jb_template .pt-md-2, #jb_template .py-md-2, .jb_template .py-md-2 {
  padding-top: 0.5rem !important;
}
#jb_template .pr-md-2, .jb_template .pr-md-2, #jb_template .px-md-2, .jb_template .px-md-2 {
  padding-right: 0.5rem !important;
}
#jb_template .pb-md-2, .jb_template .pb-md-2, #jb_template .py-md-2, .jb_template .py-md-2 {
  padding-bottom: 0.5rem !important;
}
#jb_template .pl-md-2, .jb_template .pl-md-2, #jb_template .px-md-2, .jb_template .px-md-2 {
  padding-left: 0.5rem !important;
}
#jb_template .p-md-3, .jb_template .p-md-3 {
  padding: 1rem !important;
}
#jb_template .pt-md-3, .jb_template .pt-md-3, #jb_template .py-md-3, .jb_template .py-md-3 {
  padding-top: 1rem !important;
}
#jb_template .pr-md-3, .jb_template .pr-md-3, #jb_template .px-md-3, .jb_template .px-md-3 {
  padding-right: 1rem !important;
}
#jb_template .pb-md-3, .jb_template .pb-md-3, #jb_template .py-md-3, .jb_template .py-md-3 {
  padding-bottom: 1rem !important;
}
#jb_template .pl-md-3, .jb_template .pl-md-3, #jb_template .px-md-3, .jb_template .px-md-3 {
  padding-left: 1rem !important;
}
#jb_template .p-md-4, .jb_template .p-md-4 {
  padding: 1.5rem !important;
}
#jb_template .pt-md-4, .jb_template .pt-md-4, #jb_template .py-md-4, .jb_template .py-md-4 {
  padding-top: 1.5rem !important;
}
#jb_template .pr-md-4, .jb_template .pr-md-4, #jb_template .px-md-4, .jb_template .px-md-4 {
  padding-right: 1.5rem !important;
}
#jb_template .pb-md-4, .jb_template .pb-md-4, #jb_template .py-md-4, .jb_template .py-md-4 {
  padding-bottom: 1.5rem !important;
}
#jb_template .pl-md-4, .jb_template .pl-md-4, #jb_template .px-md-4, .jb_template .px-md-4 {
  padding-left: 1.5rem !important;
}
#jb_template .p-md-5, .jb_template .p-md-5 {
  padding: 3rem !important;
}
#jb_template .pt-md-5, .jb_template .pt-md-5, #jb_template .py-md-5, .jb_template .py-md-5 {
  padding-top: 3rem !important;
}
#jb_template .pr-md-5, .jb_template .pr-md-5, #jb_template .px-md-5, .jb_template .px-md-5 {
  padding-right: 3rem !important;
}
#jb_template .pb-md-5, .jb_template .pb-md-5, #jb_template .py-md-5, .jb_template .py-md-5 {
  padding-bottom: 3rem !important;
}
#jb_template .pl-md-5, .jb_template .pl-md-5, #jb_template .px-md-5, .jb_template .px-md-5 {
  padding-left: 3rem !important;
}
#jb_template .m-md-n1, .jb_template .m-md-n1 {
  margin: -0.25rem !important;
}
#jb_template .mt-md-n1, .jb_template .mt-md-n1, #jb_template .my-md-n1, .jb_template .my-md-n1 {
  margin-top: -0.25rem !important;
}
#jb_template .mr-md-n1, .jb_template .mr-md-n1, #jb_template .mx-md-n1, .jb_template .mx-md-n1 {
  margin-right: -0.25rem !important;
}
#jb_template .mb-md-n1, .jb_template .mb-md-n1, #jb_template .my-md-n1, .jb_template .my-md-n1 {
  margin-bottom: -0.25rem !important;
}
#jb_template .ml-md-n1, .jb_template .ml-md-n1, #jb_template .mx-md-n1, .jb_template .mx-md-n1 {
  margin-left: -0.25rem !important;
}
#jb_template .m-md-n2, .jb_template .m-md-n2 {
  margin: -0.5rem !important;
}
#jb_template .mt-md-n2, .jb_template .mt-md-n2, #jb_template .my-md-n2, .jb_template .my-md-n2 {
  margin-top: -0.5rem !important;
}
#jb_template .mr-md-n2, .jb_template .mr-md-n2, #jb_template .mx-md-n2, .jb_template .mx-md-n2 {
  margin-right: -0.5rem !important;
}
#jb_template .mb-md-n2, .jb_template .mb-md-n2, #jb_template .my-md-n2, .jb_template .my-md-n2 {
  margin-bottom: -0.5rem !important;
}
#jb_template .ml-md-n2, .jb_template .ml-md-n2, #jb_template .mx-md-n2, .jb_template .mx-md-n2 {
  margin-left: -0.5rem !important;
}
#jb_template .m-md-n3, .jb_template .m-md-n3 {
  margin: -1rem !important;
}
#jb_template .mt-md-n3, .jb_template .mt-md-n3, #jb_template .my-md-n3, .jb_template .my-md-n3 {
  margin-top: -1rem !important;
}
#jb_template .mr-md-n3, .jb_template .mr-md-n3, #jb_template .mx-md-n3, .jb_template .mx-md-n3 {
  margin-right: -1rem !important;
}
#jb_template .mb-md-n3, .jb_template .mb-md-n3, #jb_template .my-md-n3, .jb_template .my-md-n3 {
  margin-bottom: -1rem !important;
}
#jb_template .ml-md-n3, .jb_template .ml-md-n3, #jb_template .mx-md-n3, .jb_template .mx-md-n3 {
  margin-left: -1rem !important;
}
#jb_template .m-md-n4, .jb_template .m-md-n4 {
  margin: -1.5rem !important;
}
#jb_template .mt-md-n4, .jb_template .mt-md-n4, #jb_template .my-md-n4, .jb_template .my-md-n4 {
  margin-top: -1.5rem !important;
}
#jb_template .mr-md-n4, .jb_template .mr-md-n4, #jb_template .mx-md-n4, .jb_template .mx-md-n4 {
  margin-right: -1.5rem !important;
}
#jb_template .mb-md-n4, .jb_template .mb-md-n4, #jb_template .my-md-n4, .jb_template .my-md-n4 {
  margin-bottom: -1.5rem !important;
}
#jb_template .ml-md-n4, .jb_template .ml-md-n4, #jb_template .mx-md-n4, .jb_template .mx-md-n4 {
  margin-left: -1.5rem !important;
}
#jb_template .m-md-n5, .jb_template .m-md-n5 {
  margin: -3rem !important;
}
#jb_template .mt-md-n5, .jb_template .mt-md-n5, #jb_template .my-md-n5, .jb_template .my-md-n5 {
  margin-top: -3rem !important;
}
#jb_template .mr-md-n5, .jb_template .mr-md-n5, #jb_template .mx-md-n5, .jb_template .mx-md-n5 {
  margin-right: -3rem !important;
}
#jb_template .mb-md-n5, .jb_template .mb-md-n5, #jb_template .my-md-n5, .jb_template .my-md-n5 {
  margin-bottom: -3rem !important;
}
#jb_template .ml-md-n5, .jb_template .ml-md-n5, #jb_template .mx-md-n5, .jb_template .mx-md-n5 {
  margin-left: -3rem !important;
}
#jb_template .m-md-auto, .jb_template .m-md-auto {
  margin: auto !important;
}
#jb_template .mt-md-auto, .jb_template .mt-md-auto, #jb_template .my-md-auto, .jb_template .my-md-auto {
  margin-top: auto !important;
}
#jb_template .mr-md-auto, .jb_template .mr-md-auto, #jb_template .mx-md-auto, .jb_template .mx-md-auto {
  margin-right: auto !important;
}
#jb_template .mb-md-auto, .jb_template .mb-md-auto, #jb_template .my-md-auto, .jb_template .my-md-auto {
  margin-bottom: auto !important;
}
#jb_template .ml-md-auto, .jb_template .ml-md-auto, #jb_template .mx-md-auto, .jb_template .mx-md-auto {
  margin-left: auto !important;
}
}
@media (min-width: 992px) {
#jb_template .m-lg-0, .jb_template .m-lg-0 {
  margin: 0 !important;
}
#jb_template .mt-lg-0, .jb_template .mt-lg-0, #jb_template .my-lg-0, .jb_template .my-lg-0 {
  margin-top: 0 !important;
}
#jb_template .mr-lg-0, .jb_template .mr-lg-0, #jb_template .mx-lg-0, .jb_template .mx-lg-0 {
  margin-right: 0 !important;
}
#jb_template .mb-lg-0, .jb_template .mb-lg-0, #jb_template .my-lg-0, .jb_template .my-lg-0 {
  margin-bottom: 0 !important;
}
#jb_template .ml-lg-0, .jb_template .ml-lg-0, #jb_template .mx-lg-0, .jb_template .mx-lg-0 {
  margin-left: 0 !important;
}
#jb_template .m-lg-1, .jb_template .m-lg-1 {
  margin: 0.25rem !important;
}
#jb_template .mt-lg-1, .jb_template .mt-lg-1, #jb_template .my-lg-1, .jb_template .my-lg-1 {
  margin-top: 0.25rem !important;
}
#jb_template .mr-lg-1, .jb_template .mr-lg-1, #jb_template .mx-lg-1, .jb_template .mx-lg-1 {
  margin-right: 0.25rem !important;
}
#jb_template .mb-lg-1, .jb_template .mb-lg-1, #jb_template .my-lg-1, .jb_template .my-lg-1 {
  margin-bottom: 0.25rem !important;
}
#jb_template .ml-lg-1, .jb_template .ml-lg-1, #jb_template .mx-lg-1, .jb_template .mx-lg-1 {
  margin-left: 0.25rem !important;
}
#jb_template .m-lg-2, .jb_template .m-lg-2 {
  margin: 0.5rem !important;
}
#jb_template .mt-lg-2, .jb_template .mt-lg-2, #jb_template .my-lg-2, .jb_template .my-lg-2 {
  margin-top: 0.5rem !important;
}
#jb_template .mr-lg-2, .jb_template .mr-lg-2, #jb_template .mx-lg-2, .jb_template .mx-lg-2 {
  margin-right: 0.5rem !important;
}
#jb_template .mb-lg-2, .jb_template .mb-lg-2, #jb_template .my-lg-2, .jb_template .my-lg-2 {
  margin-bottom: 0.5rem !important;
}
#jb_template .ml-lg-2, .jb_template .ml-lg-2, #jb_template .mx-lg-2, .jb_template .mx-lg-2 {
  margin-left: 0.5rem !important;
}
#jb_template .m-lg-3, .jb_template .m-lg-3 {
  margin: 1rem !important;
}
#jb_template .mt-lg-3, .jb_template .mt-lg-3, #jb_template .my-lg-3, .jb_template .my-lg-3 {
  margin-top: 1rem !important;
}
#jb_template .mr-lg-3, .jb_template .mr-lg-3, #jb_template .mx-lg-3, .jb_template .mx-lg-3 {
  margin-right: 1rem !important;
}
#jb_template .mb-lg-3, .jb_template .mb-lg-3, #jb_template .my-lg-3, .jb_template .my-lg-3 {
  margin-bottom: 1rem !important;
}
#jb_template .ml-lg-3, .jb_template .ml-lg-3, #jb_template .mx-lg-3, .jb_template .mx-lg-3 {
  margin-left: 1rem !important;
}
#jb_template .m-lg-4, .jb_template .m-lg-4 {
  margin: 1.5rem !important;
}
#jb_template .mt-lg-4, .jb_template .mt-lg-4, #jb_template .my-lg-4, .jb_template .my-lg-4 {
  margin-top: 1.5rem !important;
}
#jb_template .mr-lg-4, .jb_template .mr-lg-4, #jb_template .mx-lg-4, .jb_template .mx-lg-4 {
  margin-right: 1.5rem !important;
}
#jb_template .mb-lg-4, .jb_template .mb-lg-4, #jb_template .my-lg-4, .jb_template .my-lg-4 {
  margin-bottom: 1.5rem !important;
}
#jb_template .ml-lg-4, .jb_template .ml-lg-4, #jb_template .mx-lg-4, .jb_template .mx-lg-4 {
  margin-left: 1.5rem !important;
}
#jb_template .m-lg-5, .jb_template .m-lg-5 {
  margin: 3rem !important;
}
#jb_template .mt-lg-5, .jb_template .mt-lg-5, #jb_template .my-lg-5, .jb_template .my-lg-5 {
  margin-top: 3rem !important;
}
#jb_template .mr-lg-5, .jb_template .mr-lg-5, #jb_template .mx-lg-5, .jb_template .mx-lg-5 {
  margin-right: 3rem !important;
}
#jb_template .mb-lg-5, .jb_template .mb-lg-5, #jb_template .my-lg-5, .jb_template .my-lg-5 {
  margin-bottom: 3rem !important;
}
#jb_template .ml-lg-5, .jb_template .ml-lg-5, #jb_template .mx-lg-5, .jb_template .mx-lg-5 {
  margin-left: 3rem !important;
}
#jb_template .p-lg-0, .jb_template .p-lg-0 {
  padding: 0 !important;
}
#jb_template .pt-lg-0, .jb_template .pt-lg-0, #jb_template .py-lg-0, .jb_template .py-lg-0 {
  padding-top: 0 !important;
}
#jb_template .pr-lg-0, .jb_template .pr-lg-0, #jb_template .px-lg-0, .jb_template .px-lg-0 {
  padding-right: 0 !important;
}
#jb_template .pb-lg-0, .jb_template .pb-lg-0, #jb_template .py-lg-0, .jb_template .py-lg-0 {
  padding-bottom: 0 !important;
}
#jb_template .pl-lg-0, .jb_template .pl-lg-0, #jb_template .px-lg-0, .jb_template .px-lg-0 {
  padding-left: 0 !important;
}
#jb_template .p-lg-1, .jb_template .p-lg-1 {
  padding: 0.25rem !important;
}
#jb_template .pt-lg-1, .jb_template .pt-lg-1, #jb_template .py-lg-1, .jb_template .py-lg-1 {
  padding-top: 0.25rem !important;
}
#jb_template .pr-lg-1, .jb_template .pr-lg-1, #jb_template .px-lg-1, .jb_template .px-lg-1 {
  padding-right: 0.25rem !important;
}
#jb_template .pb-lg-1, .jb_template .pb-lg-1, #jb_template .py-lg-1, .jb_template .py-lg-1 {
  padding-bottom: 0.25rem !important;
}
#jb_template .pl-lg-1, .jb_template .pl-lg-1, #jb_template .px-lg-1, .jb_template .px-lg-1 {
  padding-left: 0.25rem !important;
}
#jb_template .p-lg-2, .jb_template .p-lg-2 {
  padding: 0.5rem !important;
}
#jb_template .pt-lg-2, .jb_template .pt-lg-2, #jb_template .py-lg-2, .jb_template .py-lg-2 {
  padding-top: 0.5rem !important;
}
#jb_template .pr-lg-2, .jb_template .pr-lg-2, #jb_template .px-lg-2, .jb_template .px-lg-2 {
  padding-right: 0.5rem !important;
}
#jb_template .pb-lg-2, .jb_template .pb-lg-2, #jb_template .py-lg-2, .jb_template .py-lg-2 {
  padding-bottom: 0.5rem !important;
}
#jb_template .pl-lg-2, .jb_template .pl-lg-2, #jb_template .px-lg-2, .jb_template .px-lg-2 {
  padding-left: 0.5rem !important;
}
#jb_template .p-lg-3, .jb_template .p-lg-3 {
  padding: 1rem !important;
}
#jb_template .pt-lg-3, .jb_template .pt-lg-3, #jb_template .py-lg-3, .jb_template .py-lg-3 {
  padding-top: 1rem !important;
}
#jb_template .pr-lg-3, .jb_template .pr-lg-3, #jb_template .px-lg-3, .jb_template .px-lg-3 {
  padding-right: 1rem !important;
}
#jb_template .pb-lg-3, .jb_template .pb-lg-3, #jb_template .py-lg-3, .jb_template .py-lg-3 {
  padding-bottom: 1rem !important;
}
#jb_template .pl-lg-3, .jb_template .pl-lg-3, #jb_template .px-lg-3, .jb_template .px-lg-3 {
  padding-left: 1rem !important;
}
#jb_template .p-lg-4, .jb_template .p-lg-4 {
  padding: 1.5rem !important;
}
#jb_template .pt-lg-4, .jb_template .pt-lg-4, #jb_template .py-lg-4, .jb_template .py-lg-4 {
  padding-top: 1.5rem !important;
}
#jb_template .pr-lg-4, .jb_template .pr-lg-4, #jb_template .px-lg-4, .jb_template .px-lg-4 {
  padding-right: 1.5rem !important;
}
#jb_template .pb-lg-4, .jb_template .pb-lg-4, #jb_template .py-lg-4, .jb_template .py-lg-4 {
  padding-bottom: 1.5rem !important;
}
#jb_template .pl-lg-4, .jb_template .pl-lg-4, #jb_template .px-lg-4, .jb_template .px-lg-4 {
  padding-left: 1.5rem !important;
}
#jb_template .p-lg-5, .jb_template .p-lg-5 {
  padding: 3rem !important;
}
#jb_template .pt-lg-5, .jb_template .pt-lg-5, #jb_template .py-lg-5, .jb_template .py-lg-5 {
  padding-top: 3rem !important;
}
#jb_template .pr-lg-5, .jb_template .pr-lg-5, #jb_template .px-lg-5, .jb_template .px-lg-5 {
  padding-right: 3rem !important;
}
#jb_template .pb-lg-5, .jb_template .pb-lg-5, #jb_template .py-lg-5, .jb_template .py-lg-5 {
  padding-bottom: 3rem !important;
}
#jb_template .pl-lg-5, .jb_template .pl-lg-5, #jb_template .px-lg-5, .jb_template .px-lg-5 {
  padding-left: 3rem !important;
}
#jb_template .m-lg-n1, .jb_template .m-lg-n1 {
  margin: -0.25rem !important;
}
#jb_template .mt-lg-n1, .jb_template .mt-lg-n1, #jb_template .my-lg-n1, .jb_template .my-lg-n1 {
  margin-top: -0.25rem !important;
}
#jb_template .mr-lg-n1, .jb_template .mr-lg-n1, #jb_template .mx-lg-n1, .jb_template .mx-lg-n1 {
  margin-right: -0.25rem !important;
}
#jb_template .mb-lg-n1, .jb_template .mb-lg-n1, #jb_template .my-lg-n1, .jb_template .my-lg-n1 {
  margin-bottom: -0.25rem !important;
}
#jb_template .ml-lg-n1, .jb_template .ml-lg-n1, #jb_template .mx-lg-n1, .jb_template .mx-lg-n1 {
  margin-left: -0.25rem !important;
}
#jb_template .m-lg-n2, .jb_template .m-lg-n2 {
  margin: -0.5rem !important;
}
#jb_template .mt-lg-n2, .jb_template .mt-lg-n2, #jb_template .my-lg-n2, .jb_template .my-lg-n2 {
  margin-top: -0.5rem !important;
}
#jb_template .mr-lg-n2, .jb_template .mr-lg-n2, #jb_template .mx-lg-n2, .jb_template .mx-lg-n2 {
  margin-right: -0.5rem !important;
}
#jb_template .mb-lg-n2, .jb_template .mb-lg-n2, #jb_template .my-lg-n2, .jb_template .my-lg-n2 {
  margin-bottom: -0.5rem !important;
}
#jb_template .ml-lg-n2, .jb_template .ml-lg-n2, #jb_template .mx-lg-n2, .jb_template .mx-lg-n2 {
  margin-left: -0.5rem !important;
}
#jb_template .m-lg-n3, .jb_template .m-lg-n3 {
  margin: -1rem !important;
}
#jb_template .mt-lg-n3, .jb_template .mt-lg-n3, #jb_template .my-lg-n3, .jb_template .my-lg-n3 {
  margin-top: -1rem !important;
}
#jb_template .mr-lg-n3, .jb_template .mr-lg-n3, #jb_template .mx-lg-n3, .jb_template .mx-lg-n3 {
  margin-right: -1rem !important;
}
#jb_template .mb-lg-n3, .jb_template .mb-lg-n3, #jb_template .my-lg-n3, .jb_template .my-lg-n3 {
  margin-bottom: -1rem !important;
}
#jb_template .ml-lg-n3, .jb_template .ml-lg-n3, #jb_template .mx-lg-n3, .jb_template .mx-lg-n3 {
  margin-left: -1rem !important;
}
#jb_template .m-lg-n4, .jb_template .m-lg-n4 {
  margin: -1.5rem !important;
}
#jb_template .mt-lg-n4, .jb_template .mt-lg-n4, #jb_template .my-lg-n4, .jb_template .my-lg-n4 {
  margin-top: -1.5rem !important;
}
#jb_template .mr-lg-n4, .jb_template .mr-lg-n4, #jb_template .mx-lg-n4, .jb_template .mx-lg-n4 {
  margin-right: -1.5rem !important;
}
#jb_template .mb-lg-n4, .jb_template .mb-lg-n4, #jb_template .my-lg-n4, .jb_template .my-lg-n4 {
  margin-bottom: -1.5rem !important;
}
#jb_template .ml-lg-n4, .jb_template .ml-lg-n4, #jb_template .mx-lg-n4, .jb_template .mx-lg-n4 {
  margin-left: -1.5rem !important;
}
#jb_template .m-lg-n5, .jb_template .m-lg-n5 {
  margin: -3rem !important;
}
#jb_template .mt-lg-n5, .jb_template .mt-lg-n5, #jb_template .my-lg-n5, .jb_template .my-lg-n5 {
  margin-top: -3rem !important;
}
#jb_template .mr-lg-n5, .jb_template .mr-lg-n5, #jb_template .mx-lg-n5, .jb_template .mx-lg-n5 {
  margin-right: -3rem !important;
}
#jb_template .mb-lg-n5, .jb_template .mb-lg-n5, #jb_template .my-lg-n5, .jb_template .my-lg-n5 {
  margin-bottom: -3rem !important;
}
#jb_template .ml-lg-n5, .jb_template .ml-lg-n5, #jb_template .mx-lg-n5, .jb_template .mx-lg-n5 {
  margin-left: -3rem !important;
}
#jb_template .m-lg-auto, .jb_template .m-lg-auto {
  margin: auto !important;
}
#jb_template .mt-lg-auto, .jb_template .mt-lg-auto, #jb_template .my-lg-auto, .jb_template .my-lg-auto {
  margin-top: auto !important;
}
#jb_template .mr-lg-auto, .jb_template .mr-lg-auto, #jb_template .mx-lg-auto, .jb_template .mx-lg-auto {
  margin-right: auto !important;
}
#jb_template .mb-lg-auto, .jb_template .mb-lg-auto, #jb_template .my-lg-auto, .jb_template .my-lg-auto {
  margin-bottom: auto !important;
}
#jb_template .ml-lg-auto, .jb_template .ml-lg-auto, #jb_template .mx-lg-auto, .jb_template .mx-lg-auto {
  margin-left: auto !important;
}
}
@media (min-width: 1200px) {
#jb_template .m-xl-0, .jb_template .m-xl-0 {
  margin: 0 !important;
}
#jb_template .mt-xl-0, .jb_template .mt-xl-0, #jb_template .my-xl-0, .jb_template .my-xl-0 {
  margin-top: 0 !important;
}
#jb_template .mr-xl-0, .jb_template .mr-xl-0, #jb_template .mx-xl-0, .jb_template .mx-xl-0 {
  margin-right: 0 !important;
}
#jb_template .mb-xl-0, .jb_template .mb-xl-0, #jb_template .my-xl-0, .jb_template .my-xl-0 {
  margin-bottom: 0 !important;
}
#jb_template .ml-xl-0, .jb_template .ml-xl-0, #jb_template .mx-xl-0, .jb_template .mx-xl-0 {
  margin-left: 0 !important;
}
#jb_template .m-xl-1, .jb_template .m-xl-1 {
  margin: 0.25rem !important;
}
#jb_template .mt-xl-1, .jb_template .mt-xl-1, #jb_template .my-xl-1, .jb_template .my-xl-1 {
  margin-top: 0.25rem !important;
}
#jb_template .mr-xl-1, .jb_template .mr-xl-1, #jb_template .mx-xl-1, .jb_template .mx-xl-1 {
  margin-right: 0.25rem !important;
}
#jb_template .mb-xl-1, .jb_template .mb-xl-1, #jb_template .my-xl-1, .jb_template .my-xl-1 {
  margin-bottom: 0.25rem !important;
}
#jb_template .ml-xl-1, .jb_template .ml-xl-1, #jb_template .mx-xl-1, .jb_template .mx-xl-1 {
  margin-left: 0.25rem !important;
}
#jb_template .m-xl-2, .jb_template .m-xl-2 {
  margin: 0.5rem !important;
}
#jb_template .mt-xl-2, .jb_template .mt-xl-2, #jb_template .my-xl-2, .jb_template .my-xl-2 {
  margin-top: 0.5rem !important;
}
#jb_template .mr-xl-2, .jb_template .mr-xl-2, #jb_template .mx-xl-2, .jb_template .mx-xl-2 {
  margin-right: 0.5rem !important;
}
#jb_template .mb-xl-2, .jb_template .mb-xl-2, #jb_template .my-xl-2, .jb_template .my-xl-2 {
  margin-bottom: 0.5rem !important;
}
#jb_template .ml-xl-2, .jb_template .ml-xl-2, #jb_template .mx-xl-2, .jb_template .mx-xl-2 {
  margin-left: 0.5rem !important;
}
#jb_template .m-xl-3, .jb_template .m-xl-3 {
  margin: 1rem !important;
}
#jb_template .mt-xl-3, .jb_template .mt-xl-3, #jb_template .my-xl-3, .jb_template .my-xl-3 {
  margin-top: 1rem !important;
}
#jb_template .mr-xl-3, .jb_template .mr-xl-3, #jb_template .mx-xl-3, .jb_template .mx-xl-3 {
  margin-right: 1rem !important;
}
#jb_template .mb-xl-3, .jb_template .mb-xl-3, #jb_template .my-xl-3, .jb_template .my-xl-3 {
  margin-bottom: 1rem !important;
}
#jb_template .ml-xl-3, .jb_template .ml-xl-3, #jb_template .mx-xl-3, .jb_template .mx-xl-3 {
  margin-left: 1rem !important;
}
#jb_template .m-xl-4, .jb_template .m-xl-4 {
  margin: 1.5rem !important;
}
#jb_template .mt-xl-4, .jb_template .mt-xl-4, #jb_template .my-xl-4, .jb_template .my-xl-4 {
  margin-top: 1.5rem !important;
}
#jb_template .mr-xl-4, .jb_template .mr-xl-4, #jb_template .mx-xl-4, .jb_template .mx-xl-4 {
  margin-right: 1.5rem !important;
}
#jb_template .mb-xl-4, .jb_template .mb-xl-4, #jb_template .my-xl-4, .jb_template .my-xl-4 {
  margin-bottom: 1.5rem !important;
}
#jb_template .ml-xl-4, .jb_template .ml-xl-4, #jb_template .mx-xl-4, .jb_template .mx-xl-4 {
  margin-left: 1.5rem !important;
}
#jb_template .m-xl-5, .jb_template .m-xl-5 {
  margin: 3rem !important;
}
#jb_template .mt-xl-5, .jb_template .mt-xl-5, #jb_template .my-xl-5, .jb_template .my-xl-5 {
  margin-top: 3rem !important;
}
#jb_template .mr-xl-5, .jb_template .mr-xl-5, #jb_template .mx-xl-5, .jb_template .mx-xl-5 {
  margin-right: 3rem !important;
}
#jb_template .mb-xl-5, .jb_template .mb-xl-5, #jb_template .my-xl-5, .jb_template .my-xl-5 {
  margin-bottom: 3rem !important;
}
#jb_template .ml-xl-5, .jb_template .ml-xl-5, #jb_template .mx-xl-5, .jb_template .mx-xl-5 {
  margin-left: 3rem !important;
}
#jb_template .p-xl-0, .jb_template .p-xl-0 {
  padding: 0 !important;
}
#jb_template .pt-xl-0, .jb_template .pt-xl-0, #jb_template .py-xl-0, .jb_template .py-xl-0 {
  padding-top: 0 !important;
}
#jb_template .pr-xl-0, .jb_template .pr-xl-0, #jb_template .px-xl-0, .jb_template .px-xl-0 {
  padding-right: 0 !important;
}
#jb_template .pb-xl-0, .jb_template .pb-xl-0, #jb_template .py-xl-0, .jb_template .py-xl-0 {
  padding-bottom: 0 !important;
}
#jb_template .pl-xl-0, .jb_template .pl-xl-0, #jb_template .px-xl-0, .jb_template .px-xl-0 {
  padding-left: 0 !important;
}
#jb_template .p-xl-1, .jb_template .p-xl-1 {
  padding: 0.25rem !important;
}
#jb_template .pt-xl-1, .jb_template .pt-xl-1, #jb_template .py-xl-1, .jb_template .py-xl-1 {
  padding-top: 0.25rem !important;
}
#jb_template .pr-xl-1, .jb_template .pr-xl-1, #jb_template .px-xl-1, .jb_template .px-xl-1 {
  padding-right: 0.25rem !important;
}
#jb_template .pb-xl-1, .jb_template .pb-xl-1, #jb_template .py-xl-1, .jb_template .py-xl-1 {
  padding-bottom: 0.25rem !important;
}
#jb_template .pl-xl-1, .jb_template .pl-xl-1, #jb_template .px-xl-1, .jb_template .px-xl-1 {
  padding-left: 0.25rem !important;
}
#jb_template .p-xl-2, .jb_template .p-xl-2 {
  padding: 0.5rem !important;
}
#jb_template .pt-xl-2, .jb_template .pt-xl-2, #jb_template .py-xl-2, .jb_template .py-xl-2 {
  padding-top: 0.5rem !important;
}
#jb_template .pr-xl-2, .jb_template .pr-xl-2, #jb_template .px-xl-2, .jb_template .px-xl-2 {
  padding-right: 0.5rem !important;
}
#jb_template .pb-xl-2, .jb_template .pb-xl-2, #jb_template .py-xl-2, .jb_template .py-xl-2 {
  padding-bottom: 0.5rem !important;
}
#jb_template .pl-xl-2, .jb_template .pl-xl-2, #jb_template .px-xl-2, .jb_template .px-xl-2 {
  padding-left: 0.5rem !important;
}
#jb_template .p-xl-3, .jb_template .p-xl-3 {
  padding: 1rem !important;
}
#jb_template .pt-xl-3, .jb_template .pt-xl-3, #jb_template .py-xl-3, .jb_template .py-xl-3 {
  padding-top: 1rem !important;
}
#jb_template .pr-xl-3, .jb_template .pr-xl-3, #jb_template .px-xl-3, .jb_template .px-xl-3 {
  padding-right: 1rem !important;
}
#jb_template .pb-xl-3, .jb_template .pb-xl-3, #jb_template .py-xl-3, .jb_template .py-xl-3 {
  padding-bottom: 1rem !important;
}
#jb_template .pl-xl-3, .jb_template .pl-xl-3, #jb_template .px-xl-3, .jb_template .px-xl-3 {
  padding-left: 1rem !important;
}
#jb_template .p-xl-4, .jb_template .p-xl-4 {
  padding: 1.5rem !important;
}
#jb_template .pt-xl-4, .jb_template .pt-xl-4, #jb_template .py-xl-4, .jb_template .py-xl-4 {
  padding-top: 1.5rem !important;
}
#jb_template .pr-xl-4, .jb_template .pr-xl-4, #jb_template .px-xl-4, .jb_template .px-xl-4 {
  padding-right: 1.5rem !important;
}
#jb_template .pb-xl-4, .jb_template .pb-xl-4, #jb_template .py-xl-4, .jb_template .py-xl-4 {
  padding-bottom: 1.5rem !important;
}
#jb_template .pl-xl-4, .jb_template .pl-xl-4, #jb_template .px-xl-4, .jb_template .px-xl-4 {
  padding-left: 1.5rem !important;
}
#jb_template .p-xl-5, .jb_template .p-xl-5 {
  padding: 3rem !important;
}
#jb_template .pt-xl-5, .jb_template .pt-xl-5, #jb_template .py-xl-5, .jb_template .py-xl-5 {
  padding-top: 3rem !important;
}
#jb_template .pr-xl-5, .jb_template .pr-xl-5, #jb_template .px-xl-5, .jb_template .px-xl-5 {
  padding-right: 3rem !important;
}
#jb_template .pb-xl-5, .jb_template .pb-xl-5, #jb_template .py-xl-5, .jb_template .py-xl-5 {
  padding-bottom: 3rem !important;
}
#jb_template .pl-xl-5, .jb_template .pl-xl-5, #jb_template .px-xl-5, .jb_template .px-xl-5 {
  padding-left: 3rem !important;
}
#jb_template .m-xl-n1, .jb_template .m-xl-n1 {
  margin: -0.25rem !important;
}
#jb_template .mt-xl-n1, .jb_template .mt-xl-n1, #jb_template .my-xl-n1, .jb_template .my-xl-n1 {
  margin-top: -0.25rem !important;
}
#jb_template .mr-xl-n1, .jb_template .mr-xl-n1, #jb_template .mx-xl-n1, .jb_template .mx-xl-n1 {
  margin-right: -0.25rem !important;
}
#jb_template .mb-xl-n1, .jb_template .mb-xl-n1, #jb_template .my-xl-n1, .jb_template .my-xl-n1 {
  margin-bottom: -0.25rem !important;
}
#jb_template .ml-xl-n1, .jb_template .ml-xl-n1, #jb_template .mx-xl-n1, .jb_template .mx-xl-n1 {
  margin-left: -0.25rem !important;
}
#jb_template .m-xl-n2, .jb_template .m-xl-n2 {
  margin: -0.5rem !important;
}
#jb_template .mt-xl-n2, .jb_template .mt-xl-n2, #jb_template .my-xl-n2, .jb_template .my-xl-n2 {
  margin-top: -0.5rem !important;
}
#jb_template .mr-xl-n2, .jb_template .mr-xl-n2, #jb_template .mx-xl-n2, .jb_template .mx-xl-n2 {
  margin-right: -0.5rem !important;
}
#jb_template .mb-xl-n2, .jb_template .mb-xl-n2, #jb_template .my-xl-n2, .jb_template .my-xl-n2 {
  margin-bottom: -0.5rem !important;
}
#jb_template .ml-xl-n2, .jb_template .ml-xl-n2, #jb_template .mx-xl-n2, .jb_template .mx-xl-n2 {
  margin-left: -0.5rem !important;
}
#jb_template .m-xl-n3, .jb_template .m-xl-n3 {
  margin: -1rem !important;
}
#jb_template .mt-xl-n3, .jb_template .mt-xl-n3, #jb_template .my-xl-n3, .jb_template .my-xl-n3 {
  margin-top: -1rem !important;
}
#jb_template .mr-xl-n3, .jb_template .mr-xl-n3, #jb_template .mx-xl-n3, .jb_template .mx-xl-n3 {
  margin-right: -1rem !important;
}
#jb_template .mb-xl-n3, .jb_template .mb-xl-n3, #jb_template .my-xl-n3, .jb_template .my-xl-n3 {
  margin-bottom: -1rem !important;
}
#jb_template .ml-xl-n3, .jb_template .ml-xl-n3, #jb_template .mx-xl-n3, .jb_template .mx-xl-n3 {
  margin-left: -1rem !important;
}
#jb_template .m-xl-n4, .jb_template .m-xl-n4 {
  margin: -1.5rem !important;
}
#jb_template .mt-xl-n4, .jb_template .mt-xl-n4, #jb_template .my-xl-n4, .jb_template .my-xl-n4 {
  margin-top: -1.5rem !important;
}
#jb_template .mr-xl-n4, .jb_template .mr-xl-n4, #jb_template .mx-xl-n4, .jb_template .mx-xl-n4 {
  margin-right: -1.5rem !important;
}
#jb_template .mb-xl-n4, .jb_template .mb-xl-n4, #jb_template .my-xl-n4, .jb_template .my-xl-n4 {
  margin-bottom: -1.5rem !important;
}
#jb_template .ml-xl-n4, .jb_template .ml-xl-n4, #jb_template .mx-xl-n4, .jb_template .mx-xl-n4 {
  margin-left: -1.5rem !important;
}
#jb_template .m-xl-n5, .jb_template .m-xl-n5 {
  margin: -3rem !important;
}
#jb_template .mt-xl-n5, .jb_template .mt-xl-n5, #jb_template .my-xl-n5, .jb_template .my-xl-n5 {
  margin-top: -3rem !important;
}
#jb_template .mr-xl-n5, .jb_template .mr-xl-n5, #jb_template .mx-xl-n5, .jb_template .mx-xl-n5 {
  margin-right: -3rem !important;
}
#jb_template .mb-xl-n5, .jb_template .mb-xl-n5, #jb_template .my-xl-n5, .jb_template .my-xl-n5 {
  margin-bottom: -3rem !important;
}
#jb_template .ml-xl-n5, .jb_template .ml-xl-n5, #jb_template .mx-xl-n5, .jb_template .mx-xl-n5 {
  margin-left: -3rem !important;
}
#jb_template .m-xl-auto, .jb_template .m-xl-auto {
  margin: auto !important;
}
#jb_template .mt-xl-auto, .jb_template .mt-xl-auto, #jb_template .my-xl-auto, .jb_template .my-xl-auto {
  margin-top: auto !important;
}
#jb_template .mr-xl-auto, .jb_template .mr-xl-auto, #jb_template .mx-xl-auto, .jb_template .mx-xl-auto {
  margin-right: auto !important;
}
#jb_template .mb-xl-auto, .jb_template .mb-xl-auto, #jb_template .my-xl-auto, .jb_template .my-xl-auto {
  margin-bottom: auto !important;
}
#jb_template .ml-xl-auto, .jb_template .ml-xl-auto, #jb_template .mx-xl-auto, .jb_template .mx-xl-auto {
  margin-left: auto !important;
}
}
#jb_template .stretched-link::after, .jb_template .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);
}
#jb_template .text-monospace, .jb_template .text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
#jb_template .text-justify, .jb_template .text-justify {
text-align: justify !important;
}
#jb_template .text-wrap, .jb_template .text-wrap {
white-space: normal !important;
}
#jb_template .text-nowrap, .jb_template .text-nowrap {
white-space: nowrap !important;
}
#jb_template .text-truncate, .jb_template .text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#jb_template .text-left, .jb_template .text-left {
text-align: left !important;
}
#jb_template .text-right, .jb_template .text-right {
text-align: right !important;
}
#jb_template .text-center, .jb_template .text-center {
text-align: center !important;
}
@media (min-width: 576px) {
#jb_template .text-sm-left, .jb_template .text-sm-left {
  text-align: left !important;
}
#jb_template .text-sm-right, .jb_template .text-sm-right {
  text-align: right !important;
}
#jb_template .text-sm-center, .jb_template .text-sm-center {
  text-align: center !important;
}
}
@media (min-width: 768px) {
#jb_template .text-md-left, .jb_template .text-md-left {
  text-align: left !important;
}
#jb_template .text-md-right, .jb_template .text-md-right {
  text-align: right !important;
}
#jb_template .text-md-center, .jb_template .text-md-center {
  text-align: center !important;
}
}
@media (min-width: 992px) {
#jb_template .text-lg-left, .jb_template .text-lg-left {
  text-align: left !important;
}
#jb_template .text-lg-right, .jb_template .text-lg-right {
  text-align: right !important;
}
#jb_template .text-lg-center, .jb_template .text-lg-center {
  text-align: center !important;
}
}
@media (min-width: 1200px) {
#jb_template .text-xl-left, .jb_template .text-xl-left {
  text-align: left !important;
}
#jb_template .text-xl-right, .jb_template .text-xl-right {
  text-align: right !important;
}
#jb_template .text-xl-center, .jb_template .text-xl-center {
  text-align: center !important;
}
}
#jb_template .text-lowercase, .jb_template .text-lowercase {
text-transform: lowercase !important;
}
#jb_template .text-uppercase, .jb_template .text-uppercase {
text-transform: uppercase !important;
}
#jb_template .text-capitalize, .jb_template .text-capitalize {
text-transform: capitalize !important;
}
#jb_template .font-weight-light, .jb_template .font-weight-light {
font-weight: 300 !important;
}
#jb_template .font-weight-lighter, .jb_template .font-weight-lighter {
font-weight: lighter !important;
}
#jb_template .font-weight-normal, .jb_template .font-weight-normal {
font-weight: 400 !important;
}
#jb_template .font-weight-bold, .jb_template .font-weight-bold {
font-weight: 700 !important;
}
#jb_template .font-weight-bolder, .jb_template .font-weight-bolder {
font-weight: bolder !important;
}
#jb_template .font-italic, .jb_template .font-italic {
font-style: italic !important;
}
#jb_template .text-white, .jb_template .text-white {
color: #fff !important;
}
#jb_template .text-primary, .jb_template .text-primary {
color: #007bff !important;
}
#jb_template a.text-primary:hover, .jb_template a.text-primary:hover, #jb_template a.text-primary:focus, .jb_template a.text-primary:focus {
color: #0056b3 !important;
}
#jb_template .text-secondary, .jb_template .text-secondary {
color: #6c757d !important;
}
#jb_template a.text-secondary:hover, .jb_template a.text-secondary:hover, #jb_template a.text-secondary:focus, .jb_template a.text-secondary:focus {
color: #494f54 !important;
}
#jb_template .text-success, .jb_template .text-success {
color: #28a745 !important;
}
#jb_template a.text-success:hover, .jb_template a.text-success:hover, #jb_template a.text-success:focus, .jb_template a.text-success:focus {
color: #19692c !important;
}
#jb_template .text-info, .jb_template .text-info {
color: #17a2b8 !important;
}
#jb_template a.text-info:hover, .jb_template a.text-info:hover, #jb_template a.text-info:focus, .jb_template a.text-info:focus {
color: #0f6674 !important;
}
#jb_template .text-warning, .jb_template .text-warning {
color: #ffc107 !important;
}
#jb_template a.text-warning:hover, .jb_template a.text-warning:hover, #jb_template a.text-warning:focus, .jb_template a.text-warning:focus {
color: #ba8b00 !important;
}
#jb_template .text-danger, .jb_template .text-danger {
color: #dc3545 !important;
}
#jb_template a.text-danger:hover, .jb_template a.text-danger:hover, #jb_template a.text-danger:focus, .jb_template a.text-danger:focus {
color: #a71d2a !important;
}
#jb_template .text-light, .jb_template .text-light {
color: #f8f9fa !important;
}
#jb_template a.text-light:hover, .jb_template a.text-light:hover, #jb_template a.text-light:focus, .jb_template a.text-light:focus {
color: #cbd3da !important;
}
#jb_template .text-dark, .jb_template .text-dark {
color: #343a40 !important;
}
#jb_template a.text-dark:hover, .jb_template a.text-dark:hover, #jb_template a.text-dark:focus, .jb_template a.text-dark:focus {
color: #121416 !important;
}
#jb_template .text-body, .jb_template .text-body {
color: #212529 !important;
}
#jb_template .text-muted, .jb_template .text-muted {
color: #6c757d !important;
}
#jb_template .text-black-50, .jb_template .text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
#jb_template .text-white-50, .jb_template .text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
#jb_template .text-hide, .jb_template .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
#jb_template .text-decoration-none, .jb_template .text-decoration-none {
text-decoration: none !important;
}
#jb_template .text-break, .jb_template .text-break {
word-break: break-word !important;
word-wrap: break-word !important;
}
#jb_template .text-reset, .jb_template .text-reset {
color: inherit !important;
}
#jb_template .visible, .jb_template .visible {
visibility: visible !important;
}
#jb_template .invisible, .jb_template .invisible {
visibility: hidden !important;
}
@media print {
#jb_template *, .jb_template *, #jb_template *::before, .jb_template *::before, #jb_template *::after, .jb_template *::after {
  text-shadow: none !important;
  box-shadow: none !important;
}
#jb_template a:not(.btn), .jb_template a:not(.btn) {
  text-decoration: underline;
}
#jb_template abbr[title]::after, .jb_template abbr[title]::after {
  content: " (" attr(title) ")";
}
#jb_template pre, .jb_template pre {
  white-space: pre-wrap !important;
}
#jb_template pre, .jb_template pre, #jb_template blockquote, .jb_template blockquote {
  border: 1px solid #adb5bd;
  page-break-inside: avoid;
}
#jb_template thead, .jb_template thead {
  display: table-header-group;
}
#jb_template tr, .jb_template tr, #jb_template img, .jb_template img {
  page-break-inside: avoid;
}
#jb_template p, .jb_template p, #jb_template h2, .jb_template h2, #jb_template h3, .jb_template h3 {
  orphans: 3;
  widows: 3;
}
#jb_template h2, .jb_template h2, #jb_template h3, .jb_template h3 {
  page-break-after: avoid;
}
@page {
  size: a3;
}
#jb_template body, .jb_template body {
  min-width: 992px !important;
}
#jb_template .container, .jb_template .container {
  min-width: 992px !important;
}
#jb_template .navbar, .jb_template .navbar {
  display: none;
}
#jb_template .badge, .jb_template .badge {
  border: 1px solid #000;
}
#jb_template .table, .jb_template .table {
  border-collapse: collapse !important;
}
#jb_template .table td, .jb_template .table td, #jb_template .table th, .jb_template .table th {
  background-color: #fff !important;
}
#jb_template .table-bordered th, .jb_template .table-bordered th, #jb_template .table-bordered td, .jb_template .table-bordered td {
  border: 1px solid #dee2e6 !important;
}
#jb_template .table-dark, .jb_template .table-dark {
  color: inherit;
}
#jb_template .table-dark th, .jb_template .table-dark th, #jb_template .table-dark td, .jb_template .table-dark td, #jb_template .table-dark thead th, .jb_template .table-dark thead th, #jb_template .table-dark tbody + tbody, .jb_template .table-dark tbody + tbody {
  border-color: #dee2e6;
}
#jb_template .table .thead-dark th, .jb_template .table .thead-dark th {
  color: inherit;
  border-color: #dee2e6;
}
}
