.jd-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .jd-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .jd-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .jd-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .jd-container {
    max-width: 1140px;
  }
}

.jd-containerfluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.jd-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.jd-nogutters {
  margin-right: 0;
  margin-left: 0;
}

.jd-nogutters>.jd-col,
.jd-nogutters>[class*="jd-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.jd-col-1,
.jd-col-2,
.jd-col-3,
.jd-col-4,
.jd-col-5,
.jd-col-6,
.jd-col-7,
.jd-col-8,
.jd-col-9,
.jd-col-10,
.jd-col-11,
.jd-col-12,
.jd-col,
.jd-col-auto,
.jd-col-sm-1,
.jd-col-sm-2,
.jd-col-sm-3,
.jd-col-sm-4,
.jd-col-sm-5,
.jd-col-sm-6,
.jd-col-sm-7,
.jd-col-sm-8,
.jd-col-sm-9,
.jd-col-sm-10,
.jd-col-sm-11,
.jd-col-sm-12,
.jd-col-sm,
.jd-col-sm-auto,
.jd-col-md-1,
.jd-col-md-2,
.jd-col-md-3,
.jd-col-md-4,
.jd-col-md-5,
.jd-col-md-6,
.jd-col-md-7,
.jd-col-md-8,
.jd-col-md-9,
.jd-col-md-10,
.jd-col-md-11,
.jd-col-md-12,
.jd-col-md,
.jd-col-md-auto,
.jd-col-lg-1,
.jd-col-lg-2,
.jd-col-lg-3,
.jd-col-lg-4,
.jd-col-lg-5,
.jd-col-lg-6,
.jd-col-lg-7,
.jd-col-lg-8,
.jd-col-lg-9,
.jd-col-lg-10,
.jd-col-lg-11,
.jd-col-lg-12,
.jd-col-lg,
.jd-col-lg-auto,
.jd-col-xl-1,
.jd-col-xl-2,
.jd-col-xl-3,
.jd-col-xl-4,
.jd-col-xl-5,
.jd-col-xl-6,
.jd-col-xl-7,
.jd-col-xl-8,
.jd-col-xl-9,
.jd-col-xl-10,
.jd-col-xl-11,
.jd-col-xl-12,
.jd-col-xl,
.jd-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.jd-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.jd-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.jd-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.jd-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.jd-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.jd-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.jd-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.jd-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.jd-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.jd-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.jd-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.jd-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.jd-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.jd-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.jd-order-first {
  order: -1;
}

.jd-order-last {
  order: 13;
}

.jd-order-0 {
  order: 0;
}

.jd-order-1 {
  order: 1;
}

.jd-order-2 {
  order: 2;
}

.jd-order-3 {
  order: 3;
}

.jd-order-4 {
  order: 4;
}

.jd-order-5 {
  order: 5;
}

.jd-order-6 {
  order: 6;
}

.jd-order-7 {
  order: 7;
}

.jd-order-8 {
  order: 8;
}

.jd-order-9 {
  order: 9;
}

.jd-order-10 {
  order: 10;
}

.jd-order-11 {
  order: 11;
}

.jd-order-12 {
  order: 12;
}

.jd-offset-1 {
  margin-left: 8.3333333333%;
}

.jd-offset-2 {
  margin-left: 16.6666666667%;
}

.jd-offset-3 {
  margin-left: 25%;
}

.jd-offset-4 {
  margin-left: 33.3333333333%;
}

.jd-offset-5 {
  margin-left: 41.6666666667%;
}

.jd-offset-6 {
  margin-left: 50%;
}

.jd-offset-7 {
  margin-left: 58.3333333333%;
}

.jd-offset-8 {
  margin-left: 66.6666666667%;
}

.jd-offset-9 {
  margin-left: 75%;
}

.jd-offset-10 {
  margin-left: 83.3333333333%;
}

.jd-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .jd-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .jd-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .jd-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .jd-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .jd-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .jd-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .jd-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .jd-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jd-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .jd-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .jd-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .jd-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .jd-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .jd-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .jd-order-sm-first {
    order: -1;
  }

  .jd-order-sm-last {
    order: 13;
  }

  .jd-order-sm-0 {
    order: 0;
  }

  .jd-order-sm-1 {
    order: 1;
  }

  .jd-order-sm-2 {
    order: 2;
  }

  .jd-order-sm-3 {
    order: 3;
  }

  .jd-order-sm-4 {
    order: 4;
  }

  .jd-order-sm-5 {
    order: 5;
  }

  .jd-order-sm-6 {
    order: 6;
  }

  .jd-order-sm-7 {
    order: 7;
  }

  .jd-order-sm-8 {
    order: 8;
  }

  .jd-order-sm-9 {
    order: 9;
  }

  .jd-order-sm-10 {
    order: 10;
  }

  .jd-order-sm-11 {
    order: 11;
  }

  .jd-order-sm-12 {
    order: 12;
  }

  .jd-offset-sm-0 {
    margin-left: 0;
  }

  .jd-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .jd-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .jd-offset-sm-3 {
    margin-left: 25%;
  }

  .jd-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .jd-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .jd-offset-sm-6 {
    margin-left: 50%;
  }

  .jd-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .jd-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .jd-offset-sm-9 {
    margin-left: 75%;
  }

  .jd-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .jd-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .jd-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .jd-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .jd-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .jd-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .jd-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .jd-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .jd-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .jd-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jd-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .jd-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .jd-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .jd-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .jd-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .jd-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .jd-order-md-first {
    order: -1;
  }

  .jd-order-md-last {
    order: 13;
  }

  .jd-order-md-0 {
    order: 0;
  }

  .jd-order-md-1 {
    order: 1;
  }

  .jd-order-md-2 {
    order: 2;
  }

  .jd-order-md-3 {
    order: 3;
  }

  .jd-order-md-4 {
    order: 4;
  }

  .jd-order-md-5 {
    order: 5;
  }

  .jd-order-md-6 {
    order: 6;
  }

  .jd-order-md-7 {
    order: 7;
  }

  .jd-order-md-8 {
    order: 8;
  }

  .jd-order-md-9 {
    order: 9;
  }

  .jd-order-md-10 {
    order: 10;
  }

  .jd-order-md-11 {
    order: 11;
  }

  .jd-order-md-12 {
    order: 12;
  }

  .jd-offset-md-0 {
    margin-left: 0;
  }

  .jd-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .jd-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .jd-offset-md-3 {
    margin-left: 25%;
  }

  .jd-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .jd-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .jd-offset-md-6 {
    margin-left: 50%;
  }

  .jd-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .jd-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .jd-offset-md-9 {
    margin-left: 75%;
  }

  .jd-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .jd-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .jd-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .jd-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .jd-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .jd-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .jd-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .jd-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .jd-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .jd-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jd-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .jd-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .jd-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .jd-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .jd-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .jd-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .jd-order-lg-first {
    order: -1;
  }

  .jd-order-lg-last {
    order: 13;
  }

  .jd-order-lg-0 {
    order: 0;
  }

  .jd-order-lg-1 {
    order: 1;
  }

  .jd-order-lg-2 {
    order: 2;
  }

  .jd-order-lg-3 {
    order: 3;
  }

  .jd-order-lg-4 {
    order: 4;
  }

  .jd-order-lg-5 {
    order: 5;
  }

  .jd-order-lg-6 {
    order: 6;
  }

  .jd-order-lg-7 {
    order: 7;
  }

  .jd-order-lg-8 {
    order: 8;
  }

  .jd-order-lg-9 {
    order: 9;
  }

  .jd-order-lg-10 {
    order: 10;
  }

  .jd-order-lg-11 {
    order: 11;
  }

  .jd-order-lg-12 {
    order: 12;
  }

  .jd-offset-lg-0 {
    margin-left: 0;
  }

  .jd-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .jd-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .jd-offset-lg-3 {
    margin-left: 25%;
  }

  .jd-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .jd-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .jd-offset-lg-6 {
    margin-left: 50%;
  }

  .jd-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .jd-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .jd-offset-lg-9 {
    margin-left: 75%;
  }

  .jd-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .jd-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .jd-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .jd-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .jd-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .jd-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .jd-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .jd-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .jd-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .jd-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jd-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .jd-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .jd-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .jd-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .jd-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .jd-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .jd-order-xl-first {
    order: -1;
  }

  .jd-order-xl-last {
    order: 13;
  }

  .jd-order-xl-0 {
    order: 0;
  }

  .jd-order-xl-1 {
    order: 1;
  }

  .jd-order-xl-2 {
    order: 2;
  }

  .jd-order-xl-3 {
    order: 3;
  }

  .jd-order-xl-4 {
    order: 4;
  }

  .jd-order-xl-5 {
    order: 5;
  }

  .jd-order-xl-6 {
    order: 6;
  }

  .jd-order-xl-7 {
    order: 7;
  }

  .jd-order-xl-8 {
    order: 8;
  }

  .jd-order-xl-9 {
    order: 9;
  }

  .jd-order-xl-10 {
    order: 10;
  }

  .jd-order-xl-11 {
    order: 11;
  }

  .jd-order-xl-12 {
    order: 12;
  }

  .jd-offset-xl-0 {
    margin-left: 0;
  }

  .jd-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .jd-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .jd-offset-xl-3 {
    margin-left: 25%;
  }

  .jd-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .jd-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .jd-offset-xl-6 {
    margin-left: 50%;
  }

  .jd-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .jd-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .jd-offset-xl-9 {
    margin-left: 75%;
  }

  .jd-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .jd-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.jdbtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
  .jdbtn {
    transition: none;
  }
}

