/* ========================================================================
 * bootstrap-tour - v0.12.0
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 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.
 * ========================================================================
 */

.tbtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tbtn:focus,
.tbtn:active:focus,
.tbtn.active:focus,
.tbtn.focus,
.tbtn:active.focus,
.tbtn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tbtn:hover,
.tbtn:focus,
.tbtn.focus {
  color: #333;
  text-decoration: none;
}
.tbtn:active,
.tbtn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tbtn.disabled,
.tbtn[disabled],
fieldset[disabled] .tbtn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.tbtn.disabled,
fieldset[disabled] a.tbtn {
  pointer-events: none;
}
.tbtn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.tbtn-default:focus,
.tbtn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.tbtn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tbtn-default:active,
.tbtn-default.active,
.open > .dropdown-toggle.tbtn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tbtn-default:active:hover,
.tbtn-default.active:hover,
.open > .dropdown-toggle.tbtn-default:hover,
.tbtn-default:active:focus,
.tbtn-default.active:focus,
.open > .dropdown-toggle.tbtn-default:focus,
.tbtn-default:active.focus,
.tbtn-default.active.focus,
.open > .dropdown-toggle.tbtn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.tbtn-default:active,
.tbtn-default.active,
.open > .dropdown-toggle.tbtn-default {
  background-image: none;
}
.tbtn-default.disabled:hover,
.tbtn-default[disabled]:hover,
fieldset[disabled] .tbtn-default:hover,
.tbtn-default.disabled:focus,
.tbtn-default[disabled]:focus,
fieldset[disabled] .tbtn-default:focus,
.tbtn-default.disabled.focus,
.tbtn-default[disabled].focus,
fieldset[disabled] .tbtn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.tbtn-default .badge {
  color: #fff;
  background-color: #333;
}
.tbtn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tbtn-primary:focus,
.tbtn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.tbtn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tbtn-primary:active,
.tbtn-primary.active,
.open > .dropdown-toggle.tbtn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tbtn-primary:active:hover,
.tbtn-primary.active:hover,
.open > .dropdown-toggle.tbtn-primary:hover,
.tbtn-primary:active:focus,
.tbtn-primary.active:focus,
.open > .dropdown-toggle.tbtn-primary:focus,
.tbtn-primary:active.focus,
.tbtn-primary.active.focus,
.open > .dropdown-toggle.tbtn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.tbtn-primary:active,
.tbtn-primary.active,
.open > .dropdown-toggle.tbtn-primary {
  background-image: none;
}
.tbtn-primary.disabled:hover,
.tbtn-primary[disabled]:hover,
fieldset[disabled] .tbtn-primary:hover,
.tbtn-primary.disabled:focus,
.tbtn-primary[disabled]:focus,
fieldset[disabled] .tbtn-primary:focus,
.tbtn-primary.disabled.focus,
.tbtn-primary[disabled].focus,
fieldset[disabled] .tbtn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tbtn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.tbtn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.tbtn-success:focus,
.tbtn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.tbtn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.tbtn-success:active,
.tbtn-success.active,
.open > .dropdown-toggle.tbtn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.tbtn-success:active:hover,
.tbtn-success.active:hover,
.open > .dropdown-toggle.tbtn-success:hover,
.tbtn-success:active:focus,
.tbtn-success.active:focus,
.open > .dropdown-toggle.tbtn-success:focus,
.tbtn-success:active.focus,
.tbtn-success.active.focus,
.open > .dropdown-toggle.tbtn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.tbtn-success:active,
.tbtn-success.active,
.open > .dropdown-toggle.tbtn-success {
  background-image: none;
}
.tbtn-success.disabled:hover,
.tbtn-success[disabled]:hover,
fieldset[disabled] .tbtn-success:hover,
.tbtn-success.disabled:focus,
.tbtn-success[disabled]:focus,
fieldset[disabled] .tbtn-success:focus,
.tbtn-success.disabled.focus,
.tbtn-success[disabled].focus,
fieldset[disabled] .tbtn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.tbtn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.tbtn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.tbtn-info:focus,
.tbtn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.tbtn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.tbtn-info:active,
.tbtn-info.active,
.open > .dropdown-toggle.tbtn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.tbtn-info:active:hover,
.tbtn-info.active:hover,
.open > .dropdown-toggle.tbtn-info:hover,
.tbtn-info:active:focus,
.tbtn-info.active:focus,
.open > .dropdown-toggle.tbtn-info:focus,
.tbtn-info:active.focus,
.tbtn-info.active.focus,
.open > .dropdown-toggle.tbtn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.tbtn-info:active,
.tbtn-info.active,
.open > .dropdown-toggle.tbtn-info {
  background-image: none;
}
.tbtn-info.disabled:hover,
.tbtn-info[disabled]:hover,
fieldset[disabled] .tbtn-info:hover,
.tbtn-info.disabled:focus,
.tbtn-info[disabled]:focus,
fieldset[disabled] .tbtn-info:focus,
.tbtn-info.disabled.focus,
.tbtn-info[disabled].focus,
fieldset[disabled] .tbtn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.tbtn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.tbtn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.tbtn-warning:focus,
.tbtn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.tbtn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.tbtn-warning:active,
.tbtn-warning.active,
.open > .dropdown-toggle.tbtn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.tbtn-warning:active:hover,
.tbtn-warning.active:hover,
.open > .dropdown-toggle.tbtn-warning:hover,
.tbtn-warning:active:focus,
.tbtn-warning.active:focus,
.open > .dropdown-toggle.tbtn-warning:focus,
.tbtn-warning:active.focus,
.tbtn-warning.active.focus,
.open > .dropdown-toggle.tbtn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.tbtn-warning:active,
.tbtn-warning.active,
.open > .dropdown-toggle.tbtn-warning {
  background-image: none;
}
.tbtn-warning.disabled:hover,
.tbtn-warning[disabled]:hover,
fieldset[disabled] .tbtn-warning:hover,
.tbtn-warning.disabled:focus,
.tbtn-warning[disabled]:focus,
fieldset[disabled] .tbtn-warning:focus,
.tbtn-warning.disabled.focus,
.tbtn-warning[disabled].focus,
fieldset[disabled] .tbtn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.tbtn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.tbtn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tbtn-danger:focus,
.tbtn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.tbtn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.tbtn-danger:active,
.tbtn-danger.active,
.open > .dropdown-toggle.tbtn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.tbtn-danger:active:hover,
.tbtn-danger.active:hover,
.open > .dropdown-toggle.tbtn-danger:hover,
.tbtn-danger:active:focus,
.tbtn-danger.active:focus,
.open > .dropdown-toggle.tbtn-danger:focus,
.tbtn-danger:active.focus,
.tbtn-danger.active.focus,
.open > .dropdown-toggle.tbtn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.tbtn-danger:active,
.tbtn-danger.active,
.open > .dropdown-toggle.tbtn-danger {
  background-image: none;
}
.tbtn-danger.disabled:hover,
.tbtn-danger[disabled]:hover,
fieldset[disabled] .tbtn-danger:hover,
.tbtn-danger.disabled:focus,
.tbtn-danger[disabled]:focus,
fieldset[disabled] .tbtn-danger:focus,
.tbtn-danger.disabled.focus,
.tbtn-danger[disabled].focus,
fieldset[disabled] .tbtn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tbtn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.tbtn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.tbtn-link,
.tbtn-link:active,
.tbtn-link.active,
.tbtn-link[disabled],
fieldset[disabled] .tbtn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tbtn-link,
.tbtn-link:hover,
.tbtn-link:focus,
.tbtn-link:active {
  border-color: transparent;
}
.tbtn-link:hover,
.tbtn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.tbtn-link[disabled]:hover,
fieldset[disabled] .tbtn-link:hover,
.tbtn-link[disabled]:focus,
fieldset[disabled] .tbtn-link:focus {
  color: #777777;
  text-decoration: none;
}
.tbtn-lg,
.tbtn-group-lg > .tbtn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.tbtn-sm,
.tbtn-group-sm > .tbtn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tbtn-xs,
.tbtn-group-xs > .tbtn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tbtn-block {
  display: block;
  width: 100%;
}
.tbtn-block + .tbtn-block {
  margin-top: 5px;
}
input[type="submit"].tbtn-block,
input[type="reset"].tbtn-block,
input[type="button"].tbtn-block {
  width: 100%;
}
.tbtn-group,
.tbtn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.tbtn-group > .tbtn,
.tbtn-group-vertical > .tbtn {
  position: relative;
  float: left;
}
.tbtn-group > .tbtn:hover,
.tbtn-group-vertical > .tbtn:hover,
.tbtn-group > .tbtn:focus,
.tbtn-group-vertical > .tbtn:focus,
.tbtn-group > .tbtn:active,
.tbtn-group-vertical > .tbtn:active,
.tbtn-group > .tbtn.active,
.tbtn-group-vertical > .tbtn.active {
  z-index: 2;
}
.tbtn-group .tbtn + .tbtn,
.tbtn-group .tbtn + .tbtn-group,
.tbtn-group .tbtn-group + .tbtn,
.tbtn-group .tbtn-group + .tbtn-group {
  margin-left: -1px;
}
.tbtn-toolbar {
  margin-left: -5px;
}
.tbtn-toolbar .tbtn,
.tbtn-toolbar .tbtn-group,
.tbtn-toolbar .input-group {
  float: left;
}
.tbtn-toolbar > .tbtn,
.tbtn-toolbar > .tbtn-group,
.tbtn-toolbar > .input-group {
  margin-left: 5px;
}
.tbtn-group > .tbtn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.tbtn-group > .tbtn:first-child {
  margin-left: 0;
}
.tbtn-group > .tbtn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tbtn-group > .tbtn:last-child:not(:first-child),
.tbtn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tbtn-group > .tbtn-group {
  float: left;
}
.tbtn-group > .tbtn-group:not(:first-child):not(:last-child) > .tbtn {
  border-radius: 0;
}
.tbtn-group > .tbtn-group:first-child:not(:last-child) > .tbtn:last-child,
.tbtn-group > .tbtn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tbtn-group > .tbtn-group:last-child:not(:first-child) > .tbtn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tbtn-group .dropdown-toggle:active,
.tbtn-group.open .dropdown-toggle {
  outline: 0;
}
.tbtn-group > .tbtn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.tbtn-group > .tbtn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.tbtn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tbtn-group.open .dropdown-toggle.tbtn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tbtn .caret {
  margin-left: 0;
}
.tbtn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .tbtn-lg .caret {
  border-width: 0 5px 5px;
}
.tbtn-group-vertical > .tbtn,
.tbtn-group-vertical > .tbtn-group,
.tbtn-group-vertical > .tbtn-group > .tbtn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.tbtn-group-vertical > .tbtn-group > .tbtn {
  float: none;
}
.tbtn-group-vertical > .tbtn + .tbtn,
.tbtn-group-vertical > .tbtn + .tbtn-group,
.tbtn-group-vertical > .tbtn-group + .tbtn,
.tbtn-group-vertical > .tbtn-group + .tbtn-group {
  margin-top: -1px;
  margin-left: 0;
}
.tbtn-group-vertical > .tbtn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.tbtn-group-vertical > .tbtn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tbtn-group-vertical > .tbtn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tbtn-group-vertical > .tbtn-group:not(:first-child):not(:last-child) > .tbtn {
  border-radius: 0;
}
.tbtn-group-vertical > .tbtn-group:first-child:not(:last-child) > .tbtn:last-child,
.tbtn-group-vertical > .tbtn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tbtn-group-vertical > .tbtn-group:last-child:not(:first-child) > .tbtn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tbtn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.tbtn-group-justified > .tbtn,
.tbtn-group-justified > .tbtn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.tbtn-group-justified > .tbtn-group .tbtn {
  width: 100%;
}
.tbtn-group-justified > .tbtn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .tbtn input[type="radio"],
[data-toggle="buttons"] > .tbtn-group > .tbtn input[type="radio"],
[data-toggle="buttons"] > .tbtn input[type="checkbox"],
[data-toggle="buttons"] > .tbtn-group > .tbtn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.popovert {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 380px;
  min-width: 250px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popovert.top {
  margin-top: -10px;
}
.popovert.right {
  margin-left: 10px;
}
.popovert.bottom {
  margin-top: 10px;
}
.popovert.left {
  margin-left: -10px;
}
.popovert-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popovert-content {
  padding: 9px 14px;
}
.popovert > .arrowt,
.popovert > .arrowt:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popovert > .arrowt {
  border-width: 11px;
}
.popovert > .arrowt:after {
  border-width: 10px;
  content: "";
}
.popovert.top > .arrowt {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popovert.top > .arrowt:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popovert.right > .arrowt {
  top: 50%;
  left: -16px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popovert.right > .arrowt:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popovert.bottom > .arrowt {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popovert.bottom > .arrowt:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popovert.left > .arrowt {
  top: 50%;
  right: -16px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popovert.left > .arrowt:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.fadet {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}


.fadet.in {
  opacity: 1;
}
/*
.collapse {
  display: none;
}
 */
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tour-backdrop {
  position: absolute;
  z-index: 1100;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=80);
}
.popovert[class*="tour-"] {
  z-index: 1102;
}
.popovert[class*="tour-"] .popovert-navigation {
  padding: 9px 14px;
  overflow: hidden;
}
.popovert[class*="tour-"] .popovert-navigation *[data-role="end"] {
  float: right;
}
.popovert[class*="tour-"] .popovert-navigation *[data-role="prev"],
.popovert[class*="tour-"] .popovert-navigation *[data-role="next"],
.popovert[class*="tour-"] .popovert-navigation *[data-role="end"] {
  cursor: pointer;
}
.popovert[class*="tour-"] .popovert-navigation *[data-role="prev"].disabled,
.popovert[class*="tour-"] .popovert-navigation *[data-role="next"].disabled,
.popovert[class*="tour-"] .popovert-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popovert[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popovert[class*="tour-"].orphan .arrowt {
  display: none;
}
