/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.softreal .container {
  width: 100%;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .softreal .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .softreal .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .softreal .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .softreal .container {
    max-width: 1140px;
  }
}
.softreal .container-fluid {
  width: 100%;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: auto;
  margin-left: auto;
}
.softreal .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-left: -2px;
}
.softreal .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.softreal .no-gutters > .col,
.softreal .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.softreal .col-xl,
.softreal .col-xl-auto, .softreal .col-xl-12, .softreal .col-xl-11, .softreal .col-xl-10, .softreal .col-xl-9, .softreal .col-xl-8, .softreal .col-xl-7, .softreal .col-xl-6, .softreal .col-xl-5, .softreal .col-xl-4, .softreal .col-xl-3, .softreal .col-xl-2, .softreal .col-xl-1, .softreal .col-lg,
.softreal .col-lg-auto, .softreal .col-lg-12, .softreal .col-lg-11, .softreal .col-lg-10, .softreal .col-lg-9, .softreal .col-lg-8, .softreal .col-lg-7, .softreal .col-lg-6, .softreal .col-lg-5, .softreal .col-lg-4, .softreal .col-lg-3, .softreal .col-lg-2, .softreal .col-lg-1, .softreal .col-md,
.softreal .col-md-auto, .softreal .col-md-12, .softreal .col-md-11, .softreal .col-md-10, .softreal .col-md-9, .softreal .col-md-8, .softreal .col-md-7, .softreal .col-md-6, .softreal .col-md-5, .softreal .col-md-4, .softreal .col-md-3, .softreal .col-md-2, .softreal .col-md-1, .softreal .col-sm,
.softreal .col-sm-auto, .softreal .col-sm-12, .softreal .col-sm-11, .softreal .col-sm-10, .softreal .col-sm-9, .softreal .col-sm-8, .softreal .col-sm-7, .softreal .col-sm-6, .softreal .col-sm-5, .softreal .col-sm-4, .softreal .col-sm-3, .softreal .col-sm-2, .softreal .col-sm-1, .softreal .col,
.softreal .col-auto, .softreal .col-12, .softreal .col-11, .softreal .col-10, .softreal .col-9, .softreal .col-8, .softreal .col-7, .softreal .col-6, .softreal .col-5, .softreal .col-4, .softreal .col-3, .softreal .col-2, .softreal .col-1 {
  position: relative;
  width: 100%;
  padding-right: 2px;
  padding-left: 2px;
}
.softreal .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.softreal .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.softreal .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.softreal .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.softreal .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.softreal .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.softreal .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.softreal .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.softreal .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.softreal .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.softreal .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.softreal .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.softreal .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.softreal .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.softreal .order-first {
  order: -1;
}
.softreal .order-last {
  order: 13;
}
.softreal .order-0 {
  order: 0;
}
.softreal .order-1 {
  order: 1;
}
.softreal .order-2 {
  order: 2;
}
.softreal .order-3 {
  order: 3;
}
.softreal .order-4 {
  order: 4;
}
.softreal .order-5 {
  order: 5;
}
.softreal .order-6 {
  order: 6;
}
.softreal .order-7 {
  order: 7;
}
.softreal .order-8 {
  order: 8;
}
.softreal .order-9 {
  order: 9;
}
.softreal .order-10 {
  order: 10;
}
.softreal .order-11 {
  order: 11;
}
.softreal .order-12 {
  order: 12;
}
.softreal .offset-1 {
  margin-left: 8.3333333333%;
}
.softreal .offset-2 {
  margin-left: 16.6666666667%;
}
.softreal .offset-3 {
  margin-left: 25%;
}
.softreal .offset-4 {
  margin-left: 33.3333333333%;
}
.softreal .offset-5 {
  margin-left: 41.6666666667%;
}
.softreal .offset-6 {
  margin-left: 50%;
}
.softreal .offset-7 {
  margin-left: 58.3333333333%;
}
.softreal .offset-8 {
  margin-left: 66.6666666667%;
}
.softreal .offset-9 {
  margin-left: 75%;
}
.softreal .offset-10 {
  margin-left: 83.3333333333%;
}
.softreal .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .softreal .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .softreal .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .softreal .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .softreal .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .softreal .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .softreal .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .softreal .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .softreal .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .softreal .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .softreal .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .softreal .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .softreal .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .softreal .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .softreal .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .softreal .order-sm-first {
    order: -1;
  }
  .softreal .order-sm-last {
    order: 13;
  }
  .softreal .order-sm-0 {
    order: 0;
  }
  .softreal .order-sm-1 {
    order: 1;
  }
  .softreal .order-sm-2 {
    order: 2;
  }
  .softreal .order-sm-3 {
    order: 3;
  }
  .softreal .order-sm-4 {
    order: 4;
  }
  .softreal .order-sm-5 {
    order: 5;
  }
  .softreal .order-sm-6 {
    order: 6;
  }
  .softreal .order-sm-7 {
    order: 7;
  }
  .softreal .order-sm-8 {
    order: 8;
  }
  .softreal .order-sm-9 {
    order: 9;
  }
  .softreal .order-sm-10 {
    order: 10;
  }
  .softreal .order-sm-11 {
    order: 11;
  }
  .softreal .order-sm-12 {
    order: 12;
  }
  .softreal .offset-sm-0 {
    margin-left: 0;
  }
  .softreal .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .softreal .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .softreal .offset-sm-3 {
    margin-left: 25%;
  }
  .softreal .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .softreal .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .softreal .offset-sm-6 {
    margin-left: 50%;
  }
  .softreal .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .softreal .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .softreal .offset-sm-9 {
    margin-left: 75%;
  }
  .softreal .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .softreal .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .softreal .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .softreal .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .softreal .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .softreal .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .softreal .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .softreal .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .softreal .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .softreal .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .softreal .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .softreal .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .softreal .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .softreal .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .softreal .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .softreal .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .softreal .order-md-first {
    order: -1;
  }
  .softreal .order-md-last {
    order: 13;
  }
  .softreal .order-md-0 {
    order: 0;
  }
  .softreal .order-md-1 {
    order: 1;
  }
  .softreal .order-md-2 {
    order: 2;
  }
  .softreal .order-md-3 {
    order: 3;
  }
  .softreal .order-md-4 {
    order: 4;
  }
  .softreal .order-md-5 {
    order: 5;
  }
  .softreal .order-md-6 {
    order: 6;
  }
  .softreal .order-md-7 {
    order: 7;
  }
  .softreal .order-md-8 {
    order: 8;
  }
  .softreal .order-md-9 {
    order: 9;
  }
  .softreal .order-md-10 {
    order: 10;
  }
  .softreal .order-md-11 {
    order: 11;
  }
  .softreal .order-md-12 {
    order: 12;
  }
  .softreal .offset-md-0 {
    margin-left: 0;
  }
  .softreal .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .softreal .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .softreal .offset-md-3 {
    margin-left: 25%;
  }
  .softreal .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .softreal .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .softreal .offset-md-6 {
    margin-left: 50%;
  }
  .softreal .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .softreal .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .softreal .offset-md-9 {
    margin-left: 75%;
  }
  .softreal .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .softreal .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .softreal .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .softreal .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .softreal .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .softreal .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .softreal .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .softreal .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .softreal .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .softreal .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .softreal .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .softreal .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .softreal .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .softreal .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .softreal .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .softreal .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .softreal .order-lg-first {
    order: -1;
  }
  .softreal .order-lg-last {
    order: 13;
  }
  .softreal .order-lg-0 {
    order: 0;
  }
  .softreal .order-lg-1 {
    order: 1;
  }
  .softreal .order-lg-2 {
    order: 2;
  }
  .softreal .order-lg-3 {
    order: 3;
  }
  .softreal .order-lg-4 {
    order: 4;
  }
  .softreal .order-lg-5 {
    order: 5;
  }
  .softreal .order-lg-6 {
    order: 6;
  }
  .softreal .order-lg-7 {
    order: 7;
  }
  .softreal .order-lg-8 {
    order: 8;
  }
  .softreal .order-lg-9 {
    order: 9;
  }
  .softreal .order-lg-10 {
    order: 10;
  }
  .softreal .order-lg-11 {
    order: 11;
  }
  .softreal .order-lg-12 {
    order: 12;
  }
  .softreal .offset-lg-0 {
    margin-left: 0;
  }
  .softreal .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .softreal .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .softreal .offset-lg-3 {
    margin-left: 25%;
  }
  .softreal .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .softreal .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .softreal .offset-lg-6 {
    margin-left: 50%;
  }
  .softreal .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .softreal .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .softreal .offset-lg-9 {
    margin-left: 75%;
  }
  .softreal .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .softreal .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .softreal .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .softreal .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .softreal .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .softreal .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .softreal .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .softreal .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .softreal .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .softreal .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .softreal .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .softreal .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .softreal .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .softreal .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .softreal .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .softreal .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .softreal .order-xl-first {
    order: -1;
  }
  .softreal .order-xl-last {
    order: 13;
  }
  .softreal .order-xl-0 {
    order: 0;
  }
  .softreal .order-xl-1 {
    order: 1;
  }
  .softreal .order-xl-2 {
    order: 2;
  }
  .softreal .order-xl-3 {
    order: 3;
  }
  .softreal .order-xl-4 {
    order: 4;
  }
  .softreal .order-xl-5 {
    order: 5;
  }
  .softreal .order-xl-6 {
    order: 6;
  }
  .softreal .order-xl-7 {
    order: 7;
  }
  .softreal .order-xl-8 {
    order: 8;
  }
  .softreal .order-xl-9 {
    order: 9;
  }
  .softreal .order-xl-10 {
    order: 10;
  }
  .softreal .order-xl-11 {
    order: 11;
  }
  .softreal .order-xl-12 {
    order: 12;
  }
  .softreal .offset-xl-0 {
    margin-left: 0;
  }
  .softreal .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .softreal .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .softreal .offset-xl-3 {
    margin-left: 25%;
  }
  .softreal .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .softreal .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .softreal .offset-xl-6 {
    margin-left: 50%;
  }
  .softreal .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .softreal .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .softreal .offset-xl-9 {
    margin-left: 75%;
  }
  .softreal .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .softreal .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.softreal .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .softreal .form-control {
    transition: none;
  }
}
.softreal .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.softreal .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);
}
.softreal .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.softreal .form-control:disabled, .softreal .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.softreal select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.softreal .form-control-file,
.softreal .form-control-range {
  display: block;
  width: 100%;
}
.softreal .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;
}
.softreal .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.softreal .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.softreal .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.softreal .form-control-plaintext.form-control-sm, .softreal .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.softreal .form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.softreal .form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.softreal select.form-control[size], .softreal select.form-control[multiple] {
  height: auto;
}
.softreal textarea.form-control {
  height: auto;
}
.softreal .form-group {
  margin-bottom: 1rem;
}
.softreal .form-text {
  display: block;
  margin-top: 0.25rem;
}
.softreal .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.softreal .form-row > .col,
.softreal .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.softreal .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.softreal .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.softreal .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.softreal .form-check-label {
  margin-bottom: 0;
}
.softreal .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.softreal .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.softreal .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.softreal .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .softreal .form-control:valid, .softreal .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.was-validated .softreal .form-control:valid:focus, .softreal .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .softreal .form-control:valid ~ .valid-feedback,
.was-validated .softreal .form-control:valid ~ .valid-tooltip, .softreal .form-control.is-valid ~ .valid-feedback,
.softreal .form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .softreal textarea.form-control:valid, .softreal textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.was-validated .softreal .custom-select:valid, .softreal .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .softreal .custom-select:valid:focus, .softreal .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .softreal .custom-select:valid ~ .valid-feedback,
.was-validated .softreal .custom-select:valid ~ .valid-tooltip, .softreal .custom-select.is-valid ~ .valid-feedback,
.softreal .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .softreal .form-control-file:valid ~ .valid-feedback,
.was-validated .softreal .form-control-file:valid ~ .valid-tooltip, .softreal .form-control-file.is-valid ~ .valid-feedback,
.softreal .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .softreal .form-check-input:valid ~ .form-check-label, .softreal .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .softreal .form-check-input:valid ~ .valid-feedback,
.was-validated .softreal .form-check-input:valid ~ .valid-tooltip, .softreal .form-check-input.is-valid ~ .valid-feedback,
.softreal .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .softreal .custom-control-input:valid ~ .custom-control-label, .softreal .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .softreal .custom-control-input:valid ~ .custom-control-label::before, .softreal .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .softreal .custom-control-input:valid ~ .valid-feedback,
.was-validated .softreal .custom-control-input:valid ~ .valid-tooltip, .softreal .custom-control-input.is-valid ~ .valid-feedback,
.softreal .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .softreal .custom-control-input:valid:checked ~ .custom-control-label::before, .softreal .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .softreal .custom-control-input:valid:focus ~ .custom-control-label::before, .softreal .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .softreal .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .softreal .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .softreal .custom-file-input:valid ~ .custom-file-label, .softreal .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .softreal .custom-file-input:valid ~ .valid-feedback,
.was-validated .softreal .custom-file-input:valid ~ .valid-tooltip, .softreal .custom-file-input.is-valid ~ .valid-feedback,
.softreal .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .softreal .custom-file-input:valid:focus ~ .custom-file-label, .softreal .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);
}
.softreal .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.softreal .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .softreal .form-control:invalid, .softreal .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.was-validated .softreal .form-control:invalid:focus, .softreal .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .softreal .form-control:invalid ~ .invalid-feedback,
.was-validated .softreal .form-control:invalid ~ .invalid-tooltip, .softreal .form-control.is-invalid ~ .invalid-feedback,
.softreal .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .softreal textarea.form-control:invalid, .softreal textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.was-validated .softreal .custom-select:invalid, .softreal .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .softreal .custom-select:invalid:focus, .softreal .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .softreal .custom-select:invalid ~ .invalid-feedback,
.was-validated .softreal .custom-select:invalid ~ .invalid-tooltip, .softreal .custom-select.is-invalid ~ .invalid-feedback,
.softreal .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .softreal .form-control-file:invalid ~ .invalid-feedback,
.was-validated .softreal .form-control-file:invalid ~ .invalid-tooltip, .softreal .form-control-file.is-invalid ~ .invalid-feedback,
.softreal .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .softreal .form-check-input:invalid ~ .form-check-label, .softreal .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .softreal .form-check-input:invalid ~ .invalid-feedback,
.was-validated .softreal .form-check-input:invalid ~ .invalid-tooltip, .softreal .form-check-input.is-invalid ~ .invalid-feedback,
.softreal .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .softreal .custom-control-input:invalid ~ .custom-control-label, .softreal .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .softreal .custom-control-input:invalid ~ .custom-control-label::before, .softreal .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .softreal .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .softreal .custom-control-input:invalid ~ .invalid-tooltip, .softreal .custom-control-input.is-invalid ~ .invalid-feedback,
.softreal .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .softreal .custom-control-input:invalid:checked ~ .custom-control-label::before, .softreal .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .softreal .custom-control-input:invalid:focus ~ .custom-control-label::before, .softreal .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .softreal .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .softreal .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .softreal .custom-file-input:invalid ~ .custom-file-label, .softreal .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .softreal .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .softreal .custom-file-input:invalid ~ .invalid-tooltip, .softreal .custom-file-input.is-invalid ~ .invalid-feedback,
.softreal .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .softreal .custom-file-input:invalid:focus ~ .custom-file-label, .softreal .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);
}
.softreal .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.softreal .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .softreal .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .softreal .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .softreal .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .softreal .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .softreal .form-inline .input-group,
.softreal .form-inline .custom-select {
    width: auto;
  }
  .softreal .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .softreal .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .softreal .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .softreal .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.softreal .softreal-list-item {
  display: block;
  margin-bottom: 2em;
  text-decoration: none !important;
}
.softreal .softreal-list-item:hover {
  text-decoration: none !important;
}
.softreal .softreal-list-img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .softreal .softreal-list-img {
    padding-right: 1em;
  }
}
.softreal .softreal-list-title {
  font-size: 1em;
  border: none;
  margin: 0;
  margin-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.softreal .softreal-list-title::before, .softreal .softreal-list-title::after {
  display: none;
}
.softreal .softreal-detail-img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.softreal .softreal-detail-img img {
  width: 100%;
  height: auto;
}
.softreal .softreal-gallery {
  margin-bottom: 1rem;
}
.softreal .softreal-gallery a {
  display: block;
  margin-bottom: 4px;
}
.softreal .softreal-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.softreal * {
  box-sizing: border-box;
}

.softreal-body .entry-meta {
  display: none !important;
}
.softreal-body .softreal-oneline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=style.css.map */