.jdbtn:hover,
.jdbtn:focus {
  text-decoration: none;
}

.jdbtn:focus,
.jdbtn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.jdbtn.disabled,
.jdbtn:disabled {
  opacity: 0.65;
}

.jdbtn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.jdbtn.disabled,
fieldset:disabled a.jdbtn {
  pointer-events: none;
}

.jdbtn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.jdbtn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.jdbtn-primary:focus,
.jdbtn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.jdbtn-primary.disabled,
.jdbtn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.jdbtn-primary:not(:disabled):not(.disabled):active,
.jdbtn-primary:not(:disabled):not(.disabled).active,
.show>.jdbtn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.jdbtn-primary:not(:disabled):not(.disabled):active:focus,
.jdbtn-primary:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.jdbtn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.jdbtn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.jdbtn-secondary:focus,
.jdbtn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.jdbtn-secondary.disabled,
.jdbtn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.jdbtn-secondary:not(:disabled):not(.disabled):active,
.jdbtn-secondary:not(:disabled):not(.disabled).active,
.show>.jdbtn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.jdbtn-secondary:not(:disabled):not(.disabled):active:focus,
.jdbtn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.jdbtn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.jdbtn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.jdbtn-success:focus,
.jdbtn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.jdbtn-success.disabled,
.jdbtn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.jdbtn-success:not(:disabled):not(.disabled):active,
.jdbtn-success:not(:disabled):not(.disabled).active,
.show>.jdbtn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.jdbtn-success:not(:disabled):not(.disabled):active:focus,
.jdbtn-success:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.jdbtn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.jdbtn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.jdbtn-info:focus,
.jdbtn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.jdbtn-info.disabled,
.jdbtn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.jdbtn-info:not(:disabled):not(.disabled):active,
.jdbtn-info:not(:disabled):not(.disabled).active,
.show>.jdbtn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.jdbtn-info:not(:disabled):not(.disabled):active:focus,
.jdbtn-info:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.jdbtn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.jdbtn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.jdbtn-warning:focus,
.jdbtn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.jdbtn-warning.disabled,
.jdbtn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.jdbtn-warning:not(:disabled):not(.disabled):active,
.jdbtn-warning:not(:disabled):not(.disabled).active,
.show>.jdbtn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.jdbtn-warning:not(:disabled):not(.disabled):active:focus,
.jdbtn-warning:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.jdbtn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.jdbtn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.jdbtn-danger:focus,
.jdbtn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.jdbtn-danger.disabled,
.jdbtn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.jdbtn-danger:not(:disabled):not(.disabled):active,
.jdbtn-danger:not(:disabled):not(.disabled).active,
.show>.jdbtn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.jdbtn-danger:not(:disabled):not(.disabled):active:focus,
.jdbtn-danger:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.jdbtn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.jdbtn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.jdbtn-light:focus,
.jdbtn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.jdbtn-light.disabled,
.jdbtn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.jdbtn-light:not(:disabled):not(.disabled):active,
.jdbtn-light:not(:disabled):not(.disabled).active,
.show>.jdbtn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.jdbtn-light:not(:disabled):not(.disabled):active:focus,
.jdbtn-light:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.jdbtn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.jdbtn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.jdbtn-dark:focus,
.jdbtn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jdbtn-dark.disabled,
.jdbtn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.jdbtn-dark:not(:disabled):not(.disabled):active,
.jdbtn-dark:not(:disabled):not(.disabled).active,
.show>.jdbtn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.jdbtn-dark:not(:disabled):not(.disabled):active:focus,
.jdbtn-dark:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jdbtn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.jdbtn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.jdbtn-outline-primary:focus,
.jdbtn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.jdbtn-outline-primary.disabled,
.jdbtn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.jdbtn-outline-primary:not(:disabled):not(.disabled):active,
.jdbtn-outline-primary:not(:disabled):not(.disabled).active,
.show>.jdbtn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.jdbtn-outline-primary:not(:disabled):not(.disabled):active:focus,
.jdbtn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.jdbtn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.jdbtn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.jdbtn-outline-secondary:focus,
.jdbtn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.jdbtn-outline-secondary.disabled,
.jdbtn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.jdbtn-outline-secondary:not(:disabled):not(.disabled):active,
.jdbtn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.jdbtn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.jdbtn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.jdbtn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.jdbtn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.jdbtn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.jdbtn-outline-success:focus,
.jdbtn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.jdbtn-outline-success.disabled,
.jdbtn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.jdbtn-outline-success:not(:disabled):not(.disabled):active,
.jdbtn-outline-success:not(:disabled):not(.disabled).active,
.show>.jdbtn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.jdbtn-outline-success:not(:disabled):not(.disabled):active:focus,
.jdbtn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.jdbtn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.jdbtn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.jdbtn-outline-info:focus,
.jdbtn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.jdbtn-outline-info.disabled,
.jdbtn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.jdbtn-outline-info:not(:disabled):not(.disabled):active,
.jdbtn-outline-info:not(:disabled):not(.disabled).active,
.show>.jdbtn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.jdbtn-outline-info:not(:disabled):not(.disabled):active:focus,
.jdbtn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.jdbtn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.jdbtn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.jdbtn-outline-warning:focus,
.jdbtn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.jdbtn-outline-warning.disabled,
.jdbtn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.jdbtn-outline-warning:not(:disabled):not(.disabled):active,
.jdbtn-outline-warning:not(:disabled):not(.disabled).active,
.show>.jdbtn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.jdbtn-outline-warning:not(:disabled):not(.disabled):active:focus,
.jdbtn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.jdbtn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.jdbtn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.jdbtn-outline-danger:focus,
.jdbtn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.jdbtn-outline-danger.disabled,
.jdbtn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.jdbtn-outline-danger:not(:disabled):not(.disabled):active,
.jdbtn-outline-danger:not(:disabled):not(.disabled).active,
.show>.jdbtn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.jdbtn-outline-danger:not(:disabled):not(.disabled):active:focus,
.jdbtn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.jdbtn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.jdbtn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.jdbtn-outline-light:focus,
.jdbtn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.jdbtn-outline-light.disabled,
.jdbtn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.jdbtn-outline-light:not(:disabled):not(.disabled):active,
.jdbtn-outline-light:not(:disabled):not(.disabled).active,
.show>.jdbtn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.jdbtn-outline-light:not(:disabled):not(.disabled):active:focus,
.jdbtn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.jdbtn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.jdbtn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.jdbtn-outline-dark:focus,
.jdbtn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jdbtn-outline-dark.disabled,
.jdbtn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.jdbtn-outline-dark:not(:disabled):not(.disabled):active,
.jdbtn-outline-dark:not(:disabled):not(.disabled).active,
.show>.jdbtn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.jdbtn-outline-dark:not(:disabled):not(.disabled):active:focus,
.jdbtn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.jdbtn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jdbtn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.jdbtn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.jdbtn-link:focus,
.jdbtn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.jdbtn-link:disabled,
.jdbtn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.jdbtn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.jdbtn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.jdbtn-block {
  display: block;
  width: 100%;
}

.jdbtn-block+.jdbtn-block {
  margin-top: 0.5rem;
}

input[type="submit"].jdbtn-block,
input[type="reset"].jdbtn-block,
input[type="button"].jdbtn-block {
  width: 100%;
}