/*!
 * SS UI Version extracted from:
 * Bootstrap v4.0.0 (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)
 * To update run the following command
 * sass --watch /mnt/projdisk/projects/sbiapps-stable/SS-SiteBuilder-SiteDesigner-Templates/root/static/plugins/ss-ui-bootstrap/scss/bootstrap.scss:/mnt/projdisk/projects/sbiapps-stable/SS-SiteBuilder-SiteDesigner-Templates/root/static/plugins/ss-ui-bootstrap/css/ss-ui-bootstrap.css
 */
.ss-ui-bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  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; }
  .ss-ui-bootstrap .btn:hover, .ss-ui-bootstrap .btn:focus {
    text-decoration: none; }
  .ss-ui-bootstrap .btn:focus, .ss-ui-bootstrap .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .ss-ui-bootstrap .btn.disabled, .ss-ui-bootstrap .btn:disabled {
    opacity: 0.65; }
  .ss-ui-bootstrap .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .ss-ui-bootstrap .btn:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn:not(:disabled):not(.disabled).active {
    background-image: none; }
.ss-ui-bootstrap a.btn.disabled,
.ss-ui-bootstrap fieldset:disabled a.btn {
  pointer-events: none; }
.ss-ui-bootstrap .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .ss-ui-bootstrap .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .ss-ui-bootstrap .btn-primary:focus, .ss-ui-bootstrap .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .ss-ui-bootstrap .btn-primary.disabled, .ss-ui-bootstrap .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .ss-ui-bootstrap .btn-primary:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-primary:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .ss-ui-bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.ss-ui-bootstrap .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .ss-ui-bootstrap .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .ss-ui-bootstrap .btn-secondary:focus, .ss-ui-bootstrap .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .ss-ui-bootstrap .btn-secondary.disabled, .ss-ui-bootstrap .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .ss-ui-bootstrap .btn-secondary:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-secondary:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .ss-ui-bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.ss-ui-bootstrap .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .ss-ui-bootstrap .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .ss-ui-bootstrap .btn-success:focus, .ss-ui-bootstrap .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .ss-ui-bootstrap .btn-success.disabled, .ss-ui-bootstrap .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .ss-ui-bootstrap .btn-success:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-success:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .ss-ui-bootstrap .btn-success:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-success:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.ss-ui-bootstrap .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .ss-ui-bootstrap .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .ss-ui-bootstrap .btn-info:focus, .ss-ui-bootstrap .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .ss-ui-bootstrap .btn-info.disabled, .ss-ui-bootstrap .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .ss-ui-bootstrap .btn-info:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-info:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .ss-ui-bootstrap .btn-info:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-info:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.ss-ui-bootstrap .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .ss-ui-bootstrap .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .ss-ui-bootstrap .btn-warning:focus, .ss-ui-bootstrap .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .ss-ui-bootstrap .btn-warning.disabled, .ss-ui-bootstrap .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .ss-ui-bootstrap .btn-warning:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-warning:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .ss-ui-bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.ss-ui-bootstrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .ss-ui-bootstrap .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .ss-ui-bootstrap .btn-danger:focus, .ss-ui-bootstrap .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .ss-ui-bootstrap .btn-danger.disabled, .ss-ui-bootstrap .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .ss-ui-bootstrap .btn-danger:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-danger:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .ss-ui-bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.ss-ui-bootstrap .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .ss-ui-bootstrap .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .ss-ui-bootstrap .btn-light:focus, .ss-ui-bootstrap .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .ss-ui-bootstrap .btn-light.disabled, .ss-ui-bootstrap .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .ss-ui-bootstrap .btn-light:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-light:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .ss-ui-bootstrap .btn-light:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-light:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.ss-ui-bootstrap .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .ss-ui-bootstrap .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .ss-ui-bootstrap .btn-dark:focus, .ss-ui-bootstrap .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .ss-ui-bootstrap .btn-dark.disabled, .ss-ui-bootstrap .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .ss-ui-bootstrap .btn-dark:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-dark:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .ss-ui-bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.ss-ui-bootstrap .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .ss-ui-bootstrap .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .ss-ui-bootstrap .btn-outline-primary:focus, .ss-ui-bootstrap .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .ss-ui-bootstrap .btn-outline-primary.disabled, .ss-ui-bootstrap .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .ss-ui-bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.ss-ui-bootstrap .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .ss-ui-bootstrap .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .ss-ui-bootstrap .btn-outline-secondary:focus, .ss-ui-bootstrap .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .ss-ui-bootstrap .btn-outline-secondary.disabled, .ss-ui-bootstrap .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .ss-ui-bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.ss-ui-bootstrap .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .ss-ui-bootstrap .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .ss-ui-bootstrap .btn-outline-success:focus, .ss-ui-bootstrap .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .ss-ui-bootstrap .btn-outline-success.disabled, .ss-ui-bootstrap .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-success:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-success:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .ss-ui-bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.ss-ui-bootstrap .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .ss-ui-bootstrap .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .ss-ui-bootstrap .btn-outline-info:focus, .ss-ui-bootstrap .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .ss-ui-bootstrap .btn-outline-info.disabled, .ss-ui-bootstrap .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-info:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-info:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .ss-ui-bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.ss-ui-bootstrap .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .ss-ui-bootstrap .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .ss-ui-bootstrap .btn-outline-warning:focus, .ss-ui-bootstrap .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .ss-ui-bootstrap .btn-outline-warning.disabled, .ss-ui-bootstrap .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .ss-ui-bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.ss-ui-bootstrap .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .ss-ui-bootstrap .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .ss-ui-bootstrap .btn-outline-danger:focus, .ss-ui-bootstrap .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .ss-ui-bootstrap .btn-outline-danger.disabled, .ss-ui-bootstrap .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .ss-ui-bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.ss-ui-bootstrap .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .ss-ui-bootstrap .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .ss-ui-bootstrap .btn-outline-light:focus, .ss-ui-bootstrap .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .ss-ui-bootstrap .btn-outline-light.disabled, .ss-ui-bootstrap .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-light:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-light:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .ss-ui-bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.ss-ui-bootstrap .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .ss-ui-bootstrap .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .ss-ui-bootstrap .btn-outline-dark:focus, .ss-ui-bootstrap .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .ss-ui-bootstrap .btn-outline-dark.disabled, .ss-ui-bootstrap .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .ss-ui-bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.ss-ui-bootstrap .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .ss-ui-bootstrap .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .ss-ui-bootstrap .btn-link:focus, .ss-ui-bootstrap .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .ss-ui-bootstrap .btn-link:disabled, .ss-ui-bootstrap .btn-link.disabled {
    color: #6c757d; }
.ss-ui-bootstrap .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
.ss-ui-bootstrap .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.ss-ui-bootstrap .btn-block {
  display: block;
  width: 100%; }
  .ss-ui-bootstrap .btn-block + .btn-block {
    margin-top: 0.5rem; }
.ss-ui-bootstrap input[type="submit"].btn-block,
.ss-ui-bootstrap input[type="reset"].btn-block,
.ss-ui-bootstrap input[type="button"].btn-block {
  width: 100%; }
.ss-ui-bootstrap .modal-open {
  overflow: hidden; }
.ss-ui-bootstrap .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .ss-ui-bootstrap .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.ss-ui-bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .ss-ui-bootstrap .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .ss-ui-bootstrap .modal-dialog {
    transform: translate(0, 0); }
.ss-ui-bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
.ss-ui-bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }
.ss-ui-bootstrap .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }
.ss-ui-bootstrap .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }
.ss-ui-bootstrap .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }
.ss-ui-bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .ss-ui-bootstrap .modal-backdrop.fade {
    opacity: 0; }
  .ss-ui-bootstrap .modal-backdrop.show {
    opacity: 0.5; }
