@charset "utf-8";
/* CSS Document */
/*h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}*/

.bs-h1, .bs-h2, .bs-h3, .bs-h4, .bs-h5, .bs-h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1.bs-h1 {
  font-size: 2.5rem;
}

h2.bs-h2 {
  font-size: 2rem;
}

h3.bs-h3 {
  font-size: 1.75rem;
}

h4.bs-h4 {
  font-size: 1.5rem;
}

h5.bs-h5 {
  font-size: 1.25rem;
}

h6.bs-h6 {
  font-size: 1rem;
}

.bs-lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.bs-display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.bs-display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.bs-display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.bs-display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bs-nav-tabs {
  border-bottom: 1px solid #aaaaaa;
}

.bs-nav-tabs .bs-nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.bs-nav-tabs .bs-nav-link:hover, .bs-nav-tabs .bs-nav-link:focus {
  isolation: isolate;
  border-color: #999999 #999999 #999999;
}

.bs-nav-tabs .bs-nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.bs-nav-tabs .bs-nav-link.active,
.bspnav-tabs .bs-nav-item.show .bs-nav-link {
  color: #000000;
  font-weight:500;
  background-color: #fff;
  border-color: #aaaaaa #aaaaaa #fff;
}

.bs-nav-tabs .bs-dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bs-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) {
  .bs-form-control {
    transition: none;
  }
}

.bs-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.bs-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);
}

.bs-form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bs-form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bs-form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bs-form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bs-form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.bs-form-control:disabled, .bs-form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].bs-form-control,
input[type="time"].bs-form-control,
input[type="datetime-local"].bs-form-control,
input[type="month"].bs-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.bs-form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.bs-form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.bs-form-control-file,
.bs-form-control-range {
  display: block;
  width: 100%;
}

.bs-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;
}

.bs-form-control-plaintext.bs-form-control-sm, .bs-form-control-plaintext.bs-form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.bs-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;
}

.bs-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;
}

select.bs-form-control[size], select.bs-form-control[multiple] {
  height: auto;
}

textarea.bs-form-control {
  height: auto;
}

.was-validated .bs-form-control:valid, .bs-form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  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);
}

.was-validated .bs-form-control:valid:focus, .bs-form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.bs-form-control:valid, select.bs-form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.bs-form-control:valid, textarea.bs-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);
}

.was-validated .bs-form-control:invalid, .bs-form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  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);
}

.was-validated .bs-form-control:invalid:focus, .bs-form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.bs-form-control:invalid, select.bs-form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.bs-form-control:invalid, textarea.bs-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);
}

.form-inline .bs-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .bs-form-control-plaintext {
    display: inline-block;
  }

.input-group > .bs-form-control,
.input-group > .bs-form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .bs-form-control + .bs-form-control,
.input-group > .bs-form-control + .custom-select,
.input-group > .bs-form-control + .custom-file,
.input-group > .bs-form-control-plaintext + .bs-form-control,
.input-group > .bs-form-control-plaintext + .custom-select,
.input-group > .bs-form-control-plaintext + .custom-file,
.input-group > .custom-select + .bs-form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .bs-form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .bs-form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .bs-form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .bs-form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .bs-form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.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;
}

.input-group-lg > .bs-form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .bs-form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .bs-form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .bs-form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.bs-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bs-alert-heading {
  color: inherit;
}

.bs-alert-link {
  font-weight: 700;
}

.bs-alert-dismissible {
  padding-right: 4rem;
}

.bs-alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.bs-alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.bs-alert-primary hr {
  border-top-color: #9fcdff;
}

.bs-alert-primary .bs-alert-link {
  color: #002752;
}

.bs-alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.bs-alert-secondary hr {
  border-top-color: #c8cbcf;
}

.bs-alert-secondary .alert-link {
  color: #202326;
}

.bs-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.bs-alert-success hr {
  border-top-color: #b1dfbb;
}

.bs-alert-success .bs-alert-link {
  color: #0b2e13;
}

.bs-alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.bs-alert-info hr {
  border-top-color: #abdde5;
}

.bs-alert-info .bs-alert-link {
  color: #062c33;
}

.bs-alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.bs-alert-warning hr {
  border-top-color: #ffe8a1;
}

.bs-alert-warning .bs-alert-link {
  color: #533f03;
}

.bs-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.bs-alert-danger hr {
  border-top-color: #f1b0b7;
}

.bs-alert-danger .bs-alert-link {
  color: #491217;
}

.bs-alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.bs-alert-light hr {
  border-top-color: #ececf6;
}

.bs-alert-light .bs-alert-link {
  color: #686868;
}

.bs-alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.bs-alert-dark hr {
  border-top-color: #b9bbbe;
}

.bs-alert-dark .bs-alert-link {
  color: #040505;
}

.alert b {
    font-size:1em !important;
}
