/* ========================================================================
 * bootstrap-tour - v0.12.0
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2017 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.btntour {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btntour:focus, .btntour:hover {
    text-decoration: none; }
  .btntour:focus, .btntour.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
  .btntour.disabled, .btntour:disabled {
    opacity: .65; }
  .btntour:active, .btntour.active {
    background-image: none; }

a.btntour.disabled,
fieldset[disabled] a.btntour {
  pointer-events: none; }

.btntour-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btntour-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btntour-primary:focus, .btntour-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
  .btntour-primary.disabled, .btntour-primary:disabled {
    background-color: #007bff;
    border-color: #007bff; }
  .btntour-primary:active, .btntour-primary.active,
  .show > .btntour-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc; }

.btntour-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btntour-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btntour-secondary:focus, .btntour-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btntour-secondary.disabled, .btntour-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btntour-secondary:active, .btntour-secondary.active,
  .show > .btntour-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d; }

.btntour-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btntour-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btntour-success:focus, .btntour-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btntour-success.disabled, .btntour-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .btntour-success:active, .btntour-success.active,
  .show > .btntour-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34; }

.btntour-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btntour-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btntour-info:focus, .btntour-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btntour-info.disabled, .btntour-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btntour-info:active, .btntour-info.active,
  .show > .btntour-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b; }

.btntour-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btntour-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btntour-warning:focus, .btntour-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btntour-warning.disabled, .btntour-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btntour-warning:active, .btntour-warning.active,
  .show > .btntour-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00; }

.btntour-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btntour-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btntour-danger:focus, .btntour-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
  .btntour-danger.disabled, .btntour-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
  .btntour-danger:active, .btntour-danger.active,
  .show > .btntour-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130; }

.btntour-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btntour-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btntour-light:focus, .btntour-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btntour-light.disabled, .btntour-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btntour-light:active, .btntour-light.active,
  .show > .btntour-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5; }

.btntour-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btntour-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btntour-dark:focus, .btntour-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
  .btntour-dark.disabled, .btntour-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .btntour-dark:active, .btntour-dark.active,
  .show > .btntour-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124; }

.btntour-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btntour-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btntour-outline-primary:focus, .btntour-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
  .btntour-outline-primary.disabled, .btntour-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btntour-outline-primary:active, .btntour-outline-primary.active,
  .show > .btntour-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.btntour-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btntour-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btntour-outline-secondary:focus, .btntour-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btntour-outline-secondary.disabled, .btntour-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btntour-outline-secondary:active, .btntour-outline-secondary.active,
  .show > .btntour-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }

.btntour-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btntour-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btntour-outline-success:focus, .btntour-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btntour-outline-success.disabled, .btntour-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btntour-outline-success:active, .btntour-outline-success.active,
  .show > .btntour-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }

.btntour-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btntour-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btntour-outline-info:focus, .btntour-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btntour-outline-info.disabled, .btntour-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btntour-outline-info:active, .btntour-outline-info.active,
  .show > .btntour-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btntour-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btntour-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btntour-outline-warning:focus, .btntour-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btntour-outline-warning.disabled, .btntour-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btntour-outline-warning:active, .btntour-outline-warning.active,
  .show > .btntour-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }

.btntour-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btntour-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btntour-outline-danger:focus, .btntour-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
  .btntour-outline-danger.disabled, .btntour-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btntour-outline-danger:active, .btntour-outline-danger.active,
  .show > .btntour-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btntour-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btntour-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btntour-outline-light:focus, .btntour-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btntour-outline-light.disabled, .btntour-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btntour-outline-light:active, .btntour-outline-light.active,
  .show > .btntour-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btntour-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btntour-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btntour-outline-dark:focus, .btntour-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
  .btntour-outline-dark.disabled, .btntour-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btntour-outline-dark:active, .btntour-outline-dark.active,
  .show > .btntour-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.btntour-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0; }
  .btntour-link, .btntour-link:active, .btntour-link.active, .btntour-link:disabled {
    background-color: transparent; }
  .btntour-link, .btntour-link:focus, .btntour-link:active {
    border-color: transparent;
    box-shadow: none; }
  .btntour-link:hover {
    border-color: transparent; }
  .btntour-link:focus, .btntour-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent; }
  .btntour-link:disabled {
    color: #868e96; }
    .btntour-link:disabled:focus, .btntour-link:disabled:hover {
      text-decoration: none; }

.btntour-lg, .btntour-group-lg > .btntour {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btntour-sm, .btntour-group-sm > .btntour {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  pointer-events: auto;
}

.btntour-block {
  display: block;
  width: 100%; }

.btntour-block + .btntour-block {
  margin-top: 0.5rem; }

input[type="submit"].btntour-block,
input[type="reset"].btntour-block,
input[type="button"].btntour-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.btntour-group,
.btntour-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btntour-group > .btntour,
  .btntour-group-vertical > .btntour {
    position: relative;
    flex: 0 1 auto;
    margin-bottom: 0; }
    .btntour-group > .btntour:hover,
    .btntour-group-vertical > .btntour:hover {
      z-index: 2; }
    .btntour-group > .btntour:focus, .btntour-group > .btntour:active, .btntour-group > .btntour.active,
    .btntour-group-vertical > .btntour:focus,
    .btntour-group-vertical > .btntour:active,
    .btntour-group-vertical > .btntour.active {
      z-index: 2; }
  .btntour-group .btntour + .btntour,
  .btntour-group .btntour + .btntour-group,
  .btntour-group .btntour-group + .btntour,
  .btntour-group .btntour-group + .btntour-group,
  .btntour-group-vertical .btntour + .btntour,
  .btntour-group-vertical .btntour + .btntour-group,
  .btntour-group-vertical .btntour-group + .btntour,
  .btntour-group-vertical .btntour-group + .btntour-group {
    margin-left: -1px; }

.btntour-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btntour-toolbar .input-group {
    width: auto; }

.btntour-group > .btntour:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btntour-group > .btntour:first-child {
  margin-left: 0; }
  .btntour-group > .btntour:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btntour-group > .btntour:last-child:not(:first-child),
.btntour-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btntour-group > .btntour-group {
  float: left; }

.btntour-group > .btntour-group:not(:first-child):not(:last-child) > .btntour {
  border-radius: 0; }

.btntour-group > .btntour-group:first-child:not(:last-child) > .btntour:last-child,
.btntour-group > .btntour-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btntour-group > .btntour-group:last-child:not(:first-child) > .btntour:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btntour + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .btntour + .dropdown-toggle-split::after {
    margin-left: 0; }

.btntour-sm + .dropdown-toggle-split, .btntour-group-sm > .btntour + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btntour-lg + .dropdown-toggle-split, .btntour-group-lg > .btntour + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btntour-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btntour-group-vertical .btntour,
  .btntour-group-vertical .btntour-group {
    width: 100%; }
  .btntour-group-vertical > .btntour + .btntour,
  .btntour-group-vertical > .btntour + .btntour-group,
  .btntour-group-vertical > .btntour-group + .btntour,
  .btntour-group-vertical > .btntour-group + .btntour-group {
    margin-top: -1px;
    margin-left: 0; }

.btntour-group-vertical > .btntour:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btntour-group-vertical > .btntour:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btntour-group-vertical > .btntour:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btntour-group-vertical > .btntour-group:not(:first-child):not(:last-child) > .btntour {
  border-radius: 0; }

.btntour-group-vertical > .btntour-group:first-child:not(:last-child) > .btntour:last-child,
.btntour-group-vertical > .btntour-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btntour-group-vertical > .btntour-group:last-child:not(:first-child) > .btntour:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

[data-toggle="buttons"] > .btntour input[type="radio"],
[data-toggle="buttons"] > .btntour input[type="checkbox"],
[data-toggle="buttons"] > .btntour-group > .btntour input[type="radio"],
[data-toggle="buttons"] > .btntour-group > .btntour input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 11px; }
  .popover .arrow::after {
    content: "";
    border-width: 11px; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -11px;
      margin-left: -6px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: -10px;
      margin-left: -6px;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -8px;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: -10px;
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -7px;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: -10px;
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -8px;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: -10px;
      border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 9px 14px;
  color: #212529; }

.tour-backdrop {
  background-color: #000;
  filter: alpha(opacity=80);
  opacity: .8;
  position: absolute;
  z-index: 1100; }

.popover[class*="tour-"] {
  z-index: 1102; }
  .popover[class*="tour-"] .popover-navigation {
    overflow: hidden;
    padding: 9px 14px; }
    .popover[class*="tour-"] .popover-navigation *[data-role="end"] {
      float: right; }
    .popover[class*="tour-"] .popover-navigation *[data-role="prev"],
    .popover[class*="tour-"] .popover-navigation *[data-role="next"],
    .popover[class*="tour-"] .popover-navigation *[data-role="end"] {
      cursor: pointer; }
      .popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
      .popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
      .popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
        cursor: default; }
  .popover[class*="tour-"].orphan {
    left: 50%;
    margin-top: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%); }
    .popover[class*="tour-"].orphan .arrow {
      display: none; }

.popup-container {
  border-radius: 4px;
  background-color: white;
  z-index: 1000000;
}

.popup-body {
  font-size: 13px;
  color: rgb(103, 103, 103);
  font-family: "roboto";
}

.guid-header {
  font-size: 18px;
  font-family: "roboto";
  color: #00acac;
}

.guid_next {
  background-color: #00acac;
  color: white;
}

.guid_close {
  background-color: #00acac;
  border-radius: 20px;
  border-color: white;
  border-width: 2px;
  color: white;
  float: right;
  margin-top: -10px;
  margin-right: -10px;
}

.connectorarrow-tle,
.connectorarrow-tle:before {
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  position: absolute
}
.connectorarrow-tle {
  top: -20px;
  left: -1px;
  border-left: 10px solid #ccc;
  border-bottom: 10px solid #ccc
}
.connectorarrow-tle:before {
  content: "";
  top: -7px;
  left: -9px;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff
}
.connectorarrow-tl {
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-top: none
}
.connectorarrow-tl:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: none
}
.connectorarrow-tm {
  position: absolute;
  top: -12px;
  right: 50%;
  margin: 0 -12px 0 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-top: none
}
.connectorarrow-tm:before,
.connectorarrow-tr:before {
  position: absolute;
  border-left: 10px solid transparent;
  border-top: none;
  content: ""
}
.connectorarrow-tm:before {
  top: 2px;
  right: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff
}
.connectorarrow-tr {
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-top: none
}
.connectorarrow-tr:before {
  top: 2px;
  right: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff
}
.connectorarrow-tre,
.connectorarrow-tre:before {
  position: absolute;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent
}
.connectorarrow-tre {
  top: -20px;
  right: -1px;
  border-right: 10px solid #ccc;
  border-bottom: 10px solid #ccc
}
.connectorarrow-tre:before {
  content: "";
  top: -7px;
  right: -9px;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff
}
.connectorarrow-rte,
.connectorarrow-rte:before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute
}
.connectorarrow-rte {
  top: -1px;
  right: -21px;
  border-top: 10px solid #ccc;
  border-left: 10px solid #ccc
}
.connectorarrow-rte:before {
  content: "";
  top: -9px;
  right: -8px;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff
}
.connectorarrow-rt {
  position: absolute;
  right: -12px;
  top: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ccc;
  border-right: none
}
.connectorarrow-rt:before {
  content: "";
  position: absolute;
  right: 2px;
  top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: none
}
.connectorarrow-rm {
  position: absolute;
  right: -12px;
  top: 50%;
  margin: -12px 0 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ccc;
  border-right: none
}
.connectorarrow-rb:before,
.connectorarrow-rm:before {
  top: -10px;
  border-right: none;
  content: ""
}
.connectorarrow-rm:before {
  position: absolute;
  right: 2px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff
}
.connectorarrow-rb {
  position: absolute;
  right: -12px;
  bottom: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ccc;
  border-right: none
}
.connectorarrow-rb:before,
.connectorarrow-rbe,
.connectorarrow-rbe:before {
  position: absolute;
  border-top: 10px solid transparent
}
.connectorarrow-rb:before {
  right: 2px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff
}
.connectorarrow-rbe {
  bottom: -1px;
  right: -21px;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid #ccc;
  border-right: 10px solid transparent
}
.connectorarrow-rbe:before {
  content: "";
  bottom: -9px;
  right: -8px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent
}
.connectorarrow-ble,
.connectorarrow-ble:before {
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute
}
.connectorarrow-ble {
  bottom: -20px;
  left: -1px;
  border-left: 10px solid #ccc;
  border-top: 10px solid #ccc
}
.connectorarrow-ble:before {
  content: "";
  bottom: -7px;
  left: -9px;
  border-left: 10px solid #fff;
  border-top: 10px solid #fff
}
.connectorarrow-bl {
  position: absolute;
  bottom: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  border-bottom: none
}
.connectorarrow-bl:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: none
}
.connectorarrow-bm {
  position: absolute;
  bottom: -12px;
  right: 50%;
  margin: 0 -12px 0 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  border-bottom: none
}
.connectorarrow-bm:before,
.connectorarrow-br:before {
  position: absolute;
  border-left: 10px solid transparent;
  border-bottom: none;
  content: ""
}
.connectorarrow-bm:before {
  bottom: 2px;
  right: -10px;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff
}
.connectorarrow-br {
  position: absolute;
  bottom: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  border-bottom: none
}
.connectorarrow-br:before {
  bottom: 2px;
  right: -10px;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff
}
.connectorarrow-bre,
.connectorarrow-bre:before,
.connectorarrow-lte,
.connectorarrow-lte:before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute
}
.connectorarrow-bre {
  bottom: -20px;
  right: -1px;
  border-right: 10px solid #ccc;
  border-top: 10px solid #ccc
}
.connectorarrow-bre:before {
  content: "";
  bottom: -7px;
  right: -9px;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff
}
.connectorarrow-lte {
  top: -1px;
  left: -21px;
  border-top: 10px solid #ccc;
  border-right: 10px solid #ccc
}
.connectorarrow-lte:before {
  content: "";
  top: -9px;
  left: -8px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff
}
.connectorarrow-lt {
  position: absolute;
  left: -12px;
  top: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none
}
.connectorarrow-lt:before {
  content: "";
  position: absolute;
  right: -12px;
  top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none
}
.connectorarrow-lm {
  position: absolute;
  left: -12px;
  top: 50%;
  margin: -12px 0 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none
}
.connectorarrow-lb:before,
.connectorarrow-lm:before {
  position: absolute;
  right: -12px;
  top: -10px;
  border-top: 10px solid transparent;
  border-left: none;
  content: ""
}
.connectorarrow-lm:before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff
}
.connectorarrow-lb {
  position: absolute;
  left: -12px;
  bottom: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none
}
.connectorarrow-lb:before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff
}
.connectorarrow-lbe,
.connectorarrow-lbe:before {
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent
}
.connectorarrow-lbe {
  bottom: -1px;
  left: -21px;
  border-bottom: 10px solid #ccc;
  border-right: 10px solid #ccc
}
.connectorarrow-lbe:before {
  content: "";
  bottom: -9px;
  left: -8px;
  border-bottom: 10px solid #fff;
  border-right: 10px solid #fff
}