.ss-ui-bootstrap .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .ss-ui-bootstrap .modal-header .close {
    padding: 1rem;
    margin: -1rem; }
.ss-ui-bootstrap .modal-title {
  margin-bottom: 0;
  line-height: 1.5; }
.ss-ui-bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }
.ss-ui-bootstrap .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .ss-ui-bootstrap .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .ss-ui-bootstrap .modal-footer > :not(:last-child) {
    margin-right: .25rem; }
.ss-ui-bootstrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 576px) {
  .ss-ui-bootstrap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .ss-ui-bootstrap .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .ss-ui-bootstrap .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .ss-ui-bootstrap .modal-lg {
    max-width: 800px; } }
.ss-ui-bootstrap .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .ss-ui-bootstrap .close:hover, .ss-ui-bootstrap .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .ss-ui-bootstrap .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
.ss-ui-bootstrap button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

/*# sourceMappingURL=ss-ui-bootstrap.css.map */
/*-----------------------------------------------------------------------------------*/
/*	box popup
/*-----------------------------------------------------------------------------------*/

#subscribe {
	font: 12px/1.2 Arial,Helvetica,san-serif;
}

#subscribe a,
#subscribe a:hover,
#subscribe a:visited {
	text-decoration:none; 
}

.box-title {
    color: #2C2D31;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.box-tagline {
    color: #999;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

#subs-container {
	padding: 35px 0 30px 0;
	position: relative;
}

.box-side {
	width: 170px;
	text-align: center;
}

.box-side.left {
    padding: 0 30px 0 15px;
	border-right: 1px solid #ecedf3;
}

.box-side.right {
	float: right;
    margin-top: -223px;
	margin-right: 10px;
}

.box-icon {
	width: 72px;
	height: 54px;
	padding: 6px 0 0 0;
	margin: 0 auto;
}

.box-icon a.rss{
	display: block;
	width: 70px;
	height: 56px;
	margin: 0 auto;
}

.box-icon a{
	display: block;
	width: 72px;
	height: 54px;	
	
}

.box-icon a.email img,
.box-icon a.rss img { 
    margin: -5px 0 0;
	border: 0 none;
}

.box-side h4,
.box-side h4 a {
	font-size: 14px;
	line-height: 14px;
	color: #f26535;
	font-weight: bold;
}

.box-side h4 { margin: 20px 0 10px 0; }

.box-side h5 {
	font-size: 11px;
	color: #5e6066;
	line-height: 18px;
	margin: 0 0 20px 0;
}

a.sub {
    background: url("support-files/images/subscribe-button.png") no-repeat scroll 0 0 transparent;
    color: #996633;
    display: block;
    height: 44px;
    line-height: 29px;
    margin: 0 auto;
    text-indent: -999em;
    width: 130px;
}

.box-side h4 a:hover {
	color: #f26535;
}

#box-or {
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: -115px 0 0 208px;
    position: absolute;
    width: 20px;
}
a:link, a:visited {
border:none;
}
.demo {
display:none;
}