.message{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 2;
  cursor: pointer;
  overflow-y: scroll;
}

.message.is-open{
  display: block;
}

.messagetext {
	  color: #fff
}

.highlight a{
  background-color: #E6770C !important;
  color: #ffffff !important;
}

.form-rounded {
   font-size:12;
}


.button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -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) {
  .button {
    transition: none;
  }
}

.button:hover {
  color: #212529;
  text-decoration: none;
}

.button:focus, .button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.button.disabled, .button:disabled {
  opacity: 0.65;
}

a.button.disabled,
fieldset:disabled a.button {
  pointer-events: none;
}

.button-primary {
  color: #fff;
  background-color: #d67104;
  border-color: #d67104;
}

.button-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.button-primary:focus, .button-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.button-primary.disabled, .button-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.button-primary:not(:disabled):not(.disabled):active, .button-primary:not(:disabled):not(.disabled).active,
.show > .button-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.button-primary:not(:disabled):not(.disabled):active:focus, .button-primary:not(:disabled):not(.disabled).active:focus,
.show > .button-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.button-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.button-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.button-secondary:focus, .button-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.button-secondary.disabled, .button-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.button-secondary:not(:disabled):not(.disabled):active, .button-secondary:not(:disabled):not(.disabled).active,
.show > .button-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.button-secondary:not(:disabled):not(.disabled):active:focus, .button-secondary:not(:disabled):not(.disabled).active:focus,
.show > .button-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.button-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.button-success:focus, .button-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.button-success.disabled, .button-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button-success:not(:disabled):not(.disabled):active, .button-success:not(:disabled):not(.disabled).active,
.show > .button-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.button-success:not(:disabled):not(.disabled):active:focus, .button-success:not(:disabled):not(.disabled).active:focus,
.show > .button-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.button-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.button-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.button-info:focus, .button-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.button-info.disabled, .button-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.button-info:not(:disabled):not(.disabled):active, .button-info:not(:disabled):not(.disabled).active,
.show > .button-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.button-info:not(:disabled):not(.disabled):active:focus, .button-info:not(:disabled):not(.disabled).active:focus,
.show > .button-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.button-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.button-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.button-warning:focus, .button-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.button-warning.disabled, .button-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.button-warning:not(:disabled):not(.disabled):active, .button-warning:not(:disabled):not(.disabled).active,
.show > .button-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.button-warning:not(:disabled):not(.disabled):active:focus, .button-warning:not(:disabled):not(.disabled).active:focus,
.show > .button-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.button-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.button-danger:focus, .button-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.button-danger.disabled, .button-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-danger:not(:disabled):not(.disabled):active, .button-danger:not(:disabled):not(.disabled).active,
.show > .button-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.button-danger:not(:disabled):not(.disabled):active:focus, .button-danger:not(:disabled):not(.disabled).active:focus,
.show > .button-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.button-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.button-light:focus, .button-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.button-light.disabled, .button-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-light:not(:disabled):not(.disabled):active, .button-light:not(:disabled):not(.disabled).active,
.show > .button-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.button-light:not(:disabled):not(.disabled):active:focus, .button-light:not(:disabled):not(.disabled).active:focus,
.show > .button-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.button-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.button-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.button-dark:focus, .button-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.button-dark.disabled, .button-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.button-dark:not(:disabled):not(.disabled):active, .button-dark:not(:disabled):not(.disabled).active,
.show > .button-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.button-dark:not(:disabled):not(.disabled):active:focus, .button-dark:not(:disabled):not(.disabled).active:focus,
.show > .button-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.button-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.button-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.button-outline-primary:focus, .button-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.button-outline-primary.disabled, .button-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.button-outline-primary:not(:disabled):not(.disabled):active, .button-outline-primary:not(:disabled):not(.disabled).active,
.show > .button-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.button-outline-primary:not(:disabled):not(.disabled):active:focus, .button-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.button-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.button-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.button-outline-secondary:focus, .button-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.button-outline-secondary.disabled, .button-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.button-outline-secondary:not(:disabled):not(.disabled):active, .button-outline-secondary:not(:disabled):not(.disabled).active,
.show > .button-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.button-outline-secondary:not(:disabled):not(.disabled):active:focus, .button-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.button-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.button-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button-outline-success:focus, .button-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.button-outline-success.disabled, .button-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.button-outline-success:not(:disabled):not(.disabled):active, .button-outline-success:not(:disabled):not(.disabled).active,
.show > .button-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button-outline-success:not(:disabled):not(.disabled):active:focus, .button-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.button-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.button-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.button-outline-info:focus, .button-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.button-outline-info.disabled, .button-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.button-outline-info:not(:disabled):not(.disabled):active, .button-outline-info:not(:disabled):not(.disabled).active,
.show > .button-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.button-outline-info:not(:disabled):not(.disabled):active:focus, .button-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.button-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.button-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.button-outline-warning:focus, .button-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.button-outline-warning.disabled, .button-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.button-outline-warning:not(:disabled):not(.disabled):active, .button-outline-warning:not(:disabled):not(.disabled).active,
.show > .button-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.button-outline-warning:not(:disabled):not(.disabled):active:focus, .button-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.button-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.button-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-outline-danger:focus, .button-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.button-outline-danger.disabled, .button-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.button-outline-danger:not(:disabled):not(.disabled):active, .button-outline-danger:not(:disabled):not(.disabled).active,
.show > .button-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-outline-danger:not(:disabled):not(.disabled):active:focus, .button-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.button-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-outline-light:focus, .button-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.button-outline-light.disabled, .button-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.button-outline-light:not(:disabled):not(.disabled):active, .button-outline-light:not(:disabled):not(.disabled).active,
.show > .button-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-outline-light:not(:disabled):not(.disabled):active:focus, .button-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.button-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.button-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.button-outline-dark:focus, .button-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.button-outline-dark.disabled, .button-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.button-outline-dark:not(:disabled):not(.disabled):active, .button-outline-dark:not(:disabled):not(.disabled).active,
.show > .button-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.button-outline-dark:not(:disabled):not(.disabled):active:focus, .button-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.button-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.button-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.button-link:focus, .button-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.button-link:disabled, .button-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.button-lg, .button-group-lg > .button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.button-sm, .button-group-sm > .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.button-block {
  display: block;
  width: 100%;
}

.button-block + .button-block {
  margin-top: 0.5rem;
}

#quotes {margin-top: 40px;}

li {list-style-type: none; margin-left: 0;}
ul {padding-left: 0;}
#quotes li {display: none;}
